diff --git a/notebooks/Creating an interactive webapp.ipynb b/notebooks/Creating an interactive webapp.ipynb index a2f8c8d..78e266a 100644 --- a/notebooks/Creating an interactive webapp.ipynb +++ b/notebooks/Creating an interactive webapp.ipynb @@ -28,7 +28,7 @@ "import matplotlib.pyplot as plt\n", "import pandas as pd\n", "import shapely\n", - "from tqdm.auto import tqdm" + "from tqdm import tqdm_notebook" ] }, { @@ -40,13 +40,13 @@ "name": "stderr", "output_type": "stream", "text": [ - "/Users/cortega/Documents/COVID-19/urbanpy/.env/lib/python3.7/site-packages/tqdm/std.py:668: FutureWarning: The Panel class is removed from pandas. Accessing it from the top-level namespace will also be removed in the next version\n", + "/home/claudio/Documents/urbanpy/.env/lib/python3.7/site-packages/tqdm/std.py:706: FutureWarning: The Panel class is removed from pandas. Accessing it from the top-level namespace will also be removed in the next version\n", " from pandas import Panel\n" ] } ], "source": [ - "tqdm.pandas()" + "tqdm_notebook.pandas()" ] }, { @@ -80,7 +80,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 4, @@ -89,7 +89,7 @@ }, { "data": { - "image/png": "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\n", + "image/png": "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\n", "text/plain": [ "
" ] @@ -153,28 +153,28 @@ " \n", " \n", " 0\n", - " 898f2e0c633ffff\n", - " POLYGON ((-80.80294 -0.96935, -80.80409 -0.970...\n", + " 898f2e0f363ffff\n", + " POLYGON ((-80.83145 -0.95936, -80.83260 -0.960...\n", " \n", " \n", " 1\n", - " 898f2e0ee1bffff\n", - " POLYGON ((-80.74853 -0.95864, -80.74968 -0.960...\n", + " 898f2e76447ffff\n", + " POLYGON ((-80.78376 -1.06608, -80.78492 -1.067...\n", " \n", " \n", " 2\n", - " 898f2e0d36bffff\n", - " POLYGON ((-80.86131 -1.01675, -80.86247 -1.018...\n", + " 898f2e0ce27ffff\n", + " POLYGON ((-80.76465 -1.02603, -80.76581 -1.027...\n", " \n", " \n", " 3\n", - " 898f2e729c3ffff\n", - " POLYGON ((-80.86456 -1.04678, -80.86571 -1.048...\n", + " 898f2e76643ffff\n", + " POLYGON ((-80.80823 -1.07344, -80.80939 -1.075...\n", " \n", " \n", " 4\n", - " 898f2e0e997ffff\n", - " POLYGON ((-80.70045 -0.97929, -80.70161 -0.980...\n", + " 898f2e0c37bffff\n", + " POLYGON ((-80.79830 -1.00870, -80.79945 -1.010...\n", " \n", " \n", "\n", @@ -182,11 +182,11 @@ ], "text/plain": [ " hex geometry\n", - "0 898f2e0c633ffff POLYGON ((-80.80294 -0.96935, -80.80409 -0.970...\n", - "1 898f2e0ee1bffff POLYGON ((-80.74853 -0.95864, -80.74968 -0.960...\n", - "2 898f2e0d36bffff POLYGON ((-80.86131 -1.01675, -80.86247 -1.018...\n", - "3 898f2e729c3ffff POLYGON ((-80.86456 -1.04678, -80.86571 -1.048...\n", - "4 898f2e0e997ffff POLYGON ((-80.70045 -0.97929, -80.70161 -0.980..." + "0 898f2e0f363ffff POLYGON ((-80.83145 -0.95936, -80.83260 -0.960...\n", + "1 898f2e76447ffff POLYGON ((-80.78376 -1.06608, -80.78492 -1.067...\n", + "2 898f2e0ce27ffff POLYGON ((-80.76465 -1.02603, -80.76581 -1.027...\n", + "3 898f2e76643ffff POLYGON ((-80.80823 -1.07344, -80.80939 -1.075...\n", + "4 898f2e0c37bffff POLYGON ((-80.79830 -1.00870, -80.79945 -1.010..." ] }, "execution_count": 6, @@ -206,7 +206,7 @@ { "data": { "text/plain": [ - "(2406, 2)" + "(2416, 2)" ] }, "execution_count": 7, @@ -226,7 +226,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 8, @@ -235,7 +235,7 @@ }, { "data": { - "image/png": "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\n", + "image/png": "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\n", "text/plain": [ "
" ] @@ -261,7 +261,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Using the `download.hdx_fb_population` function you can download high resolution population data, be patience this may take a while ..." + "Using the `download.hdx_fb_population` function you can download high resolution population data, please be patient this may take a while ..." ] }, { @@ -429,33 +429,33 @@ " \n", " \n", " 0\n", - " 898f2e0c633ffff\n", - " POLYGON ((-80.80294 -0.96935, -80.80409 -0.970...\n", + " 898f2e0f363ffff\n", + " POLYGON ((-80.83145 -0.95936, -80.83260 -0.960...\n", " 0.837724\n", " \n", " \n", " 1\n", - " 898f2e0ee1bffff\n", - " POLYGON ((-80.74853 -0.95864, -80.74968 -0.960...\n", - " 26.807168\n", + " 898f2e76447ffff\n", + " POLYGON ((-80.78376 -1.06608, -80.78492 -1.067...\n", + " NaN\n", " \n", " \n", " 2\n", - " 898f2e0d36bffff\n", - " POLYGON ((-80.86131 -1.01675, -80.86247 -1.018...\n", + " 898f2e0ce27ffff\n", + " POLYGON ((-80.76465 -1.02603, -80.76581 -1.027...\n", " NaN\n", " \n", " \n", " 3\n", - " 898f2e729c3ffff\n", - " POLYGON ((-80.86456 -1.04678, -80.86571 -1.048...\n", + " 898f2e76643ffff\n", + " POLYGON ((-80.80823 -1.07344, -80.80939 -1.075...\n", " NaN\n", " \n", " \n", " 4\n", - " 898f2e0e997ffff\n", - " POLYGON ((-80.70045 -0.97929, -80.70161 -0.980...\n", - " 80.421504\n", + " 898f2e0c37bffff\n", + " POLYGON ((-80.79830 -1.00870, -80.79945 -1.010...\n", + " NaN\n", " \n", " \n", "\n", @@ -463,18 +463,18 @@ ], "text/plain": [ " hex geometry \\\n", - "0 898f2e0c633ffff POLYGON ((-80.80294 -0.96935, -80.80409 -0.970... \n", - "1 898f2e0ee1bffff POLYGON ((-80.74853 -0.95864, -80.74968 -0.960... \n", - "2 898f2e0d36bffff POLYGON ((-80.86131 -1.01675, -80.86247 -1.018... \n", - "3 898f2e729c3ffff POLYGON ((-80.86456 -1.04678, -80.86571 -1.048... \n", - "4 898f2e0e997ffff POLYGON ((-80.70045 -0.97929, -80.70161 -0.980... \n", + "0 898f2e0f363ffff POLYGON ((-80.83145 -0.95936, -80.83260 -0.960... \n", + "1 898f2e76447ffff POLYGON ((-80.78376 -1.06608, -80.78492 -1.067... \n", + "2 898f2e0ce27ffff POLYGON ((-80.76465 -1.02603, -80.76581 -1.027... \n", + "3 898f2e76643ffff POLYGON ((-80.80823 -1.07344, -80.80939 -1.075... \n", + "4 898f2e0c37bffff POLYGON ((-80.79830 -1.00870, -80.79945 -1.010... \n", "\n", " population \n", "0 0.837724 \n", - "1 26.807168 \n", + "1 NaN \n", "2 NaN \n", "3 NaN \n", - "4 80.421504 " + "4 NaN " ] }, "execution_count": 13, @@ -493,7 +493,7 @@ "outputs": [ { "data": { - "image/png": "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\n", + "image/png": "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\n", "text/plain": [ "
" ] @@ -526,7 +526,7 @@ { "data": { "text/plain": [ - "(22963.803117999996, 19920.0, 3043.803117999996)" + "(22962.965394, 19966.0, 2996.965393999999)" ] }, "execution_count": 15, @@ -602,34 +602,24 @@ " 0\n", " node\n", " 367826732\n", - " -0.944005\n", - " -80.733941\n", + " -0.944024\n", + " -80.733939\n", " {'amenity': 'pharmacy', 'name': 'Fybeca'}\n", - " POINT (-80.73394 -0.94401)\n", + " POINT (-80.73394 -0.94402)\n", " pharmacy\n", " \n", " \n", " 1\n", " node\n", - " 367830051\n", - " -0.954086\n", - " -80.742420\n", - " {'amenity': 'hospital', 'emergency': 'yes', 'n...\n", - " POINT (-80.74242 -0.95409)\n", - " hospital\n", - " \n", - " \n", - " 2\n", - " node\n", " 367830065\n", - " -0.954012\n", - " -80.741554\n", + " -0.953998\n", + " -80.741467\n", " {'amenity': 'hospital', 'name': 'Clínica del S...\n", - " POINT (-80.74155 -0.95401)\n", + " POINT (-80.74147 -0.95400)\n", " hospital\n", " \n", " \n", - " 3\n", + " 2\n", " node\n", " 367830072\n", " -0.953488\n", @@ -639,7 +629,7 @@ " hospital\n", " \n", " \n", - " 4\n", + " 3\n", " node\n", " 3206491590\n", " -1.040708\n", @@ -648,31 +638,41 @@ " POINT (-80.66511 -1.04071)\n", " hospital\n", " \n", + " \n", + " 4\n", + " node\n", + " 4122103989\n", + " -0.970592\n", + " -80.702927\n", + " {'addr:street': 'Avenida 4 de Noviembre', 'ame...\n", + " POINT (-80.70293 -0.97059)\n", + " clinic\n", + " \n", " \n", "\n", "" ], "text/plain": [ " type id lat lon \\\n", - "0 node 367826732 -0.944005 -80.733941 \n", - "1 node 367830051 -0.954086 -80.742420 \n", - "2 node 367830065 -0.954012 -80.741554 \n", - "3 node 367830072 -0.953488 -80.740739 \n", - "4 node 3206491590 -1.040708 -80.665107 \n", + "0 node 367826732 -0.944024 -80.733939 \n", + "1 node 367830065 -0.953998 -80.741467 \n", + "2 node 367830072 -0.953488 -80.740739 \n", + "3 node 3206491590 -1.040708 -80.665107 \n", + "4 node 4122103989 -0.970592 -80.702927 \n", "\n", " tags \\\n", "0 {'amenity': 'pharmacy', 'name': 'Fybeca'} \n", - "1 {'amenity': 'hospital', 'emergency': 'yes', 'n... \n", - "2 {'amenity': 'hospital', 'name': 'Clínica del S... \n", - "3 {'amenity': 'hospital', 'name': 'Clínica Cente... \n", - "4 {'amenity': 'hospital', 'name': 'Clínica Monte... \n", + "1 {'amenity': 'hospital', 'name': 'Clínica del S... \n", + "2 {'amenity': 'hospital', 'name': 'Clínica Cente... \n", + "3 {'amenity': 'hospital', 'name': 'Clínica Monte... \n", + "4 {'addr:street': 'Avenida 4 de Noviembre', 'ame... \n", "\n", " geometry poi_type \n", - "0 POINT (-80.73394 -0.94401) pharmacy \n", - "1 POINT (-80.74242 -0.95409) hospital \n", - "2 POINT (-80.74155 -0.95401) hospital \n", - "3 POINT (-80.74074 -0.95349) hospital \n", - "4 POINT (-80.66511 -1.04071) hospital " + "0 POINT (-80.73394 -0.94402) pharmacy \n", + "1 POINT (-80.74147 -0.95400) hospital \n", + "2 POINT (-80.74074 -0.95349) hospital \n", + "3 POINT (-80.66511 -1.04071) hospital \n", + "4 POINT (-80.70293 -0.97059) clinic " ] }, "execution_count": 17, @@ -693,8 +693,8 @@ "data": { "text/plain": [ "pharmacy 39\n", - "hospital 13\n", - "clinic 8\n", + "clinic 10\n", + "hospital 10\n", "doctors 3\n", "dentist 1\n", "Name: poi_type, dtype: int64" @@ -743,7 +743,20 @@ "cell_type": "code", "execution_count": 20, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/home/claudio/Documents/urbanpy/.env/lib/python3.7/site-packages/ipykernel_launcher.py:2: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n", + "\n", + " \n", + "/home/claudio/Documents/urbanpy/.env/lib/python3.7/site-packages/ipykernel_launcher.py:3: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n", + "\n", + " This is separate from the ipykernel package so we can avoid doing imports until\n" + ] + } + ], "source": [ "# Get Hexagon centroid latitude and longitude\n", "hex_manta_gdf['lon'] = hex_manta_gdf.geometry.centroid.x\n", @@ -783,7 +796,7 @@ }, { "cell_type": "code", - "execution_count": 44, + "execution_count": 23, "metadata": {}, "outputs": [ { @@ -797,7 +810,7 @@ ], "source": [ "# start server\n", - "up.routing.start_osrm_server('ecuador', 'south-america')" + "up.routing.start_osrm_server('ecuador', 'south-america', 'foot')" ] }, { @@ -809,41 +822,51 @@ }, { "cell_type": "code", - "execution_count": 45, + "execution_count": 24, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/home/claudio/Documents/urbanpy/.env/lib/python3.7/site-packages/ipykernel_launcher.py:1: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n", + "\n", + " \"\"\"Entry point for launching an IPython kernel.\n" + ] + } + ], "source": [ - "origin = hex_manta_gdf.geometry.centroid[1] # Origin Point" + "origin = hex_manta_gdf.geometry.centroid[0] # Origin Point" ] }, { "cell_type": "code", - "execution_count": 46, + "execution_count": 25, "metadata": {}, "outputs": [], "source": [ - "destination = clinics_and_hospitals.iloc[hex_manta_gdf['nearest_health_facility_ix'][1]].geometry # Destination Point" + "destination = clinics_and_hospitals.iloc[hex_manta_gdf['nearest_health_facility_ix'][0]].geometry # Destination Point" ] }, { "cell_type": "code", - "execution_count": 47, + "execution_count": 26, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "(1021.3, 737.5)" + "(4909, 3534.5)" ] }, - "execution_count": 47, + "execution_count": 26, "metadata": {}, "output_type": "execute_result" } ], "source": [ "# Distance (meters), Duration (seconds)\n", - "up.routing.osrm_route(origin, destination, profile='walking')" + "up.routing.osrm_route(origin, destination)" ] }, { @@ -863,12 +886,12 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "6ea5e075316746729a4af70316a98df4", + "model_id": "8dfbc308d3924ac0875f55679861d8ab", "version_major": 2, "version_minor": 0 }, "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=2406.0), HTML(value='')))" + "HBox(children=(HTML(value=''), FloatProgress(value=0.0, max=2416.0), HTML(value='')))" ] }, "metadata": {}, @@ -888,7 +911,6 @@ " lambda row: up.routing.osrm_route(\n", " origin=row.geometry.centroid, \n", " destination=clinics_and_hospitals.iloc[row['nearest_health_facility_ix']].geometry,\n", - " profile='walking'\n", " ),\n", " result_type='expand', axis=1\n", ")" @@ -898,6 +920,123 @@ "cell_type": "code", "execution_count": 28, "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
01
04909.03534.5
1NaNNaN
210560.17609.3
3NaNNaN
4NaNNaN
.........
2411NaNNaN
24124315.63112.9
24139756.07023.7
241412593.19066.4
24156877.94951.5
\n", + "

2416 rows × 2 columns

\n", + "
" + ], + "text/plain": [ + " 0 1\n", + "0 4909.0 3534.5\n", + "1 NaN NaN\n", + "2 10560.1 7609.3\n", + "3 NaN NaN\n", + "4 NaN NaN\n", + "... ... ...\n", + "2411 NaN NaN\n", + "2412 4315.6 3112.9\n", + "2413 9756.0 7023.7\n", + "2414 12593.1 9066.4\n", + "2415 6877.9 4951.5\n", + "\n", + "[2416 rows x 2 columns]" + ] + }, + "execution_count": 28, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "dist_dur" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "metadata": {}, "outputs": [], "source": [ "hex_manta_gdf['distance_health_facility'] = dist_dur[0] / 1000 # meters to km" @@ -905,7 +1044,7 @@ }, { "cell_type": "code", - "execution_count": 29, + "execution_count": 30, "metadata": {}, "outputs": [], "source": [ @@ -921,12 +1060,12 @@ }, { "cell_type": "code", - "execution_count": 30, + "execution_count": 31, "metadata": {}, "outputs": [ { "data": { - "image/png": "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\n", + "image/png": "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\n", "text/plain": [ "
" ] @@ -944,7 +1083,7 @@ }, { "cell_type": "code", - "execution_count": 31, + "execution_count": 32, "metadata": {}, "outputs": [ { @@ -956,7 +1095,7 @@ } ], "source": [ - "up.routing.stop_osrm_server('ecuador', 'south-america')" + "up.routing.stop_osrm_server('ecuador', 'south-america', 'foot')" ] }, { @@ -975,7 +1114,7 @@ }, { "cell_type": "code", - "execution_count": 32, + "execution_count": 33, "metadata": {}, "outputs": [], "source": [ @@ -994,7 +1133,7 @@ }, { "cell_type": "code", - "execution_count": 33, + "execution_count": 34, "metadata": {}, "outputs": [], "source": [ @@ -1003,7 +1142,7 @@ }, { "cell_type": "code", - "execution_count": 34, + "execution_count": 35, "metadata": {}, "outputs": [], "source": [ @@ -1012,7 +1151,7 @@ }, { "cell_type": "code", - "execution_count": 35, + "execution_count": 36, "metadata": {}, "outputs": [], "source": [ @@ -1024,7 +1163,7 @@ }, { "cell_type": "code", - "execution_count": 36, + "execution_count": 37, "metadata": {}, "outputs": [], "source": [ @@ -1037,7 +1176,7 @@ }, { "cell_type": "code", - "execution_count": 37, + "execution_count": 38, "metadata": {}, "outputs": [], "source": [ @@ -1049,7 +1188,7 @@ }, { "cell_type": "code", - "execution_count": 38, + "execution_count": 39, "metadata": {}, "outputs": [ { @@ -1057,7 +1196,7 @@ "text/html": [ "\n", " " + "" ] }, "metadata": {}, @@ -1099,7 +1238,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (urbanpy)", + "display_name": "Python 3 (urbanpy-env)", "language": "python", "name": "urbanpy-env" }, @@ -1113,7 +1252,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.7" + "version": "3.7.5" } }, "nbformat": 4, diff --git a/notebooks/Demo.ipynb b/notebooks/Demo.ipynb index f583640..6961855 100644 --- a/notebooks/Demo.ipynb +++ b/notebooks/Demo.ipynb @@ -16,13 +16,12 @@ "import sys\n", "sys.path.append('..')\n", "import urbanpy as up\n", - "\n", "import warnings\n", "import pandas as pd\n", "import plotly.express as px\n", "import matplotlib.pyplot as plt\n", "from mpl_toolkits.axes_grid1 import make_axes_locatable\n", - "from tqdm.auto import tqdm" + "from tqdm import tqdm_notebook" ] }, { @@ -38,9 +37,24 @@ "cell_type": "code", "execution_count": 3, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "0607c692db964d80b60478e74e2626d7", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(HTML(value=''), FloatProgress(value=1.0, bar_style='info', layout=Layout(width='20px'), max=1.0…" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], "source": [ - "tqdm.pandas()" + "tqdm_notebook().pandas()" ] }, { @@ -54,7 +68,15 @@ "cell_type": "code", "execution_count": 4, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + } + ], "source": [ "ba = up.download.nominatim_osm('Buenos Aires, Argentina') # expected_position is 0 by default" ] @@ -84,7 +106,7 @@ "outputs": [ { "data": { - "image/png": "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\n", + "image/png": "iVBORw0KGgoAAAANSUhEUgAAA1UAAAFgCAYAAABT11PxAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjMuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/Il7ecAAAACXBIWXMAAAsTAAALEwEAmpwYAAB+1UlEQVR4nO3dd3yV5fnH8c+VvRcJM0DYe4fhABfuKlq31m1xVK21Q62ttrX91dna1tZtHbV17y3uASgoe28II2GFQMi+f3/kgAETEsg55znj+3698so5z7weEp6c67nv+7rNOYeIiIiIiIgcmBivAxAREREREQlnSqpERERERERaQUmViIiIiIhIKyipEhERERERaQUlVSIiIiIiIq0Q53UAByI3N9cVFBR4HYZISJg+ffpG51ye13GIiIiIRKuwTKoKCgqYNm2a12GIhAQzW+l1DCIiIiLRTN3/REREREREWkFJlYiIiIiISCsoqRIREREREWkFJVUiIiIiIiKtoKRKRERERESkFZRUiYiIiIiItIKSKhERERERkVZQUiUiIiIiItIKSqpERERERERaQUmViIiIiIhIKyipEhERERERaQUlVSIiIiIiIq2gpEpERERERKQVlFQFWXlVDS9/u4bCP77PwvVlXocjIiIiIiKtFOd1ANHk1lfn8N+vVlFd6wC4692FjO/Xlk8WlfD54o0cM6A9t50ygJQE/VhERERERMKFPr0H0dTlm3cnVACT5m9g0vwNu9+/+M0a3py9ljtPH8LJQzp6EaKIiIiIiOwndf8Loo3bq5rdpqK6jp8+8y0Pf7osCBGJiIiIiEhrKakKkqnLNrFxe2WLtnUO/vTWfF6buTbAUYmIiIiISGu1KqkyszPMbK6Z1ZlZYYPlbczsIzPbbmb3NXOMa8xsge84d7YmnlD26gEkSD97dgY3vzyboq07AxCRiIiIiIj4Q2vHVM0Bfgg8uNfyCuC3wEDfV6PM7AhgAjDEOVdpZm1bGU9IenVGEf+dumq/96utczw9dRXPfr2aYwe255oje9K3fUYAIhQRERERkQPVqpYq59x859zCRpbvcM59Tn1ytS9XArc75yp9+xW3Jp5Q9dgXK1q1f02d481Z6zjhb5/x3Ner/ROUiIiIiIj4hddjqnoDY81sqpl9YmYjPY7H78oqqpm9ZqtfjlXn4P/enk9ZRbVfjici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\n", "text/plain": [ "
" ] @@ -154,7 +176,7 @@ }, { "data": { - "image/png": "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\n", + "image/png": "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\n", "text/plain": [ "
" ] @@ -344,13 +366,11 @@ { "cell_type": "code", "execution_count": 18, - "metadata": { - "scrolled": false - }, + "metadata": {}, "outputs": [ { "data": { - "image/png": "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\n", + "image/png": "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\n", "text/plain": [ "
" ] @@ -418,7 +438,7 @@ }, { "data": { - "image/png": "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\n", + "image/png": "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\n", "text/plain": [ "
" ] @@ -457,7 +477,7 @@ { "data": { "text/plain": [ - "(2810, 2)" + "(2812, 2)" ] }, "execution_count": 22, @@ -486,7 +506,7 @@ { "data": { "text/plain": [ - "(1226, 2)" + "(1672, 2)" ] }, "execution_count": 24, @@ -515,7 +535,7 @@ { "data": { "text/plain": [ - "(3300, 2)" + "(3301, 2)" ] }, "execution_count": 26, @@ -577,12 +597,12 @@ }, { "cell_type": "code", - "execution_count": 31, + "execution_count": 30, "metadata": {}, "outputs": [ { "data": { - "image/png": "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\n", + "image/png": "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\n", "text/plain": [ "
" ] @@ -627,7 +647,7 @@ }, { "cell_type": "code", - "execution_count": 32, + "execution_count": 31, "metadata": {}, "outputs": [], "source": [ @@ -637,7 +657,7 @@ }, { "cell_type": "code", - "execution_count": 33, + "execution_count": 32, "metadata": {}, "outputs": [], "source": [ @@ -646,7 +666,7 @@ }, { "cell_type": "code", - "execution_count": 34, + "execution_count": 33, "metadata": {}, "outputs": [ { @@ -655,13 +675,13 @@ "" ] }, - "execution_count": 34, + "execution_count": 33, "metadata": {}, "output_type": "execute_result" }, { "data": { - "image/png": "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\n", + "image/png": "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\n", "text/plain": [ "
" ] @@ -685,7 +705,7 @@ }, { "cell_type": "code", - "execution_count": 35, + "execution_count": 34, "metadata": {}, "outputs": [], "source": [ @@ -698,7 +718,7 @@ }, { "cell_type": "code", - "execution_count": 36, + "execution_count": 35, "metadata": {}, "outputs": [], "source": [ @@ -714,7 +734,7 @@ }, { "cell_type": "code", - "execution_count": 37, + "execution_count": 39, "metadata": { "tags": [] }, @@ -723,19 +743,18 @@ "name": "stdout", "output_type": "stream", "text": [ - "Starting server ...\n", - "Server was started succesfully\n" + "Server is already running.\n" ] } ], "source": [ "# start server\n", - "up.routing.start_osrm_server('peru', 'south-america')" + "up.routing.start_osrm_server('peru', 'south-america', 'foot')" ] }, { "cell_type": "code", - "execution_count": 38, + "execution_count": 37, "metadata": { "scrolled": true, "tags": [] @@ -744,12 +763,12 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "403fc3e8f716470b84ff0c2eea17fc60", + "model_id": "82e1c1298fea46a081141458636a9ace", "version_major": 2, "version_minor": 0 }, "text/plain": [ - "HBox(children=(HTML(value=''), FloatProgress(value=0.0, max=3300.0), HTML(value='')))" + "HBox(children=(HTML(value=''), FloatProgress(value=0.0, max=3301.0), HTML(value='')))" ] }, "metadata": {}, @@ -768,8 +787,7 @@ "distance_duration = hex_lima.progress_apply(\n", " lambda row: up.routing.osrm_route(\n", " origin=row.geometry.centroid, \n", - " destination = fs.iloc[row['nearest_food_facility_ix']]['geometry'],\n", - " profile = 'walking'\n", + " destination = fs.iloc[row['nearest_food_facility_ix']]['geometry']\n", " ),\n", " result_type='expand',\n", " axis=1,\n", @@ -778,7 +796,7 @@ }, { "cell_type": "code", - "execution_count": 39, + "execution_count": 40, "metadata": {}, "outputs": [], "source": [ @@ -788,7 +806,7 @@ }, { "cell_type": "code", - "execution_count": 40, + "execution_count": 42, "metadata": { "tags": [] }, @@ -802,7 +820,7 @@ } ], "source": [ - "up.routing.stop_osrm_server('peru', 'south-america')" + "up.routing.stop_osrm_server('peru', 'south-america', 'foot')" ] }, { @@ -814,9 +832,91331 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 43, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/html": [ + " \n", + " " + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "plotlyServerURL": "https://plot.ly" + }, + "data": [ + { + "coloraxis": "coloraxis", + "geojson": { + "bbox": [ + -77.19964875775364, + -12.510666662213167, + -76.63561590799253, + -11.673245102769489 + ], + "features": [ + { + "bbox": [ + -76.80439037166623, + -12.479544488351467, + -76.79473338439676, + -12.469170004896617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80007116393422, + -12.469170004896617 + ], + [ + -76.80439037166623, + -12.472220769284453 + ], + [ + -76.80388112475119, + -12.477408064770854 + ], + [ + -76.79905254388291, + -12.479544488351467 + ], + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.79524275752351, + -12.47130645334645 + ], + [ + -76.80007116393422, + -12.469170004896617 + ] + ] + ], + "type": "Polygon" + }, + "id": "0", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82882759969192, + -12.13617102885011, + -76.81918021721812, + -12.125790139159133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.82451231266047, + -12.125790139159133 + ] + ] + ], + "type": "Polygon" + }, + "id": "19", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84940090468687, + -11.9731025177947, + -76.83975783662588, + -11.962718623284918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.84508723182428, + -11.962718623284918 + ] + ] + ], + "type": "Polygon" + }, + "id": "22", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13572865690753, + -11.875412733866321, + -77.12608111408974, + -11.865020387252722 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.13140858815932, + -11.865020387252722 + ] + ] + ], + "type": "Polygon" + }, + "id": "24", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95452111681495, + -12.125036113648834, + -76.9448707510396, + -12.114651911262783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.95020256555866, + -12.114651911262783 + ] + ] + ], + "type": "Polygon" + }, + "id": "25", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05737248058583, + -12.064396805645382, + -77.04772127858978, + -12.05400913488869 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.05305197612272, + -12.05400913488869 + ] + ] + ], + "type": "Polygon" + }, + "id": "26", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81204349484707, + -12.307427811526102, + -76.80239144817827, + -12.297050139310805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.80772637930016, + -12.297050139310805 + ] + ] + ], + "type": "Polygon" + }, + "id": "28", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14932177118453, + -11.73510191969156, + -77.13967806718584, + -11.72470733399623 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.14500321291112, + -11.72470733399623 + ] + ] + ], + "type": "Polygon" + }, + "id": "31", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08784058193292, + -12.035928163563065, + -77.07818945710474, + -12.02553931778207 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.08351964430383, + -12.02553931778207 + ] + ] + ], + "type": "Polygon" + }, + "id": "32", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01693330229243, + -11.958170203341249, + -77.00728630056551, + -11.947781934971644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.01261529865783, + -11.947781934971644 + ] + ] + ], + "type": "Polygon" + }, + "id": "34", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13262917399388, + -11.812163536914829, + -77.12298359234015, + -11.80177038801329 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.12831003097253, + -11.80177038801329 + ] + ] + ], + "type": "Polygon" + }, + "id": "35", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70383652423588, + -12.375196495367776, + -76.69418539011288, + -12.364822731758851 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.6995214786163, + -12.364822731758851 + ] + ] + ], + "type": "Polygon" + }, + "id": "37", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08087186918891, + -11.870045829482718, + -77.0712258647135, + -11.859654736633306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.07655333089991, + -11.859654736633306 + ] + ] + ], + "type": "Polygon" + }, + "id": "39", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78844596902236, + -12.218621454408437, + -76.77879720987376, + -12.20824290607737 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.78413068616734, + -12.20824290607737 + ] + ] + ], + "type": "Polygon" + }, + "id": "41", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94224990789239, + -11.777776162125035, + -76.93261021115929, + -11.767387198697477 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.93793631917049, + -11.767387198697477 + ] + ] + ], + "type": "Polygon" + }, + "id": "44", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0916571479917, + -12.044168677452284, + -77.08200568106491, + -12.033779863416893 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.08733599861402, + -12.033779863416893 + ] + ] + ], + "type": "Polygon" + }, + "id": "49", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8509144847081, + -12.146225246710973, + -76.8412662129959, + -12.135843960953725 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.84659846086751, + -12.135843960953725 + ] + ] + ], + "type": "Polygon" + }, + "id": "52", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8608198593979, + -11.997822227006733, + -76.85117575090196, + -11.987438412779426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.85650554590543, + -11.987438412779426 + ] + ] + ], + "type": "Polygon" + }, + "id": "53", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06186063936075, + -11.923251396180403, + -77.05221353148735, + -11.912861522565587 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.05754189880123, + -11.912861522565587 + ] + ] + ], + "type": "Polygon" + }, + "id": "56", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78774071833327, + -11.990580184783628, + -76.77809878150413, + -11.980198100514313 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.78342849745725, + -11.980198100514313 + ] + ] + ], + "type": "Polygon" + }, + "id": "60", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06410328158418, + -11.852668692645588, + -77.05445821951429, + -11.842277764829527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05978542245751, + -11.842277764829527 + ] + ] + ], + "type": "Polygon" + }, + "id": "61", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0200990812437, + -12.210144175994, + -77.01044448099324, + -12.19975971273075 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.01959327532651, + -12.207999516275937 + ], + [ + -77.01476588922195, + -12.210144175994 + ], + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.01577762792792, + -12.19975971273075 + ] + ] + ], + "type": "Polygon" + }, + "id": "66", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09093290333456, + -12.099156426139318, + -77.08127981427069, + -12.088768471938241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.09093290333456, + -12.091814812859907 + ], + [ + -77.09042826482461, + -12.097008842120156 + ], + [ + -77.08560163473821, + -12.099156426139318 + ], + [ + -77.08127981427069, + -12.096110000953841 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.08661103882311, + -12.088768471938241 + ] + ] + ], + "type": "Polygon" + }, + "id": "67", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01234144768623, + -11.910523691348068, + -77.0026959837102, + -11.900134846490301 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -77.00802420279429, + -11.900134846490301 + ] + ] + ], + "type": "Polygon" + }, + "id": "68", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01160425913811, + -11.965511806491982, + -77.00195717538377, + -11.955123776381928 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -77.00728630056551, + -11.955123776381928 + ] + ] + ], + "type": "Polygon" + }, + "id": "70", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84480992339918, + -12.302831547573303, + -76.83515713771874, + -12.292452972419875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.84049197407354, + -12.292452972419875 + ] + ] + ], + "type": "Polygon" + }, + "id": "72", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85549001709562, + -12.005157753800917, + -76.84584583151634, + -11.994774182483301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.85117575090196, + -11.994774182483301 + ] + ] + ], + "type": "Polygon" + }, + "id": "74", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73220365909692, + -11.945755235093332, + -76.72256456495305, + -11.935373898159224 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.72789356139376, + -11.935373898159224 + ] + ] + ], + "type": "Polygon" + }, + "id": "75", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83414982779807, + -12.223169896075838, + -76.82449970605613, + -12.212790268750183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82983323378433, + -12.212790268750183 + ] + ] + ], + "type": "Polygon" + }, + "id": "76", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462578635307, + -12.100414009004043, + -76.85497851726329, + -12.090031660834033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.86031000056144, + -12.090031660834033 + ] + ] + ], + "type": "Polygon" + }, + "id": "77", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70008093301492, + -12.272672800799432, + -76.69043296559563, + -12.262297391999976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.69576736088189, + -12.262297391999976 + ] + ] + ], + "type": "Polygon" + }, + "id": "78", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96977132823288, + -12.157995444978924, + -76.96011958266877, + -12.147611385457662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.96545192537482, + -12.147611385457662 + ] + ] + ], + "type": "Polygon" + }, + "id": "79", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1942275569044, + -11.700124253656242, + -77.18458378180419, + -11.689728133362769 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18990827805789, + -11.689728133362769 + ], + [ + -77.1942275569044, + -11.692771539641688 + ], + [ + -77.19372499054937, + -11.69796965158303 + ], + [ + -77.1889030181894, + -11.700124253656242 + ], + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18990827805789, + -11.689728133362769 + ] + ] + ], + "type": "Polygon" + }, + "id": "81", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18216178807918, + -11.82486509852777, + -77.17251459755022, + -11.814470931671089 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1778411646585, + -11.814470931671089 + ], + [ + -77.18216178807918, + -11.817515092932366 + ], + [ + -77.18165885850664, + -11.822712228133646 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.1778411646585, + -11.814470931671089 + ] + ] + ], + "type": "Polygon" + }, + "id": "83", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98576773386583, + -12.135985519161242, + -76.9761162311798, + -12.125600716533716 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.98144819410301, + -12.125600716533716 + ] + ] + ], + "type": "Polygon" + }, + "id": "85", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82580163653509, + -11.978628813566736, + -76.81615903351965, + -11.968245593009874 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.82148853376206, + -11.968245593009874 + ] + ] + ], + "type": "Polygon" + }, + "id": "86", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95902645943858, + -11.889549240861186, + -76.94938299766359, + -11.879161409738579 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.95471092857873, + -11.879161409738579 + ] + ] + ], + "type": "Polygon" + }, + "id": "87", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10297102400413, + -11.880076786460727, + -77.093324163317, + -11.869685298166457 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.0986517633092, + -11.869685298166457 + ] + ] + ], + "type": "Polygon" + }, + "id": "90", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94306412830802, + -12.005949391125256, + -76.9334176131145, + -11.99556364984132 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.93874747599017, + -11.99556364984132 + ] + ] + ], + "type": "Polygon" + }, + "id": "91", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13731819646488, + -11.954244966415759, + -77.12766826488384, + -11.943853710003099 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.13731819646488, + -11.946898926797367 + ], + [ + -77.13681443536487, + -11.952094606972548 + ], + [ + -77.13198938433638, + -11.954244966415759 + ], + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.1329970336706, + -11.943853710003099 + ] + ] + ], + "type": "Polygon" + }, + "id": "92", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02465064986697, + -12.163412577550469, + -77.01499732822077, + -12.15302725211492 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02032969896408, + -12.15302725211492 + ], + [ + -77.02465064986697, + -12.156074513895438 + ], + [ + -77.02414498086875, + -12.16126722916651 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.02032969896408, + -12.15302725211492 + ] + ] + ], + "type": "Polygon" + }, + "id": "93", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84938487434061, + -12.256126390217853, + -76.83973336207409, + -12.245746921225454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.84506742438742, + -12.245746921225454 + ] + ] + ], + "type": "Polygon" + }, + "id": "94", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18508647530837, + -11.699235181774988, + -77.17544295205819, + -11.68883926880591 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.18076744945257, + -11.68883926880591 + ] + ] + ], + "type": "Polygon" + }, + "id": "96", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76031129331884, + -12.082193694336649, + -76.75066736676742, + -12.071813692883966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.75599860349702, + -12.071813692883966 + ] + ] + ], + "type": "Polygon" + }, + "id": "97", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9804357253859, + -12.143322493299152, + -76.97078414157447, + -12.13293793793133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.9761162311798, + -12.13293793793133 + ] + ] + ], + "type": "Polygon" + }, + "id": "98", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71390010626574, + -12.038269897952285, + -76.70425875500446, + -12.027890404263326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70958928013314, + -12.027890404263326 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.70425875500446, + -12.035220325916058 + ], + [ + -76.70476869195036, + -12.03003063384419 + ], + [ + -76.70958928013314, + -12.027890404263326 + ] + ] + ], + "type": "Polygon" + }, + "id": "99", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83267562211819, + -11.766983471773964, + -76.82303913884068, + -11.75659709189744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.8283651512555, + -11.75659709189744 + ] + ] + ], + "type": "Polygon" + }, + "id": "100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91109544597316, + -12.14432900439522, + -76.90144563967331, + -12.133946184206293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.90677781172982, + -12.133946184206293 + ] + ] + ], + "type": "Polygon" + }, + "id": "101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919581871099, + -12.14803898637879, + -76.85954700731075, + -12.137657271134916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.86487927280609, + -12.137657271134916 + ] + ] + ], + "type": "Polygon" + }, + "id": "104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8059901203962, + -12.086734334962934, + -76.79634482504845, + -12.076353248308395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.80167611740973, + -12.076353248308395 + ] + ] + ], + "type": "Polygon" + }, + "id": "106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02386934682511, + -12.124015966802927, + -77.01421722106836, + -12.113630038680023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01954894320693, + -12.113630038680023 + ] + ] + ], + "type": "Polygon" + }, + "id": "107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79831893916418, + -12.35321253601032, + -76.78866589313066, + -12.34283598921608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.79400158743239, + -12.34283598921608 + ] + ] + ], + "type": "Polygon" + }, + "id": "108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12522374344452, + -12.07892611595525, + -77.1155703961235, + -12.06853701736512 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.12522374344452, + -12.071582942193793 + ], + [ + -77.12471961822986, + -12.076777543433247 + ], + [ + -77.11989285920305, + -12.07892611595525 + ], + [ + -77.1155703961235, + -12.07588010684822 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.12090123681685, + -12.06853701736512 + ] + ] + ], + "type": "Polygon" + }, + "id": "109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9880628781608, + -12.15980222918304, + -76.97841060532278, + -12.149417746686982 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.98374295847934, + -12.149417746686982 + ] + ] + ], + "type": "Polygon" + }, + "id": "111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92630523523636, + -11.988567160752535, + -76.91665967614114, + -11.978181576501381 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.92198926791185, + -11.978181576501381 + ] + ] + ], + "type": "Polygon" + }, + "id": "112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80676188964557, + -12.03177836661477, + -76.79711821256211, + -12.021396419998446 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.80244859860132, + -12.021396419998446 + ] + ] + ], + "type": "Polygon" + }, + "id": "113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90729663436352, + -12.23043343353049, + -76.89764435727372, + -12.220052092813292 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.90297795295645, + -12.220052092813292 + ] + ] + ], + "type": "Polygon" + }, + "id": "115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8250207178825, + -12.127931606148628, + -76.81537368311254, + -12.117550682492183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.82070564481073, + -12.117550682492183 + ] + ] + ], + "type": "Polygon" + }, + "id": "119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82275244989464, + -12.009777396287648, + -76.81310899994982, + -11.999394715892688 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.81843901508321, + -11.999394715892688 + ] + ] + ], + "type": "Polygon" + }, + "id": "120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02841922779602, + -12.077277821156867, + -77.01876838008928, + -12.066891056387474 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.02409932639446, + -12.066891056387474 + ] + ] + ], + "type": "Polygon" + }, + "id": "121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01688978139123, + -11.863772530325008, + -77.00724559339334, + -11.853382911643143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.01257303783603, + -11.853382911643143 + ] + ] + ], + "type": "Polygon" + }, + "id": "122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15552744052124, + -11.861610396227354, + -77.14587981559016, + -11.85121737869024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.15120703121349, + -11.85121737869024 + ] + ] + ], + "type": "Polygon" + }, + "id": "125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1181608439078, + -11.818618697692635, + -77.10851543217257, + -11.80822598679032 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.11384199892753, + -11.80822598679032 + ] + ] + ], + "type": "Polygon" + }, + "id": "127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97352274108167, + -11.977494020339872, + -76.96387628249312, + -11.967107103738934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96920564668535, + -11.967107103738934 + ] + ] + ], + "type": "Polygon" + }, + "id": "133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767230201937, + -12.25794409930229, + -76.85802024953759, + -12.247564201517882 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.86335432957894, + -12.247564201517882 + ] + ] + ], + "type": "Polygon" + }, + "id": "134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01307838802076, + -11.855531828818664, + -77.0034345432824, + -11.845142188293716 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -77.0087618565751, + -11.845142188293716 + ] + ] + ], + "type": "Polygon" + }, + "id": "135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00024521475295, + -12.129550569759301, + -76.99059353064865, + -12.119165309176896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.99592537152029, + -12.119165309176896 + ] + ] + ], + "type": "Polygon" + }, + "id": "136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09244672773596, + -12.083574425373987, + -77.08279406539633, + -12.07318619374786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.08812503103283, + -12.07318619374786 + ] + ] + ], + "type": "Polygon" + }, + "id": "137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89356081509209, + -11.993196919988886, + -76.88391597819655, + -11.982812219044666 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88924567334985, + -11.982812219044666 + ] + ] + ], + "type": "Polygon" + }, + "id": "140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74893645205906, + -11.96314141741898, + -76.73929638398302, + -11.952759910062984 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.74462566218604, + -11.952759910062984 + ] + ] + ], + "type": "Polygon" + }, + "id": "141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84482995919832, + -12.019827819615863, + -76.83518561995024, + -12.009444735445454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.84051578783647, + -12.009444735445454 + ] + ] + ], + "type": "Polygon" + }, + "id": "143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11211401304925, + -11.880971427383447, + -77.10246689591958, + -11.870579730134208 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.10779449724858, + -11.870579730134208 + ] + ] + ], + "type": "Polygon" + }, + "id": "144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98954575293429, + -12.04985476199432, + -76.97989672239196, + -12.039468533685318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.98522726157927, + -12.039468533685318 + ] + ] + ], + "type": "Polygon" + }, + "id": "146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68021976778297, + -12.380685918448043, + -76.67056911973252, + -12.370312855397534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.67970894717689, + -12.378550933188981 + ], + [ + -76.67488353533685, + -12.380685918448043 + ], + [ + -76.67056911973252, + -12.377634343082692 + ], + [ + -76.67108006597283, + -12.37244786625101 + ], + [ + -76.67590530219279, + -12.370312855397534 + ] + ] + ], + "type": "Polygon" + }, + "id": "149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94075249898101, + -11.887750110187577, + -76.93110956663796, + -11.87736270548093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.9364374853705, + -11.87736270548093 + ] + ] + ], + "type": "Polygon" + }, + "id": "153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82199673353281, + -11.97038899766496, + -76.81235447794445, + -11.960005751197215 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.81768384453495, + -11.960005751197215 + ] + ] + ], + "type": "Polygon" + }, + "id": "158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00102357877681, + -12.168945087579957, + -76.99137069878411, + -12.158560431224156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.9967031883501, + -12.158560431224156 + ] + ] + ], + "type": "Polygon" + }, + "id": "159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01931823411468, + -12.170750309271076, + -77.00966483009137, + -12.160365231709688 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.01499732822077, + -12.160365231709688 + ] + ] + ], + "type": "Polygon" + }, + "id": "161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96363715873285, + -12.03157159722274, + -76.95398934419251, + -12.021185731406186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95931960923272, + -12.021185731406186 + ] + ] + ], + "type": "Polygon" + }, + "id": "163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7747774336386, + -12.075771352826834, + -76.76513330676103, + -12.065390885705238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.77046443223611, + -12.065390885705238 + ] + ] + ], + "type": "Polygon" + }, + "id": "167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80286258504503, + -12.495105815267385, + -76.79320517325112, + -12.484731650511064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79854321091787, + -12.484731650511064 + ], + [ + -76.80286258504503, + -12.487782496561413 + ], + [ + -76.8023532922527, + -12.492969632694676 + ], + [ + -76.79752449910596, + -12.495105815267385 + ], + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.79854321091787, + -12.484731650511064 + ] + ] + ], + "type": "Polygon" + }, + "id": "171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15393380947195, + -11.782767239478423, + -77.14428857199209, + -11.772373178029314 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14961449374826, + -11.772373178029314 + ] + ] + ], + "type": "Polygon" + }, + "id": "172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89432552415971, + -12.032589869824976, + -76.88467949258819, + -12.022205740083558 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.89000983618507, + -12.022205740083558 + ] + ] + ], + "type": "Polygon" + }, + "id": "175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77705462992269, + -12.09958104891388, + -76.76740973123252, + -12.08920089270136 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.77274124840952, + -12.08920089270136 + ] + ] + ], + "type": "Polygon" + }, + "id": "176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69094346481755, + -12.271758587700948, + -76.68129577605558, + -12.261383397636797 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.68663015755986, + -12.261383397636797 + ] + ] + ], + "type": "Polygon" + }, + "id": "177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8211869451317, + -12.308338874307061, + -76.81153462607564, + -12.297960986746332 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.81686956732959, + -12.297960986746332 + ] + ] + ], + "type": "Polygon" + }, + "id": "178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09619734806722, + -11.997417589444584, + -77.08654716082968, + -11.98702796404873 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.09187670193714, + -11.98702796404873 + ] + ] + ], + "type": "Polygon" + }, + "id": "180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08632678642398, + -12.051511091380085, + -77.07667523504853, + -12.04112251836867 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.08200568106491, + -12.04112251836867 + ] + ] + ], + "type": "Polygon" + }, + "id": "181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94914172344173, + -11.943632259859532, + -76.93949690740047, + -11.93324544996507 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.94482573820638, + -11.93324544996507 + ] + ] + ], + "type": "Polygon" + }, + "id": "182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00561722574139, + -12.216577362433199, + -76.99596280532573, + -12.2061933597787 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.00511120671555, + -12.214433099117043 + ], + [ + -77.00028391045024, + -12.216577362433199 + ], + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -77.00129607532106, + -12.2061933597787 + ] + ] + ], + "type": "Polygon" + }, + "id": "184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94692064767347, + -12.202911583310625, + -76.93726815521224, + -12.192528809616626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.94260126144214, + -12.192528809616626 + ] + ] + ], + "type": "Polygon" + }, + "id": "185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88594533968153, + -11.976716870075398, + -76.87630119498692, + -11.966332115012834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.88163062447667, + -11.966332115012834 + ] + ] + ], + "type": "Polygon" + }, + "id": "186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13493418105325, + -11.835994067705563, + -77.12528783217923, + -11.825601190666328 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.13061465912298, + -11.825601190666328 + ] + ] + ], + "type": "Polygon" + }, + "id": "187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88975938287112, + -12.079316184960879, + -76.88011207812238, + -12.068932882004805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.8854431953595, + -12.068932882004805 + ] + ] + ], + "type": "Polygon" + }, + "id": "190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72898517360576, + -12.354142673177169, + -76.71933397998325, + -12.343767903900021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.72466971514163, + -12.343767903900021 + ] + ] + ], + "type": "Polygon" + }, + "id": "191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310096881797, + -12.210325258794272, + -76.85345045972396, + -12.199944695280035 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.85878375701267, + -12.199944695280035 + ] + ] + ], + "type": "Polygon" + }, + "id": "192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94837037977253, + -11.90423090902235, + -76.93872675785875, + -11.893843550388853 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.9440549407277, + -11.893843550388853 + ] + ] + ], + "type": "Polygon" + }, + "id": "193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0245133259432, + -11.880253924708416, + -77.01486845160942, + -11.86986435108102 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.02019615822763, + -11.86986435108102 + ] + ] + ], + "type": "Polygon" + }, + "id": "194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8105335335674, + -12.2286807019385, + -76.800883879674, + -12.218301759764714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.8062175114195, + -12.218301759764714 + ] + ] + ], + "type": "Polygon" + }, + "id": "195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09994602799941, + -11.911250220507718, + -77.09029831467775, + -11.900859248320314 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.09562643197086, + -11.900859248320314 + ] + ] + ], + "type": "Polygon" + }, + "id": "197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0031225614524, + -11.720814657992305, + -76.99348298292249, + -11.710423437409633 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.99880809217528, + -11.710423437409633 + ] + ] + ], + "type": "Polygon" + }, + "id": "198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97054595200163, + -12.197386160834613, + -76.96089301039463, + -12.187002712802617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.96622600199524, + -12.187002712802617 + ] + ] + ], + "type": "Polygon" + }, + "id": "199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82045830911899, + -12.080309195559746, + -76.81081281727833, + -12.069927645076348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.81614399620334, + -12.069927645076348 + ] + ] + ], + "type": "Polygon" + }, + "id": "200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9713207669883, + -12.236774889926947, + -76.96166662904547, + -12.22639206313361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.9713207669883, + -12.229440164099136 + ], + [ + -76.97081423576213, + -12.23463163034578 + ], + [ + -76.96598708054562, + -12.236774889926947 + ], + [ + -76.96166662904547, + -12.233726705216373 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.9670002696966, + -12.22639206313361 + ] + ] + ], + "type": "Polygon" + }, + "id": "201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7709734956548, + -12.067531953425794, + -76.76132971745655, + -12.057151455920566 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.76666070855794, + -12.057151455920566 + ] + ] + ], + "type": "Polygon" + }, + "id": "203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93848384381282, + -11.958311139478885, + -76.92883886820782, + -11.947924807568674 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.93416795070505, + -11.947924807568674 + ] + ] + ], + "type": "Polygon" + }, + "id": "205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96736137401393, + -11.756643362179412, + -76.95772165314204, + -11.746253495112441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.96304738940538, + -11.746253495112441 + ] + ] + ], + "type": "Polygon" + }, + "id": "210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0192739883975, + -12.076377239276992, + -77.00962340183804, + -12.065990685063273 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.01495434427693, + -12.065990685063273 + ] + ] + ], + "type": "Polygon" + }, + "id": "212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97659074953349, + -12.040713290862861, + -76.96694232653657, + -12.030327243314964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.9722727289237, + -12.030327243314964 + ] + ] + ], + "type": "Polygon" + }, + "id": "213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92177528525629, + -12.224007202411528, + -76.9121228200282, + -12.213625396082769 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9174562973363, + -12.213625396082769 + ] + ] + ], + "type": "Polygon" + }, + "id": "214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0292009864655, + -12.116677123671336, + -77.01954894320693, + -12.106290949973285 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.02488053791635, + -12.106290949973285 + ] + ] + ], + "type": "Polygon" + }, + "id": "216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09850065870648, + -12.021242288019133, + -77.0888497030215, + -12.01085296216948 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.0941796331701, + -12.01085296216948 + ] + ] + ], + "type": "Polygon" + }, + "id": "219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09626404326681, + -12.091814812859907, + -77.08661103882311, + -12.081426615451784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.09626404326681, + -12.084472872078313 + ], + [ + -77.09575949107942, + -12.089667022912241 + ], + [ + -77.09093290333456, + -12.091814812859907 + ], + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.09194213478963, + -12.081426615451784 + ] + ] + ], + "type": "Polygon" + }, + "id": "220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9758788627646, + -12.190050639735956, + -76.96622600199524, + -12.179666941704594 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.971558867045, + -12.179666941704594 + ] + ] + ], + "type": "Polygon" + }, + "id": "222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03438654960014, + -11.82615475353624, + -77.02474303392934, + -11.815764183681697 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.03006983858099, + -11.815764183681697 + ] + ] + ], + "type": "Polygon" + }, + "id": "223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07705779415576, + -11.861804936727008, + -77.06741213163377, + -11.851413821113992 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.07273946747392, + -11.851413821113992 + ] + ] + ], + "type": "Polygon" + }, + "id": "225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90650718661833, + -12.002339954334488, + -76.8968617363019, + -11.99195506701533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.90219157176664, + -11.99195506701533 + ] + ] + ], + "type": "Polygon" + }, + "id": "227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99035838189461, + -12.183618383729945, + -76.9807053388127, + -12.173234224924753 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.98603808224235, + -12.173234224924753 + ] + ] + ], + "type": "Polygon" + }, + "id": "230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69188875306273, + -11.933885004829797, + -76.68225111744553, + -11.923504522655941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.68757992583494, + -11.923504522655941 + ] + ] + ], + "type": "Polygon" + }, + "id": "231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90117730450434, + -12.009676944822735, + -76.89153177564991, + -11.999292299819398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.8968617363019, + -11.999292299819398 + ] + ] + ], + "type": "Polygon" + }, + "id": "232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96813473676895, + -11.796052623520737, + -76.95849382282175, + -11.785663268418524 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.96382020637876, + -11.785663268418524 + ] + ] + ], + "type": "Polygon" + }, + "id": "233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1592596447713, + -11.775417379857046, + -77.14961449374826, + -11.76502309138468 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.15494028606705, + -11.76502309138468 + ] + ] + ], + "type": "Polygon" + }, + "id": "235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03213788085237, + -11.896735304580607, + -77.02249232042702, + -11.8863457778321 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.02782028905482, + -11.8863457778321 + ] + ] + ], + "type": "Polygon" + }, + "id": "236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92784300174633, + -12.067356782201143, + -76.91819505294406, + -12.056972347343413 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.92352594154197, + -12.056972347343413 + ] + ] + ], + "type": "Polygon" + }, + "id": "238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96366515585287, + -12.125939539506163, + -76.95401452545586, + -12.115555124979327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95934634579748, + -12.115555124979327 + ] + ] + ], + "type": "Polygon" + }, + "id": "243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98883979240779, + -12.199194261899564, + -76.9791863234797, + -12.188810391210726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.98451932548656, + -12.188810391210726 + ] + ] + ], + "type": "Polygon" + }, + "id": "247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83187746986242, + -12.105027793469526, + -76.82223093511791, + -12.094646338843452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.82756251520618, + -12.094646338843452 + ] + ] + ], + "type": "Polygon" + }, + "id": "248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9909557263377, + -11.751091564895404, + -76.98131556034313, + -11.740701043104877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.98664118070417, + -11.740701043104877 + ] + ] + ], + "type": "Polygon" + }, + "id": "249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06029009378669, + -11.844427819788107, + -77.05064537397958, + -11.834036870252463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.05597244637845, + -11.834036870252463 + ] + ] + ], + "type": "Polygon" + }, + "id": "258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0360487449869, + -12.09375825252047, + -77.02639721051388, + -12.083371554794958 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.03172841904906, + -12.083371554794958 + ] + ] + ], + "type": "Polygon" + }, + "id": "261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8920390583497, + -12.008773633791003, + -76.88239379719744, + -11.99838920302407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.88772375014693, + -11.99838920302407 + ] + ] + ], + "type": "Polygon" + }, + "id": "264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05204173853885, + -12.071737659223524, + -77.04239045317473, + -12.06135023105984 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.04772127858978, + -12.06135023105984 + ] + ] + ], + "type": "Polygon" + }, + "id": "266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93702479357765, + -12.256964789824073, + -76.92737094501857, + -12.246583145291746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.93702479357765, + -12.249631661583113 + ], + [ + -76.93651775052868, + -12.2548225369133 + ], + [ + -76.93169073981664, + -12.256964789824073 + ], + [ + -76.92737094501857, + -12.25391618980404 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.93270495249244, + -12.246583145291746 + ] + ] + ], + "type": "Polygon" + }, + "id": "267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72001665267737, + -11.975990201323372, + -76.71037699053359, + -11.965609618641642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.71570648794378, + -11.965609618641642 + ] + ] + ], + "type": "Polygon" + }, + "id": "268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16769104363999, + -11.831322943869608, + -77.15804401886875, + -11.820929213344385 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.16337071647126, + -11.820929213344385 + ] + ] + ], + "type": "Polygon" + }, + "id": "270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9544704742171, + -11.936292332902369, + -76.94482573820638, + -11.925905284681008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.95015444303503, + -11.925905284681008 + ] + ] + ], + "type": "Polygon" + }, + "id": "272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9926177787581, + -12.113070568809002, + -76.98296678304929, + -12.102685238208352 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.98829836072704, + -12.102685238208352 + ] + ] + ], + "type": "Polygon" + }, + "id": "274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84481660589722, + -12.208508942591001, + -76.8351666373376, + -12.198128808453212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.84049991662782, + -12.198128808453212 + ] + ] + ], + "type": "Polygon" + }, + "id": "275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82427711179842, + -11.99420330787439, + -76.81463408533007, + -11.983820356625532 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81996384300936, + -11.983820356625532 + ] + ] + ], + "type": "Polygon" + }, + "id": "276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10908977888397, + -11.912145488248639, + -77.09944180891165, + -11.901754307129655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.10476992763311, + -11.901754307129655 + ] + ] + ], + "type": "Polygon" + }, + "id": "279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9110827873929, + -12.049973421190323, + -76.90143579647474, + -12.039589137590818 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.9067664130215, + -12.039589137590818 + ] + ] + ], + "type": "Polygon" + }, + "id": "281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97733395357331, + -11.985734338347099, + -76.96768715065176, + -11.975347449437836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.97301664659255, + -11.975347449437836 + ] + ] + ], + "type": "Polygon" + }, + "id": "282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8075333991228, + -11.976818426605972, + -76.79789133976425, + -11.966435639064713 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.80322081978751, + -11.966435639064713 + ] + ] + ], + "type": "Polygon" + }, + "id": "285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74805052532787, + -12.301042805246956, + -76.73840039871943, + -12.290666647440316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.7437352511945, + -12.290666647440316 + ] + ] + ], + "type": "Polygon" + }, + "id": "287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11132247185941, + -11.841554788796127, + -77.1016765486782, + -11.83116255956609 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.10700350278876, + -11.83116255956609 + ] + ] + ], + "type": "Polygon" + }, + "id": "288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04665864059896, + -11.984688793163983, + -77.0370100883011, + -11.97430018649324 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.04233948672538, + -11.97430018649324 + ] + ] + ], + "type": "Polygon" + }, + "id": "292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95979909884946, + -11.928952081729436, + -76.95015444303503, + -11.918564795624754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.95548302179871, + -11.918564795624754 + ] + ] + ], + "type": "Polygon" + }, + "id": "293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88519711135537, + -12.220379840430045, + -76.87554571690666, + -12.209998887322097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.88087916419406, + -12.209998887322097 + ] + ] + ], + "type": "Polygon" + }, + "id": "296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87910025380584, + -12.188329527977697, + -76.86944997748081, + -12.17794820826367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.87478290048413, + -12.17794820826367 + ] + ] + ], + "type": "Polygon" + }, + "id": "297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04592701330695, + -12.039675696762927, + -77.03627684004469, + -12.029287930012176 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.04160714505116, + -12.029287930012176 + ] + ] + ], + "type": "Polygon" + }, + "id": "298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8440714620343, + -11.980438151038138, + -76.83442831726467, + -11.97005449846602 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83975783662588, + -11.97005449846602 + ] + ] + ], + "type": "Polygon" + }, + "id": "299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01468006829356, + -12.028736401017454, + -77.00503102056477, + -12.018349234961796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.01036118346232, + -12.018349234961796 + ] + ] + ], + "type": "Polygon" + }, + "id": "303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75650787843132, + -12.073954364533424, + -76.74686430086852, + -12.0635743325051 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.75219540303738, + -12.0635743325051 + ] + ] + ], + "type": "Polygon" + }, + "id": "305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9407951270274, + -12.076499990097224, + -76.93114656702225, + -12.066115374150723 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.93647759452945, + -12.066115374150723 + ] + ] + ], + "type": "Polygon" + }, + "id": "306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99254490980547, + -11.924309369344149, + -76.98289954458286, + -11.91392120888263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.98822801285365, + -11.91392120888263 + ] + ] + ], + "type": "Polygon" + }, + "id": "307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8615769132101, + -12.225895739434248, + -76.85192597963348, + -12.215515467710839 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.85725953491377, + -12.215515467710839 + ] + ] + ], + "type": "Polygon" + }, + "id": "308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82271308138547, + -12.292771967803247, + -76.81306118657103, + -12.282393780019772 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.8183958699027, + -12.282393780019772 + ] + ] + ], + "type": "Polygon" + }, + "id": "309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80442733604714, + -12.290950218212732, + -76.79477598627187, + -12.280572461398913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.80011064915769, + -12.280572461398913 + ] + ] + ], + "type": "Polygon" + }, + "id": "310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91339778797766, + -12.262483650626544, + -76.90374439331352, + -12.252102685239649 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.90907851284486, + -12.252102685239649 + ] + ] + ], + "type": "Polygon" + }, + "id": "311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02304290234876, + -11.990233185011673, + -77.013394788208, + -11.979845238584236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.01872430703853, + -11.979845238584236 + ] + ] + ], + "type": "Polygon" + }, + "id": "314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92859440195586, + -12.012385294800126, + -76.91894807285512, + -12.002000008590564 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.92427805496173, + -12.002000008590564 + ] + ] + ], + "type": "Polygon" + }, + "id": "318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71297745312262, + -12.376112162821524, + -76.70332604083745, + -12.365738181197397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.70866214274281, + -12.365738181197397 + ] + ] + ], + "type": "Polygon" + }, + "id": "319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00545635913397, + -11.839050419430704, + -76.99581320109768, + -11.82866073658788 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -77.00114025196609, + -11.82866073658788 + ] + ] + ], + "type": "Polygon" + }, + "id": "320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99791127472288, + -12.01135562289025, + -76.98826317652791, + -12.000968608180774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.99359307225109, + -12.000968608180774 + ] + ] + ], + "type": "Polygon" + }, + "id": "321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04822646082482, + -12.063497338417747, + -77.0385755184363, + -12.053109877476047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.0439062129774, + -12.053109877476047 + ] + ] + ], + "type": "Polygon" + }, + "id": "322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00016789108413, + -11.94079036244063, + -76.9905218382658, + -11.930402252751769 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.99585056942536, + -11.930402252751769 + ] + ] + ], + "type": "Polygon" + }, + "id": "324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97346103976508, + -11.788709204145691, + -76.96382020637876, + -11.778319618078024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.9691464637406, + -11.778319618078024 + ] + ] + ], + "type": "Polygon" + }, + "id": "325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90577433681777, + -12.24600507795889, + -76.89612163469324, + -12.23562403064534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.90145548861868, + -12.23562403064534 + ] + ] + ], + "type": "Polygon" + }, + "id": "331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75871995978359, + -12.286391121532061, + -76.74906998094876, + -12.276014446511903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.75440458789402, + -12.276014446511903 + ] + ] + ], + "type": "Polygon" + }, + "id": "334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15401731170752, + -11.877199603870887, + -77.14436925993621, + -11.866806841349657 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.15401731170752, + -11.869851523508766 + ], + [ + -77.15351390513177, + -11.875047956689901 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.1496967344261, + -11.866806841349657 + ] + ] + ], + "type": "Polygon" + }, + "id": "335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0176258564768, + -11.808777115798456, + -77.00798328730798, + -11.798386717739445 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.01330982621155, + -11.798386717739445 + ] + ] + ], + "type": "Polygon" + }, + "id": "340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04739002146519, + -11.929698006363857, + -77.03774308959042, + -11.91930857884644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.04307158173907, + -11.91930857884644 + ] + ] + ], + "type": "Polygon" + }, + "id": "343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0688202220841, + -12.089117800298034, + -77.0591679919064, + -12.078730229639179 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.06449908159104, + -12.078730229639179 + ] + ] + ], + "type": "Polygon" + }, + "id": "344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0838980861846, + -11.838872041259208, + -77.07425293370218, + -11.828480440112767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07957988290458, + -11.828480440112767 + ] + ] + ], + "type": "Polygon" + }, + "id": "347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85016005033313, + -12.012492951474222, + -76.84051578783647, + -12.002109623508932 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.84584583151634, + -12.002109623508932 + ] + ] + ], + "type": "Polygon" + }, + "id": "348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8364421255576, + -12.152649839114584, + -76.82679404785692, + -12.142269018720391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.83212641066429, + -12.142269018720391 + ] + ] + ], + "type": "Polygon" + }, + "id": "349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98411326658778, + -11.774021412382755, + -76.9744725948197, + -11.763631365717979 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.9797985995285, + -11.763631365717979 + ] + ] + ], + "type": "Polygon" + }, + "id": "350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72973015691596, + -12.393503922541175, + -76.72007776631057, + -12.383129814963885 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.72922000502057, + -12.391368011429442 + ], + [ + -76.72439372214878, + -12.393503922541175 + ], + [ + -76.72007776631057, + -12.390452750683998 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.72541415179316, + -12.383129814963885 + ] + ] + ], + "type": "Polygon" + }, + "id": "351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11067284395654, + -11.990970340764324, + -77.10102248476078, + -11.980580268472112 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.10635189865224, + -11.980580268472112 + ] + ] + ], + "type": "Polygon" + }, + "id": "354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91718100613274, + -12.082029260808536, + -76.90753289900002, + -12.071645316445418 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.91286403873411, + -12.071645316445418 + ] + ] + ], + "type": "Polygon" + }, + "id": "355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77163899071718, + -12.38983879310594, + -76.76198557004037, + -12.37946355496523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.76732188124168, + -12.37946355496523 + ] + ] + ], + "type": "Polygon" + }, + "id": "356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14789367764867, + -11.845128126199295, + -77.13824673356342, + -11.834735063048187 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.14357369035685, + -11.834735063048187 + ] + ] + ], + "type": "Polygon" + }, + "id": "357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03448382048302, + -12.01495448582667, + -77.02483467650607, + -12.004566627185671 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.03016458861161, + -12.004566627185671 + ] + ] + ], + "type": "Polygon" + }, + "id": "358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91868717906243, + -11.972086866996223, + -76.9090423108042, + -11.961701228485474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.91437163774424, + -11.961701228485474 + ] + ] + ], + "type": "Polygon" + }, + "id": "361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99487621075322, + -12.042515580913221, + -76.98522726157927, + -12.032129109944137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.99055767399783, + -12.032129109944137 + ] + ] + ], + "type": "Polygon" + }, + "id": "364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74424504193092, + -12.292804209128585, + -76.73459526503483, + -12.282428009719903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73992998261254, + -12.282428009719903 + ] + ] + ], + "type": "Polygon" + }, + "id": "366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97426631187085, + -11.922511056543527, + -76.96462147268464, + -11.912123320442527 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96994993079112, + -11.912123320442527 + ] + ] + ], + "type": "Polygon" + }, + "id": "369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95148134029418, + -12.156187588495547, + -76.94183012391612, + -12.145803952951942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.94716245506731, + -12.145803952951942 + ] + ] + ], + "type": "Polygon" + }, + "id": "370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75800361521941, + -12.152708886984989, + -76.74835764741655, + -12.142330049110976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.75369004799695, + -12.142330049110976 + ] + ] + ], + "type": "Polygon" + }, + "id": "371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03678214416615, + -12.03877630295906, + -77.02713223107217, + -12.028388746419038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.03246253274175, + -12.028388746419038 + ] + ] + ], + "type": "Polygon" + }, + "id": "374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17301765432245, + -11.823973539312208, + -77.16337071647126, + -11.813579579693219 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.16869728435682, + -11.813579579693219 + ] + ] + ], + "type": "Polygon" + }, + "id": "379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94304215087904, + -11.911571258743686, + -76.9333984491444, + -11.901184137020397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.93872675785875, + -11.901184137020397 + ] + ] + ], + "type": "Polygon" + }, + "id": "380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829056395012, + -12.102225284262298, + -76.87325783231098, + -12.09184250702525 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.87858933240094, + -12.09184250702525 + ] + ] + ], + "type": "Polygon" + }, + "id": "381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84861968255942, + -12.311070438952921, + -76.83896654920447, + -12.300691906854938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.84861968255942, + -12.30374150213806 + ], + [ + -76.84811131859357, + -12.308930821799855 + ], + [ + -76.84328466500028, + -12.311070438952921 + ], + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.84430151919888, + -12.300691906854938 + ] + ] + ], + "type": "Polygon" + }, + "id": "382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70708663702035, + -11.966842574593313, + -76.69744760174811, + -11.956462186501872 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.70277695091036, + -11.956462186501872 + ] + ] + ], + "type": "Polygon" + }, + "id": "383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17372757940474, + -11.768958068198222, + -77.16408226197068, + -11.758563345493853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16940792424217, + -11.758563345493853 + ], + [ + -77.17372757940474, + -11.76160729678294 + ], + [ + -77.17322461803016, + -11.766804710012233 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16940792424217, + -11.758563345493853 + ] + ] + ], + "type": "Polygon" + }, + "id": "386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79762684703003, + -12.030871773063252, + -76.7879834426213, + -12.0204900431592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.7933138181115, + -12.0204900431592 + ] + ] + ], + "type": "Polygon" + }, + "id": "387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80446425729335, + -12.102305614913524, + -76.79481853843406, + -12.091924808369752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.80015008830567, + -12.091924808369752 + ] + ] + ], + "type": "Polygon" + }, + "id": "388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84633504441126, + -12.287263609864066, + -76.83668268322576, + -12.276884735222488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.84201726154947, + -12.276884735222488 + ] + ] + ], + "type": "Polygon" + }, + "id": "389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08402426834797, + -12.027687637695733, + -77.07437348567986, + -12.017298760625222 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07970354248725, + -12.017298760625222 + ] + ] + ], + "type": "Polygon" + }, + "id": "390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745200539487, + -11.763244580154128, + -76.86488256932016, + -11.752857103573922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.8702084935547, + -11.752857103573922 + ] + ] + ], + "type": "Polygon" + }, + "id": "391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80220387104839, + -11.984152557667542, + -76.79256173631005, + -11.9737700129811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.79789133976425, + -11.9737700129811 + ] + ] + ], + "type": "Polygon" + }, + "id": "394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86157870186486, + -12.13155992791658, + -76.85193058432881, + -12.121178143231779 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.8572625832918, + -12.121178143231779 + ] + ] + ], + "type": "Polygon" + }, + "id": "395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09396041545746, + -12.067992008857921, + -77.08430817981784, + -12.057603501354174 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.089638886556, + -12.057603501354174 + ] + ] + ], + "type": "Polygon" + }, + "id": "396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06348908804222, + -12.096458542286033, + -77.05383677411936, + -12.086071215192105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.0591679919064, + -12.086071215192105 + ] + ] + ], + "type": "Polygon" + }, + "id": "398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99798729734012, + -12.200097908591262, + -76.98833356546906, + -12.189713826950152 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.99366657226466, + -12.189713826950152 + ] + ] + ], + "type": "Polygon" + }, + "id": "399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06876153892235, + -11.994725423466083, + -77.05911212550886, + -11.98433642579846 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.06444166033259, + -11.98433642579846 + ] + ] + ], + "type": "Polygon" + }, + "id": "400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00164572363487, + -11.830809712450646, + -76.99200290904106, + -11.820420009133029 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.99732982863519, + -11.820420009133029 + ] + ] + ], + "type": "Polygon" + }, + "id": "401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89584729712503, + -12.017013606979658, + -76.8862016898985, + -12.006629204734985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.89153177564991, + -12.006629204734985 + ] + ] + ], + "type": "Polygon" + }, + "id": "402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82426444200071, + -12.088548737642547, + -76.81461860246522, + -12.078167218656258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81994991515239, + -12.078167218656258 + ] + ] + ], + "type": "Polygon" + }, + "id": "403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00635598654908, + -12.161607940306945, + -76.9967031883501, + -12.151223035839331 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -77.00203555085251, + -12.151223035839331 + ] + ] + ], + "type": "Polygon" + }, + "id": "404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0587760342812, + -11.86001392654971, + -77.04913088873815, + -11.849623231133688 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.05445821951429, + -11.849623231133688 + ] + ] + ], + "type": "Polygon" + }, + "id": "405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96741951006165, + -11.945432841246456, + -76.95777416528405, + -11.935045605773727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.96310300777083, + -11.935045605773727 + ] + ] + ], + "type": "Polygon" + }, + "id": "407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00775102963965, + -11.86287529947436, + -76.9981071030483, + -11.85248589239293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -77.0034345432824, + -11.85248589239293 + ] + ] + ], + "type": "Polygon" + }, + "id": "408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09915593211505, + -11.87183584588659, + -77.08950941294603, + -11.86144433410927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.09483688286359, + -11.86144433410927 + ] + ] + ], + "type": "Polygon" + }, + "id": "409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84328466500028, + -12.31839903412347, + -76.83363145480128, + -12.308020759999653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.84328466500028, + -12.311070438952921 + ], + [ + -76.84277621500075, + -12.316259629657061 + ], + [ + -76.8379495229541, + -12.31839903412347 + ], + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.83896654920447, + -12.308020759999653 + ] + ] + ], + "type": "Polygon" + }, + "id": "410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69948718602971, + -11.950363790854883, + -76.68984885046599, + -11.939983354811924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.69517792932324, + -11.939983354811924 + ] + ] + ], + "type": "Polygon" + }, + "id": "411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04127855396891, + -11.897632384277767, + -77.03163273336011, + -11.88724264670607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.03696070546192, + -11.88724264670607 + ] + ] + ], + "type": "Polygon" + }, + "id": "414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10145859425279, + -11.895663697411841, + -77.09181130726051, + -11.885272466395929 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.09713916589438, + -11.885272466395929 + ] + ] + ], + "type": "Polygon" + }, + "id": "416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98188775574955, + -11.938991938634567, + -76.9722422282228, + -11.928604252779929 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9775709496767, + -11.928604252779929 + ] + ] + ], + "type": "Polygon" + }, + "id": "417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614912282836, + -12.084840416785354, + -76.85650227792623, + -12.074457789189802 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.86183350341788, + -12.074457789189802 + ] + ] + ], + "type": "Polygon" + }, + "id": "418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97268702976056, + -11.749299223720412, + -76.96304738940538, + -11.738909127551887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.96837299951777, + -11.738909127551887 + ] + ] + ], + "type": "Polygon" + }, + "id": "421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15846247718872, + -11.735992676230515, + -77.1488185194075, + -11.725597882355164 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.15414366507065, + -11.725597882355164 + ] + ] + ], + "type": "Polygon" + }, + "id": "422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88900134591357, + -12.134278371459596, + -76.8793524213084, + -12.123895943630103 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.8846844453261, + -12.123895943630103 + ] + ] + ], + "type": "Polygon" + }, + "id": "423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09310490536778, + -11.93418130509115, + -77.0834566810895, + -11.923790828603828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.08878518555234, + -11.923790828603828 + ] + ] + ], + "type": "Polygon" + }, + "id": "424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74801559026105, + -12.395334008839233, + -76.73836264645216, + -12.384959467006523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.74750569016635, + -12.39319771722414 + ], + [ + -76.74267913078529, + -12.395334008839233 + ], + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.74369905690335, + -12.384959467006523 + ] + ] + ], + "type": "Polygon" + }, + "id": "425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80749828306516, + -12.165495446327435, + -76.79785059706296, + -12.155115559442741 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.8031831876835, + -12.155115559442741 + ] + ] + ], + "type": "Polygon" + }, + "id": "426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07027580832741, + -11.979141860027168, + -77.0606268211157, + -11.96875259503978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.06595609729841, + -11.96875259503978 + ] + ] + ], + "type": "Polygon" + }, + "id": "428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11830702458228, + -12.007451731074532, + -77.10865598238549, + -11.997061718575031 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.11398565628419, + -11.997061718575031 + ] + ] + ], + "type": "Polygon" + }, + "id": "433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99032258836586, + -12.089252430401785, + -76.98067236254373, + -12.078866786645234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.9860035501361, + -12.078866786645234 + ] + ] + ], + "type": "Polygon" + }, + "id": "435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92175950661635, + -12.129659490206809, + -76.91210985832066, + -12.119276173395058 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.9174417793579, + -12.119276173395058 + ] + ] + ], + "type": "Polygon" + }, + "id": "436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10231748514029, + -12.02948287301179, + -77.09266618760824, + -12.019093578259378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.09799624795995, + -12.019093578259378 + ] + ] + ], + "type": "Polygon" + }, + "id": "437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79905254388291, + -12.486867858047788, + -76.78939548109929, + -12.476493641305064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.79905254388291, + -12.479544488351467 + ], + [ + -76.79854321091787, + -12.484731650511064 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.79473338439676, + -12.476493641305064 + ] + ] + ], + "type": "Polygon" + }, + "id": "438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94229339514817, + -11.966551386983804, + -76.93264807453043, + -11.956165081458742 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.93797728920273, + -11.956165081458742 + ] + ] + ], + "type": "Polygon" + }, + "id": "439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1008043296326, + -12.04506647523016, + -77.09115260540901, + -12.034677452491959 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.09648292463804, + -12.034677452491959 + ] + ] + ], + "type": "Polygon" + }, + "id": "440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07863261220974, + -11.940629513703938, + -77.0689845613097, + -11.930239482393434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.074313192106, + -11.930239482393434 + ] + ] + ], + "type": "Polygon" + }, + "id": "442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78013402833781, + -11.974100880127681, + -76.77049278803034, + -11.96371874398464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.77582223566232, + -11.96371874398464 + ] + ] + ], + "type": "Polygon" + }, + "id": "443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96432613303355, + -11.787811976692664, + -76.95468556320508, + -11.777422603658586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.9600118150519, + -11.777422603658586 + ] + ] + ], + "type": "Polygon" + }, + "id": "447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11376947869532, + -12.054204554407193, + -77.10411715599147, + -12.043815355683313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.109447606702, + -12.043815355683313 + ] + ] + ], + "type": "Polygon" + }, + "id": "449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01008758589712, + -11.981093518682389, + -77.00044007663246, + -11.97070575503808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -77.00576946014705, + -11.97070575503808 + ] + ] + ], + "type": "Polygon" + }, + "id": "450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94996124648227, + -12.171762684744904, + -76.94030960476705, + -12.161379334939959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.94564219426039, + -12.161379334939959 + ] + ] + ], + "type": "Polygon" + }, + "id": "452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12053844700944, + -11.936868122963043, + -77.11088945302849, + -11.926477020111669 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.11621796156845, + -11.926477020111669 + ] + ] + ], + "type": "Polygon" + }, + "id": "459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9803699585047, + -11.954573137398487, + -76.97072400587025, + -11.944185715644288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.97605298546904, + -11.944185715644288 + ] + ] + ], + "type": "Polygon" + }, + "id": "460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05804671161432, + -11.915010670439246, + -77.04839994619928, + -11.904620771525344 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.0537281828835, + -11.904620771525344 + ] + ] + ], + "type": "Polygon" + }, + "id": "461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90652983621065, + -12.1910493369871, + -76.89687875528585, + -12.180667376148268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.90221170176629, + -12.180667376148268 + ] + ] + ], + "type": "Polygon" + }, + "id": "464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77780503264579, + -12.138959625568104, + -76.76815893874515, + -12.128580067757454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.77349110510013, + -12.128580067757454 + ] + ] + ], + "type": "Polygon" + }, + "id": "465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00405931242828, + -12.137790548604945, + -76.99440728421787, + -12.127405323715271 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99973925662417, + -12.127405323715271 + ] + ] + ], + "type": "Polygon" + }, + "id": "467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99332181845394, + -11.963713219442123, + -76.98367525887319, + -11.95332561237651 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.98900437503764, + -11.95332561237651 + ] + ] + ], + "type": "Polygon" + }, + "id": "468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81435657486047, + -12.142594567019259, + -76.80470938824386, + -12.13221414323606 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.81004159756091, + -12.13221414323606 + ] + ] + ], + "type": "Polygon" + }, + "id": "471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07554435887731, + -11.877391290637775, + -77.06589827038675, + -11.86700043071789 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.0712258647135, + -11.86700043071789 + ] + ] + ], + "type": "Polygon" + }, + "id": "472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13350083559052, + -11.946004088297343, + -77.12385124497351, + -11.935612804294793 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12917988406123, + -11.935612804294793 + ] + ] + ], + "type": "Polygon" + }, + "id": "473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91873182845896, + -12.25515144907158, + -76.90907851284486, + -12.244770229591833 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.91441250677835, + -12.244770229591833 + ] + ] + ], + "type": "Polygon" + }, + "id": "474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85395457554336, + -12.30374150213806, + -76.84430151919888, + -12.293362712506509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.85395457554336, + -12.296412224087684 + ], + [ + -76.85344629761614, + -12.301601672486825 + ], + [ + -76.84861968255942, + -12.30374150213806 + ], + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.8496363646964, + -12.293362712506509 + ] + ] + ], + "type": "Polygon" + }, + "id": "477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8600527203156, + -12.241465780459382, + -76.8504013622327, + -12.231085802069662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.85573517552187, + -12.231085802069662 + ] + ] + ], + "type": "Polygon" + }, + "id": "478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85929180053891, + -12.202085956371608, + -76.84964163860559, + -12.191705354794417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.85497480252052, + -12.191705354794417 + ] + ] + ], + "type": "Polygon" + }, + "id": "479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14193137036078, + -12.00189922901516, + -77.13227990299116, + -11.991508562436074 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13760944904814, + -11.991508562436074 + ], + [ + -77.14193137036078, + -11.99455396694983 + ], + [ + -77.14142759993925, + -11.999749352136279 + ], + [ + -77.13660178101526, + -12.00189922901516 + ], + [ + -77.13227990299116, + -11.99885373975145 + ], + [ + -77.13278380059317, + -11.993658458368763 + ], + [ + -77.13760944904814, + -11.991508562436074 + ] + ] + ], + "type": "Polygon" + }, + "id": "481", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1692003819991, + -11.815732285380792, + -77.15955378409872, + -11.805338304482683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.16488022284202, + -11.805338304482683 + ] + ] + ], + "type": "Polygon" + }, + "id": "483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85015493083411, + -12.106841251471737, + -76.84050785454744, + -12.096459366040856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.84583945340304, + -12.096459366040856 + ] + ] + ], + "type": "Polygon" + }, + "id": "486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80600811904529, + -11.992392271422425, + -76.79636563644549, + -11.982009753163393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.80169537381178, + -11.982009753163393 + ] + ] + ], + "type": "Polygon" + }, + "id": "488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70917254030985, + -12.367873977791898, + -76.6995214786163, + -12.357499951075457 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.70485744512067, + -12.357499951075457 + ] + ] + ], + "type": "Polygon" + }, + "id": "489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05956105898211, + -11.899425757073208, + -77.04991471943951, + -11.889035598609016 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.05524269766222, + -11.889035598609016 + ] + ] + ], + "type": "Polygon" + }, + "id": "490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84405076448968, + -12.263456186188524, + -76.83439917538082, + -12.253076972556281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83973336207409, + -12.253076972556281 + ] + ] + ], + "type": "Polygon" + }, + "id": "495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77925476952566, + -12.406315379235883, + -76.76960065018484, + -12.395940235140033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77493723061258, + -12.395940235140033 + ], + [ + -76.77925476952566, + -12.398990915650222 + ], + [ + -76.77874528750858, + -12.404178541692698 + ], + [ + -76.77391814051545, + -12.406315379235883 + ], + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.77493723061258, + -12.395940235140033 + ] + ] + ], + "type": "Polygon" + }, + "id": "498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79300500634695, + -12.266233693081073, + -76.78335470236354, + -12.255855812781892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.78868896258706, + -12.255855812781892 + ] + ] + ], + "type": "Polygon" + }, + "id": "499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96057192882992, + -11.96835318904372, + -76.95092607868384, + -11.957966457726739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.95625530545168, + -11.957966457726739 + ] + ] + ], + "type": "Polygon" + }, + "id": "500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67896275063835, + -11.924737321813645, + -76.6693257437674, + -11.914357037542565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67465440274923, + -11.914357037542565 + ], + [ + -76.67896275063835, + -11.917406220117462 + ], + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.67363404179376, + -11.924737321813645 + ], + [ + -76.6693257437674, + -11.921688052280398 + ], + [ + -76.66983598687797, + -11.916497965252253 + ], + [ + -76.67465440274923, + -11.914357037542565 + ] + ] + ], + "type": "Polygon" + }, + "id": "502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11369768111607, + -11.959799590859504, + -77.10404817521353, + -11.949408986916149 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.1093770714452, + -11.949408986916149 + ] + ] + ], + "type": "Polygon" + }, + "id": "505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.703286784276, + -11.958603183234901, + -76.69364809882825, + -11.948222770940122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.69897731285836, + -11.948222770940122 + ] + ] + ], + "type": "Polygon" + }, + "id": "506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98732106592331, + -12.214769705963864, + -76.97766717112506, + -12.204386124935994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.98300043172658, + -12.204386124935994 + ] + ] + ], + "type": "Polygon" + }, + "id": "507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83569370498167, + -12.01892260437619, + -76.82604963639913, + -12.00853973593102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.83137979488403, + -12.00853973593102 + ] + ] + ], + "type": "Polygon" + }, + "id": "515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92329680790736, + -12.208434420033857, + -76.91364476783659, + -12.198052322595753 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.91897798685804, + -12.198052322595753 + ] + ] + ], + "type": "Polygon" + }, + "id": "518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03071749162493, + -12.101097793101392, + -77.02106587444743, + -12.090711339741405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.02639721051388, + -12.090711339741405 + ] + ] + ], + "type": "Polygon" + }, + "id": "522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12291780989925, + -12.05510184217185, + -77.11326523104402, + -12.044712435380177 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.1185956827666, + -12.044712435380177 + ] + ] + ], + "type": "Polygon" + }, + "id": "523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09692048592095, + -11.94242209383422, + -77.08727191986792, + -11.932031643953428 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.09260055453214, + -11.932031643953428 + ] + ] + ], + "type": "Polygon" + }, + "id": "527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92707402365286, + -12.027962884503188, + -76.91742726985036, + -12.017577870068575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.92275750995678, + -12.017577870068575 + ] + ] + ], + "type": "Polygon" + }, + "id": "529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8082699888244, + -12.110545040166192, + -76.79862392189563, + -12.100164266090314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.80395560574883, + -12.100164266090314 + ] + ] + ], + "type": "Polygon" + }, + "id": "532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98333796221709, + -11.734609998553202, + -76.97369848339169, + -11.72421944551605 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97902384093962, + -11.72421944551605 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.97420418743357, + -11.726369220907193 + ], + [ + -76.97902384093962, + -11.72421944551605 + ] + ] + ], + "type": "Polygon" + }, + "id": "533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0398136498083, + -12.007613089657212, + -77.03016458861161, + -11.99722499081118 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.03549437318775, + -11.99722499081118 + ] + ] + ], + "type": "Polygon" + }, + "id": "534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09468408466303, + -12.013001691514535, + -77.08503347088663, + -12.002612335023782 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.0903632707904, + -12.002612335023782 + ] + ] + ], + "type": "Polygon" + }, + "id": "536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81589733033199, + -12.032684696631991, + -76.80625338104953, + -12.022302533553338 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.81158377736259, + -12.022302533553338 + ] + ] + ], + "type": "Polygon" + }, + "id": "537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12888985280502, + -11.89834777218403, + -77.11924179760814, + -11.887955915093135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.12456965956187, + -11.887955915093135 + ] + ] + ], + "type": "Polygon" + }, + "id": "538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94002450922544, + -12.037105529175706, + -76.93037714431281, + -12.026720331479892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.93570752332758, + -12.026720331479892 + ] + ] + ], + "type": "Polygon" + }, + "id": "539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77858162591163, + -12.084010744470321, + -76.7689371504147, + -12.07363030818757 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.77426841022253, + -12.07363030818757 + ] + ] + ], + "type": "Polygon" + }, + "id": "542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15695305755048, + -11.75158456391446, + -77.14730867322737, + -11.741190012628635 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.1526340775706, + -11.741190012628635 + ] + ] + ], + "type": "Polygon" + }, + "id": "544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9926542451443, + -12.207433974477016, + -76.98300043172658, + -12.197050142921501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.98833356546906, + -12.197050142921501 + ] + ] + ], + "type": "Polygon" + }, + "id": "545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75270471793095, + -12.065715027407807, + -76.74306148941663, + -12.055334965259009 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.74839245698384, + -12.055334965259009 + ] + ] + ], + "type": "Polygon" + }, + "id": "546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0252941210179, + -11.919662231274566, + -77.01564805259396, + -11.90927319987577 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.02097640683856, + -11.90927319987577 + ] + ] + ], + "type": "Polygon" + }, + "id": "548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93544428796525, + -11.989469068023997, + -76.92579846299431, + -11.97908327039427 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.93112806143354, + -11.97908327039427 + ] + ] + ], + "type": "Polygon" + }, + "id": "550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99717144710482, + -12.066335116310636, + -76.98752172830943, + -12.055948951518946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.9928525306654, + -12.055948951518946 + ] + ] + ], + "type": "Polygon" + }, + "id": "551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234130722171, + -12.076600720274893, + -76.85269480914835, + -12.066218060979061 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.85802590140814, + -12.066218060979061 + ] + ] + ], + "type": "Polygon" + }, + "id": "553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9819544056351, + -12.127745589467992, + -76.97230324742839, + -12.117360751411761 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.97763507858714, + -12.117360751411761 + ] + ] + ], + "type": "Polygon" + }, + "id": "554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67800402333489, + -12.262605637157193, + -76.66835696470443, + -12.252230626631595 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.67369119644752, + -12.252230626631595 + ] + ] + ], + "type": "Polygon" + }, + "id": "557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13954527601143, + -11.883653775720793, + -77.12989739242438, + -11.873261453116775 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.1352249961082, + -11.873261453116775 + ] + ] + ], + "type": "Polygon" + }, + "id": "558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94231515780893, + -12.060922996960164, + -76.93266702278738, + -12.05053810457391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.9379977921497, + -12.05053810457391 + ] + ] + ], + "type": "Polygon" + }, + "id": "559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08317300523571, + -11.893873000972755, + -77.07352623277134, + -11.883482188598201 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.0788540878124, + -11.883482188598201 + ] + ] + ], + "type": "Polygon" + }, + "id": "561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14407717396027, + -11.836886984354994, + -77.13443057039045, + -11.826493899081589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13975739770625, + -11.826493899081589 + ] + ] + ], + "type": "Polygon" + }, + "id": "563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76405449259234, + -12.279064765648851, + -76.75440458789402, + -12.268687832682303 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75973907194198, + -12.268687832682303 + ] + ] + ], + "type": "Polygon" + }, + "id": "564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13357841283683, + -12.040414372922148, + -77.12392600537757, + -12.030024485482539 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12925619878938, + -12.030024485482539 + ], + [ + -77.13357841283683, + -12.033070151166669 + ], + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.12443008035315, + -12.032173730934714 + ], + [ + -77.12925619878938, + -12.030024485482539 + ] + ] + ], + "type": "Polygon" + }, + "id": "565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9461031996698, + -11.974791628497956, + -76.93645753410007, + -11.964405349813838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.94178688090612, + -11.964405349813838 + ] + ] + ], + "type": "Polygon" + }, + "id": "566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83948327901827, + -12.21583958832852, + -76.82983323378433, + -12.205459707376207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.8351666373376, + -12.205459707376207 + ] + ] + ], + "type": "Polygon" + }, + "id": "567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97429740127725, + -12.016893928379424, + -76.96464974797293, + -12.006507578505625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96997976032539, + -12.006507578505625 + ] + ] + ], + "type": "Polygon" + }, + "id": "569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81441876711634, + -11.765181085225276, + -76.80478282606705, + -11.754795139446493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81010881870328, + -11.754795139446493 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81391078391188, + -11.763035280134243 + ], + [ + -76.80909272658963, + -11.765181085225276 + ], + [ + -76.80478282606705, + -11.76213388416386 + ], + [ + -76.80529093496682, + -11.756940965604116 + ], + [ + -76.81010881870328, + -11.754795139446493 + ] + ] + ], + "type": "Polygon" + }, + "id": "570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06730537663464, + -12.104698808685312, + -77.05765271998162, + -12.0943115161932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.0668003977631, + -12.102551802921132 + ], + [ + -77.06197398375704, + -12.104698808685312 + ], + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.06298406847603, + -12.0943115161932 + ] + ] + ], + "type": "Polygon" + }, + "id": "573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98350674487027, + -12.206530034840162, + -76.97385319468727, + -12.196146414355544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.9791863234797, + -12.196146414355544 + ] + ] + ], + "type": "Polygon" + }, + "id": "575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84862525335753, + -12.216748175954791, + -76.83897493732648, + -12.206368080071197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.84430835017822, + -12.206368080071197 + ] + ] + ], + "type": "Polygon" + }, + "id": "577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90576322729184, + -12.151663261328533, + -76.89611334223908, + -12.14128069011411 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.90144563967331, + -12.14128069011411 + ] + ] + ], + "type": "Polygon" + }, + "id": "578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89509841364945, + -12.166330772821986, + -76.88544837158926, + -12.155948700882378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.89078091951508, + -12.155948700882378 + ] + ] + ], + "type": "Polygon" + }, + "id": "583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03908082753003, + -12.062597604818881, + -77.02943014522748, + -12.052210353943371 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.03476083650062, + -12.052210353943371 + ] + ] + ], + "type": "Polygon" + }, + "id": "584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15624036907705, + -11.806599257644791, + -77.14659436472064, + -11.796205463676934 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.15192067455077, + -11.796205463676934 + ] + ] + ], + "type": "Polygon" + }, + "id": "585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97423524059491, + -11.82811758297728, + -76.96459321388559, + -11.817728516791046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96992011865227, + -11.817728516791046 + ] + ] + ], + "type": "Polygon" + }, + "id": "587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11758731460198, + -12.062445088841091, + -77.10793465029742, + -12.052055923039 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.11326523104402, + -12.052055923039 + ] + ] + ], + "type": "Polygon" + }, + "id": "588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9453548084534, + -12.029767770186096, + -76.93570752332758, + -12.019382329559145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.94103777645225, + -12.019382329559145 + ] + ] + ], + "type": "Polygon" + }, + "id": "590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99950550653982, + -12.184521713989865, + -76.98985220061994, + -12.174137344218932 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.995184948792, + -12.174137344218932 + ] + ] + ], + "type": "Polygon" + }, + "id": "591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95907975408434, + -12.078305730275021, + -76.94943066403395, + -12.067920689216223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.9547617037353, + -12.067920689216223 + ] + ] + ], + "type": "Polygon" + }, + "id": "592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87986361705164, + -12.227711624302946, + -76.87021214463753, + -12.217330924231408 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.87554571690666, + -12.217330924231408 + ] + ] + ], + "type": "Polygon" + }, + "id": "594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9842491751532, + -12.15156236887516, + -76.97459724679794, + -12.141177849715385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97992946819966, + -12.141177849715385 + ] + ] + ], + "type": "Polygon" + }, + "id": "595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71682666787687, + -12.290063815344626, + -76.70717772156361, + -12.279688269106671 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.71251240095832, + -12.279688269106671 + ] + ] + ], + "type": "Polygon" + }, + "id": "596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91948518622011, + -12.200194919843542, + -76.90983349206942, + -12.189812783873554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.91516657847797, + -12.189812783873554 + ] + ] + ], + "type": "Polygon" + }, + "id": "597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97432850882998, + -12.111265688130784, + -76.96467803976492, + -12.100880780584237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.97000960727031, + -12.100880780584237 + ] + ] + ], + "type": "Polygon" + }, + "id": "598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94387950050866, + -12.234058741190108, + -76.93422615720593, + -12.223676549783528 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93955978024196, + -12.223676549783528 + ] + ] + ], + "type": "Polygon" + }, + "id": "599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7823113405589, + -12.37518932675426, + -76.77265806923968, + -12.36481356383266 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.77799413394604, + -12.36481356383266 + ] + ] + ], + "type": "Polygon" + }, + "id": "600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9956910438627, + -12.176281902191208, + -76.98603808224235, + -12.165897494389574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.99137069878411, + -12.165897494389574 + ] + ] + ], + "type": "Polygon" + }, + "id": "601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98569885707472, + -11.947232371665033, + -76.97605298546904, + -11.936844711617471 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.98138183853453, + -11.936844711617471 + ] + ] + ], + "type": "Polygon" + }, + "id": "602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9994670427832, + -12.090154128278298, + -76.98981655427457, + -12.079768273226012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.99514774660766, + -12.079768273226012 + ] + ] + ], + "type": "Polygon" + }, + "id": "604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9468744283491, + -12.014189541188138, + -76.9372275681354, + -12.003803828760722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9425575631673, + -12.003803828760722 + ] + ] + ], + "type": "Polygon" + }, + "id": "606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843397644765, + -12.108653646372675, + -76.85878636052486, + -12.098271331137488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.86411797704574, + -12.098271331137488 + ] + ] + ], + "type": "Polygon" + }, + "id": "607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9392749592512, + -12.092076566642206, + -76.92962597423859, + -12.081692228681398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.93495725990805, + -12.081692228681398 + ] + ] + ], + "type": "Polygon" + }, + "id": "608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79532731589619, + -12.101397691383978, + -76.78568186995076, + -12.091017101367468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.79101340919945, + -12.091017101367468 + ] + ] + ], + "type": "Polygon" + }, + "id": "610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9788520244514, + -11.970153938076619, + -76.96920564668535, + -11.959766781970954 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.97453488444644, + -11.959766781970954 + ] + ] + ], + "type": "Polygon" + }, + "id": "612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89662078367436, + -12.150757593390928, + -76.88697116631901, + -12.140375235793684 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.89230345618219, + -12.140375235793684 + ] + ] + ], + "type": "Polygon" + }, + "id": "613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76944625961667, + -12.083102351650048, + -76.75980205835475, + -12.072722132657477 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.76513330676103, + -12.072722132657477 + ] + ] + ], + "type": "Polygon" + }, + "id": "614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08771216940572, + -11.847112997863642, + -77.07806667515956, + -11.836721418375028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.08339375460321, + -11.836721418375028 + ] + ] + ], + "type": "Polygon" + }, + "id": "616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03453249851073, + -12.109337950597192, + -77.02488053791635, + -12.098951531766836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.03021200510881, + -12.098951531766836 + ] + ] + ], + "type": "Polygon" + }, + "id": "617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06421791070956, + -12.041473687002236, + -77.05456721854584, + -12.031085500583696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05989752939782, + -12.031085500583696 + ] + ] + ], + "type": "Polygon" + }, + "id": "621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85395858924355, + -12.209417234875106, + -76.84430835017822, + -12.199036885924063 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84964163860559, + -12.199036885924063 + ] + ] + ], + "type": "Polygon" + }, + "id": "622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78238607246581, + -12.092250127906045, + -76.77274124840952, + -12.081869722917356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.77807264250916, + -12.081869722917356 + ] + ] + ], + "type": "Polygon" + }, + "id": "623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11290574944417, + -11.920386373809967, + -77.10325743807408, + -11.909995218323894 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.10858568677676, + -11.909995218323894 + ] + ] + ], + "type": "Polygon" + }, + "id": "624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05961703923029, + -11.993827505026907, + -77.049967884715, + -11.983438717104802 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.05529741689203, + -11.983438717104802 + ] + ] + ], + "type": "Polygon" + }, + "id": "625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05496297697592, + -11.851773083884977, + -77.04531817382107, + -11.841382366424643 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.05064537397958, + -11.841382366424643 + ] + ] + ], + "type": "Polygon" + }, + "id": "629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76252596736181, + -12.294629791008557, + -76.75287563912444, + -12.284253157399705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.75821038077967, + -12.284253157399705 + ] + ] + ], + "type": "Polygon" + }, + "id": "630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10310836092265, + -12.068890142740551, + -77.09345586806927, + -12.058501426678504 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.09878657641802, + -12.058501426678504 + ] + ] + ], + "type": "Polygon" + }, + "id": "631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06107526975543, + -11.883840454769146, + -77.05142935606118, + -11.873450038304345 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.0567570758399, + -11.873450038304345 + ] + ] + ], + "type": "Polygon" + }, + "id": "632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09534109237974, + -11.863594900628346, + -77.08569491479025, + -11.853203365824285 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.09102225459151, + -11.853203365824285 + ] + ] + ], + "type": "Polygon" + }, + "id": "633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83719116786196, + -12.286353706780103, + -76.8275390777118, + -12.27597504688099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.83287364666376, + -12.27597504688099 + ] + ] + ], + "type": "Polygon" + }, + "id": "635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98958131530397, + -12.144225434269872, + -76.97992946819966, + -12.133840667526744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.98526156284582, + -12.133840667526744 + ] + ] + ], + "type": "Polygon" + }, + "id": "637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94310812165703, + -12.194671991537737, + -76.93345597461803, + -12.184289179371056 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.93878894853788, + -12.184289179371056 + ] + ] + ], + "type": "Polygon" + }, + "id": "640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82043072622257, + -12.268965671218295, + -76.81077960372771, + -12.258587143650441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.81611389523556, + -12.258587143650441 + ] + ] + ], + "type": "Polygon" + }, + "id": "641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99865085317322, + -11.95637219692529, + -76.98900437503764, + -11.945984351361357 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.99433336443455, + -11.945984351361357 + ] + ] + ], + "type": "Polygon" + }, + "id": "643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73067537982008, + -11.961326907034463, + -76.72103586337181, + -11.95094583695424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.72636511672968, + -11.95094583695424 + ] + ] + ], + "type": "Polygon" + }, + "id": "644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03516844697633, + -11.865566208576949, + -77.02552373759718, + -11.85517616744778 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.03085118963048, + -11.85517616744778 + ] + ] + ], + "type": "Polygon" + }, + "id": "645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80672631735953, + -12.220441635878345, + -76.79707701174387, + -12.210062655199982 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.80241050943825, + -12.210062655199982 + ] + ] + ], + "type": "Polygon" + }, + "id": "648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11744152919867, + -11.873624814276466, + -77.10779449724858, + -11.863232884577629 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.11312196979395, + -11.863232884577629 + ] + ] + ], + "type": "Polygon" + }, + "id": "652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02161640770376, + -12.194567408757866, + -77.0119622336788, + -12.184182656558736 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.01729512186552, + -12.184182656558736 + ] + ] + ], + "type": "Polygon" + }, + "id": "654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82880489833192, + -12.324816443408068, + -76.81915188299438, + -12.314438642530158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.82448709209099, + -12.314438642530158 + ] + ] + ], + "type": "Polygon" + }, + "id": "657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9309208122888, + -12.224913369885968, + -76.92126808056015, + -12.214531350877913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.9266015646833, + -12.214531350877913 + ] + ] + ], + "type": "Polygon" + }, + "id": "661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85320696922011, + -11.98134242596479, + -76.84356355428717, + -11.970958557760294 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.84889308279504, + -11.970958557760294 + ] + ] + ], + "type": "Polygon" + }, + "id": "662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81662262657036, + -12.26072671361088, + -76.80697185223735, + -12.250348145395057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.81230600978529, + -12.250348145395057 + ] + ] + ], + "type": "Polygon" + }, + "id": "663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18136163996346, + -11.785440757500995, + -77.17171564307341, + -11.775046073121723 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17704156339822, + -11.775046073121723 + ], + [ + -77.18136163996346, + -11.7780900403701 + ], + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.17704156339822, + -11.775046073121723 + ] + ] + ], + "type": "Polygon" + }, + "id": "664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01168826709171, + -12.15427046078302, + -77.00203555085251, + -12.143885308646023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -77.00736778620349, + -12.143885308646023 + ] + ] + ], + "type": "Polygon" + }, + "id": "666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73663483954365, + -12.276326966056654, + -76.72698576225197, + -12.265950684808368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.73232020991215, + -12.265950684808368 + ] + ] + ], + "type": "Polygon" + }, + "id": "667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12356194740411, + -11.905694292215259, + -77.11391380665061, + -11.895302668548025 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.11924179760814, + -11.895302668548025 + ] + ] + ], + "type": "Polygon" + }, + "id": "668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02915386355019, + -12.02229555629483, + -77.01950463695877, + -12.01190793830237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.02483467650607, + -12.01190793830237 + ] + ] + ], + "type": "Polygon" + }, + "id": "669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83261425650907, + -12.333055197896924, + -76.8229608931213, + -12.322677441042922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.83261425650907, + -12.325727287241012 + ], + [ + -76.83210563445698, + -12.330916219369074 + ], + [ + -76.82727886575333, + -12.333055197896924 + ], + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.8282962360775, + -12.322677441042922 + ] + ] + ], + "type": "Polygon" + }, + "id": "670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300475795698, + -12.156278496508195, + -76.8633555997153, + -12.145896816667843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.86868799841501, + -12.145896816667843 + ] + ] + ], + "type": "Polygon" + }, + "id": "673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69474648805888, + -12.279997071646342, + -76.68509844854208, + -12.269621921614709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.69043296559563, + -12.269621921614709 + ] + ] + ], + "type": "Polygon" + }, + "id": "675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05815782581969, + -12.103798955883342, + -77.04850542831755, + -12.093411872797482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.05383677411936, + -12.093411872797482 + ] + ] + ], + "type": "Polygon" + }, + "id": "679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80899005309979, + -12.338559619462862, + -76.7993371580894, + -12.328182552286924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.80467260501345, + -12.328182552286924 + ] + ] + ], + "type": "Polygon" + }, + "id": "680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08922495112633, + -11.831525565372113, + -77.07957988290458, + -11.821133733279856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.08490670385082, + -11.821133733279856 + ] + ] + ], + "type": "Polygon" + }, + "id": "681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99017962292017, + -11.7116786809551, + -76.98054064971193, + -11.701287658540037 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.98586562302299, + -11.701287658540037 + ] + ] + ], + "type": "Polygon" + }, + "id": "682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82654584203155, + -12.11236014994153, + -76.8168992310733, + -12.10197894382428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.82223093511791, + -12.10197894382428 + ] + ] + ], + "type": "Polygon" + }, + "id": "683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8707183093753, + -12.038117136887646, + -76.86107273689433, + -12.027733680286627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.86640318907013, + -12.027733680286627 + ] + ] + ], + "type": "Polygon" + }, + "id": "686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01242587178675, + -12.09929568192872, + -77.00277477721802, + -12.088909649641453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -77.00810610541329, + -12.088909649641453 + ] + ] + ], + "type": "Polygon" + }, + "id": "688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98347294893264, + -12.112168261990607, + -76.97382221630671, + -12.101783142791598 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.9791537890363, + -12.101783142791598 + ] + ] + ], + "type": "Polygon" + }, + "id": "689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92100669287933, + -12.184621643584652, + -76.91135542379749, + -12.174239218827926 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.91668825196875, + -12.174239218827926 + ] + ] + ], + "type": "Polygon" + }, + "id": "692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03140402821164, + -11.951726594514492, + -77.02175684788978, + -11.941337877422388 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.02708572257816, + -11.941337877422388 + ] + ] + ], + "type": "Polygon" + }, + "id": "695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1204647000944, + -11.842448515412318, + -77.11081852096974, + -11.832056077324378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.1161454761648, + -11.832056077324378 + ] + ] + ], + "type": "Polygon" + }, + "id": "696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91034081788553, + -12.199288827829646, + -76.90068939079384, + -12.188906904935228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.9060224700432, + -12.188906904935228 + ] + ] + ], + "type": "Polygon" + }, + "id": "697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90881879471397, + -12.21486134938242, + -76.89916694263513, + -12.204479716804844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.90450028009249, + -12.204479716804844 + ] + ] + ], + "type": "Polygon" + }, + "id": "698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00090693176384, + -11.885801888500083, + -76.99126249832798, + -11.875412972455424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.99659032355171, + -11.875412972455424 + ] + ] + ], + "type": "Polygon" + }, + "id": "699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06646087925387, + -11.970901237716319, + -77.05681223444505, + -11.960511944500306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.06214138005943, + -11.960511944500306 + ] + ] + ], + "type": "Polygon" + }, + "id": "700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82047208850095, + -11.985963531813256, + -76.81082940952432, + -11.975580553874062 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.81615903351965, + -11.975580553874062 + ] + ] + ], + "type": "Polygon" + }, + "id": "703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93315471513476, + -11.965650091317455, + -76.92350965999657, + -11.95526399906445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.92883886820782, + -11.95526399906445 + ] + ] + ], + "type": "Polygon" + }, + "id": "705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08323587696303, + -11.988279837439839, + -77.07358628928134, + -11.977890391762607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.07891569820038, + -11.977890391762607 + ] + ] + ], + "type": "Polygon" + }, + "id": "707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9171954459906, + -12.176382070232359, + -76.90754452282498, + -12.165999608178021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.91287721837398, + -12.165999608178021 + ] + ] + ], + "type": "Polygon" + }, + "id": "708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04582305800218, + -11.850877213990001, + -77.03617851423998, + -11.840486707136774 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.04150571133813, + -11.840486707136774 + ] + ] + ], + "type": "Polygon" + }, + "id": "709", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05047292528558, + -11.992929321862828, + -77.0408240301468, + -11.982540743937543 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0461535594011, + -11.982540743937543 + ] + ] + ], + "type": "Polygon" + }, + "id": "714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8189473063011, + -12.001537661236243, + -76.80930420391269, + -11.991154953371574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.81463408533007, + -11.991154953371574 + ] + ] + ], + "type": "Polygon" + }, + "id": "717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87224242036379, + -12.116893272673325, + -76.86259445766846, + -12.10651099082839 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.86792620737084, + -12.10651099082839 + ] + ] + ], + "type": "Polygon" + }, + "id": "720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97126030148553, + -12.048051888927668, + -76.96161179770283, + -12.037666084277967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.96694232653657, + -12.037666084277967 + ] + ] + ], + "type": "Polygon" + }, + "id": "721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92558728180057, + -12.232246626454858, + -76.91593447064854, + -12.221864859892118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.92126808056015, + -12.221864859892118 + ] + ] + ], + "type": "Polygon" + }, + "id": "722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88442821872377, + -12.086651048436398, + -76.87478083593244, + -12.076267991747223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.88011207812238, + -12.076267991747223 + ] + ] + ], + "type": "Polygon" + }, + "id": "723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13429540238576, + -11.98541767670714, + -77.12464461701562, + -11.975026950456446 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12997390367332, + -11.975026950456446 + ], + [ + -77.13429540238576, + -11.978072346637527 + ], + [ + -77.13379155028986, + -11.983267761725736 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.12997390367332, + -11.975026950456446 + ] + ] + ], + "type": "Polygon" + }, + "id": "724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02074606171132, + -11.966410704644337, + -77.01109871658657, + -11.956022463388656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.01642784586336, + -11.956022463388656 + ] + ] + ], + "type": "Polygon" + }, + "id": "725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03296787747006, + -12.030535934962174, + -77.02331830759675, + -12.02014834746796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.02864847822599, + -12.02014834746796 + ] + ] + ], + "type": "Polygon" + }, + "id": "726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97888445684347, + -12.06453213951262, + -76.96923526406209, + -12.054146397852861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.97456605652364, + -12.054146397852861 + ] + ] + ], + "type": "Polygon" + }, + "id": "727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15775007507085, + -11.791008504578148, + -77.1481044973933, + -11.780614462581973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.15343054845894, + -11.780614462581973 + ] + ] + ], + "type": "Polygon" + }, + "id": "728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14336214705776, + -11.891894811569372, + -77.13371392276309, + -11.881502513431343 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.13904165601942, + -11.881502513431343 + ] + ] + ], + "type": "Polygon" + }, + "id": "729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74133361801815, + -11.946662292753619, + -76.73169424792931, + -11.936280737043877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.73702325688276, + -11.936280737043877 + ] + ] + ], + "type": "Polygon" + }, + "id": "731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78393724628965, + -11.982340534285681, + -76.77429565769137, + -11.97195842385183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77962523950438, + -11.97195842385183 + ] + ] + ], + "type": "Polygon" + }, + "id": "733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97965999542038, + -12.103928265898874, + -76.97000960727031, + -12.093543112506309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.97534104822586, + -12.093543112506309 + ] + ] + ], + "type": "Polygon" + }, + "id": "734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14868979413514, + -11.884547366695656, + -77.13904165601942, + -11.87415483614358 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.14436925993621, + -11.87415483614358 + ] + ] + ], + "type": "Polygon" + }, + "id": "738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09540751006311, + -11.958007439415958, + -77.08575851760808, + -11.947617253012801 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.09108741098423, + -11.947617253012801 + ] + ] + ], + "type": "Polygon" + }, + "id": "739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00557697387555, + -12.122212640675958, + -76.99592537152029, + -12.111827133837776 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -77.00125708537293, + -12.111827133837776 + ] + ] + ], + "type": "Polygon" + }, + "id": "740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12737842966976, + -11.91393523434845, + -77.11772994783145, + -11.90354363612122 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.12305806858168, + -11.90354363612122 + ] + ] + ], + "type": "Polygon" + }, + "id": "741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94460616513058, + -12.0847399451116, + -76.93495725990805, + -12.074355361595908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.94028841965778, + -12.074355361595908 + ] + ] + ], + "type": "Polygon" + }, + "id": "742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90575212424837, + -12.057309607791785, + -76.89610505462356, + -12.046925568689364 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.90143579647474, + -12.046925568689364 + ] + ] + ], + "type": "Polygon" + }, + "id": "745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06713074723143, + -11.821495402669278, + -77.0574865366895, + -11.811103969703382 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.06281322286723, + -11.811103969703382 + ] + ] + ], + "type": "Polygon" + }, + "id": "747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9651275972511, + -11.921611506752752, + -76.95548302179871, + -11.911223983208405 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.96081147440974, + -11.911223983208405 + ] + ] + ], + "type": "Polygon" + }, + "id": "749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94000341637921, + -11.94273157530135, + -76.93035886542148, + -11.932344978572196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93035886542148, + -11.939684528594263 + ], + [ + -76.93086550073481, + -11.934491283557275 + ], + [ + -76.93568768997372, + -11.932344978572196 + ] + ] + ], + "type": "Polygon" + }, + "id": "750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97665432675743, + -12.229440164099136, + -76.9670002696966, + -12.21905708545244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.9761478817324, + -12.227296694785055 + ], + [ + -76.9713207669883, + -12.229440164099136 + ], + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.97233378375245, + -12.21905708545244 + ] + ] + ], + "type": "Polygon" + }, + "id": "752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02226221819163, + -11.950828276420859, + -77.01261529865783, + -11.940439770235475 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.0179441695731, + -11.940439770235475 + ] + ] + ], + "type": "Polygon" + }, + "id": "753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03903082911609, + -11.968207709708224, + -77.02938296268381, + -11.957819046914711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.03471209932327, + -11.957819046914711 + ] + ] + ], + "type": "Polygon" + }, + "id": "756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02763766198758, + -12.037876643498095, + -77.0179880095401, + -12.027489297419951 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.02331830759675, + -12.027489297419951 + ] + ] + ], + "type": "Polygon" + }, + "id": "757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16467195798772, + -11.86250312602307, + -77.15502407940164, + -11.852109900898498 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.16467195798772, + -11.855154411827664 + ], + [ + -77.16416872402861, + -11.860351076250351 + ], + [ + -77.15934469968751, + -11.86250312602307 + ], + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.16035129477551, + -11.852109900898498 + ] + ] + ], + "type": "Polygon" + }, + "id": "760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89966511229073, + -12.119609952544312, + -76.89001634427386, + -12.109227028265185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.89534811806374, + -12.109227028265185 + ] + ] + ], + "type": "Polygon" + }, + "id": "762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85701328745988, + -11.989582329185607, + -76.84736952571527, + -11.97919848774193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.8526991874915, + -11.97919848774193 + ] + ] + ], + "type": "Polygon" + }, + "id": "765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0337016477272, + -11.975549859064076, + -77.02405369855968, + -11.965161434615531 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02938296268381, + -11.965161434615531 + ] + ] + ], + "type": "Polygon" + }, + "id": "770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7892438729184, + -12.069347822969608, + -76.77959954693806, + -12.058966891106873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.78493056047319, + -12.058966891106873 + ] + ] + ], + "type": "Polygon" + }, + "id": "771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09086776301875, + -12.004761083949083, + -77.08121749121246, + -11.994371697273364 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.08654716082968, + -11.994371697273364 + ] + ] + ], + "type": "Polygon" + }, + "id": "772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81813426028664, + -12.339471328221672, + -76.80848109267662, + -12.329094045729562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.81762542602088, + -12.33733275236713 + ], + [ + -76.81279875512843, + -12.339471328221672 + ], + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.81381654982685, + -12.329094045729562 + ] + ] + ], + "type": "Polygon" + }, + "id": "773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9865096247384, + -12.081012345371532, + -76.97685974320218, + -12.07062666852481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.98219079912576, + -12.07062666852481 + ] + ] + ], + "type": "Polygon" + }, + "id": "776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376551542411, + -12.101319779552716, + -76.86411797704574, + -12.090937216724063 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86944946887758, + -12.090937216724063 + ] + ] + ], + "type": "Polygon" + }, + "id": "777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17985295567013, + -11.801032475077907, + -77.17020653185443, + -11.79063803797847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17985295567013, + -11.793682098902908 + ], + [ + -77.17935003062777, + -11.798879369261241 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.17553271104865, + -11.79063803797847 + ] + ] + ], + "type": "Polygon" + }, + "id": "778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98273047947357, + -12.167138791455821, + -76.97307812542513, + -12.156754557309089 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.97841060532278, + -12.156754557309089 + ] + ] + ], + "type": "Polygon" + }, + "id": "780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94844101561416, + -12.18733735045547, + -76.93878894853788, + -12.176954287933816 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.9441217963908, + -12.176954287933816 + ] + ] + ], + "type": "Polygon" + }, + "id": "781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83110971505863, + -12.1599813660487, + -76.82146156097654, + -12.149600796340655 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.82679404785692, + -12.149600796340655 + ] + ] + ], + "type": "Polygon" + }, + "id": "784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89280361413988, + -12.048165721982786, + -76.88315715819965, + -12.037781866290707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.8884877596593, + -12.037781866290707 + ] + ] + ], + "type": "Polygon" + }, + "id": "787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98499135529495, + -12.0965905131855, + -76.97534104822586, + -12.086205114389575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.98067236254373, + -12.086205114389575 + ] + ] + ], + "type": "Polygon" + }, + "id": "788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10916022054083, + -12.006555114123822, + -77.09950943466207, + -11.996165309980713 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.1048391074098, + -11.996165309980713 + ] + ] + ], + "type": "Polygon" + }, + "id": "789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95225367381518, + -12.195576983529483, + -76.94260126144214, + -12.185193959157086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.9479342415317, + -12.185193959157086 + ] + ] + ], + "type": "Polygon" + }, + "id": "790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75121070705156, + -11.986952864161111, + -76.7415698674666, + -11.976571650869348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.7468995372939, + -11.976571650869348 + ] + ] + ], + "type": "Polygon" + }, + "id": "791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83566566815477, + -12.301921322393653, + -76.82601315361569, + -12.291542961968277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.83134798055178, + -12.291542961968277 + ] + ] + ], + "type": "Polygon" + }, + "id": "792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0992234650946, + -11.966248178716308, + -77.08957413086209, + -11.955858020156578 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.09490315442963, + -11.955858020156578 + ] + ] + ], + "type": "Polygon" + }, + "id": "794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05888755544764, + -12.048815230832972, + -77.0492367797098, + -12.038427285796647 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.05456721854584, + -12.038427285796647 + ] + ] + ], + "type": "Polygon" + }, + "id": "796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9392540815106, + -11.997709233253659, + -76.929607911398, + -11.98732346356895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.93493764207611, + -11.98732346356895 + ] + ] + ], + "type": "Polygon" + }, + "id": "797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13127206227674, + -12.016588784118133, + -77.12162042302025, + -12.006198594226442 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12695022761935, + -12.006198594226442 + ], + [ + -77.13127206227674, + -12.00924416820887 + ], + [ + -77.13076811916312, + -12.014439315111504 + ], + [ + -77.12594221423277, + -12.016588784118133 + ], + [ + -77.12162042302025, + -12.01354312544823 + ], + [ + -77.12212449328388, + -12.008348082469118 + ], + [ + -77.12695022761935, + -12.006198594226442 + ] + ] + ], + "type": "Polygon" + }, + "id": "798", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16236430316253, + -11.838672033052822, + -77.15271719163663, + -11.82827853206668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.15804401886875, + -11.82827853206668 + ] + ] + ], + "type": "Polygon" + }, + "id": "799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76552323503469, + -12.452085859258752, + -76.75586811855288, + -12.441711871020711 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.75586811855288, + -12.449034761862043 + ], + [ + -76.75637799031294, + -12.443847821798274 + ], + [ + -76.76120546114556, + -12.441711871020711 + ] + ] + ], + "type": "Polygon" + }, + "id": "802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88595066082539, + -12.07107639381859, + -76.87630370240925, + -12.060693059222487 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.88163468671651, + -12.060693059222487 + ] + ] + ], + "type": "Polygon" + }, + "id": "807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02602892065026, + -11.864669500058774, + -77.01638447172307, + -11.854279670027646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.02171192009884, + -11.854279670027646 + ] + ] + ], + "type": "Polygon" + }, + "id": "808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0824476800226, + -11.948870244522471, + -77.07279928703511, + -11.938480240011247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.07812804822125, + -11.938480240011247 + ] + ] + ], + "type": "Polygon" + }, + "id": "809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72211878545826, + -12.377027558978414, + -76.7124670954871, + -12.366653359588256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.71780321051871, + -12.366653359588256 + ] + ] + ], + "type": "Polygon" + }, + "id": "810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74207920473138, + -11.986045378895406, + -76.73243864064494, + -11.975664383972358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.73776829825366, + -11.975664383972358 + ] + ] + ], + "type": "Polygon" + }, + "id": "811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00475815721644, + -11.988434438636515, + -76.99511056613049, + -11.978046914463318 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -77.00044007663246, + -11.978046914463318 + ] + ] + ], + "type": "Polygon" + }, + "id": "812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95833328964184, + -12.13327596782782, + -76.94868257882793, + -12.122891800474527 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.95401452545586, + -12.122891800474527 + ] + ] + ], + "type": "Polygon" + }, + "id": "816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07100323372507, + -11.924148030206293, + -77.061355867184, + -11.91375794666577 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.06668423707573, + -11.91375794666577 + ] + ] + ], + "type": "Polygon" + }, + "id": "817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83871653018056, + -12.270785642341346, + -76.82906486439575, + -12.260406684510155 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.83439917538082, + -12.260406684510155 + ] + ] + ], + "type": "Polygon" + }, + "id": "819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03526618621252, + -12.054357296033595, + -77.02561584713379, + -12.043970012967936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.03094640737633, + -12.043970012967936 + ] + ] + ], + "type": "Polygon" + }, + "id": "821", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91871693663941, + -12.160808305427684, + -76.90906643845423, + -12.150425556909662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.9143988758153, + -12.150425556909662 + ] + ] + ], + "type": "Polygon" + }, + "id": "823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04514335143836, + -12.000271368198543, + -77.03549437318775, + -11.98988302959106 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.0408240301468, + -11.98988302959106 + ] + ] + ], + "type": "Polygon" + }, + "id": "824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95681359123516, + -12.148851864680172, + -76.94716245506731, + -12.138467980754791 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.95249466003455, + -12.138467980754791 + ] + ] + ], + "type": "Polygon" + }, + "id": "826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99872729472598, + -12.145128107346745, + -76.98907518480699, + -12.134743129479142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.99440728421787, + -12.134743129479142 + ] + ] + ], + "type": "Polygon" + }, + "id": "827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99324857248585, + -11.774917803178406, + -76.98360763821756, + -11.764527543970662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.98893364784483, + -11.764527543970662 + ] + ] + ], + "type": "Polygon" + }, + "id": "828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757409239667, + -12.109559444908664, + -76.86792620737084, + -12.099176915146629 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.87325783231098, + -12.099176915146629 + ] + ] + ], + "type": "Polygon" + }, + "id": "833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91945497674708, + -12.011482775427204, + -76.90980891391831, + -12.001097702702506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.91513888914889, + -12.001097702702506 + ] + ] + ], + "type": "Polygon" + }, + "id": "836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84787739330984, + -11.988678023958032, + -76.8382339015434, + -11.978294398015231 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.84356355428717, + -11.978294398015231 + ] + ] + ], + "type": "Polygon" + }, + "id": "838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98563006060213, + -11.758436280711917, + -76.97598981350984, + -11.748045987783186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.98131556034313, + -11.748045987783186 + ] + ] + ], + "type": "Polygon" + }, + "id": "841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0717899410935, + -11.963557895995766, + -77.06214138005943, + -11.953168365237303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.06747039761865, + -11.953168365237303 + ] + ] + ], + "type": "Polygon" + }, + "id": "842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0786941674174, + -12.035030123253344, + -77.06904330055207, + -12.024641486558524 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.07437348567986, + -12.024641486558524 + ] + ] + ], + "type": "Polygon" + }, + "id": "843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88976581886428, + -12.173664026561832, + -76.88011569854962, + -12.163282204922382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.88544837158926, + -12.163282204922382 + ] + ] + ], + "type": "Polygon" + }, + "id": "846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94533216119186, + -11.93539193938261, + -76.93568768997372, + -11.925005104207333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.94101638870964, + -11.925005104207333 + ] + ] + ], + "type": "Polygon" + }, + "id": "847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01541688742464, + -11.973752273880953, + -77.00576946014705, + -11.963364271209128 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.01109871658657, + -11.963364271209128 + ] + ] + ], + "type": "Polygon" + }, + "id": "849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91796354241674, + -12.215767760992469, + -76.9083114231734, + -12.20538591535309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.91364476783659, + -12.20538591535309 + ] + ] + ], + "type": "Polygon" + }, + "id": "850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73447640044901, + -11.969566399928096, + -76.72483653472833, + -11.959185354445033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.73016592287726, + -11.959185354445033 + ] + ] + ], + "type": "Polygon" + }, + "id": "851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88977225861518, + -12.267999913263832, + -76.88011932109069, + -12.257619628937562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.88545355084122, + -12.257619628937562 + ] + ] + ], + "type": "Polygon" + }, + "id": "852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01697684859359, + -12.052557079823186, + -77.0073270314953, + -12.042170217907112 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.01265758414371, + -12.042170217907112 + ] + ] + ], + "type": "Polygon" + }, + "id": "853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9247848728576, + -12.004145200426171, + -76.91513888914889, + -11.993759885623435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.92046873887017, + -11.993759885623435 + ] + ] + ], + "type": "Polygon" + }, + "id": "854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98343917271575, + -12.017794861740347, + -76.97379125600268, + -12.007408299886048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.9791212735772, + -12.007408299886048 + ] + ] + ], + "type": "Polygon" + }, + "id": "855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0581022525056, + -12.009410350947725, + -77.0484526718688, + -11.999021831881507 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.05378246265839, + -11.999021831881507 + ] + ] + ], + "type": "Polygon" + }, + "id": "860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97284026929162, + -12.221200576640506, + -76.96318655709723, + -12.210817457890297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.96851993919714, + -12.210817457890297 + ] + ] + ], + "type": "Polygon" + }, + "id": "862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0115622919122, + -11.871115970199662, + -77.00191802193604, + -11.86072658528595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -77.00724559339334, + -11.86072658528595 + ] + ] + ], + "type": "Polygon" + }, + "id": "865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16538336134342, + -11.807491027980511, + -77.15573710345556, + -11.797097026259834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.16106341301479, + -11.797097026259834 + ] + ] + ], + "type": "Polygon" + }, + "id": "866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08329878539203, + -12.08267571142518, + -77.07364638084945, + -12.072287688596155 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.0789773445531, + -12.072287688596155 + ] + ] + ], + "type": "Polygon" + }, + "id": "868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13739689047415, + -12.048655001841324, + -77.12774414185353, + -12.038265146807191 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.13739689047415, + -12.041310815663822 + ], + [ + -77.13689298352031, + -12.046505795068605 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.13307446503907, + -12.038265146807191 + ] + ] + ], + "type": "Polygon" + }, + "id": "869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91263015120613, + -12.223100765627967, + -76.90297795295645, + -12.212719172228914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.9083114231734, + -12.212719172228914 + ] + ] + ], + "type": "Polygon" + }, + "id": "870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69859911780576, + -12.193939851021995, + -76.68895354212465, + -12.183563187865994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.6942866377438, + -12.183563187865994 + ] + ] + ], + "type": "Polygon" + }, + "id": "871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83873344508733, + -12.082122479335572, + -76.82908741059315, + -12.071740497257018 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.83441860897108, + -12.071740497257018 + ] + ] + ], + "type": "Polygon" + }, + "id": "874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81051684271087, + -12.322993942769445, + -76.80086437188305, + -12.312616572303435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.8061995608974, + -12.312616572303435 + ] + ] + ], + "type": "Polygon" + }, + "id": "877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05423303632197, + -11.906769938831534, + -77.04458661342656, + -11.8963800150747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04991471943951, + -11.8963800150747 + ] + ] + ], + "type": "Polygon" + }, + "id": "878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05052626819823, + -12.08731845583376, + -77.04087455659196, + -12.076931304264257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.04620564070719, + -12.076931304264257 + ] + ] + ], + "type": "Polygon" + }, + "id": "879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06567481955248, + -11.931492115604053, + -77.05602736928206, + -11.921102267744477 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.061355867184, + -11.921102267744477 + ] + ] + ], + "type": "Polygon" + }, + "id": "881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04817379306573, + -11.969105816421617, + -77.03852566669653, + -11.958716943235986 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.04385480660355, + -11.958716943235986 + ] + ] + ], + "type": "Polygon" + }, + "id": "882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93317381093003, + -12.060020047538446, + -76.92352594154197, + -12.049635368097302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.92885670444002, + -12.049635368097302 + ] + ] + ], + "type": "Polygon" + }, + "id": "883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97652724646818, + -11.851941454218206, + -76.96688445096302, + -11.84155266212726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.97221174531012, + -11.84155266212726 + ] + ] + ], + "type": "Polygon" + }, + "id": "884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04744245401982, + -12.024093978544471, + -77.03779270682283, + -12.013705939854315 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.04312275322773, + -12.013705939854315 + ] + ] + ], + "type": "Polygon" + }, + "id": "885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99639381115598, + -12.0269358061912, + -76.9867452874835, + -12.016549062578301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.99207544154567, + -12.016549062578301 + ] + ] + ], + "type": "Polygon" + }, + "id": "888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8699578490056, + -12.18742238873133, + -76.86030784183497, + -12.17704128322607 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.86564075646089, + -12.17704128322607 + ] + ] + ], + "type": "Polygon" + }, + "id": "889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88138691489176, + -12.212140501133804, + -76.87173586717176, + -12.201759509243557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.87706918135568, + -12.201759509243557 + ] + ] + ], + "type": "Polygon" + }, + "id": "890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91567381821305, + -12.191955403411235, + -76.9060224700432, + -12.181573229364783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.91135542379749, + -12.181573229364783 + ] + ] + ], + "type": "Polygon" + }, + "id": "894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310231270403, + -12.115987180153407, + -76.85345461940292, + -12.105605112953732 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.85878636052486, + -12.105605112953732 + ] + ] + ], + "type": "Polygon" + }, + "id": "895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75715890986203, + -12.396248643918653, + -76.74750569016635, + -12.385873885332224 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.756649135724, + -12.394112162068588 + ], + [ + -76.75182243844581, + -12.396248643918653 + ], + [ + -76.74750569016635, + -12.39319771722414 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.75284211268807, + -12.385873885332224 + ] + ] + ], + "type": "Polygon" + }, + "id": "896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995653584135, + -11.998726299169338, + -76.86031215802862, + -11.988342269822946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.86564196167504, + -11.988342269822946 + ] + ] + ], + "type": "Polygon" + }, + "id": "897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88062716875089, + -12.26709170770994, + -76.87097449995463, + -12.25671163702225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.8763087216457, + -12.25671163702225 + ] + ] + ], + "type": "Polygon" + }, + "id": "902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15020018184114, + -11.868958506813428, + -77.14055247052595, + -11.858565720475708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.14587981559016, + -11.858565720475708 + ] + ] + ], + "type": "Polygon" + }, + "id": "903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72534607732281, + -11.968658719383011, + -76.71570648794378, + -11.958277892780949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.72103586337181, + -11.958277892780949 + ] + ] + ], + "type": "Polygon" + }, + "id": "904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93088392716145, + -12.036202926505245, + -76.92123682796311, + -12.025817941899199 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.9265672004455, + -12.025817941899199 + ] + ] + ], + "type": "Polygon" + }, + "id": "906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14487279364208, + -11.876306300115813, + -77.1352249961082, + -11.865913745422484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.14055247052595, + -11.865913745422484 + ] + ] + ], + "type": "Polygon" + }, + "id": "907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14781197042952, + -11.750693495118995, + -77.13816783999256, + -11.74029915200237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.14349324435236, + -11.74029915200237 + ] + ] + ], + "type": "Polygon" + }, + "id": "908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96217328696085, + -12.235869776930913, + -76.95251941341978, + -12.225487161682565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.96166662904547, + -12.233726705216373 + ], + [ + -76.95683960598319, + -12.235869776930913 + ], + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.95785304847547, + -12.225487161682565 + ] + ] + ], + "type": "Polygon" + }, + "id": "911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8265578474083, + -12.018017125675863, + -76.81691404996725, + -12.00763447320604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.82224419877562, + -12.00763447320604 + ] + ] + ], + "type": "Polygon" + }, + "id": "914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9848887620944, + -11.81343123821675, + -76.97524689709188, + -11.803041707706576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.9805735491169, + -11.803041707706576 + ] + ] + ], + "type": "Polygon" + }, + "id": "915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0314517976955, + -12.046116975443027, + -77.02180180190177, + -12.035729660643163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.02713223107217, + -12.035729660643163 + ] + ] + ], + "type": "Polygon" + }, + "id": "916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98876910913224, + -12.010455245295036, + -76.9791212735772, + -12.000068442195992 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.98445116451515, + -12.000068442195992 + ] + ] + ], + "type": "Polygon" + }, + "id": "919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92404929483082, + -12.15347379500084, + -76.9143988758153, + -12.14309079730326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.91973118756407, + -12.14309079730326 + ] + ] + ], + "type": "Polygon" + }, + "id": "923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03673282025002, + -11.944384054445932, + -77.02708572257816, + -11.933995100101411 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.03241446984092, + -11.933995100101411 + ] + ] + ], + "type": "Polygon" + }, + "id": "924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7360045600812, + -11.95399476468791, + -76.72636511672968, + -11.943613451571766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.73169424792931, + -11.943613451571766 + ] + ] + ], + "type": "Polygon" + }, + "id": "928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89128844697805, + -12.158091222389695, + -76.88163875132733, + -12.147709114327318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.88697116631901, + -12.147709114327318 + ] + ] + ], + "type": "Polygon" + }, + "id": "929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00861188609517, + -12.0910555595281, + -76.99896113537811, + -12.080669493431007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -77.00429233217586, + -12.080669493431007 + ] + ] + ], + "type": "Polygon" + }, + "id": "931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14177140443816, + -11.813056115457298, + -77.13212556800518, + -11.802662758178792 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.13745200707908, + -11.802662758178792 + ] + ] + ], + "type": "Polygon" + }, + "id": "932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1220502654466, + -11.921281403282615, + -77.1124016980915, + -11.9108900392483 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.11772994783145, + -11.9108900392483 + ] + ] + ], + "type": "Polygon" + }, + "id": "933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18367048595304, + -11.80927378573156, + -77.1740237224381, + -11.798879369261241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17935003062777, + -11.798879369261241 + ], + [ + -77.18367048595304, + -11.80192343753687 + ], + [ + -77.18316760180178, + -11.807120697547752 + ], + [ + -77.17834413512257, + -11.80927378573156 + ], + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.17935003062777, + -11.798879369261241 + ] + ] + ], + "type": "Polygon" + }, + "id": "936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10073631875052, + -11.950662874704548, + -77.09108741098423, + -11.940272451886518 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.09641617580816, + -11.940272451886518 + ] + ] + ], + "type": "Polygon" + }, + "id": "938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79687421946501, + -11.99148635932617, + -76.78723200951285, + -11.981104057937031 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.79256173631005, + -11.981104057937031 + ] + ] + ], + "type": "Polygon" + }, + "id": "939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94077380678681, + -11.9821305114457, + -76.93112806143354, + -11.971744473067163 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.93645753410007, + -11.971744473067163 + ] + ] + ], + "type": "Polygon" + }, + "id": "940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95750793451818, + -11.905130663379374, + -76.9478640480218, + -11.89474309167538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.95319223689073, + -11.89474309167538 + ] + ] + ], + "type": "Polygon" + }, + "id": "941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0254321457563, + -12.202807232101039, + -77.01577762792792, + -12.192422519108282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.0211106474317, + -12.192422519108282 + ] + ] + ], + "type": "Polygon" + }, + "id": "943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96441071337233, + -12.070968156044636, + -76.9547617037353, + -12.06058287043508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.96009261718011, + -12.06058287043508 + ] + ] + ], + "type": "Polygon" + }, + "id": "944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0542874625907, + -12.00116984127439, + -77.04463822467225, + -11.990781292550615 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.049967884715, + -11.990781292550615 + ] + ] + ], + "type": "Polygon" + }, + "id": "945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92936353295272, + -12.051780060895364, + -76.91971600896433, + -12.041395350390388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.9250466394958, + -12.041395350390388 + ] + ] + ], + "type": "Polygon" + }, + "id": "946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99480204013926, + -11.853737162881668, + -76.98515871906359, + -11.843347946071592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.9904860234343, + -11.843347946071592 + ] + ] + ], + "type": "Polygon" + }, + "id": "947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92481819341526, + -12.1928612013781, + -76.91516657847797, + -12.182478814374438 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.92049953923015, + -12.182478814374438 + ] + ] + ], + "type": "Polygon" + }, + "id": "948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376905302551, + -12.289991697270631, + -76.86411588159798, + -12.279612179901612 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.87326107353199, + -12.287851254463419 + ], + [ + -76.86843440104282, + -12.289991697270631 + ], + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.869450486381, + -12.279612179901612 + ] + ] + ], + "type": "Polygon" + }, + "id": "951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0214817265551, + -11.911421612055852, + -77.01183600133608, + -11.901032555884436 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.01716422449157, + -11.901032555884436 + ] + ] + ], + "type": "Polygon" + }, + "id": "952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98421516826845, + -12.05719361499794, + -76.97456605652364, + -12.04680762979207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97989672239196, + -12.04680762979207 + ] + ] + ], + "type": "Polygon" + }, + "id": "954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73592771811401, + -12.142649039748369, + -76.72628265119727, + -12.13227060344819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.73161489257272, + -12.13227060344819 + ] + ] + ], + "type": "Polygon" + }, + "id": "957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99339514994088, + -12.152465334343079, + -76.98374295847934, + -12.142080603940038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.98907518480699, + -12.142080603940038 + ] + ] + ], + "type": "Polygon" + }, + "id": "958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01012913690029, + -12.07547639094758, + -77.00047881196632, + -12.065090047540574 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -77.00580975026283, + -12.065090047540574 + ] + ] + ], + "type": "Polygon" + }, + "id": "960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76399395196134, + -12.467646446320362, + -76.75433841146966, + -12.457272774404128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.75865630265916, + -12.467646446320362 + ], + [ + -76.75433841146966, + -12.464595265910154 + ], + [ + -76.75484832913186, + -12.459408484003427 + ], + [ + -76.75967601195319, + -12.457272774404128 + ] + ] + ], + "type": "Polygon" + }, + "id": "961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0527184304668, + -11.922354499175524, + -77.04307158173907, + -11.911964835737777 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.04839994619928, + -11.911964835737777 + ] + ] + ], + "type": "Polygon" + }, + "id": "962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7716670315794, + -12.295542177449837, + -76.76201642838589, + -12.285165327115134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.76735118166643, + -12.285165327115134 + ] + ] + ], + "type": "Polygon" + }, + "id": "963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91564583336668, + -12.003242709254497, + -76.90600011611573, + -11.992857608068274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.91132995884648, + -11.992857608068274 + ] + ] + ], + "type": "Polygon" + }, + "id": "964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17834413512257, + -11.81662381979478, + -77.16869728435682, + -11.8062296315274 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.17834413512257, + -11.80927378573156 + ], + [ + -77.1778411646585, + -11.814470931671089 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.1740237224381, + -11.8062296315274 + ] + ] + ], + "type": "Polygon" + }, + "id": "965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92252806241076, + -12.169047934531672, + -76.91287721837398, + -12.15866522253233 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.91820978832531, + -12.15866522253233 + ] + ] + ], + "type": "Polygon" + }, + "id": "966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89434106381523, + -12.221287084536423, + -76.88468940095534, + -12.210905917747821 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.89002285616192, + -12.210905917747821 + ] + ] + ], + "type": "Polygon" + }, + "id": "969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77100170258403, + -11.973194507426621, + -76.76136073624404, + -11.96281258891608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.76669017252905, + -11.96281258891608 + ] + ] + ], + "type": "Polygon" + }, + "id": "970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1160746485133, + -12.07802849373271, + -77.10642155726029, + -12.067639603065828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.1155703961235, + -12.07588010684822 + ], + [ + -77.11074376508378, + -12.07802849373271 + ], + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.11175239701106, + -12.067639603065828 + ] + ] + ], + "type": "Polygon" + }, + "id": "972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16458535046792, + -11.768067206959351, + -77.15494028606705, + -11.757672691909333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.16026594886114, + -11.757672691909333 + ] + ] + ], + "type": "Polygon" + }, + "id": "975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79760640133307, + -12.125207570566637, + -76.78796018363948, + -12.11482729530635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.7932921144965, + -12.11482729530635 + ] + ] + ], + "type": "Polygon" + }, + "id": "977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94383505161213, + -12.045345589550006, + -76.93418734155037, + -12.034960422270192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93951785278517, + -12.034960422270192 + ] + ] + ], + "type": "Polygon" + }, + "id": "978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96280830749967, + -11.80339572467415, + -76.95316731315714, + -11.79300660098189 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.95849382282175, + -11.79300660098189 + ] + ] + ], + "type": "Polygon" + }, + "id": "979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691039110802, + -12.218564545600449, + -76.85725953491377, + -12.208184020604426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.86259296553507, + -12.208184020604426 + ] + ] + ], + "type": "Polygon" + }, + "id": "980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94921304353792, + -12.226724896504786, + -76.93955978024196, + -12.216342452889569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.9448932771668, + -12.216342452889569 + ] + ] + ], + "type": "Polygon" + }, + "id": "982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310365580609, + -12.02163745931192, + -76.85345877665523, + -12.011253944441567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.85878896251823, + -12.011253944441567 + ] + ] + ], + "type": "Polygon" + }, + "id": "983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78383941970115, + -12.359625605489043, + -76.77418657235751, + -12.349249535463887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77952237922898, + -12.349249535463887 + ] + ] + ], + "type": "Polygon" + }, + "id": "986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06040249358742, + -12.03323324498799, + -77.05075214408366, + -12.022845027219608 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.05608232424032, + -12.022845027219608 + ] + ] + ], + "type": "Polygon" + }, + "id": "987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89965578942535, + -12.025253572764456, + -76.89000983618507, + -12.014869199497657 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.89534005469719, + -12.014869199497657 + ] + ] + ], + "type": "Polygon" + }, + "id": "988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05115017204355, + -11.843532238308349, + -77.04150571133813, + -11.833141499259918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.04683278083745, + -11.833141499259918 + ] + ] + ], + "type": "Polygon" + }, + "id": "991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81056688607022, + -12.040017985697537, + -76.80092286111608, + -12.029636067977874 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.80625338104953, + -12.029636067977874 + ] + ] + ], + "type": "Polygon" + }, + "id": "992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96670362495698, + -12.094785733864455, + -76.95705384527743, + -12.08440075865038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.96238514896365, + -12.08440075865038 + ] + ] + ], + "type": "Polygon" + }, + "id": "997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09455168764642, + -11.824178772416365, + -77.08490670385082, + -11.813786709823203 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.09023339645344, + -11.813786709823203 + ] + ] + ], + "type": "Polygon" + }, + "id": "1000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03066992835006, + -12.006714061606992, + -77.02102112759067, + -11.996326173247864 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.0263509086461, + -11.996326173247864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16085456959497, + -11.854261968771404, + -77.15120703121349, + -11.843868720479959 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.15653411730851, + -11.843868720479959 + ] + ] + ], + "type": "Polygon" + }, + "id": "1004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89889953036547, + -12.08022080913697, + -76.88925195767845, + -12.06983729212813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.89458308269019, + -12.06983729212813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04733761949282, + -11.835291390270726, + -77.03769350129802, + -11.82490063009041 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.0430204400966, + -11.82490063009041 + ] + ] + ], + "type": "Polygon" + }, + "id": "1007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99417271299359, + -12.19185815481261, + -76.98451932548656, + -12.181474034361642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.98985220061994, + -12.181474034361642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15162761020011, + -11.758934790710255, + -77.14198313950614, + -11.748540465351834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.14730867322737, + -11.748540465351834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8531985064739, + -12.170036219887555, + -76.84354946330804, + -12.15965525563835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.8488821024737, + -12.15965525563835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03824820148199, + -11.928800557165367, + -77.02860152952188, + -11.91841134019599 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.03393001838016, + -11.91841134019599 + ] + ] + ], + "type": "Polygon" + }, + "id": "1016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83264496616431, + -12.050070115226973, + -76.82300005021736, + -12.039687794711023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.82833072381995, + -12.039687794711023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0199213205602, + -11.832603164767171, + -77.01027798309451, + -11.822213037950796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.01560491119679, + -11.822213037950796 + ] + ] + ], + "type": "Polygon" + }, + "id": "1021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9764955227045, + -11.75753995050879, + -76.96685553848423, + -11.747149870385428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.97218128017009, + -11.747149870385428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77541980666295, + -12.492360178646281, + -76.76576321729038, + -12.481986660132941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.77491013532992, + -12.490224569909433 + ], + [ + -76.77008175325469, + -12.492360178646281 + ], + [ + -76.76576321729038, + -12.4893089993966 + ], + [ + -76.76627301472861, + -12.484122294091966 + ], + [ + -76.77110122203548, + -12.481986660132941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9735845144383, + -12.166235240731543, + -76.96393242407937, + -12.155851218065534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96926489872855, + -12.155851218065534 + ] + ] + ], + "type": "Polygon" + }, + "id": "1025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92938152724385, + -12.146138950901612, + -76.91973118756407, + -12.135755704466517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.92506337361264, + -12.135755704466517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92782546066458, + -11.972988717293017, + -76.91818032615903, + -11.9626028651405 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.92350965999657, + -11.9626028651405 + ] + ] + ], + "type": "Polygon" + }, + "id": "1027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73973108870068, + -12.150888103917602, + -76.7300856722267, + -12.140509701499033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.7354180484786, + -12.140509701499033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10218062650186, + -11.84066080083311, + -77.09253495974225, + -11.830268780712654 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.09786191249252, + -11.830268780712654 + ] + ] + ], + "type": "Polygon" + }, + "id": "1030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84557573144532, + -12.247887291726508, + -76.83592456671937, + -12.23750778246805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.84125849544819, + -12.23750778246805 + ] + ] + ], + "type": "Polygon" + }, + "id": "1031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01459434747348, + -11.839947304408245, + -77.00495092794894, + -11.829557409821852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.01027798309451, + -11.829557409821852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97197399376972, + -11.898688902413674, + -76.9623299237358, + -11.888300881662323 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.96765799207448, + -11.888300881662323 + ] + ] + ], + "type": "Polygon" + }, + "id": "1033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76249525824655, + -12.388924728623014, + -76.75284211268807, + -12.378549706869489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.75817841225637, + -12.378549706869489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99398838870798, + -11.719919511809548, + -76.98434907207402, + -11.709528503683542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98967417670744, + -11.709528503683542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92099114045418, + -12.090269124166962, + -76.91134268760679, + -12.079885212294782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.91667395988593, + -12.079885212294782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91184981987861, + -12.089365003931517, + -76.90220163382968, + -12.078981305479441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.90753289900002, + -12.078981305479441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95372356823819, + -11.991272091751343, + -76.94407721294668, + -11.980885868116502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.94940682389627, + -11.980885868116502 + ] + ] + ], + "type": "Polygon" + }, + "id": "1042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09303916446318, + -11.839766551621409, + -77.08339375460321, + -11.82937474086217 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.08872070571738, + -11.82937474086217 + ] + ] + ], + "type": "Polygon" + }, + "id": "1043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97048594605538, + -12.00865369656724, + -76.96083863721292, + -11.998267317441792 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.96616851775306, + -11.998267317441792 + ] + ] + ], + "type": "Polygon" + }, + "id": "1045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853374542026, + -12.068361014280516, + -76.84888759423603, + -12.05797832373986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.8542185532228, + -12.05797832373986 + ] + ] + ], + "type": "Polygon" + }, + "id": "1046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88748450570205, + -12.244190167416125, + -76.87783233976172, + -12.233809546921515 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.88316617826062, + -12.233809546921515 + ] + ] + ], + "type": "Polygon" + }, + "id": "1048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99483911462823, + -11.948131742512953, + -76.98519298032436, + -11.937743870554389 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.9905218382658, + -11.937743870554389 + ] + ] + ], + "type": "Polygon" + }, + "id": "1049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71167409211496, + -11.92012942646787, + -76.70203632292333, + -11.909748240230213 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.70736490171416, + -11.909748240230213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71770133567135, + -12.046509157190783, + -76.70805963462942, + -12.036129691862374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.71339029482377, + -12.036129691862374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09547396651546, + -12.052409178912328, + -77.0858221575516, + -12.042020397078621 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.09115260540901, + -12.042020397078621 + ] + ] + ], + "type": "Polygon" + }, + "id": "1053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80137341259157, + -12.322082286167143, + -76.79172121473422, + -12.31170513128172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.79705639329356, + -12.31170513128172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04441143585223, + -12.055257005137781, + -77.03476083650062, + -12.044869511874017 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.04009140012614, + -12.044869511874017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79756547412828, + -12.313843589989396, + -76.78791362493777, + -12.303466391931623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.79324866925309, + -12.303466391931623 + ] + ] + ], + "type": "Polygon" + }, + "id": "1061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01385769560324, + -11.89494035908116, + -77.00421265697723, + -11.884551254732683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.0095406178301, + -11.884551254732683 + ] + ] + ], + "type": "Polygon" + }, + "id": "1062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12673602802033, + -12.06334239917562, + -77.11708310775192, + -12.05295302543775 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.12241368939527, + -12.05295302543775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97129052541295, + -12.142419284534611, + -76.96163920537246, + -12.13203494079288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.96697128966088, + -12.13203494079288 + ] + ] + ], + "type": "Polygon" + }, + "id": "1065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8387418951409, + -11.987773455919982, + -76.82909867382855, + -11.97739004572825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.83442831726467, + -11.97739004572825 + ] + ] + ], + "type": "Polygon" + }, + "id": "1071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91338445275751, + -12.168142481771834, + -76.90373387556885, + -12.157759982875342 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.90906643845423, + -12.157759982875342 + ] + ] + ], + "type": "Polygon" + }, + "id": "1072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93854583128991, + -12.241392249362413, + -76.92889240814665, + -12.231010310606091 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.93422615720593, + -12.231010310606091 + ] + ] + ], + "type": "Polygon" + }, + "id": "1073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16227837535757, + -11.74423402476477, + -77.1526340775706, + -11.733839247997269 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1579593524485, + -11.733839247997269 + ] + ] + ], + "type": "Polygon" + }, + "id": "1074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88670905854293, + -12.016110003326643, + -76.87706371930956, + -12.005725815437172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.88239379719744, + -12.005725815437172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97200441199782, + -11.993074060393743, + -76.96235752829425, + -11.982687411756814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.96768715065176, + -11.982687411756814 + ] + ] + ], + "type": "Polygon" + }, + "id": "1076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77313997600487, + -12.468561859363053, + -76.76348416033906, + -12.458187971385591 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.76882177241605, + -12.458187971385591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93696413434697, + -11.973890304493475, + -76.9273187340709, + -11.963504238949817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.93264807453043, + -11.963504238949817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1078", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05574750556521, + -11.891184988396278, + -77.046101508478, + -11.880794805869888 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.05142935606118, + -11.880794805869888 + ] + ] + ], + "type": "Polygon" + }, + "id": "1080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76567221772927, + -11.980527462471294, + -76.75603117717198, + -11.970145787289468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.76136073624404, + -11.970145787289468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68655989499128, + -11.941216037472039, + -76.67692218768745, + -11.93083579815924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.68225111744553, + -11.93083579815924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78391281104423, + -12.076679450489543, + -76.77426841022253, + -12.066298766195905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77959954693806, + -12.066298766195905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83568436482607, + -12.113267306312986, + -76.82603748256743, + -12.102885884550016 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.83136919629462, + -12.102885884550016 + ] + ] + ], + "type": "Polygon" + }, + "id": "1088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85776762420072, + -12.217656495079126, + -76.84811703784952, + -12.207276184514274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.85345045972396, + -12.207276184514274 + ] + ] + ], + "type": "Polygon" + }, + "id": "1089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79072530891602, + -12.242427862309915, + -76.78107577739654, + -12.232049646218293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.78640964563486, + -12.232049646218293 + ] + ] + ], + "type": "Polygon" + }, + "id": "1090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96443893973546, + -12.165331421699312, + -76.95478711354414, + -12.154947610764754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.96011958266877, + -12.154947610764754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90728508109505, + -12.136089333367956, + -76.8976356208289, + -12.125706478026805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.90296766017113, + -12.125706478026805 + ] + ] + ], + "type": "Polygon" + }, + "id": "1093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77772627760187, + -12.42187770583447, + -76.76807173421503, + -12.411502873460263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77340857252926, + -12.411502873460263 + ], + [ + -76.77772627760187, + -12.41455363808403 + ], + [ + -76.77721674971104, + -12.419741108261883 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.77340857252926, + -12.411502873460263 + ] + ] + ], + "type": "Polygon" + }, + "id": "1094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00094579141457, + -11.980194039835608, + -76.99129854410266, + -11.969806487575674 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.99662792320025, + -11.969806487575674 + ] + ] + ], + "type": "Polygon" + }, + "id": "1096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09014347469176, + -12.059751556675645, + -77.08049158115347, + -12.049363016190028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.0858221575516, + -12.049363016190028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92710868326641, + -12.216673903531545, + -76.9174562973363, + -12.206291845080754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.92278964892928, + -12.206291845080754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03898085986765, + -11.87380696275366, + -77.02933580766292, + -11.863416944186655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.0346633905752, + -11.863416944186655 + ] + ] + ], + "type": "Polygon" + }, + "id": "1100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148137209137, + -12.171850658381377, + -76.86183178939704, + -12.161469264936672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.86716444605122, + -12.161469264936672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04367927360819, + -12.110238629388466, + -77.03402705261394, + -12.09985200053036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03935852321271, + -12.09985200053036 + ] + ] + ], + "type": "Polygon" + }, + "id": "1105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01537380683278, + -11.87935663796549, + -77.00572919353283, + -11.868967275675567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.01105689617188, + -11.868967275675567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11751440063071, + -11.96804037886446, + -77.10786455332523, + -11.957649803028135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.11319357951801, + -11.957649803028135 + ] + ] + ], + "type": "Polygon" + }, + "id": "1108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8410160020484, + -12.105934655307966, + -76.83136919629462, + -12.095552985154452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.8367007859043, + -12.095552985154452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376728370857, + -12.19566177483394, + -76.86411692962764, + -12.18528070674503 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86944997748081, + -12.18528070674503 + ] + ] + ], + "type": "Polygon" + }, + "id": "1111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00934986028216, + -12.036076528002244, + -76.99970073056193, + -12.02568960360114 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -77.00503102056477, + -12.02568960360114 + ] + ] + ], + "type": "Polygon" + }, + "id": "1112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11060196420826, + -11.896558651752457, + -77.10095442066937, + -11.886167211793227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.10628228068582, + -11.886167211793227 + ] + ] + ], + "type": "Polygon" + }, + "id": "1114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79752449910596, + -12.50242878394401, + -76.78786701183934, + -12.49205488666101 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.79752449910596, + -12.495105815267385 + ], + [ + -76.79701512025787, + -12.500292817693234 + ], + [ + -76.79218628934343, + -12.50242878394401 + ], + [ + -76.78786701183934, + -12.499377772813531 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.79320517325112, + -12.49205488666101 + ] + ] + ], + "type": "Polygon" + }, + "id": "1117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05501760702991, + -11.946179321060637, + -77.04536998979769, + -11.935789945895436 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.05069874345742, + -11.935789945895436 + ] + ] + ], + "type": "Polygon" + }, + "id": "1119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8722437441807, + -12.211233014247494, + -76.86259296553507, + -12.200852236420172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.86792627140933, + -12.200852236420172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89433329172017, + -12.126944328616755, + -76.8846844453261, + -12.116561652341417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.89001634427386, + -12.116561652341417 + ] + ] + ], + "type": "Polygon" + }, + "id": "1121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10829853910789, + -11.872730461132422, + -77.0986517633092, + -11.86233874026852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.10397923467862, + -11.86233874026852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7177450687307, + -11.952179799354813, + -76.70810617832433, + -11.941798924276213 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.71343528390197, + -11.941798924276213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01086682225122, + -12.020496073320848, + -77.00121811817766, + -12.010108877030595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -77.00654814976349, + -12.010108877030595 + ] + ] + ], + "type": "Polygon" + }, + "id": "1125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93771379606214, + -11.91891128500937, + -76.92807001467239, + -11.908524400639966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.9333984491444, + -11.908524400639966 + ] + ] + ], + "type": "Polygon" + }, + "id": "1128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614957715211, + -11.990486371502552, + -76.85650554590543, + -11.980102314808251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.86183521643888, + -11.980102314808251 + ] + ] + ], + "type": "Polygon" + }, + "id": "1129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462668502598, + -12.006062118977763, + -76.85498222983902, + -11.995678332422358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.86031215802862, + -11.995678332422358 + ] + ] + ], + "type": "Polygon" + }, + "id": "1130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76333594174737, + -12.14537972440134, + -76.75369004799695, + -12.13500063489716 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.75902232579426, + -12.13500063489716 + ] + ] + ], + "type": "Polygon" + }, + "id": "1132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79913265928954, + -12.109637086963989, + -76.78948686508964, + -12.099256529283664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.79481853843406, + -12.099256529283664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0665188863714, + -12.065296006402466, + -77.05686742524637, + -12.054908126082028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.06219812549497, + -12.054908126082028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04201063610007, + -11.842636395931981, + -77.03236643497387, + -11.832245867622127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.03769350129802, + -11.832245867622127 + ] + ] + ], + "type": "Polygon" + }, + "id": "1136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77544675272475, + -12.398077097426443, + -76.76579298268587, + -12.3877019060808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.77544675272475, + -12.390752585439577 + ], + [ + -76.77493723061258, + -12.395940235140033 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.77112942852094, + -12.3877019060808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78075773664466, + -12.485037756710549, + -76.77110122203548, + -12.474663970812053 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.77643910343242, + -12.474663970812053 + ] + ] + ], + "type": "Polygon" + }, + "id": "1138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16840187436104, + -11.77630852691217, + -77.15875647001384, + -11.765914030664918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.16408226197068, + -11.765914030664918 + ] + ] + ], + "type": "Polygon" + }, + "id": "1139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9909916671579, + -11.845496516317265, + -76.98134868977516, + -11.835107278383033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.98667586272519, + -11.835107278383033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07475739210732, + -11.837977269844735, + -77.0651124974803, + -11.827585878562633 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.07043944449518, + -11.827585878562633 + ] + ] + ], + "type": "Polygon" + }, + "id": "1141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92326437351194, + -12.019722833993635, + -76.91361796516597, + -12.009337790186137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.91894807285512, + -12.009337790186137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1660945251225, + -11.752475373238246, + -77.15644988739145, + -11.742080614035192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.1660945251225, + -11.745124548473411 + ], + [ + -77.16559148204323, + -11.750321980017777 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.16177529144235, + -11.742080614035192 + ] + ] + ], + "type": "Polygon" + }, + "id": "1144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84330603643112, + -12.035402104472633, + -76.83366127340686, + -12.025019293507167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.83899169889014, + -12.025019293507167 + ] + ] + ], + "type": "Polygon" + }, + "id": "1145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02157148778231, + -12.100196871047126, + -77.01192013167005, + -12.08981062809799 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.01725146393899, + -12.08981062809799 + ] + ] + ], + "type": "Polygon" + }, + "id": "1148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07560500060974, + -11.971798552099782, + -77.06595609729841, + -11.961409049245594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.07128524535256, + -11.961409049245594 + ] + ] + ], + "type": "Polygon" + }, + "id": "1150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89281826598497, + -12.236858469062517, + -76.88316617826062, + -12.22647759488509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.88849989163118, + -12.22647759488509 + ] + ] + ], + "type": "Polygon" + }, + "id": "1151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90191306575177, + -11.765942269999439, + -76.8922747779154, + -11.755554147513287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.89760072597983, + -11.755554147513287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96286379490223, + -11.992173208007953, + -76.95321717516609, + -11.981786771746663 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.95854679195745, + -11.981786771746663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00250216784151, + -12.058996008699237, + -76.9928525306654, + -12.048609600599512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.99818320610595, + -12.048609600599512 + ] + ] + ], + "type": "Polygon" + }, + "id": "1154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79839987704518, + -11.975912839817791, + -76.78875809022833, + -11.965530269159347 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.79408755972946, + -11.965530269159347 + ] + ] + ], + "type": "Polygon" + }, + "id": "1155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03287148639687, + -11.841740292757484, + -77.0232275453273, + -11.831349975437526 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.02855460820076, + -11.831349975437526 + ] + ] + ], + "type": "Polygon" + }, + "id": "1156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92862994759004, + -12.201100743162062, + -76.91897798685804, + -12.19071839436692 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.92431108014975, + -12.19071839436692 + ] + ] + ], + "type": "Polygon" + }, + "id": "1157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07627067631817, + -11.82239011986112, + -77.06662620754727, + -11.811998476767947 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.07195289614228, + -11.811998476767947 + ] + ] + ], + "type": "Polygon" + }, + "id": "1162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11146466939687, + -12.030380091758468, + -77.1018131151511, + -12.019990588542333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.11146466939687, + -12.02303641279374 + ], + [ + -77.1109604264904, + -12.028231216481325 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.10714317686062, + -12.019990588542333 + ] + ] + ], + "type": "Polygon" + }, + "id": "1164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05731714325874, + -11.970003659123964, + -77.04766875743067, + -11.959614575797488 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.05299790032934, + -11.959614575797488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89661234813936, + -12.056405597715907, + -76.88696554605623, + -12.046021772560698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.89229628034053, + -12.046021772560698 + ] + ] + ], + "type": "Polygon" + }, + "id": "1169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92555350836757, + -12.043540064610674, + -76.91590632983953, + -12.033155323497517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.92123682796311, + -12.033155323497517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78609554311144, + -12.47771498468562, + -76.77643910343242, + -12.467340931841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.78177686139281, + -12.467340931841 + ] + ] + ], + "type": "Polygon" + }, + "id": "1172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13198938433638, + -11.961590685001985, + -77.12233936690113, + -11.951199664524877 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.13198938433638, + -11.954244966415759 + ], + [ + -77.13148553692086, + -11.959440528653147 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.12766826488384, + -11.951199664524877 + ] + ] + ], + "type": "Polygon" + }, + "id": "1175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376374817123, + -12.006966220768469, + -76.8641190238528, + -11.996582219225546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.86944896057105, + -11.996582219225546 + ] + ] + ], + "type": "Polygon" + }, + "id": "1177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89508243481171, + -11.977619801307481, + -76.88543802214924, + -11.967234831732622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.89076745952363, + -11.967234831732622 + ] + ] + ], + "type": "Polygon" + }, + "id": "1178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94605748961445, + -11.786016745543593, + -76.93641744833056, + -11.775627799329481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.941743688322, + -11.775627799329481 + ] + ] + ], + "type": "Polygon" + }, + "id": "1179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9970582073335, + -11.78315856733314, + -76.9874169295685, + -11.772768325670073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.99274307053071, + -11.772768325670073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06724713286194, + -12.010308583989762, + -77.05759729322253, + -11.999919855190361 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.0629270867048, + -11.999919855190361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80067833360147, + -11.99972603724373, + -76.79103577566313, + -11.989343762605934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.79636563644549, + -11.989343762605934 + ] + ] + ], + "type": "Polygon" + }, + "id": "1183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08396115885989, + -11.933285171976797, + -77.074313192106, + -11.922894904780591 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.07964169465781, + -11.922894904780591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90272933007478, + -12.277147038398684, + -76.89307577780946, + -12.266766582521228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.90272933007478, + -12.269815513872079 + ], + [ + -76.90222177558165, + -12.27500579508864 + ], + [ + -76.89739491282927, + -12.277147038398684 + ], + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.89841014827238, + -12.266766582521228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01922976849772, + -11.981992733537805, + -77.009581997758, + -11.971604758760181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.01491138541378, + -11.971604758760181 + ] + ] + ], + "type": "Polygon" + }, + "id": "1189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02221714369004, + -11.856428770517805, + -77.01257303783603, + -11.846038918512132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.01790035517654, + -11.846038918512132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79758594370263, + -12.219531679209652, + -76.78793691108227, + -12.209152914580061 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.79327039821405, + -12.209152914580061 + ] + ] + ], + "type": "Polygon" + }, + "id": "1193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89356835857352, + -12.087555965965969, + -76.88392070755272, + -12.077172695105443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88925195767845, + -12.077172695105443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9629193470913, + -12.180906780044413, + -76.95326709539304, + -12.170523255641069 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.95859982293824, + -12.170523255641069 + ] + ] + ], + "type": "Polygon" + }, + "id": "1196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7527382504653, + -11.97138097681504, + -76.74309783348528, + -11.960999494318834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.74842724625185, + -11.960999494318834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97203484797909, + -12.087448235167688, + -76.96238514896365, + -12.07706301475518 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.96771632624672, + -12.07706301475518 + ] + ] + ], + "type": "Polygon" + }, + "id": "1201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95073342722054, + -12.211151158187093, + -76.94108058939798, + -12.200768423421268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.94641382789648, + -12.200768423421268 + ] + ] + ], + "type": "Polygon" + }, + "id": "1202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93623421264917, + -12.12322846068185, + -76.92658437755017, + -12.112844683329298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.93191617959626, + -12.112844683329298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11974571720623, + -11.897453343375958, + -77.1100979175991, + -11.88706169472505 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.1154257787222, + -11.88706169472505 + ] + ] + ], + "type": "Polygon" + }, + "id": "1204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85548288627913, + -12.193846638782915, + -76.84583307156693, + -12.183465999598042 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.85116610206688, + -12.183465999598042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7694749131676, + -11.988767048761703, + -76.75983352401036, + -11.97838539948161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.76516321745036, + -11.97838539948161 + ] + ] + ], + "type": "Polygon" + }, + "id": "1206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95217969975467, + -11.912471303781366, + -76.9425357331466, + -11.902083968868256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.9478640480218, + -11.902083968868256 + ] + ] + ], + "type": "Polygon" + }, + "id": "1207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80065877992911, + -12.094066180117252, + -76.79101340919945, + -12.083685341560843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.79634482504845, + -12.083685341560843 + ] + ] + ], + "type": "Polygon" + }, + "id": "1208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12745421155451, + -12.008348082469118, + -77.11780291351863, + -11.997957861864831 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.12745421155451, + -12.001003431934528 + ], + [ + -77.12695022761935, + -12.006198594226442 + ], + [ + -77.12212449328388, + -12.008348082469118 + ], + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.12313258829204, + -11.997957861864831 + ] + ] + ], + "type": "Polygon" + }, + "id": "1211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8280708289179, + -12.096788270429258, + -76.81842464174778, + -12.086406783395411 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.82375608815606, + -12.086406783395411 + ] + ] + ], + "type": "Polygon" + }, + "id": "1212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95987975067632, + -12.21205619923516, + -76.95022664789248, + -12.201673252527847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.95555989233107, + -12.201673252527847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691085573749, + -12.029877301816914, + -76.85726562989137, + -12.019493815853467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.86259594893134, + -12.019493815853467 + ] + ] + ], + "type": "Polygon" + }, + "id": "1215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829145140852, + -12.290900518786653, + -76.87326107353199, + -12.280520787675298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.8829145140852, + -12.283569968311022 + ], + [ + -76.88240666097057, + -12.288759887266087 + ], + [ + -76.87757985396507, + -12.290900518786653 + ], + [ + -76.87326107353199, + -12.287851254463419 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.87859568658268, + -12.280520787675298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94916548293489, + -12.038007867046497, + -76.93951785278517, + -12.027622456511569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.94484823805664, + -12.027622456511569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05041961349244, + -11.898529201808202, + -77.04077353317787, + -11.888139253664596 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.046101508478, + -11.888139253664596 + ] + ] + ], + "type": "Polygon" + }, + "id": "1221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99028681572231, + -11.99487497315486, + -76.98063940551599, + -11.984487900519243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.98596903817867, + -11.984487900519243 + ] + ] + ], + "type": "Polygon" + }, + "id": "1222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01624011047801, + -12.107535790908647, + -77.00658867211877, + -12.097149792887024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.01192013167005, + -12.097149792887024 + ] + ] + ], + "type": "Polygon" + }, + "id": "1223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98269691422809, + -12.072772248258216, + -76.9730473770388, + -12.06238653877709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.97837830125209, + -12.06238653877709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7732503176086, + -12.091341704502138, + -76.76360576760258, + -12.080961516671994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.7689371504147, + -12.080961516671994 + ] + ] + ], + "type": "Polygon" + }, + "id": "1225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79143322597496, + -12.470391862978591, + -76.78177686139281, + -12.460017543626956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78711449582828, + -12.460017543626956 + ], + [ + -76.79143322597496, + -12.463068391996634 + ], + [ + -76.79092381269754, + -12.468255605526942 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.78711449582828, + -12.460017543626956 + ] + ] + ], + "type": "Polygon" + }, + "id": "1226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10995189514357, + -12.045964006656925, + -77.10029991410207, + -12.035574775467405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.10563023473473, + -12.035574775467405 + ] + ] + ], + "type": "Polygon" + }, + "id": "1228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.921743737183, + -12.035300059134995, + -76.912096904176, + -12.024915287869323 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.91742726985036, + -12.024915287869323 + ] + ] + ], + "type": "Polygon" + }, + "id": "1229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01017071216214, + -12.169847832779652, + -77.00051756991488, + -12.159462965695603 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -77.00585006390072, + -12.159462965695603 + ] + ] + ], + "type": "Polygon" + }, + "id": "1230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09231560778144, + -11.894768480452477, + -77.08266857781405, + -11.884377458631468 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.08799643478945, + -11.884377458631468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17532608519932, + -11.847805381336494, + -77.16567838046029, + -11.837411695389006 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.17482302387546, + -11.84565292973757 + ], + [ + -77.16999908652078, + -11.847805381336494 + ], + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.17100533636862, + -11.837411695389006 + ] + ] + ], + "type": "Polygon" + }, + "id": "1232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0291067681271, + -11.927902845046393, + -77.01946035655936, + -11.917513838876287 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.02478884185155, + -11.917513838876287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0503663327916, + -11.804118606348718, + -77.04072306565945, + -11.793727344165687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.04604948791129, + -11.793727344165687 + ] + ] + ], + "type": "Polygon" + }, + "id": "1234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90425190206034, + -12.261576280353019, + -76.8945987748773, + -12.25119552798614 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.89993288706279, + -12.25119552798614 + ] + ] + ], + "type": "Polygon" + }, + "id": "1235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90348541057895, + -12.222194059636005, + -76.89383347978536, + -12.21181267941702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89916694263513, + -12.21181267941702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8570039226011, + -12.272604534409664, + -76.84735171543474, + -12.262225147314865 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.85268604479349, + -12.262225147314865 + ] + ] + ], + "type": "Polygon" + }, + "id": "1240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93013285372511, + -12.091172978437239, + -76.92048413455646, + -12.080788853395468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.92581541366863, + -12.080788853395468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91641332506705, + -12.042636904834396, + -76.9067664130215, + -12.032252377180452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.912096904176, + -12.032252377180452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80746312599743, + -12.354124839295505, + -76.79780980678092, + -12.343748076950156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.8069541197402, + -12.351986690704548 + ], + [ + -76.8021273729819, + -12.354124839295505 + ], + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.8031455116319, + -12.343748076950156 + ] + ] + ], + "type": "Polygon" + }, + "id": "1244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99402521056817, + -11.814328296172167, + -76.98438308304212, + -11.803938553273237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.98970973996343, + -11.803938553273237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89358345874996, + -12.276239078140676, + -76.88393017454919, + -12.265858835519412 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88926453734341, + -12.265858835519412 + ] + ] + ], + "type": "Polygon" + }, + "id": "1246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0983660310257, + -11.832419788056797, + -77.08872070571738, + -11.822027746471813 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.09404752841465, + -11.822027746471813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9719435932793, + -11.804293271663148, + -76.96230233527415, + -11.793903934948837 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.96762885050005, + -11.793903934948837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07094394354529, + -11.829736337362805, + -77.06129939093016, + -11.819344925010668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.06662620754727, + -11.819344925010668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12586687007247, + -11.929522306279624, + -77.11621796156845, + -11.919130968466247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.12154634113276, + -11.919130968466247 + ] + ] + ], + "type": "Polygon" + }, + "id": "1253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87832468496384, + -11.77148493616584, + -76.86868685442694, + -11.761097475425379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.87401291148238, + -11.761097475425379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93240418438886, + -12.020625381350117, + -76.92275750995678, + -12.010240124189432 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.92808762440744, + -12.010240124189432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0108250630654, + -11.926106632442584, + -77.00117917371534, + -11.915718048624578 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -77.00650765104811, + -11.915718048624578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87071918813156, + -12.132466342387561, + -76.8610708010956, + -12.122084343070966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.86640280868582, + -12.122084343070966 + ] + ] + ], + "type": "Polygon" + }, + "id": "1258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11600217265638, + -11.983625910436993, + -77.10635189865224, + -11.973235600432298 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.1116811836978, + -11.973235600432298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70101671395611, + -11.934793070174168, + -76.6913788003128, + -11.92441236809535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.6967076224269, + -11.92441236809535 + ] + ] + ], + "type": "Polygon" + }, + "id": "1263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06500405557487, + -12.080877482190992, + -77.05535216806301, + -12.070489877710221 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.06068312707207, + -12.070489877710221 + ] + ] + ], + "type": "Polygon" + }, + "id": "1266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88596131243325, + -12.259760729616948, + -76.8763087216457, + -12.24938040404092 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.8816428183112, + -12.24938040404092 + ] + ] + ], + "type": "Polygon" + }, + "id": "1267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03595053716927, + -11.904975987947877, + -77.0263046337898, + -11.894586485322977 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.03163273336011, + -11.894586485322977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11297730705584, + -12.014795769207172, + -77.10332617958156, + -12.004405995512812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.10865598238549, + -12.004405995512812 + ] + ] + ], + "type": "Polygon" + }, + "id": "1271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00397976095924, + -11.949030850321, + -76.99433336443455, + -11.938642766702428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.99966222697631, + -11.938642766702428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94458373244584, + -11.990370711723484, + -76.93493764207611, + -11.979984700965849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.9402672469083, + -11.979984700965849 + ] + ] + ], + "type": "Polygon" + }, + "id": "1274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74196921377491, + -12.269001160336561, + -76.73232020991215, + -12.25862462122985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.73765453507109, + -12.25862462122985 + ] + ] + ], + "type": "Polygon" + }, + "id": "1275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07184950279452, + -12.057954535254112, + -77.06219812549497, + -12.047566412903313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.06752869761267, + -12.047566412903313 + ] + ] + ], + "type": "Polygon" + }, + "id": "1276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7192738440775, + -11.936608420114153, + -76.70963537580441, + -11.926227278973803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.7149642245443, + -11.926227278973803 + ] + ] + ], + "type": "Polygon" + }, + "id": "1278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06180401674567, + -11.828841332234665, + -77.0521597226504, + -11.818450130129829 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.0574865366895, + -11.818450130129829 + ] + ] + ], + "type": "Polygon" + }, + "id": "1279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16618156897498, + -11.84691322485946, + -77.15653411730851, + -11.836519746258821 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.16186107378789, + -11.836519746258821 + ] + ] + ], + "type": "Polygon" + }, + "id": "1280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8303526034081, + -12.120599623396519, + -76.82070564481073, + -12.110218450465933 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.82603748256743, + -12.110218450465933 + ] + ] + ], + "type": "Polygon" + }, + "id": "1283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95524265619325, + -11.975692689206868, + -76.94559672580678, + -11.965306197633021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.95092607868384, + -11.965306197633021 + ] + ] + ], + "type": "Polygon" + }, + "id": "1284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10455240384769, + -11.958903647251075, + -77.09490315442963, + -11.948513251952038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.10023204937157, + -11.948513251952038 + ] + ] + ], + "type": "Polygon" + }, + "id": "1285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93238531540953, + -11.926250987407382, + -76.92274145453044, + -11.915864340835464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.92807001467239, + -11.915864340835464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70773470178479, + -12.194852423368907, + -76.69808884798017, + -12.184475541405146 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.70342195714399, + -12.184475541405146 + ] + ] + ], + "type": "Polygon" + }, + "id": "1291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99476498726736, + -11.759332352690283, + -76.98512447777946, + -11.748941847207261 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.99045022948505, + -11.748941847207261 + ] + ] + ], + "type": "Polygon" + }, + "id": "1296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77316758556714, + -12.374275858630936, + -76.76351458878291, + -12.363900311862078 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.7688506421794, + -12.363900311862078 + ] + ] + ], + "type": "Polygon" + }, + "id": "1299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13652332868733, + -11.91482971251063, + -77.12687459163392, + -11.904437906106825 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.13220271298448, + -11.904437906106825 + ] + ] + ], + "type": "Polygon" + }, + "id": "1300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8707200674008, + -12.226803816339656, + -76.86106886416681, + -12.216423330317117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.86640242807945, + -12.216423330317117 + ] + ] + ], + "type": "Polygon" + }, + "id": "1301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9720653017291, + -12.18181091665702, + -76.96241278575809, + -12.171427180535668 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.96774551887428, + -12.171427180535668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98340541620236, + -11.923410344107053, + -76.97376031375939, + -11.913022395700315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.97908877708578, + -11.913022395700315 + ] + ] + ], + "type": "Polygon" + }, + "id": "1304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10369276900585, + -11.82507270758339, + -77.09404752841465, + -11.814680435617618 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09937422260758, + -11.814680435617618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9902153330177, + -11.806087587775213, + -76.9805735491169, + -11.795697825769755 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.9859000746397, + -11.795697825769755 + ] + ] + ], + "type": "Polygon" + }, + "id": "1306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93394362737394, + -12.09941285731175, + -76.92429456273729, + -12.089028765348356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92962597423859, + -12.089028765348356 + ] + ] + ], + "type": "Polygon" + }, + "id": "1311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1061345639556, + -12.037723446041424, + -77.09648292463804, + -12.027334182842386 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.1018131151511, + -12.027334182842386 + ] + ] + ], + "type": "Polygon" + }, + "id": "1312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88899513373123, + -12.039925837479066, + -76.87934902399441, + -12.029541951705689 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.88467949258819, + -12.029541951705689 + ] + ] + ], + "type": "Polygon" + }, + "id": "1313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98799265688908, + -11.97105391745938, + -76.97834601602895, + -11.960666549335702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.98367525887319, + -11.960666549335702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01611017028671, + -11.82436239929315, + -77.00646717595201, + -11.81397225219533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.01179397296787, + -11.81397225219533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9848546042346, + -11.719024108294489, + -76.97521554997297, + -11.708633312876302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.97952945904323, + -11.719024108294489 + ], + [ + -76.97521554997297, + -11.715978652930914 + ], + [ + -76.97572120847171, + -11.710783308435081 + ], + [ + -76.98054064971193, + -11.708633312876302 + ] + ] + ], + "type": "Polygon" + }, + "id": "1324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90956149802145, + -12.06554950217036, + -76.89991408250005, + -12.055165494192114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.90524495702014, + -12.055165494192114 + ] + ] + ], + "type": "Polygon" + }, + "id": "1326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01463719538091, + -11.934347186498934, + -77.00499096257522, + -11.92395862810244 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.01031957114364, + -11.92395862810244 + ] + ] + ], + "type": "Polygon" + }, + "id": "1330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15187622416165, + -12.042206991798265, + -77.14222330700403, + -12.031816689456472 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14755350096645, + -12.031816689456472 + ], + [ + -77.15187622416165, + -12.034862192424566 + ], + [ + -77.15137253082985, + -12.040057395390324 + ], + [ + -77.14654598704215, + -12.042206991798265 + ], + [ + -77.14222330700403, + -12.039161404395585 + ], + [ + -77.1427271275872, + -12.033966305029514 + ], + [ + -77.14755350096645, + -12.031816689456472 + ] + ] + ], + "type": "Polygon" + }, + "id": "1331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96515601977637, + -12.015992730434009, + -76.95550863035828, + -12.005606592791555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.96083863721292, + -12.005606592791555 + ] + ] + ], + "type": "Polygon" + }, + "id": "1332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97727002781926, + -11.796949881222499, + -76.96762885050005, + -11.78656031321794 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.97295523945762, + -11.78656031321794 + ] + ] + ], + "type": "Polygon" + }, + "id": "1333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15544350165034, + -11.76717608577332, + -77.14579869076101, + -11.756781778629646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.15112435380192, + -11.756781778629646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78161009379623, + -12.147198851050005, + -76.77196365120182, + -12.136819327324567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.77729595190407, + -12.136819327324567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08862966472714, + -12.075334023639636, + -77.0789773445531, + -12.064945758251548 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.08430817981784, + -12.064945758251548 + ] + ] + ], + "type": "Polygon" + }, + "id": "1336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70861592608053, + -11.951271925450326, + -76.69897731285836, + -11.940891269764808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.70430640521309, + -11.940891269764808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9240328560836, + -12.059116832803134, + -76.91438525280623, + -12.048732366557696 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91971600896433, + -12.048732366557696 + ] + ] + ], + "type": "Polygon" + }, + "id": "1338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80295714726417, + -12.02353874117049, + -76.7933138181115, + -12.013156766112859 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.79864407021543, + -12.013156766112859 + ] + ] + ], + "type": "Polygon" + }, + "id": "1340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76171524694584, + -12.443847821798274, + -76.75206048014623, + -12.433473784111852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.75637799031294, + -12.443847821798274 + ], + [ + -76.75206048014623, + -12.440796724754001 + ], + [ + -76.75257039195864, + -12.435609759999142 + ], + [ + -76.75739768793515, + -12.433473784111852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9872861556279, + -12.120408244632063, + -76.97763507858714, + -12.110023160082326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.98296678304929, + -12.110023160082326 + ] + ] + ], + "type": "Polygon" + }, + "id": "1347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04049581628392, + -11.85822187088391, + -77.03085118963048, + -11.847831596670456 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.03617851423998, + -11.847831596670456 + ] + ] + ], + "type": "Polygon" + }, + "id": "1351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00930854172435, + -11.94168918004145, + -76.99966222697631, + -11.931300858812001 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -77.00499096257522, + -11.931300858812001 + ] + ] + ], + "type": "Polygon" + }, + "id": "1352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99554177727329, + -11.798743619176802, + -76.9859000746397, + -11.788353626120626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.99122647357277, + -11.788353626120626 + ] + ] + ], + "type": "Polygon" + }, + "id": "1354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01615345841549, + -11.918764283341579, + -77.00650765104811, + -11.90837546312486 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.01183600133608, + -11.90837546312486 + ] + ] + ], + "type": "Polygon" + }, + "id": "1355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92254406737669, + -12.263390750702465, + -76.91289040570933, + -12.25300957254589 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.92254406737669, + -12.256058254528376 + ], + [ + -76.92203681162405, + -12.261248896762853 + ], + [ + -76.91720989427992, + -12.263390750702465 + ], + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.91822453231035, + -12.25300957254589 + ] + ] + ], + "type": "Polygon" + }, + "id": "1357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03301611520963, + -12.1249172283981, + -77.0233637284698, + -12.11453109000935 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.02869545433705, + -12.11453109000935 + ] + ] + ], + "type": "Polygon" + }, + "id": "1358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99247212582183, + -11.735505721116072, + -76.98283238451953, + -11.725114955382237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.98815774700806, + -11.725114955382237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07790642392028, + -11.995623077081369, + -77.06825675208695, + -11.985233869919584 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.07358628928134, + -11.985233869919584 + ] + ] + ], + "type": "Polygon" + }, + "id": "1360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98654430405175, + -12.175378595794076, + -76.97689160545603, + -12.164994399090295 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.98222421714043, + -12.164994399090295 + ] + ] + ], + "type": "Polygon" + }, + "id": "1361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14805723517424, + -12.033966305029514, + -77.13840465886439, + -12.023575970474441 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14373472324193, + -12.023575970474441 + ], + [ + -77.14805723517424, + -12.026621470351067 + ], + [ + -77.14755350096645, + -12.031816689456472 + ], + [ + -77.1427271275872, + -12.033966305029514 + ], + [ + -77.13840465886439, + -12.03092072064727 + ], + [ + -77.13890852030201, + -12.02572560520756 + ], + [ + -77.14373472324193, + -12.023575970474441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1363", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76018584364985, + -12.459408484003427, + -76.75053065290537, + -12.449034761862043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75586811855288, + -12.449034761862043 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.75484832913186, + -12.459408484003427 + ], + [ + -76.75053065290537, + -12.456357303652162 + ], + [ + -76.7510406106202, + -12.45117049666596 + ], + [ + -76.75586811855288, + -12.449034761862043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14558753386541, + -11.821297293556981, + -77.13594135691939, + -11.81090395716292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.14126792548107, + -11.81090395716292 + ] + ] + ], + "type": "Polygon" + }, + "id": "1365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11520989489264, + -11.944213618961474, + -77.10556081560036, + -11.933822751516542 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.11088945302849, + -11.933822751516542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88595598507506, + -12.165424516833124, + -76.87630621129509, + -12.155042658747453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.88163875132733, + -12.155042658747453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99861266583586, + -11.861977807605582, + -76.9889690011282, + -11.851588612375714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.99429643687822, + -11.851588612375714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8128307980529, + -12.158164845882833, + -76.8031831876835, + -12.147784707634363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.80851565464158, + -12.147784707634363 + ] + ] + ], + "type": "Polygon" + }, + "id": "1369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97355361874709, + -12.071870335126993, + -76.96390434509509, + -12.06148483745625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96923526406209, + -12.06148483745625 + ] + ] + ], + "type": "Polygon" + }, + "id": "1371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97739795396706, + -12.174475020750693, + -76.96774551887428, + -12.164091035395554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.97307812542513, + -12.164091035395554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92328058597725, + -12.114084444424494, + -76.91363136259062, + -12.103700845783184 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.918963025492, + -12.103700845783184 + ] + ] + ], + "type": "Polygon" + }, + "id": "1376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9560407995566, + -12.109459739686608, + -76.94639085904679, + -12.09907525619727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.95172241527587, + -12.09907525619727 + ] + ] + ], + "type": "Polygon" + }, + "id": "1377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05266447519448, + -11.827946066488611, + -77.0430204400966, + -11.817555074882506 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.04834725128208, + -11.817555074882506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98495713760713, + -12.002214951275437, + -76.97530964620232, + -11.991828119117121 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.98063940551599, + -11.991828119117121 + ] + ] + ], + "type": "Polygon" + }, + "id": "1379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13501215036871, + -11.930417096691974, + -77.12536298654565, + -11.92002555071378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.13069136675598, + -11.92002555071378 + ] + ] + ], + "type": "Polygon" + }, + "id": "1383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96209062181018, + -11.952773025554812, + -76.95244519658586, + -11.942386028614033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.95777416528405, + -11.942386028614033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05658732909049, + -12.024992791649526, + -77.04693732230807, + -12.014604542987334 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.05226737172774, + -12.014604542987334 + ] + ] + ], + "type": "Polygon" + }, + "id": "1390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84482328449579, + -12.114174196872586, + -76.83517613141315, + -12.103792559713945 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.84050785454744, + -12.103792559713945 + ] + ] + ], + "type": "Polygon" + }, + "id": "1392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91335780565544, + -11.979424874866586, + -76.90371285848664, + -11.969039477018557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.9090423108042, + -11.969039477018557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96360917794512, + -11.937192464017167, + -76.95396417761869, + -11.926805203000521 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.9592928882646, + -11.926805203000521 + ] + ] + ], + "type": "Polygon" + }, + "id": "1395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78381492734286, + -12.453915763404387, + -76.7741592612032, + -12.443541343262394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77949662661212, + -12.443541343262394 + ], + [ + -76.78381492734286, + -12.446592192063644 + ], + [ + -76.78330543379711, + -12.45177945605536 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.77949662661212, + -12.443541343262394 + ] + ] + ], + "type": "Polygon" + }, + "id": "1396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10685613205014, + -11.982729629841577, + -77.09720611444726, + -11.972339528337319 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.10253539827248, + -11.972339528337319 + ] + ] + ], + "type": "Polygon" + }, + "id": "1399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00086809477358, + -11.791399332834608, + -76.99122647357277, + -11.781009109172333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.99655274582852, + -11.781009109172333 + ] + ] + ], + "type": "Polygon" + }, + "id": "1401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93167206487634, + -12.169953119347422, + -76.92202095446902, + -12.15957019449569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.92735353121036, + -12.15957019449569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74740878886988, + -11.97871334302872, + -76.73776829825366, + -11.968332104097978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.74309783348528, + -11.968332104097978 + ] + ] + ], + "type": "Polygon" + }, + "id": "1404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00172388364344, + -12.019595934310539, + -76.99207544154567, + -12.009208949247967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.99740546873689, + -12.009208949247967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78689516531898, + -12.328496784457387, + -76.777243165856, + -12.318120104845093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.78257845710934, + -12.318120104845093 + ] + ] + ], + "type": "Polygon" + }, + "id": "1409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74577432241915, + -12.27723983507645, + -76.73612496884911, + -12.266863336339297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.74145942891411, + -12.266863336339297 + ] + ] + ], + "type": "Polygon" + }, + "id": "1413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01004605913143, + -11.886699726226835, + -77.00040136389352, + -11.876310598473925 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -77.00572919353283, + -11.876310598473925 + ] + ] + ], + "type": "Polygon" + }, + "id": "1414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08172211042206, + -12.0038636709227, + -77.07207209637002, + -11.993474493357887 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.07740176400776, + -11.993474493357887 + ] + ] + ], + "type": "Polygon" + }, + "id": "1415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95835974687273, + -12.227630255447954, + -76.94870621851022, + -12.217247599904958 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.95403972142164, + -12.217247599904958 + ] + ] + ], + "type": "Polygon" + }, + "id": "1417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13485625720936, + -11.741560898040172, + -77.12521272164246, + -11.73116674617441 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.13053799622496, + -11.73116674617441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04211236297014, + -12.031435303855563, + -77.03246253274175, + -12.02104750601875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.03779270682283, + -12.02104750601875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01476588922195, + -12.217480785962131, + -77.00511120671555, + -12.207096572870567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.01476588922195, + -12.210144175994 + ], + [ + -77.01425999704288, + -12.215336335112728 + ], + [ + -77.00943256977892, + -12.217480785962131 + ], + [ + -77.00511120671555, + -12.214433099117043 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.01044448099324, + -12.207096572870567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8653871333442, + -12.13979946336476, + -76.85573866884583, + -12.129417713172733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.8610708010956, + -12.129417713172733 + ] + ] + ], + "type": "Polygon" + }, + "id": "1426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94154438724001, + -12.021527664382724, + -76.93189744719885, + -12.011142194119476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.9372275681354, + -12.011142194119476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78461553672257, + -12.304693000909205, + -76.77496431007701, + -12.294315976228578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.78029920914764, + -12.294315976228578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06948925218083, + -11.939732828259231, + -77.05984145957466, + -11.929343006611061 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.06517008802307, + -11.929343006611061 + ] + ] + ], + "type": "Polygon" + }, + "id": "1429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92787811463596, + -12.256058254528376, + -76.91822453231035, + -12.245676822397133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.92737094501857, + -12.25391618980404 + ], + [ + -76.92254406737669, + -12.256058254528376 + ], + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.92355853315213, + -12.245676822397133 + ] + ] + ], + "type": "Polygon" + }, + "id": "1430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82499579453673, + -12.316577668727993, + -76.81534312730976, + -12.30619982428117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.82067820250562, + -12.30619982428117 + ] + ] + ], + "type": "Polygon" + }, + "id": "1432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.917166574699, + -11.987664990008808, + -76.90752128195628, + -11.977279619386838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.91285086678302, + -11.977279619386838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88443309888707, + -12.180996945083717, + -76.87478290048413, + -12.170615374186148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.88011569854962, + -12.170615374186148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14503460237478, + -12.065136218670139, + -77.13538117161659, + -12.05474642981557 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14071175422416, + -12.05474642981557 + ], + [ + -77.14503460237478, + -12.057792104347916 + ], + [ + -77.14453077714165, + -12.062987050596886 + ], + [ + -77.13970397650614, + -12.065136218670139 + ], + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.14071175422416, + -12.05474642981557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75335192686669, + -12.388010392093081, + -76.74369905690335, + -12.377635586976158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.74903534456271, + -12.377635586976158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96518445889102, + -12.110362847329455, + -76.95553425386471, + -12.09997815168615 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.96086581586991, + -12.09997815168615 + ] + ] + ], + "type": "Polygon" + }, + "id": "1442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73432083554341, + -12.346818817604797, + -76.72466971514163, + -12.336443786655844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.73000532787434, + -12.336443786655844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03458120496245, + -12.203709800748854, + -77.0249264261058, + -12.193324877807427 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.03458120496245, + -12.196372231107183 + ], + [ + -77.03407561222654, + -12.20156474502873 + ], + [ + -77.02924813689707, + -12.203709800748854 + ], + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.03025944929288, + -12.193324877807427 + ] + ] + ], + "type": "Polygon" + }, + "id": "1444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00483817295861, + -12.17718493984197, + -76.995184948792, + -12.16680032119332 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -77.00051756991488, + -12.16680032119332 + ] + ] + ], + "type": "Polygon" + }, + "id": "1446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97878721640056, + -11.781365466962002, + -76.9691464637406, + -11.770975650373458 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.9744725948197, + -11.770975650373458 + ] + ] + ], + "type": "Polygon" + }, + "id": "1447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79992539742047, + -11.960338916791907, + -76.7902840337155, + -11.949956078410022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7956132459377, + -11.949956078410022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89813413730914, + -12.040829791168543, + -76.8884877596593, + -12.03044569118453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.89381823604886, + -12.03044569118453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148247396598, + -12.2661832321243, + -76.86183007437552, + -12.25580337532535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.8671642877311, + -12.25580337532535 + ] + ] + ], + "type": "Polygon" + }, + "id": "1451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85090958329069, + -12.240557112906606, + -76.84125849544819, + -12.23017734905206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.84659229978224, + -12.23017734905206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83797556338855, + -12.042736275358036, + -76.82833072381995, + -12.03235370939618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.83366127340686, + -12.03235370939618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06870288999693, + -11.900322049974132, + -77.05905629170415, + -11.88993168144073 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.06438427257368, + -11.88993168144073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0024628445721, + -11.964612644724845, + -76.99281602266578, + -11.954224826011501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.99814514347673, + -11.954224826011501 + ] + ] + ], + "type": "Polygon" + }, + "id": "1461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93850449424791, + -12.052682983184377, + -76.92885670444002, + -12.04229805960251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.93418734155037, + -12.04229805960251 + ] + ] + ], + "type": "Polygon" + }, + "id": "1462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01840561929491, + -11.848188038484023, + -77.0087618565751, + -11.837798164959931 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.01408904283888, + -11.837798164959931 + ] + ] + ], + "type": "Polygon" + }, + "id": "1463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01628347445602, + -12.201904393792125, + -77.0066292181347, + -12.19151989099901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.0119622336788, + -12.19151989099901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83188792004697, + -12.01068284460619, + -76.82224419877562, + -12.00029994810434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.82757422369971, + -12.00029994810434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18357834940765, + -11.714828752919606, + -77.1739343994177, + -11.70443307868403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.18357834940765, + -11.707476658220566 + ], + [ + -77.18307561051407, + -11.712674547193362 + ], + [ + -77.17825355064637, + -11.714828752919606 + ], + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.17925915556174, + -11.70443307868403 + ] + ] + ], + "type": "Polygon" + }, + "id": "1472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01545999316056, + -12.06813702905952, + -77.00580975026283, + -12.057750442139612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.01114056140938, + -12.057750442139612 + ] + ] + ], + "type": "Polygon" + }, + "id": "1474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81666731909887, + -11.977723751222392, + -76.80702498767408, + -11.967340747048311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.81235447794445, + -11.967340747048311 + ] + ] + ], + "type": "Polygon" + }, + "id": "1478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12594221423277, + -12.023933076330193, + -77.11629048928141, + -12.01354312544823 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12162042302025, + -12.01354312544823 + ], + [ + -77.12594221423277, + -12.016588784118133 + ], + [ + -77.12543818478014, + -12.021783811545825 + ], + [ + -77.12061223697087, + -12.023933076330193 + ], + [ + -77.11629048928141, + -12.020887333004076 + ], + [ + -77.11679464586881, + -12.01569240955975 + ], + [ + -77.12162042302025, + -12.01354312544823 + ] + ] + ], + "type": "Polygon" + }, + "id": "1480", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85091938326588, + -12.05188157564181, + -76.84127392604101, + -12.041498823977847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.84660461835828, + -12.041498823977847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85243415491952, + -12.224987393687746, + -76.84278349147743, + -12.214607336513563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.84811703784952, + -12.214607336513563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8463475149871, + -12.09860167079149, + -76.8367007859043, + -12.08821975268934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.84203225130845, + -12.08821975268934 + ] + ] + ], + "type": "Polygon" + }, + "id": "1484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08020820724565, + -12.019447100301331, + -77.07055776679907, + -12.009058192397406 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.07588769317304, + -12.009058192397406 + ] + ] + ], + "type": "Polygon" + }, + "id": "1488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83036349883396, + -12.026256848950563, + -76.82071935395685, + -12.015874224861301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.82604963639913, + -12.015874224861301 + ] + ] + ], + "type": "Polygon" + }, + "id": "1489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95758657365043, + -12.18824204897064, + -76.9479342415317, + -12.177858774361768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.95326709539304, + -12.177858774361768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13206652392267, + -12.055998863149425, + -77.12241368939527, + -12.045609248541545 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.12774414185353, + -12.045609248541545 + ] + ] + ], + "type": "Polygon" + }, + "id": "1491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91183694337916, + -11.995002635926095, + -76.90219157176664, + -11.984617506734034 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.90752128195628, + -11.984617506734034 + ] + ] + ], + "type": "Polygon" + }, + "id": "1492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8288389404392, + -12.041830442744155, + -76.8191943719328, + -12.031448092612989 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.82452491191047, + -12.031448092612989 + ] + ] + ], + "type": "Polygon" + }, + "id": "1493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462398743313, + -12.289082605210671, + -76.85497108560884, + -12.278703301834094 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.86030568184812, + -12.278703301834094 + ] + ] + ], + "type": "Polygon" + }, + "id": "1494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06270309458482, + -12.057055624847328, + -77.05305197612272, + -12.046667711940943 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.05838254568584, + -12.046667711940943 + ] + ] + ], + "type": "Polygon" + }, + "id": "1496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06197398375704, + -12.112039184367118, + -77.052321243399, + -12.101652136206967 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.06197398375704, + -12.104698808685312 + ], + [ + -77.06146891860304, + -12.109892385110378 + ], + [ + -77.05664246271303, + -12.112039184367118 + ], + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.05765271998162, + -12.101652136206967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06416057942566, + -11.94707655917476, + -77.0545127031302, + -11.93668697397618 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.05984145957466, + -11.93668697397618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99561636702067, + -11.987534669204283, + -76.98596903817867, + -11.977147356534768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.99129854410266, + -11.977147356534768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09929103749539, + -12.060649667492111, + -77.089638886556, + -12.050260918316189 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.09496946467995, + -12.050260918316189 + ] + ] + ], + "type": "Polygon" + }, + "id": "1502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81055021468434, + -12.134355213245756, + -76.80090337608169, + -12.123974755305422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.80623545146716, + -12.123974755305422 + ] + ] + ], + "type": "Polygon" + }, + "id": "1503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74125988614372, + -12.135320428826583, + -76.73161489257272, + -12.124941740983902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.73694701156064, + -12.124941740983902 + ] + ] + ], + "type": "Polygon" + }, + "id": "1505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9804028323503, + -12.04895345817932, + -76.97075406494896, + -12.03856744157454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.9760845990974, + -12.03856744157454 + ] + ] + ], + "type": "Polygon" + }, + "id": "1507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.020790722105, + -12.060797338904989, + -77.01114056140938, + -12.050410508915258 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.01647124531827, + -12.050410508915258 + ] + ] + ], + "type": "Polygon" + }, + "id": "1509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12276891639894, + -11.866277882992234, + -77.11312196979395, + -11.855885721288594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.11844931346826, + -11.855885721288594 + ] + ] + ], + "type": "Polygon" + }, + "id": "1510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96899689561153, + -12.118602779470196, + -76.95934634579748, + -12.10821811821225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.96467803976492, + -12.10821811821225 + ] + ] + ], + "type": "Polygon" + }, + "id": "1511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97123009519055, + -11.953673212966606, + -76.9615844060226, + -11.943286003493679 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.96691338030887, + -11.943286003493679 + ] + ] + ], + "type": "Polygon" + }, + "id": "1512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81286280360032, + -11.969483966552096, + -76.80322081978751, + -11.959100936598569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.80855017629189, + -11.959100936598569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85928934386396, + -12.296412224087684, + -76.8496363646964, + -12.286033177363246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.85878115198032, + -12.2942721821268 + ], + [ + -76.85395457554336, + -12.296412224087684 + ], + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.85497108560884, + -12.286033177363246 + ] + ] + ], + "type": "Polygon" + }, + "id": "1518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18065295393602, + -11.840456034963589, + -77.17100533636862, + -11.830062119272482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.18065295393602, + -11.833106373123053 + ], + [ + -77.18014997893674, + -11.838303382738747 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.17633216241319, + -11.830062119272482 + ] + ] + ], + "type": "Polygon" + }, + "id": "1519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84332737049102, + -11.752304322715093, + -76.83369103987081, + -11.741917479304261 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83901680459891, + -11.741917479304261 + ], + [ + -76.84332737049102, + -11.744964269309683 + ], + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.8341987259224, + -11.744064077581058 + ], + [ + -76.83901680459891, + -11.741917479304261 + ] + ] + ], + "type": "Polygon" + }, + "id": "1520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71302260897359, + -12.281825288310957, + -76.70337401298657, + -12.27144970132181 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.70870855710078, + -12.27144970132181 + ] + ] + ], + "type": "Polygon" + }, + "id": "1521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9940989187463, + -12.003115302354752, + -76.98445116451515, + -11.992728258454262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98978092872882, + -11.992728258454262 + ] + ] + ], + "type": "Polygon" + }, + "id": "1522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00631552587889, + -12.067236205741036, + -76.99666554479332, + -12.056849829759749 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -77.00199635168258, + -12.056849829759749 + ] + ] + ], + "type": "Polygon" + }, + "id": "1523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01702042031687, + -12.146932649419114, + -77.00736778620349, + -12.136547250055235 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.01269989431522, + -12.136547250055235 + ] + ] + ], + "type": "Polygon" + }, + "id": "1525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72840301243187, + -11.937515704508344, + -76.71876426755529, + -11.927134344211519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.72409312919625, + -11.927134344211519 + ] + ] + ], + "type": "Polygon" + }, + "id": "1526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71984420587238, + -12.353227902414547, + -76.7101932895376, + -12.342853350801493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.7155290117787, + -12.342853350801493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72298972005147, + -12.133499236746845, + -76.71334527949831, + -12.123120985385466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.71867737315155, + -12.123120985385466 + ] + ] + ], + "type": "Polygon" + }, + "id": "1528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10981057370954, + -11.857142815989276, + -77.1001642242317, + -11.846750840166921 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.10549143696291, + -11.846750840166921 + ] + ] + ], + "type": "Polygon" + }, + "id": "1531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99173202107475, + -11.790502882315279, + -76.98209066200216, + -11.78011287093347 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.9874169295685, + -11.78011287093347 + ] + ] + ], + "type": "Polygon" + }, + "id": "1532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81432542426252, + -12.331232645598082, + -76.80467260501345, + -12.320855318891548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.8100079281163, + -12.320855318891548 + ] + ] + ], + "type": "Polygon" + }, + "id": "1535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0656170826723, + -11.837082237476274, + -77.05597244637845, + -11.826691056310004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.06129939093016, + -11.826691056310004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02377823795503, + -11.935245451189951, + -77.01413174398819, + -11.924856681623455 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01946035655936, + -11.924856681623455 + ] + ] + ], + "type": "Polygon" + }, + "id": "1538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91793421940739, + -12.027060044918947, + -76.9082877319821, + -12.016675243956414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.91361796516597, + -12.016675243956414 + ] + ] + ], + "type": "Polygon" + }, + "id": "1542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9766225288675, + -12.135082602905804, + -76.96697128966088, + -12.124698011785604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.97230324742839, + -12.124698011785604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99335847349819, + -12.058094944735732, + -76.98370909879881, + -12.047708747957476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.9890397695912, + -12.047708747957476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04206148469707, + -11.93704119159154, + -77.03241446984092, + -11.926652000438555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.03774308959042, + -11.926652000438555 + ] + ] + ], + "type": "Polygon" + }, + "id": "1548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75498000783462, + -12.089524063602626, + -76.74533600735583, + -12.0791443108387 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.75066736676742, + -12.0791443108387 + ] + ] + ], + "type": "Polygon" + }, + "id": "1550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11823391292134, + -11.913040492895007, + -77.10858568677676, + -11.902649103096072 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.11391380665061, + -11.902649103096072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0543419206305, + -12.095558712888565, + -77.04468986604563, + -12.085171595332916 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.05002108102497, + -12.085171595332916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13040113949462, + -11.882759922111694, + -77.12075351091488, + -11.87236780770754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.12608111408974, + -11.87236780770754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01766958474732, + -11.903180987841111, + -77.00802420279429, + -11.892791907353127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.0133522948192, + -11.892791907353127 + ] + ] + ], + "type": "Polygon" + }, + "id": "1556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93011464329292, + -11.996807297821308, + -76.92046873887017, + -11.986421741383538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.92579846299431, + -11.986421741383538 + ] + ] + ], + "type": "Polygon" + }, + "id": "1558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08178457983627, + -12.09825739901075, + -77.0721317486738, + -12.087869653594057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.08127981427069, + -12.096110000953841 + ], + [ + -77.07645331308817, + -12.09825739901075 + ], + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.07746297124744, + -12.087869653594057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78619077329313, + -12.100489502683782, + -76.77654560073745, + -12.09010912944437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.78187712908792, + -12.09010912944437 + ] + ] + ], + "type": "Polygon" + }, + "id": "1562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98721639613423, + -11.931650815653068, + -76.9775709496767, + -11.921262892273097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.98289954458286, + -11.921262892273097 + ] + ] + ], + "type": "Polygon" + }, + "id": "1563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81512708229609, + -12.087641668801487, + -76.80548151461645, + -12.077260365856098 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.81081281727833, + -12.077260365856098 + ] + ] + ], + "type": "Polygon" + }, + "id": "1567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90043088315463, + -12.158997184274185, + -76.89078091951508, + -12.148614862476226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.89611334223908, + -12.148614862476226 + ] + ] + ], + "type": "Polygon" + }, + "id": "1568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94769252275093, + -12.24229819616683, + -76.93803883395766, + -12.231916045245997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.9471856520181, + -12.240155522450415 + ], + [ + -76.94235872125175, + -12.24229819616683 + ], + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.94337258932624, + -12.231916045245997 + ] + ] + ], + "type": "Polygon" + }, + "id": "1569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1128342335739, + -11.825966381879182, + -77.10318873666509, + -11.81557390079245 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.10851543217257, + -11.81557390079245 + ] + ] + ], + "type": "Polygon" + }, + "id": "1575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09843332522756, + -11.926836353423381, + -77.08878518555234, + -11.916445641614432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.09411356152222, + -11.916445641614432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92779040918244, + -11.784220480062288, + -76.91815089834766, + -11.773831961671553 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.92347712538351, + -11.773831961671553 + ] + ] + ], + "type": "Polygon" + }, + "id": "1579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01095041377262, + -12.209241045154117, + -77.00129607532106, + -12.19885679220924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -77.0066292181347, + -12.19885679220924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79375779020299, + -12.305604874725459, + -76.78410628973955, + -12.295227633950262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78944119976975, + -12.295227633950262 + ] + ] + ], + "type": "Polygon" + }, + "id": "1581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7564104907814, + -12.35688535971734, + -76.7467584681537, + -12.34650993894379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.75209424040968, + -12.34650993894379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02299759458361, + -11.895837962815476, + -77.0133522948192, + -11.885448647141391 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.01868025969733, + -11.885448647141391 + ] + ] + ], + "type": "Polygon" + }, + "id": "1586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99720923776802, + -12.160705218930046, + -76.98755670201037, + -12.150320525322783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.99288905997795, + -12.150320525322783 + ] + ] + ], + "type": "Polygon" + }, + "id": "1587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17221864986512, + -11.784549845216997, + -77.16257290563331, + -11.774155368229103 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.16789882671111, + -11.774155368229103 + ] + ] + ], + "type": "Polygon" + }, + "id": "1593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1037616164288, + -11.919491081004846, + -77.09411356152222, + -11.909100134318656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09944180891165, + -11.909100134318656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07336393808826, + -12.042372283239253, + -77.06371298719152, + -12.031983887363731 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.06904330055207, + -12.031983887363731 + ] + ] + ], + "type": "Polygon" + }, + "id": "1595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81132133720949, + -12.079402156330916, + -76.80167611740973, + -12.0690208220201 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.80700728619527, + -12.0690208220201 + ] + ] + ], + "type": "Polygon" + }, + "id": "1596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81133778090705, + -11.985058175945113, + -76.80169537381178, + -11.974675414507296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.80702498767408, + -11.974675414507296 + ] + ] + ], + "type": "Polygon" + }, + "id": "1599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80670851563987, + -12.31475522018609, + -76.79705639329356, + -12.304377806415557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.80239144817827, + -12.304377806415557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94614896309108, + -12.163522979111862, + -76.9364976666689, + -12.153139592392204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.94183012391612, + -12.153139592392204 + ] + ] + ], + "type": "Polygon" + }, + "id": "1601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.901952995076, + -12.143423630246941, + -76.89230345618219, + -12.133041023556746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.8976356208289, + -12.133041023556746 + ] + ] + ], + "type": "Polygon" + }, + "id": "1602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00254151406749, + -12.153368031679028, + -76.99288905997795, + -12.142983090283563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.99822129095537, + -12.142983090283563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81207597451416, + -12.118784455424947, + -76.80242955957601, + -12.108403714272226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.80776137736976, + -12.108403714272226 + ] + ] + ], + "type": "Polygon" + }, + "id": "1605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0800842551525, + -11.830631081774712, + -77.07043944449518, + -11.820239459426752 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.07576626341468, + -11.820239459426752 + ] + ] + ], + "type": "Polygon" + }, + "id": "1606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84026578451459, + -11.972198273386454, + -76.83062298680203, + -11.961814594640533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.83595237273958, + -11.961814594640533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81740771655136, + -12.111452727858993, + -76.80776137736976, + -12.101071737637454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.81309307145635, + -12.101071737637454 + ] + ] + ], + "type": "Polygon" + }, + "id": "1609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91412495504915, + -12.018820022413124, + -76.90447881326621, + -12.008435192209388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.90980891391831, + -12.008435192209388 + ] + ] + ], + "type": "Polygon" + }, + "id": "1612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03135628659125, + -11.857325451239097, + -77.02171192009884, + -11.846935388003912 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.02703924121163, + -11.846935388003912 + ] + ] + ], + "type": "Polygon" + }, + "id": "1614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89129533092375, + -12.252429412743059, + -76.8816428183112, + -12.242048832719828 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.88697678986307, + -12.242048832719828 + ] + ] + ], + "type": "Polygon" + }, + "id": "1616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03819846662982, + -11.83439557563044, + -77.02855460820076, + -11.824005026320147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.03388154370941, + -11.824005026320147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90802830679284, + -11.986762555892573, + -76.89838328087936, + -11.976377399150355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.90371285848664, + -11.976377399150355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93321203596969, + -12.248725420611775, + -76.92355853315213, + -12.23834373494726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.92889240814665, + -12.23834373494726 + ] + ] + ], + "type": "Polygon" + }, + "id": "1621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98951021131238, + -11.95547279875114, + -76.97986399568869, + -11.945085164966589 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.98519298032436, + -11.945085164966589 + ] + ] + ], + "type": "Polygon" + }, + "id": "1623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98640570813393, + -11.797846879807409, + -76.97676426791922, + -11.787457099151512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.98209066200216, + -11.787457099151512 + ] + ] + ], + "type": "Polygon" + }, + "id": "1624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7495451987709, + -12.379772118643285, + -76.73989267859994, + -12.369397267450552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.74522883135594, + -12.369397267450552 + ] + ] + ], + "type": "Polygon" + }, + "id": "1627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9858022024248, + -12.230344713606232, + -76.9761478817324, + -12.219961423783701 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.9858022024248, + -12.223009358867566 + ], + [ + -76.98529588414156, + -12.228201056536502 + ], + [ + -76.98046863762833, + -12.230344713606232 + ], + [ + -76.9761478817324, + -12.227296694785055 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.98148140094602, + -12.219961423783701 + ] + ] + ], + "type": "Polygon" + }, + "id": "1628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75953165817688, + -12.137140558703846, + -76.74988611348978, + -12.126761435377949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.75521825671171, + -12.126761435377949 + ] + ] + ], + "type": "Polygon" + }, + "id": "1629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06264620267393, + -11.96266060681763, + -77.05299790032934, + -11.952271285829106 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.0583269153338, + -11.952271285829106 + ] + ] + ], + "type": "Polygon" + }, + "id": "1630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00783276149684, + -12.051656572915828, + -76.99818320610595, + -12.041269921951132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -77.00351375454326, + -12.041269921951132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15313728854409, + -11.743343241724693, + -77.14349324435236, + -11.732948673005831 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.1488185194075, + -11.732948673005831 + ] + ] + ], + "type": "Polygon" + }, + "id": "1633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84710056106249, + -12.232317954210737, + -76.8374498206958, + -12.221938150868409 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.84278349147743, + -12.221938150868409 + ] + ] + ], + "type": "Polygon" + }, + "id": "1635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94841745659215, + -12.092979888681755, + -76.93876820621303, + -12.082595338052522 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.94409949816392, + -12.082595338052522 + ] + ] + ], + "type": "Polygon" + }, + "id": "1637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11513770134688, + -11.849795824328963, + -77.10549143696291, + -11.839403617151348 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.11081852096974, + -11.839403617151348 + ] + ] + ], + "type": "Polygon" + }, + "id": "1638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81816318921196, + -12.150833909215356, + -76.80851565464158, + -12.140453520044531 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.81384799784915, + -12.140453520044531 + ] + ] + ], + "type": "Polygon" + }, + "id": "1640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17754448390403, + -11.777199413782359, + -77.16789882671111, + -11.766804710012233 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17322461803016, + -11.766804710012233 + ], + [ + -77.17754448390403, + -11.769848669392418 + ], + [ + -77.17704156339822, + -11.775046073121723 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.17322461803016, + -11.766804710012233 + ] + ] + ], + "type": "Polygon" + }, + "id": "1641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300630446893, + -12.250613372901585, + -76.86335432957894, + -12.240233220433915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.86868828482946, + -12.240233220433915 + ] + ] + ], + "type": "Polygon" + }, + "id": "1642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01771333853449, + -11.997574360779007, + -77.00806514215577, + -11.987186654027571 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.013394788208, + -11.987186654027571 + ] + ] + ], + "type": "Polygon" + }, + "id": "1649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07487823669621, + -12.02678962132425, + -77.06522771217811, + -12.016400953471837 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.07055776679907, + -12.016400953471837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8516789035542, + -12.091268353173671, + -76.84203225130845, + -12.080886187564875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.84736359241913, + -12.080886187564875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04968880885504, + -11.953522440294051, + -77.04004110839043, + -11.943133302142135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.04536998979769, + -11.943133302142135 + ] + ] + ], + "type": "Polygon" + }, + "id": "1653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72154544582635, + -11.960419260096923, + -76.71190620590386, + -11.950038409028991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.71723544642707, + -11.950038409028991 + ] + ] + ], + "type": "Polygon" + }, + "id": "1655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79459613704375, + -11.96767311832343, + -76.78495469820841, + -11.957290522148375 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.7902840337155, + -11.957290522148375 + ] + ] + ], + "type": "Polygon" + }, + "id": "1657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82197005773068, + -12.159073239383714, + -76.81232217526674, + -12.148692885280488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.81765465232374, + -12.148692885280488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87834018196135, + -12.243282307815218, + -76.86868828482946, + -12.232901901105423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.87402211520106, + -12.232901901105423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88747873407841, + -12.149851658186375, + -76.87782938489771, + -12.13946951445665 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.88316166691402, + -12.13946951445665 + ] + ] + ], + "type": "Polygon" + }, + "id": "1662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94764584729984, + -12.053585640297774, + -76.9379977921497, + -12.043200503889656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.9433284355632, + -12.043200503889656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80372927129125, + -11.968578673404817, + -76.79408755972946, + -11.958195860215538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.79941690587268, + -11.958195860215538 + ] + ] + ], + "type": "Polygon" + }, + "id": "1666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01472296623325, + -12.123114437528963, + -77.00507110193806, + -12.11272871992293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.01040282007175, + -12.11272871992293 + ] + ] + ], + "type": "Polygon" + }, + "id": "1669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9225120667846, + -12.074693186761472, + -76.91286403873411, + -12.064308996929775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.91819505294406, + -12.064308996929775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00316204753757, + -11.815225094436832, + -76.99351965796477, + -11.80483513940023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.99884631950708, + -11.80483513940023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93700456203119, + -12.16261835575719, + -76.92735353121036, + -12.152235181520883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.93268598210483, + -12.152235181520883 + ] + ] + ], + "type": "Polygon" + }, + "id": "1675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10066834754372, + -11.856248514376208, + -77.09102225459151, + -11.845856747651977 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.09634946591663, + -11.845856747651977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462488715561, + -12.194754340853814, + -76.85497480252052, + -12.184373487091857 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.86030784183497, + -12.184373487091857 + ] + ] + ], + "type": "Polygon" + }, + "id": "1677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85166954580858, + -12.279934242298006, + -76.84201726154947, + -12.26955511120941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.84735171543474, + -12.26955511120941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86233817470074, + -12.265274486608051, + -76.85268604479349, + -12.254894843947957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.85802024953759, + -12.254894843947957 + ] + ] + ], + "type": "Polygon" + }, + "id": "1681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14034044464519, + -11.923070671836985, + -77.13069136675598, + -11.912678891461265 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.14034044464519, + -11.915723927283263 + ], + [ + -77.13983677451922, + -11.92091986944589 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.13601961774228, + -11.912678891461265 + ] + ] + ], + "type": "Polygon" + }, + "id": "1683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81514241663587, + -11.993297920971964, + -76.80549966186396, + -11.982915186093006 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.81082940952432, + -11.982915186093006 + ] + ] + ], + "type": "Polygon" + }, + "id": "1684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02694921342803, + -12.187230090462082, + -77.01729512186552, + -12.176845089299228 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.02262788260698, + -12.176845089299228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06640290597562, + -11.876495601339812, + -77.0567570758399, + -11.866104951381056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.0620846677266, + -11.866104951381056 + ] + ] + ], + "type": "Polygon" + }, + "id": "1687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99102762894572, + -11.93989128193862, + -76.98138183853453, + -11.929503384041377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.98671056497906, + -11.929503384041377 + ] + ] + ], + "type": "Polygon" + }, + "id": "1688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85168357833304, + -11.996917891695754, + -76.84203973963001, + -11.986534292837785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.84736952571527, + -11.986534292837785 + ] + ] + ], + "type": "Polygon" + }, + "id": "1690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81966067143756, + -12.323905328550325, + -76.8100079281163, + -12.313527742753474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.81534312730976, + -12.313527742753474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14264687923179, + -11.946898926797367, + -77.1329970336706, + -11.936507434893564 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13832567317392, + -11.936507434893564 + ], + [ + -77.14264687923179, + -11.939552566559978 + ], + [ + -77.14214320445197, + -11.94474836445075 + ], + [ + -77.13731819646488, + -11.946898926797367 + ], + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.13832567317392, + -11.936507434893564 + ] + ] + ], + "type": "Polygon" + }, + "id": "1692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92097559710251, + -11.995905098678863, + -76.91132995884648, + -11.98551975573866 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.91665967614114, + -11.98551975573866 + ] + ] + ], + "type": "Polygon" + }, + "id": "1693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05507226896859, + -12.040574824810399, + -77.04542183601639, + -12.030186848100126 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.05075214408366, + -12.030186848100126 + ] + ] + ], + "type": "Polygon" + }, + "id": "1696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96744860352926, + -12.03981174798983, + -76.95780044433731, + -12.029425912528817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.96313084129498, + -12.029425912528817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65973189172254, + -12.260775929765071, + -76.65008539315193, + -12.250401358219374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.65541959572705, + -12.250401358219374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98880444045578, + -12.104830547605996, + -76.9791537890363, + -12.094445182679834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.98448523505486, + -12.094445182679834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07263664125811, + -12.09735810435988, + -77.06298406847603, + -12.086970567978922 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.06831528879454, + -12.086970567978922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14256667769381, + -11.852476296532783, + -77.13291964747589, + -11.842083463931415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.13824673356342, + -11.842083463931415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02685628896909, + -11.998473627851695, + -77.01720783148843, + -11.98808571023042 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.02253748145219, + -11.98808571023042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99491332853314, + -12.136888167760944, + -76.98526156284582, + -12.12650315387691 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.99059353064865, + -12.12650315387691 + ] + ] + ], + "type": "Polygon" + }, + "id": "1706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08928957709989, + -11.9259405089264, + -77.07964169465781, + -11.915550006288766 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.08497006887757, + -11.915550006288766 + ] + ] + ], + "type": "Polygon" + }, + "id": "1708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12061223697087, + -12.03127704443239, + -77.1109604264904, + -12.020887333004076 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11629048928141, + -12.020887333004076 + ], + [ + -77.12061223697087, + -12.023933076330193 + ], + [ + -77.1201081211839, + -12.029127984060972 + ], + [ + -77.11528213057862, + -12.03127704443239 + ], + [ + -77.1109604264904, + -12.028231216481325 + ], + [ + -77.11146466939687, + -12.02303641279374 + ], + [ + -77.11629048928141, + -12.020887333004076 + ] + ] + ], + "type": "Polygon" + }, + "id": "1709", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01775711786064, + -12.091956724051494, + -77.00810610541329, + -12.08157044716056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.01343730639964, + -12.08157044716056 + ] + ] + ], + "type": "Polygon" + }, + "id": "1711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98198775976506, + -12.222105102641354, + -76.97233378375245, + -12.211721772583122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.97766717112506, + -12.211721772583122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92406574317613, + -12.247818909616777, + -76.91441250677835, + -12.237437436485532 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91974637502598, + -12.237437436485532 + ] + ] + ], + "type": "Polygon" + }, + "id": "1718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78080849621311, + -12.296454294089457, + -76.77115761853997, + -12.286077227278469 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.7764923831701, + -12.286077227278469 + ] + ] + ], + "type": "Polygon" + }, + "id": "1719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71394494604371, + -11.943940337606685, + -76.70430640521309, + -11.933559438972623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70963537580441, + -11.933559438972623 + ] + ] + ], + "type": "Polygon" + }, + "id": "1720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9027088924384, + -12.088460617831105, + -76.89306097366503, + -12.078077133049593 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.89839223145091, + -12.078077133049593 + ] + ] + ], + "type": "Polygon" + }, + "id": "1721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9575603453076, + -12.093882944455837, + -76.94791083003945, + -12.083498181408835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.95324212799595, + -12.083498181408835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03761444195483, + -12.172554455729308, + -77.02796051581542, + -12.162168957966196 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.033293021403, + -12.162168957966196 + ], + [ + -77.03761444195483, + -12.165216140114223 + ], + [ + -77.03710894047961, + -12.170408941453278 + ], + [ + -77.03228189154099, + -12.172554455729308 + ], + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.02846614419282, + -12.16431449321725 + ], + [ + -77.033293021403, + -12.162168957966196 + ] + ] + ], + "type": "Polygon" + }, + "id": "1724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08541098993682, + -11.823284576476219, + -77.07576626341468, + -11.812892723507275 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.08109295415133, + -11.812892723507275 + ] + ] + ], + "type": "Polygon" + }, + "id": "1726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03365323223133, + -11.88115094985895, + -77.0240080973411, + -11.870761165145282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.02933580766292, + -11.870761165145282 + ] + ] + ], + "type": "Polygon" + }, + "id": "1730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08619925119464, + -11.862700049511359, + -77.07655333089991, + -11.852308724177052 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.0818806688585, + -11.852308724177052 + ] + ] + ], + "type": "Polygon" + }, + "id": "1733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84635374481913, + -12.004253125338101, + -76.83670982932364, + -11.993869769508501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.84203973963001, + -11.993869769508501 + ] + ] + ], + "type": "Polygon" + }, + "id": "1734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99935178609708, + -11.806984356700893, + -76.98970973996343, + -11.796594382426452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.99503627022182, + -11.796594382426452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00242354423915, + -11.87021845003826, + -76.99277953596042, + -11.859829276844653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.9981071030483, + -11.859829276844653 + ] + ] + ], + "type": "Polygon" + }, + "id": "1739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06797513402921, + -11.95531723153709, + -77.0583269153338, + -11.944927673330502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.06365580235644, + -11.944927673330502 + ] + ] + ], + "type": "Polygon" + }, + "id": "1741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83263473558634, + -12.14441043998889, + -76.82298700546897, + -12.134029584718661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.82831923461438, + -12.134029584718661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99635627403, + -11.932549868631416, + -76.98671056497906, + -11.922161733328243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.99203916471495, + -11.922161733328243 + ] + ] + ], + "type": "Polygon" + }, + "id": "1744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7108867442549, + -11.975081964480157, + -76.70124735921775, + -11.964701601047205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.7065768434714, + -11.964701601047205 + ] + ] + ], + "type": "Polygon" + }, + "id": "1745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92249608049006, + -11.980327016993972, + -76.91285086678302, + -11.969941405385157 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.91818032615903, + -11.969941405385157 + ] + ] + ], + "type": "Polygon" + }, + "id": "1747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0366835251037, + -11.849981083059152, + -77.02703924121163, + -11.839590787064363 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.03236643497387, + -11.839590787064363 + ] + ] + ], + "type": "Polygon" + }, + "id": "1749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10843898427954, + -12.061547511580265, + -77.09878657641802, + -12.051158553965506 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.10411715599147, + -12.051158553965506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87529068600082, + -12.180090100413851, + -76.86564075646089, + -12.169708743606815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.87097354631027, + -12.169708743606815 + ] + ] + ], + "type": "Polygon" + }, + "id": "1752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8531942713953, + -12.264365471262384, + -76.84354241164861, + -12.253986042991206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.84887660750526, + -12.253986042991206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0558023712623, + -11.98558695106231, + -77.0461535594011, + -11.975198134262962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.05148296086307, + -11.975198134262962 + ] + ] + ], + "type": "Polygon" + }, + "id": "1756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96211816078059, + -12.047150054339063, + -76.95246992109412, + -12.036764461895245 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.95780044433731, + -12.036764461895245 + ] + ] + ], + "type": "Polygon" + }, + "id": "1758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97045596933437, + -11.914270608384419, + -76.96081147440974, + -11.903882847844129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.96613980078041, + -11.903882847844129 + ] + ] + ], + "type": "Polygon" + }, + "id": "1760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00701318348789, + -11.917866072923761, + -76.99736763765453, + -11.907477464140252 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -77.0026959837102, + -11.907477464140252 + ] + ] + ], + "type": "Polygon" + }, + "id": "1761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09389439763773, + -11.973592387844674, + -77.08424497875649, + -11.963202466468397 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08957413086209, + -11.963202466468397 + ] + ] + ], + "type": "Polygon" + }, + "id": "1763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84177441181735, + -12.145317976681314, + -76.83212641066429, + -12.134936906042551 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.83745864931058, + -12.134936906042551 + ] + ] + ], + "type": "Polygon" + }, + "id": "1765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9164417614528, + -12.231340164715952, + -76.906789217093, + -12.220958610950795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.9121228200282, + -12.220958610950795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00332022242291, + -12.192761508717131, + -76.99366657226466, + -12.182377177432565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.99899945202547, + -12.182377177432565 + ] + ] + ], + "type": "Polygon" + }, + "id": "1770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82957342942386, + -12.269875791610975, + -76.81992203504551, + -12.259497048786505 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.82525633642992, + -12.259497048786505 + ] + ] + ], + "type": "Polygon" + }, + "id": "1771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00328064407952, + -12.098394225845828, + -76.99362981153259, + -12.08800840447142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.99896113537811, + -12.08800840447142 + ] + ] + ], + "type": "Polygon" + }, + "id": "1772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8341987259224, + -11.751403840139307, + -76.82456266559863, + -11.741017213413643 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82988842089604, + -11.741017213413643 + ], + [ + -76.8341987259224, + -11.744064077581058 + ], + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.82456266559863, + -11.748356888364588 + ], + [ + -76.82507047741392, + -11.743163629209214 + ], + [ + -76.82988842089604, + -11.741017213413643 + ] + ] + ], + "type": "Polygon" + }, + "id": "1773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12212449328388, + -12.01569240955975, + -77.11247310967897, + -12.005302427640917 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.12212449328388, + -12.008348082469118 + ], + [ + -77.12162042302025, + -12.01354312544823 + ], + [ + -77.11679464586881, + -12.01569240955975 + ], + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.11780291351863, + -12.005302427640917 + ] + ] + ], + "type": "Polygon" + }, + "id": "1774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0374657668349, + -11.889391669216462, + -77.02782028905482, + -11.879001907845717 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.03314813028737, + -11.879001907845717 + ] + ] + ], + "type": "Polygon" + }, + "id": "1776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98869850829836, + -11.821671917232836, + -76.97905629954545, + -11.811282406153946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.98438308304212, + -11.811282406153946 + ] + ] + ], + "type": "Polygon" + }, + "id": "1779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9339629613768, + -12.193766730787116, + -76.92431108014975, + -12.183384131076695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.9296440476238, + -12.183384131076695 + ] + ] + ], + "type": "Polygon" + }, + "id": "1780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17452673378273, + -11.808382537375318, + -77.16488022284202, + -11.797988328153808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.17020653185443, + -11.797988328153808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10001379987231, + -12.00565823171574, + -77.0903632707904, + -11.995268636180567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.09569294211099, + -11.995268636180567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79603818579042, + -12.329409009060896, + -76.7863859125885, + -12.319032113500844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.79172121473422, + -12.319032113500844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97420418743357, + -11.733714018379708, + -76.96456497156137, + -11.723323678290317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96989032389362, + -11.723323678290317 + ], + [ + -76.97420418743357, + -11.726369220907193 + ], + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.96456497156137, + -11.730668388541009 + ], + [ + -76.96507080191063, + -11.725473271769552 + ], + [ + -76.96989032389362, + -11.723323678290317 + ] + ] + ], + "type": "Polygon" + }, + "id": "1787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80143145552788, + -12.039111361465876, + -76.79178770306358, + -12.028729660326936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.79711821256211, + -12.028729660326936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16005700888259, + -11.814840489788061, + -77.15041066432617, + -11.804446716511228 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.15573710345556, + -11.804446716511228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78456699932045, + -12.493275665724992, + -76.77491013532992, + -12.482901931547856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.77922893479231, + -12.493275665724992 + ], + [ + -76.77491013532992, + -12.490224569909433 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.78024815132517, + -12.482901931547856 + ] + ] + ], + "type": "Polygon" + }, + "id": "1795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96750684142629, + -12.228535344679567, + -76.95785304847547, + -12.218152477459395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.96318655709723, + -12.218152477459395 + ] + ] + ], + "type": "Polygon" + }, + "id": "1797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75790751379853, + -12.435609759999142, + -76.7482530967412, + -12.425235673318957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75359016968532, + -12.425235673318957 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.75257039195864, + -12.435609759999142 + ], + [ + -76.7482530967412, + -12.432558663530179 + ], + [ + -76.74876304859497, + -12.427371674311527 + ], + [ + -76.75359016968532, + -12.425235673318957 + ] + ] + ], + "type": "Polygon" + }, + "id": "1798", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81585195592257, + -12.315666579799524, + -76.8061995608974, + -12.305288950565958 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.81153462607564, + -12.305288950565958 + ] + ] + ], + "type": "Polygon" + }, + "id": "1799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11664934083625, + -11.834207450295352, + -77.10700350278876, + -11.823814990479821 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.11233032816088, + -11.823814990479821 + ] + ] + ], + "type": "Polygon" + }, + "id": "1800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95377378333824, + -12.180002374848069, + -76.9441217963908, + -12.169619062413384 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.94945451808886, + -12.169619062413384 + ] + ] + ], + "type": "Polygon" + }, + "id": "1801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72307410162642, + -11.94484791667747, + -76.71343528390197, + -11.934466798768604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.71876426755529, + -11.934466798768604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83414003104261, + -12.317488486869843, + -76.82448709209099, + -12.30711042745959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.8298221770285, + -12.30711042745959 + ] + ] + ], + "type": "Polygon" + }, + "id": "1803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05653222763571, + -11.93059519254302, + -77.04688503632414, + -11.920205554728856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.05221353148735, + -11.920205554728856 + ] + ] + ], + "type": "Polygon" + }, + "id": "1804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12133137234464, + -11.976281157425577, + -77.1116811836978, + -11.96589061015253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.11701033980994, + -11.96589061015253 + ] + ] + ], + "type": "Polygon" + }, + "id": "1805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07257684252406, + -12.002965992735483, + -77.0629270867048, + -11.992577024533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.06825675208695, + -11.992577024533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0138150802668, + -11.800536319874682, + -77.00417285422573, + -11.7901459027713 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00949926203319, + -11.7901459027713 + ] + ] + ], + "type": "Polygon" + }, + "id": "1808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74890181182569, + -12.057475683409942, + -76.73925893241967, + -12.047095591595847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.74458976534436, + -12.047095591595847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81434100410729, + -12.23691975255723, + -76.80469100199637, + -12.226540849343111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.81002476775188, + -12.226540849343111 + ] + ] + ], + "type": "Polygon" + }, + "id": "1811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8554864527276, + -12.099507972716786, + -76.84583945340304, + -12.089125839455624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.85117092789197, + -12.089125839455624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00779188364677, + -11.957271331821717, + -76.99814514347673, + -11.946883274729418 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -77.00347413735922, + -11.946883274729418 + ] + ] + ], + "type": "Polygon" + }, + "id": "1813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68808991835769, + -11.925645612084582, + -76.67845263280297, + -11.915265107527999 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68378130589743, + -11.915265107527999 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.67896275063835, + -11.917406220117462 + ], + [ + -76.68378130589743, + -11.915265107527999 + ] + ] + ], + "type": "Polygon" + }, + "id": "1815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10599547406609, + -11.848901810294285, + -77.09634946591663, + -11.838509812094708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.1016765486782, + -11.838509812094708 + ] + ] + ], + "type": "Polygon" + }, + "id": "1816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99250850720182, + -11.829912595993962, + -76.98286595475939, + -11.819523104802423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.98819286968634, + -11.819523104802423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04812115602986, + -11.8747034372992, + -77.03847584403715, + -11.864313208016936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.0438034302166, + -11.864313208016936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13890852030201, + -12.033070151166669, + -77.12925619878938, + -12.022680024068842 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13458626291444, + -12.022680024068842 + ], + [ + -77.13890852030201, + -12.02572560520756 + ], + [ + -77.13840465886439, + -12.03092072064727 + ], + [ + -77.13357841283683, + -12.033070151166669 + ], + [ + -77.12925619878938, + -12.030024485482539 + ], + [ + -77.12976018742005, + -12.024829473834377 + ], + [ + -77.13458626291444, + -12.022680024068842 + ] + ] + ], + "type": "Polygon" + }, + "id": "1821", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9560665855054, + -12.203816599939614, + -76.94641382789648, + -12.193433614172005 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.9517469401813, + -12.193433614172005 + ] + ] + ], + "type": "Polygon" + }, + "id": "1822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7678023152394, + -12.4758843831666, + -76.7581464250606, + -12.465510761930096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.7624645311941, + -12.4758843831666 + ], + [ + -76.7581464250606, + -12.47283320292034 + ], + [ + -76.75865630265916, + -12.467646446320362 + ], + [ + -76.76348416033906, + -12.465510761930096 + ] + ] + ], + "type": "Polygon" + }, + "id": "1823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0009846737456, + -12.074575276268217, + -76.99133461091523, + -12.06418914391891 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.99666554479332, + -12.06418914391891 + ] + ] + ], + "type": "Polygon" + }, + "id": "1824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97435963454492, + -12.205625825804765, + -76.96470634807503, + -12.195242416641795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.97003947164114, + -12.195242416641795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14105604504964, + -11.868065227763534, + -77.13140858815932, + -11.857672649385373 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.13673593303619, + -11.857672649385373 + ] + ] + ], + "type": "Polygon" + }, + "id": "1827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12976018742005, + -12.032173730934714, + -77.1201081211839, + -12.021783811545825 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12543818478014, + -12.021783811545825 + ], + [ + -77.12976018742005, + -12.024829473834377 + ], + [ + -77.12925619878938, + -12.030024485482539 + ], + [ + -77.12443008035315, + -12.032173730934714 + ], + [ + -77.1201081211839, + -12.029127984060972 + ], + [ + -77.12061223697087, + -12.023933076330193 + ], + [ + -77.12543818478014, + -12.021783811545825 + ] + ] + ], + "type": "Polygon" + }, + "id": "1829", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04279352525657, + -11.882047713318363, + -77.03314813028737, + -11.871657717769672 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.03847584403715, + -11.871657717769672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1015950544473, + -12.084472872078313, + -77.09194213478963, + -12.074084431906495 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.10109058858718, + -12.08232487639249 + ], + [ + -77.09626404326681, + -12.084472872078313 + ], + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.09727310208261, + -12.074084431906495 + ] + ] + ], + "type": "Polygon" + }, + "id": "1831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03834775828707, + -12.117578093785301, + -77.02869545433705, + -12.107191709940434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.03402705261394, + -12.107191709940434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90958593548747, + -12.254244373554505, + -76.89993288706279, + -12.243863366976626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.90526687381184, + -12.243863366976626 + ] + ] + ], + "type": "Polygon" + }, + "id": "1836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98725126570415, + -12.026035111196082, + -76.97760300477647, + -12.015648579181013 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.98293315400711, + -12.015648579181013 + ] + ] + ], + "type": "Polygon" + }, + "id": "1837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1242803113395, + -11.850689576778995, + -77.1146337911992, + -11.840297160875043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.1199608761755, + -11.840297160875043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85624331057497, + -12.233226595339424, + -76.84659229978224, + -12.222846577329864 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.85192597963348, + -12.222846577329864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13580686767085, + -11.969831520759572, + -77.12615650920743, + -11.959440528653147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13148553692086, + -11.959440528653147 + ], + [ + -77.13580686767085, + -11.962485835338997 + ], + [ + -77.13530306107565, + -11.96768138335808 + ], + [ + -77.13047779658993, + -11.969831520759572 + ], + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.13148553692086, + -11.959440528653147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91031594411668, + -12.010579992068113, + -76.9006701480367, + -12.000195133078838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.90600011611573, + -12.000195133078838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76866814532602, + -12.13805022506323, + -76.75902232579426, + -12.127670884370122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.76435448072039, + -12.127670884370122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93471363379058, + -12.138803773540394, + -76.92506337361264, + -12.128420278809905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.9303954338731, + -12.128420278809905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.817378350125, + -12.300100060595637, + -76.80772637930016, + -12.289722130376003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.81306118657103, + -12.289722130376003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78764733033658, + -12.367864074927276, + -76.77799413394604, + -12.35748805027489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.78333007527245, + -12.35748805027489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82804768854034, + -12.285443533557569, + -76.8183958699027, + -12.275065088650837 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.82373042920699, + -12.275065088650837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84176684271767, + -12.23964817623878, + -76.83211602559267, + -12.229268627169423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.8374498206958, + -12.229268627169423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11218533080948, + -11.975385165568394, + -77.10253539827248, + -11.964994826676023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.10786455332523, + -11.964994826676023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05726183821282, + -11.875599650194111, + -77.04761626690973, + -11.865209210447912 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.05294385608065, + -11.865209210447912 + ] + ] + ], + "type": "Polygon" + }, + "id": "1859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9004117938574, + -11.970282377512397, + -76.89076745952363, + -11.959897167036901 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.89609677184247, + -11.959897167036901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11909984408238, + -12.046861271633638, + -77.109447606702, + -12.03647183224432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.114777928462, + -12.03647183224432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85701016766173, + -12.08393470286471, + -76.84736359241913, + -12.073552290191326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.85269480914835, + -12.073552290191326 + ] + ] + ], + "type": "Polygon" + }, + "id": "1862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09771047487227, + -11.981833084404142, + -77.08806071414938, + -11.971443191651879 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.0933899964781, + -11.971443191651879 + ] + ] + ], + "type": "Polygon" + }, + "id": "1863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843418868328, + -12.202993685242683, + -76.85878375701267, + -12.1926128692204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.86411692962764, + -12.1926128692204 + ] + ] + ], + "type": "Polygon" + }, + "id": "1867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19964875775364, + -11.787221800410771, + -77.19000225698309, + -11.776826702005023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1953281749742, + -11.776826702005023 + ], + [ + -77.19964875775364, + -11.779870512308403 + ], + [ + -77.19914613256852, + -11.785068113196573 + ], + [ + -77.19432279735587, + -11.787221800410771 + ], + [ + -77.19000225698309, + -11.784177904085537 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.1953281749742, + -11.776826702005023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10836874120363, + -11.967144411022721, + -77.09871915019534, + -11.956754043698904 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.10404817521353, + -11.956754043698904 + ] + ] + ], + "type": "Polygon" + }, + "id": "1870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07106255850813, + -12.018549108086056, + -77.06141237639868, + -12.00816040953211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.06674230047113, + -12.00816040953211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94993724492427, + -12.077402993130866, + -76.94028841965778, + -12.067018164502873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.94561945339996, + -12.067018164502873 + ] + ] + ], + "type": "Polygon" + }, + "id": "1873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8791035800072, + -12.282661442316982, + -76.869450486381, + -12.272281668854568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.87478496624126, + -12.272281668854568 + ] + ] + ], + "type": "Polygon" + }, + "id": "1874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90806362182026, + -12.269815513872079, + -76.89841014827238, + -12.259434803019307 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.90755615343708, + -12.267674059301243 + ], + [ + -76.90272933007478, + -12.269815513872079 + ], + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.90374439331352, + -12.259434803019307 + ] + ] + ], + "type": "Polygon" + }, + "id": "1876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97962733276287, + -12.009554603154204, + -76.96997976032539, + -11.999168011916517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.97530964620232, + -11.999168011916517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73126052080408, + -12.377942683735956, + -76.72160855362323, + -12.367568266828986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.7269446815054, + -12.367568266828986 + ] + ] + ], + "type": "Polygon" + }, + "id": "1879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95519161617023, + -11.78691449045905, + -76.94555131037592, + -11.776525330709509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.9508775564326, + -11.776525330709509 + ] + ] + ], + "type": "Polygon" + }, + "id": "1881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82273933471527, + -12.104120666057128, + -76.81309307145635, + -12.093739427208519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.81842464174778, + -12.093739427208519 + ] + ] + ], + "type": "Polygon" + }, + "id": "1886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08165967745511, + -11.90945889613599, + -77.07201247886967, + -11.899068342566421 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.07734059247828, + -11.899068342566421 + ] + ] + ], + "type": "Polygon" + }, + "id": "1887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15473052677356, + -11.822189636729064, + -77.14508409571395, + -11.811796092341432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.15041066432617, + -11.811796092341432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74346221824871, + -12.347733019027745, + -76.73381082132695, + -12.337357770781143 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73914644653972, + -12.337357770781143 + ] + ] + ], + "type": "Polygon" + }, + "id": "1891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01619677180523, + -12.01315558404607, + -77.00654814976349, + -12.002768146868696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.01187805422964, + -12.002768146868696 + ] + ] + ], + "type": "Polygon" + }, + "id": "1893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86081785008835, + -12.092174361017904, + -76.85117092789197, + -12.081791980368497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.85650227792623, + -12.081791980368497 + ] + ] + ], + "type": "Polygon" + }, + "id": "1896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99113564029842, + -12.223009358867566, + -76.98148140094602, + -12.212625817752029 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.99062940823661, + -12.220865492352837 + ], + [ + -76.9858022024248, + -12.223009358867566 + ], + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.98681479331508, + -12.212625817752029 + ] + ] + ], + "type": "Polygon" + }, + "id": "1897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75719117691932, + -12.301955759018332, + -76.74754077458697, + -12.291579384118938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.75287563912444, + -12.291579384118938 + ] + ] + ], + "type": "Polygon" + }, + "id": "1899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93929584917973, + -12.186432383319124, + -76.9296440476238, + -12.176049533135258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.9349768891922, + -12.176049533135258 + ] + ] + ], + "type": "Polygon" + }, + "id": "1901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84786002805293, + -12.271695223308024, + -76.83820809133876, + -12.261316050720037 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.84354241164861, + -12.261316050720037 + ] + ] + ], + "type": "Polygon" + }, + "id": "1902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83720897357082, + -12.097695103328764, + -76.82756251520618, + -12.087313400635734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.83289397125013, + -12.087313400635734 + ] + ] + ], + "type": "Polygon" + }, + "id": "1904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15011779557659, + -11.77452597271455, + -77.14047289835608, + -11.764131892269043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.14579869076101, + -11.764131892269043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87909692954547, + -12.093985580103833, + -76.86944946887758, + -12.083602770123823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.87478083593244, + -12.083602770123823 + ] + ] + ], + "type": "Polygon" + }, + "id": "1906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72683354200616, + -12.047418479063328, + -76.71719156409064, + -12.037038794920125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.72252223724222, + -12.037038794920125 + ] + ] + ], + "type": "Polygon" + }, + "id": "1907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14717927003758, + -11.900135840960903, + -77.13753070509698, + -11.889743567745269 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.14717927003758, + -11.892788427051887 + ], + [ + -77.146675731693, + -11.897984615607378 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.14285856788398, + -11.889743567745269 + ] + ] + ], + "type": "Polygon" + }, + "id": "1908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84786581985033, + -12.177367959909263, + -76.83821669976166, + -12.166987246874832 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.84354946330804, + -12.166987246874832 + ] + ] + ], + "type": "Polygon" + }, + "id": "1909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80521809124383, + -12.14168623094393, + -76.79557117709206, + -12.13130602327913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.80090337608169, + -12.13130602327913 + ] + ] + ], + "type": "Polygon" + }, + "id": "1911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995719223191, + -12.093080103361455, + -76.86031000056144, + -12.082697507921624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.86564135924378, + -12.082697507921624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16689268598944, + -11.791899963281866, + -77.1572468548841, + -11.7815057135218 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.16257290563331, + -11.7815057135218 + ] + ] + ], + "type": "Polygon" + }, + "id": "1914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93777510155475, + -12.202006297684605, + -76.92812287471918, + -12.191623736314781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.93345597461803, + -12.191623736314781 + ] + ] + ], + "type": "Polygon" + }, + "id": "1918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03756485465453, + -12.078178136487667, + -77.0279137462788, + -12.06779116141369 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.03324469617421, + -12.06779116141369 + ] + ] + ], + "type": "Polygon" + }, + "id": "1920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01164625085747, + -12.059896806788844, + -77.00199635168258, + -12.049510187618612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -77.0073270314953, + -12.049510187618612 + ] + ] + ], + "type": "Polygon" + }, + "id": "1921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13270646473765, + -11.906588745809263, + -77.12305806858168, + -11.896196913833732 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.12838606025471, + -11.896196913833732 + ] + ] + ], + "type": "Polygon" + }, + "id": "1922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71241591383266, + -11.959511352130145, + -76.70277695091036, + -11.94913072032404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.70810617832433, + -11.94913072032404 + ] + ] + ], + "type": "Polygon" + }, + "id": "1923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96283604310972, + -11.897789700092563, + -76.95319223689073, + -11.887401892041472 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.95852029966572, + -11.887401892041472 + ] + ] + ], + "type": "Polygon" + }, + "id": "1926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83800155828715, + -11.759644057007288, + -76.8283651512555, + -11.749257445141586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.83369103987081, + -11.749257445141586 + ] + ] + ], + "type": "Polygon" + }, + "id": "1931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96896734323799, + -12.024232926539455, + -76.95931960923272, + -12.013846818472727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.96464974797293, + -12.013846818472727 + ] + ] + ], + "type": "Polygon" + }, + "id": "1932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08553804938236, + -12.012104254372147, + -77.07588769317304, + -12.00171510686043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.08121749121246, + -12.00171510686043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95295153880369, + -11.951872575262465, + -76.94330637800003, + -11.941485791104661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.9486353408346, + -11.941485791104661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88518690692173, + -12.03168594465527, + -76.87554114344881, + -12.021302029256162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.88087147913551, + -12.021302029256162 + ] + ] + ], + "type": "Polygon" + }, + "id": "1939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85852839011805, + -12.257035379555711, + -76.84887660750526, + -12.246655696042287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.85421067882058, + -12.246655696042287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10462153075329, + -12.053306999954364, + -77.09496946467995, + -12.042918009549826 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.10029991410207, + -12.042918009549826 + ] + ] + ], + "type": "Polygon" + }, + "id": "1941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94612607470387, + -12.069163000425887, + -76.93647759452945, + -12.058778139690922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.94180849610238, + -12.058778139690922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88823706158946, + -12.09489079114459, + -76.87858933240094, + -12.084507766874683 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.88392070755272, + -12.084507766874683 + ] + ] + ], + "type": "Polygon" + }, + "id": "1943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04963573232749, + -11.859118029353628, + -77.03999084599043, + -11.848727544413215 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.04531817382107, + -11.848727544413215 + ] + ] + ], + "type": "Polygon" + }, + "id": "1947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8608138279498, + -12.280843579209243, + -76.85116127342422, + -12.270464233745981 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.85649573624386, + -12.270464233745981 + ] + ] + ], + "type": "Polygon" + }, + "id": "1948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03223385995831, + -12.085518043425155, + -77.02258266883783, + -12.075131311949765 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.0279137462788, + -12.075131311949765 + ] + ] + ], + "type": "Polygon" + }, + "id": "1949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91415205329035, + -12.207528302648306, + -76.90450028009249, + -12.197146418153704 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90983349206942, + -12.197146418153704 + ] + ] + ], + "type": "Polygon" + }, + "id": "1951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00394002002373, + -11.854634626240372, + -76.99429643687822, + -11.844245197447302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.99962374584764, + -11.844245197447302 + ] + ] + ], + "type": "Polygon" + }, + "id": "1952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96893780810379, + -11.929851922102861, + -76.9592928882646, + -11.919464423322191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.96462147268464, + -11.919464423322191 + ] + ] + ], + "type": "Polygon" + }, + "id": "1953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9263394417964, + -12.177287548759995, + -76.91668825196875, + -12.166904873734813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.92202095446902, + -12.166904873734813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93090236434297, + -12.130564010294709, + -76.92125244970138, + -12.120180480471722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.92658437755017, + -12.120180480471722 + ] + ] + ], + "type": "Polygon" + }, + "id": "1956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01853757967733, + -12.131354479580665, + -77.00888537158838, + -12.120968797475665 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.01421722106836, + -12.120968797475665 + ] + ] + ], + "type": "Polygon" + }, + "id": "1959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12514859624895, + -11.984521926091722, + -77.11549806632237, + -11.974131407838202 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.1208273523121, + -11.974131407838202 + ] + ] + ], + "type": "Polygon" + }, + "id": "1961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15703743297742, + -11.846020806447772, + -77.14739023486224, + -11.835627535445948 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.15271719163663, + -11.835627535445948 + ] + ] + ], + "type": "Polygon" + }, + "id": "1965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94453890631709, + -11.801599853324007, + -76.93489844072886, + -11.791211156428604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.94022493844547, + -11.791211156428604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94918925629624, + -12.132372249205444, + -76.93953881039543, + -12.121988294111642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.9448707510396, + -12.121988294111642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09987829565746, + -11.816831662805583, + -77.09023339645344, + -11.806439370156498 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.09555996062505, + -11.806439370156498 + ] + ] + ], + "type": "Polygon" + }, + "id": "1968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1463833038336, + -11.860717404217006, + -77.13673593303619, + -11.85032459451924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.14206314863297, + -11.85032459451924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14423849831472, + -12.02572560520756, + -77.13458626291444, + -12.015335238895453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13991619766524, + -12.015335238895453 + ], + [ + -77.14423849831472, + -12.018380735457521 + ], + [ + -77.14373472324193, + -12.023575970474441 + ], + [ + -77.13890852030201, + -12.02572560520756 + ], + [ + -77.13458626291444, + -12.022680024068842 + ], + [ + -77.13509016519555, + -12.017484892783612 + ], + [ + -77.13991619766524, + -12.015335238895453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1971", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8273024586975, + -12.15174200751443, + -76.81765465232374, + -12.141361402606936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.82298700546897, + -12.141361402606936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96369316931947, + -12.220295780965388, + -76.95403972142164, + -12.209912873773892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95937309797256, + -12.209912873773892 + ] + ] + ], + "type": "Polygon" + }, + "id": "1973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06718892307079, + -11.915907278429174, + -77.05754189880123, + -11.905517169457916 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.06287013817823, + -11.905517169457916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90957371318846, + -12.159902878653693, + -76.89992348203741, + -12.149520343370506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.90525591221788, + -12.149520343370506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89662922413432, + -12.245097757497671, + -76.88697678986307, + -12.23471692346846 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.89231063621325, + -12.23471692346846 + ] + ] + ], + "type": "Polygon" + }, + "id": "1977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04671086853156, + -12.07907818516991, + -77.03705949996525, + -12.068691000042474 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.04239045317473, + -12.068691000042474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11895318286302, + -11.858036855878023, + -77.10930657733776, + -11.847644671209213 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.1146337911992, + -11.847644671209213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9545464602898, + -12.219390715716438, + -76.9448932771668, + -12.209008020334286 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.95022664789248, + -12.209008020334286 + ] + ] + ], + "type": "Polygon" + }, + "id": "1983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8547226496444, + -12.15446470181447, + -76.84507403071969, + -12.144083451196972 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.85040641202453, + -12.144083451196972 + ] + ] + ], + "type": "Polygon" + }, + "id": "1984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0002065416375, + -12.035176072166175, + -76.99055767399783, + -12.024789358980142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.99588795955985, + -12.024789358980142 + ] + ] + ], + "type": "Polygon" + }, + "id": "1985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91260393973, + -12.034396927164883, + -76.90295737339135, + -12.024012369490132 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.9082877319821, + -12.024012369490132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06791672170428, + -11.860909562373658, + -77.05827131743287, + -11.850518656733415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.06359865087886, + -11.850518656733415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80674410869173, + -12.126115848345169, + -76.7970976181632, + -12.115735356702936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.80242955957601, + -12.115735356702936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9750722525931, + -12.056292019585516, + -76.9654234042806, + -12.045906246202899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.97075406494896, + -12.045906246202899 + ] + ] + ], + "type": "Polygon" + }, + "id": "1997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83340219907126, + -12.08945554138538, + -76.82375608815606, + -12.07907380660819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.82908741059315, + -12.07907380660819 + ] + ] + ], + "type": "Polygon" + }, + "id": "2001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07324397138612, + -11.853564040173392, + -77.06359865087886, + -11.843172902253029 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.06892585633113, + -11.843172902253029 + ] + ] + ], + "type": "Polygon" + }, + "id": "2005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8379495229541, + -12.325727287241012, + -76.8282962360775, + -12.315349271531877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.8379495229541, + -12.31839903412347 + ], + [ + -76.83744098692583, + -12.323588095649688 + ], + [ + -76.83261425650907, + -12.325727287241012 + ], + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.83363145480128, + -12.315349271531877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07717999092091, + -12.0506127374567, + -77.06752869761267, + -12.040224373518972 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.0728591415118, + -12.040224373518972 + ] + ] + ], + "type": "Polygon" + }, + "id": "2009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.776975227323, + -12.382514232949742, + -76.76732188124168, + -12.372138732198726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.77265806923968, + -12.372138732198726 + ] + ] + ], + "type": "Polygon" + }, + "id": "2010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79524275752351, + -12.47862987380144, + -76.7855860438105, + -12.468255605526942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79092381269754, + -12.468255605526942 + ], + [ + -76.79524275752351, + -12.47130645334645 + ], + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.79092381269754, + -12.468255605526942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1432817504144, + -11.797466017234878, + -77.13363634051687, + -11.787072411168785 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.13896252088585, + -11.787072411168785 + ] + ] + ], + "type": "Polygon" + }, + "id": "2012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76477364051937, + -12.41272508089645, + -76.75511972153912, + -12.402350416735072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76045641366248, + -12.402350416735072 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.75943689960508, + -12.41272508089645 + ], + [ + -76.75511972153912, + -12.409674151654519 + ], + [ + -76.75562954156315, + -12.404486873669834 + ], + [ + -76.76045641366248, + -12.402350416735072 + ] + ] + ], + "type": "Polygon" + }, + "id": "2014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97578421501157, + -11.906929387036632, + -76.96613980078041, + -11.896541389944202 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.97146800082307, + -11.896541389944202 + ] + ] + ], + "type": "Polygon" + }, + "id": "2015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8265218102501, + -12.301010826700585, + -76.81686956732959, + -12.290632681253156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.82220438457104, + -12.290632681253156 + ] + ] + ], + "type": "Polygon" + }, + "id": "2017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68333818352095, + -12.255281574945226, + -76.67369119644752, + -12.244906306180193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.6790253067309, + -12.244906306180193 + ] + ] + ], + "type": "Polygon" + }, + "id": "2018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12658490194578, + -11.874518905220496, + -77.11693761432262, + -11.864126766938405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.12226508776807, + -11.864126766938405 + ] + ] + ], + "type": "Polygon" + }, + "id": "2019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89890863408424, + -12.17457030903269, + -76.88925824567524, + -12.164188273671265 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.89459092649388, + -12.164188273671265 + ] + ] + ], + "type": "Polygon" + }, + "id": "2020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83949151380065, + -12.121506808509253, + -76.82984428408815, + -12.111125420064722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.83517613141315, + -12.111125420064722 + ] + ] + ], + "type": "Polygon" + }, + "id": "2023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93469408402927, + -12.044442959549192, + -76.9250466394958, + -12.034058005227394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.93037714431281, + -12.034058005227394 + ] + ] + ], + "type": "Polygon" + }, + "id": "2025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11981926673543, + -11.9918666451774, + -77.11016865132575, + -11.981476364516615 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.11549806632237, + -11.981476364516615 + ] + ] + ], + "type": "Polygon" + }, + "id": "2027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74506339148213, + -12.143559533788267, + -76.7354180484786, + -12.133180879503868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.74075030226989, + -12.133180879503868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9765589887391, + -11.94633273787645, + -76.96691338030887, + -11.93594528999085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.9722422282228, + -11.93594528999085 + ] + ] + ], + "type": "Polygon" + }, + "id": "2032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04430835992888, + -11.866462655780884, + -77.0346633905752, + -11.856072403804937 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.03999084599043, + -11.856072403804937 + ] + ] + ], + "type": "Polygon" + }, + "id": "2035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80518160558479, + -12.330320962808399, + -76.7955290591208, + -12.319943851550253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.80086437188305, + -12.319943851550253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04519513946482, + -12.094658616266889, + -77.03554334469659, + -12.084271708500731 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.04087455659196, + -12.084271708500731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98107926859852, + -11.805190559396411, + -76.97143774740725, + -11.794801009911012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.97676426791922, + -11.794801009911012 + ] + ] + ], + "type": "Polygon" + }, + "id": "2039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17603567697114, + -11.792791161422647, + -77.16638959291652, + -11.782396704150687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.17171564307341, + -11.782396704150687 + ] + ] + ], + "type": "Polygon" + }, + "id": "2040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02754437872112, + -11.849084691190962, + -77.01790035517654, + -11.838694606305902 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.0232275453273, + -11.838694606305902 + ] + ] + ], + "type": "Polygon" + }, + "id": "2041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85320273908147, + -12.075695034994906, + -76.84355651085302, + -12.065312590752976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.84888759423603, + -12.065312590752976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74357092999152, + -12.064806168473384, + -76.73392797703208, + -12.054426324377282 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73925893241967, + -12.054426324377282 + ] + ] + ], + "type": "Polygon" + }, + "id": "2044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0611881417392, + -12.072637150489777, + -77.05153659695456, + -12.062249512643058 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.05686742524637, + -12.062249512643058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04054622524643, + -11.952624649171876, + -77.03089878461425, + -11.942235721424252 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.0362276628, + -11.942235721424252 + ] + ] + ], + "type": "Polygon" + }, + "id": "2046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919625335248, + -12.242374178795956, + -76.85954462550643, + -12.231993986121134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.86487844747478, + -12.231993986121134 + ] + ] + ], + "type": "Polygon" + }, + "id": "2047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07633151972178, + -11.916803623579298, + -77.06668423707573, + -11.906413304802093 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.07201247886967, + -11.906413304802093 + ] + ] + ], + "type": "Polygon" + }, + "id": "2048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01844958042588, + -11.94258773464197, + -77.00880300422558, + -11.932199202123018 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.01413174398819, + -11.932199202123018 + ] + ] + ], + "type": "Polygon" + }, + "id": "2049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78085919655084, + -12.107820384435067, + -76.77121394923651, + -12.097440260295357 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.77654560073745, + -12.097440260295357 + ] + ] + ], + "type": "Polygon" + }, + "id": "2051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89051716456821, + -12.024349940394169, + -76.88087147913551, + -12.013965781350931 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.8862016898985, + -12.013965781350931 + ] + ] + ], + "type": "Polygon" + }, + "id": "2054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93165340083411, + -12.075596721274083, + -76.92200510656765, + -12.065212318259693 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.92733612756409, + -12.065212318259693 + ] + ] + ], + "type": "Polygon" + }, + "id": "2056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94608033797724, + -11.880409373396438, + -76.9364374853705, + -11.87002173287223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94176527831635, + -11.87002173287223 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.93694393818852, + -11.872168938558596 + ], + [ + -76.94176527831635, + -11.87002173287223 + ] + ] + ], + "type": "Polygon" + }, + "id": "2057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95068498162537, + -12.022429682991643, + -76.94103777645225, + -12.0120439998765 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.94636790359904, + -12.0120439998765 + ] + ] + ], + "type": "Polygon" + }, + "id": "2059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12960731076538, + -11.843341980583597, + -77.1199608761755, + -11.832949333889479 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.12528783217923, + -11.832949333889479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9499132573693, + -11.983031863570691, + -76.9402672469083, + -11.97264561218331 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.94559672580678, + -11.97264561218331 + ] + ] + ], + "type": "Polygon" + }, + "id": "2062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98802775727938, + -12.065433760867942, + -76.97837830125209, + -12.055047807516775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.98370909879881, + -12.055047807516775 + ] + ] + ], + "type": "Polygon" + }, + "id": "2063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00627508881625, + -11.97285308546082, + -76.99662792320025, + -11.962465294054011 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -77.00195717538377, + -11.962465294054011 + ] + ] + ], + "type": "Polygon" + }, + "id": "2066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14026092211571, + -11.828645838558725, + -77.13061465912298, + -11.818252731619484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.13594135691939, + -11.818252731619484 + ] + ] + ], + "type": "Polygon" + }, + "id": "2067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69568784228935, + -11.942124397903203, + -76.68604985666914, + -11.931743938567216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.6913788003128, + -11.931743938567216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1015268044402, + -11.990073771271211, + -77.09187670193714, + -11.979683907599147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.09720611444726, + -11.979683907599147 + ] + ] + ], + "type": "Polygon" + }, + "id": "2070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72596572343112, + -12.290977549265108, + -76.71631649978092, + -12.280601785054243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.72165119217881, + -12.280601785054243 + ] + ] + ], + "type": "Polygon" + }, + "id": "2071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12140540285469, + -12.070685609507493, + -77.11175239701106, + -12.060296477083316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.11708310775192, + -12.060296477083316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75419946617264, + -12.144469762039709, + -76.74455384755785, + -12.134090890020632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74988611348978, + -12.134090890020632 + ] + ] + ], + "type": "Polygon" + }, + "id": "2075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09685362993858, + -11.848007534773114, + -77.08720787850177, + -11.837615745803214 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.09253495974225, + -11.837615745803214 + ] + ] + ], + "type": "Polygon" + }, + "id": "2077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13660178101526, + -12.00924416820887, + -77.12695022761935, + -11.99885373975145 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13227990299116, + -11.99885373975145 + ], + [ + -77.13660178101526, + -12.00189922901516 + ], + [ + -77.13609792424535, + -12.007094495170723 + ], + [ + -77.13127206227674, + -12.00924416820887 + ], + [ + -77.12695022761935, + -12.006198594226442 + ], + [ + -77.12745421155451, + -12.001003431934528 + ], + [ + -77.13227990299116, + -11.99885373975145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2078", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0054965405924, + -11.933448658946405, + -76.99585056942536, + -11.923060311971037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -77.00117917371534, + -11.923060311971037 + ] + ] + ], + "type": "Polygon" + }, + "id": "2082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13047779658993, + -11.977176884481477, + -77.1208273523121, + -11.966786129079383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.13047779658993, + -11.969831520759572 + ], + [ + -77.12997390367332, + -11.975026950456446 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.12615650920743, + -11.966786129079383 + ] + ] + ], + "type": "Polygon" + }, + "id": "2086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10678636803816, + -11.888317721899698, + -77.09713916589438, + -11.877926257544795 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.10246689591958, + -11.877926257544795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90500769198474, + -12.206621916429906, + -76.89535618613743, + -12.19624024512919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.90068939079384, + -12.19624024512919 + ] + ] + ], + "type": "Polygon" + }, + "id": "2089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82423908021528, + -12.277204611350644, + -76.81458760961887, + -12.266826124885823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81992203504551, + -12.266826124885823 + ] + ] + ], + "type": "Polygon" + }, + "id": "2090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78546340129596, + -11.966767301408295, + -76.77582223566232, + -11.95638492249739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.78115156025832, + -11.95638492249739 + ] + ] + ], + "type": "Polygon" + }, + "id": "2091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79145549565014, + -12.376102523000396, + -76.78180195027288, + -12.365726544175596 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.79145549565014, + -12.368776973363655 + ], + [ + -76.79094623144299, + -12.37396501671575 + ], + [ + -76.78611937151042, + -12.376102523000396 + ], + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.78713802601314, + -12.365726544175596 + ] + ] + ], + "type": "Polygon" + }, + "id": "2093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03829796535928, + -12.023194900059835, + -77.02864847822599, + -12.012807071592936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.03397852134009, + -12.012807071592936 + ] + ] + ], + "type": "Polygon" + }, + "id": "2099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00401952508732, + -12.043416327891327, + -76.9943703135415, + -12.033029645588027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.99970073056193, + -12.033029645588027 + ] + ] + ], + "type": "Polygon" + }, + "id": "2101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87909360722435, + -11.999630108083457, + -76.86944896057105, + -11.989245863868291 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.87477877258512, + -11.989245863868291 + ] + ] + ], + "type": "Polygon" + }, + "id": "2103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04890488579356, + -11.914113799708202, + -77.03925837971092, + -11.903724111103005 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.04458661342656, + -11.903724111103005 + ] + ] + ], + "type": "Polygon" + }, + "id": "2105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02612132364588, + -12.053457320895593, + -77.01647124531827, + -12.043070248279182 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.02180180190177, + -12.043070248279182 + ] + ] + ], + "type": "Polygon" + }, + "id": "2107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00787366321075, + -12.146030512429801, + -76.99822129095537, + -12.1356453236886 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -77.00355339485478, + -12.1356453236886 + ] + ] + ], + "type": "Polygon" + }, + "id": "2111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843440104282, + -12.297321611963472, + -76.85878115198032, + -12.286942351128726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.86843440104282, + -12.289991697270631 + ], + [ + -76.8679263354852, + -12.2951813811794 + ], + [ + -76.86309962414722, + -12.297321611963472 + ], + [ + -76.85878115198032, + -12.2942721821268 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.86411588159798, + -12.286942351128726 + ] + ] + ], + "type": "Polygon" + }, + "id": "2116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89510641006535, + -12.26066863998283, + -76.88545355084122, + -12.250288100886253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.89078765540475, + -12.250288100886253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.000829280424, + -11.696986883750656, + -76.99119046981865, + -11.686595408677272 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99651519001146, + -11.686595408677272 + ], + [ + -77.000829280424, + -11.689640514713018 + ], + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.99169587050562, + -11.688746005922312 + ], + [ + -76.99651519001146, + -11.686595408677272 + ] + ] + ], + "type": "Polygon" + }, + "id": "2118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16156659236434, + -11.799249767562564, + -77.15192067455077, + -11.78885574547587 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.1572468548841, + -11.78885574547587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89204615814474, + -12.103130523032327, + -76.88239808261953, + -12.092747531637187 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.88772959069193, + -12.092747531637187 + ] + ] + ], + "type": "Polygon" + }, + "id": "2121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84558218935301, + -12.153557403914888, + -76.835933840802, + -12.14317636828401 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.8412662129959, + -12.14317636828401 + ] + ] + ], + "type": "Polygon" + }, + "id": "2125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01238364742039, + -12.00491521119258, + -77.0027353689695, + -11.994527744560664 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -77.00806514215577, + -11.994527744560664 + ] + ] + ], + "type": "Polygon" + }, + "id": "2128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79382249262459, + -12.02263217851665, + -76.78417943633144, + -12.012250420302822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78950967777232, + -12.012250420302822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386238413314, + -12.249704948597161, + -76.85421067882058, + -12.23932501028249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.85954462550643, + -12.23932501028249 + ] + ] + ], + "type": "Polygon" + }, + "id": "2131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8295956785579, + -12.08121596992819, + -76.81994991515239, + -12.070834203522192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.82528110394153, + -12.070834203522192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89891774311847, + -12.26890784868489, + -76.88926453734341, + -12.25852735097024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.8945987748773, + -12.25852735097024 + ] + ] + ], + "type": "Polygon" + }, + "id": "2136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90804007159929, + -12.081125167786269, + -76.89839223145091, + -12.070741436975059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.90372336396166, + -12.070741436975059 + ] + ] + ], + "type": "Polygon" + }, + "id": "2137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08481285424915, + -12.067093608107935, + -77.07516087630223, + -12.056705309413923 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.08049158115347, + -12.056705309413923 + ] + ] + ], + "type": "Polygon" + }, + "id": "2139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73596615030273, + -12.048327537696743, + -76.72632389598853, + -12.037947634988246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.73165458182243, + -12.037947634988246 + ] + ] + ], + "type": "Polygon" + }, + "id": "2141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03062239282308, + -11.91231927041771, + -77.02097640683856, + -11.9019300031838 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.0263046337898, + -11.9019300031838 + ] + ] + ], + "type": "Polygon" + }, + "id": "2142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02837233877555, + -11.982891684302642, + -77.01872430703853, + -11.97250349864281 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.02405369855968, + -11.97250349864281 + ] + ] + ], + "type": "Polygon" + }, + "id": "2143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87833397773716, + -12.054596782924476, + -76.8686877121677, + -12.044213386414873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.8740184304916, + -12.044213386414873 + ] + ] + ], + "type": "Polygon" + }, + "id": "2144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84102378700604, + -12.011588029701823, + -76.83137979488403, + -12.001204917343182 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.83670982932364, + -12.001204917343182 + ] + ] + ], + "type": "Polygon" + }, + "id": "2145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05967305215628, + -12.088218261608645, + -77.05002108102497, + -12.077830900368845 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.05535216806301, + -12.077830900368845 + ] + ] + ], + "type": "Polygon" + }, + "id": "2147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8021273729819, + -12.361451078659353, + -76.79247397821192, + -12.351074577047546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.8021273729819, + -12.354124839295505 + ], + [ + -76.80161828073636, + -12.359313143982424 + ], + [ + -76.79679149617004, + -12.361451078659353 + ], + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.79780980678092, + -12.351074577047546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0474949171835, + -12.11847879625927, + -77.0378423530206, + -12.108092202518687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.04698963881593, + -12.116332389986155 + ], + [ + -77.04216327094528, + -12.11847879625927 + ], + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.04317395458872, + -12.108092202518687 + ] + ] + ], + "type": "Polygon" + }, + "id": "2152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88671460318778, + -12.110464977367622, + -76.87706644953575, + -12.100082233329008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.88239808261953, + -12.100082233329008 + ] + ] + ], + "type": "Polygon" + }, + "id": "2154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94766917821406, + -12.147947827685208, + -76.93801830706451, + -12.137564156005995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.94335050600151, + -12.137564156005995 + ] + ] + ], + "type": "Polygon" + }, + "id": "2155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14018144596308, + -11.734210904156347, + -77.13053799622496, + -11.723816526892982 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.1358631417367, + -11.723816526892982 + ] + ] + ], + "type": "Polygon" + }, + "id": "2158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97274827193596, + -11.938092332627663, + -76.96310300777083, + -11.927704859066576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.9684317239585, + -11.927704859066576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04362792556755, + -12.015853539203038, + -77.03397852134009, + -12.005465470206941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.0393084368514, + -12.005465470206941 + ] + ] + ], + "type": "Polygon" + }, + "id": "2160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03375009148206, + -12.069937876962484, + -77.02409932639446, + -12.059550868918453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02943014522748, + -12.059550868918453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80293825689076, + -12.117876472767813, + -76.7932921144965, + -12.107495947878913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.79862392189563, + -12.107495947878913 + ] + ] + ], + "type": "Polygon" + }, + "id": "2164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03076508267193, + -12.195469954693953, + -77.0211106474317, + -12.185084992413952 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.0264435394168, + -12.185084992413952 + ] + ] + ], + "type": "Polygon" + }, + "id": "2165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88975295063244, + -11.984956897941842, + -76.88010845980713, + -11.974572169710632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.88543802214924, + -11.974572169710632 + ] + ] + ], + "type": "Polygon" + }, + "id": "2166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83795820816584, + -12.23140904420509, + -76.8283077387022, + -12.221029455780002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.83364140013845, + -12.221029455780002 + ] + ] + ], + "type": "Polygon" + }, + "id": "2168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76324451256355, + -12.428286686660119, + -76.75359016968532, + -12.417912334966942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75892711963289, + -12.417912334966942 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.75359016968532, + -12.425235673318957 + ], + [ + -76.75410003560083, + -12.420048551564555 + ], + [ + -76.75892711963289, + -12.417912334966942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10534338633266, + -11.998314447994805, + -77.09569294211099, + -11.987924613859123 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.10102248476078, + -11.987924613859123 + ] + ] + ], + "type": "Polygon" + }, + "id": "2173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10764746054599, + -12.022139483323777, + -77.09799624795995, + -12.011749948878467 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.10332617958156, + -12.011749948878467 + ] + ] + ], + "type": "Polygon" + }, + "id": "2174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8440576676978, + -12.169128599525175, + -76.83440889501145, + -12.158747850248881 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.8397415250193, + -12.158747850248881 + ] + ] + ], + "type": "Polygon" + }, + "id": "2176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82960679339173, + -11.986868625171644, + -76.81996384300936, + -11.97648543098113 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.82529347686265, + -11.97648543098113 + ] + ] + ], + "type": "Polygon" + }, + "id": "2181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745280066188, + -12.14070590542753, + -76.86487927280609, + -12.130323940735577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.87021141356865, + -12.130323940735577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02759100674803, + -11.94348602614313, + -77.0179441695731, + -11.93309728258581 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.02327291322365, + -11.93309728258581 + ] + ] + ], + "type": "Polygon" + }, + "id": "2188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97504093332331, + -11.961913578726906, + -76.96539489982587, + -11.951526395709662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.97072400587025, + -11.951526395709662 + ] + ] + ], + "type": "Polygon" + }, + "id": "2189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95302619798724, + -12.234964393985123, + -76.94337258932624, + -12.224581990532373 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.94870621851022, + -12.224581990532373 + ] + ] + ], + "type": "Polygon" + }, + "id": "2190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77700171030706, + -12.288215569302208, + -76.76735118166643, + -12.27783846081577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.77268581181502, + -12.27783846081577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10757745706005, + -11.927731934546904, + -77.09792906063004, + -11.917341013818191 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.10325743807408, + -11.917341013818191 + ] + ] + ], + "type": "Polygon" + }, + "id": "2194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84178197650112, + -12.05097597759009, + -76.83213678967712, + -12.040593441375075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.83746747277472, + -12.040593441375075 + ] + ] + ], + "type": "Polygon" + }, + "id": "2195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9659583953593, + -12.1497556339436, + -76.95630699465099, + -12.139371538022703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.96163920537246, + -12.139371538022703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94006673186296, + -12.225819267950595, + -76.93041373411165, + -12.215437036513707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.93574722477372, + -12.215437036513707 + ] + ] + ], + "type": "Polygon" + }, + "id": "2203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97969267714785, + -12.198290345947262, + -76.97003947164114, + -12.18790668646148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.97537246858299, + -12.18790668646148 + ] + ] + ], + "type": "Polygon" + }, + "id": "2204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94235872125175, + -12.249631661583113, + -76.93270495249244, + -12.239249763635776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.94235872125175, + -12.24229819616683 + ], + [ + -76.94185176435842, + -12.247489198174955 + ], + [ + -76.93702479357765, + -12.249631661583113 + ], + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.93803883395766, + -12.239249763635776 + ] + ] + ], + "type": "Polygon" + }, + "id": "2209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90880679778297, + -12.120514979603445, + -76.89915776227966, + -12.11013184168028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.90448954354729, + -12.11013184168028 + ] + ] + ], + "type": "Polygon" + }, + "id": "2210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77860761608815, + -11.9896737478953, + -76.76896595285734, + -11.979291880995676 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.77429565769137, + -11.979291880995676 + ] + ] + ], + "type": "Polygon" + }, + "id": "2212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11679464586881, + -12.02303641279374, + -77.10714317686062, + -12.012646670004308 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.11679464586881, + -12.01569240955975 + ], + [ + -77.11629048928141, + -12.020887333004076 + ], + [ + -77.11146466939687, + -12.02303641279374 + ], + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.11247310967897, + -12.012646670004308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07021672034729, + -11.884736432563297, + -77.06057054800715, + -11.87434580601751 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.06589827038675, + -11.87434580601751 + ] + ] + ], + "type": "Polygon" + }, + "id": "2214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68714069663562, + -12.263520088650578, + -76.67749335868811, + -12.253144859008623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.68282760460235, + -12.253144859008623 + ] + ] + ], + "type": "Polygon" + }, + "id": "2215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96592972691283, + -12.05539015859817, + -76.95628114251029, + -12.045004597289626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.96161179770283, + -12.045004597289626 + ] + ] + ], + "type": "Polygon" + }, + "id": "2216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9606261387944, + -12.157091650722055, + -76.95097465758434, + -12.146707803064285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.95630699465099, + -12.146707803064285 + ] + ] + ], + "type": "Polygon" + }, + "id": "2219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83185655118956, + -12.293682437388698, + -76.82220438457104, + -12.283304034495115 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.8275390777118, + -12.283304034495115 + ] + ] + ], + "type": "Polygon" + }, + "id": "2220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7488671513803, + -12.151798628464446, + -76.73922145900409, + -12.141420008193382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.74455384755785, + -12.141420008193382 + ] + ] + ], + "type": "Polygon" + }, + "id": "2221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13342330360237, + -11.851583067546285, + -77.12377652818405, + -11.841190443167735 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.12910361385393, + -11.841190443167735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03228189154099, + -12.179892439315593, + -77.02262788260698, + -12.169507189631384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.03228189154099, + -12.172554455729308 + ], + [ + -77.03177630379538, + -12.177747133058633 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.02796051581542, + -12.169507189631384 + ] + ] + ], + "type": "Polygon" + }, + "id": "2227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98792251751009, + -11.782262146567032, + -76.97828150205932, + -11.771872117315686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.98360763821756, + -11.771872117315686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05120368798327, + -11.937938667104248, + -77.04155641339915, + -11.927549265534882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.04688503632414, + -11.927549265534882 + ] + ] + ], + "type": "Polygon" + }, + "id": "2230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97584729509968, + -12.095688256807643, + -76.96619725148645, + -12.085303069677245 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.97152856062648, + -12.085303069677245 + ] + ] + ], + "type": "Polygon" + }, + "id": "2231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14121562032312, + -12.056895617241048, + -77.13156253060284, + -12.046505795068605 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13689298352031, + -12.046505795068605 + ], + [ + -77.14121562032312, + -12.049551466874641 + ], + [ + -77.14071175422416, + -12.05474642981557 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.13689298352031, + -12.046505795068605 + ] + ] + ], + "type": "Polygon" + }, + "id": "2233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7230319231428, + -12.03917918720268, + -76.71339029482377, + -12.028799474567464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.71872083302344, + -12.028799474567464 + ] + ] + ], + "type": "Polygon" + }, + "id": "2235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90044043616221, + -12.253337028078025, + -76.89078765540475, + -12.242956234652333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.89612163469324, + -12.242956234652333 + ] + ] + ], + "type": "Polygon" + }, + "id": "2237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99868906279676, + -12.050755800273024, + -76.9890397695912, + -12.040369360510699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.9943703135415, + -12.040369360510699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75868814051387, + -12.380686428588334, + -76.74903534456271, + -12.370311360626745 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.75437150934191, + -12.370311360626745 + ] + ] + ], + "type": "Polygon" + }, + "id": "2244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97277891982652, + -12.032473113499318, + -76.96313084129498, + -12.022087035464107 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.96846111187938, + -12.022087035464107 + ] + ] + ], + "type": "Polygon" + }, + "id": "2245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11592973908499, + -11.889212388281651, + -77.10628228068582, + -11.878820715103412 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.11161001193271, + -11.878820715103412 + ] + ] + ], + "type": "Polygon" + }, + "id": "2247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04132919752959, + -11.992030874072867, + -77.03168056224546, + -11.98164250639567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.0370100883011, + -11.98164250639567 + ] + ] + ], + "type": "Polygon" + }, + "id": "2251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78999572838549, + -12.10872886835329, + -76.78035020739046, + -12.098348527318377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.78568186995076, + -12.098348527318377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78000616027552, + -12.445677675553496, + -76.77035084344742, + -12.435303205698299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7756880742814, + -12.435303205698299 + ], + [ + -76.78000616027552, + -12.43835405438097 + ], + [ + -76.77949662661212, + -12.443541343262394 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.7756880742814, + -12.435303205698299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97810910958461, + -12.025134151278982, + -76.96846111187938, + -12.014747831112652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.97379125600268, + -12.014747831112652 + ] + ] + ], + "type": "Polygon" + }, + "id": "2256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72832174077452, + -12.126170881656599, + -76.71867737315155, + -12.115792378958268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.72400934465152, + -12.115792378958268 + ] + ] + ], + "type": "Polygon" + }, + "id": "2259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96816402544164, + -11.890448414333168, + -76.95852029966572, + -11.88006037037884 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.96384823625911, + -11.88006037037884 + ] + ] + ], + "type": "Polygon" + }, + "id": "2260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84787160826832, + -12.083028723681272, + -76.83822530316174, + -12.072646526180238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.84355651085302, + -12.072646526180238 + ] + ] + ], + "type": "Polygon" + }, + "id": "2261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76858138816529, + -12.42096326514832, + -76.75892711963289, + -12.410588648881484 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.75892711963289, + -12.417912334966942 + ], + [ + -76.75943689960508, + -12.41272508089645 + ], + [ + -76.7642639464955, + -12.410588648881484 + ] + ] + ], + "type": "Polygon" + }, + "id": "2262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79074776939343, + -12.148108015134563, + -76.78110105309086, + -12.137728274673067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.78643336483256, + -12.137728274673067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13509016519555, + -12.024829473834377, + -77.12543818478014, + -12.014439315111504 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13076811916312, + -12.014439315111504 + ], + [ + -77.13509016519555, + -12.017484892783612 + ], + [ + -77.13458626291444, + -12.022680024068842 + ], + [ + -77.12976018742005, + -12.024829473834377 + ], + [ + -77.12543818478014, + -12.021783811545825 + ], + [ + -77.12594221423277, + -12.016588784118133 + ], + [ + -77.13076811916312, + -12.014439315111504 + ] + ] + ], + "type": "Polygon" + }, + "id": "2265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76783148351102, + -12.381600466724572, + -76.75817841225637, + -12.371225182243537 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.76351458878291, + -12.371225182243537 + ] + ] + ], + "type": "Polygon" + }, + "id": "2267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94762252999632, + -11.959212143769555, + -76.93797728920273, + -11.94882559870642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.94330637800003, + -11.94882559870642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15934469968751, + -11.869851523508766, + -77.1496967344261, + -11.859458529463343 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15934469968751, + -11.86250312602307 + ], + [ + -77.15884137941777, + -11.867699674936244 + ], + [ + -77.15401731170752, + -11.869851523508766 + ], + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.15502407940164, + -11.859458529463343 + ] + ] + ], + "type": "Polygon" + }, + "id": "2271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83949974377911, + -12.02716235781513, + -76.8298553279456, + -12.016779517882085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.83518561995024, + -12.016779517882085 + ] + ] + ], + "type": "Polygon" + }, + "id": "2272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1167219721556, + -11.928627252198467, + -77.1070733194493, + -11.918236122801598 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.1124016980915, + -11.918236122801598 + ] + ] + ], + "type": "Polygon" + }, + "id": "2273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14042001359209, + -12.017484892783612, + -77.13076811916312, + -12.007094495170723 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13609792424535, + -12.007094495170723 + ], + [ + -77.14042001359209, + -12.010139988195148 + ], + [ + -77.13991619766524, + -12.015335238895453 + ], + [ + -77.13509016519555, + -12.017484892783612 + ], + [ + -77.13076811916312, + -12.014439315111504 + ], + [ + -77.13127206227674, + -12.00924416820887 + ], + [ + -77.13609792424535, + -12.007094495170723 + ] + ] + ], + "type": "Polygon" + }, + "id": "2274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72460262009393, + -11.92927617338298, + -76.7149642245443, + -11.918894790178685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.72029295134476, + -11.918894790178685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78698941907854, + -11.951193666201778, + -76.77734867638615, + -11.940811020359686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.7826777437823, + -11.940811020359686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8418046440954, + -11.767884279362917, + -76.83216789041596, + -11.757497682812891 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.8374939123082, + -11.757497682812891 + ] + ] + ], + "type": "Polygon" + }, + "id": "2280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78471244170701, + -11.927379865227344, + -76.77507247002917, + -11.91699693062923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78040114615784, + -11.91699693062923 + ], + [ + -76.78471244170701, + -11.920045198077144 + ], + [ + -76.78420379009265, + -11.925236719757814 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77558124734584, + -11.919140098309013 + ], + [ + -76.78040114615784, + -11.91699693062923 + ] + ] + ], + "type": "Polygon" + }, + "id": "2281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73212460213598, + -12.134409965511335, + -76.72247988483625, + -12.124031495784568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.72781199129439, + -12.124031495784568 + ] + ] + ], + "type": "Polygon" + }, + "id": "2282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01246812080684, + -12.193664593398912, + -77.00281420847591, + -12.183280051531607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -77.00814709258785, + -12.183280051531607 + ] + ] + ], + "type": "Polygon" + }, + "id": "2284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76180801876903, + -12.16094800097688, + -76.75216170183803, + -12.150569197703003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.75749423702597, + -12.150569197703003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03218585640361, + -11.991132161756106, + -77.02253748145219, + -11.980744004578208 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.02786700403321, + -11.980744004578208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10988121380956, + -11.95155879386182, + -77.10023204937157, + -11.941168162267692 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.10556081560036, + -11.941168162267692 + ] + ] + ], + "type": "Polygon" + }, + "id": "2287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745260167113, + -12.046356964073654, + -76.86488009765586, + -12.035973537290586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.8702106829263, + -12.035973537290586 + ] + ] + ], + "type": "Polygon" + }, + "id": "2288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9613176393864, + -11.913371087028025, + -76.95167340838161, + -11.902983539175906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.95700172914226, + -11.902983539175906 + ] + ] + ], + "type": "Polygon" + }, + "id": "2289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76024860509764, + -12.270826034249822, + -76.75059904973693, + -12.260449060649698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.75593339910711, + -12.260449060649698 + ] + ] + ], + "type": "Polygon" + }, + "id": "2291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09764338019949, + -11.887422793038516, + -77.08799643478945, + -11.87703153775857 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.093324163317, + -11.87703153775857 + ] + ] + ], + "type": "Polygon" + }, + "id": "2292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08777635693696, + -11.941525935595154, + -77.07812804822125, + -11.931135694873761 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.0834566810895, + -11.931135694873761 + ] + ] + ], + "type": "Polygon" + }, + "id": "2293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00168479223994, + -11.925208132155689, + -76.99203916471495, + -11.914819759890397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.99736763765453, + -11.914819759890397 + ] + ] + ], + "type": "Polygon" + }, + "id": "2294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99643137019336, + -12.12131057634371, + -76.98678003025627, + -12.110925280524311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.99211173955172, + -12.110925280524311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82727886575333, + -12.34038276568269, + -76.81762542602088, + -12.330005268124177 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.82727886575333, + -12.333055197896924 + ], + [ + -76.82677015768238, + -12.338244000406647 + ], + [ + -76.8219433507751, + -12.34038276568269 + ], + [ + -76.81762542602088, + -12.33733275236713 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.8229608931213, + -12.330005268124177 + ] + ] + ], + "type": "Polygon" + }, + "id": "2296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95825401052709, + -11.850144703619122, + -76.94861174249945, + -11.839756337251197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.95393902572158, + -11.839756337251197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81509638676043, + -12.276294194634984, + -76.80544518833904, + -12.265915923544517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.81077960372771, + -12.265915923544517 + ] + ] + ], + "type": "Polygon" + }, + "id": "2299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04216327094528, + -12.125818222214791, + -77.0325106237009, + -12.115431873811264 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.04216327094528, + -12.11847879625927 + ], + [ + -77.04165790632007, + -12.123672022928384 + ], + [ + -77.03683149687726, + -12.125818222214791 + ], + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.0378423530206, + -12.115431873811264 + ] + ] + ], + "type": "Polygon" + }, + "id": "2300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03291966787403, + -11.93614345292047, + -77.02327291322365, + -11.925754472435123 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.02860152952188, + -11.925754472435123 + ] + ] + ], + "type": "Polygon" + }, + "id": "2304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97814133062029, + -12.119505645640912, + -76.9684905169539, + -12.109120772611677 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.97382221630671, + -12.109120772611677 + ] + ] + ], + "type": "Polygon" + }, + "id": "2306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79231841159363, + -11.943859395131769, + -76.7826777437823, + -11.933476507730944 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7880066880396, + -11.933476507730944 + ] + ] + ], + "type": "Polygon" + }, + "id": "2308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04503986599737, + -11.811464306082415, + -77.03539651585352, + -11.801073274230767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.04072306565945, + -11.801073274230767 + ] + ] + ], + "type": "Polygon" + }, + "id": "2310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95753413226797, + -11.999512312589241, + -76.9478874322068, + -11.98912611716273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.95321717516609, + -11.98912611716273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96664587974449, + -11.906030156083869, + -76.95700172914226, + -11.895642371560216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.9623299237358, + -11.895642371560216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08238504594077, + -11.854459126369987, + -77.07273946747392, + -11.844067778596798 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.07806667515956, + -11.844067778596798 + ] + ] + ], + "type": "Polygon" + }, + "id": "2313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98259633592536, + -11.789606172719443, + -76.97295523945762, + -11.779216373869183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.97828150205932, + -11.779216373869183 + ] + ] + ], + "type": "Polygon" + }, + "id": "2314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82350835269435, + -12.049163988652937, + -76.81386370810054, + -12.038781884086125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.8191943719328, + -12.038781884086125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00479815341191, + -12.082815424157651, + -76.99514774660766, + -12.072429324706542 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -77.00047881196632, + -12.072429324706542 + ] + ] + ], + "type": "Polygon" + }, + "id": "2318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73506646913626, + -12.386180903301442, + -76.72541415179316, + -12.37580653220581 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.73075041480712, + -12.37580653220581 + ] + ] + ], + "type": "Polygon" + }, + "id": "2319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94308611856361, + -12.100316472036074, + -76.9334367882691, + -12.089932167285513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.93876820621303, + -12.089932167285513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99106361171948, + -12.03427535107064, + -76.98141500663817, + -12.02388884935064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.9867452874835, + -12.02388884935064 + ] + ] + ], + "type": "Polygon" + }, + "id": "2324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9688787894931, + -11.741058500298614, + -76.95923949306376, + -11.730668388541009 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96456497156137, + -11.730668388541009 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.95923949306376, + -11.73801278326959 + ], + [ + -76.95974540933105, + -11.732817780694003 + ], + [ + -76.96456497156137, + -11.730668388541009 + ] + ] + ], + "type": "Polygon" + }, + "id": "2326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87224109731923, + -12.02254188356778, + -76.86259594893134, + -12.012158153722808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.86792614336973, + -12.012158153722808 + ] + ] + ], + "type": "Polygon" + }, + "id": "2329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95300129706628, + -12.140612064024397, + -76.94335050600151, + -12.130228144287004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.94868257882793, + -12.130228144287004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04885204441719, + -11.819705186948406, + -77.03920835176574, + -11.809314174991414 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.0445350322822, + -11.809314174991414 + ] + ] + ], + "type": "Polygon" + }, + "id": "2331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94381284661107, + -11.95097186218899, + -76.93416795070505, + -11.940585291064934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93949690740047, + -11.940585291064934 + ] + ] + ], + "type": "Polygon" + }, + "id": "2332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9964689511613, + -12.215673669067037, + -76.98681479331508, + -12.205289877100451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.99214805875167, + -12.205289877100451 + ] + ] + ], + "type": "Polygon" + }, + "id": "2333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0740909898858, + -11.987382473299185, + -77.06444166033259, + -11.97699323699654 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.06977106704197, + -11.97699323699654 + ] + ] + ], + "type": "Polygon" + }, + "id": "2337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15091401621498, + -11.813948433114312, + -77.14126792548107, + -11.803554867710691 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.14659436472064, + -11.803554867710691 + ] + ] + ], + "type": "Polygon" + }, + "id": "2338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97801255919079, + -11.741954769040571, + -76.96837299951777, + -11.731564444215294 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.97369848339169, + -11.731564444215294 + ] + ] + ], + "type": "Polygon" + }, + "id": "2339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95070919735396, + -12.11679624599008, + -76.94105917667805, + -12.106412009026894 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.94639085904679, + -12.106412009026894 + ] + ] + ], + "type": "Polygon" + }, + "id": "2341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90118707091497, + -12.10403549576239, + -76.89153872753171, + -12.093652290459513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.89687024331093, + -12.093652290459513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96438250347724, + -11.976593486520674, + -76.95473630875114, + -11.96620678230787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.96006566742359, + -11.96620678230787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83493635099308, + -11.979533613538727, + -76.82529347686265, + -11.969150176849167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.83062298680203, + -11.969150176849167 + ] + ] + ], + "type": "Polygon" + }, + "id": "2347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95683960598319, + -12.243203872984429, + -76.9471856520181, + -12.23282151014961 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.95683960598319, + -12.235869776930913 + ], + [ + -76.95633286188698, + -12.241061011290558 + ], + [ + -76.95150579858131, + -12.243203872984429 + ], + [ + -76.9471856520181, + -12.240155522450415 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.95251941341978, + -12.23282151014961 + ] + ] + ], + "type": "Polygon" + }, + "id": "2348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02313359723938, + -12.178990208504153, + -77.01347984941584, + -12.168605168914173 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.01881247887209, + -12.168605168914173 + ] + ] + ], + "type": "Polygon" + }, + "id": "2350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83341220409454, + -11.995108432029355, + -76.82376890640543, + -11.984725264660659 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.82909867382855, + -11.984725264660659 + ] + ] + ], + "type": "Polygon" + }, + "id": "2351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87681129409442, + -12.07017153236074, + -76.86716460427898, + -12.059788412199508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.87249558042159, + -12.059788412199508 + ] + ] + ], + "type": "Polygon" + }, + "id": "2354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77627774462297, + -12.154528605541767, + -76.76663122739403, + -12.144149333210699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.77196365120182, + -12.144149333210699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94158749531321, + -12.210245847903835, + -76.93193492292998, + -12.199863325330073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.93726815521224, + -12.199863325330073 + ] + ] + ], + "type": "Polygon" + }, + "id": "2358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88366927495886, + -12.141612080662552, + -76.87402027230871, + -12.131229901720895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.8793524213084, + -12.131229901720895 + ] + ] + ], + "type": "Polygon" + }, + "id": "2359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00709449842572, + -12.10663431021068, + -76.99744332190157, + -12.096248522969942 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -77.00277477721802, + -12.096248522969942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0900785727454, + -11.965351682043874, + -77.08042949576729, + -11.954961732499763 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.08575851760808, + -11.954961732499763 + ] + ] + ], + "type": "Polygon" + }, + "id": "2362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85471885964529, + -12.24879625483841, + -76.84506742438742, + -12.238416530926834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.8504013622327, + -12.238416530926834 + ] + ] + ], + "type": "Polygon" + }, + "id": "2363", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88900756172255, + -12.228619163223128, + -76.87935582060571, + -12.21823824935279 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.88468940095534, + -12.21823824935279 + ] + ] + ], + "type": "Polygon" + }, + "id": "2364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.073303937237, + -11.947973533694965, + -77.06365580235644, + -11.937583738714354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.0689845613097, + -11.937583738714354 + ] + ] + ], + "type": "Polygon" + }, + "id": "2365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01849356721253, + -12.036976718479357, + -77.00884417588966, + -12.026589583114207 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.0141744700574, + -12.026589583114207 + ] + ] + ], + "type": "Polygon" + }, + "id": "2367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17141984234634, + -11.745124548473411, + -77.16177529144235, + -11.734729563909278 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16710056586732, + -11.734729563909278 + ], + [ + -77.17141984234634, + -11.737773411929851 + ], + [ + -77.17091688552604, + -11.7429709561246 + ], + [ + -77.1660945251225, + -11.745124548473411 + ], + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.16710056586732, + -11.734729563909278 + ] + ] + ], + "type": "Polygon" + }, + "id": "2368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74267913078529, + -12.402657278419317, + -76.7330261132975, + -12.392283000310297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.74267913078529, + -12.395334008839233 + ], + [ + -76.74216914477954, + -12.400521202137712 + ], + [ + -76.73734254852776, + -12.402657278419317 + ], + [ + -76.7330261132975, + -12.399606186480021 + ], + [ + -76.73353622520659, + -12.394419101679267 + ], + [ + -76.73836264645216, + -12.392283000310297 + ] + ] + ], + "type": "Polygon" + }, + "id": "2369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10303967242653, + -11.97448890900854, + -77.0933899964781, + -11.964098778748443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.09871915019534, + -11.964098778748443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00939120295997, + -12.13045265852866, + -76.99973925662417, + -12.120067187059483 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -77.00507110193806, + -12.120067187059483 + ] + ] + ], + "type": "Polygon" + }, + "id": "2371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82503316865082, + -12.033590763014374, + -76.81538894764515, + -12.023208383723386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.82071935395685, + -12.023208383723386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07857109290872, + -11.846218199664118, + -77.06892585633113, + -11.835826829908335 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.07425293370218, + -11.835826829908335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97497834956805, + -11.773124762985754, + -76.96533794077668, + -11.762734929115 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.97066394029184, + -11.762734929115 + ] + ] + ], + "type": "Polygon" + }, + "id": "2375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8120922001379, + -12.024445040527775, + -76.80244859860132, + -12.01406284887627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.80777886109321, + -12.01406284887627 + ] + ] + ], + "type": "Polygon" + }, + "id": "2376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95374866846167, + -12.085642974624413, + -76.94409949816392, + -12.075258178559078 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94943066403395, + -12.075258178559078 + ] + ] + ], + "type": "Polygon" + }, + "id": "2377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85396260060155, + -12.115080821519621, + -76.8443151771714, + -12.104698969215393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.84964690943727, + -12.104698969215393 + ] + ] + ], + "type": "Polygon" + }, + "id": "2378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99713367849087, + -11.971953633287212, + -76.98748677501405, + -11.96156605339647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.99281602266578, + -11.96156605339647 + ] + ] + ], + "type": "Polygon" + }, + "id": "2381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72216127446684, + -12.282738993266815, + -76.71251240095832, + -12.272363188172767 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.71784695818974, + -12.272363188172767 + ] + ] + ], + "type": "Polygon" + }, + "id": "2382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03149959506722, + -12.140496083603848, + -77.02184678215784, + -12.130110227202893 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.03149959506722, + -12.133157318133431 + ], + [ + -77.03099405794106, + -12.138350298860766 + ], + [ + -77.0261675656029, + -12.140496083603848 + ], + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.02717876671738, + -12.130110227202893 + ] + ] + ], + "type": "Polygon" + }, + "id": "2385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97817357046891, + -12.213865473223935, + -76.96851993919714, + -12.203482103385554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.97385319468727, + -12.203482103385554 + ] + ] + ], + "type": "Polygon" + }, + "id": "2387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15242398099896, + -11.798358022701429, + -77.14277831690424, + -11.787964208499071 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.1481044973933, + -11.787964208499071 + ] + ] + ], + "type": "Polygon" + }, + "id": "2389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90498592944029, + -12.01791694670848, + -76.89534005469719, + -12.00753233035904 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.9006701480367, + -12.00753233035904 + ] + ] + ], + "type": "Polygon" + }, + "id": "2391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84100041849729, + -12.294592636698894, + -76.83134798055178, + -12.284214018945086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.83668268322576, + -12.284214018945086 + ] + ] + ], + "type": "Polygon" + }, + "id": "2393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94839391131562, + -11.998610904876195, + -76.93874747599017, + -11.988224922195226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.94407721294668, + -11.988224922195226 + ] + ] + ], + "type": "Polygon" + }, + "id": "2394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88367393440858, + -12.23595090445258, + -76.87402211520106, + -12.225570243941867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87935582060571, + -12.225570243941867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02905970017214, + -11.83349950042975, + -77.01941610198614, + -11.823109162240787 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.02474303392934, + -11.823109162240787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08251035066293, + -12.043270613422301, + -77.0728591415118, + -12.032882008341145 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.07818945710474, + -12.032882008341145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91490606449074, + -12.152568661898663, + -76.90525591221788, + -12.142185877317445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.91058821694732, + -12.142185877317445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83338217150141, + -12.278114758267332, + -76.82373042920699, + -12.267736056677998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.82906486439575, + -12.267736056677998 + ] + ] + ], + "type": "Polygon" + }, + "id": "2405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15854728909241, + -11.830430836858959, + -77.1489005177688, + -11.820037313943816 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.15422721571187, + -11.820037313943816 + ] + ] + ], + "type": "Polygon" + }, + "id": "2406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98117852328419, + -12.088350465998314, + -76.97152856062648, + -12.077965033788368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.97685974320218, + -12.077965033788368 + ] + ] + ], + "type": "Polygon" + }, + "id": "2409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94537746893351, + -12.124132420674018, + -76.93572736825753, + -12.113748430679404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.94105917667805, + -12.113748430679404 + ] + ] + ], + "type": "Polygon" + }, + "id": "2411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96435431003577, + -11.8822079232458, + -76.95471092857873, + -11.871819856544441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.96003873338543, + -11.871819856544441 + ] + ] + ], + "type": "Polygon" + }, + "id": "2412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06113168928094, + -11.978244256209337, + -77.05148296086307, + -11.967855200979718 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.05681223444505, + -11.967855200979718 + ] + ] + ], + "type": "Polygon" + }, + "id": "2413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98337167937521, + -11.829015219469927, + -76.97372938956097, + -11.818625940655528 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.97905629954545, + -11.818625940655528 + ] + ] + ], + "type": "Polygon" + }, + "id": "2415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93546405333853, + -12.08383664957132, + -76.92581541366863, + -12.073452278855903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.93114656702225, + -12.073452278855903 + ] + ] + ], + "type": "Polygon" + }, + "id": "2416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05344865906726, + -11.867358841571964, + -77.0438034302166, + -11.856968379000563 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.04913088873815, + -11.856968379000563 + ] + ] + ], + "type": "Polygon" + }, + "id": "2418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94988928380513, + -11.888649806112932, + -76.9402460865078, + -11.8782621880729 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9455740114693, + -11.8782621880729 + ] + ] + ], + "type": "Polygon" + }, + "id": "2419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0191855743928, + -11.887597302321032, + -77.0095406178301, + -11.877207963110989 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.01486845160942, + -11.877207963110989 + ] + ] + ], + "type": "Polygon" + }, + "id": "2420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72063098172633, + -12.29830232593731, + -76.7109816851466, + -12.287926820905296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.71631649978092, + -12.287926820905296 + ] + ] + ], + "type": "Polygon" + }, + "id": "2421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1342176290366, + -11.891000933214714, + -77.12456965956187, + -11.880608843144872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12989739242438, + -11.880608843144872 + ] + ] + ], + "type": "Polygon" + }, + "id": "2422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93923321594727, + -11.903330893112042, + -76.92958985909279, + -11.892943747799828 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.93491803568638, + -11.892943747799828 + ] + ] + ], + "type": "Polygon" + }, + "id": "2423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14709775742561, + -11.805707226465866, + -77.13745200707908, + -11.795313640502759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.14277831690424, + -11.795313640502759 + ] + ] + ], + "type": "Polygon" + }, + "id": "2424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76936019857966, + -12.366037462933384, + -76.75970755115263, + -12.355661870601452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.76504346990656, + -12.355661870601452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90421992361614, + -11.97852246960449, + -76.89457524346224, + -11.968137285767796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89990468844591, + -11.968137285767796 + ] + ] + ], + "type": "Polygon" + }, + "id": "2426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98111233419505, + -11.899587843121653, + -76.97146800082307, + -11.889199609920956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.97679607445004, + -11.889199609920956 + ] + ] + ], + "type": "Polygon" + }, + "id": "2427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13588512409214, + -12.064239442484924, + -77.12623194833915, + -12.053849861062881 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.13156253060284, + -12.053849861062881 + ] + ] + ], + "type": "Polygon" + }, + "id": "2429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00467823479754, + -11.79964009923208, + -76.99503627022182, + -11.789249894026725 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -77.00036267372973, + -11.789249894026725 + ] + ] + ], + "type": "Polygon" + }, + "id": "2431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.988663238752, + -11.727264912671703, + -76.97902384093962, + -11.716874131867616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.97902384093962, + -11.72421944551605 + ], + [ + -76.97952945904323, + -11.719024108294489 + ], + [ + -76.98434907207402, + -11.716874131867616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84863638520405, + -12.028067602981267, + -76.83899169889014, + -12.01768454745457 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.84432200018188, + -12.01768454745457 + ] + ] + ], + "type": "Polygon" + }, + "id": "2435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81970271452019, + -12.04092434615715, + -76.81005841755197, + -12.030542212106731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.81538894764515, + -12.030542212106731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93852515673676, + -12.147043523058928, + -76.92887455108327, + -12.136660063876496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.93420674371403, + -12.136660063876496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78926675330418, + -11.975006990958223, + -76.77962523950438, + -11.964624637432534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.78495469820841, + -11.964624637432534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94540014264375, + -12.218485380994126, + -76.93574722477372, + -12.2081028976719 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.94108058939798, + -12.2081028976719 + ] + ] + ], + "type": "Polygon" + }, + "id": "2442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14399658234754, + -11.742452199450653, + -77.1343527922292, + -11.732057839032386 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.13967806718584, + -11.732057839032386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89967444059863, + -12.213954668802106, + -76.89002285616192, + -12.203573249536685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.89535618613743, + -12.203573249536685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08014621311857, + -11.925044401154505, + -77.0704985883879, + -11.914654107939699 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.0758269605816, + -11.914654107939699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14940391510368, + -11.82953846838939, + -77.13975739770625, + -11.819145153336256 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.14508409571395, + -11.819145153336256 + ] + ] + ], + "type": "Polygon" + }, + "id": "2448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96134494945021, + -12.007752525633697, + -76.95169790468015, + -11.997366358871316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.9570277796078, + -11.997366358871316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0778451060958, + -11.901218080412367, + -77.06819824953077, + -11.89082750206117 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.07352623277134, + -11.89082750206117 + ] + ] + ], + "type": "Polygon" + }, + "id": "2450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95066078002239, + -11.928051979089487, + -76.94101638870964, + -11.917664905911625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.9463449615415, + -11.917664905911625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92861216958666, + -12.106748816709427, + -76.918963025492, + -12.096364971185894 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.92429456273729, + -12.096364971185894 + ] + ] + ], + "type": "Polygon" + }, + "id": "2465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14479196006081, + -11.781875546219037, + -77.13514697667443, + -11.771481692917247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.14047289835608, + -11.771481692917247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08698770683749, + -11.902113848289353, + -77.07734059247828, + -11.891723060371827 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.08266857781405, + -11.891723060371827 + ] + ] + ], + "type": "Polygon" + }, + "id": "2467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90194300400815, + -12.049069703974325, + -76.89229628034053, + -12.038685634203315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.89762688948153, + -12.038685634203315 + ] + ] + ], + "type": "Polygon" + }, + "id": "2469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71014507777329, + -11.93570087530253, + -76.70050688657798, + -11.9253199535682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.70583572214224, + -11.9253199535682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614821338505, + -12.273513575544968, + -76.85649573624386, + -12.263133974193392 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.86183007437552, + -12.263133974193392 + ] + ] + ], + "type": "Polygon" + }, + "id": "2471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75117672745623, + -12.08128477263114, + -76.74153307609073, + -12.070904988968007 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.74686430086852, + -12.070904988968007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85929670958939, + -12.01339760982311, + -76.84965217719414, + -12.003014066501368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.85498222983902, + -12.003014066501368 + ] + ] + ], + "type": "Polygon" + }, + "id": "2474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82346964138387, + -12.332144057328167, + -76.81381654982685, + -12.321766515422997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.81915188299438, + -12.321766515422997 + ] + ] + ], + "type": "Polygon" + }, + "id": "2475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95138364975115, + -11.77867387609945, + -76.941743688322, + -11.768284699005276 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.9470698025128, + -11.768284699005276 + ] + ] + ], + "type": "Polygon" + }, + "id": "2476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.838724990102, + -12.176460044578947, + -76.82907614078414, + -12.166079546635567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.83440889501145, + -12.166079546635567 + ] + ] + ], + "type": "Polygon" + }, + "id": "2477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80828732394602, + -12.016205378294803, + -76.79864407021543, + -12.005823158525823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.80397419884517, + -12.005823158525823 + ] + ] + ], + "type": "Polygon" + }, + "id": "2479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82576494163749, + -12.261636807261418, + -76.81611389523556, + -12.251258023656899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.82144806277444, + -12.251258023656899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2480", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08935424079239, + -12.02034482697868, + -77.07970354248725, + -12.009955709976168 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.08503347088663, + -12.009955709976168 + ] + ] + ], + "type": "Polygon" + }, + "id": "2482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08159728090348, + -11.815043585384727, + -77.07195289614228, + -11.80465171199541 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.07727945662775, + -11.80465171199541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92023829017586, + -12.145234111313584, + -76.91058821694732, + -12.134851077876341 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.9159203961378, + -12.134851077876341 + ] + ] + ], + "type": "Polygon" + }, + "id": "2485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06258934395068, + -11.868254765851631, + -77.05294385608065, + -11.857864092936135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.05827131743287, + -11.857864092936135 + ] + ] + ], + "type": "Polygon" + }, + "id": "2486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98947469042007, + -11.861080054817467, + -76.97983128807309, + -11.850691071690242 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.98515871906359, + -11.850691071690242 + ] + ] + ], + "type": "Polygon" + }, + "id": "2487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89053048051113, + -12.213047719352295, + -76.88087916419406, + -12.202666513649335 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.88621248641175, + -12.202666513649335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9598528510425, + -12.117699646219904, + -76.95020256555866, + -12.10731519698399 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.95553425386471, + -12.10731519698399 + ] + ] + ], + "type": "Polygon" + }, + "id": "2490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07645331308817, + -12.105598393925527, + -77.0668003977631, + -12.09521089227843 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.07645331308817, + -12.09825739901075 + ], + [ + -77.07594846122005, + -12.103451202086667 + ], + [ + -77.07112191792477, + -12.105598393925527 + ], + [ + -77.0668003977631, + -12.102551802921132 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.0721317486738, + -12.09521089227843 + ] + ] + ], + "type": "Polygon" + }, + "id": "2491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95145689628009, + -12.061825680968328, + -76.94180849610238, + -12.051440575887609 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.9471392716532, + -12.051440575887609 + ] + ] + ], + "type": "Polygon" + }, + "id": "2492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02924813689707, + -12.2110470370346, + -77.01959327532651, + -12.200662363703918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.02924813689707, + -12.203709800748854 + ], + [ + -77.0287424578791, + -12.208902189894724 + ], + [ + -77.02391494116124, + -12.2110470370346 + ], + [ + -77.01959327532651, + -12.207999516275937 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.0249264261058, + -12.200662363703918 + ] + ] + ], + "type": "Polygon" + }, + "id": "2495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11362592542335, + -11.865383817467025, + -77.10397923467862, + -11.854991864478253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.10930657733776, + -11.854991864478253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97807690734543, + -11.930751500110484, + -76.9684317239585, + -11.920363788904702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.97376031375939, + -11.920363788904702 + ] + ] + ], + "type": "Polygon" + }, + "id": "2499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93015107478789, + -12.185527147662025, + -76.92049953923015, + -12.175144510066486 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.92583237423798, + -12.175144510066486 + ] + ] + ], + "type": "Polygon" + }, + "id": "2500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69469599923663, + -12.37428055671971, + -76.68504514375188, + -12.363907011375117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.69038121857774, + -12.363907011375117 + ] + ] + ], + "type": "Polygon" + }, + "id": "2502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95521712873953, + -11.881308778840403, + -76.9455740114693, + -11.870920925102201 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.95090181048324, + -11.870920925102201 + ] + ] + ], + "type": "Polygon" + }, + "id": "2504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81128842101631, + -12.268055281264756, + -76.80163757088185, + -12.257676969203349 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.80697185223735, + -12.257676969203349 + ] + ] + ], + "type": "Polygon" + }, + "id": "2506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08468619647677, + -11.87828671798953, + -77.0750398501093, + -11.867895648359985 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.08036744660036, + -11.867895648359985 + ] + ] + ], + "type": "Polygon" + }, + "id": "2513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9841811812242, + -11.96281353074305, + -76.97453488444644, + -11.952426135576154 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97986399568869, + -11.952426135576154 + ] + ] + ], + "type": "Polygon" + }, + "id": "2515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94233693317307, + -12.155283258399642, + -76.93268598210483, + -12.14489983522082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.93801830706451, + -12.14489983522082 + ] + ] + ], + "type": "Polygon" + }, + "id": "2517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16760356353409, + -11.736883173675748, + -77.1579593524485, + -11.726488171872365 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.16760356353409, + -11.72953201106205 + ], + [ + -77.16710056586732, + -11.734729563909278 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.16328449777383, + -11.726488171872365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9468513389069, + -11.919811620886378, + -76.93720729235284, + -11.909424523207873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.9425357331466, + -11.909424523207873 + ] + ] + ], + "type": "Polygon" + }, + "id": "2522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79915265893415, + -12.015299109814986, + -76.78950967777232, + -12.0049171067714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.79483979590002, + -12.0049171067714 + ] + ] + ], + "type": "Polygon" + }, + "id": "2523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0208354085721, + -12.15517262155512, + -77.0111824306617, + -12.144787258927527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.0208354085721, + -12.147834518214799 + ], + [ + -77.02032969896408, + -12.15302725211492 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.01651467011001, + -12.144787258927527 + ] + ] + ], + "type": "Polygon" + }, + "id": "2525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99709593190684, + -11.877561280097584, + -76.98745184210634, + -11.867172341236039 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.99277953596042, + -11.867172341236039 + ] + ] + ], + "type": "Polygon" + }, + "id": "2526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80290044305765, + -12.306516478298336, + -76.79324866925309, + -12.296139021678234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.79858358996705, + -12.296139021678234 + ] + ] + ], + "type": "Polygon" + }, + "id": "2527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87985652427346, + -12.039021619352042, + -76.8702106829263, + -12.028637948039682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.87554114344881, + -12.028637948039682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84252566017912, + -12.279024635283584, + -76.83287364666376, + -12.26864571881965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.83820809133876, + -12.26864571881965 + ] + ] + ], + "type": "Polygon" + }, + "id": "2530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0253861106535, + -12.108437004404042, + -77.01573441093748, + -12.09805079585253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.02106587444743, + -12.09805079585253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05282643550423, + -12.111139040678285, + -77.04317395458872, + -12.100752202043566 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.04850542831755, + -12.100752202043566 + ] + ] + ], + "type": "Polygon" + }, + "id": "2532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83416940416343, + -12.034496565661406, + -76.82452491191047, + -12.02411397040813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.8298553279456, + -12.02411397040813 + ] + ] + ], + "type": "Polygon" + }, + "id": "2534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12363661303777, + -12.000107369338487, + -77.11398565628419, + -11.98971711847784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11931520119006, + -11.98971711847784 + ] + ] + ], + "type": "Polygon" + }, + "id": "2535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8097957316582, + -12.094973808722736, + -76.80015008830567, + -12.084592753757244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.80548151461645, + -12.084592753757244 + ] + ] + ], + "type": "Polygon" + }, + "id": "2536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82349545645432, + -12.143502636734567, + -76.81384799784915, + -12.133121997082878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81918021721812, + -12.133121997082878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09461786684223, + -11.918595524965697, + -77.08497006887757, + -11.908204787330973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.09029831467775, + -11.908204787330973 + ] + ] + ], + "type": "Polygon" + }, + "id": "2538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1257915698647, + -11.835100889653022, + -77.1161454761648, + -11.824708221099758 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.12147230246066, + -11.824708221099758 + ] + ] + ], + "type": "Polygon" + }, + "id": "2539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94081645971372, + -12.170858036118636, + -76.93116508341356, + -12.160474898665019 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.9364976666689, + -12.160474898665019 + ] + ] + ], + "type": "Polygon" + }, + "id": "2541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14415781260227, + -11.931311623337159, + -77.13450839393896, + -11.92091986944589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13983677451922, + -11.92091986944589 + ], + [ + -77.14415781260227, + -11.923964910722063 + ], + [ + -77.14365418330634, + -11.929160839609521 + ], + [ + -77.13882938878419, + -11.931311623337159 + ], + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13983677451922, + -11.92091986944589 + ] + ] + ], + "type": "Polygon" + }, + "id": "2545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10606499872007, + -11.943317988322512, + -77.09641617580816, + -11.932927329533861 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.10174481199236, + -11.932927329533861 + ] + ] + ], + "type": "Polygon" + }, + "id": "2546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03986388287308, + -12.101998447991884, + -77.03021200510881, + -12.091611784472136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.03554334469659, + -12.091611784472136 + ] + ] + ], + "type": "Polygon" + }, + "id": "2550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79079265105217, + -11.959433393634688, + -76.78115156025832, + -11.949050772398415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.7864807617304, + -11.949050772398415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64526219633794, + -12.26718349661327, + -76.63561590799253, + -12.25680940396179 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.64095021645811, + -12.25680940396179 + ] + ] + ], + "type": "Polygon" + }, + "id": "2552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75338530399935, + -12.2937171348675, + -76.7437352511945, + -12.283340718234006 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.74906998094876, + -12.283340718234006 + ] + ] + ], + "type": "Polygon" + }, + "id": "2554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07481779677431, + -11.932388775448214, + -77.06517008802307, + -11.921998717794605 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.0704985883879, + -11.921998717794605 + ] + ] + ], + "type": "Polygon" + }, + "id": "2557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81967469397878, + -12.229590417967712, + -76.81002476775188, + -12.219211260126942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.81535840967001, + -12.219211260126942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98182118358315, + -11.75019552330152, + -76.97218128017009, + -11.739805214196464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.97750689554435, + -11.739805214196464 + ] + ] + ], + "type": "Polygon" + }, + "id": "2560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88215062021254, + -12.25152152765057, + -76.87249837622252, + -12.24114116128003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.87783233976172, + -12.24114116128003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04509159362469, + -11.90587309459198, + -77.03544543024839, + -11.895483381275465 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.04077353317787, + -11.895483381275465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.878337078944, + -12.14894545581545, + -76.86868799841501, + -12.138563526203534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.87402027230871, + -12.138563526203534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12443008035315, + -12.039517663671987, + -77.114777928462, + -12.029127984060972 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1201081211839, + -12.029127984060972 + ], + [ + -77.12443008035315, + -12.032173730934714 + ], + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.11528213057862, + -12.03127704443239 + ], + [ + -77.1201081211839, + -12.029127984060972 + ] + ] + ], + "type": "Polygon" + }, + "id": "2565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87528626194765, + -11.991390150808773, + -76.86564196167504, + -11.981005879114145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.87097164069043, + -11.981005879114145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0246048485087, + -12.069037586166512, + -77.01495434427693, + -12.058650788559007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.02028515940474, + -12.058650788559007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91104485593085, + -11.766840984654783, + -76.90140630130954, + -11.75645264736785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.90673225676763, + -11.75645264736785 + ] + ] + ], + "type": "Polygon" + }, + "id": "2570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91337112531903, + -12.073789386659469, + -76.90372336396166, + -12.063405410260996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.90905437110939, + -12.063405410260996 + ] + ] + ], + "type": "Polygon" + }, + "id": "2571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83721786863538, + -12.003348233689533, + -76.82757422369971, + -11.99296509359813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.8329041246516, + -11.99296509359813 + ] + ] + ], + "type": "Polygon" + }, + "id": "2580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71918724826193, + -12.12526018407223, + -76.70954315756991, + -12.11488189987095 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7148751161511, + -12.11488189987095 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.71005315827308, + -12.117021122447646 + ], + [ + -76.7148751161511, + -12.11488189987095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86081583960599, + -12.186514981531358, + -76.85116610206688, + -12.176134090485021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.85649900803959, + -12.176134090485021 + ] + ] + ], + "type": "Polygon" + }, + "id": "2583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73976841292115, + -12.056566856187368, + -76.73012580925446, + -12.046186982557497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.73545662988562, + -12.046186982557497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96819333120271, + -11.98483377712092, + -76.95854679195745, + -11.974447100468128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.96387628249312, + -11.974447100468128 + ] + ] + ], + "type": "Polygon" + }, + "id": "2585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1122566902025, + -12.069788009656753, + -77.10260394061443, + -12.059399085287875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.10793465029742, + -12.059399085287875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04895775800723, + -12.008511852803842, + -77.0393084368514, + -11.998123543722096 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.04463822467225, + -11.998123543722096 + ] + ] + ], + "type": "Polygon" + }, + "id": "2589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08474950688489, + -11.972695602175502, + -77.07510034554939, + -11.962305889934541 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.08042949576729, + -11.962305889934541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00926724726547, + -11.847291125036968, + -76.99962374584764, + -11.83690146312503 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -77.00495092794894, + -11.83690146312503 + ] + ] + ], + "type": "Polygon" + }, + "id": "2598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94462861091085, + -12.17909770116829, + -76.9349768891922, + -12.168714600952889 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.94030960476705, + -12.168714600952889 + ] + ] + ], + "type": "Polygon" + }, + "id": "2600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67743235132811, + -11.940307416789029, + -76.66779492281462, + -11.92992739774878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67312383841268, + -11.92992739774878 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.66779492281462, + -11.937258048312156 + ], + [ + -76.66830521173635, + -11.93206809389619 + ], + [ + -76.67312383841268, + -11.92992739774878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95601502865357, + -12.015091268003694, + -76.94636790359904, + -12.004705342843383 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.95169790468015, + -12.004705342843383 + ] + ] + ], + "type": "Polygon" + }, + "id": "2604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13278380059317, + -12.001003431934528, + -77.12313258829204, + -11.990612973088822 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.13278380059317, + -11.993658458368763 + ], + [ + -77.13227990299116, + -11.99885373975145 + ], + [ + -77.12745421155451, + -12.001003431934528 + ], + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.12846213391161, + -11.990612973088822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96974154623786, + -12.063630252344392, + -76.96009261718011, + -12.053244722626875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.9654234042806, + -12.053244722626875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00320155665705, + -11.909625508393267, + -76.9935563544014, + -11.899236875100273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.99888456913847, + -11.899236875100273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77247281776803, + -12.14628942077186, + -76.7628266493577, + -12.135910114032212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.76815893874515, + -12.135910114032212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82122765080733, + -12.025351076487961, + -76.81158377736259, + -12.014968668492562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.81691404996725, + -12.014968668492562 + ] + ] + ], + "type": "Polygon" + }, + "id": "2612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94156593498658, + -12.115892578880805, + -76.93191617959626, + -12.105508554440995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.93724785575174, + -12.105508554440995 + ] + ] + ], + "type": "Polygon" + }, + "id": "2613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99565369454534, + -12.081914017958928, + -76.9860035501361, + -12.071528129684555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.99133461091523, + -12.071528129684555 + ] + ] + ], + "type": "Polygon" + }, + "id": "2614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98121164681059, + -12.182714784585603, + -76.971558867045, + -12.172330836996954 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.97689160545603, + -12.172330836996954 + ] + ] + ], + "type": "Polygon" + }, + "id": "2615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07711887471226, + -11.956214231460258, + -77.06747039761865, + -11.945824463603369 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.07279928703511, + -11.945824463603369 + ] + ] + ], + "type": "Polygon" + }, + "id": "2616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07796777753981, + -12.090017071802565, + -77.06831528879454, + -12.079629291975941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.07364638084945, + -12.079629291975941 + ] + ] + ], + "type": "Polygon" + }, + "id": "2619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87529289996469, + -12.274422346612695, + -76.86564015332607, + -12.264042531254415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.87097449995463, + -12.264042531254415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89737758792424, + -12.095795736383323, + -76.88772959069193, + -12.085412498073861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.89306097366503, + -12.085412498073861 + ] + ] + ], + "type": "Polygon" + }, + "id": "2622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13111831057034, + -11.827752947464843, + -77.12147230246066, + -11.81736004889133 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.12679899976992, + -11.81736004889133 + ] + ] + ], + "type": "Polygon" + }, + "id": "2623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09080266070926, + -11.910354689770672, + -77.0811552045166, + -11.899963926766429 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.08648332010542, + -11.899963926766429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02005460216034, + -12.11577588601701, + -77.01040282007175, + -12.105389922716842 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.01573441093748, + -12.105389922716842 + ] + ] + ], + "type": "Polygon" + }, + "id": "2626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00471818435179, + -11.894042493476519, + -76.99507340734154, + -11.883653600704784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -77.00040136389352, + -11.883653600704784 + ] + ] + ], + "type": "Polygon" + }, + "id": "2627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7922303815193, + -12.321170358845187, + -76.78257845710934, + -12.31079341979004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.78791362493777, + -12.31079341979004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13119516399426, + -11.922176169324402, + -77.12154634113276, + -11.911784596993519 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.12687459163392, + -11.911784596993519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11441781250561, + -11.904799575567925, + -77.10476992763311, + -11.894408160460682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.1100979175991, + -11.894408160460682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91720989427992, + -12.270722908724403, + -76.90755615343708, + -12.260341984983807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.91720989427992, + -12.263390750702465 + ], + [ + -76.91670255239688, + -12.268581265758495 + ], + [ + -76.91187559543366, + -12.270722908724403 + ], + [ + -76.90755615343708, + -12.267674059301243 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.91289040570933, + -12.260341984983807 + ] + ] + ], + "type": "Polygon" + }, + "id": "2632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99631875879625, + -11.838153274049422, + -76.98667586272519, + -11.827763803201297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.99200290904106, + -11.827763803201297 + ] + ] + ], + "type": "Polygon" + }, + "id": "2634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96747771397919, + -12.134179419094641, + -76.95782673872998, + -12.123795039732535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.96315869106571, + -12.123795039732535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829012060922, + -12.007870059072909, + -76.87325621311865, + -11.997485842792795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.87858615809022, + -11.997485842792795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691062349054, + -12.124226767146027, + -76.8572625832918, + -12.113844733660192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.86259445766846, + -12.113844733660192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06191729502154, + -12.017650850431865, + -77.05226737172774, + -12.007262361479247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.05759729322253, + -12.007262361479247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98943919023921, + -11.766677040821099, + -76.9797985995285, + -11.756286764524805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.98512447777946, + -11.756286764524805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81968870833727, + -12.135263254159465, + -76.81004159756091, + -12.124882580218838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.81537368311254, + -12.124882580218838 + ] + ] + ], + "type": "Polygon" + }, + "id": "2647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00697256158621, + -11.823465831933872, + -76.99732982863519, + -11.813075896591227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -77.00265662142002, + -11.813075896591227 + ] + ] + ], + "type": "Polygon" + }, + "id": "2648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10750749440943, + -11.833313749730586, + -77.09786191249252, + -11.822921498904496 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.10318873666509, + -11.822921498904496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12817215310874, + -11.953349839815935, + -77.11852247676327, + -11.942958791424445 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.12385124497351, + -11.942958791424445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04587502049098, + -11.945281819451404, + -77.0362276628, + -11.934892654570909 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.04155641339915, + -11.934892654570909 + ] + ] + ], + "type": "Polygon" + }, + "id": "2652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78541540931056, + -12.155438065375412, + -76.77576861808238, + -12.145058576190332 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.78110105309086, + -12.145058576190332 + ] + ] + ], + "type": "Polygon" + }, + "id": "2653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05585726898558, + -12.07997796710415, + -77.04620564070719, + -12.06959057217443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.05153659695456, + -12.06959057217443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13723954836676, + -11.859824150089977, + -77.12759243218163, + -11.849431548483409 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.13291964747589, + -11.849431548483409 + ] + ] + ], + "type": "Polygon" + }, + "id": "2655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95140805102105, + -11.873068314480866, + -76.94176527831635, + -11.86268043858299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.94176527831635, + -11.87002173287223 + ], + [ + -76.9422716451797, + -11.864827848233212 + ], + [ + -76.94709294538778, + -11.86268043858299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03751529628965, + -11.98379037087774, + -77.02786700403321, + -11.973401974586853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.03319639914388, + -11.973401974586853 + ] + ] + ], + "type": "Polygon" + }, + "id": "2659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09159180734096, + -11.949766691558555, + -77.08194315672488, + -11.93937647776818 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.08727191986792, + -11.93937647776818 + ] + ] + ], + "type": "Polygon" + }, + "id": "2665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88137893371969, + -12.023446043961911, + -76.87173351657117, + -12.01306209939263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.87706371930956, + -12.01306209939263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16991092647456, + -11.760716721199788, + -77.16026594886114, + -11.750321980017777 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16559148204323, + -11.750321980017777 + ], + [ + -77.16991092647456, + -11.753365922992868 + ], + [ + -77.16940792424217, + -11.758563345493853 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.16559148204323, + -11.750321980017777 + ] + ] + ], + "type": "Polygon" + }, + "id": "2670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08093406459781, + -11.964454921104108, + -77.07128524535256, + -11.954065180827103 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.07661426519057, + -11.954065180827103 + ] + ] + ], + "type": "Polygon" + }, + "id": "2671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995850616275, + -12.281752645915988, + -76.86030568184812, + -12.271373086328103 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.86564015332607, + -12.271373086328103 + ] + ] + ], + "type": "Polygon" + }, + "id": "2672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89052382059688, + -12.118704658969282, + -76.88087532054355, + -12.108321948584575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.88620708657994, + -12.108321948584575 + ] + ] + ], + "type": "Polygon" + }, + "id": "2673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84939022090794, + -12.161796818467113, + -76.8397415250193, + -12.15141581829942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.84507403071969, + -12.15141581829942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16999908652078, + -11.855154411827664, + -77.16035129477551, + -11.844760956069045 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16999908652078, + -11.847805381336494 + ], + [ + -77.16949593887698, + -11.85300216104613 + ], + [ + -77.16467195798772, + -11.855154411827664 + ], + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.16567838046029, + -11.844760956069045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93319291787175, + -12.154378660534627, + -76.92354223259106, + -12.143995449971161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.92887455108327, + -12.143995449971161 + ] + ] + ], + "type": "Polygon" + }, + "id": "2677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853106855055, + -12.162704144018704, + -76.8488821024737, + -12.152322928996288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.85421461717061, + -12.152322928996288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03683149687726, + -12.133157318133431, + -77.02717876671738, + -12.122771215509802 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.03683149687726, + -12.125818222214791 + ], + [ + -77.03632604599919, + -12.131011326023714 + ], + [ + -77.03149959506722, + -12.133157318133431 + ], + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.0325106237009, + -12.122771215509802 + ] + ] + ], + "type": "Polygon" + }, + "id": "2681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12435517399678, + -11.945108985652572, + -77.11470583880276, + -11.934717909802991 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.12003447719874, + -11.934717909802991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77619764805142, + -12.437439562927047, + -76.76654268059508, + -12.427065043813306 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.77619764805142, + -12.430115892154502 + ], + [ + -76.7756880742814, + -12.435303205698299 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.77187977681302, + -12.427065043813306 + ] + ] + ], + "type": "Polygon" + }, + "id": "2683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04974191636096, + -12.047916078330987, + -77.04009140012614, + -12.037528343122277 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.04542183601639, + -12.037528343122277 + ] + ] + ], + "type": "Polygon" + }, + "id": "2684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9080518432731, + -12.175476323623071, + -76.89840118724706, + -12.16509407479 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.90373387556885, + -12.16509407479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07935855591272, + -11.885632148271899, + -77.06971212540458, + -11.87524131189656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.0750398501093, + -11.87524131189656 + ] + ] + ], + "type": "Polygon" + }, + "id": "2687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90269868256249, + -11.994099909662816, + -76.89305357807018, + -11.983714994469434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.89838328087936, + -11.983714994469434 + ] + ] + ], + "type": "Polygon" + }, + "id": "2688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00865302030483, + -12.18542477526524, + -76.99899945202547, + -12.175040194779422 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -77.00433220466367, + -12.175040194779422 + ] + ] + ], + "type": "Polygon" + }, + "id": "2691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8813829231413, + -12.117799098978793, + -76.87173469152853, + -12.107416602738832 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.87706644953575, + -12.107416602738832 + ] + ] + ], + "type": "Polygon" + }, + "id": "2694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06494648783838, + -11.986484844473702, + -77.05529741689203, + -11.976095817797036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.0606268211157, + -11.976095817797036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16307603955399, + -11.783658672510283, + -77.15343054845894, + -11.773264403165786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.15875647001384, + -11.773264403165786 + ] + ] + ], + "type": "Polygon" + }, + "id": "2698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93773421930318, + -12.013287550087032, + -76.92808762440744, + -12.002902050643218 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.9334176131145, + -12.002902050643218 + ] + ] + ], + "type": "Polygon" + }, + "id": "2700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79371459226118, + -12.494190877966208, + -76.78405745413016, + -12.483816928374733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78939548109929, + -12.483816928374733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79681219510289, + -12.27447255221277, + -76.78716154246202, + -12.264094712620379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.79249593694738, + -12.264094712620379 + ] + ] + ], + "type": "Polygon" + }, + "id": "2702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90196299197692, + -12.237765764290284, + -76.89231063621325, + -12.227384676696394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.89764435727372, + -12.227384676696394 + ] + ] + ], + "type": "Polygon" + }, + "id": "2705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538645626344, + -12.234134967490016, + -76.85573517552187, + -12.223754735063281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.86106886416681, + -12.223754735063281 + ] + ] + ], + "type": "Polygon" + }, + "id": "2706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00705382909415, + -12.012255735840393, + -76.99740546873689, + -12.001868509771459 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -77.0027353689695, + -12.001868509771459 + ] + ] + ], + "type": "Polygon" + }, + "id": "2707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12824817600671, + -12.047758270061387, + -77.1185956827666, + -12.03736862272385 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.12392600537757, + -12.03736862272385 + ] + ] + ], + "type": "Polygon" + }, + "id": "2708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07403078705694, + -11.892977259071145, + -77.06438427257368, + -11.882586656394539 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06971212540458, + -11.882586656394539 + ] + ] + ], + "type": "Polygon" + }, + "id": "2713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87681395107384, + -12.164517993302484, + -76.86716444605122, + -12.154136349321027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.87249697791411, + -12.154136349321027 + ] + ] + ], + "type": "Polygon" + }, + "id": "2714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1865944650517, + -11.683641252918497, + -77.17695136851692, + -11.673245102769489 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18227560717929, + -11.673245102769489 + ], + [ + -77.1865944650517, + -11.676288490006417 + ], + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.17745414374338, + -11.675399755690567 + ], + [ + -77.18227560717929, + -11.673245102769489 + ] + ] + ], + "type": "Polygon" + }, + "id": "2716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04901066108525, + -12.10289883561904, + -77.03935852321271, + -12.09251196219065 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.04468986604563, + -12.09251196219065 + ] + ] + ], + "type": "Polygon" + }, + "id": "2717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8158822143545, + -12.127023860239479, + -76.80623545146716, + -12.116643152465176 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.81156740316037, + -12.116643152465176 + ] + ] + ], + "type": "Polygon" + }, + "id": "2718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0900137086616, + -11.870940968637248, + -77.08036744660036, + -11.860549666198105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.08569491479025, + -11.860549666198105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02846614419282, + -12.171652516954262, + -77.01881247887209, + -12.16126722916651 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02414498086875, + -12.16126722916651 + ], + [ + -77.02846614419282, + -12.16431449321725 + ], + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.02414498086875, + -12.16126722916651 + ] + ] + ], + "type": "Polygon" + }, + "id": "2720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05125723515641, + -12.032334407230577, + -77.04160714505116, + -12.02194639930236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.04693732230807, + -12.02194639930236 + ] + ] + ], + "type": "Polygon" + }, + "id": "2722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78466401748506, + -12.11605971061547, + -76.77501842160657, + -12.10567961900377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.78035020739046, + -12.10567961900377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74360712497561, + -11.970473819105669, + -76.73396698338789, + -11.960092554991206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73929638398302, + -11.960092554991206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82354699631263, + -11.766082407028293, + -76.81391078391188, + -11.755696244075533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.81822094588884, + -11.766082407028293 + ], + [ + -76.81391078391188, + -11.763035280134243 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81923678657466, + -11.755696244075533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94385726957421, + -12.139708052479017, + -76.93420674371403, + -12.12932434511978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.93953881039543, + -12.12932434511978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02373272337455, + -11.840843928883379, + -77.01408904283888, + -11.830453822804593 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01941610198614, + -11.830453822804593 + ] + ] + ], + "type": "Polygon" + }, + "id": "2732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92939953204119, + -12.24048603267182, + -76.91974637502598, + -12.230104306330496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.92508011749975, + -12.230104306330496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89739491282927, + -12.284478223796942, + -76.88774128201285, + -12.274098023335924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.89739491282927, + -12.277147038398684 + ], + [ + -76.89688727223104, + -12.282337191936538 + ], + [ + -76.89206037017178, + -12.284478223796942 + ], + [ + -76.88774128201285, + -12.28142912505398 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.89307577780946, + -12.274098023335924 + ] + ] + ], + "type": "Polygon" + }, + "id": "2735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8661486682394, + -12.179182987927605, + -76.85649900803959, + -12.168801845461305 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.86183178939704, + -12.168801845461305 + ] + ] + ], + "type": "Polygon" + }, + "id": "2736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7754736830557, + -12.303780856951366, + -76.76582273070468, + -12.29340404861493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.77115761853997, + -12.29340404861493 + ] + ] + ], + "type": "Polygon" + }, + "id": "2737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70856953173575, + -12.045599572180205, + -76.69892810804217, + -12.035220325916058 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70425875500446, + -12.035220325916058 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.69943813063664, + -12.03736034580151 + ], + [ + -76.70425875500446, + -12.035220325916058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84100821254681, + -12.200269694046797, + -76.831358591519, + -12.189889522110036 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.83669173720654, + -12.189889522110036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78762394924537, + -12.462153826029496, + -76.77796793385436, + -12.45177945605536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78330543379711, + -12.45177945605536 + ], + [ + -76.78762394924537, + -12.454830304752283 + ], + [ + -76.78711449582828, + -12.460017543626956 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.78330543379711, + -12.45177945605536 + ] + ] + ], + "type": "Polygon" + }, + "id": "2744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85014468286874, + -12.295502565632368, + -76.84049197407354, + -12.285123733268255 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.84582668600476, + -12.285123733268255 + ] + ] + ], + "type": "Polygon" + }, + "id": "2745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00176299786533, + -12.11397260848608, + -76.99211173955172, + -12.10358706673466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.99744332190157, + -12.10358706673466 + ] + ] + ], + "type": "Polygon" + }, + "id": "2746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76564245595492, + -12.074862990807812, + -76.75599860349702, + -12.064482741108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.76132971745655, + -12.064482741108 + ] + ] + ], + "type": "Polygon" + }, + "id": "2747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0703349307986, + -12.073536375047397, + -77.06068312707207, + -12.063148527768899 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.06601395796446, + -12.063148527768899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16715470121093, + -12.075169599316615, + -77.15750042128047, + -12.064779430390404 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1628311331636, + -12.064779430390404 + ], + [ + -77.16715470121093, + -12.067824943493186 + ], + [ + -77.16665117149279, + -12.073020079619077 + ], + [ + -77.1618239463805, + -12.075169599316615 + ], + [ + -77.15750042128047, + -12.072124002063363 + ], + [ + -77.15800407833609, + -12.066928969273015 + ], + [ + -77.1628311331636, + -12.064779430390404 + ] + ] + ], + "type": "Polygon" + }, + "id": "2753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09698738092632, + -12.036825937858756, + -77.08733599861402, + -12.026436883243004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.09266618760824, + -12.026436883243004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91487853096186, + -11.963846711209866, + -76.90523400821306, + -11.953461046252908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91056320267586, + -11.953461046252908 + ], + [ + -76.91487853096186, + -11.956508342537257 + ], + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.90574102768167, + -11.955606550085479 + ], + [ + -76.91056320267586, + -11.953461046252908 + ] + ] + ], + "type": "Polygon" + }, + "id": "2757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89736893305216, + -12.001436935766025, + -76.88772375014693, + -11.991052262564429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.89305357807018, + -11.991052262564429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19583084108194, + -11.778980406577917, + -77.18618467963327, + -11.76858528851828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.19151046884912, + -11.76858528851828 + ], + [ + -77.19583084108194, + -11.771629091257022 + ], + [ + -77.1953281749742, + -11.776826702005023 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.18618467963327, + -11.775936517746173 + ], + [ + -77.18668747295835, + -11.770739010444487 + ], + [ + -77.19151046884912, + -11.76858528851828 + ] + ] + ], + "type": "Polygon" + }, + "id": "2759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78837651688941, + -12.501513547699618, + -76.77871930357774, + -12.491139865698424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.78786701183934, + -12.499377772813531 + ], + [ + -76.78303831785598, + -12.501513547699618 + ], + [ + -76.77871930357774, + -12.498462452869036 + ], + [ + -76.77922893479231, + -12.493275665724992 + ], + [ + -76.78405745413016, + -12.491139865698424 + ] + ] + ], + "type": "Polygon" + }, + "id": "2760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95143246652654, + -11.967452419592403, + -76.94178688090612, + -11.957065901046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.94711610176398, + -11.957065901046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08547450112606, + -11.917699705791007, + -77.0758269605816, + -11.907309177459288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.0811552045166, + -11.907309177459288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87604868396787, + -12.030781755285863, + -76.86640318907013, + -12.020398054479426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.87173351657117, + -12.020398054479426 + ] + ] + ], + "type": "Polygon" + }, + "id": "2767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0298409501669, + -11.872910226656103, + -77.02019615822763, + -11.86252041905564 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.02552373759718, + -11.86252041905564 + ] + ] + ], + "type": "Polygon" + }, + "id": "2768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99180438549077, + -11.979294297096718, + -76.9821574006092, + -11.968906956472166 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.98748677501405, + -11.968906956472166 + ] + ] + ], + "type": "Polygon" + }, + "id": "2770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02308823655964, + -12.08461743699039, + -77.01343730639964, + -12.07423091593872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.01876838008928, + -12.07423091593872 + ] + ] + ], + "type": "Polygon" + }, + "id": "2771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95220434338768, + -12.006851090453157, + -76.9425575631673, + -11.99646513630463 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.9478874322068, + -11.99646513630463 + ] + ] + ], + "type": "Polygon" + }, + "id": "2773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75806758942969, + -11.964048280664633, + -76.74842724625185, + -11.953666555045263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.75375653646535, + -11.953666555045263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96667474392754, + -12.000413456293177, + -76.9570277796078, + -11.990027048371896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.96235752829425, + -11.990027048371896 + ] + ] + ], + "type": "Polygon" + }, + "id": "2775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95676160726923, + -11.960112885140752, + -76.94711610176398, + -11.94972612717544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.95244519658586, + -11.94972612717544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08850077601055, + -11.886527601796452, + -77.0788540878124, + -11.876136555843043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.08418181456646, + -11.876136555843043 + ] + ] + ], + "type": "Polygon" + }, + "id": "2777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94073120359914, + -11.793359296701553, + -76.93109108262607, + -11.78297058181196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.93641744833056, + -11.78297058181196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0809962963108, + -12.05885317922994, + -77.07134466065249, + -12.048464847686049 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.07667523504853, + -12.048464847686049 + ] + ] + ], + "type": "Polygon" + }, + "id": "2780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85167422604685, + -12.185607306478653, + -76.84202475861622, + -12.175226630141367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.84735765565996, + -12.175226630141367 + ] + ] + ], + "type": "Polygon" + }, + "id": "2781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88366461822775, + -12.047261475315832, + -76.8740184304916, + -12.036877833953087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.87934902399441, + -12.036877833953087 + ] + ] + ], + "type": "Polygon" + }, + "id": "2782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82121409016625, + -12.119692172334807, + -76.81156740316037, + -12.109311215168173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.8168992310733, + -12.109311215168173 + ] + ] + ], + "type": "Polygon" + }, + "id": "2783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8592942557803, + -12.107747581860176, + -76.84964690943727, + -12.09736548140206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.85497851726329, + -12.09736548140206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75426565658444, + -11.95580868604865, + -76.74462566218604, + -11.945426935893458 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.74995481790896, + -11.945426935893458 + ] + ] + ], + "type": "Polygon" + }, + "id": "2787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89127469113346, + -11.96937973852488, + -76.88163062447667, + -11.95899474244277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.88695992907185, + -11.95899474244277 + ] + ] + ], + "type": "Polygon" + }, + "id": "2788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11074376508378, + -12.085371051439017, + -77.10109058858718, + -12.074982402972966 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.11074376508378, + -12.07802849373271 + ], + [ + -77.11023942634672, + -12.083222870002887 + ], + [ + -77.10541275265375, + -12.085371051439017 + ], + [ + -77.10109058858718, + -12.08232487639249 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.10642155726029, + -12.074982402972966 + ] + ] + ], + "type": "Polygon" + }, + "id": "2790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78694231969774, + -12.139868760117272, + -76.77729595190407, + -12.129488985438794 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.78262812941264, + -12.129488985438794 + ] + ] + ], + "type": "Polygon" + }, + "id": "2791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06573259012981, + -12.025891339275825, + -77.05608232424032, + -12.015502880892862 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.06141237639868, + -12.015502880892862 + ] + ] + ], + "type": "Polygon" + }, + "id": "2792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96214571582613, + -12.141515808076319, + -76.95249466003455, + -12.131131676211412 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.95782673872998, + -12.131131676211412 + ] + ] + ], + "type": "Polygon" + }, + "id": "2795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12125738502664, + -11.881865805966518, + -77.11161001193271, + -11.871473900013967 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.11693761432262, + -11.871473900013967 + ] + ] + ], + "type": "Polygon" + }, + "id": "2796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.952976410676, + -12.046247954513246, + -76.9433284355632, + -12.035862574526071 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.94865895294006, + -12.035862574526071 + ] + ] + ], + "type": "Polygon" + }, + "id": "2797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02455907387524, + -11.974651198448424, + -77.01491138541378, + -11.96426298476267 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.02024064583352, + -11.96426298476267 + ] + ] + ], + "type": "Polygon" + }, + "id": "2798", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78990494026031, + -12.485952944729998, + -76.78024815132517, + -12.47557894328465 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.7855860438105, + -12.47557894328465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99184059937454, + -12.073673895338537, + -76.98219079912576, + -12.063287974297868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.98752172830943, + -12.063287974297868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0261675656029, + -12.147834518214799, + -77.01651467011001, + -12.137448908479216 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.0261675656029, + -12.140496083603848 + ], + [ + -77.02566194223343, + -12.145688941028235 + ], + [ + -77.0208354085721, + -12.147834518214799 + ], + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.02184678215784, + -12.137448908479216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95899983542255, + -11.795155106800816, + -76.94935918532377, + -11.784765964851912 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.95468556320508, + -11.784765964851912 + ] + ] + ], + "type": "Polygon" + }, + "id": "2806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76630263082971, + -12.397163006815164, + -76.756649135724, + -12.386788031724407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.76096614774893, + -12.397163006815164 + ], + [ + -76.756649135724, + -12.394112162068588 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.76198557004037, + -12.386788031724407 + ] + ] + ], + "type": "Polygon" + }, + "id": "2807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9591064247413, + -12.17266706512587, + -76.94945451808886, + -12.162283503220197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.95478711354414, + -12.162283503220197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97730198137448, + -11.891347326429747, + -76.96765799207448, + -11.880959069894597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.97298593407072, + -11.880959069894597 + ] + ] + ], + "type": "Polygon" + }, + "id": "2810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74957968582997, + -12.285478493403485, + -76.73992998261254, + -12.275102035490733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.74526457754266, + -12.275102035490733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0541786417966, + -11.812359516219987, + -77.0445350322822, + -11.801968273606771 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.04986158517134, + -11.801968273606771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04284460853955, + -11.976448255628808, + -77.03319639914388, + -11.966059620668656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.03852566669653, + -11.966059620668656 + ] + ] + ], + "type": "Polygon" + }, + "id": "2816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15322054814399, + -11.837779639503378, + -77.14357369035685, + -11.827386346247653 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.1489005177688, + -11.827386346247653 + ] + ] + ], + "type": "Polygon" + }, + "id": "2820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85547931774833, + -12.288173242708043, + -76.84582668600476, + -12.277794153573959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.85116127342422, + -12.277794153573959 + ] + ] + ], + "type": "Polygon" + }, + "id": "2822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93548383025, + -12.17819275910546, + -76.92583237423798, + -12.16780987135991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.93116508341356, + -12.16780987135991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80519985373853, + -12.23600974044167, + -76.7955501242525, + -12.225631053012362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.800883879674, + -12.225631053012362 + ] + ] + ], + "type": "Polygon" + }, + "id": "2826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8189046068862, + -12.28453309029793, + -76.80925306023815, + -12.274154860633438 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.81458760961887, + -12.274154860633438 + ] + ] + ], + "type": "Polygon" + }, + "id": "2828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75654030311811, + -11.97962053365323, + -76.7468995372939, + -11.96923907647209 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.75222908458315, + -11.96923907647209 + ] + ] + ], + "type": "Polygon" + }, + "id": "2829", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84254769308563, + -11.996013293336558, + -76.8329041246516, + -11.985629910098146 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.8382339015434, + -11.985629910098146 + ] + ] + ], + "type": "Polygon" + }, + "id": "2830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9795946891586, + -11.91516986775133, + -76.96994993079112, + -11.90478189477377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.97527826249633, + -11.90478189477377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9583068478496, + -12.038909940017799, + -76.94865895294006, + -12.028524316894453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.95398934419251, + -12.028524316894453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00623467534055, + -11.878459089728938, + -76.99659032355171, + -11.868069939027649 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -77.00191802193604, + -11.868069939027649 + ] + ] + ], + "type": "Polygon" + }, + "id": "2833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87528847332885, + -12.08574586534273, + -76.86564135924378, + -12.07536302307523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.87097259322236, + -12.07536302307523 + ] + ] + ], + "type": "Polygon" + }, + "id": "2834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1219760809092, + -11.826859795205676, + -77.11233032816088, + -11.816467105249679 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.11765702470714, + -11.816467105249679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71621615603424, + -11.967750777571155, + -76.7065768434714, + -11.95737017009965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.71190620590386, + -11.95737017009965 + ] + ] + ], + "type": "Polygon" + }, + "id": "2836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85396660961945, + -12.020732771294536, + -76.84432200018188, + -12.010349471649048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84965217719414, + -12.010349471649048 + ] + ] + ], + "type": "Polygon" + }, + "id": "2839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12348732532377, + -11.811270697584753, + -77.11384199892753, + -11.800877757312 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11916843684257, + -11.800877757312 + ] + ] + ], + "type": "Polygon" + }, + "id": "2840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08856520156469, + -11.980936274223408, + -77.07891569820038, + -11.970546590474655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.08424497875649, + -11.970546590474655 + ] + ] + ], + "type": "Polygon" + }, + "id": "2841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05355707212351, + -12.056156448108796, + -77.0439062129774, + -12.045768744898105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.0492367797098, + -12.045768744898105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92022296385439, + -12.050876873530683, + -76.91057570616259, + -12.04049237635317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.91590632983953, + -12.04049237635317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83034170162257, + -12.214930732301427, + -76.82069192766265, + -12.204551066530378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.82602532164168, + -12.204551066530378 + ] + ] + ], + "type": "Polygon" + }, + "id": "2844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01316322798309, + -12.044316809371983, + -77.00351375454326, + -12.033929915985453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -77.00884417588966, + -12.033929915985453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11528213057862, + -12.038620688012132, + -77.10563023473473, + -12.028231216481325 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1109604264904, + -12.028231216481325 + ], + [ + -77.11528213057862, + -12.03127704443239 + ], + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.1109604264904, + -12.028231216481325 + ] + ] + ], + "type": "Polygon" + }, + "id": "2851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8798600696277, + -12.133372490268764, + -76.87021141356865, + -12.122990276570592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.87554342951047, + -12.122990276570592 + ] + ] + ], + "type": "Polygon" + }, + "id": "2854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07942031256917, + -11.980039199398147, + -77.06977106704197, + -11.969649724904366 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.07510034554939, + -11.969649724904366 + ] + ] + ], + "type": "Polygon" + }, + "id": "2856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06337486482022, + -11.907666520567822, + -77.0537281828835, + -11.89727638662201 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.05905629170415, + -11.89727638662201 + ] + ] + ], + "type": "Polygon" + }, + "id": "2857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95828042148251, + -11.94453268187437, + -76.9486353408346, + -11.934145659065363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.95396417761869, + -11.934145659065363 + ] + ] + ], + "type": "Polygon" + }, + "id": "2858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9605990259032, + -12.062728099463023, + -76.95095036104674, + -12.052342781938533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.95628114251029, + -12.052342781938533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01320568510995, + -12.138692661593334, + -77.00355339485478, + -12.128307225948928 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -77.00888537158838, + -12.128307225948928 + ] + ] + ], + "type": "Polygon" + }, + "id": "2861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89815190097329, + -12.229526432999272, + -76.88849989163118, + -12.219145305580358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.89383347978536, + -12.219145305580358 + ] + ] + ], + "type": "Polygon" + }, + "id": "2862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98192107096894, + -12.033374364815163, + -76.9722727289237, + -12.02298807481212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.97760300477647, + -12.02298807481212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99109961549759, + -12.128648213372443, + -76.98144819410301, + -12.118263163927699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.98678003025627, + -12.118263163927699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91491984331192, + -12.246912128698881, + -76.90526687381184, + -12.2365308683513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.91060073503643, + -12.2365308683513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18447098120822, + -11.848697275781083, + -77.17482302387546, + -11.838303382738747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18014997893674, + -11.838303382738747 + ], + [ + -77.18447098120822, + -11.841347643129371 + ], + [ + -77.18396804711183, + -11.846544641387766 + ], + [ + -77.17914398350719, + -11.848697275781083 + ], + [ + -77.17482302387546, + -11.84565292973757 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.18014997893674, + -11.838303382738747 + ] + ] + ], + "type": "Polygon" + }, + "id": "2870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81742238691689, + -12.017111383615253, + -76.80777886109321, + -12.006728947370847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.81310899994982, + -12.006728947370847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79307035936323, + -11.983246677080922, + -76.78342849745725, + -11.97286434939582 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.78875809022833, + -11.97286434939582 + ] + ] + ], + "type": "Polygon" + }, + "id": "2872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88824904904286, + -12.283569968311022, + -76.87859568658268, + -12.273189981224208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.88774128201285, + -12.28142912505398 + ], + [ + -76.8829145140852, + -12.283569968311022 + ], + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.88393017454919, + -12.273189981224208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01550312406256, + -12.162510393213736, + -77.00585006390072, + -12.15212527813668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.0111824306617, + -12.15212527813668 + ] + ] + ], + "type": "Polygon" + }, + "id": "2875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0923811486284, + -11.989176936796792, + -77.08273130329674, + -11.978787281996398 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.08806071414938, + -11.978787281996398 + ] + ] + ], + "type": "Polygon" + }, + "id": "2877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10383050403486, + -12.013898863159165, + -77.0941796331701, + -12.003509297940846 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.09950943466207, + -12.003509297940846 + ] + ] + ], + "type": "Polygon" + }, + "id": "2878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17070958406869, + -11.800141251720607, + -77.16106341301479, + -11.789747022001535 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.16638959291652, + -11.789747022001535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99794927493791, + -12.105732562409871, + -76.98829836072704, + -12.095346986200973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.99362981153259, + -12.095346986200973 + ] + ] + ], + "type": "Polygon" + }, + "id": "2880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10527406048391, + -11.903904595965573, + -77.09562643197086, + -11.893513389669979 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.10095442066937, + -11.893513389669979 + ] + ] + ], + "type": "Polygon" + }, + "id": "2881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76186977648064, + -11.972287872955556, + -76.75222908458315, + -11.961906172327307 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.75755850924637, + -11.961906172327307 + ] + ] + ], + "type": "Polygon" + }, + "id": "2882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78241095404331, + -11.997913362515432, + -76.77276894245699, + -11.987531522104266 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.77809878150413, + -11.987531522104266 + ] + ] + ], + "type": "Polygon" + }, + "id": "2883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01090860581317, + -12.114874380922014, + -77.00125708537293, + -12.104488628270735 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -77.00658867211877, + -12.104488628270735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97051594027269, + -12.103025717388379, + -76.96086581586991, + -12.092640775780218 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.96619725148645, + -12.092640775780218 + ] + ] + ], + "type": "Polygon" + }, + "id": "2887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99942860147027, + -11.99577503333129, + -76.98978092872882, + -11.985387749072721 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.99511056613049, + -11.985387749072721 + ] + ] + ], + "type": "Polygon" + }, + "id": "2888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98030426831642, + -11.76578068021312, + -76.97066394029184, + -11.755390616591002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.97598981350984, + -11.755390616591002 + ] + ] + ], + "type": "Polygon" + }, + "id": "2890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92480152827497, + -12.098508976284133, + -76.91515272977358, + -12.088125097358478 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.92048413455646, + -12.088125097358478 + ] + ] + ], + "type": "Polygon" + }, + "id": "2891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09382841833282, + -11.879181883296642, + -77.08418181456646, + -11.868790604208954 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08950941294603, + -11.868790604208954 + ] + ] + ], + "type": "Polygon" + }, + "id": "2892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00553674549941, + -12.027836236164813, + -76.99588795955985, + -12.017449281205034 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -77.00121811817766, + -12.017449281205034 + ] + ] + ], + "type": "Polygon" + }, + "id": "2893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15171043317198, + -11.853369263640472, + -77.14206314863297, + -11.842976223068128 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.14739023486224, + -11.842976223068128 + ] + ] + ], + "type": "Polygon" + }, + "id": "2895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8851920076497, + -12.126038741312613, + -76.87554342951047, + -12.115656279050162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.88087532054355, + -12.115656279050162 + ] + ] + ], + "type": "Polygon" + }, + "id": "2898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70481619278573, + -11.943032497981681, + -76.69517792932324, + -11.932651818871925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.70050688657798, + -11.932651818871925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85700704604267, + -12.178275607725787, + -76.84735765565996, + -12.167894679850365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.85269042824976, + -12.167894679850365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538983772034, + -11.762344835242715, + -76.8557526217784, + -11.751957574465523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.86107853752013, + -11.751957574465523 + ] + ] + ], + "type": "Polygon" + }, + "id": "2901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03609789190278, + -12.188132344183543, + -77.0264435394168, + -12.177747133058633 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03177630379538, + -12.177747133058633 + ], + [ + -77.03609789190278, + -12.180794400980682 + ], + [ + -77.03559234479997, + -12.185987058997313 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.03177630379538, + -12.177747133058633 + ] + ] + ], + "type": "Polygon" + }, + "id": "2902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98114541908464, + -11.993974648809205, + -76.971498271891, + -11.98358778804748 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.97682789953895, + -11.98358778804748 + ] + ] + ], + "type": "Polygon" + }, + "id": "2904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98718154690037, + -11.83725586836311, + -76.97753891327145, + -11.826866609760774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.98286595475939, + -11.826866609760774 + ] + ] + ], + "type": "Polygon" + }, + "id": "2905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00324108883096, + -12.004015389026932, + -76.99359307225109, + -11.993628133635225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.99892284108897, + -11.993628133635225 + ] + ] + ], + "type": "Polygon" + }, + "id": "2906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.874529997688, + -12.235043070561414, + -76.86487844747478, + -12.224662623967616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.87021214463753, + -12.224662623967616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89810753064576, + -11.757701820207314, + -76.8884695882228, + -11.747313681944075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.89379540376757, + -11.747313681944075 + ] + ] + ], + "type": "Polygon" + }, + "id": "2908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09152650480704, + -11.855353951137026, + -77.0818806688585, + -11.844962393762533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.08720787850177, + -11.844962393762533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95678759166827, + -12.054488032135657, + -76.9471392716532, + -12.04410268315196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.95246992109412, + -12.04410268315196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79909262497233, + -12.298277717556493, + -76.78944119976975, + -12.287900218541779 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.79477598627187, + -12.287900218541779 + ] + ] + ], + "type": "Polygon" + }, + "id": "2914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77238939067867, + -12.42920142597525, + -76.76273477265421, + -12.418826858057631 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.76807173421503, + -12.418826858057631 + ] + ] + ], + "type": "Polygon" + }, + "id": "2916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99787329667564, + -11.916967600120094, + -76.98822801285365, + -11.906579203020879 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.9935563544014, + -11.906579203020879 + ] + ] + ], + "type": "Polygon" + }, + "id": "2917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9856644488074, + -11.852839438841334, + -76.97602139027856, + -11.842450434265317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.98134868977516, + -11.842450434265317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07415122785767, + -12.081776730331105, + -77.06449908159104, + -12.071388916550546 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06983004308555, + -12.071388916550546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88823107310769, + -12.000533653649024, + -76.87858615809022, + -11.99014919481544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.88391597819655, + -11.99014919481544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89585550838127, + -12.111370243649082, + -76.88620708657994, + -12.100987285584203 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.89153872753171, + -12.100987285584203 + ] + ] + ], + "type": "Polygon" + }, + "id": "2924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12284334142629, + -11.960695270142654, + -77.11319357951801, + -11.950304457806595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.11852247676327, + -11.950304457806595 + ] + ] + ], + "type": "Polygon" + }, + "id": "2925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10448331726977, + -11.864489489979656, + -77.09483688286359, + -11.854097745957427 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.1001642242317, + -11.854097745957427 + ] + ] + ], + "type": "Polygon" + }, + "id": "2928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73887267246599, + -12.394419101679267, + -76.72922000502057, + -12.384044776849622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.73353622520659, + -12.394419101679267 + ], + [ + -76.72922000502057, + -12.391368011429442 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.73455640312537, + -12.384044776849622 + ] + ] + ], + "type": "Polygon" + }, + "id": "2929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79608000604331, + -12.140777628609582, + -76.78643336483256, + -12.130397637313038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.79176555321936, + -12.130397637313038 + ] + ] + ], + "type": "Polygon" + }, + "id": "2930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99406205390801, + -11.90872706329041, + -76.98441711385003, + -11.898338641813263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98974532396451, + -11.898338641813263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79298319656776, + -12.360538477876643, + -76.78333007527245, + -12.350162191933352 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.78866589313066, + -12.350162191933352 + ] + ] + ], + "type": "Polygon" + }, + "id": "2935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70634546392732, + -11.927461412892319, + -76.6967076224269, + -11.917080468512916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.70203632292333, + -11.917080468512916 + ] + ] + ], + "type": "Polygon" + }, + "id": "2937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05664246271303, + -12.119379230993648, + -77.04698963881593, + -12.108992427608499 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.05664246271303, + -12.112039184367118 + ], + [ + -77.05613731128129, + -12.117232638434473 + ], + [ + -77.05131081359032, + -12.119379230993648 + ], + [ + -77.04698963881593, + -12.116332389986155 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.052321243399, + -12.108992427608499 + ] + ] + ], + "type": "Polygon" + }, + "id": "2938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7640242311143, + -12.373362118732553, + -76.75437150934191, + -12.362986788365935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75970755115263, + -12.362986788365935 + ] + ] + ], + "type": "Polygon" + }, + "id": "2939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90879480785162, + -12.026156940972717, + -76.89914858728045, + -12.015772353732805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.90447881326621, + -12.015772353732805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.904241236357, + -12.167236761168425, + -76.89459092649388, + -12.15685447562519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89992348203741, + -12.15685447562519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00028391045024, + -12.223913345218808, + -76.99062940823661, + -12.213529593296746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -77.00028391045024, + -12.216577362433199 + ], + [ + -76.99977780518272, + -12.221769291059559 + ], + [ + -76.994950467987, + -12.223913345218808 + ], + [ + -76.99062940823661, + -12.220865492352837 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.99596280532573, + -12.213529593296746 + ] + ] + ], + "type": "Polygon" + }, + "id": "2943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.799885844121, + -12.149016912924381, + -76.7902388545863, + -12.138636955976603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.79557117709206, + -12.138636955976603 + ] + ] + ], + "type": "Polygon" + }, + "id": "2944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03976344604949, + -11.913216666334765, + -77.03011719977707, + -11.902827188289585 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.03544543024839, + -11.902827188289585 + ] + ] + ], + "type": "Polygon" + }, + "id": "2945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08711571808142, + -12.090916076022943, + -77.07746297124744, + -12.080528087279882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.08279406539633, + -12.080528087279882 + ] + ] + ], + "type": "Polygon" + }, + "id": "2947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01390033580607, + -11.989333943938732, + -77.00425248295385, + -11.97894620851288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.009581997758, + -11.97894620851288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70388434669154, + -12.280911314403417, + -76.6942360287018, + -12.270535945768426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.69957055942338, + -12.270535945768426 + ] + ] + ], + "type": "Polygon" + }, + "id": "2949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97280958560653, + -12.126842698145897, + -76.96315869106571, + -12.116458071728983 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.9684905169539, + -12.116458071728983 + ] + ] + ], + "type": "Polygon" + }, + "id": "2950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81739303762322, + -12.205782456559838, + -76.80774388344172, + -12.195402968361739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.81307713366614, + -12.195402968361739 + ] + ] + ], + "type": "Polygon" + }, + "id": "2953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72058804404999, + -12.392588471527416, + -76.71093593076104, + -12.382214581451734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.72007776631057, + -12.390452750683998 + ], + [ + -76.71525162205079, + -12.392588471527416 + ], + [ + -76.71093593076104, + -12.389537218176446 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.71627230334566, + -12.382214581451734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91565982170695, + -12.097604829053372, + -76.90601128981811, + -12.08722116341599 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.91134268760679, + -12.08722116341599 + ] + ] + ], + "type": "Polygon" + }, + "id": "2955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88747296582241, + -12.055501322726737, + -76.87782643175777, + -12.045117711769151 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.88315715819965, + -12.045117711769151 + ] + ] + ], + "type": "Polygon" + }, + "id": "2956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04435988285456, + -11.960865236647413, + -77.03471209932327, + -11.950476335952747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.04004110839043, + -11.950476335952747 + ] + ] + ], + "type": "Polygon" + }, + "id": "2957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96822265406712, + -12.079208201429772, + -76.95857329971044, + -12.06882294819088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.96390434509509, + -12.06882294819088 + ] + ] + ], + "type": "Polygon" + }, + "id": "2959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14860784465722, + -11.790116785409126, + -77.13896252088585, + -11.779722951428797 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.14428857199209, + -11.779722951428797 + ] + ] + ], + "type": "Polygon" + }, + "id": "2961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04352531933243, + -11.827050540223, + -77.03388154370941, + -11.816659759367003 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03920835176574, + -11.816659759367003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07639239863475, + -12.011206551830906, + -77.06674230047113, + -12.000817613549655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.07207209637002, + -12.000817613549655 + ] + ] + ], + "type": "Polygon" + }, + "id": "2963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07948210527523, + -12.074435332797092, + -77.06983004308555, + -12.064047276338124 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.07516087630223, + -12.064047276338124 + ] + ] + ], + "type": "Polygon" + }, + "id": "2964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843376433583, + -12.014302004648258, + -76.85878896251823, + -12.003918246220303 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.8641190238528, + -12.003918246220303 + ] + ] + ], + "type": "Polygon" + }, + "id": "2965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12968372679008, + -11.937763201434915, + -77.12003447719874, + -11.927371890298792 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.12536298654565, + -11.927371890298792 + ] + ] + ], + "type": "Polygon" + }, + "id": "2966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18517904757397, + -11.793682098902908, + -77.17553271104865, + -11.783287434371095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.18517904757397, + -11.786331409264742 + ], + [ + -77.18467620883854, + -11.791528793309128 + ], + [ + -77.17985295567013, + -11.793682098902908 + ], + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.18085876033736, + -11.783287434371095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01078332823437, + -11.831706568741268, + -77.00114025196609, + -11.82131665354869 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -77.00646717595201, + -11.82131665354869 + ] + ] + ], + "type": "Polygon" + }, + "id": "2973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76633222964158, + -12.30286844295378, + -76.75668155206168, + -12.292491851211109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.76201642838589, + -12.292491851211109 + ] + ] + ], + "type": "Polygon" + }, + "id": "2975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9552937558061, + -12.164427334459338, + -76.94564219426039, + -12.154043735506914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.95097465758434, + -12.154043735506914 + ] + ] + ], + "type": "Polygon" + }, + "id": "2976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02988825185095, + -11.967309339082785, + -77.02024064583352, + -11.956920886932602 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.02556977892957, + -11.956920886932602 + ] + ] + ], + "type": "Polygon" + }, + "id": "2978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80823528821921, + -12.299189024180397, + -76.79858358996705, + -12.288811309438346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.80391838699147, + -12.288811309438346 + ] + ] + ], + "type": "Polygon" + }, + "id": "2979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02152659407375, + -12.005814768752364, + -77.01187805422964, + -11.995427091131292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.01720783148843, + -11.995427091131292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02680986739658, + -11.90407861899798, + -77.01716422449157, + -11.893689327315945 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.02249232042702, + -11.893689327315945 + ] + ] + ], + "type": "Polygon" + }, + "id": "2981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19041088530095, + -11.691882752390784, + -77.18076744945257, + -11.68148661694119 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.19041088530095, + -11.684530013810534 + ], + [ + -77.18990827805789, + -11.689728133362769 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.18609181693151, + -11.68148661694119 + ] + ] + ], + "type": "Polygon" + }, + "id": "2983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81361737698765, + -12.008871684846566, + -76.80397419884517, + -11.998489220808548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80930420391269, + -11.998489220808548 + ] + ] + ], + "type": "Polygon" + }, + "id": "2984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0756656777398, + -12.066194940589728, + -77.06601395796446, + -12.05580685095683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.07134466065249, + -12.05580685095683 + ] + ] + ], + "type": "Polygon" + }, + "id": "2989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13811326031235, + -11.993658458368763, + -77.12846213391161, + -11.983267761725736 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13379155028986, + -11.983267761725736 + ], + [ + -77.13811326031235, + -11.986313162184677 + ], + [ + -77.13760944904814, + -11.991508562436074 + ], + [ + -77.13278380059317, + -11.993658458368763 + ], + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.13379155028986, + -11.983267761725736 + ] + ] + ], + "type": "Polygon" + }, + "id": "2992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13803437056278, + -11.89924193807842, + -77.12838606025471, + -11.888849872799263 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.13371392276309, + -11.888849872799263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05350284978053, + -11.961763053668554, + -77.04385480660355, + -11.951373942701307 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04918381877731, + -11.951373942701307 + ] + ] + ], + "type": "Polygon" + }, + "id": "3000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90651850811004, + -12.096700415719685, + -76.89687024331093, + -12.086316963621048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.90220163382968, + -12.086316963621048 + ] + ] + ], + "type": "Polygon" + }, + "id": "3001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95449578812837, + -12.03066981608509, + -76.94484823805664, + -12.020284162737973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.95017849727692, + -12.020284162737973 + ] + ] + ], + "type": "Polygon" + }, + "id": "3002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81279875512843, + -12.346798255680214, + -76.8031455116319, + -12.336421233041401 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.81279875512843, + -12.339471328221672 + ], + [ + -76.81228983486444, + -12.344659893363367 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.80848109267662, + -12.336421233041401 + ] + ] + ], + "type": "Polygon" + }, + "id": "3006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68276119552978, + -11.932976679370196, + -76.67312383841268, + -11.922596417350697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.67312383841268, + -11.92992739774878 + ], + [ + -76.67363404179376, + -11.924737321813645 + ], + [ + -76.67845263280297, + -11.922596417350697 + ] + ] + ], + "type": "Polygon" + }, + "id": "3008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13191228975495, + -11.867171686457112, + -77.12226508776807, + -11.856779316290327 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.12759243218163, + -11.856779316290327 + ] + ] + ], + "type": "Polygon" + }, + "id": "3009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90727353456765, + -12.041733480320342, + -76.89762688948153, + -12.031349166376126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.90295737339135, + -12.031349166376126 + ] + ] + ], + "type": "Polygon" + }, + "id": "3011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95222900140365, + -12.101219820356986, + -76.94257940592875, + -12.090835303069875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.94791083003945, + -12.090835303069875 + ] + ] + ], + "type": "Polygon" + }, + "id": "3013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85014980834686, + -12.201177959272648, + -76.84049991662782, + -12.190797572390645 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.84583307156693, + -12.190797572390645 + ] + ] + ], + "type": "Polygon" + }, + "id": "3015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94004561438308, + -12.131468263327672, + -76.9303954338731, + -12.121084520743986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.93572736825753, + -12.121084520743986 + ] + ] + ], + "type": "Polygon" + }, + "id": "3017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06034627729157, + -11.93883587935975, + -77.05069874345742, + -11.928446267625306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.05602736928206, + -11.928446267625306 + ] + ] + ], + "type": "Polygon" + }, + "id": "3018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13882938878419, + -11.938658016000018, + -77.12917988406123, + -11.928266496830847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.13882938878419, + -11.931311623337159 + ], + [ + -77.13832567317392, + -11.936507434893564 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.13450839393896, + -11.928266496830847 + ] + ] + ], + "type": "Polygon" + }, + "id": "3019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00012926307309, + -11.846393950948473, + -76.9904860234343, + -11.836004500899838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.99581320109768, + -11.836004500899838 + ] + ] + ], + "type": "Polygon" + }, + "id": "3021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73980571537675, + -11.962234292842043, + -76.73016592287726, + -11.951853003999117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.73549518879504, + -11.951853003999117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99557906126968, + -11.893144366100435, + -76.98593454635241, + -11.882755685156535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.99126249832798, + -11.882755685156535 + ] + ] + ], + "type": "Polygon" + }, + "id": "3029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99783534077675, + -11.822569004547555, + -76.98819286968634, + -11.812179281211234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.99351965796477, + -11.812179281211234 + ] + ] + ], + "type": "Polygon" + }, + "id": "3030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93163474768043, + -11.98122889588691, + -76.92198926791185, + -11.970843070767911 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.9273187340709, + -11.970843070767911 + ] + ] + ], + "type": "Polygon" + }, + "id": "3032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1069259367884, + -12.07713060420656, + -77.09727310208261, + -12.066741921714463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.10260394061443, + -12.066741921714463 + ] + ] + ], + "type": "Polygon" + }, + "id": "3033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11902649207626, + -11.95245444893179, + -77.1093770714452, + -11.94206360881316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.11470583880276, + -11.94206360881316 + ] + ] + ], + "type": "Polygon" + }, + "id": "3036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17150843857391, + -11.839564164905493, + -77.16186107378789, + -11.829170456440872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.16718790056424, + -11.829170456440872 + ] + ] + ], + "type": "Polygon" + }, + "id": "3037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02768434446362, + -12.132256032815508, + -77.01803187509994, + -12.121870140325676 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.0233637284698, + -12.121870140325676 + ] + ] + ], + "type": "Polygon" + }, + "id": "3038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13970397650614, + -12.072480007616711, + -77.1300504595893, + -12.062090459836682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13970397650614, + -12.065136218670139 + ], + [ + -77.13920006488587, + -12.070331044411743 + ], + [ + -77.13437322113955, + -12.072480007616711 + ], + [ + -77.1300504595893, + -12.069434164513389 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.13538117161659, + -12.062090459836682 + ] + ] + ], + "type": "Polygon" + }, + "id": "3040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06803358044819, + -12.049714117241278, + -77.05838254568584, + -12.039325962628594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.06371298719152, + -12.039325962628594 + ] + ] + ], + "type": "Polygon" + }, + "id": "3041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96054484756067, + -11.873967429602251, + -76.95090181048324, + -11.863579340609805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.95622948346195, + -11.863579340609805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12730269199088, + -11.819511823940875, + -77.11765702470714, + -11.80911890428952 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.12298359234015, + -11.80911890428952 + ] + ] + ], + "type": "Polygon" + }, + "id": "3043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01398569089802, + -12.178087708646293, + -77.00433220466367, + -12.167702879401508 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00966483009137, + -12.167702879401508 + ] + ] + ], + "type": "Polygon" + }, + "id": "3047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84406456687816, + -12.07478908469, + -76.83441860897108, + -12.064406855752136 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83974968320184, + -12.064406855752136 + ] + ] + ], + "type": "Polygon" + }, + "id": "3048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1250734928984, + -11.890106792086076, + -77.1154257787222, + -11.87971491033617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.12075351091488, + -11.87971491033617 + ] + ] + ], + "type": "Polygon" + }, + "id": "3049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03521730233723, + -11.959967155853152, + -77.02556977892957, + -11.949578465682322 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.03089878461425, + -11.949578465682322 + ] + ] + ], + "type": "Polygon" + }, + "id": "3050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02993558114295, + -12.061697604948156, + -77.02028515940474, + -12.051310564389983 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.02561584713379, + -12.051310564389983 + ] + ] + ], + "type": "Polygon" + }, + "id": "3052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07173041413823, + -11.86915042852137, + -77.0620846677266, + -11.858759545513188 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.06741213163377, + -11.858759545513188 + ] + ] + ], + "type": "Polygon" + }, + "id": "3053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83490765442382, + -12.262546631487757, + -76.82525633642992, + -12.252167632744417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.83059051368392, + -12.252167632744417 + ] + ] + ], + "type": "Polygon" + }, + "id": "3056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11448980813688, + -11.99921104132568, + -77.1048391074098, + -11.988820998701723 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.11016865132575, + -11.988820998701723 + ] + ] + ], + "type": "Polygon" + }, + "id": "3057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767231208574, + -12.163611202330763, + -76.85802307629753, + -12.153229772703735 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.8633555997153, + -12.153229772703735 + ] + ] + ], + "type": "Polygon" + }, + "id": "3060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98492293987944, + -11.907828356138513, + -76.97527826249633, + -11.897440146728236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.98060646771265, + -11.897440146728236 + ] + ] + ], + "type": "Polygon" + }, + "id": "3062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93473319496611, + -12.233152818646477, + -76.92508011749975, + -12.222770839536578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.93041373411165, + -12.222770839536578 + ] + ] + ], + "type": "Polygon" + }, + "id": "3063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05193420457822, + -11.88294421498797, + -77.04228855000765, + -11.872554008855552 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.04761626690973, + -11.872554008855552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00857077588793, + -11.996674829239115, + -76.99892284108897, + -11.986287333608592 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -77.00425248295385, + -11.986287333608592 + ] + ] + ], + "type": "Polygon" + }, + "id": "3068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92786055306712, + -12.161713464495664, + -76.91820978832531, + -12.151330502993254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.92354223259106, + -12.151330502993254 + ] + ] + ], + "type": "Polygon" + }, + "id": "3070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87605111809326, + -12.125132887455518, + -76.86640280868582, + -12.114750639456254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.87173469152853, + -12.114750639456254 + ] + ] + ], + "type": "Polygon" + }, + "id": "3072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03971327157105, + -11.818809688616037, + -77.03006983858099, + -11.808418887540576 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.03539651585352, + -11.808418887540576 + ] + ] + ], + "type": "Polygon" + }, + "id": "3073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98502559296037, + -12.190954531785492, + -76.97537246858299, + -12.180570622418943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.9807053388127, + -12.180570622418943 + ] + ] + ], + "type": "Polygon" + }, + "id": "3075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757121413343, + -12.015206135849482, + -76.86792614336973, + -12.004822162565597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.87325621311865, + -12.004822162565597 + ] + ] + ], + "type": "Polygon" + }, + "id": "3076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90346453524235, + -12.03349353069487, + -76.89381823604886, + -12.023109186861552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89914858728045, + -12.023109186861552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99413580510189, + -12.097492502898165, + -76.98448523505486, + -12.087106892687554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98981655427457, + -12.087106892687554 + ] + ] + ], + "type": "Polygon" + }, + "id": "3078", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9789169081687, + -12.158898971165968, + -76.96926489872855, + -12.148514700031924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.97459724679794, + -12.148514700031924 + ] + ] + ], + "type": "Polygon" + }, + "id": "3080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79679149617004, + -12.368776973363655, + -76.78713802601314, + -12.358400732925393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.79679149617004, + -12.361451078659353 + ], + [ + -76.7962823179412, + -12.366639252788849 + ], + [ + -76.79145549565014, + -12.368776973363655 + ], + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.79247397821192, + -12.358400732925393 + ] + ] + ], + "type": "Polygon" + }, + "id": "3082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80595409157647, + -12.275383508221843, + -76.79630316580696, + -12.265005452755535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.80163757088185, + -12.265005452755535 + ] + ] + ], + "type": "Polygon" + }, + "id": "3083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04357660748437, + -11.921457339290393, + -77.03393001838016, + -11.911067886281037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03925837971092, + -11.911067886281037 + ] + ] + ], + "type": "Polygon" + }, + "id": "3084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82120052161001, + -12.214021607974669, + -76.81155101940085, + -12.203642157634825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.81688440352994, + -12.203642157634825 + ] + ] + ], + "type": "Polygon" + }, + "id": "3087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9826633685663, + -11.978394290565022, + -76.97301664659255, + -11.968007161826819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.97834601602895, + -11.968007161826819 + ] + ] + ], + "type": "Polygon" + }, + "id": "3088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98573328542167, + -12.0416145685372, + -76.9760845990974, + -12.031228309153269 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.98141500663817, + -12.031228309153269 + ] + ] + ], + "type": "Polygon" + }, + "id": "3091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95526819854442, + -12.070065711110976, + -76.94561945339996, + -12.059680637813365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.95095036104674, + -12.059680637813365 + ] + ] + ], + "type": "Polygon" + }, + "id": "3092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98714671798476, + -11.742850780032825, + -76.97750689554435, + -11.732460242390918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.98283238451953, + -11.732460242390918 + ] + ] + ], + "type": "Polygon" + }, + "id": "3093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96673252284758, + -12.189146478764245, + -76.95707992616447, + -12.178762992318791 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.96241278575809, + -12.178762992318791 + ] + ] + ], + "type": "Polygon" + }, + "id": "3095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95905309898798, + -11.98393295216228, + -76.94940682389627, + -11.973546488016803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.95473630875114, + -11.973546488016803 + ] + ] + ], + "type": "Polygon" + }, + "id": "3100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.880619629556, + -12.07841129535828, + -76.87097259322236, + -12.06802820670533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.87630370240925, + -12.06802820670533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81660771166254, + -12.355036871010135, + -76.8069541197402, + -12.344659893363367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81228983486444, + -12.344659893363367 + ], + [ + -76.81660771166254, + -12.347709990189877 + ], + [ + -76.81609883156874, + -12.352898532802486 + ], + [ + -76.81127194850389, + -12.355036871010135 + ], + [ + -76.8069541197402, + -12.351986690704548 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.81228983486444, + -12.344659893363367 + ] + ] + ], + "type": "Polygon" + }, + "id": "3107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84254035306877, + -12.0903620799293, + -76.83289397125013, + -12.07998012961126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.83822530316174, + -12.07998012961126 + ] + ] + ], + "type": "Polygon" + }, + "id": "3109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97581574585405, + -12.001314335888416, + -76.96616851775306, + -11.990927715723188 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.971498271891, + -11.990927715723188 + ] + ] + ], + "type": "Polygon" + }, + "id": "3110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08705169378247, + -11.99652046577383, + -77.07740176400776, + -11.986131049369284 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.08273130329674, + -11.986131049369284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96137227545354, + -12.102122902174429, + -76.95172241527587, + -12.091738172601433 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.95705384527743, + -12.091738172601433 + ] + ] + ], + "type": "Polygon" + }, + "id": "3113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00713519150338, + -12.201001285922167, + -76.9974811971679, + -12.190616993579617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -77.00281420847591, + -12.190616993579617 + ] + ] + ], + "type": "Polygon" + }, + "id": "3114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02230731899952, + -12.045217025255699, + -77.01265758414371, + -12.03482992103696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.0179880095401, + -12.03482992103696 + ] + ] + ], + "type": "Polygon" + }, + "id": "3115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05277241722753, + -12.01675232743782, + -77.04312275322773, + -12.006364048337836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.0484526718688, + -12.006364048337836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9377546544639, + -12.107652724276495, + -76.92810524442002, + -12.097268665847087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.9334367882691, + -12.097268665847087 + ] + ] + ], + "type": "Polygon" + }, + "id": "3121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12896607233478, + -11.992762684411755, + -77.11931520119006, + -11.982372195634015 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.12464461701562, + -11.982372195634015 + ] + ] + ], + "type": "Polygon" + }, + "id": "3123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78842283182732, + -12.3129316893112, + -76.77877125626948, + -12.302554707215858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.78410628973955, + -12.302554707215858 + ] + ] + ], + "type": "Polygon" + }, + "id": "3124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9324419553952, + -12.209340268485903, + -76.92278964892928, + -12.19895795835473 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.92812287471918, + -12.19895795835473 + ] + ] + ], + "type": "Polygon" + }, + "id": "3125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84329179296893, + -12.224078779201234, + -76.83364140013845, + -12.213698936826315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.83897493732648, + -12.213698936826315 + ] + ] + ], + "type": "Polygon" + }, + "id": "3127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11139354988427, + -11.935972780682807, + -77.10174481199236, + -11.92558188636785 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.1070733194493, + -11.92558188636785 + ] + ] + ], + "type": "Polygon" + }, + "id": "3128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02070142736825, + -11.872013229105196, + -77.01105689617188, + -11.861623632722516 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.01638447172307, + -11.861623632722516 + ] + ] + ], + "type": "Polygon" + }, + "id": "3133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05799120311752, + -11.820600424998936, + -77.04834725128208, + -11.810209202411784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.05367393476696, + -11.810209202411784 + ] + ] + ], + "type": "Polygon" + }, + "id": "3134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98647496565945, + -11.986634635741359, + -76.97682789953895, + -11.976247534826502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.9821574006092, + -11.976247534826502 + ] + ] + ], + "type": "Polygon" + }, + "id": "3136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71831348230702, + -12.368789346193013, + -76.70866214274281, + -12.35841510157836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.71399812248752, + -12.35841510157836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93242306438087, + -12.114988644992215, + -76.92277357475366, + -12.104604833326377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.92810524442002, + -12.104604833326377 + ] + ] + ], + "type": "Polygon" + }, + "id": "3141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92025362544561, + -12.23957954619576, + -76.91060073503643, + -12.229198032519871 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.91593447064854, + -12.229198032519871 + ] + ] + ], + "type": "Polygon" + }, + "id": "3143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96139961741038, + -12.196481706661904, + -76.9517469401813, + -12.18609847033439 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.95707992616447, + -12.18609847033439 + ] + ] + ], + "type": "Polygon" + }, + "id": "3144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02832547710747, + -11.888494616683836, + -77.01868025969733, + -11.87810506626783 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.0240080973411, + -11.87810506626783 + ] + ] + ], + "type": "Polygon" + }, + "id": "3147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77161093347594, + -12.484122294091966, + -76.76195469367019, + -12.473748723989763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.76627301472861, + -12.484122294091966 + ], + [ + -76.76195469367019, + -12.481071114232543 + ], + [ + -76.7624645311941, + -12.4758843831666 + ], + [ + -76.76729256370251, + -12.473748723989763 + ] + ] + ], + "type": "Polygon" + }, + "id": "3149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96825199404987, + -12.17357117716122, + -76.95859982293824, + -12.163187403405466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.96393242407937, + -12.163187403405466 + ] + ] + ], + "type": "Polygon" + }, + "id": "3150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03443517085444, + -11.920559916623798, + -77.02478884185155, + -11.910170674294108 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.03011719977707, + -11.910170674294108 + ] + ] + ], + "type": "Polygon" + }, + "id": "3151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97510359014564, + -12.150659135375303, + -76.96545192537482, + -12.140274827709597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.97078414157447, + -12.140274827709597 + ] + ] + ], + "type": "Polygon" + }, + "id": "3152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9659010751916, + -11.961013363493011, + -76.95625530545168, + -11.950626392876314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.9615844060226, + -11.950626392876314 + ] + ] + ], + "type": "Polygon" + }, + "id": "3153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05198795587121, + -11.977346388043562, + -77.04233948672538, + -11.966957542823037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.04766875743067, + -11.966957542823037 + ] + ] + ], + "type": "Polygon" + }, + "id": "3155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96521291460957, + -12.20472134747113, + -76.95555989233107, + -12.194338149880512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.96089301039463, + -12.194338149880512 + ] + ] + ], + "type": "Polygon" + }, + "id": "3156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80214651424464, + -12.267144621851836, + -76.79249593694738, + -12.25676652554667 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.79783020787474, + -12.25676652554667 + ] + ] + ], + "type": "Polygon" + }, + "id": "3158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16387390040656, + -11.823081718680065, + -77.15422721571187, + -11.81268796655077 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15955378409872, + -11.81268796655077 + ] + ] + ], + "type": "Polygon" + }, + "id": "3160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80902431754012, + -12.149925544318332, + -76.79937705524948, + -12.139545371134092 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.80470938824386, + -12.139545371134092 + ] + ] + ], + "type": "Polygon" + }, + "id": "3161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17683517830443, + -11.832214789323551, + -77.16718790056424, + -11.821820851440226 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.17251459755022, + -11.821820851440226 + ] + ] + ], + "type": "Polygon" + }, + "id": "3162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757697234007, + -12.20390114578493, + -76.86792627140933, + -12.193520115567695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.8732594524485, + -12.193520115567695 + ] + ] + ], + "type": "Polygon" + }, + "id": "3164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93692375380549, + -11.78511874204506, + -76.92728397750814, + -11.774730009617235 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.93261021115929, + -11.774730009617235 + ] + ] + ], + "type": "Polygon" + }, + "id": "3166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8623397414183, + -12.170943572873238, + -76.85269042824976, + -12.160562393901216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.85802307629753, + -12.160562393901216 + ] + ] + ], + "type": "Polygon" + }, + "id": "3169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95369848265493, + -11.896890236257457, + -76.9440549407277, + -11.886502641157495 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.94938299766359, + -11.886502641157495 + ] + ] + ], + "type": "Polygon" + }, + "id": "3172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16076907819475, + -11.759825885809729, + -77.15112435380192, + -11.74943135241352 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.15644988739145, + -11.74943135241352 + ] + ] + ], + "type": "Polygon" + }, + "id": "3173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01394300089707, + -12.083716563868022, + -77.00429233217586, + -12.073330253491129 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00962340183804, + -12.073330253491129 + ] + ] + ], + "type": "Polygon" + }, + "id": "3176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74584545379412, + -12.088614846309119, + -76.73620172879208, + -12.078235311452776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.74153307609073, + -12.078235311452776 + ] + ] + ], + "type": "Polygon" + }, + "id": "3178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94456131284515, + -11.895990511007543, + -76.93491803568638, + -11.885603129109533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.9402460865078, + -11.885603129109533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06343195976642, + -12.002068049486386, + -77.05378246265839, + -11.991679290897595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.05911212550886, + -11.991679290897595 + ] + ] + ], + "type": "Polygon" + }, + "id": "3180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96971178161826, + -11.969253695238269, + -76.96006566742359, + -11.95886675140152 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.96539489982587, + -11.95886675140152 + ] + ] + ], + "type": "Polygon" + }, + "id": "3181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82500825984658, + -12.222260744412734, + -76.81535840967001, + -12.211881332386293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.82069192766265, + -12.211881332386293 + ] + ] + ], + "type": "Polygon" + }, + "id": "3182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15418446242556, + -12.066032727632422, + -77.14453077714165, + -12.055642731597036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1498613598166, + -12.055642731597036 + ], + [ + -77.15418446242556, + -12.058688324371253 + ], + [ + -77.1536807644716, + -12.063883374147709 + ], + [ + -77.14885383662018, + -12.066032727632422 + ], + [ + -77.14453077714165, + -12.062987050596886 + ], + [ + -77.14503460237478, + -12.057792104347916 + ], + [ + -77.1498613598166, + -12.055642731597036 + ] + ] + ], + "type": "Polygon" + }, + "id": "3184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99187683440017, + -12.168042073771995, + -76.98222421714043, + -12.157657628395317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.98755670201037, + -12.157657628395317 + ] + ] + ], + "type": "Polygon" + }, + "id": "3187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91261704164354, + -12.128754703164278, + -76.90296766017113, + -12.118371599614237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.90829957412102, + -12.118371599614237 + ] + ] + ], + "type": "Polygon" + }, + "id": "3189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09317068464331, + -12.028585388291237, + -77.08351964430383, + -12.018196302254049 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.0888497030215, + -12.018196302254049 + ] + ] + ], + "type": "Polygon" + }, + "id": "3190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80133466078651, + -12.510666662213167, + -76.7916768244446, + -12.500292817693234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79701512025787, + -12.500292817693234 + ], + [ + -76.80133466078651, + -12.50334374500997 + ], + [ + -76.80082532211141, + -12.508530721021144 + ], + [ + -76.79599631667442, + -12.510666662213167 + ], + [ + -76.7916768244446, + -12.507615652442935 + ], + [ + -76.79218628934343, + -12.50242878394401 + ], + [ + -76.79701512025787, + -12.500292817693234 + ] + ] + ], + "type": "Polygon" + }, + "id": "3193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9042305768774, + -12.0728853210682, + -76.89458308269019, + -12.06250155835343 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89991408250005, + -12.06250155835343 + ] + ] + ], + "type": "Polygon" + }, + "id": "3195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7807831238392, + -12.390752585439577, + -76.77112942852094, + -12.38037713116117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.7807831238392, + -12.383427727161648 + ], + [ + -76.78027368769038, + -12.388615508299184 + ], + [ + -76.77544675272475, + -12.390752585439577 + ], + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.77646575107936, + -12.38037713116117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10224903585646, + -11.935077174692672, + -77.09260055453214, + -11.924686489165747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.09792906063004, + -11.924686489165747 + ] + ] + ], + "type": "Polygon" + }, + "id": "3200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0694304008887, + -11.845323140272829, + -77.05978542245751, + -11.834931980501382 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.0651124974803, + -11.834931980501382 + ] + ] + ], + "type": "Polygon" + }, + "id": "3202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08626300020408, + -11.957110967452786, + -77.07661426519057, + -11.946720990197033 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.08194315672488, + -11.946720990197033 + ] + ] + ], + "type": "Polygon" + }, + "id": "3203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02382377909746, + -12.029636300649699, + -77.0141744700574, + -12.019248923749213 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.01950463695877, + -12.019248923749213 + ] + ] + ], + "type": "Polygon" + }, + "id": "3204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88214640509887, + -12.157184993100822, + -76.87249697791411, + -12.146803099024329 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.87782938489771, + -12.146803099024329 + ] + ] + ], + "type": "Polygon" + }, + "id": "3205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01780092274811, + -12.18632756745599, + -77.00814709258785, + -12.175942776506181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.01347984941584, + -12.175942776506181 + ] + ] + ], + "type": "Polygon" + }, + "id": "3206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13644492212396, + -11.820404689261627, + -77.12679899976992, + -11.810011561113008 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.13212556800518, + -11.810011561113008 + ] + ] + ], + "type": "Polygon" + }, + "id": "3207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81360159704596, + -12.103213273171525, + -76.80395560574883, + -12.092832250350368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80928716596802, + -12.092832250350368 + ] + ] + ], + "type": "Polygon" + }, + "id": "3208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13875030343071, + -11.84423518421192, + -77.12910361385393, + -11.833842329163398 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.13443057039045, + -11.833842329163398 + ] + ] + ], + "type": "Polygon" + }, + "id": "3209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94689753126737, + -12.108556365302261, + -76.93724785575174, + -12.098172094217572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.94257940592875, + -12.098172094217572 + ] + ] + ], + "type": "Polygon" + }, + "id": "3210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99258133365137, + -12.018695530417219, + -76.98293315400711, + -12.008308756833316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.98826317652791, + -12.008308756833316 + ] + ] + ], + "type": "Polygon" + }, + "id": "3211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84024976959749, + -12.160889225776812, + -76.8306013443738, + -12.15050844071393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.835933840802, + -12.15050844071393 + ] + ] + ], + "type": "Polygon" + }, + "id": "3213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9362142201482, + -12.028865459625527, + -76.9265672004455, + -12.018480231969423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.93189744719885, + -12.018480231969423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88443798189977, + -12.275330847511649, + -76.87478496624126, + -12.264950818396787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.88011932109069, + -12.264950818396787 + ] + ] + ], + "type": "Polygon" + }, + "id": "3219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04289572163927, + -12.070837901347968, + -77.03324469617421, + -12.060450683118527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.0385755184363, + -12.060450683118527 + ] + ] + ], + "type": "Polygon" + }, + "id": "3220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78611937151042, + -12.383427727161648, + -76.77646575107936, + -12.373052010390161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.78611937151042, + -12.376102523000396 + ], + [ + -76.78561002132994, + -12.381290435355155 + ], + [ + -76.7807831238392, + -12.383427727161648 + ], + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.78180195027288, + -12.373052010390161 + ] + ] + ], + "type": "Polygon" + }, + "id": "3221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83947503942774, + -12.310160188122044, + -76.8298221770285, + -12.299781870619922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.83515713771874, + -12.299781870619922 + ] + ] + ], + "type": "Polygon" + }, + "id": "3224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95982596710479, + -12.023331437077122, + -76.95017849727692, + -12.012945541360805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.95550863035828, + -12.012945541360805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93625421682233, + -12.217579776898969, + -76.9266015646833, + -12.207197505887216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.93193492292998, + -12.207197505887216 + ] + ] + ], + "type": "Polygon" + }, + "id": "3226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97736594443205, + -12.08011040649522, + -76.96771632624672, + -12.069724941327003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.9730473770388, + -12.069724941327003 + ] + ] + ], + "type": "Polygon" + }, + "id": "3228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96289156289136, + -12.086545738009757, + -76.95324212799595, + -12.07616072964547 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.95857329971044, + -12.07616072964547 + ] + ] + ], + "type": "Polygon" + }, + "id": "3230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12809617456266, + -11.858930633944297, + -77.11844931346826, + -11.848538240680726 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.12377652818405, + -11.848538240680726 + ] + ] + ], + "type": "Polygon" + }, + "id": "3231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02235244613676, + -12.139594506626242, + -77.01269989431522, + -12.129208860478059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.01803187509994, + -12.129208860478059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72687461354325, + -11.953087412467578, + -76.71723544642707, + -11.94270631824542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.72256456495305, + -11.94270631824542 + ] + ] + ], + "type": "Polygon" + }, + "id": "3234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93698434229107, + -12.068260024089286, + -76.92733612756409, + -12.057875376167628 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.93266702278738, + -12.057875376167628 + ] + ] + ], + "type": "Polygon" + }, + "id": "3235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13055449843675, + -12.071582942193793, + -77.12090123681685, + -12.06119360196588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.1300504595893, + -12.069434164513389 + ], + [ + -77.12522374344452, + -12.071582942193793 + ], + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.12623194833915, + -12.06119360196588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76933147805705, + -12.460323871930406, + -76.75967601195319, + -12.449949933595354 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.76501348930854, + -12.449949933595354 + ] + ] + ], + "type": "Polygon" + }, + "id": "3239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8988904319575, + -11.985859858503634, + -76.88924567334985, + -11.975474915891684 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.89457524346224, + -11.975474915891684 + ] + ] + ], + "type": "Polygon" + }, + "id": "3241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76021723353509, + -12.36512374958008, + -76.75056486130504, + -12.35474837378262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.75590076835888, + -12.35474837378262 + ] + ] + ], + "type": "Polygon" + }, + "id": "3242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9690264652395, + -12.212960970947579, + -76.95937309797256, + -12.202577812549404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.96470634807503, + -12.202577812549404 + ] + ] + ], + "type": "Polygon" + }, + "id": "3243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0199657218413, + -11.927004870105819, + -77.01031957114364, + -11.916616074986187 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.01564805259396, + -11.916616074986187 + ] + ] + ], + "type": "Polygon" + }, + "id": "3245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06954813782163, + -12.034131817028623, + -77.05989752939782, + -12.02374338967136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.06522771217811, + -12.02374338967136 + ] + ] + ], + "type": "Polygon" + }, + "id": "3248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00848862739677, + -11.807880866074834, + -76.99884631950708, + -11.797490679782522 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -77.00417285422573, + -11.797490679782522 + ] + ] + ], + "type": "Polygon" + }, + "id": "3250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7389102753061, + -12.300129581741631, + -76.7292604248978, + -12.289753641277173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.73459526503483, + -12.289753641277173 + ] + ] + ], + "type": "Polygon" + }, + "id": "3253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01312079562724, + -11.949929694990004, + -77.00347413735922, + -11.939541399962481 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -77.00880300422558, + -11.939541399962481 + ] + ] + ], + "type": "Polygon" + }, + "id": "3254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0466064431344, + -11.890288459820171, + -77.03696070546192, + -11.87989848774595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.04228855000765, + -11.87989848774595 + ] + ] + ], + "type": "Polygon" + }, + "id": "3255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82808238898315, + -12.002443078955475, + -76.81843901508321, + -11.992060154852396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.82376890640543, + -11.992060154852396 + ] + ] + ], + "type": "Polygon" + }, + "id": "3256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7748045322657, + -11.981434129382302, + -76.76516321745036, + -11.971052236449552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.77049278803034, + -11.971052236449552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05883177859637, + -11.954419967782082, + -77.04918381877731, + -11.944030619477163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.0545127031302, + -11.944030619477163 + ] + ] + ], + "type": "Polygon" + }, + "id": "3258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93392430465134, + -12.005047427749684, + -76.92427805496173, + -11.994661899581027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.929607911398, + -11.994661899581027 + ] + ] + ], + "type": "Polygon" + }, + "id": "3259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02001014903378, + -12.021395947348735, + -77.01036118346232, + -12.011008540081836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.01569121916685, + -12.011008540081836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79612177751856, + -11.952099157217475, + -76.7864807617304, + -11.941716294098415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.79180983999065, + -11.941716294098415 + ] + ] + ], + "type": "Polygon" + }, + "id": "3262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87833087833924, + -11.96023679868628, + -76.86868742608735, + -11.949851991327895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87401658974882, + -11.949851991327895 + ], + [ + -76.87833087833924, + -11.952899598002343 + ], + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.86919495018859, + -11.95199675606455 + ], + [ + -76.87401658974882, + -11.949851991327895 + ] + ] + ], + "type": "Polygon" + }, + "id": "3263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83033079347186, + -12.309249666539573, + -76.82067820250562, + -12.298871563883221 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.82601315361569, + -12.298871563883221 + ] + ] + ], + "type": "Polygon" + }, + "id": "3264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99628126543557, + -11.74374653317694, + -76.98664118070417, + -11.733355782969499 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.99196667450548, + -11.733355782969499 + ] + ] + ], + "type": "Polygon" + }, + "id": "3265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12666044293381, + -11.968936082142928, + -77.11701033980994, + -11.958545298045717 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.12233936690113, + -11.958545298045717 + ] + ] + ], + "type": "Polygon" + }, + "id": "3266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95598927278314, + -11.920711694833944, + -76.9463449615415, + -11.910324384097109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.95167340838161, + -11.910324384097109 + ] + ] + ], + "type": "Polygon" + }, + "id": "3267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92632233352586, + -12.0829330881036, + -76.91667395988593, + -12.072548930439059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.92200510656765, + -12.072548930439059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04059666362976, + -12.047016659834572, + -77.03094640737633, + -12.036629134704702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.03627684004469, + -12.036629134704702 + ] + ] + ], + "type": "Polygon" + }, + "id": "3270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05647715832056, + -11.836186944252145, + -77.04683278083745, + -11.825795973453152 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.0521597226504, + -11.825795973453152 + ] + ] + ], + "type": "Polygon" + }, + "id": "3271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07251707867832, + -11.90856283970218, + -77.06287013817823, + -11.898172495818773 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.06819824953077, + -11.898172495818773 + ] + ] + ], + "type": "Polygon" + }, + "id": "3275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09777760871225, + -12.076232447475839, + -77.08812503103283, + -12.065843973410024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.09345586806927, + -12.065843973410024 + ] + ] + ], + "type": "Polygon" + }, + "id": "3277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06488895368639, + -11.892081254846136, + -77.05524269766222, + -11.881690862118935 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.06057054800715, + -11.881690862118935 + ] + ] + ], + "type": "Polygon" + }, + "id": "3279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.190505009407, + -11.786331409264742, + -77.18085876033736, + -11.775936517746173 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18618467963327, + -11.775936517746173 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.19000225698309, + -11.784177904085537 + ], + [ + -77.18517904757397, + -11.786331409264742 + ], + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.18136163996346, + -11.7780900403701 + ], + [ + -77.18618467963327, + -11.775936517746173 + ] + ] + ], + "type": "Polygon" + }, + "id": "3282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91110811194396, + -12.238672790034983, + -76.90145548861868, + -12.228291489274921 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.906789217093, + -12.228291489274921 + ] + ] + ], + "type": "Polygon" + }, + "id": "3287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9415228520625, + -11.927151614282343, + -76.93187872572823, + -11.916764754282086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.93720729235284, + -11.916764754282086 + ] + ] + ], + "type": "Polygon" + }, + "id": "3288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8768166096045, + -12.258852549356412, + -76.8671642877311, + -12.248472437551118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.87249837622252, + -12.248472437551118 + ] + ] + ], + "type": "Polygon" + }, + "id": "3289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1427271275872, + -12.041310815663822, + -77.13307446503907, + -12.03092072064727 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13840465886439, + -12.03092072064727 + ], + [ + -77.1427271275872, + -12.033966305029514 + ], + [ + -77.14222330700403, + -12.039161404395585 + ], + [ + -77.13739689047415, + -12.041310815663822 + ], + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.13357841283683, + -12.033070151166669 + ], + [ + -77.13840465886439, + -12.03092072064727 + ] + ] + ], + "type": "Polygon" + }, + "id": "3290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02690273763832, + -12.09285762174882, + -77.01725146393899, + -12.082471134315066 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.02258266883783, + -12.082471134315066 + ] + ] + ], + "type": "Polygon" + }, + "id": "3292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0018021349256, + -12.208337644615073, + -76.99214805875167, + -12.197953602239455 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.9974811971679, + -12.197953602239455 + ] + ] + ], + "type": "Polygon" + }, + "id": "3293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87605355363958, + -12.219472327417744, + -76.86640242807945, + -12.209091588240671 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.87173586717176, + -12.209091588240671 + ] + ] + ], + "type": "Polygon" + }, + "id": "3296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04137987065168, + -12.08641838307278, + -77.03172841904906, + -12.07603144142476 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.03705949996525, + -12.07603144142476 + ] + ] + ], + "type": "Polygon" + }, + "id": "3298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0253401024152, + -12.01405516740793, + -77.01569121916685, + -12.003667519373186 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.02102112759067, + -12.003667519373186 + ] + ] + ], + "type": "Polygon" + }, + "id": "3299", + "properties": {}, + "type": "Feature" + } + ], + "type": "FeatureCollection" + }, + "hovertemplate": "index=%{location}
population_2020=%{z}", + "locations": [ + 0, + 19, + 22, + 24, + 25, + 26, + 28, + 31, + 32, + 34, + 35, + 37, + 39, + 41, + 44, + 49, + 52, + 53, + 56, + 60, + 61, + 66, + 67, + 68, + 70, + 72, + 74, + 75, + 76, + 77, + 78, + 79, + 81, + 83, + 85, + 86, + 87, + 90, + 91, + 92, + 93, + 94, + 96, + 97, + 98, + 99, + 100, + 101, + 104, + 106, + 107, + 108, + 109, + 111, + 112, + 113, + 115, + 119, + 120, + 121, + 122, + 125, + 127, + 133, + 134, + 135, + 136, + 137, + 140, + 141, + 143, + 144, + 146, + 149, + 153, + 158, + 159, + 161, + 163, + 167, + 171, + 172, + 175, + 176, + 177, + 178, + 180, + 181, + 182, + 184, + 185, + 186, + 187, + 190, + 191, + 192, + 193, + 194, + 195, + 197, + 198, + 199, + 200, + 201, + 203, + 205, + 210, + 212, + 213, + 214, + 216, + 219, + 220, + 222, + 223, + 225, + 227, + 230, + 231, + 232, + 233, + 235, + 236, + 238, + 243, + 247, + 248, + 249, + 258, + 261, + 264, + 266, + 267, + 268, + 270, + 272, + 274, + 275, + 276, + 279, + 281, + 282, + 285, + 287, + 288, + 292, + 293, + 296, + 297, + 298, + 299, + 303, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 314, + 318, + 319, + 320, + 321, + 322, + 324, + 325, + 331, + 334, + 335, + 340, + 343, + 344, + 347, + 348, + 349, + 350, + 351, + 354, + 355, + 356, + 357, + 358, + 361, + 364, + 366, + 369, + 370, + 371, + 374, + 379, + 380, + 381, + 382, + 383, + 386, + 387, + 388, + 389, + 390, + 391, + 394, + 395, + 396, + 398, + 399, + 400, + 401, + 402, + 403, + 404, + 405, + 407, + 408, + 409, + 410, + 411, + 414, + 416, + 417, + 418, + 421, + 422, + 423, + 424, + 425, + 426, + 428, + 433, + 435, + 436, + 437, + 438, + 439, + 440, + 442, + 443, + 447, + 449, + 450, + 452, + 459, + 460, + 461, + 464, + 465, + 467, + 468, + 471, + 472, + 473, + 474, + 477, + 478, + 479, + 481, + 483, + 486, + 488, + 489, + 490, + 495, + 498, + 499, + 500, + 502, + 505, + 506, + 507, + 515, + 518, + 522, + 523, + 527, + 529, + 532, + 533, + 534, + 536, + 537, + 538, + 539, + 542, + 544, + 545, + 546, + 548, + 550, + 551, + 553, + 554, + 557, + 558, + 559, + 561, + 563, + 564, + 565, + 566, + 567, + 569, + 570, + 573, + 575, + 577, + 578, + 583, + 584, + 585, + 587, + 588, + 590, + 591, + 592, + 594, + 595, + 596, + 597, + 598, + 599, + 600, + 601, + 602, + 604, + 606, + 607, + 608, + 610, + 612, + 613, + 614, + 616, + 617, + 621, + 622, + 623, + 624, + 625, + 629, + 630, + 631, + 632, + 633, + 635, + 637, + 640, + 641, + 643, + 644, + 645, + 648, + 652, + 654, + 657, + 661, + 662, + 663, + 664, + 666, + 667, + 668, + 669, + 670, + 673, + 675, + 679, + 680, + 681, + 682, + 683, + 686, + 688, + 689, + 692, + 695, + 696, + 697, + 698, + 699, + 700, + 703, + 705, + 707, + 708, + 709, + 714, + 717, + 720, + 721, + 722, + 723, + 724, + 725, + 726, + 727, + 728, + 729, + 731, + 733, + 734, + 738, + 739, + 740, + 741, + 742, + 745, + 747, + 749, + 750, + 752, + 753, + 756, + 757, + 760, + 762, + 765, + 770, + 771, + 772, + 773, + 776, + 777, + 778, + 780, + 781, + 784, + 787, + 788, + 789, + 790, + 791, + 792, + 794, + 796, + 797, + 798, + 799, + 802, + 807, + 808, + 809, + 810, + 811, + 812, + 816, + 817, + 819, + 821, + 823, + 824, + 826, + 827, + 828, + 833, + 836, + 838, + 841, + 842, + 843, + 846, + 847, + 849, + 850, + 851, + 852, + 853, + 854, + 855, + 860, + 862, + 865, + 866, + 868, + 869, + 870, + 871, + 874, + 877, + 878, + 879, + 881, + 882, + 883, + 884, + 885, + 888, + 889, + 890, + 894, + 895, + 896, + 897, + 902, + 903, + 904, + 906, + 907, + 908, + 911, + 914, + 915, + 916, + 919, + 923, + 924, + 928, + 929, + 931, + 932, + 933, + 936, + 938, + 939, + 940, + 941, + 943, + 944, + 945, + 946, + 947, + 948, + 951, + 952, + 954, + 957, + 958, + 960, + 961, + 962, + 963, + 964, + 965, + 966, + 969, + 970, + 972, + 975, + 977, + 978, + 979, + 980, + 982, + 983, + 986, + 987, + 988, + 991, + 992, + 997, + 1000, + 1003, + 1004, + 1005, + 1007, + 1008, + 1010, + 1015, + 1016, + 1019, + 1021, + 1022, + 1024, + 1025, + 1026, + 1027, + 1029, + 1030, + 1031, + 1032, + 1033, + 1035, + 1036, + 1037, + 1040, + 1042, + 1043, + 1045, + 1046, + 1048, + 1049, + 1050, + 1052, + 1053, + 1056, + 1057, + 1061, + 1062, + 1064, + 1065, + 1071, + 1072, + 1073, + 1074, + 1075, + 1076, + 1077, + 1078, + 1080, + 1081, + 1082, + 1084, + 1088, + 1089, + 1090, + 1092, + 1093, + 1094, + 1096, + 1097, + 1098, + 1100, + 1104, + 1105, + 1106, + 1108, + 1110, + 1111, + 1112, + 1114, + 1117, + 1119, + 1120, + 1121, + 1123, + 1124, + 1125, + 1128, + 1129, + 1130, + 1132, + 1133, + 1135, + 1136, + 1137, + 1138, + 1139, + 1140, + 1141, + 1143, + 1144, + 1145, + 1148, + 1150, + 1151, + 1152, + 1153, + 1154, + 1155, + 1156, + 1157, + 1162, + 1164, + 1165, + 1169, + 1171, + 1172, + 1175, + 1177, + 1178, + 1179, + 1181, + 1182, + 1183, + 1184, + 1188, + 1189, + 1190, + 1193, + 1194, + 1196, + 1197, + 1201, + 1202, + 1203, + 1204, + 1205, + 1206, + 1207, + 1208, + 1211, + 1212, + 1213, + 1215, + 1217, + 1219, + 1221, + 1222, + 1223, + 1224, + 1225, + 1226, + 1228, + 1229, + 1230, + 1231, + 1232, + 1233, + 1234, + 1235, + 1237, + 1240, + 1242, + 1243, + 1244, + 1245, + 1246, + 1248, + 1250, + 1251, + 1253, + 1254, + 1255, + 1256, + 1258, + 1259, + 1263, + 1266, + 1267, + 1270, + 1271, + 1273, + 1274, + 1275, + 1276, + 1278, + 1279, + 1280, + 1283, + 1284, + 1285, + 1290, + 1291, + 1296, + 1299, + 1300, + 1301, + 1302, + 1304, + 1305, + 1306, + 1311, + 1312, + 1313, + 1314, + 1320, + 1324, + 1326, + 1330, + 1331, + 1332, + 1333, + 1334, + 1335, + 1336, + 1337, + 1338, + 1340, + 1342, + 1347, + 1351, + 1352, + 1354, + 1355, + 1357, + 1358, + 1359, + 1360, + 1361, + 1363, + 1364, + 1365, + 1366, + 1367, + 1368, + 1369, + 1371, + 1373, + 1376, + 1377, + 1378, + 1379, + 1383, + 1385, + 1390, + 1392, + 1394, + 1395, + 1396, + 1399, + 1401, + 1402, + 1404, + 1407, + 1409, + 1413, + 1414, + 1415, + 1417, + 1420, + 1421, + 1424, + 1426, + 1427, + 1428, + 1429, + 1430, + 1432, + 1433, + 1434, + 1438, + 1439, + 1442, + 1443, + 1444, + 1446, + 1447, + 1448, + 1449, + 1451, + 1453, + 1457, + 1460, + 1461, + 1462, + 1463, + 1464, + 1469, + 1472, + 1474, + 1478, + 1480, + 1482, + 1483, + 1484, + 1488, + 1489, + 1490, + 1491, + 1492, + 1493, + 1494, + 1496, + 1498, + 1500, + 1501, + 1502, + 1503, + 1505, + 1507, + 1509, + 1510, + 1511, + 1512, + 1514, + 1518, + 1519, + 1520, + 1521, + 1522, + 1523, + 1525, + 1526, + 1527, + 1528, + 1531, + 1532, + 1535, + 1536, + 1538, + 1542, + 1543, + 1546, + 1548, + 1550, + 1551, + 1554, + 1555, + 1556, + 1558, + 1561, + 1562, + 1563, + 1567, + 1568, + 1569, + 1575, + 1576, + 1579, + 1580, + 1581, + 1585, + 1586, + 1587, + 1593, + 1594, + 1595, + 1596, + 1599, + 1600, + 1601, + 1602, + 1604, + 1605, + 1606, + 1607, + 1609, + 1612, + 1614, + 1616, + 1618, + 1619, + 1621, + 1623, + 1624, + 1627, + 1628, + 1629, + 1630, + 1631, + 1633, + 1635, + 1637, + 1638, + 1640, + 1641, + 1642, + 1649, + 1650, + 1652, + 1653, + 1655, + 1657, + 1660, + 1661, + 1662, + 1665, + 1666, + 1669, + 1671, + 1673, + 1675, + 1676, + 1677, + 1680, + 1681, + 1683, + 1684, + 1686, + 1687, + 1688, + 1690, + 1691, + 1692, + 1693, + 1696, + 1698, + 1699, + 1700, + 1703, + 1704, + 1705, + 1706, + 1708, + 1709, + 1711, + 1714, + 1718, + 1719, + 1720, + 1721, + 1723, + 1724, + 1726, + 1730, + 1733, + 1734, + 1737, + 1739, + 1741, + 1742, + 1744, + 1745, + 1747, + 1749, + 1750, + 1752, + 1754, + 1756, + 1758, + 1760, + 1761, + 1763, + 1765, + 1766, + 1770, + 1771, + 1772, + 1773, + 1774, + 1776, + 1779, + 1780, + 1784, + 1785, + 1786, + 1787, + 1791, + 1792, + 1795, + 1797, + 1798, + 1799, + 1800, + 1801, + 1802, + 1803, + 1804, + 1805, + 1806, + 1808, + 1810, + 1811, + 1812, + 1813, + 1815, + 1816, + 1817, + 1820, + 1821, + 1822, + 1823, + 1824, + 1826, + 1827, + 1829, + 1830, + 1831, + 1834, + 1836, + 1837, + 1839, + 1841, + 1844, + 1845, + 1847, + 1848, + 1849, + 1851, + 1853, + 1855, + 1858, + 1859, + 1860, + 1861, + 1862, + 1863, + 1867, + 1868, + 1870, + 1871, + 1873, + 1874, + 1876, + 1878, + 1879, + 1881, + 1886, + 1887, + 1889, + 1891, + 1893, + 1896, + 1897, + 1899, + 1901, + 1902, + 1904, + 1905, + 1906, + 1907, + 1908, + 1909, + 1911, + 1912, + 1914, + 1918, + 1920, + 1921, + 1922, + 1923, + 1926, + 1931, + 1932, + 1934, + 1935, + 1939, + 1940, + 1941, + 1942, + 1943, + 1947, + 1948, + 1949, + 1951, + 1952, + 1953, + 1954, + 1956, + 1959, + 1961, + 1965, + 1966, + 1967, + 1968, + 1969, + 1971, + 1972, + 1973, + 1975, + 1976, + 1977, + 1979, + 1982, + 1983, + 1984, + 1985, + 1993, + 1995, + 1996, + 1997, + 2001, + 2005, + 2006, + 2009, + 2010, + 2011, + 2012, + 2014, + 2015, + 2017, + 2018, + 2019, + 2020, + 2023, + 2025, + 2027, + 2030, + 2032, + 2035, + 2037, + 2038, + 2039, + 2040, + 2041, + 2043, + 2044, + 2045, + 2046, + 2047, + 2048, + 2049, + 2051, + 2054, + 2056, + 2057, + 2059, + 2061, + 2062, + 2063, + 2066, + 2067, + 2069, + 2070, + 2071, + 2072, + 2075, + 2077, + 2078, + 2082, + 2086, + 2087, + 2089, + 2090, + 2091, + 2093, + 2099, + 2101, + 2103, + 2105, + 2107, + 2111, + 2116, + 2117, + 2118, + 2120, + 2121, + 2125, + 2128, + 2129, + 2131, + 2132, + 2136, + 2137, + 2139, + 2141, + 2142, + 2143, + 2144, + 2145, + 2147, + 2151, + 2152, + 2154, + 2155, + 2158, + 2159, + 2160, + 2163, + 2164, + 2165, + 2166, + 2168, + 2172, + 2173, + 2174, + 2176, + 2181, + 2184, + 2188, + 2189, + 2190, + 2193, + 2194, + 2195, + 2199, + 2203, + 2204, + 2209, + 2210, + 2212, + 2213, + 2214, + 2215, + 2216, + 2219, + 2220, + 2221, + 2223, + 2227, + 2228, + 2230, + 2231, + 2233, + 2235, + 2237, + 2240, + 2244, + 2245, + 2247, + 2251, + 2253, + 2255, + 2256, + 2259, + 2260, + 2261, + 2262, + 2263, + 2265, + 2267, + 2269, + 2271, + 2272, + 2273, + 2274, + 2278, + 2279, + 2280, + 2281, + 2282, + 2284, + 2285, + 2286, + 2287, + 2288, + 2289, + 2291, + 2292, + 2293, + 2294, + 2295, + 2296, + 2297, + 2299, + 2300, + 2304, + 2306, + 2308, + 2310, + 2311, + 2312, + 2313, + 2314, + 2316, + 2318, + 2319, + 2321, + 2324, + 2326, + 2329, + 2330, + 2331, + 2332, + 2333, + 2337, + 2338, + 2339, + 2341, + 2342, + 2344, + 2347, + 2348, + 2350, + 2351, + 2354, + 2356, + 2358, + 2359, + 2360, + 2362, + 2363, + 2364, + 2365, + 2367, + 2368, + 2369, + 2370, + 2371, + 2372, + 2373, + 2375, + 2376, + 2377, + 2378, + 2381, + 2382, + 2385, + 2387, + 2389, + 2391, + 2393, + 2394, + 2395, + 2396, + 2399, + 2401, + 2405, + 2406, + 2409, + 2411, + 2412, + 2413, + 2415, + 2416, + 2418, + 2419, + 2420, + 2421, + 2422, + 2423, + 2424, + 2425, + 2426, + 2427, + 2429, + 2431, + 2434, + 2435, + 2436, + 2440, + 2441, + 2442, + 2445, + 2446, + 2447, + 2448, + 2449, + 2450, + 2459, + 2465, + 2466, + 2467, + 2469, + 2470, + 2471, + 2472, + 2474, + 2475, + 2476, + 2477, + 2479, + 2480, + 2482, + 2484, + 2485, + 2486, + 2487, + 2488, + 2490, + 2491, + 2492, + 2495, + 2498, + 2499, + 2500, + 2502, + 2504, + 2506, + 2513, + 2515, + 2517, + 2518, + 2522, + 2523, + 2525, + 2526, + 2527, + 2528, + 2530, + 2531, + 2532, + 2534, + 2535, + 2536, + 2537, + 2538, + 2539, + 2541, + 2545, + 2546, + 2550, + 2551, + 2552, + 2554, + 2557, + 2558, + 2560, + 2561, + 2562, + 2564, + 2565, + 2567, + 2568, + 2570, + 2571, + 2580, + 2581, + 2583, + 2584, + 2585, + 2586, + 2589, + 2597, + 2598, + 2600, + 2602, + 2604, + 2606, + 2607, + 2608, + 2611, + 2612, + 2613, + 2614, + 2615, + 2616, + 2619, + 2621, + 2622, + 2623, + 2625, + 2626, + 2627, + 2628, + 2630, + 2631, + 2632, + 2634, + 2635, + 2636, + 2643, + 2644, + 2645, + 2647, + 2648, + 2649, + 2650, + 2652, + 2653, + 2654, + 2655, + 2656, + 2659, + 2665, + 2669, + 2670, + 2671, + 2672, + 2673, + 2674, + 2675, + 2677, + 2679, + 2681, + 2682, + 2683, + 2684, + 2686, + 2687, + 2688, + 2691, + 2694, + 2695, + 2698, + 2700, + 2701, + 2702, + 2705, + 2706, + 2707, + 2708, + 2713, + 2714, + 2716, + 2717, + 2718, + 2719, + 2720, + 2722, + 2724, + 2725, + 2729, + 2730, + 2732, + 2734, + 2735, + 2736, + 2737, + 2738, + 2739, + 2744, + 2745, + 2746, + 2747, + 2751, + 2753, + 2755, + 2757, + 2758, + 2759, + 2760, + 2761, + 2762, + 2767, + 2768, + 2770, + 2771, + 2773, + 2774, + 2775, + 2776, + 2777, + 2779, + 2780, + 2781, + 2782, + 2783, + 2786, + 2787, + 2788, + 2790, + 2791, + 2792, + 2795, + 2796, + 2797, + 2798, + 2800, + 2802, + 2804, + 2806, + 2807, + 2808, + 2810, + 2814, + 2815, + 2816, + 2820, + 2822, + 2823, + 2826, + 2828, + 2829, + 2830, + 2831, + 2832, + 2833, + 2834, + 2835, + 2836, + 2839, + 2840, + 2841, + 2842, + 2843, + 2844, + 2845, + 2851, + 2854, + 2856, + 2857, + 2858, + 2860, + 2861, + 2862, + 2866, + 2868, + 2869, + 2870, + 2871, + 2872, + 2874, + 2875, + 2877, + 2878, + 2879, + 2880, + 2881, + 2882, + 2883, + 2885, + 2887, + 2888, + 2890, + 2891, + 2892, + 2893, + 2895, + 2898, + 2899, + 2900, + 2901, + 2902, + 2904, + 2905, + 2906, + 2907, + 2908, + 2910, + 2912, + 2914, + 2916, + 2917, + 2918, + 2919, + 2922, + 2924, + 2925, + 2928, + 2929, + 2930, + 2932, + 2935, + 2937, + 2938, + 2939, + 2941, + 2942, + 2943, + 2944, + 2945, + 2947, + 2948, + 2949, + 2950, + 2953, + 2954, + 2955, + 2956, + 2957, + 2959, + 2961, + 2962, + 2963, + 2964, + 2965, + 2966, + 2970, + 2973, + 2975, + 2976, + 2978, + 2979, + 2980, + 2981, + 2983, + 2984, + 2989, + 2992, + 2995, + 3000, + 3001, + 3002, + 3006, + 3008, + 3009, + 3011, + 3013, + 3015, + 3017, + 3018, + 3019, + 3021, + 3022, + 3029, + 3030, + 3032, + 3033, + 3036, + 3037, + 3038, + 3040, + 3041, + 3042, + 3043, + 3047, + 3048, + 3049, + 3050, + 3052, + 3053, + 3056, + 3057, + 3060, + 3062, + 3063, + 3066, + 3068, + 3070, + 3072, + 3073, + 3075, + 3076, + 3077, + 3078, + 3080, + 3082, + 3083, + 3084, + 3087, + 3088, + 3091, + 3092, + 3093, + 3095, + 3100, + 3104, + 3107, + 3109, + 3110, + 3112, + 3113, + 3114, + 3115, + 3116, + 3121, + 3123, + 3124, + 3125, + 3127, + 3128, + 3133, + 3134, + 3136, + 3139, + 3141, + 3143, + 3144, + 3147, + 3149, + 3150, + 3151, + 3152, + 3153, + 3155, + 3156, + 3158, + 3160, + 3161, + 3162, + 3164, + 3166, + 3169, + 3172, + 3173, + 3176, + 3178, + 3179, + 3180, + 3181, + 3182, + 3184, + 3187, + 3189, + 3190, + 3193, + 3195, + 3196, + 3200, + 3202, + 3203, + 3204, + 3205, + 3206, + 3207, + 3208, + 3209, + 3210, + 3211, + 3213, + 3217, + 3219, + 3220, + 3221, + 3224, + 3225, + 3226, + 3228, + 3230, + 3231, + 3233, + 3234, + 3235, + 3238, + 3239, + 3241, + 3242, + 3243, + 3245, + 3248, + 3250, + 3253, + 3254, + 3255, + 3256, + 3257, + 3258, + 3259, + 3260, + 3262, + 3263, + 3264, + 3265, + 3266, + 3267, + 3268, + 3270, + 3271, + 3275, + 3277, + 3279, + 3282, + 3287, + 3288, + 3289, + 3290, + 3292, + 3293, + 3296, + 3298, + 3299 + ], + "name": "", + "subplot": "mapbox", + "type": "choroplethmapbox", + "z": [ + 428.57939153557606, + 1437.530084270377, + 657.2891124707429, + 6881.913710880628, + 5621.621479613285, + 18677.2533826279, + 47.97185940719146, + 3547.7600143835966, + 16457.031048815887, + 3090.715173049767, + 606.0472961231179, + 17.845076190473193, + 12238.137295984148, + 14.807093378349107, + 101.3424048152385, + 14366.933793812588, + 258.0720530530094, + 2157.6229561539603, + 8798.927470874745, + 1847.1675573086525, + 1195.840376819816, + 9368.689373522082, + 859.8630075565167, + 2904.079510091653, + 10917.203595127405, + 2330.2488749478016, + 5144.845273598376, + 843.0447312124746, + 818.0167605060652, + 1021.4029546131602, + 50.202422978338, + 11960.181739355565, + 13.619040362317238, + 74.48297055325128, + 11674.081532922135, + 157.17783124300365, + 5583.227409380225, + 1672.5316564836908, + 242.91119373918752, + 4855.201258808968, + 13374.006832388806, + 59.22837351339643, + 156.61896416664828, + 769.2046942148492, + 12778.304920223525, + 592.6659119360314, + 121.61088577828619, + 1295.9283701299635, + 534.5778241812342, + 126.0991301991557, + 12185.869225015287, + 6.275302872292249, + 19222.169137478788, + 12536.289753240064, + 3014.956581115799, + 4285.555873016255, + 8876.88852439122, + 933.1335634737513, + 10129.495699856605, + 16603.46974214759, + 8958.66858566703, + 4320.683689031827, + 108.9523228985379, + 3688.918109769077, + 607.0908285123131, + 7762.828208847205, + 10510.56308553533, + 13155.904015614771, + 85.7333624961838, + 1114.53371245039, + 21038.183376625064, + 6904.185276288009, + 15120.327285462974, + 2.644757176861312, + 49.850244726609105, + 142.88893749363967, + 12213.712731760525, + 7480.187907212839, + 10961.487159687447, + 12.609913019915572, + 1339.310598548677, + 115.76184307969652, + 12770.090732725208, + 3291.1872981979577, + 552.2266527617174, + 166.05643640950854, + 25334.483128776203, + 16371.854640137453, + 3688.918109769077, + 6528.703396182629, + 18234.47359361904, + 600.133537473287, + 2472.1437602192473, + 2072.324835298011, + 124.9155333333124, + 1640.600908694133, + 4636.072759574651, + 8229.003270997295, + 7.403546689174553, + 593.3547683155206, + 20.2684809630477, + 11882.828953964865, + 88.269391139409, + 2341.9315851075835, + 25.219826039831144, + 400.0890249821913, + 243.22177155657235, + 15409.756231274236, + 5345.329983012217, + 14552.216960679805, + 12646.07487980308, + 7906.093350582105, + 3826.3903836264967, + 4012.6994109238535, + 222.95329059352466, + 13797.323057251366, + 2257.645212399508, + 4865.605845463716, + 4615.312681044548, + 714.4446874681988, + 608.0544288914311, + 2519.5224670286775, + 6992.625932251408, + 1255.3648516916285, + 5492.959870539461, + 17055.67551306863, + 50.43965207966229, + 101.3424048152385, + 1439.062148376389, + 10253.993818850211, + 2557.7119811361517, + 13914.549084713135, + 2152.346076806446, + 214.33340624045957, + 5638.079032962676, + 9571.246987508957, + 7693.965031465106, + 110.60230845128976, + 4631.35517026831, + 2427.6006294044864, + 3030.1910213246238, + 3140.5654177763763, + 1300.2893311921218, + 11.070429093967252, + 11237.904920831594, + 15570.134219389827, + 13060.764118371599, + 1657.6624615041242, + 36.867436150429924, + 14999.816254974665, + 3472.2011810954464, + 15453.575865248838, + 491.786607776707, + 4674.089311219637, + 5095.540560280343, + 4940.236444157595, + 140.2254351902517, + 35.056358797562986, + 451.616348039648, + 18992.943240837994, + 2772.0453873766114, + 419.3592904761198, + 2249.801386898299, + 11714.807510753151, + 15687.608542303708, + 14356.870481263437, + 2715.976449048397, + 177.68512054018927, + 66.42257456380355, + 623.6038314066581, + 709.3968337066699, + 16991.032357551114, + 8123.2072015715175, + 6607.524793953509, + 18888.0501122855, + 1366.0197433845424, + 1641.7469580068664, + 303.3662952380443, + 26217.036844327813, + 5204.771940441078, + 231.98599047615164, + 6547.840229769915, + 5569.174481390597, + 14.288893749363966, + 21610.96969458177, + 125.46486306496206, + 12612.111915832116, + 12618.249919686554, + 442.40923380515926, + 13254.635265709658, + 2308.9720871507893, + 1794.6088101579292, + 6986.379150506407, + 1747.872537581313, + 57.155574997455865, + 1532.1420407606918, + 12.609913019915572, + 491.786607776707, + 873.6185093225953, + 13757.454977716752, + 60.8054428891431, + 3898.3736315721208, + 92.1685903760748, + 6647.803122360724, + 12598.274457574455, + 14297.860437640062, + 16908.2218899874, + 851.2762004480041, + 4248.542847243753, + 138.70904321907128, + 5784.038085008888, + 1621.4784770438187, + 14655.971949623092, + 6810.209603583982, + 8531.393788065858, + 653.155316544068, + 2457.689724890604, + 5533.295302912003, + 534.5175697771355, + 15702.827088881884, + 1071.8426066928228, + 1418.7936674133412, + 2138.189336883807, + 405.5417976547293, + 8207.789196104737, + 178.45076190473202, + 36.867436150429924, + 16661.36140060753, + 6369.667706510868, + 7138.179563532502, + 238.72364712920393, + 8292.237940656052, + 3571.4949294631215, + 1228.844862445302, + 8369.815928608981, + 16448.27855086781, + 1185.97818119721, + 608.0544288914311, + 10489.907306876235, + 17347.885164859952, + 14528.039096720197, + 2583.5015872561494, + 11764.65775547976, + 10185.950520470744, + 579.7574287423522, + 160.07965762163525, + 11042.25452592612, + 13758.667544544127, + 1870.1663261841757, + 6619.184835568328, + 6820.128040502612, + 2089.133821941491, + 3531.4917707362806, + 989.3699050314199, + 553.0115422564492, + 2071.2555828863997, + 1199.175825907349, + 605.275824955947, + 1876.0295503916002, + 17.845076190473193, + 7983.392665056006, + 273.93122749945854, + 209.04697326153112, + 7.403546689174553, + 512.791341015455, + 3159.1979773231906, + 4464.683502202412, + 85.7333624961838, + 6235.877131354077, + 5584.209167869666, + 4569.852673616203, + 4943.46539885191, + 9487.686863544137, + 13944.41605359733, + 6481.878902597429, + 2887.6700815606637, + 248.71974317119046, + 5448.084942686541, + 15531.808416677753, + 7488.900666988003, + 5367.4472631787285, + 9610.03438191524, + 479.17669475679145, + 3404.76009057927, + 10184.777298044926, + 214.36852133856476, + 14997.186723756864, + 3543.6456498422663, + 14922.84630112084, + 75.65947811949343, + 13570.101888001638, + 112.95545170126046, + 10400.821045246716, + 6926.150905884858, + 5001.161875762725, + 2917.5750683668557, + 16.60564364095088, + 2717.130979700432, + 2343.378574895692, + 1331.004623407787, + 3988.019578128732, + 81.0739238521908, + 6364.8546382991835, + 20113.25846512807, + 958.5533399111788, + 3496.9782905293364, + 3955.991866712532, + 9723.723062162444, + 7.448297055325128, + 20.2684809630477, + 11067.594209439596, + 8498.937880990108, + 14134.642852735493, + 6470.698892084085, + 428.65422149491, + 12583.513686683535, + 238.46150914710557, + 2080.3060678402044, + 11287.637959835594, + 16622.586425122252, + 131.7813603181372, + 12202.388567626755, + 16201.329536147976, + 9092.521606219747, + 1600.3560999287654, + 4823.760343051608, + 6327.3698099479725, + 1046.6227806529914, + 16649.98173868745, + 317.986635408294, + 1134.892171792401, + 7848.966337814308, + 7093.6805211588935, + 14918.493473863746, + 1364.0951375659083, + 466.5667817368759, + 1180.3929665911742, + 14470.384962258195, + 871.5446814110519, + 29.521144250579354, + 14772.409300784031, + 3719.93518091809, + 15650.694811210511, + 1384.4632308756416, + 11085.957277155274, + 12874.280909040537, + 466.42344141799714, + 13310.015342004644, + 2457.689724890604, + 1743.0893628221052, + 7.403546689174553, + 7594.603803916816, + 13547.059547079045, + 208.4930812697162, + 19342.646021960583, + 128.6000437442757, + 177.68512054018927, + 761.1839805366129, + 14267.293943022061, + 9.225357578306044, + 155.90095785166451, + 8063.619997841758, + 557.2115977296869, + 3354.9366896891265, + 25.101211489168996, + 6982.963416575301, + 11.810517419275875, + 4499.602773796591, + 40.5369619260954, + 2017.5860831864977, + 1125.4995222062873, + 8343.43728564097, + 10818.221728445511, + 170.51689080657422, + 2730.7016288921513, + 9244.058656136604, + 5763.47090926223, + 16233.208004785949, + 5026.58327883582, + 16593.721604231985, + 3178.671140795856, + 442.9557062302832, + 23908.514692462333, + 3478.5445724541214, + 1905.2372105264872, + 7929.770959317437, + 707.1188305322175, + 7189.150049333767, + 24316.552692964004, + 16488.1148227324, + 1611.4818834176365, + 10311.734783617196, + 7078.7347511785, + 14869.695865312948, + 19093.389562529977, + 1660.9702433375087, + 979.9488779247484, + 142.88893749363967, + 4450.083352620354, + 11813.459603927324, + 3852.9808154768334, + 28189.803973207883, + 14303.419223786543, + 378.616611925471, + 3776.0110156141213, + 173.1537726471211, + 40.5369619260954, + 14207.31974708361, + 199.40097890643642, + 10406.520931398592, + 442.1464281127483, + 11728.74706111452, + 8916.915658281418, + 489.9744389623742, + 184.33718075214958, + 28.577787498727933, + 713.9660164173742, + 37.829739059746714, + 13672.148621977485, + 1.8450715156612087, + 13549.282709637255, + 3734.2463707953075, + 2383.4550577040386, + 13401.636867551495, + 12777.421781520321, + 405.5417976547293, + 3246.6332371335257, + 7217.835128599271, + 17226.63397090495, + 15212.185152687625, + 735.9808236151653, + 687.4133320198072, + 27047.67563543521, + 14753.030870112854, + 1900.422868665409, + 1781.7252325904517, + 11959.830623763313, + 625.0116126560487, + 647.9670661616763, + 4215.844040313928, + 17689.85854709961, + 847.6411190474776, + 461.79188932716215, + 21335.90474298854, + 10518.726611159635, + 9492.438995672745, + 881.0220560117698, + 6401.108435379487, + 6275.0215816819555, + 3125.603151847749, + 12369.697237129449, + 10306.1042241977, + 60.8054428891431, + 6451.801326325186, + 3657.956799837178, + 643.0002187213789, + 81.0739238521908, + 18591.31641013391, + 19861.982606429596, + 886.6878321941856, + 2143.560523244193, + 13060.764118371599, + 14084.6951806231, + 474.0913439869886, + 1688.008645131801, + 14176.571215664844, + 2371.95636239442, + 7427.686464264764, + 18139.616592974777, + 11820.505902309149, + 4803.6299882423, + 2063.1782843250667, + 13662.868234415751, + 4253.868992809685, + 16574.2417863991, + 7.403546689174553, + 75.65947811949343, + 167.90150792516974, + 13480.13026326124, + 17058.70681682246, + 7541.937832178358, + 8730.509936690489, + 3073.479464486404, + 20.2684809630477, + 3619.963412903896, + 21089.789016597504, + 1216.6253929641884, + 1843.3718075214979, + 306.93040345183357, + 3762.3031179636864, + 133.838071428549, + 3172.134412358803, + 1399.2703242539908, + 1113.5782703690322, + 542.9779624758311, + 9956.341927209483, + 5122.460043697539, + 1225.7136326085533, + 5328.005903035836, + 25670.04679493537, + 20.2684809630477, + 16580.095176513965, + 2991.014683596549, + 1432.3418827752228, + 6935.115247980096, + 1900.422868665409, + 3463.749611329922, + 10656.863579919922, + 778.8404081487498, + 2516.686891034008, + 580.9671703153612, + 6935.400583803462, + 476.22288586863596, + 3143.556624860075, + 4935.174227934306, + 11262.01335841508, + 7181.917361903504, + 14991.318820899494, + 5108.036293090082, + 2979.466701568018, + 9685.35939781346, + 836.6007758767228, + 7541.937832178358, + 23362.195390412555, + 258.0720530530094, + 11350.552232664124, + 17052.66407286163, + 1196.4508013701513, + 10185.950520470744, + 129.15500609628447, + 1328.8671186908498, + 186.2074263831282, + 8287.120893199542, + 1791.2600474379785, + 1185.97818119721, + 27162.57744019971, + 1198.4755518839188, + 63.04956509957786, + 13830.716891149843, + 40.5369619260954, + 2949.394892034397, + 19174.7411085755, + 952.3457495591659, + 12.550605744584498, + 14899.583315489464, + 13679.148039122596, + 5898.127960246854, + 432.8844316178027, + 4169.70641784729, + 1223.8767691937173, + 99.70048945321821, + 6859.642145473247, + 3619.294857175235, + 5452.221379059813, + 11256.559536341829, + 388.14265032604175, + 423.9755157299443, + 12309.829565164617, + 252.1982603983115, + 1216.1088577828637, + 1033.692529115434, + 71.42989858926269, + 15544.340436491391, + 2012.0993115175747, + 57.155574997455865, + 18.433718075214962, + 9619.88196102599, + 273.93122749945854, + 1114.766452967625, + 6729.783038092236, + 35.69015238094639, + 40.5369619260954, + 5776.276310371861, + 11123.924343295743, + 4200.934762313006, + 5745.882041790851, + 1018.9208853447228, + 12.609913019915572, + 547.8624549989171, + 13310.015342004644, + 14.288893749363966, + 365.6874775775515, + 18432.330071581513, + 143.9155782215741, + 11255.251333633702, + 584.8876704646045, + 20.2684809630477, + 9551.713566812328, + 17258.50329164335, + 4843.934981034365, + 2591.85674025993, + 10342.942664520506, + 3540.950494202438, + 6094.813485623545, + 1210.6947671879832, + 53.57242394194702, + 957.3558812073865, + 2443.0551683906947, + 3534.0310219478642, + 485.82238747837516, + 37.829739059746714, + 1286.211128031389, + 4036.984258472081, + 7.403546689174553, + 14484.07031996192, + 709.708143117448, + 0.5081682556282576, + 23130.513553146404, + 4968.0282511870155, + 11658.426719690315, + 2959.19822060497, + 2064.5764244240777, + 5213.168173020902, + 7945.244537514631, + 11317.453528838685, + 743.984868175018, + 1474.6974460171982, + 15707.804297263889, + 289.5303502959484, + 875.0162577184686, + 18811.500110145862, + 1677.468344844563, + 36.867436150429924, + 2829.8225938455325, + 3915.1568873257297, + 16550.281249234235, + 4386.821535941605, + 142.88893749363967, + 4815.357193535638, + 812.0458982187756, + 2194.1248654653145, + 9924.216176942284, + 608.0544288914311, + 740.570661904638, + 107.14484788389403, + 2022.4274938041133, + 770.2022765958131, + 5350.878974244577, + 4701.046043540729, + 469.85689249994533, + 3722.80611191311, + 5451.420797461408, + 18603.92418631142, + 1961.9398726312618, + 567.5174669653356, + 628.711324972015, + 14517.899632201788, + 2029.0229124096847, + 1195.840376819816, + 12891.076944977074, + 182.41632866742927, + 5612.434482659918, + 7065.148658879723, + 1471.8070675005304, + 10172.784143018385, + 35.714949294631346, + 7527.7891076946735, + 5416.3342548362825, + 2957.801006118343, + 40.5369619260954, + 121.61088577828619, + 15380.173289305505, + 1067.893744069064, + 15069.891247596066, + 259.1241341211094, + 19890.247645916927, + 1945.7741724525827, + 7.403546689174553, + 2447.327290281063, + 16548.02230714411, + 3328.8073206871, + 6518.768467248102, + 16488.262494414186, + 1857.3892022750636, + 3563.450465180888, + 1069.1556483624686, + 144.3099654147383, + 6181.430346099535, + 176.53878227881802, + 2204.884975330682, + 25.219826039831144, + 11115.305266091842, + 1298.6532948534089, + 510.8447215530445, + 15498.98892217586, + 8028.925582009756, + 1694.9083207047108, + 7175.449380110264, + 13462.705823313694, + 1588.849040509365, + 1071.4484788389414, + 3697.0798576251705, + 9003.996177650315, + 5729.693234401163, + 794.3021802681989, + 2071.2555828863997, + 8408.82723817587, + 81.0739238521908, + 207.29930729688752, + 7804.243139714279, + 185.08866722936384, + 8307.224234351046, + 4112.402100369133, + 138.05666319042945, + 1013.4240481523861, + 695.9333887824072, + 5481.700685823603, + 81.0739238521908, + 2715.976449048397, + 2561.230021848769, + 40.5369619260954, + 2643.4453436323356, + 346.7557623990034, + 2949.394892034397, + 15665.125440083984, + 1400.3115874376697, + 12023.232949044721, + 3361.2101968852644, + 5898.127960246854, + 6146.952052437059, + 13010.91387364499, + 6229.9576747226265, + 3.6901430313224175, + 10363.699371566823, + 900.2003062099305, + 2614.6340442331584, + 7772.776327175863, + 1677.1184316487747, + 28.577787498727933, + 18148.108174586538, + 747.7536708991368, + 22.21064006752366, + 222.95329059352466, + 401.51421428564663, + 1581.2811439240259, + 3686.743615042996, + 12466.63894655954, + 2791.613704690112, + 10119.998148602268, + 1053.9610100784816, + 3265.739256747351, + 6570.111795177296, + 2727.171919192161, + 16500.431004507627, + 141.87936674133388, + 20.2684809630477, + 20.410870354671005, + 416.12333040581353, + 868.5910508878452, + 6460.224657608287, + 1905.2372105264872, + 156.61896416664828, + 92.1685903760748, + 10060.397188411287, + 4172.356974814279, + 43.28844316178027, + 1601.6723969858715, + 56.21718111880833, + 13145.541102293038, + 6242.692136618658, + 11415.706042393496, + 101.3424048152385, + 16991.032357551114, + 1006.8823497277364, + 9730.396063380327, + 283.75873348266776, + 20808.435433822247, + 11084.156122598351, + 1135.8498357764129, + 1491.394863625205, + 667.9717546277121, + 4743.843431772064, + 1679.33770942843, + 2432.2177155657287, + 423.9755157299443, + 10564.896484656323, + 16401.42186406735, + 20.410870354671005, + 5097.464564413511, + 7620.948842105874, + 4835.473738481088, + 1247.2076628133161, + 5284.12594102057, + 19785.480422746838, + 12.609913019915572, + 2357.667468645056, + 15952.07831251493, + 875.0162577184686, + 23154.056302119283, + 20.2684809630477, + 10401.530339201076, + 1053.4627475275902, + 15304.025131069011, + 3.6901430313224175, + 64.57750304814235, + 6871.015046473124, + 13119.530351040466, + 11921.248850340193, + 47.66664126811033, + 16261.989485660612, + 11359.943909357822, + 147.46974460171967, + 5015.401706026727, + 31.366215766240565, + 11919.729332465742, + 3149.7217846704166, + 221.40858187934464, + 1857.556187417317, + 36.867436150429924, + 6681.4696222142, + 124.9155333333124, + 8693.584515649729, + 8.922538095236597, + 6006.407124488023, + 11835.877155262788, + 547.2489860022879, + 14.288893749363966, + 6709.708690075956, + 873.6185093225953, + 1257.7206429932555, + 649.3266474267041, + 9002.091376372942, + 12362.86069219907, + 4805.017190957619, + 912.0816433371474, + 13187.980860288993, + 16882.492833094322, + 20.428560543475857, + 9568.550093269503, + 542.9779624758311, + 44.543130814761284, + 25.219826039831144, + 4126.878899810277, + 277.4180864381426, + 15850.708873532938, + 22336.83667147842, + 12496.729492947863, + 8774.996770507978, + 1043.0892437035702, + 11985.440051711128, + 1206.7781103354507, + 14907.907383912823, + 2487.9800702545253, + 14997.186723756864, + 14257.169991810219, + 3585.1725113768616, + 655.7154770356092, + 55.301154225644886, + 20056.960549470947, + 10403.419454822208, + 4187.054296587542, + 7676.996003739065, + 6879.3337722720635, + 128.6000437442757, + 3835.03718499244, + 3296.191680292323, + 20.2684809630477, + 36.17164058313626, + 2691.913215236894, + 12946.740301887374, + 9877.572589637646, + 342.9334499847354, + 26.76761428570979, + 792.649877234244, + 7325.231218028955, + 587.7859479283834, + 9.225357578306044, + 4033.427711646501, + 130.0334108996263, + 6976.980052176965, + 11904.233373311628, + 3751.464326769286, + 14520.39755045824, + 12.609913019915572, + 1803.9967979978323, + 9926.641305381263, + 9198.156513248197, + 770.2022765958131, + 1929.000656164137, + 9425.595842908931, + 1172.721910852148, + 6181.430346099535, + 25.219826039831144, + 2867.4478235395654, + 8932.541392085892, + 5168.683432652164, + 7054.147254566353, + 101.3424048152385, + 11980.170731995184, + 90.4085042673992, + 6.275302872292249, + 4580.67669764878, + 13075.431549747474, + 3503.5288817806986, + 734.9616584435613, + 15345.603566483804, + 63.04956509957786, + 2347.215350282658, + 132.84514912760687, + 12379.526272557348, + 427.67425601099296, + 8623.474963104165, + 2244.5645175449763, + 3769.93745912688, + 843.0447312124746, + 794.4245202546803, + 3500.7789685941743, + 2209.2644249722034, + 2080.3966196580554, + 445.9065811870493, + 1743.2450374224052, + 11619.020006247061, + 11066.754329307232, + 1276.914300672007, + 330.133909523754, + 2676.7683924348917, + 63.04956509957786, + 17554.51047144949, + 20551.648560818143, + 4262.75963340523, + 1953.052842593897, + 1979.8544244030898, + 11612.193030896771, + 2104.3307693024576, + 2308.427341412767, + 1177.1639235787522, + 19092.64373029121, + 9760.00579551226, + 844.8641723343425, + 9189.02770357362, + 400.0890249821913, + 1057.3781374529342, + 147.46974460171967, + 1443.6916043890385, + 202.77089882736453, + 9483.920278548258, + 428.66681248091925, + 11639.340849611594, + 1285.8848323442746, + 506.7120240761924, + 8969.188456425843, + 11855.695505484642, + 995.4207760616088, + 1021.6894431060854, + 977.2681629710384, + 935.4057471099871, + 2756.3203394214943, + 8552.601448999238, + 5959.580148086068, + 15752.677333608493, + 500.11128122773914, + 90.4085042673992, + 4877.472824216349, + 3029.245474865163, + 14747.100900009616, + 19815.660359222646, + 18.825908616876745, + 6348.36519561726, + 13133.115556490577, + 6636.926491399438, + 7776.638177351028, + 10796.871092016647, + 10267.091144948232, + 178.17252325904516, + 10910.49648406111, + 8194.036756507536, + 15413.671048749713, + 71.95778911078716, + 2286.222999898236, + 10511.598232655591, + 7143.804624134805, + 3166.4211471485914, + 952.6186052632429, + 8978.937066630078, + 12620.579086483654, + 6497.011320174181, + 304.02721444571546, + 121.61088577828619, + 19111.61523534592, + 743.984868175018, + 15702.827088881884, + 71.44446874681984, + 5444.068518507633, + 1925.505691489535, + 11247.888025086777, + 1271.9265471898334, + 66.63192020257098, + 19911.249708067324, + 23969.173368778807, + 12063.759223839415, + 8365.482767875996, + 26763.977794760332, + 92.1685903760748, + 14897.577577849159, + 14265.216920659148, + 259.1241341211094, + 9213.534318844224, + 143.6027722367586, + 3229.3769840701816, + 5979.201884099043, + 770.2022765958131, + 14221.108693268361, + 1504.5560051756804, + 19482.996438358132, + 16.60564364095088, + 1009.3217269048487, + 214.36852133856476, + 588.4154673706863, + 982.1611056023629, + 9335.513184210067, + 18.365642902943932, + 138.38036367459048, + 12591.160487214462, + 13948.28166797784, + 1043.0892437035702, + 378.23966071054883, + 11182.873337367868, + 6699.368021088952, + 10592.407701454797, + 101.3424048152385, + 50.43965207966229, + 29.614186756698214, + 529.6163468364537, + 10667.952371494359, + 814.4669437137467, + 12502.904689406883, + 871.5446814110519, + 2756.5134109744927, + 3607.993595995649, + 17092.720182600482, + 71.42989858926269, + 15383.430376280376, + 16899.354017618127, + 5077.916912882777, + 400.8881773328516, + 2857.8558157897314, + 10060.397188411287, + 9040.182005105524, + 148.07093378349103, + 9286.902149789334, + 6726.012753028962, + 2322.6484774770875, + 5055.645347475396, + 2700.6009186297915, + 608.3126964820941, + 1057.2047230007597, + 18.45071515661209, + 25.101211489168996, + 103.64965364844372, + 488.6340814855208, + 16301.286275483248, + 1114.766452967625, + 1657.5116749262213, + 4610.214039327779, + 100.87930415932456, + 26684.271164325724, + 626.7464145573091, + 335.5951189291244, + 19416.181742135992, + 11091.244472846058, + 7143.804624134805, + 1273.4100305380223, + 244.31704074276033, + 897.3044050789642, + 178.45076190473202, + 101.3424048152385, + 37.829739059746714, + 2677.0925334965173, + 1129.7848672353548, + 12.550605744584498, + 16799.53247286727, + 3568.6053846360974, + 195.86110188547974, + 18.45071515661209, + 9617.15264149083, + 518.2482682422191, + 37.829739059746714, + 108.9523228985379, + 5995.719901392013, + 113.48921717924013, + 155.90095785166451, + 331.80692535386936, + 580.0559989161159, + 3637.4787547909737, + 2733.5250193043103, + 14826.531791984302, + 8484.98846076487, + 18749.15201668867, + 4899.74438962373, + 857.3336249618386, + 7826.488422077638, + 40.5369619260954, + 12711.812405285335, + 17930.935541238123, + 6779.633282818845, + 3766.09455507489, + 614.4943752014876, + 11065.231047314799, + 7555.116333686368, + 6414.353652213775, + 4357.7234070552595, + 1880.500859050341, + 13351.045122583937, + 5354.230371326449, + 10580.147062710887, + 18095.638835759062, + 10469.737095523706, + 1977.99593335626, + 11447.7825720747, + 11536.670881023094, + 6993.271537917532, + 202.68480963047696, + 4403.236264680075, + 29.41859926919255, + 6815.099014658485, + 5968.779529178012, + 1016.7414028647738, + 11383.953127507959, + 7151.837599479475, + 5388.333749487764, + 1021.6894431060854, + 13002.868973725666, + 6439.980440771347, + 16723.3293731533, + 1990.8415521232178, + 17635.452997074593, + 12813.379175886988, + 7044.928001784478, + 327.8577385178048, + 26227.138975982583, + 50.43965207966229, + 6185.507984454489, + 335.8030158503405, + 14387.253245234018, + 107.07045714283919, + 1250.0232253120985, + 20.428560543475857, + 11.895701676889972, + 6729.783038092236, + 269.38044128653615, + 7.380286062644835, + 6035.594225400155, + 682.0675632262967, + 403.51721663729813, + 9480.1690524299, + 23276.06579768508, + 737.348723008599, + 15652.976844155275, + 5391.415936170672, + 118.08457700231725, + 8323.671762708449, + 141.87936674133388, + 476.691011540809, + 2006.579615341726, + 75.65947811949343, + 12.609913019915572, + 15954.58731522425, + 7498.593361878482, + 1788.9529474622716, + 6217.764914735147, + 6560.714980632207, + 416.1271296572137, + 15367.39732243203, + 346.9847960294072, + 2642.0629705102847, + 5101.135068522908, + 6481.025533547772, + 4100.912506067461, + 9614.236939435143, + 18494.44079357192, + 2754.45759810009, + 4029.4680373206415, + 27878.31442654261, + 6.275302872292249, + 17877.099642200064, + 92.1685903760748, + 11031.974725947244, + 5456.533524808252, + 4187.420557035169, + 7817.319457990625, + 2271.6996715528235, + 238.72364712920393, + 51.82482682422187, + 14.288893749363966, + 1167.2063342463614, + 14535.545396429508, + 19723.813136678196, + 85.7333624961838, + 11182.873337367868, + 9422.899346040236, + 10902.035420834993, + 1021.6894431060854, + 2035.975339523008, + 101.3424048152385, + 1206.6241229626742, + 7709.248459998685, + 3096.8646366361168, + 16550.281249234235, + 43.28844316178027, + 1391.8667775648162, + 12.609913019915572, + 266.527680810284, + 5184.361070086407, + 9170.891930702908, + 100.87930415932456, + 6581.09708952458, + 14356.870481263437, + 259.73065897068165, + 18614.030559565465, + 12291.180191405012, + 458.09710967733366, + 6968.091248212931, + 7779.029027740632, + 10128.703313910555, + 571.9996952173248, + 16400.730515054413, + 5185.901652798638, + 13585.035957244823, + 214.36852133856476, + 4635.379411289683, + 271.4889812379155, + 296.1418675669822, + 2.0326730225130305, + 27826.399502098397, + 7839.591023398006, + 258.0720530530094, + 2687.4488472173066, + 3797.345923494286, + 130.0334108996263, + 7926.188911530856, + 17697.177870786778, + 3.6901430313224175, + 1314.022359035458, + 37.829739059746714, + 15613.38228115573, + 18469.540472358156, + 18261.765236347404, + 2938.9857266046715, + 20.410870354671005, + 1226.6347060252765, + 5857.421702141108, + 11443.835115715943, + 464.3724125496259, + 25915.545642722464, + 11458.138570529196, + 475.416192731006, + 36.867436150429924, + 7327.345019028246, + 5516.75436977433, + 405.3696192609539, + 13436.785792961366, + 14933.334692204919, + 7349.6165844356265, + 252.1982603983115, + 2287.6959269549448, + 7552.240717761525, + 53.53522857141958, + 6577.787448347892, + 311.80191570332903, + 2315.2615939612956, + 895.3038244140047, + 946.4461563077315, + 12612.111915832116, + 37.829739059746714, + 3788.6185992222954, + 63.04956509957786, + 1.5245047668847729, + 276.5057711282244, + 5278.361001549205, + 383.6691380951735, + 570.2686828052406, + 244.9872194811871, + 13376.128936990133, + 2739.4025451078123, + 5300.632566956586, + 14.288893749363966, + 771.6002624656547, + 222.95329059352466, + 14.288893749363966, + 184.33718075214958, + 15309.809464048389, + 110.60230845128976, + 1944.1595443377566, + 720.0618866656334, + 779.1919769120449, + 8773.64307188321, + 3.6901430313224175, + 1380.8370552576, + 12859.908894421716, + 548.3526919927001, + 12619.555456679704, + 813.6765384065902, + 101.3424048152385, + 14.807093378349107, + 8569.939914864013, + 86.68894059975086, + 12444.4455768374, + 14.288893749363966, + 344.56417637181085, + 3114.978837361347, + 9920.198700595221, + 12137.485994616558, + 729.6653146697176, + 12.609913019915572, + 12182.998742323249, + 8.922538095236597, + 3184.095775328668, + 8813.253466566786, + 60.8054428891431, + 5324.478508898984, + 11944.818408542824, + 5046.8517597988675, + 947.1546498055734, + 620.2268226373528, + 19786.532740448503, + 275.58699104702976, + 932.3501243001951, + 2703.111828298118, + 1469.582665536314, + 3389.816641409422, + 800.1780499643827, + 740.0981890573476, + 12698.328105575287, + 2992.1263935551983, + 63.04956509957786, + 18.433718075214962, + 17227.044113308548, + 589.8789784068791, + 11716.315283067639, + 24600.169088551127, + 881.0220560117698, + 1414.07741763234, + 17517.717039544383, + 11152.84338814814, + 755.8567401086078, + 28.42410489791844, + 22790.651831009796, + 10397.9252346963, + 22553.278887287313, + 7377.0359671016595, + 587.7859479283834, + 7012.727792208419, + 4674.089311219637, + 50.43965207966229, + 18793.542261931565, + 25.831001219256933, + 3425.5002319696464, + 16758.766104654118, + 526.0569579967458, + 3553.767935770787, + 1606.56963155088, + 1814.689506169225, + 695.9333887824072, + 1641.7469580068664, + 11849.442088288974, + 3410.3378161314913, + 866.2149626334208, + 6110.737127780766, + 11380.668427906754, + 2198.6959526403325, + 398.80195781287284, + 15196.902406058383, + 385.10113829790623, + 4816.965403702333, + 6769.672641657888, + 897.3044050789642, + 6181.886693729516, + 31.376514361461247, + 12338.447235688773, + 2143.560523244193, + 908.692240749668, + 15.197840967528846, + 3829.423524829546, + 697.9034261725276, + 10133.445079003764, + 729.6653146697176, + 567.5174669653356, + 995.6341927209462, + 1947.9799422801145, + 4842.679698906723, + 2271.934106148872, + 19275.48405660655, + 3173.2364044198844, + 1057.2047230007597, + 12339.03337118435, + 3808.4376846620726, + 657.2891124707429, + 6324.9988428764, + 1395.8068523450559, + 2000.2652947577608, + 40.857121086951715, + 117.6743970767702, + 7185.88156485554, + 1800.400612419861, + 2228.467553441548, + 390.9073036173826, + 21381.960350437148, + 110.70429093967243, + 20.2684809630477, + 18.433718075214962, + 10042.918813533044, + 51.82482682422187, + 13868.968989272671, + 243.22177155657235, + 1330.0317482912783, + 4547.697515149173, + 425.6381002240016, + 7.403546689174553, + 1386.6536268145567, + 3406.5419190897, + 8712.440687286155, + 5516.75436977433, + 1826.268363405213, + 3290.116151956204, + 9242.015481716364, + 8.922538095236597, + 17148.484185953523, + 22.21064006752366, + 7766.510207066846, + 11166.45481876045, + 10469.737095523706, + 565.1901750361661, + 9720.797721688785, + 4198.978986692694, + 11298.13125267736, + 20.2684809630477, + 147.6057212528965, + 2164.422158089016, + 1080.9178166194822, + 9419.583994660783, + 5300.203868216533, + 10389.226358827287, + 10180.010726636634, + 37.829739059746714, + 1264.8905012282237, + 5488.644923259269, + 9881.780372516332, + 6411.435094327216, + 22.271565407380642, + 3619.318173932617, + 4845.374654857821, + 1328.8671186908498, + 12.550605744584498, + 84.87328972041558, + 16255.247554484016, + 14.807093378349107, + 121.61088577828619, + 1591.7625381725309, + 8392.798498010585, + 3705.177333118211, + 44.543130814761284, + 428.66681248091925, + 14595.860655678765, + 20.2684809630477, + 2347.250090787165, + 12625.821685474244, + 55.301154225644886, + 940.1196218359638, + 126.0991301991557, + 149.55073417982732, + 19711.85096660367, + 12733.938766787196, + 20593.36116577241, + 4073.9646735725964, + 9787.669532297405, + 385.8001312328273, + 1550.1840884098267, + 9955.389737099116, + 16714.162065456538, + 1040.26728719701, + 405.5417976547293, + 25107.29703383225, + 5449.702384697128, + 11000.763079861554, + 12544.555439975537, + 22376.541185849997, + 11387.77956023218, + 2221.064006752373, + 2725.8102136887405, + 6490.218536943176, + 353.0231912303106, + 18213.324592821733, + 466.175062150097, + 11.070429093967252, + 1202.6645319985548, + 757.233223850942, + 1177.1639235787522, + 101.3424048152385, + 11516.027143826721, + 3686.534587335906, + 1050.7219302872536, + 16279.204428063129, + 790.4707575588609, + 844.8641723343425, + 526.9805050392401, + 10973.137527408859, + 3864.7568968743353, + 15257.253545556114, + 36.867436150429924, + 15272.709788124113, + 5545.6197864377755, + 697.9034261725276, + 3390.916965725641, + 21540.086963969603, + 10432.514801989068, + 674.1424979347042, + 22959.178114320617, + 2850.3654753322157, + 774.216159159029, + 626.7464145573091, + 2048.9840174790193, + 8628.154674812693, + 1511.5648821676282, + 5817.026255061323, + 4632.4856047351595, + 125.0023225312097, + 11040.966543110944, + 613.860806903667, + 12561.741887945269, + 785.8891562150187, + 14950.730777258337, + 7852.76390004149, + 19493.74001061437, + 1336.8116109941163, + 2129.0451686552324, + 2214.3268562671446, + 3.6901430313224175, + 2161.8356332389762, + 9047.32895023361, + 15304.025131069011, + 7193.71562658396, + 12444.067490868498, + 1032.2882122120386, + 102.14280271737928, + 4483.264805206519, + 1651.8986056089434, + 10943.718928139666, + 9793.055094273961, + 14856.248015072319, + 25.219826039831144, + 1433.0103559075833, + 40.5369619260954, + 6616.055363295106, + 2452.4861965287764, + 11585.439023570047, + 214.70285398606208, + 2248.9136051762275, + 68.26764607946475, + 138.70904321907128, + 184.33718075214958, + 160.71727182584107, + 1739.8334719560232, + 10111.664943092133, + 1954.5365180869194, + 12258.516378069718, + 2180.6221664581603, + 15146.600933717898, + 14.288893749363966, + 357.22234373409935, + 347.28552923908995, + 214.28969576778812, + 671.5780062201069, + 5265.92926918546, + 4501.998088825157, + 8816.789218925693, + 18643.991527751743, + 14107.523310321483, + 314.3556624860074, + 114.31114999491173, + 500.11128122773914, + 1175.133416210738, + 735.4649817298138, + 20.2684809630477, + 7825.5275628223635, + 608.3126964820941, + 3506.363896104208, + 4426.079469990347, + 2219.3446915051454, + 214.33340624045957, + 528.6890687264671, + 8641.623225943023, + 25.219826039831144, + 15159.157937710535, + 14760.439932119276, + 3607.993595995649, + 23621.79404459361, + 4586.222514848042, + 464.2943408302074, + 17967.20013184202, + 7666.112735573364, + 243.22177155657235, + 208.26738572421138, + 14862.30923643419, + 49.850244726609105, + 84.87328972041558, + 2594.3655632701107, + 10129.269473580698, + 7149.172495769199, + 2302.503020333294, + 11015.391146104746, + 7.403546689174553, + 16.652164894010316, + 3174.8192391242296, + 3203.806636045459, + 8324.990869343728, + 21666.847539522285, + 3465.910244681164, + 2218.3823885958286, + 3167.1100219924406, + 971.6447749567504, + 9350.303722944558, + 47.66664126811033, + 22084.11656424182, + 19441.899798100385, + 5973.8051563256895, + 454.1908916684138, + 11807.196430902903, + 467.7028735549936, + 3483.9727162156314, + 21023.509701872084, + 10619.395223469493, + 9571.246987508957, + 13597.746858192128, + 11813.459603927324, + 2176.6427266173255, + 2926.6380221224053, + 10411.268553016045, + 2728.5061483990407, + 2427.6006294044864, + 16189.877742505858, + 3225.6588030151347, + 969.8646162818638, + 9343.478582115076, + 28095.242337160693, + 8997.556240062757, + 1430.0730346224288, + 8966.006531173776, + 1447.651751479742, + 759.7271161821583, + 28.86199308294765, + 11412.254476643842, + 9359.625264832586, + 8125.5898904372925, + 749.9337956327654, + 1979.8544244030898, + 8590.230986604243, + 19183.628369695904, + 9888.575040876976, + 2488.5519401540223, + 4758.2016185381835, + 1050.7219302872536, + 141.87936674133388, + 228.50461886639303, + 4486.522025394824, + 425.6381002240016, + 13160.464607824817, + 539.5571245370857, + 60.8054428891431, + 10826.044531062895, + 16786.388538674226, + 27.676072734918144, + 17.857474647315673, + 1213.6451683965117, + 60.8054428891431, + 11871.164501255302, + 314.3556624860074, + 2101.4438605745077, + 2017.6226287329375, + 2715.646234807104, + 26.76761428570979, + 25.219826039831144, + 648.0531814459184, + 18.825908616876745, + 600.133537473287, + 2178.3925481917004, + 26.76761428570979, + 10083.254923299015, + 375.1371597744632, + 5908.476573545285, + 105.74080630530716, + 6242.763852246929, + 9114.547880099111, + 19092.64373029121, + 213.36029765793654, + 13461.034088748076, + 44.42128013504732, + 8.922538095236597, + 306.16305532006515, + 259.73065897068165, + 11572.973570066742, + 8648.503016472832, + 245.1427265217105, + 3871.279863942119, + 20535.885313623457, + 12409.734103598814, + 10364.393417235746, + 445.4313081476129, + 7.448297055325128, + 770.2022765958131, + 27.676072734918144, + 12618.249919686554, + 1046.8551392587917, + 88.56343275173799, + 16649.98173868745, + 3486.1787256442117, + 272.380807246345, + 216.44221580890135, + 9266.366496930315, + 6146.952052437059, + 4632.4856047351595, + 18638.122228946362, + 6776.40895775073, + 9484.727280345205, + 62.7530287229225, + 1314.5782249414858, + 10734.894526357415, + 9220.438393459217, + 6286.548069238631, + 294.9394892034394, + 3990.095244873847, + 12483.207446364117, + 2405.329063997106, + 6181.886693729516, + 2029.0229124096847, + 425.6381002240016, + 587.7859479283834, + 2057.6006999084125, + 14746.65057959434, + 2248.8033680693534, + 5456.533524808252, + 6295.793848070484, + 6804.075829585272, + 13564.253589256637, + 1246.2561181652284, + 1470.856359130264, + 11168.905326056076, + 50.43965207966229, + 2850.7603721447144, + 2080.53457439402, + 11178.363326814735, + 10737.788733255316, + 51.82482682422187, + 26869.815481214217, + 2506.9856582292373, + 4087.7200675819504, + 15178.60417001061, + 1418.7936674133412, + 16998.9334517737, + 3342.131059808861, + 7557.824410838058, + 283.75873348266776, + 14492.467775375442, + 10672.89542424614, + 8138.227314414708, + 9186.031231325285, + 15505.382189783393, + 1135.8298198849, + 244.31704074276033, + 13826.88602566024, + 14.807093378349107, + 5832.478633013271, + 6489.351667280293, + 5837.508921435873, + 1216.1088577828637, + 14609.342515499437, + 357.22234373409935, + 113.48921717924013, + 1819.8378329647592, + 491.786607776707, + 663.3073755722712, + 20261.55914605624, + 1049.8313295697717, + 15473.027048952958, + 9940.63222746025, + 9161.26267316513, + 1775.7457208563794, + 11247.140530727154, + 31.366215766240565, + 15228.311121458086, + 1916.316214132669, + 987.0959117865604, + 10944.979720045754, + 1114.766452967625, + 16101.629046694758, + 89.22538095236598, + 20.410870354671005, + 17017.624625405817, + 17485.798807194955, + 7945.244537514631, + 89.28737323657836, + 17453.294525183348, + 18594.777758646487, + 15154.75796941141, + 6829.483527545454, + 15107.08190059756, + 12962.259313327646, + 170.2815738510147, + 1966.35042260584, + 911.0005965594667, + 2503.623440888219, + 3299.6355354634816, + 40.5369619260954, + 1013.8544941368237, + 1096.7053839854009, + 1368.7135564128846, + 12328.764682856194, + 88.269391139409, + 348.95171308626374, + 19849.255195381716, + 8225.29037989051, + 125.86029371596736, + 5679.249178882061, + 12842.82893416206, + 20.410870354671005, + 13364.875701127476, + 160.71727182584107, + 285.7521849653941, + 2881.9798047614295, + 9649.300560295183, + 4276.64948320307, + 25695.8270367846, + 7242.69174159198, + 2654.455402830957, + 12371.89293576615, + 1572.9991618476436, + 907.9137374339202, + 6926.45684169539, + 6613.121994913364, + 9621.097232235566, + 737.348723008599, + 5948.972214734081, + 1391.8667775648162, + 7789.281331915803, + 419.1691979609104, + 547.986240151381, + 7508.045097244066, + 14742.05139520942, + 9482.268494771344, + 4699.936057415316, + 13429.753940650391, + 10613.108159405423, + 3286.4455623537146, + 2442.774235697096, + 16559.64808376978, + 53.57242394194702, + 2414.823043642512, + 6.275302872292249, + 8328.083703899629, + 1040.26728719701, + 17754.904159921196, + 141.87936674133388, + 66.44317175424491, + 6181.430346099535, + 4114.501635498692, + 4718.776742869485, + 5735.578867148397, + 17727.888352648988, + 1771.8228249211331, + 9072.744540242866, + 28.577787498727933, + 71.44446874681984, + 291.52129947447094, + 162.14784770438158, + 3340.7348111070837, + 11066.754329307232, + 3735.1892749047797, + 9596.165416824178, + 5330.61049328153, + 6626.843277767704, + 14918.623181105644, + 6542.047400417651, + 126.40402450585418, + 5799.97855290256, + 199.40097890643642, + 1650.9909116859278, + 6169.22361784444, + 13518.769989547076, + 3623.430384881378, + 2212.0461690257976, + 14494.854215990283, + 7063.933506975673 + ] + } + ], + "layout": { + "coloraxis": { + "colorbar": { + "title": { + "text": "population_2020" + } + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ] + }, + "height": 400, + "legend": { + "tracegroupgap": 0 + }, + "mapbox": { + "center": { + "lat": -12.042878666524969, + "lon": -76.94945913811473 + }, + "domain": { + "x": [ + 0, + 1 + ], + "y": [ + 0, + 1 + ] + }, + "style": "carto-positron", + "zoom": 8 + }, + "margin": { + "b": 0, + "l": 0, + "r": 0, + "t": 0 + }, + "template": { + "data": { + "bar": [ + { + "error_x": { + "color": "#2a3f5f" + }, + "error_y": { + "color": "#2a3f5f" + }, + "marker": { + "line": { + "color": "#E5ECF6", + "width": 0.5 + } + }, + "type": "bar" + } + ], + "barpolar": [ + { + "marker": { + "line": { + "color": "#E5ECF6", + "width": 0.5 + } + }, + "type": "barpolar" + } + ], + "carpet": [ + { + "aaxis": { + "endlinecolor": "#2a3f5f", + "gridcolor": "white", + "linecolor": "white", + "minorgridcolor": "white", + "startlinecolor": "#2a3f5f" + }, + "baxis": { + "endlinecolor": "#2a3f5f", + "gridcolor": "white", + "linecolor": "white", + "minorgridcolor": "white", + "startlinecolor": "#2a3f5f" + }, + "type": "carpet" + } + ], + "choropleth": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "type": "choropleth" + } + ], + "contour": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "contour" + } + ], + "contourcarpet": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "type": "contourcarpet" + } + ], + "heatmap": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "heatmap" + } + ], + "heatmapgl": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "heatmapgl" + } + ], + "histogram": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "histogram" + } + ], + "histogram2d": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "histogram2d" + } + ], + "histogram2dcontour": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "histogram2dcontour" + } + ], + "mesh3d": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "type": "mesh3d" + } + ], + "parcoords": [ + { + "line": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "parcoords" + } + ], + "pie": [ + { + "automargin": true, + "type": "pie" + } + ], + "scatter": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatter" + } + ], + "scatter3d": [ + { + "line": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatter3d" + } + ], + "scattercarpet": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattercarpet" + } + ], + "scattergeo": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattergeo" + } + ], + "scattergl": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattergl" + } + ], + "scattermapbox": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattermapbox" + } + ], + "scatterpolar": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatterpolar" + } + ], + "scatterpolargl": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatterpolargl" + } + ], + "scatterternary": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatterternary" + } + ], + "surface": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "surface" + } + ], + "table": [ + { + "cells": { + "fill": { + "color": "#EBF0F8" + }, + "line": { + "color": "white" + } + }, + "header": { + "fill": { + "color": "#C8D4E3" + }, + "line": { + "color": "white" + } + }, + "type": "table" + } + ] + }, + "layout": { + "annotationdefaults": { + "arrowcolor": "#2a3f5f", + "arrowhead": 0, + "arrowwidth": 1 + }, + "autotypenumbers": "strict", + "coloraxis": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "colorscale": { + "diverging": [ + [ + 0, + "#8e0152" + ], + [ + 0.1, + "#c51b7d" + ], + [ + 0.2, + "#de77ae" + ], + [ + 0.3, + "#f1b6da" + ], + [ + 0.4, + "#fde0ef" + ], + [ + 0.5, + "#f7f7f7" + ], + [ + 0.6, + "#e6f5d0" + ], + [ + 0.7, + "#b8e186" + ], + [ + 0.8, + "#7fbc41" + ], + [ + 0.9, + "#4d9221" + ], + [ + 1, + "#276419" + ] + ], + "sequential": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "sequentialminus": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ] + }, + "colorway": [ + "#636efa", + "#EF553B", + "#00cc96", + "#ab63fa", + "#FFA15A", + "#19d3f3", + "#FF6692", + "#B6E880", + "#FF97FF", + "#FECB52" + ], + "font": { + "color": "#2a3f5f" + }, + "geo": { + "bgcolor": "white", + "lakecolor": "white", + "landcolor": "#E5ECF6", + "showlakes": true, + "showland": true, + "subunitcolor": "white" + }, + "hoverlabel": { + "align": "left" + }, + "hovermode": "closest", + "mapbox": { + "style": "light" + }, + "paper_bgcolor": "white", + "plot_bgcolor": "#E5ECF6", + "polar": { + "angularaxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + }, + "bgcolor": "#E5ECF6", + "radialaxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + } + }, + "scene": { + "xaxis": { + "backgroundcolor": "#E5ECF6", + "gridcolor": "white", + "gridwidth": 2, + "linecolor": "white", + "showbackground": true, + "ticks": "", + "zerolinecolor": "white" + }, + "yaxis": { + "backgroundcolor": "#E5ECF6", + "gridcolor": "white", + "gridwidth": 2, + "linecolor": "white", + "showbackground": true, + "ticks": "", + "zerolinecolor": "white" + }, + "zaxis": { + "backgroundcolor": "#E5ECF6", + "gridcolor": "white", + "gridwidth": 2, + "linecolor": "white", + "showbackground": true, + "ticks": "", + "zerolinecolor": "white" + } + }, + "shapedefaults": { + "line": { + "color": "#2a3f5f" + } + }, + "ternary": { + "aaxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + }, + "baxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + }, + "bgcolor": "#E5ECF6", + "caxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + } + }, + "title": { + "x": 0.05 + }, + "xaxis": { + "automargin": true, + "gridcolor": "white", + "linecolor": "white", + "ticks": "", + "title": { + "standoff": 15 + }, + "zerolinecolor": "white", + "zerolinewidth": 2 + }, + "yaxis": { + "automargin": true, + "gridcolor": "white", + "linecolor": "white", + "ticks": "", + "title": { + "standoff": 15 + }, + "zerolinecolor": "white", + "zerolinewidth": 2 + } + } + }, + "title": { + "text": "Estimated Population - 2020" + }, + "width": 400 + } + }, + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], "source": [ "fig = up.plotting.choropleth_map(hex_lima, 'population_2020', title='Estimated Population - 2020', \n", " width=400, height=400)\n", @@ -837,7 +92177,7 @@ }, { "cell_type": "code", - "execution_count": 42, + "execution_count": 44, "metadata": {}, "outputs": [], "source": [ @@ -846,7 +92186,7 @@ }, { "cell_type": "code", - "execution_count": 43, + "execution_count": 45, "metadata": {}, "outputs": [], "source": [ @@ -862,9 +92202,1067084 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 46, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "plotlyServerURL": "https://plot.ly" + }, + "data": [ + { + "colorscale": [ + [ + 0, + "#f0f921" + ], + [ + 1, + "#f0f921" + ] + ], + "geojson": { + "bbox": [ + -77.25103444130222, + -12.517989228728535, + -76.62041559387855, + -11.573692228960413 + ], + "features": [ + { + "bbox": [ + -76.80439037166623, + -12.479544488351467, + -76.79473338439676, + -12.469170004896617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80007116393422, + -12.469170004896617 + ], + [ + -76.80439037166623, + -12.472220769284453 + ], + [ + -76.80388112475119, + -12.477408064770854 + ], + [ + -76.79905254388291, + -12.479544488351467 + ], + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.79524275752351, + -12.47130645334645 + ], + [ + -76.80007116393422, + -12.469170004896617 + ] + ] + ], + "type": "Polygon" + }, + "id": "0", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.21673567169266, + -12.087887614728018, + -77.20707979007148, + -12.077496450750104 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21241062497951, + -12.077496450750104 + ], + [ + -77.21673567169266, + -12.080541553271305 + ], + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.20707979007148, + -12.08484242832682 + ], + [ + -77.20758276905593, + -12.07964689766269 + ], + [ + -77.21241062497951, + -12.077496450750104 + ] + ] + ], + "type": "Polygon" + }, + "id": "1", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23121969655782, + -12.081435940629902, + -77.22156365305825, + -12.071044331177799 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22689435492259, + -12.071044331177799 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.22156365305825, + -12.078390920956918 + ], + [ + -77.22206641798117, + -12.073195167462707 + ], + [ + -77.22689435492259, + -12.071044331177799 + ] + ] + ], + "type": "Polygon" + }, + "id": "2", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.25103444130222, + -12.067635813317104, + -77.24137832668924, + -12.057243520014259 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24670876354409, + -12.057243520014259 + ], + [ + -77.25103444130222, + -12.060288205140235 + ], + [ + -77.25053210471678, + -12.065484402890457 + ], + [ + -77.2457039627029, + -12.067635813317104 + ], + [ + -77.24137832668924, + -12.06459104429789 + ], + [ + -77.24188079093568, + -12.059394948755278 + ], + [ + -77.24670876354409, + -12.057243520014259 + ] + ] + ], + "type": "Polygon" + }, + "id": "3", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24952738610197, + -12.083223910203523, + -77.23987084304808, + -12.072831891441023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24520153955892, + -12.072831891441023 + ], + [ + -77.24952738610197, + -12.075876661289815 + ], + [ + -77.24902500407138, + -12.08107272176681 + ], + [ + -77.24419664782108, + -12.083223910203523 + ], + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.24520153955892, + -12.072831891441023 + ] + ] + ], + "type": "Polygon" + }, + "id": "4", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.21522707189207, + -12.103474014776776, + -77.2055707621553, + -12.093083127619384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.21472417497435, + -12.1013238098318 + ], + [ + -77.20989593519363, + -12.103474014776776 + ], + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.21090185658713, + -12.093083127619384 + ] + ] + ], + "type": "Polygon" + }, + "id": "5", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24037335274606, + -12.082330059640089, + -77.23071705922906, + -12.071938245406702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.23604775855509, + -12.071938245406702 + ] + ] + ], + "type": "Polygon" + }, + "id": "6", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2457039627029, + -12.074983098288111, + -77.23604775855509, + -12.06459104429789 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24137832668924, + -12.06459104429789 + ], + [ + -77.2457039627029, + -12.067635813317104 + ], + [ + -77.24520153955892, + -12.072831891441023 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.23655030934498, + -12.066742269550407 + ], + [ + -77.24137832668924, + -12.06459104429789 + ] + ] + ], + "type": "Polygon" + }, + "id": "7", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2007426480144, + -12.109923848858411, + -77.19108650152918, + -12.099533408866476 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.19641772825882, + -12.099533408866476 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.20023953704263, + -12.107774034334977 + ], + [ + -77.19541137880904, + -12.109923848858411 + ], + [ + -77.19108650152918, + -12.106878411003903 + ], + [ + -77.19158973999788, + -12.101683242422597 + ], + [ + -77.19641772825882, + -12.099533408866476 + ] + ] + ], + "type": "Polygon" + }, + "id": "8", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2114047945437, + -12.095233351419967, + -77.20174882446877, + -12.08484242832682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.20707979007148, + -12.08484242832682 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.20174882446877, + -12.092188081169875 + ], + [ + -77.20225188995258, + -12.086992670978084 + ], + [ + -77.20707979007148, + -12.08484242832682 + ] + ] + ], + "type": "Polygon" + }, + "id": "9", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22438073560453, + -12.104368997851333, + -77.21472417497435, + -12.093977905553041 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.22438073560453, + -12.097023009834665 + ], + [ + -77.22387796627224, + -12.10221860723253 + ], + [ + -77.21904960109191, + -12.104368997851333 + ], + [ + -77.21472417497435, + -12.1013238098318 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.22005526735124, + -12.093977905553041 + ] + ] + ], + "type": "Polygon" + }, + "id": "10", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24419664782108, + -12.090570835245073, + -77.23454001527175, + -12.080179056563606 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.24419664782108, + -12.083223910203523 + ], + [ + -77.24369417922603, + -12.088419850669997 + ], + [ + -77.2388657781964, + -12.090570835245073 + ], + [ + -77.23454001527175, + -12.087525897845072 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23987084304808, + -12.080179056563606 + ] + ] + ], + "type": "Polygon" + }, + "id": "11", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.20989593519363, + -12.110819389181554, + -77.20023953704263, + -12.100428743676936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.20989593519363, + -12.103474014776776 + ], + [ + -77.20939295175548, + -12.108669388870759 + ], + [ + -77.20456466773608, + -12.110819389181554 + ], + [ + -77.20023953704263, + -12.107774034334977 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.2055707621553, + -12.100428743676936 + ] + ] + ], + "type": "Polygon" + }, + "id": "12", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22971173910942, + -12.097023009834665, + -77.22005526735124, + -12.086631676447317 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.22971173910942, + -12.089676696959943 + ], + [ + -77.2292090563173, + -12.094872414872372 + ], + [ + -77.22438073560453, + -12.097023009834665 + ], + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.22538622879863, + -12.086631676447317 + ] + ] + ], + "type": "Polygon" + }, + "id": "13", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.20607378662177, + -12.102578762934337, + -77.19641772825882, + -12.092188081169875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.20174882446877, + -12.092188081169875 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.19641772825882, + -12.099533408866476 + ], + [ + -77.19692088023739, + -12.09433811936897 + ], + [ + -77.20174882446877, + -12.092188081169875 + ] + ] + ], + "type": "Polygon" + }, + "id": "14", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22588895266163, + -12.088782290088124, + -77.21623282025061, + -12.078390920956918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22156365305825, + -12.078390920956918 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.21673567169266, + -12.080541553271305 + ], + [ + -77.22156365305825, + -12.078390920956918 + ] + ] + ], + "type": "Polygon" + }, + "id": "15", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2205580777439, + -12.09612831494137, + -77.21090185658713, + -12.085737186575091 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.21623282025061, + -12.085737186575091 + ] + ] + ], + "type": "Polygon" + }, + "id": "16", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23655030934498, + -12.074089266979648, + -77.22689435492259, + -12.063697417650754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23222492575619, + -12.063697417650754 + ], + [ + -77.23655030934498, + -12.066742269550407 + ], + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.22689435492259, + -12.071044331177799 + ], + [ + -77.22739703332178, + -12.065848457715207 + ], + [ + -77.23222492575619, + -12.063697417650754 + ] + ] + ], + "type": "Polygon" + }, + "id": "17", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23504261151906, + -12.089676696959943, + -77.22538622879863, + -12.079285122927537 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23454001527175, + -12.087525897845072 + ], + [ + -77.22971173910942, + -12.089676696959943 + ], + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.23071705922906, + -12.079285122927537 + ] + ] + ], + "type": "Polygon" + }, + "id": "18", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82882759969192, + -12.13617102885011, + -76.81918021721812, + -12.125790139159133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.82451231266047, + -12.125790139159133 + ] + ] + ], + "type": "Polygon" + }, + "id": "19", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07003966305193, + -11.601459785090736, + -77.06040192548107, + -11.591065411175384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.06572499188286, + -11.591065411175384 + ] + ] + ], + "type": "Polygon" + }, + "id": "20", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12190193963382, + -11.732428096487205, + -77.11225899985065, + -11.722034136843403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.11758414410848, + -11.722034136843403 + ] + ] + ], + "type": "Polygon" + }, + "id": "21", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84940090468687, + -11.9731025177947, + -76.83975783662588, + -11.962718623284918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.84508723182428, + -11.962718623284918 + ] + ] + ], + "type": "Polygon" + }, + "id": "22", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17363835507746, + -11.674510763598882, + -77.1639958503303, + -11.66411480692549 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16931996092957, + -11.66411480692549 + ], + [ + -77.17363835507746, + -11.667158261158178 + ], + [ + -77.17313553900625, + -11.672356291451003 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.16931996092957, + -11.66411480692549 + ] + ] + ], + "type": "Polygon" + }, + "id": "23", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13572865690753, + -11.875412733866321, + -77.12608111408974, + -11.865020387252722 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.13140858815932, + -11.865020387252722 + ] + ] + ], + "type": "Polygon" + }, + "id": "24", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95452111681495, + -12.125036113648834, + -76.9448707510396, + -12.114651911262783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.95020256555866, + -12.114651911262783 + ] + ] + ], + "type": "Polygon" + }, + "id": "25", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05737248058583, + -12.064396805645382, + -77.04772127858978, + -12.05400913488869 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.05305197612272, + -12.05400913488869 + ] + ] + ], + "type": "Polygon" + }, + "id": "26", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09139601395617, + -11.66649825089569, + -77.08175580241924, + -11.656104175026211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.08707990777869, + -11.656104175026211 + ] + ] + ], + "type": "Polygon" + }, + "id": "27", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81204349484707, + -12.307427811526102, + -76.80239144817827, + -12.297050139310805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.80772637930016, + -12.297050139310805 + ] + ] + ], + "type": "Polygon" + }, + "id": "28", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1006004159775, + -11.76182390523275, + -77.09095713619756, + -11.751430850816579 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.09628279492941, + -11.751430850816579 + ] + ] + ], + "type": "Polygon" + }, + "id": "29", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71993047958371, + -12.164632847532044, + -76.71028519362727, + -12.154255168505697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.71561780163637, + -12.154255168505697 + ] + ] + ], + "type": "Polygon" + }, + "id": "30", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14932177118453, + -11.73510191969156, + -77.13967806718584, + -11.72470733399623 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.14500321291112, + -11.72470733399623 + ] + ] + ], + "type": "Polygon" + }, + "id": "31", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08784058193292, + -12.035928163563065, + -77.07818945710474, + -12.02553931778207 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.08351964430383, + -12.02553931778207 + ] + ] + ], + "type": "Polygon" + }, + "id": "32", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67340749066328, + -12.309290714561516, + -76.66375916442156, + -12.298916604000064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.66807243736318, + -12.309290714561516 + ], + [ + -76.66375916442156, + -12.306239413539364 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.66909416766096, + -12.298916604000064 + ] + ] + ], + "type": "Polygon" + }, + "id": "33", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01693330229243, + -11.958170203341249, + -77.00728630056551, + -11.947781934971644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.01261529865783, + -11.947781934971644 + ] + ] + ], + "type": "Polygon" + }, + "id": "34", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13262917399388, + -11.812163536914829, + -77.12298359234015, + -11.80177038801329 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.12831003097253, + -11.80177038801329 + ] + ] + ], + "type": "Polygon" + }, + "id": "35", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73749461996034, + -12.032757614684131, + -76.72785278823801, + -12.022377436605137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.73318321698999, + -12.022377436605137 + ] + ] + ], + "type": "Polygon" + }, + "id": "36", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70383652423588, + -12.375196495367776, + -76.69418539011288, + -12.364822731758851 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.6995214786163, + -12.364822731758851 + ] + ] + ], + "type": "Polygon" + }, + "id": "37", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67210338584077, + -11.947637823931064, + -76.66246588609687, + -11.937258048312156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66779492281462, + -11.937258048312156 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.66297626055415, + -11.939398535955059 + ], + [ + -76.66779492281462, + -11.937258048312156 + ] + ] + ], + "type": "Polygon" + }, + "id": "38", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08087186918891, + -11.870045829482718, + -77.0712258647135, + -11.859654736633306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.07655333089991, + -11.859654736633306 + ] + ] + ], + "type": "Polygon" + }, + "id": "39", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72369142958553, + -12.267175210888363, + -76.71404297912487, + -12.256799107272748 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71937727897053, + -12.256799107272748 + ] + ] + ], + "type": "Polygon" + }, + "id": "40", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78844596902236, + -12.218621454408437, + -76.77879720987376, + -12.20824290607737 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.78413068616734, + -12.20824290607737 + ] + ] + ], + "type": "Polygon" + }, + "id": "41", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94150132944306, + -11.832764938814465, + -76.93186001517479, + -11.822376745205636 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.93617427012207, + -11.832764938814465 + ], + [ + -76.93186001517479, + -11.829718482690254 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.93718702839372, + -11.822376745205636 + ] + ] + ], + "type": "Polygon" + }, + "id": "42", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06707260531421, + -11.727073467719785, + -77.057431206859, + -11.71668076697643 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.06275634074274, + -11.71668076697643 + ] + ] + ], + "type": "Polygon" + }, + "id": "43", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94224990789239, + -11.777776162125035, + -76.93261021115929, + -11.767387198697477 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.93793631917049, + -11.767387198697477 + ] + ] + ], + "type": "Polygon" + }, + "id": "44", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01836168379718, + -11.75377814076955, + -77.00872073291721, + -11.743386982429449 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.01404636658768, + -11.743386982429449 + ] + ] + ], + "type": "Polygon" + }, + "id": "45", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05109668730994, + -11.749115631724633, + -77.04145503884223, + -11.738723611399607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.04678055582134, + -11.738723611399607 + ] + ] + ], + "type": "Polygon" + }, + "id": "46", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66659842145526, + -12.23789014552682, + -76.65695241617829, + -12.227515019391742 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.66228624056501, + -12.227515019391742 + ] + ] + ], + "type": "Polygon" + }, + "id": "47", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67437114042745, + -11.971446405089681, + -76.66473286855953, + -11.961066921146077 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.67006229744104, + -11.961066921146077 + ] + ] + ], + "type": "Polygon" + }, + "id": "48", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0916571479917, + -12.044168677452284, + -77.08200568106491, + -12.033779863416893 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.08733599861402, + -12.033779863416893 + ] + ] + ], + "type": "Polygon" + }, + "id": "49", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15099664494194, + -11.908376863444213, + -77.1413477394171, + -11.897984615607378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.146675731693, + -11.897984615607378 + ], + [ + -77.15099664494194, + -11.901029480733321 + ], + [ + -77.15049314743752, + -11.90622565656648 + ], + [ + -77.14566860953208, + -11.908376863444213 + ], + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.146675731693, + -11.897984615607378 + ] + ] + ], + "type": "Polygon" + }, + "id": "50", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07161146434342, + -11.680305052668956, + -77.06197134225317, + -11.669911633796843 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.06729570157243, + -11.669911633796843 + ] + ] + ], + "type": "Polygon" + }, + "id": "51", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8509144847081, + -12.146225246710973, + -76.8412662129959, + -12.135843960953725 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.84659846086751, + -12.135843960953725 + ] + ] + ], + "type": "Polygon" + }, + "id": "52", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8608198593979, + -11.997822227006733, + -76.85117575090196, + -11.987438412779426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.85650554590543, + -11.987438412779426 + ] + ] + ], + "type": "Polygon" + }, + "id": "53", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76558288028981, + -12.263499291637828, + -76.75593339910711, + -12.253122060854563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.76126762556498, + -12.253122060854563 + ] + ] + ], + "type": "Polygon" + }, + "id": "54", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0556378701375, + -11.70235026642056, + -77.0459974976744, + -11.69195752103127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.0513222402168, + -11.69195752103127 + ] + ] + ], + "type": "Polygon" + }, + "id": "55", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06186063936075, + -11.923251396180403, + -77.05221353148735, + -11.912861522565587 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.05754189880123, + -11.912861522565587 + ] + ] + ], + "type": "Polygon" + }, + "id": "56", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65519511582903, + -12.213174536111113, + -76.64555016444103, + -12.20279929845889 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65088358110481, + -12.20279929845889 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.64555016444103, + -12.21012353937759 + ], + [ + -76.6460611932524, + -12.204935975564302 + ], + [ + -76.65088358110481, + -12.20279929845889 + ] + ] + ], + "type": "Polygon" + }, + "id": "57", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10132229319773, + -11.706812674259977, + -77.09168063230123, + -11.696418877189256 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.09700538589935, + -11.696418877189256 + ] + ] + ], + "type": "Polygon" + }, + "id": "58", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86615048500505, + -11.801745897900346, + -76.85651207614822, + -11.791359151271195 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.86615048500505, + -11.794406017468413 + ], + [ + -76.86564316548389, + -11.799599444721533 + ], + [ + -76.86082387450271, + -11.801745897900346 + ], + [ + -76.85651207614822, + -11.798698944560835 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.86183863948489, + -11.791359151271195 + ] + ] + ], + "type": "Polygon" + }, + "id": "59", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78774071833327, + -11.990580184783628, + -76.77809878150413, + -11.980198100514313 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.78342849745725, + -11.980198100514313 + ] + ] + ], + "type": "Polygon" + }, + "id": "60", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06410328158418, + -11.852668692645588, + -77.05445821951429, + -11.842277764829527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05978542245751, + -11.842277764829527 + ] + ] + ], + "type": "Polygon" + }, + "id": "61", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66586168634927, + -12.198525542832215, + -76.65621687674711, + -12.188149793016178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66155005127965, + -12.188149793016178 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.65621687674711, + -12.19547471620238 + ], + [ + -76.65672773425791, + -12.19028689624854 + ], + [ + -76.66155005127965, + -12.188149793016178 + ] + ] + ], + "type": "Polygon" + }, + "id": "62", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84025777939198, + -12.066549436650268, + -76.83061216874468, + -12.05616717673097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.83594310947382, + -12.05616717673097 + ] + ] + ], + "type": "Polygon" + }, + "id": "63", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81817764101683, + -12.056497202977384, + -76.80853292050166, + -12.04611534441712 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.81386370810054, + -12.04611534441712 + ] + ] + ], + "type": "Polygon" + }, + "id": "64", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8219567081505, + -12.253397805669033, + -76.81230600978529, + -12.243018981739553 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.81764004343749, + -12.243018981739553 + ] + ] + ], + "type": "Polygon" + }, + "id": "65", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0200990812437, + -12.210144175994, + -77.01044448099324, + -12.19975971273075 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.01959327532651, + -12.207999516275937 + ], + [ + -77.01476588922195, + -12.210144175994 + ], + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.01577762792792, + -12.19975971273075 + ] + ] + ], + "type": "Polygon" + }, + "id": "66", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09093290333456, + -12.099156426139318, + -77.08127981427069, + -12.088768471938241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.09093290333456, + -12.091814812859907 + ], + [ + -77.09042826482461, + -12.097008842120156 + ], + [ + -77.08560163473821, + -12.099156426139318 + ], + [ + -77.08127981427069, + -12.096110000953841 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.08661103882311, + -12.088768471938241 + ] + ] + ], + "type": "Polygon" + }, + "id": "67", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01234144768623, + -11.910523691348068, + -77.0026959837102, + -11.900134846490301 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -77.00802420279429, + -11.900134846490301 + ] + ] + ], + "type": "Polygon" + }, + "id": "68", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76027995835355, + -12.17651584627847, + -76.75063321821858, + -12.166137330777675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.75596601081428, + -12.166137330777675 + ] + ] + ], + "type": "Polygon" + }, + "id": "69", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01160425913811, + -11.965511806491982, + -77.00195717538377, + -11.955123776381928 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -77.00728630056551, + -11.955123776381928 + ] + ] + ], + "type": "Polygon" + }, + "id": "70", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63919435202266, + -12.235145461674747, + -76.62954918920411, + -12.224770995569543 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.63488296840235, + -12.224770995569543 + ] + ] + ], + "type": "Polygon" + }, + "id": "71", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84480992339918, + -12.302831547573303, + -76.83515713771874, + -12.292452972419875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.84049197407354, + -12.292452972419875 + ] + ] + ], + "type": "Polygon" + }, + "id": "72", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81891884833152, + -12.190213151611028, + -76.80927011807941, + -12.17983337323485 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.81460311056414, + -12.17983337323485 + ] + ] + ], + "type": "Polygon" + }, + "id": "73", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85549001709562, + -12.005157753800917, + -76.84584583151634, + -11.994774182483301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.85117575090196, + -11.994774182483301 + ] + ] + ], + "type": "Polygon" + }, + "id": "74", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73220365909692, + -11.945755235093332, + -76.72256456495305, + -11.935373898159224 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.72789356139376, + -11.935373898159224 + ] + ] + ], + "type": "Polygon" + }, + "id": "75", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83414982779807, + -12.223169896075838, + -76.82449970605613, + -12.212790268750183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82983323378433, + -12.212790268750183 + ] + ] + ], + "type": "Polygon" + }, + "id": "76", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462578635307, + -12.100414009004043, + -76.85497851726329, + -12.090031660834033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.86031000056144, + -12.090031660834033 + ] + ] + ], + "type": "Polygon" + }, + "id": "77", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70008093301492, + -12.272672800799432, + -76.69043296559563, + -12.262297391999976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.69576736088189, + -12.262297391999976 + ] + ] + ], + "type": "Polygon" + }, + "id": "78", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96977132823288, + -12.157995444978924, + -76.96011958266877, + -12.147611385457662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.96545192537482, + -12.147611385457662 + ] + ] + ], + "type": "Polygon" + }, + "id": "79", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82352124141302, + -11.954814061110373, + -76.81387940918944, + -11.94443054766028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.8192085183923, + -11.94443054766028 + ] + ] + ], + "type": "Polygon" + }, + "id": "80", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1942275569044, + -11.700124253656242, + -77.18458378180419, + -11.689728133362769 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18990827805789, + -11.689728133362769 + ], + [ + -77.1942275569044, + -11.692771539641688 + ], + [ + -77.19372499054937, + -11.69796965158303 + ], + [ + -77.1889030181894, + -11.700124253656242 + ], + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18990827805789, + -11.689728133362769 + ] + ] + ], + "type": "Polygon" + }, + "id": "81", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80444580205736, + -12.196633953896104, + -76.79479726856164, + -12.186254644239868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.80013037448607, + -12.186254644239868 + ] + ] + ], + "type": "Polygon" + }, + "id": "82", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18216178807918, + -11.82486509852777, + -77.17251459755022, + -11.814470931671089 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1778411646585, + -11.814470931671089 + ], + [ + -77.18216178807918, + -11.817515092932366 + ], + [ + -77.18165885850664, + -11.822712228133646 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.1778411646585, + -11.814470931671089 + ] + ] + ], + "type": "Polygon" + }, + "id": "83", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66353348747742, + -12.26901433775822, + -76.65388663753981, + -12.258639805394635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65922097604651, + -12.258639805394635 + ] + ] + ], + "type": "Polygon" + }, + "id": "84", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98576773386583, + -12.135985519161242, + -76.9761162311798, + -12.125600716533716 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.98144819410301, + -12.125600716533716 + ] + ] + ], + "type": "Polygon" + }, + "id": "85", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82580163653509, + -11.978628813566736, + -76.81615903351965, + -11.968245593009874 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.82148853376206, + -11.968245593009874 + ] + ] + ], + "type": "Polygon" + }, + "id": "86", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95902645943858, + -11.889549240861186, + -76.94938299766359, + -11.879161409738579 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.95471092857873, + -11.879161409738579 + ] + ] + ], + "type": "Polygon" + }, + "id": "87", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15766550606251, + -11.696566416169677, + -77.14802274123163, + -11.686171126686487 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.15334724039408, + -11.686171126686487 + ] + ] + ], + "type": "Polygon" + }, + "id": "88", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04117735542826, + -11.708804505258797, + -77.03153715924657, + -11.698412196466059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.03686202615765, + -11.698412196466059 + ] + ] + ], + "type": "Polygon" + }, + "id": "89", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10297102400413, + -11.880076786460727, + -77.093324163317, + -11.869685298166457 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.0986517633092, + -11.869685298166457 + ] + ] + ], + "type": "Polygon" + }, + "id": "90", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94306412830802, + -12.005949391125256, + -76.9334176131145, + -11.99556364984132 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.93874747599017, + -11.99556364984132 + ] + ] + ], + "type": "Polygon" + }, + "id": "91", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13731819646488, + -11.954244966415759, + -77.12766826488384, + -11.943853710003099 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.13731819646488, + -11.946898926797367 + ], + [ + -77.13681443536487, + -11.952094606972548 + ], + [ + -77.13198938433638, + -11.954244966415759 + ], + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.1329970336706, + -11.943853710003099 + ] + ] + ], + "type": "Polygon" + }, + "id": "92", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02465064986697, + -12.163412577550469, + -77.01499732822077, + -12.15302725211492 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02032969896408, + -12.15302725211492 + ], + [ + -77.02465064986697, + -12.156074513895438 + ], + [ + -77.02414498086875, + -12.16126722916651 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.02032969896408, + -12.15302725211492 + ] + ] + ], + "type": "Polygon" + }, + "id": "93", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84938487434061, + -12.256126390217853, + -76.83973336207409, + -12.245746921225454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.84506742438742, + -12.245746921225454 + ] + ] + ], + "type": "Polygon" + }, + "id": "94", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72608971793768, + -12.008039500312059, + -76.71644893443673, + -11.997659240064669 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72177895864846, + -11.997659240064669 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.71644893443673, + -12.0049901962182 + ], + [ + -76.71695865426739, + -11.999800120811418 + ], + [ + -76.72177895864846, + -11.997659240064669 + ] + ] + ], + "type": "Polygon" + }, + "id": "95", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18508647530837, + -11.699235181774988, + -77.17544295205819, + -11.68883926880591 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.18076744945257, + -11.68883926880591 + ] + ] + ], + "type": "Polygon" + }, + "id": "96", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76031129331884, + -12.082193694336649, + -76.75066736676742, + -12.071813692883966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.75599860349702, + -12.071813692883966 + ] + ] + ], + "type": "Polygon" + }, + "id": "97", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9804357253859, + -12.143322493299152, + -76.97078414157447, + -12.13293793793133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.9761162311798, + -12.13293793793133 + ] + ] + ], + "type": "Polygon" + }, + "id": "98", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71390010626574, + -12.038269897952285, + -76.70425875500446, + -12.027890404263326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70958928013314, + -12.027890404263326 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.70425875500446, + -12.035220325916058 + ], + [ + -76.70476869195036, + -12.03003063384419 + ], + [ + -76.70958928013314, + -12.027890404263326 + ] + ] + ], + "type": "Polygon" + }, + "id": "99", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83267562211819, + -11.766983471773964, + -76.82303913884068, + -11.75659709189744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.8283651512555, + -11.75659709189744 + ] + ] + ], + "type": "Polygon" + }, + "id": "100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91109544597316, + -12.14432900439522, + -76.90144563967331, + -12.133946184206293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.90677781172982, + -12.133946184206293 + ] + ] + ], + "type": "Polygon" + }, + "id": "101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72757754959588, + -12.086795618540236, + -76.71793437697306, + -12.076416520247731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.72326569922069, + -12.076416520247731 + ] + ] + ], + "type": "Polygon" + }, + "id": "102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1111804401277, + -11.652688807213453, + -77.10154014144426, + -11.642294076864047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.10686399157734, + -11.642294076864047 + ] + ] + ], + "type": "Polygon" + }, + "id": "103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919581871099, + -12.14803898637879, + -76.85954700731075, + -12.137657271134916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.86487927280609, + -12.137657271134916 + ] + ] + ], + "type": "Polygon" + }, + "id": "104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65819909878206, + -12.276337414167356, + -76.64855217791148, + -12.265963141040219 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.65388663753981, + -12.265963141040219 + ] + ] + ], + "type": "Polygon" + }, + "id": "105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8059901203962, + -12.086734334962934, + -76.79634482504845, + -12.076353248308395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.80167611740973, + -12.076353248308395 + ] + ] + ], + "type": "Polygon" + }, + "id": "106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02386934682511, + -12.124015966802927, + -77.01421722106836, + -12.113630038680023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01954894320693, + -12.113630038680023 + ] + ] + ], + "type": "Polygon" + }, + "id": "107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79831893916418, + -12.35321253601032, + -76.78866589313066, + -12.34283598921608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.79400158743239, + -12.34283598921608 + ] + ] + ], + "type": "Polygon" + }, + "id": "108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12522374344452, + -12.07892611595525, + -77.1155703961235, + -12.06853701736512 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.12522374344452, + -12.071582942193793 + ], + [ + -77.12471961822986, + -12.076777543433247 + ], + [ + -77.11989285920305, + -12.07892611595525 + ], + [ + -77.1155703961235, + -12.07588010684822 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.12090123681685, + -12.06853701736512 + ] + ] + ], + "type": "Polygon" + }, + "id": "109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74271562385739, + -12.3083681322623, + -76.73306542361188, + -12.297992233722644 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.73840039871943, + -12.297992233722644 + ] + ] + ], + "type": "Polygon" + }, + "id": "110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9880628781608, + -12.15980222918304, + -76.97841060532278, + -12.149417746686982 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.98374295847934, + -12.149417746686982 + ] + ] + ], + "type": "Polygon" + }, + "id": "111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92630523523636, + -11.988567160752535, + -76.91665967614114, + -11.978181576501381 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.92198926791185, + -11.978181576501381 + ] + ] + ], + "type": "Polygon" + }, + "id": "112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80676188964557, + -12.03177836661477, + -76.79711821256211, + -12.021396419998446 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.80244859860132, + -12.021396419998446 + ] + ] + ], + "type": "Polygon" + }, + "id": "113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10822837795646, + -11.778306172860304, + -77.09858441572527, + -11.76791315466624 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.10391033435151, + -11.76791315466624 + ] + ] + ], + "type": "Polygon" + }, + "id": "114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90729663436352, + -12.23043343353049, + -76.89764435727372, + -12.220052092813292 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.90297795295645, + -12.220052092813292 + ] + ] + ], + "type": "Polygon" + }, + "id": "115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77938371721733, + -11.93471420490426, + -76.76974367090764, + -11.924331511216701 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.77507247002917, + -11.924331511216701 + ] + ] + ], + "type": "Polygon" + }, + "id": "116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06634496650707, + -11.78207960808194, + -77.05670194940275, + -11.771687657574303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.06202798846748, + -11.771687657574303 + ] + ] + ], + "type": "Polygon" + }, + "id": "117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08837203759558, + -11.697679531608777, + -77.07873097480493, + -11.687285929877115 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.0840555966714, + -11.687285929877115 + ] + ] + ], + "type": "Polygon" + }, + "id": "118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8250207178825, + -12.127931606148628, + -76.81537368311254, + -12.117550682492183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.82070564481073, + -12.117550682492183 + ] + ] + ], + "type": "Polygon" + }, + "id": "119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82275244989464, + -12.009777396287648, + -76.81310899994982, + -11.999394715892688 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.81843901508321, + -11.999394715892688 + ] + ] + ], + "type": "Polygon" + }, + "id": "120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02841922779602, + -12.077277821156867, + -77.01876838008928, + -12.066891056387474 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.02409932639446, + -12.066891056387474 + ] + ] + ], + "type": "Polygon" + }, + "id": "121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01688978139123, + -11.863772530325008, + -77.00724559339334, + -11.853382911643143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.01257303783603, + -11.853382911643143 + ] + ] + ], + "type": "Polygon" + }, + "id": "122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77847751340215, + -12.461238985973267, + -76.76882177241605, + -12.450864831693949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.7741592612032, + -12.450864831693949 + ] + ] + ], + "type": "Polygon" + }, + "id": "123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92248010351895, + -11.885949935202511, + -76.91283770251394, + -11.875562957914854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.91816560796273, + -11.875562957914854 + ] + ] + ], + "type": "Polygon" + }, + "id": "124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15552744052124, + -11.861610396227354, + -77.14587981559016, + -11.85121737869024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.15120703121349, + -11.85121737869024 + ] + ] + ], + "type": "Polygon" + }, + "id": "125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96509919130068, + -11.827219686614816, + -76.95545742817292, + -11.816830833307726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.96078432744652, + -11.816830833307726 + ] + ] + ], + "type": "Polygon" + }, + "id": "126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1181608439078, + -11.818618697692635, + -77.10851543217257, + -11.80822598679032 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.11384199892753, + -11.80822598679032 + ] + ] + ], + "type": "Polygon" + }, + "id": "127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7891751516025, + -12.352299961256486, + -76.77952237922898, + -12.341923630263008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.78485806270552, + -12.341923630263008 + ] + ] + ], + "type": "Polygon" + }, + "id": "128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72146016857232, + -12.14906625715072, + -76.71181530532915, + -12.138688291185597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.71714765615178, + -12.138688291185597 + ] + ] + ], + "type": "Polygon" + }, + "id": "129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77394551827366, + -12.319345692449595, + -76.76429414218882, + -12.308969185803885 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.769629287728, + -12.308969185803885 + ] + ] + ], + "type": "Polygon" + }, + "id": "130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69780892298022, + -12.248871024767507, + -76.68816172889548, + -12.238495279321253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.69349573147922, + -12.238495279321253 + ] + ] + ], + "type": "Polygon" + }, + "id": "131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562466555747, + -12.138892754574899, + -76.84659846086751, + -12.128511219132987 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.85193058432881, + -12.128511219132987 + ] + ] + ], + "type": "Polygon" + }, + "id": "132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97352274108167, + -11.977494020339872, + -76.96387628249312, + -11.967107103738934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96920564668535, + -11.967107103738934 + ] + ] + ], + "type": "Polygon" + }, + "id": "133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767230201937, + -12.25794409930229, + -76.85802024953759, + -12.247564201517882 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.86335432957894, + -12.247564201517882 + ] + ] + ], + "type": "Polygon" + }, + "id": "134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01307838802076, + -11.855531828818664, + -77.0034345432824, + -11.845142188293716 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -77.0087618565751, + -11.845142188293716 + ] + ] + ], + "type": "Polygon" + }, + "id": "135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00024521475295, + -12.129550569759301, + -76.99059353064865, + -12.119165309176896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.99592537152029, + -12.119165309176896 + ] + ] + ], + "type": "Polygon" + }, + "id": "136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09244672773596, + -12.083574425373987, + -77.08279406539633, + -12.07318619374786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.08812503103283, + -12.07318619374786 + ] + ] + ], + "type": "Polygon" + }, + "id": "137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15234096391768, + -11.703917680726216, + -77.1426981127226, + -11.693522614531949 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.14802274123163, + -11.693522614531949 + ] + ] + ], + "type": "Polygon" + }, + "id": "138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005718601959, + -12.052786909281695, + -76.8504114588701, + -12.042403942418952 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.85574216013168, + -12.042403942418952 + ] + ] + ], + "type": "Polygon" + }, + "id": "139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89356081509209, + -11.993196919988886, + -76.88391597819655, + -11.982812219044666 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88924567334985, + -11.982812219044666 + ] + ] + ], + "type": "Polygon" + }, + "id": "140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74893645205906, + -11.96314141741898, + -76.73929638398302, + -11.952759910062984 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.74462566218604, + -11.952759910062984 + ] + ] + ], + "type": "Polygon" + }, + "id": "141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79990562653929, + -12.054683568951948, + -76.7902614507399, + -12.044302143276708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.79559221765021, + -12.044302143276708 + ] + ] + ], + "type": "Polygon" + }, + "id": "142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84482995919832, + -12.019827819615863, + -76.83518561995024, + -12.009444735445454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.84051578783647, + -12.009444735445454 + ] + ] + ], + "type": "Polygon" + }, + "id": "143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11211401304925, + -11.880971427383447, + -77.10246689591958, + -11.870579730134208 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.10779449724858, + -11.870579730134208 + ] + ] + ], + "type": "Polygon" + }, + "id": "144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72592434366388, + -12.385265751244495, + -76.71627230334566, + -12.37489159753346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.72160855362323, + -12.37489159753346 + ] + ] + ], + "type": "Polygon" + }, + "id": "145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98954575293429, + -12.04985476199432, + -76.97989672239196, + -12.039468533685318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.98522726157927, + -12.039468533685318 + ] + ] + ], + "type": "Polygon" + }, + "id": "146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75351861791964, + -11.916423236354415, + -76.7438798173243, + -11.906040932996763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.74920832454404, + -11.906040932996763 + ] + ] + ], + "type": "Polygon" + }, + "id": "147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98185445995996, + -11.844598821242121, + -76.97221174531012, + -11.83420979567334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.97753891327145, + -11.83420979567334 + ] + ] + ], + "type": "Polygon" + }, + "id": "148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68021976778297, + -12.380685918448043, + -76.67056911973252, + -12.370312855397534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.67970894717689, + -12.378550933188981 + ], + [ + -76.67488353533685, + -12.380685918448043 + ], + [ + -76.67056911973252, + -12.377634343082692 + ], + [ + -76.67108006597283, + -12.37244786625101 + ], + [ + -76.67590530219279, + -12.370312855397534 + ] + ] + ], + "type": "Polygon" + }, + "id": "149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6711947897393, + -12.191200534545944, + -76.66155005127965, + -12.180824529308499 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.66155005127965, + -12.188149793016178 + ], + [ + -76.66206082313253, + -12.182961845322298 + ], + [ + -76.66688310461413, + -12.180824529308499 + ] + ] + ], + "type": "Polygon" + }, + "id": "150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8600638748136, + -11.76968512267344, + -76.85042658175516, + -11.759298093527384 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.8557526217784, + -11.759298093527384 + ] + ] + ], + "type": "Polygon" + }, + "id": "151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05031308315584, + -11.709698046504084, + -77.04067262756573, + -11.699305526500163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.0459974976744, + -11.699305526500163 + ] + ] + ], + "type": "Polygon" + }, + "id": "152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94075249898101, + -11.887750110187577, + -76.93110956663796, + -11.87736270548093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.9364374853705, + -11.87736270548093 + ] + ] + ], + "type": "Polygon" + }, + "id": "153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767233220088, + -11.974910219205581, + -76.85802872487083, + -11.964525893918783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.86335813776539, + -11.964525893918783 + ] + ] + ], + "type": "Polygon" + }, + "id": "154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88062339805332, + -12.17275747631116, + -76.87097354631027, + -12.162375868643965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.87630621129509, + -12.162375868643965 + ] + ] + ], + "type": "Polygon" + }, + "id": "155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72517985518422, + -12.345904345427913, + -76.7155290117787, + -12.335529532025923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.72086461175567, + -12.335529532025923 + ] + ] + ], + "type": "Polygon" + }, + "id": "156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8821295692172, + -11.779725296347022, + -76.87249139283219, + -11.769337851902117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.87781758266746, + -11.769337851902117 + ] + ] + ], + "type": "Polygon" + }, + "id": "157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82199673353281, + -11.97038899766496, + -76.81235447794445, + -11.960005751197215 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.81768384453495, + -11.960005751197215 + ] + ] + ], + "type": "Polygon" + }, + "id": "158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00102357877681, + -12.168945087579957, + -76.99137069878411, + -12.158560431224156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.9967031883501, + -12.158560431224156 + ] + ] + ], + "type": "Polygon" + }, + "id": "159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02676347289709, + -11.809673105773241, + -77.01712064292612, + -11.799282496198739 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.02244718573922, + -11.799282496198739 + ] + ] + ], + "type": "Polygon" + }, + "id": "160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01931823411468, + -12.170750309271076, + -77.00966483009137, + -12.160365231709688 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.01499732822077, + -12.160365231709688 + ] + ] + ], + "type": "Polygon" + }, + "id": "161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11053112580272, + -11.802136495273778, + -77.1008863962782, + -11.791743743848073 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.10621270332547, + -11.791743743848073 + ] + ] + ], + "type": "Polygon" + }, + "id": "162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96363715873285, + -12.03157159722274, + -76.95398934419251, + -12.021185731406186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95931960923272, + -12.021185731406186 + ] + ] + ], + "type": "Polygon" + }, + "id": "163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0175821537006, + -11.714363255553323, + -77.00794239567594, + -11.703971596128511 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.01326738236338, + -11.703971596128511 + ] + ] + ], + "type": "Polygon" + }, + "id": "164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1303245271117, + -11.788332566065934, + -77.12067971258747, + -11.777939148872962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.12600576294753, + -11.777939148872962 + ] + ] + ], + "type": "Polygon" + }, + "id": "165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13557237219497, + -11.686544609011673, + -77.12593045574236, + -11.676149722077502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.13125482524035, + -11.676149722077502 + ] + ] + ], + "type": "Polygon" + }, + "id": "166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7747774336386, + -12.075771352826834, + -76.76513330676103, + -12.065390885705238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.77046443223611, + -12.065390885705238 + ] + ] + ], + "type": "Polygon" + }, + "id": "167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06483145308951, + -11.797667224055386, + -77.05518801034563, + -11.787275521464334 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.06051430771765, + -11.787275521464334 + ] + ] + ], + "type": "Polygon" + }, + "id": "168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93542453412006, + -11.895090524442061, + -76.92578152220635, + -11.884703355996777 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.93110956663796, + -11.884703355996777 + ] + ] + ], + "type": "Polygon" + }, + "id": "169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12110953981572, + -11.693004449082958, + -77.11146779290176, + -11.682609994442181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.11679229056348, + -11.682609994442181 + ] + ] + ], + "type": "Polygon" + }, + "id": "170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80286258504503, + -12.495105815267385, + -76.79320517325112, + -12.484731650511064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79854321091787, + -12.484731650511064 + ], + [ + -76.80286258504503, + -12.487782496561413 + ], + [ + -76.8023532922527, + -12.492969632694676 + ], + [ + -76.79752449910596, + -12.495105815267385 + ], + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.79854321091787, + -12.484731650511064 + ] + ] + ], + "type": "Polygon" + }, + "id": "171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15393380947195, + -11.782767239478423, + -77.14428857199209, + -11.772373178029314 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14961449374826, + -11.772373178029314 + ] + ] + ], + "type": "Polygon" + }, + "id": "172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75110870876391, + -12.269913731786003, + -76.74145942891411, + -12.259536975307856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.74679376631644, + -12.259536975307856 + ] + ] + ], + "type": "Polygon" + }, + "id": "173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1416914914417, + -11.718619277899665, + -77.13204846801388, + -11.708224659621095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.13737335495425, + -11.708224659621095 + ] + ] + ], + "type": "Polygon" + }, + "id": "174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89432552415971, + -12.032589869824976, + -76.88467949258819, + -12.022205740083558 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.89000983618507, + -12.022205740083558 + ] + ] + ], + "type": "Polygon" + }, + "id": "175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77705462992269, + -12.09958104891388, + -76.76740973123252, + -12.08920089270136 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.77274124840952, + -12.08920089270136 + ] + ] + ], + "type": "Polygon" + }, + "id": "176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69094346481755, + -12.271758587700948, + -76.68129577605558, + -12.261383397636797 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.68663015755986, + -12.261383397636797 + ] + ] + ], + "type": "Polygon" + }, + "id": "177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8211869451317, + -12.308338874307061, + -76.81153462607564, + -12.297960986746332 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.81686956732959, + -12.297960986746332 + ] + ] + ], + "type": "Polygon" + }, + "id": "178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05558310035096, + -11.607918529557839, + -77.04594553774085, + -11.59752458710986 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.05126872911963, + -11.59752458710986 + ] + ] + ], + "type": "Polygon" + }, + "id": "179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09619734806722, + -11.997417589444584, + -77.08654716082968, + -11.98702796404873 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.09187670193714, + -11.98702796404873 + ] + ] + ], + "type": "Polygon" + }, + "id": "180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08632678642398, + -12.051511091380085, + -77.07667523504853, + -12.04112251836867 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.08200568106491, + -12.04112251836867 + ] + ] + ], + "type": "Polygon" + }, + "id": "181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94914172344173, + -11.943632259859532, + -76.93949690740047, + -11.93324544996507 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.94482573820638, + -11.93324544996507 + ] + ] + ], + "type": "Polygon" + }, + "id": "182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7031428533829, + -12.2415459791429, + -76.69349573147922, + -12.231169976454744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.69882961226526, + -12.231169976454744 + ] + ] + ], + "type": "Polygon" + }, + "id": "183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00561722574139, + -12.216577362433199, + -76.99596280532573, + -12.2061933597787 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.00511120671555, + -12.214433099117043 + ], + [ + -77.00028391045024, + -12.216577362433199 + ], + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -77.00129607532106, + -12.2061933597787 + ] + ] + ], + "type": "Polygon" + }, + "id": "184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94692064767347, + -12.202911583310625, + -76.93726815521224, + -12.192528809616626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.94260126144214, + -12.192528809616626 + ] + ] + ], + "type": "Polygon" + }, + "id": "185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88594533968153, + -11.976716870075398, + -76.87630119498692, + -11.966332115012834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.88163062447667, + -11.966332115012834 + ] + ] + ], + "type": "Polygon" + }, + "id": "186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13493418105325, + -11.835994067705563, + -77.12528783217923, + -11.825601190666328 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.13061465912298, + -11.825601190666328 + ] + ] + ], + "type": "Polygon" + }, + "id": "187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09376247750903, + -11.784761006096971, + -77.08411868721551, + -11.774368425500061 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.08944473277471, + -11.774368425500061 + ] + ] + ], + "type": "Polygon" + }, + "id": "188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76869703064185, + -12.043721686412313, + -76.7590540241583, + -12.03334088278919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.76438462358944, + -12.03334088278919 + ] + ] + ], + "type": "Polygon" + }, + "id": "189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88975938287112, + -12.079316184960879, + -76.88011207812238, + -12.068932882004805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.8854431953595, + -12.068932882004805 + ] + ] + ], + "type": "Polygon" + }, + "id": "190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72898517360576, + -12.354142673177169, + -76.71933397998325, + -12.343767903900021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.72466971514163, + -12.343767903900021 + ] + ] + ], + "type": "Polygon" + }, + "id": "191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310096881797, + -12.210325258794272, + -76.85345045972396, + -12.199944695280035 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.85878375701267, + -12.199944695280035 + ] + ] + ], + "type": "Polygon" + }, + "id": "192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94837037977253, + -11.90423090902235, + -76.93872675785875, + -11.893843550388853 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.9440549407277, + -11.893843550388853 + ] + ] + ], + "type": "Polygon" + }, + "id": "193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0245133259432, + -11.880253924708416, + -77.01486845160942, + -11.86986435108102 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.02019615822763, + -11.86986435108102 + ] + ] + ], + "type": "Polygon" + }, + "id": "194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8105335335674, + -12.2286807019385, + -76.800883879674, + -12.218301759764714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.8062175114195, + -12.218301759764714 + ] + ] + ], + "type": "Polygon" + }, + "id": "195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6772658064552, + -12.22324141314456, + -76.6676199437112, + -12.212865772907948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.67295352552854, + -12.212865772907948 + ] + ] + ], + "type": "Polygon" + }, + "id": "196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09994602799941, + -11.911250220507718, + -77.09029831467775, + -11.900859248320314 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.09562643197086, + -11.900859248320314 + ] + ] + ], + "type": "Polygon" + }, + "id": "197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0031225614524, + -11.720814657992305, + -76.99348298292249, + -11.710423437409633 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.99880809217528, + -11.710423437409633 + ] + ] + ], + "type": "Polygon" + }, + "id": "198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97054595200163, + -12.197386160834613, + -76.96089301039463, + -12.187002712802617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.96622600199524, + -12.187002712802617 + ] + ] + ], + "type": "Polygon" + }, + "id": "199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82045830911899, + -12.080309195559746, + -76.81081281727833, + -12.069927645076348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.81614399620334, + -12.069927645076348 + ] + ] + ], + "type": "Polygon" + }, + "id": "200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9713207669883, + -12.236774889926947, + -76.96166662904547, + -12.22639206313361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.9713207669883, + -12.229440164099136 + ], + [ + -76.97081423576213, + -12.23463163034578 + ], + [ + -76.96598708054562, + -12.236774889926947 + ], + [ + -76.96166662904547, + -12.233726705216373 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.9670002696966, + -12.22639206313361 + ] + ] + ], + "type": "Polygon" + }, + "id": "201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09060758148638, + -11.627074304592584, + -77.08096856228545, + -11.616679749887037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.08629202122165, + -11.616679749887037 + ] + ] + ], + "type": "Polygon" + }, + "id": "202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7709734956548, + -12.067531953425794, + -76.76132971745655, + -12.057151455920566 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.76666070855794, + -12.057151455920566 + ] + ] + ], + "type": "Polygon" + }, + "id": "203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10894901880158, + -11.723295092373823, + -77.09930667571534, + -11.712901325922918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.10463168910135, + -11.712901325922918 + ] + ] + ], + "type": "Polygon" + }, + "id": "204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93848384381282, + -11.958311139478885, + -76.92883886820782, + -11.947924807568674 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.93416795070505, + -11.947924807568674 + ] + ] + ], + "type": "Polygon" + }, + "id": "205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562499986229, + -12.044547148264597, + -76.84660461835828, + -12.03416415139173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.85193518633771, + -12.03416415139173 + ] + ] + ], + "type": "Polygon" + }, + "id": "206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81819208439303, + -11.96214917791663, + -76.80855017629189, + -11.951765905993467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.81387940918944, + -11.951765905993467 + ] + ] + ], + "type": "Polygon" + }, + "id": "207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77091703240325, + -12.256172207546927, + -76.76126762556498, + -12.245794720020985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.76660172902231, + -12.245794720020985 + ] + ] + ], + "type": "Polygon" + }, + "id": "208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81284680549464, + -12.063830085307226, + -76.80320200922415, + -12.053448473195608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.80853292050166, + -12.053448473195608 + ] + ] + ], + "type": "Polygon" + }, + "id": "209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96736137401393, + -11.756643362179412, + -76.95772165314204, + -11.746253495112441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.96304738940538, + -11.746253495112441 + ] + ] + ], + "type": "Polygon" + }, + "id": "210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6490632649652, + -12.27542182869652, + -76.63941662494427, + -12.265047775418033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.64475106952821, + -12.265047775418033 + ] + ] + ], + "type": "Polygon" + }, + "id": "211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0192739883975, + -12.076377239276992, + -77.00962340183804, + -12.065990685063273 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.01495434427693, + -12.065990685063273 + ] + ] + ], + "type": "Polygon" + }, + "id": "212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97659074953349, + -12.040713290862861, + -76.96694232653657, + -12.030327243314964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.9722727289237, + -12.030327243314964 + ] + ] + ], + "type": "Polygon" + }, + "id": "213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92177528525629, + -12.224007202411528, + -76.9121228200282, + -12.213625396082769 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9174562973363, + -12.213625396082769 + ] + ] + ], + "type": "Polygon" + }, + "id": "214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7214174926185, + -12.243372289175586, + -76.71176981525389, + -12.232995849706088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.71710372258805, + -12.232995849706088 + ] + ] + ], + "type": "Polygon" + }, + "id": "215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0292009864655, + -12.116677123671336, + -77.01954894320693, + -12.106290949973285 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.02488053791635, + -12.106290949973285 + ] + ] + ], + "type": "Polygon" + }, + "id": "216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73365363917806, + -12.1188421898472, + -76.72400934465152, + -12.108463436253102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72934119391006, + -12.108463436253102 + ] + ] + ], + "type": "Polygon" + }, + "id": "217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67641616265432, + -12.37244786625101, + -76.66676586587384, + -12.362074758182251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67210191251787, + -12.362074758182251 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.67108006597283, + -12.37244786625101 + ], + [ + -76.66676586587384, + -12.369396293933365 + ], + [ + -76.66727685194782, + -12.364209794625593 + ], + [ + -76.67210191251787, + -12.362074758182251 + ] + ] + ], + "type": "Polygon" + }, + "id": "218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09850065870648, + -12.021242288019133, + -77.0888497030215, + -12.01085296216948 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.0941796331701, + -12.01085296216948 + ] + ] + ], + "type": "Polygon" + }, + "id": "219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09626404326681, + -12.091814812859907, + -77.08661103882311, + -12.081426615451784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.09626404326681, + -12.084472872078313 + ], + [ + -77.09575949107942, + -12.089667022912241 + ], + [ + -77.09093290333456, + -12.091814812859907 + ], + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.09194213478963, + -12.081426615451784 + ] + ] + ], + "type": "Polygon" + }, + "id": "220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6941580575933, + -11.957694753512014, + -76.68451965009433, + -11.947314560978002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68984885046599, + -11.947314560978002 + ] + ] + ], + "type": "Polygon" + }, + "id": "221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9758788627646, + -12.190050639735956, + -76.96622600199524, + -12.179666941704594 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.971558867045, + -12.179666941704594 + ] + ] + ], + "type": "Polygon" + }, + "id": "222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03438654960014, + -11.82615475353624, + -77.02474303392934, + -11.815764183681697 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.03006983858099, + -11.815764183681697 + ] + ] + ], + "type": "Polygon" + }, + "id": "223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300166763931, + -11.96757367255777, + -76.86335813776539, + -11.9571891060137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.86868742608735, + -11.9571891060137 + ] + ] + ], + "type": "Polygon" + }, + "id": "224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07705779415576, + -11.861804936727008, + -77.06741213163377, + -11.851413821113992 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.07273946747392, + -11.851413821113992 + ] + ] + ], + "type": "Polygon" + }, + "id": "225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05182679600642, + -11.694109206551751, + -77.042186765663, + -11.683716447193174 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.04751137767525, + -11.683716447193174 + ] + ] + ], + "type": "Polygon" + }, + "id": "226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90650718661833, + -12.002339954334488, + -76.8968617363019, + -11.99195506701533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.90219157176664, + -11.99195506701533 + ] + ] + ], + "type": "Polygon" + }, + "id": "227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77928058917642, + -12.312019518253294, + -76.769629287728, + -12.301642752370022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.77496431007701, + -12.301642752370022 + ] + ] + ], + "type": "Polygon" + }, + "id": "228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11269132691153, + -11.637096653279682, + -77.10305145400228, + -11.626701689723147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10837504583426, + -11.626701689723147 + ], + [ + -77.11269132691153, + -11.629745481250453 + ], + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.10837504583426, + -11.626701689723147 + ] + ] + ], + "type": "Polygon" + }, + "id": "229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99035838189461, + -12.183618383729945, + -76.9807053388127, + -12.173234224924753 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.98603808224235, + -12.173234224924753 + ] + ] + ], + "type": "Polygon" + }, + "id": "230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69188875306273, + -11.933885004829797, + -76.68225111744553, + -11.923504522655941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.68757992583494, + -11.923504522655941 + ] + ] + ], + "type": "Polygon" + }, + "id": "231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90117730450434, + -12.009676944822735, + -76.89153177564991, + -11.999292299819398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.8968617363019, + -11.999292299819398 + ] + ] + ], + "type": "Polygon" + }, + "id": "232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96813473676895, + -11.796052623520737, + -76.95849382282175, + -11.785663268418524 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.96382020637876, + -11.785663268418524 + ] + ] + ], + "type": "Polygon" + }, + "id": "233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74726831649916, + -12.355971401930844, + -76.73761656973008, + -12.345596198073407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.74295232989594, + -12.345596198073407 + ] + ] + ], + "type": "Polygon" + }, + "id": "234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1592596447713, + -11.775417379857046, + -77.14961449374826, + -11.76502309138468 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.15494028606705, + -11.76502309138468 + ] + ] + ], + "type": "Polygon" + }, + "id": "235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03213788085237, + -11.896735304580607, + -77.02249232042702, + -11.8863457778321 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.02782028905482, + -11.8863457778321 + ] + ] + ], + "type": "Polygon" + }, + "id": "236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77708106658129, + -12.005246209865932, + -76.76743898040377, + -11.994864613755205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.77276894245699, + -11.994864613755205 + ] + ] + ], + "type": "Polygon" + }, + "id": "237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92784300174633, + -12.067356782201143, + -76.91819505294406, + -12.056972347343413 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.92352594154197, + -12.056972347343413 + ] + ] + ], + "type": "Polygon" + }, + "id": "238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93769338473034, + -11.824524439297228, + -76.92805241520594, + -11.814136226132918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.93337929634906, + -11.814136226132918 + ] + ] + ], + "type": "Polygon" + }, + "id": "239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12499843335446, + -11.795681224876558, + -77.11535353328607, + -11.785288035838555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.12067971258747, + -11.785288035838555 + ] + ] + ], + "type": "Polygon" + }, + "id": "240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66733533843752, + -12.277252731300118, + -76.65768813719244, + -12.266878238573295 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.66302261158995, + -12.266878238573295 + ] + ] + ], + "type": "Polygon" + }, + "id": "241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12341274675862, + -11.71683709666527, + -77.11377023307827, + -11.706442896027827 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.11909511885594, + -11.706442896027827 + ] + ] + ], + "type": "Polygon" + }, + "id": "242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96366515585287, + -12.125939539506163, + -76.95401452545586, + -12.115555124979327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95934634579748, + -12.115555124979327 + ] + ] + ], + "type": "Polygon" + }, + "id": "243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02827864276782, + -11.794087128948268, + -77.0186362380432, + -11.78369626995161 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.02396252271542, + -11.78369626995161 + ] + ] + ], + "type": "Polygon" + }, + "id": "244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11729591380346, + -11.684763165505226, + -77.1076545076388, + -11.67436869675856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.1129788756055, + -11.67436869675856 + ] + ] + ], + "type": "Polygon" + }, + "id": "245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69701846201406, + -12.303797828466333, + -76.68736964898618, + -12.293423019717112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.69270455884096, + -12.293423019717112 + ] + ] + ], + "type": "Polygon" + }, + "id": "246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98883979240779, + -12.199194261899564, + -76.9791863234797, + -12.188810391210726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.98451932548656, + -12.188810391210726 + ] + ] + ], + "type": "Polygon" + }, + "id": "247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83187746986242, + -12.105027793469526, + -76.82223093511791, + -12.094646338843452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.82756251520618, + -12.094646338843452 + ] + ] + ], + "type": "Polygon" + }, + "id": "248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9909557263377, + -11.751091564895404, + -76.98131556034313, + -11.740701043104877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.98664118070417, + -11.740701043104877 + ] + ] + ], + "type": "Polygon" + }, + "id": "249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68719337136983, + -12.169223467998743, + -76.67754884733587, + -12.158846699139984 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68288153654662, + -12.158846699139984 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.67754884733587, + -12.16617298196197 + ], + [ + -76.67805936218447, + -12.16098465236936 + ], + [ + -76.68288153654662, + -12.158846699139984 + ] + ] + ], + "type": "Polygon" + }, + "id": "250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72902565641832, + -12.259849658205354, + -76.71937727897053, + -12.249473296936785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.72471145654949, + -12.249473296936785 + ] + ] + ], + "type": "Polygon" + }, + "id": "251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7626179872414, + -12.011671406313242, + -76.75297610110901, + -12.001290272669946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.75830617447816, + -12.001290272669946 + ] + ] + ], + "type": "Polygon" + }, + "id": "252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11276275940851, + -11.73153630454843, + -77.1031200753195, + -11.721142554092136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.10844521853701, + -11.721142554092136 + ] + ] + ], + "type": "Polygon" + }, + "id": "253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73667308137705, + -12.182022161592267, + -76.72702681902715, + -12.17164433464975 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.73235970985836, + -12.17164433464975 + ] + ] + ], + "type": "Polygon" + }, + "id": "254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63232673834004, + -12.258029359198233, + -76.62268108342197, + -12.247655447989636 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62801524018155, + -12.247655447989636 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.62699253095144, + -12.258029359198233 + ], + [ + -76.62268108342197, + -12.254977931533658 + ], + [ + -76.62319250070485, + -12.249791031055638 + ], + [ + -76.62801524018155, + -12.247655447989636 + ] + ] + ], + "type": "Polygon" + }, + "id": "255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78621454612315, + -12.006152972792512, + -76.77657218624124, + -11.995771159325127 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.78190215946057, + -11.995771159325127 + ] + ] + ], + "type": "Polygon" + }, + "id": "256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81437213653003, + -12.04825759796851, + -76.80472776376529, + -12.03787570960087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.81005841755197, + -12.03787570960087 + ] + ] + ], + "type": "Polygon" + }, + "id": "257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06029009378669, + -11.844427819788107, + -77.05064537397958, + -11.834036870252463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.05597244637845, + -11.834036870252463 + ] + ] + ], + "type": "Polygon" + }, + "id": "258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10736769147145, + -11.644447516673651, + -77.0977277336575, + -11.634052774369808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.10305145400228, + -11.634052774369808 + ] + ] + ], + "type": "Polygon" + }, + "id": "259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7404026587213, + -12.37885753699171, + -76.73075041480712, + -12.3684829028172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.7360865552641, + -12.3684829028172 + ] + ] + ], + "type": "Polygon" + }, + "id": "260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0360487449869, + -12.09375825252047, + -77.02639721051388, + -12.083371554794958 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.03172841904906, + -12.083371554794958 + ] + ] + ], + "type": "Polygon" + }, + "id": "261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74961415276393, + -12.191172317062863, + -76.73996726485633, + -12.180794308320793 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.74530030286988, + -12.180794308320793 + ] + ] + ], + "type": "Polygon" + }, + "id": "262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65593055118065, + -12.252537507770583, + -76.64628440403649, + -12.242162897497423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.65161847063933, + -12.242162897497423 + ] + ] + ], + "type": "Polygon" + }, + "id": "263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8920390583497, + -12.008773633791003, + -76.88239379719744, + -11.99838920302407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.88772375014693, + -11.99838920302407 + ] + ] + ], + "type": "Polygon" + }, + "id": "264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02139206999594, + -11.722604177967943, + -77.01175196910359, + -11.712212533225555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.01707708676983, + -11.712212533225555 + ] + ] + ], + "type": "Polygon" + }, + "id": "265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05204173853885, + -12.071737659223524, + -77.04239045317473, + -12.06135023105984 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.04772127858978, + -12.06135023105984 + ] + ] + ], + "type": "Polygon" + }, + "id": "266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93702479357765, + -12.256964789824073, + -76.92737094501857, + -12.246583145291746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.93702479357765, + -12.249631661583113 + ], + [ + -76.93651775052868, + -12.2548225369133 + ], + [ + -76.93169073981664, + -12.256964789824073 + ], + [ + -76.92737094501857, + -12.25391618980404 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.93270495249244, + -12.246583145291746 + ] + ] + ], + "type": "Polygon" + }, + "id": "267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72001665267737, + -11.975990201323372, + -76.71037699053359, + -11.965609618641642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.71570648794378, + -11.965609618641642 + ] + ] + ], + "type": "Polygon" + }, + "id": "268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7968535567398, + -12.085826736227661, + -76.78720853419986, + -12.07544586611388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.79253981598522, + -12.07544586611388 + ] + ] + ], + "type": "Polygon" + }, + "id": "269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16769104363999, + -11.831322943869608, + -77.15804401886875, + -11.820929213344385 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.16337071647126, + -11.820929213344385 + ] + ] + ], + "type": "Polygon" + }, + "id": "270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91867231328982, + -11.877709591824972, + -76.90903025753246, + -11.867322592447325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91435803062234, + -11.867322592447325 + ], + [ + -76.91867231328982, + -11.870369404708052 + ], + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.90953708905846, + -11.86946924697822 + ], + [ + -76.91435803062234, + -11.867322592447325 + ] + ] + ], + "type": "Polygon" + }, + "id": "271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9544704742171, + -11.936292332902369, + -76.94482573820638, + -11.925905284681008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.95015444303503, + -11.925905284681008 + ] + ] + ], + "type": "Polygon" + }, + "id": "272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12945461237578, + -11.654469509647523, + -77.11981380286436, + -11.644074360564849 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12945461237578, + -11.647118099190985 + ], + [ + -77.12895120684604, + -11.652315726006062 + ], + [ + -77.12413071696939, + -11.654469509647523 + ], + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.12513765489705, + -11.644074360564849 + ] + ] + ], + "type": "Polygon" + }, + "id": "273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9926177787581, + -12.113070568809002, + -76.98296678304929, + -12.102685238208352 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.98829836072704, + -12.102685238208352 + ] + ] + ], + "type": "Polygon" + }, + "id": "274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84481660589722, + -12.208508942591001, + -76.8351666373376, + -12.198128808453212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.84049991662782, + -12.198128808453212 + ] + ] + ], + "type": "Polygon" + }, + "id": "275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82427711179842, + -11.99420330787439, + -76.81463408533007, + -11.983820356625532 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81996384300936, + -11.983820356625532 + ] + ] + ], + "type": "Polygon" + }, + "id": "276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87984590061093, + -11.75590368322072, + -76.8702084935547, + -11.745515975573003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8755342932594, + -11.745515975573003 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.87071567618003, + -11.747663303644533 + ], + [ + -76.8755342932594, + -11.745515975573003 + ] + ] + ], + "type": "Polygon" + }, + "id": "277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72377543685907, + -12.078556422172804, + -76.71413261390275, + -12.06817729337582 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71946380117492, + -12.06817729337582 + ] + ] + ], + "type": "Polygon" + }, + "id": "278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10908977888397, + -11.912145488248639, + -77.09944180891165, + -11.901754307129655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.10476992763311, + -11.901754307129655 + ] + ] + ], + "type": "Polygon" + }, + "id": "279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09750930821846, + -11.698571469222685, + -77.08786798850889, + -11.688177657526756 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.09319261215063, + -11.688177657526756 + ] + ] + ], + "type": "Polygon" + }, + "id": "280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9110827873929, + -12.049973421190323, + -76.90143579647474, + -12.039589137590818 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.9067664130215, + -12.039589137590818 + ] + ] + ], + "type": "Polygon" + }, + "id": "281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97733395357331, + -11.985734338347099, + -76.96768715065176, + -11.975347449437836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.97301664659255, + -11.975347449437836 + ] + ] + ], + "type": "Polygon" + }, + "id": "282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75956320751901, + -12.04281371317928, + -76.74992047571813, + -12.03243312725446 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.75525106345289, + -12.03243312725446 + ] + ] + ], + "type": "Polygon" + }, + "id": "283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75875176048457, + -12.192083257992257, + -76.74910459712224, + -12.181705031807075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.75443764714285, + -12.181705031807075 + ] + ] + ], + "type": "Polygon" + }, + "id": "284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8075333991228, + -11.976818426605972, + -76.79789133976425, + -11.966435639064713 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.80322081978751, + -11.966435639064713 + ] + ] + ], + "type": "Polygon" + }, + "id": "285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69341851972383, + -11.918314215342296, + -76.68378130589743, + -11.907933468690867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68910985760803, + -11.907933468690867 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.68378130589743, + -11.915265107527999 + ], + [ + -76.68429133818205, + -11.910074789217783 + ], + [ + -76.68910985760803, + -11.907933468690867 + ] + ] + ], + "type": "Polygon" + }, + "id": "286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74805052532787, + -12.301042805246956, + -76.73840039871943, + -12.290666647440316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.7437352511945, + -12.290666647440316 + ] + ] + ], + "type": "Polygon" + }, + "id": "287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11132247185941, + -11.841554788796127, + -77.1016765486782, + -11.83116255956609 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.10700350278876, + -11.83116255956609 + ] + ] + ], + "type": "Polygon" + }, + "id": "288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88214219244463, + -12.062836592989617, + -76.87249558042159, + -12.052453227209007 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.87782643175777, + -12.052453227209007 + ] + ] + ], + "type": "Polygon" + }, + "id": "289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07397061934034, + -11.798561598418802, + -77.06432691828502, + -11.788169685557698 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06965321814329, + -11.788169685557698 + ] + ] + ], + "type": "Polygon" + }, + "id": "290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71385524032803, + -12.132588242634544, + -76.70421107699666, + -12.122210209887974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70954315756991, + -12.122210209887974 + ] + ] + ], + "type": "Polygon" + }, + "id": "291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04665864059896, + -11.984688793163983, + -77.0370100883011, + -11.97430018649324 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.04233948672538, + -11.97430018649324 + ] + ] + ], + "type": "Polygon" + }, + "id": "292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95979909884946, + -11.928952081729436, + -76.95015444303503, + -11.918564795624754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.95548302179871, + -11.918564795624754 + ] + ] + ], + "type": "Polygon" + }, + "id": "293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68180640087027, + -12.270844106093083, + -76.67215899124109, + -12.260469135013377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.67749335868811, + -12.260469135013377 + ] + ] + ], + "type": "Polygon" + }, + "id": "294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71853121863998, + -11.897224904175763, + -76.70889394394516, + -11.886843214331241 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7142221441708, + -11.886843214331241 + ], + [ + -76.71853121863998, + -11.889891899428738 + ], + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.70889394394516, + -11.894176132069385 + ], + [ + -76.70940359417143, + -11.888985342011479 + ], + [ + -76.7142221441708, + -11.886843214331241 + ] + ] + ], + "type": "Polygon" + }, + "id": "295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88519711135537, + -12.220379840430045, + -76.87554571690666, + -12.209998887322097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.88087916419406, + -12.209998887322097 + ] + ] + ], + "type": "Polygon" + }, + "id": "296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87910025380584, + -12.188329527977697, + -76.86944997748081, + -12.17794820826367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.87478290048413, + -12.17794820826367 + ] + ] + ], + "type": "Polygon" + }, + "id": "297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04592701330695, + -12.039675696762927, + -77.03627684004469, + -12.029287930012176 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.04160714505116, + -12.029287930012176 + ] + ] + ], + "type": "Polygon" + }, + "id": "298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8440714620343, + -11.980438151038138, + -76.83442831726467, + -11.97005449846602 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83975783662588, + -11.97005449846602 + ] + ] + ], + "type": "Polygon" + }, + "id": "299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80061963833899, + -12.28271139407342, + -76.79096863710082, + -12.272333595642825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.79630316580696, + -12.272333595642825 + ] + ] + ], + "type": "Polygon" + }, + "id": "300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036732527057, + -12.251577403203775, + -76.7940230993258, + -12.241199010565618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.79935711249163, + -12.241199010565618 + ] + ] + ], + "type": "Polygon" + }, + "id": "301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85777052428122, + -12.123320380484714, + -76.84812275376791, + -12.112938561762512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.85345461940292, + -12.112938561762512 + ] + ] + ], + "type": "Polygon" + }, + "id": "302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01468006829356, + -12.028736401017454, + -77.00503102056477, + -12.018349234961796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.01036118346232, + -12.018349234961796 + ] + ] + ], + "type": "Polygon" + }, + "id": "303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06864427527792, + -11.805908190550522, + -77.05900049046377, + -11.7955165073358 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.06432691828502, + -11.7955165073358 + ] + ] + ], + "type": "Polygon" + }, + "id": "304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75650787843132, + -12.073954364533424, + -76.74686430086852, + -12.0635743325051 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.75219540303738, + -12.0635743325051 + ] + ] + ], + "type": "Polygon" + }, + "id": "305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9407951270274, + -12.076499990097224, + -76.93114656702225, + -12.066115374150723 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.93647759452945, + -12.066115374150723 + ] + ] + ], + "type": "Polygon" + }, + "id": "306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99254490980547, + -11.924309369344149, + -76.98289954458286, + -11.91392120888263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.98822801285365, + -11.91392120888263 + ] + ] + ], + "type": "Polygon" + }, + "id": "307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8615769132101, + -12.225895739434248, + -76.85192597963348, + -12.215515467710839 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.85725953491377, + -12.215515467710839 + ] + ] + ], + "type": "Polygon" + }, + "id": "308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82271308138547, + -12.292771967803247, + -76.81306118657103, + -12.282393780019772 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.8183958699027, + -12.282393780019772 + ] + ] + ], + "type": "Polygon" + }, + "id": "309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80442733604714, + -12.290950218212732, + -76.79477598627187, + -12.280572461398913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.80011064915769, + -12.280572461398913 + ] + ] + ], + "type": "Polygon" + }, + "id": "310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91339778797766, + -12.262483650626544, + -76.90374439331352, + -12.252102685239649 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.90907851284486, + -12.252102685239649 + ] + ] + ], + "type": "Polygon" + }, + "id": "311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70170884117316, + -12.06849706318398, + -76.69206692295926, + -12.058118342425482 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.69739794860904, + -12.058118342425482 + ] + ] + ], + "type": "Polygon" + }, + "id": "312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81814872897102, + -12.245158787284186, + -76.80849837870285, + -12.234779923484842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.81383227842726, + -12.234779923484842 + ] + ] + ], + "type": "Polygon" + }, + "id": "313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02304290234876, + -11.990233185011673, + -77.013394788208, + -11.979845238584236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.01872430703853, + -11.979845238584236 + ] + ] + ], + "type": "Polygon" + }, + "id": "314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09073759637283, + -11.815937754362835, + -77.08109295415133, + -11.805545671217839 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.0864195166177, + -11.805545671217839 + ] + ] + ], + "type": "Polygon" + }, + "id": "315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81665243028093, + -12.072069644631195, + -76.80700728619527, + -12.061688063106024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.81233833131705, + -12.061688063106024 + ] + ] + ], + "type": "Polygon" + }, + "id": "316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89962785343658, + -11.742119551359691, + -76.88999033468107, + -11.731731167715946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89531589279926, + -11.731731167715946 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.89049721976161, + -11.733879083200115 + ], + [ + -76.89531589279926, + -11.731731167715946 + ] + ] + ], + "type": "Polygon" + }, + "id": "317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92859440195586, + -12.012385294800126, + -76.91894807285512, + -12.002000008590564 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.92427805496173, + -12.002000008590564 + ] + ] + ], + "type": "Polygon" + }, + "id": "318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71297745312262, + -12.376112162821524, + -76.70332604083745, + -12.365738181197397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.70866214274281, + -12.365738181197397 + ] + ] + ], + "type": "Polygon" + }, + "id": "319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00545635913397, + -11.839050419430704, + -76.99581320109768, + -11.82866073658788 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -77.00114025196609, + -11.82866073658788 + ] + ] + ], + "type": "Polygon" + }, + "id": "320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99791127472288, + -12.01135562289025, + -76.98826317652791, + -12.000968608180774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.99359307225109, + -12.000968608180774 + ] + ] + ], + "type": "Polygon" + }, + "id": "321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04822646082482, + -12.063497338417747, + -77.0385755184363, + -12.053109877476047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.0439062129774, + -12.053109877476047 + ] + ] + ], + "type": "Polygon" + }, + "id": "322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84329891677801, + -12.129746299607943, + -76.83365133967195, + -12.119364944937178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.83898332055361, + -12.119364944937178 + ] + ] + ], + "type": "Polygon" + }, + "id": "323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00016789108413, + -11.94079036244063, + -76.9905218382658, + -11.930402252751769 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.99585056942536, + -11.930402252751769 + ] + ] + ], + "type": "Polygon" + }, + "id": "324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97346103976508, + -11.788709204145691, + -76.96382020637876, + -11.778319618078024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.9691464637406, + -11.778319618078024 + ] + ] + ], + "type": "Polygon" + }, + "id": "325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93467454567222, + -11.950070886433833, + -76.92502991514066, + -11.939684528594263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93035886542148, + -11.939684528594263 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.92502991514066, + -11.947023753861675 + ], + [ + -76.92553663642693, + -11.94183062829927 + ], + [ + -76.93035886542148, + -11.939684528594263 + ] + ] + ], + "type": "Polygon" + }, + "id": "326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08074758715631, + -11.681197189596919, + -77.07110720729678, + -11.670803560246565 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.07643156889615, + -11.670803560246565 + ] + ] + ], + "type": "Polygon" + }, + "id": "327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74499179155363, + -12.332170070369239, + -76.73534081809304, + -12.321794517395944 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.7406761857094, + -12.321794517395944 + ] + ] + ], + "type": "Polygon" + }, + "id": "328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77405486965681, + -11.942048216697108, + -76.76441474888121, + -11.931665764362775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.76974367090764, + -11.931665764362775 + ] + ] + ], + "type": "Polygon" + }, + "id": "329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15535961172395, + -11.672732006476396, + -77.14571761323529, + -11.662336465995901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.15104172459844, + -11.662336465995901 + ] + ] + ], + "type": "Polygon" + }, + "id": "330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90577433681777, + -12.24600507795889, + -76.89612163469324, + -12.23562403064534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.90145548861868, + -12.23562403064534 + ] + ] + ], + "type": "Polygon" + }, + "id": "331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03507082169807, + -11.676733936083627, + -77.02543173545402, + -11.666341361639741 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03075608290067, + -11.666341361639741 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.02974642952611, + -11.676733936083627 + ], + [ + -77.02543173545402, + -11.673689155379838 + ], + [ + -77.02593662538861, + -11.668492921065312 + ], + [ + -77.03075608290067, + -11.666341361639741 + ] + ] + ], + "type": "Polygon" + }, + "id": "332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0319941219745, + -11.613483987993243, + -77.02235699528376, + -11.603090689729418 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.02768030748416, + -11.603090689729418 + ] + ] + ], + "type": "Polygon" + }, + "id": "333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75871995978359, + -12.286391121532061, + -76.74906998094876, + -12.276014446511903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.75440458789402, + -12.276014446511903 + ] + ] + ], + "type": "Polygon" + }, + "id": "334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15401731170752, + -11.877199603870887, + -77.14436925993621, + -11.866806841349657 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.15401731170752, + -11.869851523508766 + ], + [ + -77.15351390513177, + -11.875047956689901 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.1496967344261, + -11.866806841349657 + ] + ] + ], + "type": "Polygon" + }, + "id": "335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75722342514571, + -12.207650233804772, + -76.74757583853264, + -12.197272298477472 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.7529091459953, + -12.197272298477472 + ] + ] + ], + "type": "Polygon" + }, + "id": "336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10139042385023, + -11.801243161345997, + -77.09174595072632, + -11.790850619184004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.09707225638981, + -11.790850619184004 + ] + ] + ], + "type": "Polygon" + }, + "id": "337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01303600514196, + -11.76112372157899, + -77.00339497229258, + -11.750732791740804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -77.00872073291721, + -11.750732791740804 + ] + ] + ], + "type": "Polygon" + }, + "id": "338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13636656128509, + -11.725969609687166, + -77.12672345198874, + -11.715575216035242 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.13204846801388, + -11.715575216035242 + ] + ] + ], + "type": "Polygon" + }, + "id": "339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0176258564768, + -11.808777115798456, + -77.00798328730798, + -11.798386717739445 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.01330982621155, + -11.798386717739445 + ] + ] + ], + "type": "Polygon" + }, + "id": "340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78696587625686, + -12.045536842258883, + -76.7773223218341, + -12.035155603988407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.78265294383284, + -12.035155603988407 + ] + ] + ], + "type": "Polygon" + }, + "id": "341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79302680339849, + -12.171916458755764, + -76.783379315083, + -12.161537040016814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.78871201858094, + -12.161537040016814 + ] + ] + ], + "type": "Polygon" + }, + "id": "342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04739002146519, + -11.929698006363857, + -77.03774308959042, + -11.91930857884644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.04307158173907, + -11.91930857884644 + ] + ] + ], + "type": "Polygon" + }, + "id": "343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0688202220841, + -12.089117800298034, + -77.0591679919064, + -12.078730229639179 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.06449908159104, + -12.078730229639179 + ] + ] + ], + "type": "Polygon" + }, + "id": "344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89205326208422, + -12.197475838118352, + -76.88240237054319, + -12.187094342126143 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.88773543464625, + -12.187094342126143 + ] + ] + ], + "type": "Polygon" + }, + "id": "345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8067796602301, + -11.937429700095176, + -76.7971387949511, + -11.927046354538565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80246762652385, + -11.927046354538565 + ], + [ + -76.8067796602301, + -11.930094480211764 + ], + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.79764728080399, + -11.929189869463437 + ], + [ + -76.80246762652385, + -11.927046354538565 + ] + ] + ], + "type": "Polygon" + }, + "id": "346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0838980861846, + -11.838872041259208, + -77.07425293370218, + -11.828480440112767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07957988290458, + -11.828480440112767 + ] + ] + ], + "type": "Polygon" + }, + "id": "347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85016005033313, + -12.012492951474222, + -76.84051578783647, + -12.002109623508932 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.84584583151634, + -12.002109623508932 + ] + ] + ], + "type": "Polygon" + }, + "id": "348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8364421255576, + -12.152649839114584, + -76.82679404785692, + -12.142269018720391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.83212641066429, + -12.142269018720391 + ] + ] + ], + "type": "Polygon" + }, + "id": "349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98411326658778, + -11.774021412382755, + -76.9744725948197, + -11.763631365717979 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.9797985995285, + -11.763631365717979 + ] + ] + ], + "type": "Polygon" + }, + "id": "350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72973015691596, + -12.393503922541175, + -76.72007776631057, + -12.383129814963885 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.72922000502057, + -12.391368011429442 + ], + [ + -76.72439372214878, + -12.393503922541175 + ], + [ + -76.72007776631057, + -12.390452750683998 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.72541415179316, + -12.383129814963885 + ] + ] + ], + "type": "Polygon" + }, + "id": "351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82653382964753, + -12.20669155333224, + -76.81688440352994, + -12.196311849570971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.82221766371865, + -12.196311849570971 + ] + ] + ], + "type": "Polygon" + }, + "id": "352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.062532518386, + -11.773838612776718, + -77.05288984334906, + -11.763446644130282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.05821575195468, + -11.763446644130282 + ] + ] + ], + "type": "Polygon" + }, + "id": "353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11067284395654, + -11.990970340764324, + -77.10102248476078, + -11.980580268472112 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.10635189865224, + -11.980580268472112 + ] + ] + ], + "type": "Polygon" + }, + "id": "354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91718100613274, + -12.082029260808536, + -76.90753289900002, + -12.071645316445418 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.91286403873411, + -12.071645316445418 + ] + ] + ], + "type": "Polygon" + }, + "id": "355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77163899071718, + -12.38983879310594, + -76.76198557004037, + -12.37946355496523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.76732188124168, + -12.37946355496523 + ] + ] + ], + "type": "Polygon" + }, + "id": "356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14789367764867, + -11.845128126199295, + -77.13824673356342, + -11.834735063048187 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.14357369035685, + -11.834735063048187 + ] + ] + ], + "type": "Polygon" + }, + "id": "357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03448382048302, + -12.01495448582667, + -77.02483467650607, + -12.004566627185671 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.03016458861161, + -12.004566627185671 + ] + ] + ], + "type": "Polygon" + }, + "id": "358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72828106937432, + -12.220481188614924, + -76.71863388791743, + -12.210104198680025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.72396741570846, + -12.210104198680025 + ] + ] + ], + "type": "Polygon" + }, + "id": "359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05715132485159, + -11.686761088582841, + -77.04751137767525, + -11.676368104609603 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.052835862107, + -11.676368104609603 + ] + ] + ], + "type": "Polygon" + }, + "id": "360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91868717906243, + -11.972086866996223, + -76.9090423108042, + -11.961701228485474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.91437163774424, + -11.961701228485474 + ] + ] + ], + "type": "Polygon" + }, + "id": "361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77469604282165, + -12.358712461598577, + -76.76504346990656, + -12.34833660774112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.77037926551537, + -12.34833660774112 + ] + ] + ], + "type": "Polygon" + }, + "id": "362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234287211177, + -11.982246438218551, + -76.8526991874915, + -11.971862354631908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.85802872487083, + -11.971862354631908 + ] + ] + ], + "type": "Polygon" + }, + "id": "363", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99487621075322, + -12.042515580913221, + -76.98522726157927, + -12.032129109944137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.99055767399783, + -12.032129109944137 + ] + ] + ], + "type": "Polygon" + }, + "id": "364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91032837737204, + -12.104940202352134, + -76.9006797666078, + -12.09455678339191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.90601128981811, + -12.09455678339191 + ] + ] + ], + "type": "Polygon" + }, + "id": "365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74424504193092, + -12.292804209128585, + -76.73459526503483, + -12.282428009719903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73992998261254, + -12.282428009719903 + ] + ] + ], + "type": "Polygon" + }, + "id": "366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8417895367728, + -11.956622688408222, + -76.83214716263649, + -11.94623874265449 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374762910927, + -11.94623874265449 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.83265519077547, + -11.948382768092578 + ], + [ + -76.8374762910927, + -11.94623874265449 + ] + ] + ], + "type": "Polygon" + }, + "id": "367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15250704651989, + -11.892788427051887, + -77.14285856788398, + -11.882395921097492 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.15250704651989, + -11.885440694938193 + ], + [ + -77.15200359448251, + -11.890636999833035 + ], + [ + -77.14717927003758, + -11.892788427051887 + ], + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.14818630125804, + -11.882395921097492 + ] + ] + ], + "type": "Polygon" + }, + "id": "368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97426631187085, + -11.922511056543527, + -76.96462147268464, + -11.912123320442527 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96994993079112, + -11.912123320442527 + ] + ] + ], + "type": "Polygon" + }, + "id": "369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95148134029418, + -12.156187588495547, + -76.94183012391612, + -12.145803952951942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.94716245506731, + -12.145803952951942 + ] + ] + ], + "type": "Polygon" + }, + "id": "370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75800361521941, + -12.152708886984989, + -76.74835764741655, + -12.142330049110976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.75369004799695, + -12.142330049110976 + ] + ] + ], + "type": "Polygon" + }, + "id": "371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73435976081797, + -12.25252376341874, + -76.72471145654949, + -12.242147144937514 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.73004551177351, + -12.242147144937514 + ] + ] + ], + "type": "Polygon" + }, + "id": "372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7603426100095, + -11.987860087483437, + -76.7507014954009, + -11.97747865607264 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.75603117717198, + -11.97747865607264 + ] + ] + ], + "type": "Polygon" + }, + "id": "373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03678214416615, + -12.03877630295906, + -77.02713223107217, + -12.028388746419038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.03246253274175, + -12.028388746419038 + ] + ] + ], + "type": "Polygon" + }, + "id": "374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73678767310427, + -11.899037829177402, + -76.72714984573396, + -11.888655700956116 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73247807152565, + -11.888655700956116 + ], + [ + -76.73678767310427, + -11.891704236279686 + ], + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.73247807152565, + -11.888655700956116 + ] + ] + ], + "type": "Polygon" + }, + "id": "375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84711258292944, + -12.043641843898325, + -76.83746747277472, + -12.033259062355883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.84279803169557, + -12.033259062355883 + ] + ] + ], + "type": "Polygon" + }, + "id": "376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69790801702896, + -12.060257918589876, + -76.68826644896916, + -12.049879168500034 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.69359733933436, + -12.049879168500034 + ] + ] + ], + "type": "Polygon" + }, + "id": "377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99328518478939, + -11.8693206687198, + -76.9836414386852, + -11.858931707497396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.9889690011282, + -11.858931707497396 + ] + ] + ], + "type": "Polygon" + }, + "id": "378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17301765432245, + -11.823973539312208, + -77.16337071647126, + -11.813579579693219 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.16869728435682, + -11.813579579693219 + ] + ] + ], + "type": "Polygon" + }, + "id": "379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94304215087904, + -11.911571258743686, + -76.9333984491444, + -11.901184137020397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.93872675785875, + -11.901184137020397 + ] + ] + ], + "type": "Polygon" + }, + "id": "380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829056395012, + -12.102225284262298, + -76.87325783231098, + -12.09184250702525 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.87858933240094, + -12.09184250702525 + ] + ] + ], + "type": "Polygon" + }, + "id": "381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84861968255942, + -12.311070438952921, + -76.83896654920447, + -12.300691906854938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.84861968255942, + -12.30374150213806 + ], + [ + -76.84811131859357, + -12.308930821799855 + ], + [ + -76.84328466500028, + -12.311070438952921 + ], + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.84430151919888, + -12.300691906854938 + ] + ] + ], + "type": "Polygon" + }, + "id": "382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70708663702035, + -11.966842574593313, + -76.69744760174811, + -11.956462186501872 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.70277695091036, + -11.956462186501872 + ] + ] + ], + "type": "Polygon" + }, + "id": "383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7556949523206, + -12.223216771402916, + -76.74604694243342, + -12.212839128475519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.75138050735526, + -12.212839128475519 + ] + ] + ], + "type": "Polygon" + }, + "id": "384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07463668841463, + -11.649124323682695, + -77.06499741711394, + -11.638730433820978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.0703212601443, + -11.638730433820978 + ] + ] + ], + "type": "Polygon" + }, + "id": "385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17372757940474, + -11.768958068198222, + -77.16408226197068, + -11.758563345493853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16940792424217, + -11.758563345493853 + ], + [ + -77.17372757940474, + -11.76160729678294 + ], + [ + -77.17322461803016, + -11.766804710012233 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16940792424217, + -11.758563345493853 + ] + ] + ], + "type": "Polygon" + }, + "id": "386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79762684703003, + -12.030871773063252, + -76.7879834426213, + -12.0204900431592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.7933138181115, + -12.0204900431592 + ] + ] + ], + "type": "Polygon" + }, + "id": "387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80446425729335, + -12.102305614913524, + -76.79481853843406, + -12.091924808369752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.80015008830567, + -12.091924808369752 + ] + ] + ], + "type": "Polygon" + }, + "id": "388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84633504441126, + -12.287263609864066, + -76.83668268322576, + -12.276884735222488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.84201726154947, + -12.276884735222488 + ] + ] + ], + "type": "Polygon" + }, + "id": "389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08402426834797, + -12.027687637695733, + -77.07437348567986, + -12.017298760625222 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07970354248725, + -12.017298760625222 + ] + ] + ], + "type": "Polygon" + }, + "id": "390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745200539487, + -11.763244580154128, + -76.86488256932016, + -11.752857103573922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.8702084935547, + -11.752857103573922 + ] + ] + ], + "type": "Polygon" + }, + "id": "391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63386052230021, + -12.242468418069834, + -76.62421528933771, + -12.232094210027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.62852657183147, + -12.242468418069834 + ], + [ + -76.62421528933771, + -12.239417081515072 + ], + [ + -76.62472666068892, + -12.234230032623628 + ], + [ + -76.62954918920411, + -12.232094210027 + ] + ] + ], + "type": "Polygon" + }, + "id": "392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77783125370048, + -12.04462939613912, + -76.76818797300962, + -12.034248375067428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.77351858386209, + -12.034248375067428 + ] + ] + ], + "type": "Polygon" + }, + "id": "393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80220387104839, + -11.984152557667542, + -76.79256173631005, + -11.9737700129811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.79789133976425, + -11.9737700129811 + ] + ] + ], + "type": "Polygon" + }, + "id": "394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86157870186486, + -12.13155992791658, + -76.85193058432881, + -12.121178143231779 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.8572625832918, + -12.121178143231779 + ] + ] + ], + "type": "Polygon" + }, + "id": "395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09396041545746, + -12.067992008857921, + -77.08430817981784, + -12.057603501354174 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.089638886556, + -12.057603501354174 + ] + ] + ], + "type": "Polygon" + }, + "id": "396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6886199659815, + -12.34224375122766, + -76.6789702353218, + -12.331869810505681 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.68328436992908, + -12.34224375122766 + ], + [ + -76.6789702353218, + -12.339192434049515 + ], + [ + -76.6794810039315, + -12.334005518360474 + ], + [ + -76.68430578151983, + -12.331869810505681 + ] + ] + ], + "type": "Polygon" + }, + "id": "397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06348908804222, + -12.096458542286033, + -77.05383677411936, + -12.086071215192105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.0591679919064, + -12.086071215192105 + ] + ] + ], + "type": "Polygon" + }, + "id": "398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99798729734012, + -12.200097908591262, + -76.98833356546906, + -12.189713826950152 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.99366657226466, + -12.189713826950152 + ] + ] + ], + "type": "Polygon" + }, + "id": "399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06876153892235, + -11.994725423466083, + -77.05911212550886, + -11.98433642579846 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.06444166033259, + -11.98433642579846 + ] + ] + ], + "type": "Polygon" + }, + "id": "400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00164572363487, + -11.830809712450646, + -76.99200290904106, + -11.820420009133029 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.99732982863519, + -11.820420009133029 + ] + ] + ], + "type": "Polygon" + }, + "id": "401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89584729712503, + -12.017013606979658, + -76.8862016898985, + -12.006629204734985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.89153177564991, + -12.006629204734985 + ] + ] + ], + "type": "Polygon" + }, + "id": "402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82426444200071, + -12.088548737642547, + -76.81461860246522, + -12.078167218656258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81994991515239, + -12.078167218656258 + ] + ] + ], + "type": "Polygon" + }, + "id": "403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00635598654908, + -12.161607940306945, + -76.9967031883501, + -12.151223035839331 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -77.00203555085251, + -12.151223035839331 + ] + ] + ], + "type": "Polygon" + }, + "id": "404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0587760342812, + -11.86001392654971, + -77.04913088873815, + -11.849623231133688 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.05445821951429, + -11.849623231133688 + ] + ] + ], + "type": "Polygon" + }, + "id": "405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72753666609293, + -12.181110716870657, + -76.71789068033374, + -12.170733108002043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.72322355849327, + -12.170733108002043 + ] + ] + ], + "type": "Polygon" + }, + "id": "406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96741951006165, + -11.945432841246456, + -76.95777416528405, + -11.935045605773727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.96310300777083, + -11.935045605773727 + ] + ] + ], + "type": "Polygon" + }, + "id": "407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00775102963965, + -11.86287529947436, + -76.9981071030483, + -11.85248589239293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -77.0034345432824, + -11.85248589239293 + ] + ] + ], + "type": "Polygon" + }, + "id": "408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09915593211505, + -11.87183584588659, + -77.08950941294603, + -11.86144433410927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.09483688286359, + -11.86144433410927 + ] + ] + ], + "type": "Polygon" + }, + "id": "409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84328466500028, + -12.31839903412347, + -76.83363145480128, + -12.308020759999653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.84328466500028, + -12.311070438952921 + ], + [ + -76.84277621500075, + -12.316259629657061 + ], + [ + -76.8379495229541, + -12.31839903412347 + ], + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.83896654920447, + -12.308020759999653 + ] + ] + ], + "type": "Polygon" + }, + "id": "410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69948718602971, + -11.950363790854883, + -76.68984885046599, + -11.939983354811924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.69517792932324, + -11.939983354811924 + ] + ] + ], + "type": "Polygon" + }, + "id": "411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68413080591773, + -12.200352616052527, + -76.67448543711103, + -12.189976427140166 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.67981864043104, + -12.189976427140166 + ] + ] + ], + "type": "Polygon" + }, + "id": "412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78614318599892, + -12.28912738874011, + -76.7764923831701, + -12.278750063894888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.78182702450687, + -12.278750063894888 + ] + ] + ], + "type": "Polygon" + }, + "id": "413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04127855396891, + -11.897632384277767, + -77.03163273336011, + -11.88724264670607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.03696070546192, + -11.88724264670607 + ] + ] + ], + "type": "Polygon" + }, + "id": "414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75189006884658, + -12.214977875907383, + -76.74224240834708, + -12.20460019526703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.74757583853264, + -12.20460019526703 + ] + ] + ], + "type": "Polygon" + }, + "id": "415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10145859425279, + -11.895663697411841, + -77.09181130726051, + -11.885272466395929 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.09713916589438, + -11.885272466395929 + ] + ] + ], + "type": "Polygon" + }, + "id": "416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98188775574955, + -11.938991938634567, + -76.9722422282228, + -11.928604252779929 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9775709496767, + -11.928604252779929 + ] + ] + ], + "type": "Polygon" + }, + "id": "417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614912282836, + -12.084840416785354, + -76.85650227792623, + -12.074457789189802 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.86183350341788, + -12.074457789189802 + ] + ] + ], + "type": "Polygon" + }, + "id": "418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75725565455768, + -12.113332576807045, + -76.7476108820213, + -12.102953136984276 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7529426333178, + -12.102953136984276 + ] + ] + ], + "type": "Polygon" + }, + "id": "419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12643395211093, + -11.68565401604365, + -77.11679229056348, + -11.675259338077305 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.12211665943357, + -11.675259338077305 + ] + ] + ], + "type": "Polygon" + }, + "id": "420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97268702976056, + -11.749299223720412, + -76.96304738940538, + -11.738909127551887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.96837299951777, + -11.738909127551887 + ] + ] + ], + "type": "Polygon" + }, + "id": "421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15846247718872, + -11.735992676230515, + -77.1488185194075, + -11.725597882355164 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.15414366507065, + -11.725597882355164 + ] + ] + ], + "type": "Polygon" + }, + "id": "422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88900134591357, + -12.134278371459596, + -76.8793524213084, + -12.123895943630103 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.8846844453261, + -12.123895943630103 + ] + ] + ], + "type": "Polygon" + }, + "id": "423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09310490536778, + -11.93418130509115, + -77.0834566810895, + -11.923790828603828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.08878518555234, + -11.923790828603828 + ] + ] + ], + "type": "Polygon" + }, + "id": "424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74801559026105, + -12.395334008839233, + -76.73836264645216, + -12.384959467006523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.74750569016635, + -12.39319771722414 + ], + [ + -76.74267913078529, + -12.395334008839233 + ], + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.74369905690335, + -12.384959467006523 + ] + ] + ], + "type": "Polygon" + }, + "id": "425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80749828306516, + -12.165495446327435, + -76.79785059706296, + -12.155115559442741 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.8031831876835, + -12.155115559442741 + ] + ] + ], + "type": "Polygon" + }, + "id": "426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07245734969038, + -11.81414915596941, + -77.06281322286723, + -11.803757492587316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.06813978109615, + -11.803757492587316 + ] + ] + ], + "type": "Polygon" + }, + "id": "427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07027580832741, + -11.979141860027168, + -77.0606268211157, + -11.96875259503978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.06595609729841, + -11.96875259503978 + ] + ] + ], + "type": "Polygon" + }, + "id": "428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1050663254176, + -11.620614042981536, + -77.09542713418077, + -11.6102190575366 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1007504664577, + -11.6102190575366 + ], + [ + -77.1050663254176, + -11.613262825084432 + ], + [ + -77.10456263027575, + -11.61846037027471 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.095930956059, + -11.61237274766407 + ], + [ + -77.1007504664577, + -11.6102190575366 + ] + ] + ], + "type": "Polygon" + }, + "id": "429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70921880502439, + -12.273586745286362, + -76.69957055942338, + -12.263211118000788 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.70490496821624, + -12.263211118000788 + ] + ] + ], + "type": "Polygon" + }, + "id": "430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6894639375134, + -12.19302701203461, + -76.67981864043104, + -12.182650567935616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.6851517222304, + -12.182650567935616 + ] + ] + ], + "type": "Polygon" + }, + "id": "431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66506602332277, + -12.253452464691916, + -76.65541959572705, + -12.243077634672435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.66075367716525, + -12.243077634672435 + ] + ] + ], + "type": "Polygon" + }, + "id": "432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11830702458228, + -12.007451731074532, + -77.10865598238549, + -11.997061718575031 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.11398565628419, + -11.997061718575031 + ] + ] + ], + "type": "Polygon" + }, + "id": "433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83113106065038, + -11.971293766643154, + -76.82148853376206, + -11.960910303911259 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.82681791016364, + -11.960910303911259 + ] + ] + ], + "type": "Polygon" + }, + "id": "434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99032258836586, + -12.089252430401785, + -76.98067236254373, + -12.078866786645234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.9860035501361, + -12.078866786645234 + ] + ] + ], + "type": "Polygon" + }, + "id": "435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92175950661635, + -12.129659490206809, + -76.91210985832066, + -12.119276173395058 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.9174417793579, + -12.119276173395058 + ] + ] + ], + "type": "Polygon" + }, + "id": "436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10231748514029, + -12.02948287301179, + -77.09266618760824, + -12.019093578259378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.09799624795995, + -12.019093578259378 + ] + ] + ], + "type": "Polygon" + }, + "id": "437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79905254388291, + -12.486867858047788, + -76.78939548109929, + -12.476493641305064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.79905254388291, + -12.479544488351467 + ], + [ + -76.79854321091787, + -12.484731650511064 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.79473338439676, + -12.476493641305064 + ] + ] + ], + "type": "Polygon" + }, + "id": "438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94229339514817, + -11.966551386983804, + -76.93264807453043, + -11.956165081458742 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.93797728920273, + -11.956165081458742 + ] + ] + ], + "type": "Polygon" + }, + "id": "439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1008043296326, + -12.04506647523016, + -77.09115260540901, + -12.034677452491959 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.09648292463804, + -12.034677452491959 + ] + ] + ], + "type": "Polygon" + }, + "id": "440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05866464314533, + -11.671171553257292, + -77.04902512123174, + -11.660778332252532 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.05434934757032, + -11.660778332252532 + ] + ] + ], + "type": "Polygon" + }, + "id": "441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07863261220974, + -11.940629513703938, + -77.0689845613097, + -11.930239482393434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.074313192106, + -11.930239482393434 + ] + ] + ], + "type": "Polygon" + }, + "id": "442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78013402833781, + -11.974100880127681, + -76.77049278803034, + -11.96371874398464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.77582223566232, + -11.96371874398464 + ] + ] + ], + "type": "Polygon" + }, + "id": "443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66966280464716, + -12.206764178142732, + -76.6600176439382, + -12.196388464398414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.6653509542731, + -12.196388464398414 + ] + ] + ], + "type": "Polygon" + }, + "id": "444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87299858092472, + -11.778825485536775, + -76.86336067285633, + -11.76843825663278 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.86868685442694, + -11.76843825663278 + ] + ] + ], + "type": "Polygon" + }, + "id": "445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75107466963217, + -12.364209764792081, + -76.74142257307574, + -12.353834605778536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.7467584681537, + -12.353834605778536 + ] + ] + ], + "type": "Polygon" + }, + "id": "446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96432613303355, + -11.787811976692664, + -76.95468556320508, + -11.777422603658586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.9600118150519, + -11.777422603658586 + ] + ] + ], + "type": "Polygon" + }, + "id": "447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76708176402589, + -12.342235513656536, + -76.75742988975537, + -12.33185957068241 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.76276541610247, + -12.33185957068241 + ] + ] + ], + "type": "Polygon" + }, + "id": "448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11376947869532, + -12.054204554407193, + -77.10411715599147, + -12.043815355683313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.109447606702, + -12.043815355683313 + ] + ] + ], + "type": "Polygon" + }, + "id": "449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01008758589712, + -11.981093518682389, + -77.00044007663246, + -11.97070575503808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -77.00576946014705, + -11.97070575503808 + ] + ] + ], + "type": "Polygon" + }, + "id": "450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7305954276187, + -12.149977313445877, + -76.72095028752243, + -12.139599129129302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.72628265119727, + -12.139599129129302 + ] + ] + ], + "type": "Polygon" + }, + "id": "451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94996124648227, + -12.171762684744904, + -76.94030960476705, + -12.161379334939959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.94564219426039, + -12.161379334939959 + ] + ] + ], + "type": "Polygon" + }, + "id": "452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03809908389933, + -11.645555740467486, + -77.02846084761174, + -11.635162695119144 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.03277520770102, + -11.645555740467486 + ], + [ + -77.02846084761174, + -11.642511159366103 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.03378467913649, + -11.635162695119144 + ] + ] + ], + "type": "Polygon" + }, + "id": "453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12873754708409, + -11.709487025028457, + -77.11909511885594, + -11.699092599969042 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.12441987578273, + -11.699092599969042 + ] + ] + ], + "type": "Polygon" + }, + "id": "454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99939018258144, + -11.901384939301893, + -76.98974532396451, + -11.890996281955445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.99507340734154, + -11.890996281955445 + ] + ] + ], + "type": "Polygon" + }, + "id": "455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77558124734584, + -11.926474471940011, + -76.76594154931739, + -11.91609175501281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77127021424023, + -11.91609175501281 + ], + [ + -76.77558124734584, + -11.919140098309013 + ], + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.77127021424023, + -11.91609175501281 + ] + ] + ], + "type": "Polygon" + }, + "id": "456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7343986633805, + -12.158216336570128, + -76.72475317360235, + -12.14783818645846 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.7300856722267, + -12.14783818645846 + ] + ] + ], + "type": "Polygon" + }, + "id": "457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02524816643812, + -11.825258706526789, + -77.01560491119679, + -11.814868347924985 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.02093171216825, + -11.814868347924985 + ] + ] + ], + "type": "Polygon" + }, + "id": "458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12053844700944, + -11.936868122963043, + -77.11088945302849, + -11.926477020111669 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.11621796156845, + -11.926477020111669 + ] + ] + ], + "type": "Polygon" + }, + "id": "459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9803699585047, + -11.954573137398487, + -76.97072400587025, + -11.944185715644288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.97605298546904, + -11.944185715644288 + ] + ] + ], + "type": "Polygon" + }, + "id": "460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05804671161432, + -11.915010670439246, + -77.04839994619928, + -11.904620771525344 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.0537281828835, + -11.904620771525344 + ] + ] + ], + "type": "Polygon" + }, + "id": "461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94834686195088, + -11.809840411461849, + -76.93870605180817, + -11.799451733016603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.9440326814956, + -11.799451733016603 + ] + ] + ], + "type": "Polygon" + }, + "id": "462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71756998331423, + -12.329427632913374, + -76.70791984052225, + -12.319052732625766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.71325517001362, + -12.319052732625766 + ] + ] + ], + "type": "Polygon" + }, + "id": "463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90652983621065, + -12.1910493369871, + -76.89687875528585, + -12.180667376148268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.90221170176629, + -12.180667376148268 + ] + ] + ], + "type": "Polygon" + }, + "id": "464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77780503264579, + -12.138959625568104, + -76.76815893874515, + -12.128580067757454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.77349110510013, + -12.128580067757454 + ] + ] + ], + "type": "Polygon" + }, + "id": "465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70843018620451, + -12.328512946607473, + -76.69878032125428, + -12.3181382643803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.70411563748614, + -12.3181382643803 + ] + ] + ], + "type": "Polygon" + }, + "id": "466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00405931242828, + -12.137790548604945, + -76.99440728421787, + -12.127405323715271 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99973925662417, + -12.127405323715271 + ] + ] + ], + "type": "Polygon" + }, + "id": "467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99332181845394, + -11.963713219442123, + -76.98367525887319, + -11.95332561237651 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.98900437503764, + -11.95332561237651 + ] + ] + ], + "type": "Polygon" + }, + "id": "468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78155982561549, + -12.33582286641779, + -76.77190775126604, + -12.32544644668849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.777243165856, + -12.32544644668849 + ] + ] + ], + "type": "Polygon" + }, + "id": "469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73902295224009, + -12.017187279001856, + -76.72938154308636, + -12.006806827096778 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.73471171477347, + -12.006806827096778 + ] + ] + ], + "type": "Polygon" + }, + "id": "470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81435657486047, + -12.142594567019259, + -76.80470938824386, + -12.13221414323606 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.81004159756091, + -12.13221414323606 + ] + ] + ], + "type": "Polygon" + }, + "id": "471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07554435887731, + -11.877391290637775, + -77.06589827038675, + -11.86700043071789 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.0712258647135, + -11.86700043071789 + ] + ] + ], + "type": "Polygon" + }, + "id": "472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13350083559052, + -11.946004088297343, + -77.12385124497351, + -11.935612804294793 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12917988406123, + -11.935612804294793 + ] + ] + ], + "type": "Polygon" + }, + "id": "473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91873182845896, + -12.25515144907158, + -76.90907851284486, + -12.244770229591833 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.91441250677835, + -12.244770229591833 + ] + ] + ], + "type": "Polygon" + }, + "id": "474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07778382403505, + -11.8068025925486, + -77.06813978109615, + -11.79641069919523 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.0734662112888, + -11.79641069919523 + ] + ] + ], + "type": "Polygon" + }, + "id": "475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15083143567514, + -11.71950998078424, + -77.1411881580904, + -11.709115154062955 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.14651304519876, + -11.709115154062955 + ] + ] + ], + "type": "Polygon" + }, + "id": "476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85395457554336, + -12.30374150213806, + -76.84430151919888, + -12.293362712506509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.85395457554336, + -12.296412224087684 + ], + [ + -76.85344629761614, + -12.301601672486825 + ], + [ + -76.84861968255942, + -12.30374150213806 + ], + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.8496363646964, + -12.293362712506509 + ] + ] + ], + "type": "Polygon" + }, + "id": "477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8600527203156, + -12.241465780459382, + -76.8504013622327, + -12.231085802069662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.85573517552187, + -12.231085802069662 + ] + ] + ], + "type": "Polygon" + }, + "id": "478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85929180053891, + -12.202085956371608, + -76.84964163860559, + -12.191705354794417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.85497480252052, + -12.191705354794417 + ] + ] + ], + "type": "Polygon" + }, + "id": "479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1333458168328, + -11.757151821773265, + -77.12370185497106, + -11.746757913246189 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.12902738812849, + -11.746757913246189 + ] + ] + ], + "type": "Polygon" + }, + "id": "480", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07167092189833, + -11.774732643683112, + -77.06202798846748, + -11.76434046462402 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.06735389962827, + -11.76434046462402 + ] + ] + ], + "type": "Polygon" + }, + "id": "482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1692003819991, + -11.815732285380792, + -77.15955378409872, + -11.805338304482683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.16488022284202, + -11.805338304482683 + ] + ] + ], + "type": "Polygon" + }, + "id": "483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07088468793854, + -11.73531454054762, + -77.06124294760833, + -11.724921855598945 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.06656821185614, + -11.724921855598945 + ] + ] + ], + "type": "Polygon" + }, + "id": "484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70175723838183, + -11.974173466334266, + -76.69211813092564, + -11.963793322399562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.69744760174811, + -11.963793322399562 + ] + ] + ], + "type": "Polygon" + }, + "id": "485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85015493083411, + -12.106841251471737, + -76.84050785454744, + -12.096459366040856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.84583945340304, + -12.096459366040856 + ] + ] + ], + "type": "Polygon" + }, + "id": "486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70309482040456, + -12.335836298859522, + -76.6934448830661, + -12.325461877893268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.69878032125428, + -12.325461877893268 + ] + ] + ], + "type": "Polygon" + }, + "id": "487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80600811904529, + -11.992392271422425, + -76.79636563644549, + -11.982009753163393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.80169537381178, + -11.982009753163393 + ] + ] + ], + "type": "Polygon" + }, + "id": "488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70917254030985, + -12.367873977791898, + -76.6995214786163, + -12.357499951075457 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.70485744512067, + -12.357499951075457 + ] + ] + ], + "type": "Polygon" + }, + "id": "489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05956105898211, + -11.899425757073208, + -77.04991471943951, + -11.889035598609016 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.05524269766222, + -11.889035598609016 + ] + ] + ], + "type": "Polygon" + }, + "id": "490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88593470670045, + -11.787965660247313, + -76.87629618452769, + -11.777578232553777 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.88162250710167, + -11.777578232553777 + ] + ] + ], + "type": "Polygon" + }, + "id": "491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65059643428614, + -12.259860674070916, + -76.64095021645811, + -12.24948632238867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.64628440403649, + -12.24948632238867 + ] + ] + ], + "type": "Polygon" + }, + "id": "492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73286947115615, + -12.173783202180944, + -76.72322355849327, + -12.163405339800315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.72855631438362, + -12.163405339800315 + ] + ] + ], + "type": "Polygon" + }, + "id": "493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70407535771871, + -11.903650435128542, + -76.69443828784674, + -11.89326920561445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69976659652558, + -11.89326920561445 + ], + [ + -76.70407535771871, + -11.896318052477712 + ], + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.69443828784674, + -11.90060150124957 + ], + [ + -76.69494814901468, + -11.89541094144886 + ], + [ + -76.69976659652558, + -11.89326920561445 + ] + ] + ], + "type": "Polygon" + }, + "id": "494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84405076448968, + -12.263456186188524, + -76.83439917538082, + -12.253076972556281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83973336207409, + -12.253076972556281 + ] + ] + ], + "type": "Polygon" + }, + "id": "495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72150281963434, + -12.054748411109657, + -76.71186076887139, + -12.044368974596896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.71719156409064, + -12.044368974596896 + ] + ] + ], + "type": "Polygon" + }, + "id": "496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75491420691495, + -12.278152434974485, + -76.74526457754266, + -12.267775718997893 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.75059904973693, + -12.267775718997893 + ] + ] + ], + "type": "Polygon" + }, + "id": "497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77925476952566, + -12.406315379235883, + -76.76960065018484, + -12.395940235140033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77493723061258, + -12.395940235140033 + ], + [ + -76.77925476952566, + -12.398990915650222 + ], + [ + -76.77874528750858, + -12.404178541692698 + ], + [ + -76.77391814051545, + -12.406315379235883 + ], + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.77493723061258, + -12.395940235140033 + ] + ] + ], + "type": "Polygon" + }, + "id": "498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79300500634695, + -12.266233693081073, + -76.78335470236354, + -12.255855812781892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.78868896258706, + -12.255855812781892 + ] + ] + ], + "type": "Polygon" + }, + "id": "499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96057192882992, + -11.96835318904372, + -76.95092607868384, + -11.957966457726739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.95625530545168, + -11.957966457726739 + ] + ] + ], + "type": "Polygon" + }, + "id": "500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99779740700687, + -11.72816034696472, + -76.98815774700806, + -11.71776935358394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.99348298292249, + -11.71776935358394 + ] + ] + ], + "type": "Polygon" + }, + "id": "501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67896275063835, + -11.924737321813645, + -76.6693257437674, + -11.914357037542565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67465440274923, + -11.914357037542565 + ], + [ + -76.67896275063835, + -11.917406220117462 + ], + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.67363404179376, + -11.924737321813645 + ], + [ + -76.6693257437674, + -11.921688052280398 + ], + [ + -76.66983598687797, + -11.916497965252253 + ], + [ + -76.67465440274923, + -11.914357037542565 + ] + ] + ], + "type": "Polygon" + }, + "id": "502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68259931675641, + -12.215916534171438, + -76.67295352552854, + -12.205540637544406 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.67828698592875, + -12.205540637544406 + ] + ] + ], + "type": "Polygon" + }, + "id": "503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8585417666664, + -11.785265355958382, + -76.84890405031436, + -11.774878575245708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.8542303476123, + -11.774878575245708 + ] + ] + ], + "type": "Polygon" + }, + "id": "504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11369768111607, + -11.959799590859504, + -77.10404817521353, + -11.949408986916149 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.1093770714452, + -11.949408986916149 + ] + ] + ], + "type": "Polygon" + }, + "id": "505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.703286784276, + -11.958603183234901, + -76.69364809882825, + -11.948222770940122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.69897731285836, + -11.948222770940122 + ] + ] + ], + "type": "Polygon" + }, + "id": "506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98732106592331, + -12.214769705963864, + -76.97766717112506, + -12.204386124935994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.98300043172658, + -12.204386124935994 + ] + ] + ], + "type": "Polygon" + }, + "id": "507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70787459771711, + -11.91188993028486, + -76.69823717815557, + -11.901508722181376 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.70356562191074, + -11.901508722181376 + ] + ] + ], + "type": "Polygon" + }, + "id": "508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7457387255827, + -12.371533824019414, + -76.7360865552641, + -12.361158927205572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.74142257307574, + -12.361158927205572 + ] + ] + ], + "type": "Polygon" + }, + "id": "509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7573200570042, + -11.924662903528235, + -76.74768090769909, + -11.914280622692358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.75300954938604, + -11.914280622692358 + ] + ] + ], + "type": "Polygon" + }, + "id": "510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75341866165395, + -12.199411281934315, + -76.74377142436369, + -12.189033309672135 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.74910459712224, + -12.189033309672135 + ] + ] + ], + "type": "Polygon" + }, + "id": "511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69252598877264, + -12.1618970999482, + -76.68288153654662, + -12.151520077430236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68821410420628, + -12.151520077430236 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.68288153654662, + -12.158846699139984 + ], + [ + -76.68339196571696, + -12.153658242688385 + ], + [ + -76.68821410420628, + -12.151520077430236 + ] + ] + ], + "type": "Polygon" + }, + "id": "512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65286458888691, + -12.283660146314372, + -76.64321759724989, + -12.273286132863479 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.64752995788032, + -12.283660146314372 + ], + [ + -76.64321759724989, + -12.280608780456793 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.64855217791148, + -12.273286132863479 + ] + ] + ], + "type": "Polygon" + }, + "id": "513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78851529965377, + -11.935619630984991, + -76.7788749798792, + -11.925236719757814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78420379009265, + -11.925236719757814 + ], + [ + -76.78851529965377, + -11.92828499776857 + ], + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.78420379009265, + -11.925236719757814 + ] + ] + ], + "type": "Polygon" + }, + "id": "514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83569370498167, + -12.01892260437619, + -76.82604963639913, + -12.00853973593102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.83137979488403, + -12.00853973593102 + ] + ] + ], + "type": "Polygon" + }, + "id": "515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93921236255058, + -11.808942056533795, + -76.92957181731371, + -11.798553591732015 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.93489844072886, + -11.798553591732015 + ] + ] + ], + "type": "Polygon" + }, + "id": "516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73514387146372, + -12.19758853954884, + -76.72549718614088, + -12.187211002657756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.7308303342874, + -12.187211002657756 + ] + ] + ], + "type": "Polygon" + }, + "id": "517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92329680790736, + -12.208434420033857, + -76.91364476783659, + -12.198052322595753 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.91897798685804, + -12.198052322595753 + ] + ] + ], + "type": "Polygon" + }, + "id": "518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9331165569445, + -11.776878189805075, + -76.92347712538351, + -11.766489440294974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.92880322694008, + -11.766489440294974 + ] + ] + ], + "type": "Polygon" + }, + "id": "519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81205973941998, + -12.213112215449463, + -76.80241050943825, + -12.202732980790707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.80774388344172, + -12.202732980790707 + ] + ] + ], + "type": "Polygon" + }, + "id": "520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76938890233735, + -12.271738067626174, + -76.75973907194198, + -12.26136087715359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.76507343300442, + -12.26136087715359 + ] + ] + ], + "type": "Polygon" + }, + "id": "521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03071749162493, + -12.101097793101392, + -77.02106587444743, + -12.090711339741405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.02639721051388, + -12.090711339741405 + ] + ] + ], + "type": "Polygon" + }, + "id": "522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12291780989925, + -12.05510184217185, + -77.11326523104402, + -12.044712435380177 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.1185956827666, + -12.044712435380177 + ] + ] + ], + "type": "Polygon" + }, + "id": "523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95977224626277, + -11.834562090461873, + -76.95013040282066, + -11.824173470102915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.95545742817292, + -11.824173470102915 + ] + ] + ], + "type": "Polygon" + }, + "id": "524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7099611314612, + -12.312950847377973, + -76.70031168952197, + -12.302575862023534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.70564674836419, + -12.302575862023534 + ] + ] + ], + "type": "Polygon" + }, + "id": "525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.908004797758, + -11.798005003903338, + -76.89836539539176, + -11.787617163611273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.90749806818866, + -11.795857615190872 + ], + [ + -76.90267828066915, + -11.798005003903338 + ], + [ + -76.89836539539176, + -11.794958439111216 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.90369186591155, + -11.787617163611273 + ] + ] + ], + "type": "Polygon" + }, + "id": "526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09692048592095, + -11.94242209383422, + -77.08727191986792, + -11.932031643953428 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.09260055453214, + -11.932031643953428 + ] + ] + ], + "type": "Polygon" + }, + "id": "527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70847666182146, + -12.234220591607027, + -76.69882961226526, + -12.223844332117249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.70416337116535, + -12.223844332117249 + ] + ] + ], + "type": "Polygon" + }, + "id": "528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92707402365286, + -12.027962884503188, + -76.91742726985036, + -12.017577870068575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.92275750995678, + -12.017577870068575 + ] + ] + ], + "type": "Polygon" + }, + "id": "529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16148090774492, + -11.704807812703644, + -77.15183780297451, + -11.694412538307965 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.15716243133036, + -11.694412538307965 + ] + ] + ], + "type": "Polygon" + }, + "id": "530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06555937945983, + -11.742662215841872, + -77.05591755550145, + -11.732269757579088 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.06124294760833, + -11.732269757579088 + ] + ] + ], + "type": "Polygon" + }, + "id": "531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8082699888244, + -12.110545040166192, + -76.79862392189563, + -12.100164266090314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.80395560574883, + -12.100164266090314 + ] + ] + ], + "type": "Polygon" + }, + "id": "532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98333796221709, + -11.734609998553202, + -76.97369848339169, + -11.72421944551605 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97902384093962, + -11.72421944551605 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.97420418743357, + -11.726369220907193 + ], + [ + -76.97902384093962, + -11.72421944551605 + ] + ] + ], + "type": "Polygon" + }, + "id": "533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0398136498083, + -12.007613089657212, + -77.03016458861161, + -11.99722499081118 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.03549437318775, + -11.99722499081118 + ] + ] + ], + "type": "Polygon" + }, + "id": "534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1889030181894, + -11.707476658220566, + -77.17925915556174, + -11.697080760732971 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.1889030181894, + -11.700124253656242 + ], + [ + -77.18840036556279, + -11.70532225422485 + ], + [ + -77.18357834940765, + -11.707476658220566 + ], + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.18458378180419, + -11.697080760732971 + ] + ] + ], + "type": "Polygon" + }, + "id": "535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09468408466303, + -12.013001691514535, + -77.08503347088663, + -12.002612335023782 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.0903632707904, + -12.002612335023782 + ] + ] + ], + "type": "Polygon" + }, + "id": "536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81589733033199, + -12.032684696631991, + -76.80625338104953, + -12.022302533553338 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.81158377736259, + -12.022302533553338 + ] + ] + ], + "type": "Polygon" + }, + "id": "537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12888985280502, + -11.89834777218403, + -77.11924179760814, + -11.887955915093135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.12456965956187, + -11.887955915093135 + ] + ] + ], + "type": "Polygon" + }, + "id": "538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94002450922544, + -12.037105529175706, + -76.93037714431281, + -12.026720331479892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.93570752332758, + -12.026720331479892 + ] + ] + ], + "type": "Polygon" + }, + "id": "539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91334449375987, + -11.885049456341385, + -76.90370235913839, + -11.87466269313924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.90801654884774, + -11.885049456341385 + ], + [ + -76.90370235913839, + -11.882002471262272 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.90903025753246, + -11.87466269313924 + ] + ] + ], + "type": "Polygon" + }, + "id": "540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78311244433367, + -12.225949943424924, + -76.77346361030006, + -12.215571649750798 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.77879720987376, + -12.215571649750798 + ] + ] + ], + "type": "Polygon" + }, + "id": "541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77858162591163, + -12.084010744470321, + -76.7689371504147, + -12.07363030818757 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.77426841022253, + -12.07363030818757 + ] + ] + ], + "type": "Polygon" + }, + "id": "542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66279706443021, + -12.229651621542276, + -76.65315141039008, + -12.219276457780111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.65848509890988, + -12.219276457780111 + ] + ] + ], + "type": "Polygon" + }, + "id": "543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15695305755048, + -11.75158456391446, + -77.14730867322737, + -11.741190012628635 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.1526340775706, + -11.741190012628635 + ] + ] + ], + "type": "Polygon" + }, + "id": "544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9926542451443, + -12.207433974477016, + -76.98300043172658, + -12.197050142921501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.98833356546906, + -12.197050142921501 + ] + ] + ], + "type": "Polygon" + }, + "id": "545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75270471793095, + -12.065715027407807, + -76.74306148941663, + -12.055334965259009 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.74839245698384, + -12.055334965259009 + ] + ] + ], + "type": "Polygon" + }, + "id": "546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04122793994374, + -11.803223424341503, + -77.03158493236862, + -11.792832373051422 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.03691135142249, + -11.792832373051422 + ] + ] + ], + "type": "Polygon" + }, + "id": "547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0252941210179, + -11.919662231274566, + -77.01564805259396, + -11.90927319987577 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.02097640683856, + -11.90927319987577 + ] + ] + ], + "type": "Polygon" + }, + "id": "548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17825355064637, + -11.722180537338396, + -77.16860951345932, + -11.711785086800907 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.17825355064637, + -11.714828752919606 + ], + [ + -77.17775072549043, + -11.720026530073547 + ], + [ + -77.17292862199277, + -11.722180537338396 + ], + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.1739343994177, + -11.711785086800907 + ] + ] + ], + "type": "Polygon" + }, + "id": "549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93544428796525, + -11.989469068023997, + -76.92579846299431, + -11.97908327039427 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.93112806143354, + -11.97908327039427 + ] + ] + ], + "type": "Polygon" + }, + "id": "550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99717144710482, + -12.066335116310636, + -76.98752172830943, + -12.055948951518946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.9928525306654, + -12.055948951518946 + ] + ] + ], + "type": "Polygon" + }, + "id": "551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63992783742441, + -12.274505974990051, + -76.63028147872811, + -12.264132141809126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.6345933576339, + -12.274505974990051 + ], + [ + -76.63028147872811, + -12.27145453552308 + ], + [ + -76.63079281659704, + -12.266267673992983 + ], + [ + -76.63561590799253, + -12.264132141809126 + ] + ] + ], + "type": "Polygon" + }, + "id": "552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234130722171, + -12.076600720274893, + -76.85269480914835, + -12.066218060979061 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.85802590140814, + -12.066218060979061 + ] + ] + ], + "type": "Polygon" + }, + "id": "553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9819544056351, + -12.127745589467992, + -76.97230324742839, + -12.117360751411761 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.97763507858714, + -12.117360751411761 + ] + ] + ], + "type": "Polygon" + }, + "id": "554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09606407437312, + -11.808590615848185, + -77.0864195166177, + -11.798198302972152 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.09174595072632, + -11.798198302972152 + ] + ] + ], + "type": "Polygon" + }, + "id": "555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75267116583025, + -12.16003771240498, + -76.74302512414123, + -12.149659126602288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.74835764741655, + -12.149659126602288 + ] + ] + ], + "type": "Polygon" + }, + "id": "556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67800402333489, + -12.262605637157193, + -76.66835696470443, + -12.252230626631595 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.67369119644752, + -12.252230626631595 + ] + ] + ], + "type": "Polygon" + }, + "id": "557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13954527601143, + -11.883653775720793, + -77.12989739242438, + -11.873261453116775 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.1352249961082, + -11.873261453116775 + ] + ] + ], + "type": "Polygon" + }, + "id": "558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94231515780893, + -12.060922996960164, + -76.93266702278738, + -12.05053810457391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.9379977921497, + -12.05053810457391 + ] + ] + ], + "type": "Polygon" + }, + "id": "559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08304737175783, + -11.705028484119591, + -77.0734062248031, + -11.694635106966642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.07873097480493, + -11.694635106966642 + ] + ] + ], + "type": "Polygon" + }, + "id": "560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08317300523571, + -11.893873000972755, + -77.07352623277134, + -11.883482188598201 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.0788540878124, + -11.883482188598201 + ] + ] + ], + "type": "Polygon" + }, + "id": "561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88974009740531, + -11.796206027416318, + -76.88010122950516, + -11.785818616929973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.88923311568439, + -11.794059004580301 + ], + [ + -76.88441359530529, + -11.796206027416318 + ], + [ + -76.88010122950516, + -11.793159311697226 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.88542768477676, + -11.785818616929973 + ] + ] + ], + "type": "Polygon" + }, + "id": "562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14407717396027, + -11.836886984354994, + -77.13443057039045, + -11.826493899081589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13975739770625, + -11.826493899081589 + ] + ] + ], + "type": "Polygon" + }, + "id": "563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76405449259234, + -12.279064765648851, + -76.75440458789402, + -12.268687832682303 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75973907194198, + -12.268687832682303 + ] + ] + ], + "type": "Polygon" + }, + "id": "564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13357841283683, + -12.040414372922148, + -77.12392600537757, + -12.030024485482539 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12925619878938, + -12.030024485482539 + ], + [ + -77.13357841283683, + -12.033070151166669 + ], + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.12443008035315, + -12.032173730934714 + ], + [ + -77.12925619878938, + -12.030024485482539 + ] + ] + ], + "type": "Polygon" + }, + "id": "565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9461031996698, + -11.974791628497956, + -76.93645753410007, + -11.964405349813838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.94178688090612, + -11.964405349813838 + ] + ] + ], + "type": "Polygon" + }, + "id": "566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83948327901827, + -12.21583958832852, + -76.82983323378433, + -12.205459707376207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.8351666373376, + -12.205459707376207 + ] + ] + ], + "type": "Polygon" + }, + "id": "567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66960500985125, + -12.30105241306261, + -76.65995703486303, + -12.290678261177819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.66529190226078, + -12.290678261177819 + ] + ] + ], + "type": "Polygon" + }, + "id": "568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97429740127725, + -12.016893928379424, + -76.96464974797293, + -12.006507578505625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96997976032539, + -12.006507578505625 + ] + ] + ], + "type": "Polygon" + }, + "id": "569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81441876711634, + -11.765181085225276, + -76.80478282606705, + -11.754795139446493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81010881870328, + -11.754795139446493 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81391078391188, + -11.763035280134243 + ], + [ + -76.80909272658963, + -11.765181085225276 + ], + [ + -76.80478282606705, + -11.76213388416386 + ], + [ + -76.80529093496682, + -11.756940965604116 + ], + [ + -76.81010881870328, + -11.754795139446493 + ] + ] + ], + "type": "Polygon" + }, + "id": "570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0115203491583, + -11.776709808571608, + -77.00187889131944, + -11.76631912503131 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -77.00720490995799, + -11.76631912503131 + ] + ] + ], + "type": "Polygon" + }, + "id": "571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7763310644858, + -11.965861222759813, + -76.76669017252905, + -11.955479061362935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.77201948593907, + -11.955479061362935 + ] + ] + ], + "type": "Polygon" + }, + "id": "572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06730537663464, + -12.104698808685312, + -77.05765271998162, + -12.0943115161932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.0668003977631, + -12.102551802921132 + ], + [ + -77.06197398375704, + -12.104698808685312 + ], + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.06298406847603, + -12.0943115161932 + ] + ] + ], + "type": "Polygon" + }, + "id": "573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72071678193298, + -12.109692686894386, + -76.7110731138428, + -12.099314119618022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7164048153039, + -12.099314119618022 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.71538503114567, + -12.109692686894386 + ], + [ + -76.7110731138428, + -12.10664280586147 + ], + [ + -76.71158306871058, + -12.101453576887053 + ], + [ + -76.7164048153039, + -12.099314119618022 + ] + ] + ], + "type": "Polygon" + }, + "id": "574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98350674487027, + -12.206530034840162, + -76.97385319468727, + -12.196146414355544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.9791863234797, + -12.196146414355544 + ] + ] + ], + "type": "Polygon" + }, + "id": "575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01000455658203, + -11.792295524178872, + -77.00036267372973, + -11.781905088487271 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -77.00568895039962, + -11.781905088487271 + ] + ] + ], + "type": "Polygon" + }, + "id": "576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84862525335753, + -12.216748175954791, + -76.83897493732648, + -12.206368080071197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.84430835017822, + -12.206368080071197 + ] + ] + ], + "type": "Polygon" + }, + "id": "577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90576322729184, + -12.151663261328533, + -76.89611334223908, + -12.14128069011411 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.90144563967331, + -12.14128069011411 + ] + ] + ], + "type": "Polygon" + }, + "id": "578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0647739860184, + -11.703243263188346, + -77.05513335491436, + -11.692850306959631 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.06045810021853, + -11.692850306959631 + ] + ] + ], + "type": "Polygon" + }, + "id": "579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92857664468855, + -11.918010687302278, + -76.91893312893977, + -11.9076240164927 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.91893312893977, + -11.914963665671134 + ], + [ + -76.91943988522571, + -11.909770383692557 + ], + [ + -76.92426155681466, + -11.9076240164927 + ] + ] + ], + "type": "Polygon" + }, + "id": "580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92780792981293, + -11.878609779789487, + -76.91816560796273, + -11.868222566445608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92349338794651, + -11.868222566445608 + ], + [ + -76.92780792981293, + -11.871269301934595 + ], + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.91867231328982, + -11.870369404708052 + ], + [ + -76.92349338794651, + -11.868222566445608 + ] + ] + ], + "type": "Polygon" + }, + "id": "581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09369657513271, + -11.690330267466422, + -77.0840555966714, + -11.679936441601745 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.08938009031519, + -11.679936441601745 + ] + ] + ], + "type": "Polygon" + }, + "id": "582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89509841364945, + -12.166330772821986, + -76.88544837158926, + -12.155948700882378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.89078091951508, + -12.155948700882378 + ] + ] + ], + "type": "Polygon" + }, + "id": "583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03908082753003, + -12.062597604818881, + -77.02943014522748, + -12.052210353943371 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.03476083650062, + -12.052210353943371 + ] + ] + ], + "type": "Polygon" + }, + "id": "584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15624036907705, + -11.806599257644791, + -77.14659436472064, + -11.796205463676934 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.15192067455077, + -11.796205463676934 + ] + ] + ], + "type": "Polygon" + }, + "id": "585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73659657538226, + -12.370619269409174, + -76.7269446815054, + -12.360244589745774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.7322806869038, + -12.360244589745774 + ] + ] + ], + "type": "Polygon" + }, + "id": "586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97423524059491, + -11.82811758297728, + -76.96459321388559, + -11.817728516791046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96992011865227, + -11.817728516791046 + ] + ] + ], + "type": "Polygon" + }, + "id": "587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11758731460198, + -12.062445088841091, + -77.10793465029742, + -12.052055923039 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.11326523104402, + -12.052055923039 + ] + ] + ], + "type": "Polygon" + }, + "id": "588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79605910201941, + -12.23509945971754, + -76.78640964563486, + -12.224720988322822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.79174339044668, + -12.224720988322822 + ] + ] + ], + "type": "Polygon" + }, + "id": "589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9453548084534, + -12.029767770186096, + -76.93570752332758, + -12.019382329559145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.94103777645225, + -12.019382329559145 + ] + ] + ], + "type": "Polygon" + }, + "id": "590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99950550653982, + -12.184521713989865, + -76.98985220061994, + -12.174137344218932 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.995184948792, + -12.174137344218932 + ] + ] + ], + "type": "Polygon" + }, + "id": "591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95907975408434, + -12.078305730275021, + -76.94943066403395, + -12.067920689216223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.9547617037353, + -12.067920689216223 + ] + ] + ], + "type": "Polygon" + }, + "id": "592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1347783787973, + -11.647118099190985, + -77.12513765489705, + -11.636722728771629 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.1347783787973, + -11.639766380166261 + ], + [ + -77.13427505941549, + -11.644964117619487 + ], + [ + -77.12945461237578, + -11.647118099190985 + ], + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.13046137802279, + -11.636722728771629 + ] + ] + ], + "type": "Polygon" + }, + "id": "593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87986361705164, + -12.227711624302946, + -76.87021214463753, + -12.217330924231408 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.87554571690666, + -12.217330924231408 + ] + ] + ], + "type": "Polygon" + }, + "id": "594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9842491751532, + -12.15156236887516, + -76.97459724679794, + -12.141177849715385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97992946819966, + -12.141177849715385 + ] + ] + ], + "type": "Polygon" + }, + "id": "595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71682666787687, + -12.290063815344626, + -76.70717772156361, + -12.279688269106671 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.71251240095832, + -12.279688269106671 + ] + ] + ], + "type": "Polygon" + }, + "id": "596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91948518622011, + -12.200194919843542, + -76.90983349206942, + -12.189812783873554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.91516657847797, + -12.189812783873554 + ] + ] + ], + "type": "Polygon" + }, + "id": "597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97432850882998, + -12.111265688130784, + -76.96467803976492, + -12.100880780584237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.97000960727031, + -12.100880780584237 + ] + ] + ], + "type": "Polygon" + }, + "id": "598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94387950050866, + -12.234058741190108, + -76.93422615720593, + -12.223676549783528 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93955978024196, + -12.223676549783528 + ] + ] + ], + "type": "Polygon" + }, + "id": "599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7823113405589, + -12.37518932675426, + -76.77265806923968, + -12.36481356383266 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.77799413394604, + -12.36481356383266 + ] + ] + ], + "type": "Polygon" + }, + "id": "600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9956910438627, + -12.176281902191208, + -76.98603808224235, + -12.165897494389574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.99137069878411, + -12.165897494389574 + ] + ] + ], + "type": "Polygon" + }, + "id": "601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98569885707472, + -11.947232371665033, + -76.97605298546904, + -11.936844711617471 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.98138183853453, + -11.936844711617471 + ] + ] + ], + "type": "Polygon" + }, + "id": "602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0715520414432, + -11.585868166986149, + -77.06191472905478, + -11.575473564576143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06723753743655, + -11.575473564576143 + ], + [ + -77.0715520414432, + -11.578517430714935 + ], + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.06241896661656, + -11.577626964487658 + ], + [ + -77.06723753743655, + -11.575473564576143 + ] + ] + ], + "type": "Polygon" + }, + "id": "603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9994670427832, + -12.090154128278298, + -76.98981655427457, + -12.079768273226012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.99514774660766, + -12.079768273226012 + ] + ] + ], + "type": "Polygon" + }, + "id": "604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82958455723717, + -12.175551861835796, + -76.81993597916681, + -12.165171579233474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.82526872379941, + -12.165171579233474 + ] + ] + ], + "type": "Polygon" + }, + "id": "605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9468744283491, + -12.014189541188138, + -76.9372275681354, + -12.003803828760722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9425575631673, + -12.003803828760722 + ] + ] + ], + "type": "Polygon" + }, + "id": "606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843397644765, + -12.108653646372675, + -76.85878636052486, + -12.098271331137488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.86411797704574, + -12.098271331137488 + ] + ] + ], + "type": "Polygon" + }, + "id": "607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9392749592512, + -12.092076566642206, + -76.92962597423859, + -12.081692228681398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.93495725990805, + -12.081692228681398 + ] + ] + ], + "type": "Polygon" + }, + "id": "608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96355326530934, + -11.748402666250568, + -76.9539138884883, + -11.73801278326959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95923949306376, + -11.73801278326959 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.9539138884883, + -11.745356862062732 + ], + [ + -76.95441989066885, + -11.740161973905417 + ], + [ + -76.95923949306376, + -11.73801278326959 + ] + ] + ], + "type": "Polygon" + }, + "id": "609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79532731589619, + -12.101397691383978, + -76.78568186995076, + -12.091017101367468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.79101340919945, + -12.091017101367468 + ] + ] + ], + "type": "Polygon" + }, + "id": "610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13096473814126, + -11.638876727608634, + -77.1213243546115, + -11.628481345298022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12664794825186, + -11.628481345298022 + ], + [ + -77.13096473814126, + -11.631524985339984 + ], + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.12182784158261, + -11.630635361394946 + ], + [ + -77.12664794825186, + -11.628481345298022 + ] + ] + ], + "type": "Polygon" + }, + "id": "611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9788520244514, + -11.970153938076619, + -76.96920564668535, + -11.959766781970954 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.97453488444644, + -11.959766781970954 + ] + ] + ], + "type": "Polygon" + }, + "id": "612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89662078367436, + -12.150757593390928, + -76.88697116631901, + -12.140375235793684 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.89230345618219, + -12.140375235793684 + ] + ] + ], + "type": "Polygon" + }, + "id": "613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76944625961667, + -12.083102351650048, + -76.75980205835475, + -12.072722132657477 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.76513330676103, + -12.072722132657477 + ] + ] + ], + "type": "Polygon" + }, + "id": "614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66524324911991, + -11.970536862742463, + -76.65560525672947, + -11.960157599294511 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.66093467108166, + -11.960157599294511 + ] + ] + ], + "type": "Polygon" + }, + "id": "615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08771216940572, + -11.847112997863642, + -77.07806667515956, + -11.836721418375028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.08339375460321, + -11.836721418375028 + ] + ] + ], + "type": "Polygon" + }, + "id": "616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03453249851073, + -12.109337950597192, + -77.02488053791635, + -12.098951531766836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.03021200510881, + -12.098951531766836 + ] + ] + ], + "type": "Polygon" + }, + "id": "617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1340622183934, + -11.702136642147526, + -77.12441987578273, + -11.69174199311196 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12974450377133, + -11.69174199311196 + ] + ] + ], + "type": "Polygon" + }, + "id": "618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89049721976161, + -11.741220934331047, + -76.88085996834661, + -11.730832765881248 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88618551872868, + -11.730832765881248 + ], + [ + -76.89049721976161, + -11.733879083200115 + ], + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88085996834661, + -11.73817452953788 + ], + [ + -76.88136697940755, + -11.73298049914769 + ], + [ + -76.88618551872868, + -11.730832765881248 + ] + ] + ], + "type": "Polygon" + }, + "id": "619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94759922629162, + -11.864827848233212, + -76.93795679821314, + -11.854439950631575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.9422716451797, + -11.864827848233212 + ], + [ + -76.93795679821314, + -11.86178127600612 + ], + [ + -76.93846320542096, + -11.856587380548063 + ], + [ + -76.94328433330075, + -11.854439950631575 + ] + ] + ], + "type": "Polygon" + }, + "id": "620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06421791070956, + -12.041473687002236, + -77.05456721854584, + -12.031085500583696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05989752939782, + -12.031085500583696 + ] + ] + ], + "type": "Polygon" + }, + "id": "621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85395858924355, + -12.209417234875106, + -76.84430835017822, + -12.199036885924063 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84964163860559, + -12.199036885924063 + ] + ] + ], + "type": "Polygon" + }, + "id": "622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78238607246581, + -12.092250127906045, + -76.77274124840952, + -12.081869722917356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.77807264250916, + -12.081869722917356 + ] + ] + ], + "type": "Polygon" + }, + "id": "623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11290574944417, + -11.920386373809967, + -77.10325743807408, + -11.909995218323894 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.10858568677676, + -11.909995218323894 + ] + ] + ], + "type": "Polygon" + }, + "id": "624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05961703923029, + -11.993827505026907, + -77.049967884715, + -11.983438717104802 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.05529741689203, + -11.983438717104802 + ] + ] + ], + "type": "Polygon" + }, + "id": "625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89660391752497, + -11.962042280066823, + -76.88695992907185, + -11.951657043408204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89228910868462, + -11.951657043408204 + ], + [ + -76.89660391752497, + -11.954704495112583 + ], + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.88746720093108, + -11.953802177718293 + ], + [ + -76.89228910868462, + -11.951657043408204 + ] + ] + ], + "type": "Polygon" + }, + "id": "626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89506647460556, + -11.78886524555367, + -76.88542768477676, + -11.778477602700848 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.89075401522645, + -11.778477602700848 + ] + ] + ], + "type": "Polygon" + }, + "id": "627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03585244387004, + -11.716151685168791, + -77.02621216501718, + -11.705759602327092 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.03153715924657, + -11.705759602327092 + ] + ] + ], + "type": "Polygon" + }, + "id": "628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05496297697592, + -11.851773083884977, + -77.04531817382107, + -11.841382366424643 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.05064537397958, + -11.841382366424643 + ] + ] + ], + "type": "Polygon" + }, + "id": "629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76252596736181, + -12.294629791008557, + -76.75287563912444, + -12.284253157399705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.75821038077967, + -12.284253157399705 + ] + ] + ], + "type": "Polygon" + }, + "id": "630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10310836092265, + -12.068890142740551, + -77.09345586806927, + -12.058501426678504 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.09878657641802, + -12.058501426678504 + ] + ] + ], + "type": "Polygon" + }, + "id": "631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06107526975543, + -11.883840454769146, + -77.05142935606118, + -11.873450038304345 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.0567570758399, + -11.873450038304345 + ] + ] + ], + "type": "Polygon" + }, + "id": "632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09534109237974, + -11.863594900628346, + -77.08569491479025, + -11.853203365824285 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.09102225459151, + -11.853203365824285 + ] + ] + ], + "type": "Polygon" + }, + "id": "633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05569267186627, + -11.79677258982838, + -77.04604948791129, + -11.786381097758847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.05137578252155, + -11.786381097758847 + ] + ] + ], + "type": "Polygon" + }, + "id": "634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83719116786196, + -12.286353706780103, + -76.8275390777118, + -12.27597504688099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.83287364666376, + -12.27597504688099 + ] + ] + ], + "type": "Polygon" + }, + "id": "635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95367341169913, + -11.802497918528164, + -76.9440326814956, + -11.792109008108893 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.94935918532377, + -11.792109008108893 + ] + ] + ], + "type": "Polygon" + }, + "id": "636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98958131530397, + -12.144225434269872, + -76.97992946819966, + -12.133840667526744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.98526156284582, + -12.133840667526744 + ] + ] + ], + "type": "Polygon" + }, + "id": "637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72906611560978, + -12.16554423133685, + -76.7194205526937, + -12.155166333973076 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.72475317360235, + -12.155166333973076 + ] + ] + ], + "type": "Polygon" + }, + "id": "638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07917350192574, + -11.602350598358361, + -77.06953550662871, + -11.591956013660715 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.07485857535681, + -11.591956013660715 + ] + ] + ], + "type": "Polygon" + }, + "id": "639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94310812165703, + -12.194671991537737, + -76.93345597461803, + -12.184289179371056 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.93878894853788, + -12.184289179371056 + ] + ] + ], + "type": "Polygon" + }, + "id": "640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82043072622257, + -12.268965671218295, + -76.81077960372771, + -12.258587143650441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.81611389523556, + -12.258587143650441 + ] + ] + ], + "type": "Polygon" + }, + "id": "641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04958268675118, + -11.764703356330509, + -77.03994061290051, + -11.754311580797006 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.04526638806011, + -11.754311580797006 + ] + ] + ], + "type": "Polygon" + }, + "id": "642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99865085317322, + -11.95637219692529, + -76.98900437503764, + -11.945984351361357 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.99433336443455, + -11.945984351361357 + ] + ] + ], + "type": "Polygon" + }, + "id": "643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73067537982008, + -11.961326907034463, + -76.72103586337181, + -11.95094583695424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.72636511672968, + -11.95094583695424 + ] + ] + ], + "type": "Polygon" + }, + "id": "644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03516844697633, + -11.865566208576949, + -77.02552373759718, + -11.85517616744778 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.03085118963048, + -11.85517616744778 + ] + ] + ], + "type": "Polygon" + }, + "id": "645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7069460277417, + -12.24978461168513, + -76.69729855539758, + -12.239408647606211 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.7026325715544, + -12.239408647606211 + ] + ] + ], + "type": "Polygon" + }, + "id": "646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80905854201345, + -11.96124417825265, + -76.79941690587268, + -11.950861122975127 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.80474612857006, + -11.950861122975127 + ] + ] + ], + "type": "Polygon" + }, + "id": "647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80672631735953, + -12.220441635878345, + -76.79707701174387, + -12.210062655199982 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.80241050943825, + -12.210062655199982 + ] + ] + ], + "type": "Polygon" + }, + "id": "648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78008292588275, + -12.16276777892274, + -76.77043605989522, + -12.152388541455363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.77576861808238, + -12.152388541455363 + ] + ] + ], + "type": "Polygon" + }, + "id": "649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68254529417429, + -12.310206151956507, + -76.67289668829476, + -12.299831822323162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.67823170584796, + -12.299831822323162 + ] + ] + ], + "type": "Polygon" + }, + "id": "650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71700259843104, + -11.912797111311136, + -76.70736490171416, + -11.90241568365763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.71269335871132, + -11.90241568365763 + ] + ] + ], + "type": "Polygon" + }, + "id": "651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11744152919867, + -11.873624814276466, + -77.10779449724858, + -11.863232884577629 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.11312196979395, + -11.863232884577629 + ] + ] + ], + "type": "Polygon" + }, + "id": "652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7503270854496, + -12.324845179521553, + -76.7406761857094, + -12.314469366195883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.74601143063515, + -12.314469366195883 + ] + ] + ], + "type": "Polygon" + }, + "id": "653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02161640770376, + -12.194567408757866, + -77.0119622336788, + -12.184182656558736 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.01729512186552, + -12.184182656558736 + ] + ] + ], + "type": "Polygon" + }, + "id": "654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80981262102775, + -12.00063198063219, + -76.80016979062655, + -11.990249489255966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.80549966186396, + -11.990249489255966 + ] + ] + ], + "type": "Polygon" + }, + "id": "655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16982281783459, + -11.66626929609761, + -77.16018065271184, + -11.655873325769475 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16550463429587, + -11.655873325769475 + ], + [ + -77.16982281783459, + -11.65891676977248 + ], + [ + -77.16931996092957, + -11.66411480692549 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.16068363664367, + -11.658027831960283 + ], + [ + -77.16550463429587, + -11.655873325769475 + ] + ] + ], + "type": "Polygon" + }, + "id": "656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82880489833192, + -12.324816443408068, + -76.81915188299438, + -12.314438642530158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.82448709209099, + -12.314438642530158 + ] + ] + ], + "type": "Polygon" + }, + "id": "657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73204545287253, + -12.323017754568626, + -76.72239510585237, + -12.312642375882966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.72773032596008, + -12.312642375882966 + ] + ] + ], + "type": "Polygon" + }, + "id": "658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76411496258548, + -12.090433016367323, + -76.75447068710533, + -12.080053045945451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75980205835475, + -12.080053045945451 + ] + ] + ], + "type": "Polygon" + }, + "id": "659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1226945347792, + -11.771850191739151, + -77.1130504018353, + -11.761456736885556 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.11837619284421, + -11.761456736885556 + ] + ] + ], + "type": "Polygon" + }, + "id": "660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9309208122888, + -12.224913369885968, + -76.92126808056015, + -12.214531350877913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.9266015646833, + -12.214531350877913 + ] + ] + ], + "type": "Polygon" + }, + "id": "661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85320696922011, + -11.98134242596479, + -76.84356355428717, + -11.970958557760294 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.84889308279504, + -11.970958557760294 + ] + ] + ], + "type": "Polygon" + }, + "id": "662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81662262657036, + -12.26072671361088, + -76.80697185223735, + -12.250348145395057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.81230600978529, + -12.250348145395057 + ] + ] + ], + "type": "Polygon" + }, + "id": "663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18136163996346, + -11.785440757500995, + -77.17171564307341, + -11.775046073121723 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17704156339822, + -11.775046073121723 + ], + [ + -77.18136163996346, + -11.7780900403701 + ], + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.17704156339822, + -11.775046073121723 + ] + ] + ], + "type": "Polygon" + }, + "id": "664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0990884385223, + -11.77741317992926, + -77.08944473277471, + -11.767020371141502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.09477064994795, + -11.767020371141502 + ] + ] + ], + "type": "Polygon" + }, + "id": "665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01168826709171, + -12.15427046078302, + -77.00203555085251, + -12.143885308646023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -77.00736778620349, + -12.143885308646023 + ] + ] + ], + "type": "Polygon" + }, + "id": "666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73663483954365, + -12.276326966056654, + -76.72698576225197, + -12.265950684808368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.73232020991215, + -12.265950684808368 + ] + ] + ], + "type": "Polygon" + }, + "id": "667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12356194740411, + -11.905694292215259, + -77.11391380665061, + -11.895302668548025 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.11924179760814, + -11.895302668548025 + ] + ] + ], + "type": "Polygon" + }, + "id": "668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02915386355019, + -12.02229555629483, + -77.01950463695877, + -12.01190793830237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.02483467650607, + -12.01190793830237 + ] + ] + ], + "type": "Polygon" + }, + "id": "669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83261425650907, + -12.333055197896924, + -76.8229608931213, + -12.322677441042922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.83261425650907, + -12.325727287241012 + ], + [ + -76.83210563445698, + -12.330916219369074 + ], + [ + -76.82727886575333, + -12.333055197896924 + ], + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.8282962360775, + -12.322677441042922 + ] + ] + ], + "type": "Polygon" + }, + "id": "670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68027448052584, + -12.286406188787671, + -76.6706266483177, + -12.276031516933502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.6759612729454, + -12.276031516933502 + ] + ] + ], + "type": "Polygon" + }, + "id": "671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7922964233316, + -12.038204473562784, + -76.78265294383284, + -12.027822989254476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.7879834426213, + -12.027822989254476 + ] + ] + ], + "type": "Polygon" + }, + "id": "672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300475795698, + -12.156278496508195, + -76.8633555997153, + -12.145896816667843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.86868799841501, + -12.145896816667843 + ] + ] + ], + "type": "Polygon" + }, + "id": "673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15003545735185, + -11.68008363018671, + -77.14039337258488, + -11.669688311898362 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.14571761323529, + -11.669688311898362 + ] + ] + ], + "type": "Polygon" + }, + "id": "674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69474648805888, + -12.279997071646342, + -76.68509844854208, + -12.269621921614709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.69043296559563, + -12.269621921614709 + ] + ] + ], + "type": "Polygon" + }, + "id": "675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68175213774317, + -12.3651262466463, + -76.67210191251787, + -12.35475287511925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67743783764753, + -12.35475287511925 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.67210191251787, + -12.362074758182251 + ], + [ + -76.67261281282384, + -12.356888127116118 + ], + [ + -76.67743783764753, + -12.35475287511925 + ] + ] + ], + "type": "Polygon" + }, + "id": "676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10743757255847, + -11.738885439965925, + -77.09779480351308, + -11.728491915268664 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.1031200753195, + -11.728491915268664 + ] + ] + ], + "type": "Polygon" + }, + "id": "677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7146424771161, + -12.077646443909943, + -76.70499993124628, + -12.067267533900678 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.71033110546662, + -12.067267533900678 + ] + ] + ], + "type": "Polygon" + }, + "id": "678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05815782581969, + -12.103798955883342, + -77.04850542831755, + -12.093411872797482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.05383677411936, + -12.093411872797482 + ] + ] + ], + "type": "Polygon" + }, + "id": "679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80899005309979, + -12.338559619462862, + -76.7993371580894, + -12.328182552286924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.80467260501345, + -12.328182552286924 + ] + ] + ], + "type": "Polygon" + }, + "id": "680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08922495112633, + -11.831525565372113, + -77.07957988290458, + -11.821133733279856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.08490670385082, + -11.821133733279856 + ] + ] + ], + "type": "Polygon" + }, + "id": "681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99017962292017, + -11.7116786809551, + -76.98054064971193, + -11.701287658540037 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.98586562302299, + -11.701287658540037 + ] + ] + ], + "type": "Polygon" + }, + "id": "682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82654584203155, + -12.11236014994153, + -76.8168992310733, + -12.10197894382428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.82223093511791, + -12.10197894382428 + ] + ] + ], + "type": "Polygon" + }, + "id": "683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96129034524819, + -11.818979096705444, + -76.95164892636778, + -11.808590223904963 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.95697569386753, + -11.808590223904963 + ] + ] + ], + "type": "Polygon" + }, + "id": "684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73674949813784, + -11.993377084004912, + -76.72710886074721, + -11.982996333531698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.73243864064494, + -11.982996333531698 + ] + ] + ], + "type": "Polygon" + }, + "id": "685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8707183093753, + -12.038117136887646, + -76.86107273689433, + -12.027733680286627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.86640318907013, + -12.027733680286627 + ] + ] + ], + "type": "Polygon" + }, + "id": "686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91256467981681, + -11.751258417073567, + -76.90292654903243, + -11.740869833613928 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.90825224698558, + -11.740869833613928 + ] + ] + ], + "type": "Polygon" + }, + "id": "687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01242587178675, + -12.09929568192872, + -77.00277477721802, + -12.088909649641453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -77.00810610541329, + -12.088909649641453 + ] + ] + ], + "type": "Polygon" + }, + "id": "688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98347294893264, + -12.112168261990607, + -76.97382221630671, + -12.101783142791598 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.9791537890363, + -12.101783142791598 + ] + ] + ], + "type": "Polygon" + }, + "id": "689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04571922389995, + -11.662037862305638, + -77.03608030307365, + -11.6516448401383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.03608030307365, + -11.658993256421143 + ], + [ + -77.03658502101985, + -11.653796798184716 + ], + [ + -77.04140439588559, + -11.6516448401383 + ] + ] + ], + "type": "Polygon" + }, + "id": "690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77025253393242, + -11.933808517940161, + -76.7606127615626, + -11.923426042042088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.76594154931739, + -11.923426042042088 + ] + ] + ], + "type": "Polygon" + }, + "id": "691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92100669287933, + -12.184621643584652, + -76.91135542379749, + -12.174239218827926 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.91668825196875, + -12.174239218827926 + ] + ] + ], + "type": "Polygon" + }, + "id": "692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11125143528596, + -11.74712662717159, + -77.10160832517377, + -11.736733119250562 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.1069337268433, + -11.736733119250562 + ] + ] + ], + "type": "Polygon" + }, + "id": "693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77322275635491, + -12.185665272730313, + -76.76357539239913, + -12.175286575987258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.76890833116397, + -12.175286575987258 + ] + ] + ], + "type": "Polygon" + }, + "id": "694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03140402821164, + -11.951726594514492, + -77.02175684788978, + -11.941337877422388 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.02708572257816, + -11.941337877422388 + ] + ] + ], + "type": "Polygon" + }, + "id": "695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1204647000944, + -11.842448515412318, + -77.11081852096974, + -11.832056077324378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.1161454761648, + -11.832056077324378 + ] + ] + ], + "type": "Polygon" + }, + "id": "696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91034081788553, + -12.199288827829646, + -76.90068939079384, + -12.188906904935228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.9060224700432, + -12.188906904935228 + ] + ] + ], + "type": "Polygon" + }, + "id": "697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90881879471397, + -12.21486134938242, + -76.89916694263513, + -12.204479716804844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.90450028009249, + -12.204479716804844 + ] + ] + ], + "type": "Polygon" + }, + "id": "698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00090693176384, + -11.885801888500083, + -76.99126249832798, + -11.875412972455424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.99659032355171, + -11.875412972455424 + ] + ] + ], + "type": "Polygon" + }, + "id": "699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06646087925387, + -11.970901237716319, + -77.05681223444505, + -11.960511944500306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.06214138005943, + -11.960511944500306 + ] + ] + ], + "type": "Polygon" + }, + "id": "700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78539139230794, + -12.249755924805672, + -76.7757417858199, + -12.239377964457887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.78107577739654, + -12.239377964457887 + ] + ] + ], + "type": "Polygon" + }, + "id": "701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71914391245316, + -12.219568792434387, + -76.70949700809119, + -12.209192020662483 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.71483052295454, + -12.209192020662483 + ] + ] + ], + "type": "Polygon" + }, + "id": "702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82047208850095, + -11.985963531813256, + -76.81082940952432, + -11.975580553874062 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.81615903351965, + -11.975580553874062 + ] + ] + ], + "type": "Polygon" + }, + "id": "703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0426404540472, + -11.598785815673589, + -77.03300349251437, + -11.588392075614566 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03832655028705, + -11.588392075614566 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.03300349251437, + -11.595741536946761 + ], + [ + -77.0335081550505, + -11.590544719837856 + ], + [ + -77.03832655028705, + -11.588392075614566 + ] + ] + ], + "type": "Polygon" + }, + "id": "704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93315471513476, + -11.965650091317455, + -76.92350965999657, + -11.95526399906445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.92883886820782, + -11.95526399906445 + ] + ] + ], + "type": "Polygon" + }, + "id": "705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8364603607589, + -11.96395839145334, + -76.82681791016364, + -11.953574686989134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.83214716263649, + -11.953574686989134 + ] + ] + ], + "type": "Polygon" + }, + "id": "706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08323587696303, + -11.988279837439839, + -77.07358628928134, + -11.977890391762607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.07891569820038, + -11.977890391762607 + ] + ] + ], + "type": "Polygon" + }, + "id": "707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9171954459906, + -12.176382070232359, + -76.90754452282498, + -12.165999608178021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.91287721837398, + -12.165999608178021 + ] + ] + ], + "type": "Polygon" + }, + "id": "708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04582305800218, + -11.850877213990001, + -77.03617851423998, + -11.840486707136774 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.04150571133813, + -11.840486707136774 + ] + ] + ], + "type": "Polygon" + }, + "id": "709", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79986605015544, + -12.243338439413659, + -76.79021624524314, + -12.2329600071697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.7955501242525, + -12.2329600071697 + ] + ] + ], + "type": "Polygon" + }, + "id": "710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10520477507204, + -11.80948423695346, + -77.09555996062505, + -11.799091714693501 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.1008863962782, + -11.799091714693501 + ] + ] + ], + "type": "Polygon" + }, + "id": "711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16911246571901, + -11.72129061060097, + -77.15946868125457, + -11.71089536775018 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.16479356787195, + -11.71089536775018 + ] + ] + ], + "type": "Polygon" + }, + "id": "712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9270913484024, + -12.122324233772526, + -76.9174417793579, + -12.111940669312599 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.92277357475366, + -12.111940669312599 + ] + ] + ], + "type": "Polygon" + }, + "id": "713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05047292528558, + -11.992929321862828, + -77.0408240301468, + -11.982540743937543 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0461535594011, + -11.982540743937543 + ] + ] + ], + "type": "Polygon" + }, + "id": "714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03580344010224, + -11.621725047029958, + -77.02616597105369, + -11.611331758434089 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.03148941396958, + -11.611331758434089 + ] + ] + ], + "type": "Polygon" + }, + "id": "715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76863924315116, + -12.232367006908358, + -76.7589906089295, + -12.221989185115637 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.76432432025864, + -12.221989185115637 + ] + ] + ], + "type": "Polygon" + }, + "id": "716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8189473063011, + -12.001537661236243, + -76.80930420391269, + -11.991154953371574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.81463408533007, + -11.991154953371574 + ] + ] + ], + "type": "Polygon" + }, + "id": "717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79984624463256, + -12.337647639508043, + -76.79019362269887, + -12.327270787897998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.7955290591208, + -12.327270787897998 + ] + ] + ], + "type": "Polygon" + }, + "id": "718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0837720511437, + -11.65001582915465, + -77.07413252228173, + -11.639621728793486 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.07945636750061, + -11.639621728793486 + ] + ] + ], + "type": "Polygon" + }, + "id": "719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87224242036379, + -12.116893272673325, + -76.86259445766846, + -12.10651099082839 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.86792620737084, + -12.10651099082839 + ] + ] + ], + "type": "Polygon" + }, + "id": "720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97126030148553, + -12.048051888927668, + -76.96161179770283, + -12.037666084277967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.96694232653657, + -12.037666084277967 + ] + ] + ], + "type": "Polygon" + }, + "id": "721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92558728180057, + -12.232246626454858, + -76.91593447064854, + -12.221864859892118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.92126808056015, + -12.221864859892118 + ] + ] + ], + "type": "Polygon" + }, + "id": "722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88442821872377, + -12.086651048436398, + -76.87478083593244, + -12.076267991747223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.88011207812238, + -12.076267991747223 + ] + ] + ], + "type": "Polygon" + }, + "id": "723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13429540238576, + -11.98541767670714, + -77.12464461701562, + -11.975026950456446 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12997390367332, + -11.975026950456446 + ], + [ + -77.13429540238576, + -11.978072346637527 + ], + [ + -77.13379155028986, + -11.983267761725736 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.12997390367332, + -11.975026950456446 + ] + ] + ], + "type": "Polygon" + }, + "id": "724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02074606171132, + -11.966410704644337, + -77.01109871658657, + -11.956022463388656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.01642784586336, + -11.956022463388656 + ] + ] + ], + "type": "Polygon" + }, + "id": "725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03296787747006, + -12.030535934962174, + -77.02331830759675, + -12.02014834746796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.02864847822599, + -12.02014834746796 + ] + ] + ], + "type": "Polygon" + }, + "id": "726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97888445684347, + -12.06453213951262, + -76.96923526406209, + -12.054146397852861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.97456605652364, + -12.054146397852861 + ] + ] + ], + "type": "Polygon" + }, + "id": "727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15775007507085, + -11.791008504578148, + -77.1481044973933, + -11.780614462581973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.15343054845894, + -11.780614462581973 + ] + ] + ], + "type": "Polygon" + }, + "id": "728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14336214705776, + -11.891894811569372, + -77.13371392276309, + -11.881502513431343 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.13904165601942, + -11.881502513431343 + ] + ] + ], + "type": "Polygon" + }, + "id": "729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05339449995601, + -11.772944322621605, + -77.0437520837903, + -11.762552564639291 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.04907798956528, + -11.762552564639291 + ] + ] + ], + "type": "Polygon" + }, + "id": "730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74133361801815, + -11.946662292753619, + -76.73169424792931, + -11.936280737043877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.73702325688276, + -11.936280737043877 + ] + ] + ], + "type": "Polygon" + }, + "id": "731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69721748959954, + -11.926553642477728, + -76.68757992583494, + -11.91617291788502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.69290861276764, + -11.91617291788502 + ] + ] + ], + "type": "Polygon" + }, + "id": "732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78393724628965, + -11.982340534285681, + -76.77429565769137, + -11.97195842385183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77962523950438, + -11.97195842385183 + ] + ] + ], + "type": "Polygon" + }, + "id": "733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97965999542038, + -12.103928265898874, + -76.97000960727031, + -12.093543112506309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.97534104822586, + -12.093543112506309 + ] + ] + ], + "type": "Polygon" + }, + "id": "734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97119990651262, + -11.859283766878656, + -76.96155703031775, + -11.848895208709763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.96688445096302, + -11.848895208709763 + ] + ] + ], + "type": "Polygon" + }, + "id": "735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97804472388628, + -11.836358202470539, + -76.9684023531763, + -11.825969156365021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.97372938956097, + -11.825969156365021 + ] + ] + ], + "type": "Polygon" + }, + "id": "736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10966941706714, + -11.668280609394783, + -77.10002869258531, + -11.657886113805892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.10535280103704, + -11.657886113805892 + ] + ] + ], + "type": "Polygon" + }, + "id": "737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14868979413514, + -11.884547366695656, + -77.13904165601942, + -11.87415483614358 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.14436925993621, + -11.87415483614358 + ] + ] + ], + "type": "Polygon" + }, + "id": "738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09540751006311, + -11.958007439415958, + -77.08575851760808, + -11.947617253012801 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.09108741098423, + -11.947617253012801 + ] + ] + ], + "type": "Polygon" + }, + "id": "739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00557697387555, + -12.122212640675958, + -76.99592537152029, + -12.111827133837776 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -77.00125708537293, + -12.111827133837776 + ] + ] + ], + "type": "Polygon" + }, + "id": "740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12737842966976, + -11.91393523434845, + -77.11772994783145, + -11.90354363612122 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.12305806858168, + -11.90354363612122 + ] + ] + ], + "type": "Polygon" + }, + "id": "741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94460616513058, + -12.0847399451116, + -76.93495725990805, + -12.074355361595908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.94028841965778, + -12.074355361595908 + ] + ] + ], + "type": "Polygon" + }, + "id": "742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07318404050496, + -11.759144313587951, + -77.0635415327296, + -11.748751888933759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.06886718558641, + -11.748751888933759 + ] + ] + ], + "type": "Polygon" + }, + "id": "743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80904143476829, + -12.055590518038148, + -76.7993969863731, + -12.045208875795424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.80472776376529, + -12.045208875795424 + ] + ] + ], + "type": "Polygon" + }, + "id": "744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90575212424837, + -12.057309607791785, + -76.89610505462356, + -12.046925568689364 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.90143579647474, + -12.046925568689364 + ] + ] + ], + "type": "Polygon" + }, + "id": "745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73816435990518, + -12.26076246963394, + -76.72851570580964, + -12.250385890612547 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.73384989602157, + -12.250385890612547 + ] + ] + ], + "type": "Polygon" + }, + "id": "746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06713074723143, + -11.821495402669278, + -77.0574865366895, + -11.811103969703382 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.06281322286723, + -11.811103969703382 + ] + ] + ], + "type": "Polygon" + }, + "id": "747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05793572698686, + -11.72618012561161, + -77.0482945870903, + -11.715787635565595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.0536197182811, + -11.715787635565595 + ] + ] + ], + "type": "Polygon" + }, + "id": "748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9651275972511, + -11.921611506752752, + -76.95548302179871, + -11.911223983208405 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.96081147440974, + -11.911223983208405 + ] + ] + ], + "type": "Polygon" + }, + "id": "749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94000341637921, + -11.94273157530135, + -76.93035886542148, + -11.932344978572196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93035886542148, + -11.939684528594263 + ], + [ + -76.93086550073481, + -11.934491283557275 + ], + [ + -76.93568768997372, + -11.932344978572196 + ] + ] + ], + "type": "Polygon" + }, + "id": "750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05406994786475, + -11.62350915482596, + -77.04443196019218, + -11.613115443187354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04975540954844, + -11.613115443187354 + ] + ] + ], + "type": "Polygon" + }, + "id": "751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97665432675743, + -12.229440164099136, + -76.9670002696966, + -12.21905708545244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.9761478817324, + -12.227296694785055 + ], + [ + -76.9713207669883, + -12.229440164099136 + ], + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.97233378375245, + -12.21905708545244 + ] + ] + ], + "type": "Polygon" + }, + "id": "752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02226221819163, + -11.950828276420859, + -77.01261529865783, + -11.940439770235475 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.0179441695731, + -11.940439770235475 + ] + ] + ], + "type": "Polygon" + }, + "id": "753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01753847639644, + -11.619939918333053, + -77.00790152787737, + -11.60954705378559 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01322496325302, + -11.60954705378559 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.01221499606146, + -11.619939918333053 + ], + [ + -77.00790152787737, + -11.616895301616642 + ], + [ + -77.00840657466362, + -11.611698922416727 + ], + [ + -77.01322496325302, + -11.60954705378559 + ] + ] + ], + "type": "Polygon" + }, + "id": "754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05788028319404, + -11.631750283589346, + -77.04824195359704, + -11.621356582336988 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.05356553339821, + -11.621356582336988 + ] + ] + ], + "type": "Polygon" + }, + "id": "755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03903082911609, + -11.968207709708224, + -77.02938296268381, + -11.957819046914711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.03471209932327, + -11.957819046914711 + ] + ] + ], + "type": "Polygon" + }, + "id": "756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02763766198758, + -12.037876643498095, + -77.0179880095401, + -12.027489297419951 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.02331830759675, + -12.027489297419951 + ] + ] + ], + "type": "Polygon" + }, + "id": "757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74058821515908, + -11.9072774618615, + -76.7309500387754, + -11.896895355120149 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.73627839922963, + -11.896895355120149 + ] + ] + ], + "type": "Polygon" + }, + "id": "758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72224617812658, + -12.09412476548967, + -76.71260293261496, + -12.083745916681321 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.71691468446878, + -12.09412476548967 + ], + [ + -76.71260293261496, + -12.091074978004208 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.71793437697306, + -12.083745916681321 + ] + ] + ], + "type": "Polygon" + }, + "id": "759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16467195798772, + -11.86250312602307, + -77.15502407940164, + -11.852109900898498 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.16467195798772, + -11.855154411827664 + ], + [ + -77.16416872402861, + -11.860351076250351 + ], + [ + -77.15934469968751, + -11.86250312602307 + ], + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.16035129477551, + -11.852109900898498 + ] + ] + ], + "type": "Polygon" + }, + "id": "760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74353471388801, + -12.15912715756892, + -76.73388894791663, + -12.148748789486985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.73922145900409, + -12.148748789486985 + ] + ] + ], + "type": "Polygon" + }, + "id": "761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89966511229073, + -12.119609952544312, + -76.89001634427386, + -12.109227028265185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.89534811806374, + -12.109227028265185 + ] + ] + ], + "type": "Polygon" + }, + "id": "762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10434526495581, + -11.67563080594488, + -77.09470445564892, + -11.665236533151518 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.10002869258531, + -11.665236533151518 + ] + ] + ], + "type": "Polygon" + }, + "id": "763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0290126596613, + -11.739086033294592, + -77.01937187321646, + -11.728694419285759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.02469725271611, + -11.728694419285759 + ] + ] + ], + "type": "Polygon" + }, + "id": "764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85701328745988, + -11.989582329185607, + -76.84736952571527, + -11.97919848774193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.8526991874915, + -11.97919848774193 + ] + ] + ], + "type": "Polygon" + }, + "id": "765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68788024000483, + -12.302882959221018, + -76.67823170584796, + -12.292508369177517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.68356660182577, + -12.292508369177517 + ] + ] + ], + "type": "Polygon" + }, + "id": "766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7031908583379, + -12.147243347496211, + -76.69354655022664, + -12.136865818982148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.69354655022664, + -12.144193117241377 + ], + [ + -76.69405680802531, + -12.139004407732928 + ], + [ + -76.69887887451951, + -12.136865818982148 + ] + ] + ], + "type": "Polygon" + }, + "id": "767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7404769462645, + -12.190261109120701, + -76.7308303342874, + -12.179883318071274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.73616336001857, + -12.179883318071274 + ] + ] + ], + "type": "Polygon" + }, + "id": "768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91870205350978, + -12.06645327486148, + -76.90905437110939, + -12.056069053318232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.91438525280623, + -12.056069053318232 + ] + ] + ], + "type": "Polygon" + }, + "id": "769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0337016477272, + -11.975549859064076, + -77.02405369855968, + -11.965161434615531 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02938296268381, + -11.965161434615531 + ] + ] + ], + "type": "Polygon" + }, + "id": "770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7892438729184, + -12.069347822969608, + -76.77959954693806, + -12.058966891106873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.78493056047319, + -12.058966891106873 + ] + ] + ], + "type": "Polygon" + }, + "id": "771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09086776301875, + -12.004761083949083, + -77.08121749121246, + -11.994371697273364 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.08654716082968, + -11.994371697273364 + ] + ] + ], + "type": "Polygon" + }, + "id": "772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81813426028664, + -12.339471328221672, + -76.80848109267662, + -12.329094045729562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.81762542602088, + -12.33733275236713 + ], + [ + -76.81279875512843, + -12.339471328221672 + ], + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.81381654982685, + -12.329094045729562 + ] + ] + ], + "type": "Polygon" + }, + "id": "773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72294749233089, + -12.227807556198803, + -76.7133002379026, + -12.21743082206727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.71863388791743, + -12.21743082206727 + ] + ] + ], + "type": "Polygon" + }, + "id": "774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00390030226055, + -11.760228166345442, + -76.99425953085358, + -11.749837448559255 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99958528715631, + -11.749837448559255 + ] + ] + ], + "type": "Polygon" + }, + "id": "775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9865096247384, + -12.081012345371532, + -76.97685974320218, + -12.07062666852481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.98219079912576, + -12.07062666852481 + ] + ] + ], + "type": "Polygon" + }, + "id": "776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376551542411, + -12.101319779552716, + -76.86411797704574, + -12.090937216724063 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86944946887758, + -12.090937216724063 + ] + ] + ], + "type": "Polygon" + }, + "id": "777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17985295567013, + -11.801032475077907, + -77.17020653185443, + -11.79063803797847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17985295567013, + -11.793682098902908 + ], + [ + -77.17935003062777, + -11.798879369261241 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.17553271104865, + -11.79063803797847 + ] + ] + ], + "type": "Polygon" + }, + "id": "778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67493980594223, + -12.293729473230442, + -76.66529190226078, + -12.28335506114108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.6706266483177, + -12.28335506114108 + ] + ] + ], + "type": "Polygon" + }, + "id": "779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98273047947357, + -12.167138791455821, + -76.97307812542513, + -12.156754557309089 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.97841060532278, + -12.156754557309089 + ] + ] + ], + "type": "Polygon" + }, + "id": "780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94844101561416, + -12.18733735045547, + -76.93878894853788, + -12.176954287933816 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.9441217963908, + -12.176954287933816 + ] + ] + ], + "type": "Polygon" + }, + "id": "781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11650420523074, + -11.645337967358513, + -77.10686399157734, + -11.63494301543099 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.11218771312444, + -11.63494301543099 + ] + ] + ], + "type": "Polygon" + }, + "id": "782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08909581220408, + -11.642665846253342, + -77.07945636750061, + -11.632271523952147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.08478008461495, + -11.632271523952147 + ] + ] + ], + "type": "Polygon" + }, + "id": "783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83110971505863, + -12.1599813660487, + -76.82146156097654, + -12.149600796340655 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.82679404785692, + -12.149600796340655 + ] + ] + ], + "type": "Polygon" + }, + "id": "784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72749575872707, + -12.275413828017038, + -76.71784695818974, + -12.265037764507003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.7231813931696, + -12.265037764507003 + ] + ] + ], + "type": "Polygon" + }, + "id": "785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78536736128238, + -12.344061423953447, + -76.77571493789083, + -12.333685048364634 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.78105048694462, + -12.333685048364634 + ] + ] + ], + "type": "Polygon" + }, + "id": "786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89280361413988, + -12.048165721982786, + -76.88315715819965, + -12.037781866290707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.8884877596593, + -12.037781866290707 + ] + ] + ], + "type": "Polygon" + }, + "id": "787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98499135529495, + -12.0965905131855, + -76.97534104822586, + -12.086205114389575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.98067236254373, + -12.086205114389575 + ] + ] + ], + "type": "Polygon" + }, + "id": "788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10916022054083, + -12.006555114123822, + -77.09950943466207, + -11.996165309980713 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.1048391074098, + -11.996165309980713 + ] + ] + ], + "type": "Polygon" + }, + "id": "789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95225367381518, + -12.195576983529483, + -76.94260126144214, + -12.185193959157086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.9479342415317, + -12.185193959157086 + ] + ] + ], + "type": "Polygon" + }, + "id": "790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75121070705156, + -11.986952864161111, + -76.7415698674666, + -11.976571650869348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.7468995372939, + -11.976571650869348 + ] + ] + ], + "type": "Polygon" + }, + "id": "791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83566566815477, + -12.301921322393653, + -76.82601315361569, + -12.291542961968277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.83134798055178, + -12.291542961968277 + ] + ] + ], + "type": "Polygon" + }, + "id": "792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70555721057644, + -11.982412820413897, + -76.69591775323094, + -11.972032701461549 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.70124735921775, + -11.972032701461549 + ] + ] + ], + "type": "Polygon" + }, + "id": "793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0992234650946, + -11.966248178716308, + -77.08957413086209, + -11.955858020156578 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.09490315442963, + -11.955858020156578 + ] + ] + ], + "type": "Polygon" + }, + "id": "794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04274247176421, + -11.787636785132722, + -77.03309988958003, + -11.777245485178796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.03842605043272, + -11.777245485178796 + ] + ] + ], + "type": "Polygon" + }, + "id": "795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05888755544764, + -12.048815230832972, + -77.0492367797098, + -12.038427285796647 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.05456721854584, + -12.038427285796647 + ] + ] + ], + "type": "Polygon" + }, + "id": "796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9392540815106, + -11.997709233253659, + -76.929607911398, + -11.98732346356895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.93493764207611, + -11.98732346356895 + ] + ] + ], + "type": "Polygon" + }, + "id": "797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16236430316253, + -11.838672033052822, + -77.15271719163663, + -11.82827853206668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.15804401886875, + -11.82827853206668 + ] + ] + ], + "type": "Polygon" + }, + "id": "799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93844257906177, + -11.769535581356383, + -76.92880322694008, + -11.759146601171354 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.93412920292975, + -11.759146601171354 + ] + ] + ], + "type": "Polygon" + }, + "id": "800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74200589882092, + -12.1746943501176, + -76.73235970985836, + -12.164316269780736 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.7376924782591, + -12.164316269780736 + ] + ] + ], + "type": "Polygon" + }, + "id": "801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76552323503469, + -12.452085859258752, + -76.75586811855288, + -12.441711871020711 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.75586811855288, + -12.449034761862043 + ], + [ + -76.75637799031294, + -12.443847821798274 + ], + [ + -76.76120546114556, + -12.441711871020711 + ] + ] + ], + "type": "Polygon" + }, + "id": "802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04806854969038, + -11.780290711809894, + -77.03842605043272, + -11.76989918261927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.0437520837903, + -11.76989918261927 + ] + ] + ], + "type": "Polygon" + }, + "id": "803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81971671253469, + -11.9465742033738, + -76.81007522773368, + -11.936190665247844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.81540420327563, + -11.936190665247844 + ] + ] + ], + "type": "Polygon" + }, + "id": "804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71000715829284, + -12.218656128797884, + -76.70036053150132, + -12.208279575438318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.70569403316173, + -12.208279575438318 + ] + ] + ], + "type": "Polygon" + }, + "id": "805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.770860503198, + -12.44476288543089, + -76.76120546114556, + -12.434388631535374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.76654268059508, + -12.434388631535374 + ] + ] + ], + "type": "Polygon" + }, + "id": "806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88595066082539, + -12.07107639381859, + -76.87630370240925, + -12.060693059222487 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.88163468671651, + -12.060693059222487 + ] + ] + ], + "type": "Polygon" + }, + "id": "807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02602892065026, + -11.864669500058774, + -77.01638447172307, + -11.854279670027646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.02171192009884, + -11.854279670027646 + ] + ] + ], + "type": "Polygon" + }, + "id": "808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0824476800226, + -11.948870244522471, + -77.07279928703511, + -11.938480240011247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.07812804822125, + -11.938480240011247 + ] + ] + ], + "type": "Polygon" + }, + "id": "809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72211878545826, + -12.377027558978414, + -76.7124670954871, + -12.366653359588256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.71780321051871, + -12.366653359588256 + ] + ] + ], + "type": "Polygon" + }, + "id": "810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74207920473138, + -11.986045378895406, + -76.73243864064494, + -11.975664383972358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.73776829825366, + -11.975664383972358 + ] + ] + ], + "type": "Polygon" + }, + "id": "811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00475815721644, + -11.988434438636515, + -76.99511056613049, + -11.978046914463318 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -77.00044007663246, + -11.978046914463318 + ] + ] + ], + "type": "Polygon" + }, + "id": "812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92550292205429, + -11.760397094376735, + -76.9158641801477, + -11.75000831206995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92119001739142, + -11.75000831206995 + ], + [ + -76.92550292205429, + -11.753054429570941 + ], + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.92119001739142, + -11.75000831206995 + ] + ] + ], + "type": "Polygon" + }, + "id": "813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03282333301406, + -11.747326965305097, + -77.02318220388452, + -11.736935367347403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.0285077142387, + -11.736935367347403 + ] + ] + ], + "type": "Polygon" + }, + "id": "814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04645003328264, + -11.607026920417335, + -77.03681272964218, + -11.5966331893754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.04213591798417, + -11.5966331893754 + ] + ] + ], + "type": "Polygon" + }, + "id": "815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95833328964184, + -12.13327596782782, + -76.94868257882793, + -12.122891800474527 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.95401452545586, + -12.122891800474527 + ] + ] + ], + "type": "Polygon" + }, + "id": "816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07100323372507, + -11.924148030206293, + -77.061355867184, + -11.91375794666577 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.06668423707573, + -11.91375794666577 + ] + ] + ], + "type": "Polygon" + }, + "id": "817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73063541537817, + -12.055657765386918, + -76.72099308792586, + -12.045278110190841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.72632389598853, + -12.045278110190841 + ] + ] + ], + "type": "Polygon" + }, + "id": "818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83871653018056, + -12.270785642341346, + -76.82906486439575, + -12.260406684510155 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.83439917538082, + -12.260406684510155 + ] + ] + ], + "type": "Polygon" + }, + "id": "819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72075964450715, + -12.015370210689754, + -76.7111187882001, + -12.0049901962182 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71644893443673, + -12.0049901962182 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.7111187882001, + -12.012320820416516 + ], + [ + -76.71162859368374, + -12.00713086792718 + ], + [ + -76.71644893443673, + -12.0049901962182 + ] + ] + ], + "type": "Polygon" + }, + "id": "820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03526618621252, + -12.054357296033595, + -77.02561584713379, + -12.043970012967936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.03094640737633, + -12.043970012967936 + ] + ] + ], + "type": "Polygon" + }, + "id": "821", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0884363880318, + -11.79210851719865, + -77.07879251335773, + -11.781716165237807 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.08411868721551, + -11.781716165237807 + ] + ] + ], + "type": "Polygon" + }, + "id": "822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91871693663941, + -12.160808305427684, + -76.90906643845423, + -12.150425556909662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.9143988758153, + -12.150425556909662 + ] + ] + ], + "type": "Polygon" + }, + "id": "823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04514335143836, + -12.000271368198543, + -77.03549437318775, + -11.98988302959106 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.0408240301468, + -11.98988302959106 + ] + ] + ], + "type": "Polygon" + }, + "id": "824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06320377966797, + -11.624400825642079, + -77.05356553339821, + -11.614006902859346 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.0588889855621, + -11.614006902859346 + ] + ] + ], + "type": "Polygon" + }, + "id": "825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95681359123516, + -12.148851864680172, + -76.94716245506731, + -12.138467980754791 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.95249466003455, + -12.138467980754791 + ] + ] + ], + "type": "Polygon" + }, + "id": "826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99872729472598, + -12.145128107346745, + -76.98907518480699, + -12.134743129479142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.99440728421787, + -12.134743129479142 + ] + ] + ], + "type": "Polygon" + }, + "id": "827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99324857248585, + -11.774917803178406, + -76.98360763821756, + -11.764527543970662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.98893364784483, + -11.764527543970662 + ] + ] + ], + "type": "Polygon" + }, + "id": "828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79304858773354, + -12.077587283695028, + -76.78340391344337, + -12.067206382479135 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.78873506112411, + -12.067206382479135 + ] + ] + ], + "type": "Polygon" + }, + "id": "829", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67193217465872, + -12.230565950399034, + -76.66228624056501, + -12.220190566993102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.6676199437112, + -12.220190566993102 + ] + ] + ], + "type": "Polygon" + }, + "id": "830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71084100854172, + -12.069407272867826, + -76.70119881258229, + -12.059028332940686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.70652985167258, + -12.059028332940686 + ] + ] + ], + "type": "Polygon" + }, + "id": "831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18597969264354, + -11.833106373123053, + -77.17633216241319, + -11.822712228133646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18165885850664, + -11.822712228133646 + ], + [ + -77.18597969264354, + -11.825756396229076 + ], + [ + -77.18547680397347, + -11.830953520463813 + ], + [ + -77.18065295393602, + -11.833106373123053 + ], + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.18165885850664, + -11.822712228133646 + ] + ] + ], + "type": "Polygon" + }, + "id": "832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757409239667, + -12.109559444908664, + -76.86792620737084, + -12.099176915146629 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.87325783231098, + -12.099176915146629 + ] + ] + ], + "type": "Polygon" + }, + "id": "833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9049533331956, + -11.734777410390771, + -76.89531589279926, + -11.724388797132207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90064132596405, + -11.724388797132207 + ], + [ + -76.9049533331956, + -11.727434952340467 + ], + [ + -76.90444665995308, + -11.732629312702102 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.89531589279926, + -11.731731167715946 + ], + [ + -76.89582269207477, + -11.726536914828818 + ], + [ + -76.90064132596405, + -11.724388797132207 + ] + ] + ], + "type": "Polygon" + }, + "id": "834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80218476326813, + -12.078494852342422, + -76.79253981598522, + -12.068113734454123 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.797870974356, + -12.068113734454123 + ] + ] + ], + "type": "Polygon" + }, + "id": "835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91945497674708, + -12.011482775427204, + -76.90980891391831, + -12.001097702702506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.91513888914889, + -12.001097702702506 + ] + ] + ], + "type": "Polygon" + }, + "id": "836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02286182973117, + -11.61259158265008, + -77.01322496325302, + -11.602198496415708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0185482717063, + -11.602198496415708 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.01322496325302, + -11.60954705378559 + ], + [ + -77.0137299241061, + -11.604350563712114 + ], + [ + -77.0185482717063, + -11.602198496415708 + ] + ] + ], + "type": "Polygon" + }, + "id": "837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84787739330984, + -11.988678023958032, + -76.8382339015434, + -11.978294398015231 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.84356355428717, + -11.978294398015231 + ] + ] + ], + "type": "Polygon" + }, + "id": "838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93007825428319, + -11.808043442507751, + -76.92043797442834, + -11.79765519160025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.92576459129612, + -11.79765519160025 + ] + ] + ], + "type": "Polygon" + }, + "id": "839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96203559203848, + -11.763987184004337, + -76.95239579081533, + -11.753597546483656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.95772165314204, + -11.753597546483656 + ] + ] + ], + "type": "Polygon" + }, + "id": "840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98563006060213, + -11.758436280711917, + -76.97598981350984, + -11.748045987783186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.98131556034313, + -11.748045987783186 + ] + ] + ], + "type": "Polygon" + }, + "id": "841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0717899410935, + -11.963557895995766, + -77.06214138005943, + -11.953168365237303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.06747039761865, + -11.953168365237303 + ] + ] + ], + "type": "Polygon" + }, + "id": "842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0786941674174, + -12.035030123253344, + -77.06904330055207, + -12.024641486558524 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.07437348567986, + -12.024641486558524 + ] + ] + ], + "type": "Polygon" + }, + "id": "843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71844420031368, + -12.08588560826724, + -76.70880130459312, + -12.075506728630906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.71413261390275, + -12.075506728630906 + ] + ] + ], + "type": "Polygon" + }, + "id": "844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8714769710167, + -11.794406017468413, + -76.86183863948489, + -11.784019037789967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.87096973729254, + -11.792259360561125 + ], + [ + -76.86615048500505, + -11.794406017468413 + ], + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.86716507840877, + -11.784019037789967 + ] + ] + ], + "type": "Polygon" + }, + "id": "845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88976581886428, + -12.173664026561832, + -76.88011569854962, + -12.163282204922382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.88544837158926, + -12.163282204922382 + ] + ] + ], + "type": "Polygon" + }, + "id": "846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94533216119186, + -11.93539193938261, + -76.93568768997372, + -11.925005104207333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.94101638870964, + -11.925005104207333 + ] + ] + ], + "type": "Polygon" + }, + "id": "847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78922097918067, + -12.163677268094085, + -76.7795738393788, + -12.1532978139045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.78490640865252, + -12.1532978139045 + ] + ] + ], + "type": "Polygon" + }, + "id": "848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01541688742464, + -11.973752273880953, + -77.00576946014705, + -11.963364271209128 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.01109871658657, + -11.963364271209128 + ] + ] + ], + "type": "Polygon" + }, + "id": "849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91796354241674, + -12.215767760992469, + -76.9083114231734, + -12.20538591535309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.91364476783659, + -12.20538591535309 + ] + ] + ], + "type": "Polygon" + }, + "id": "850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73447640044901, + -11.969566399928096, + -76.72483653472833, + -11.959185354445033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.73016592287726, + -11.959185354445033 + ] + ] + ], + "type": "Polygon" + }, + "id": "851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88977225861518, + -12.267999913263832, + -76.88011932109069, + -12.257619628937562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.88545355084122, + -12.257619628937562 + ] + ] + ], + "type": "Polygon" + }, + "id": "852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01697684859359, + -12.052557079823186, + -77.0073270314953, + -12.042170217907112 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.01265758414371, + -12.042170217907112 + ] + ] + ], + "type": "Polygon" + }, + "id": "853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9247848728576, + -12.004145200426171, + -76.91513888914889, + -11.993759885623435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.92046873887017, + -11.993759885623435 + ] + ] + ], + "type": "Polygon" + }, + "id": "854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98343917271575, + -12.017794861740347, + -76.97379125600268, + -12.007408299886048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.9791212735772, + -12.007408299886048 + ] + ] + ], + "type": "Polygon" + }, + "id": "855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005941691805, + -11.95843026786693, + -76.850416502772, + -11.948045890810304 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.8557456493812, + -11.948045890810304 + ] + ] + ], + "type": "Polygon" + }, + "id": "856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04874645406854, + -11.630858326602976, + -77.03910838335909, + -11.62046483661527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.04443196019218, + -11.62046483661527 + ] + ] + ], + "type": "Polygon" + }, + "id": "857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93390499319918, + -11.9106709520143, + -76.92426155681466, + -11.900284043731586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.92958985909279, + -11.900284043731586 + ] + ] + ], + "type": "Polygon" + }, + "id": "858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93998233583369, + -11.848346911876021, + -76.93034059718973, + -11.837958972234613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93566786818583, + -11.837958972234613 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.93465501870946, + -11.848346911876021 + ], + [ + -76.93034059718973, + -11.84530035907996 + ], + [ + -76.93084708505363, + -11.840106442667686 + ], + [ + -76.93566786818583, + -11.837958972234613 + ] + ] + ], + "type": "Polygon" + }, + "id": "859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0581022525056, + -12.009410350947725, + -77.0484526718688, + -11.999021831881507 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.05378246265839, + -11.999021831881507 + ] + ] + ], + "type": "Polygon" + }, + "id": "860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71765757709707, + -12.140827254708853, + -76.70801306377994, + -12.130449255125516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.71334527949831, + -12.130449255125516 + ] + ] + ], + "type": "Polygon" + }, + "id": "861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97284026929162, + -12.221200576640506, + -76.96318655709723, + -12.210817457890297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.96851993919714, + -12.210817457890297 + ] + ] + ], + "type": "Polygon" + }, + "id": "862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.095930956059, + -11.61972368027196, + -77.08629202122165, + -11.609328904843927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0916153519519, + -11.609328904843927 + ], + [ + -77.095930956059, + -11.61237274766407 + ], + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.0916153519519, + -11.609328904843927 + ] + ] + ], + "type": "Polygon" + }, + "id": "863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70235329968838, + -12.296473992422191, + -76.69270455884096, + -12.286098923819736 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.69803934687053, + -12.286098923819736 + ] + ] + ], + "type": "Polygon" + }, + "id": "864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0115622919122, + -11.871115970199662, + -77.00191802193604, + -11.86072658528595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -77.00724559339334, + -11.86072658528595 + ] + ] + ], + "type": "Polygon" + }, + "id": "865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16538336134342, + -11.807491027980511, + -77.15573710345556, + -11.797097026259834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.16106341301479, + -11.797097026259834 + ] + ] + ], + "type": "Polygon" + }, + "id": "866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74122298793326, + -12.22963214027675, + -76.73157518015995, + -12.219254970332356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.73690885552678, + -12.219254970332356 + ] + ] + ], + "type": "Polygon" + }, + "id": "867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08329878539203, + -12.08267571142518, + -77.07364638084945, + -12.072287688596155 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.0789773445531, + -12.072287688596155 + ] + ] + ], + "type": "Polygon" + }, + "id": "868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13739689047415, + -12.048655001841324, + -77.12774414185353, + -12.038265146807191 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.13739689047415, + -12.041310815663822 + ], + [ + -77.13689298352031, + -12.046505795068605 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.13307446503907, + -12.038265146807191 + ] + ] + ], + "type": "Polygon" + }, + "id": "869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91263015120613, + -12.223100765627967, + -76.90297795295645, + -12.212719172228914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.9083114231734, + -12.212719172228914 + ] + ] + ], + "type": "Polygon" + }, + "id": "870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69859911780576, + -12.193939851021995, + -76.68895354212465, + -12.183563187865994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.6942866377438, + -12.183563187865994 + ] + ] + ], + "type": "Polygon" + }, + "id": "871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69089186758949, + -12.366042427915994, + -76.68124136306551, + -12.3556688377434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.6865773022623, + -12.3556688377434 + ] + ] + ], + "type": "Polygon" + }, + "id": "872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91485102953742, + -11.77508147052384, + -76.9052121297484, + -11.764693149600971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.9105382175708, + -11.764693149600971 + ] + ] + ], + "type": "Polygon" + }, + "id": "873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83873344508733, + -12.082122479335572, + -76.82908741059315, + -12.071740497257018 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.83441860897108, + -12.071740497257018 + ] + ] + ], + "type": "Polygon" + }, + "id": "874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17976193532238, + -11.706587301548067, + -77.17011832483557, + -11.696191611505677 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.17544295205819, + -11.696191611505677 + ] + ] + ], + "type": "Polygon" + }, + "id": "875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69854976635179, + -12.28823554003676, + -76.68890137613982, + -12.277860430492359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.6942360287018, + -12.277860430492359 + ] + ] + ], + "type": "Polygon" + }, + "id": "876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81051684271087, + -12.322993942769445, + -76.80086437188305, + -12.312616572303435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.8061995608974, + -12.312616572303435 + ] + ] + ], + "type": "Polygon" + }, + "id": "877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05423303632197, + -11.906769938831534, + -77.04458661342656, + -11.8963800150747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04991471943951, + -11.8963800150747 + ] + ] + ], + "type": "Polygon" + }, + "id": "878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05052626819823, + -12.08731845583376, + -77.04087455659196, + -12.076931304264257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.04620564070719, + -12.076931304264257 + ] + ] + ], + "type": "Polygon" + }, + "id": "879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70689910325899, + -12.344074589221568, + -76.69724881527445, + -12.33370021166125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.70258438891307, + -12.33370021166125 + ] + ] + ], + "type": "Polygon" + }, + "id": "880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06567481955248, + -11.931492115604053, + -77.05602736928206, + -11.921102267744477 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.061355867184, + -11.921102267744477 + ] + ] + ], + "type": "Polygon" + }, + "id": "881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04817379306573, + -11.969105816421617, + -77.03852566669653, + -11.958716943235986 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.04385480660355, + -11.958716943235986 + ] + ] + ], + "type": "Polygon" + }, + "id": "882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93317381093003, + -12.060020047538446, + -76.92352594154197, + -12.049635368097302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.92885670444002, + -12.049635368097302 + ] + ] + ], + "type": "Polygon" + }, + "id": "883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97652724646818, + -11.851941454218206, + -76.96688445096302, + -11.84155266212726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.97221174531012, + -11.84155266212726 + ] + ] + ], + "type": "Polygon" + }, + "id": "884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04744245401982, + -12.024093978544471, + -77.03779270682283, + -12.013705939854315 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.04312275322773, + -12.013705939854315 + ] + ] + ], + "type": "Polygon" + }, + "id": "885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73894785620234, + -12.205827432265012, + -76.72930082118741, + -12.195449932045117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.7346341042661, + -12.195449932045117 + ] + ] + ], + "type": "Polygon" + }, + "id": "886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0898840939493, + -11.682089069442124, + -77.08024345679756, + -11.671695229865149 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.08556782040179, + -11.671695229865149 + ] + ] + ], + "type": "Polygon" + }, + "id": "887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99639381115598, + -12.0269358061912, + -76.9867452874835, + -12.016549062578301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.99207544154567, + -12.016549062578301 + ] + ] + ], + "type": "Polygon" + }, + "id": "888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8699578490056, + -12.18742238873133, + -76.86030784183497, + -12.17704128322607 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.86564075646089, + -12.17704128322607 + ] + ] + ], + "type": "Polygon" + }, + "id": "889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88138691489176, + -12.212140501133804, + -76.87173586717176, + -12.201759509243557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.87706918135568, + -12.201759509243557 + ] + ] + ], + "type": "Polygon" + }, + "id": "890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89586372443094, + -12.205715261479368, + -76.88621248641175, + -12.195333803622875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.89154568347169, + -12.195333803622875 + ] + ] + ], + "type": "Polygon" + }, + "id": "891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92627106856558, + -11.799802946136609, + -76.91663113363639, + -11.789414677041398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.92195761830463, + -11.789414677041398 + ] + ] + ], + "type": "Polygon" + }, + "id": "892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02217209547176, + -11.762019018292557, + -77.0125308016567, + -11.751627876653597 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.01785656632802, + -11.751627876653597 + ] + ] + ], + "type": "Polygon" + }, + "id": "893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91567381821305, + -12.191955403411235, + -76.9060224700432, + -12.181573229364783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.91135542379749, + -12.181573229364783 + ] + ] + ], + "type": "Polygon" + }, + "id": "894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310231270403, + -12.115987180153407, + -76.85345461940292, + -12.105605112953732 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.85878636052486, + -12.105605112953732 + ] + ] + ], + "type": "Polygon" + }, + "id": "895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75715890986203, + -12.396248643918653, + -76.74750569016635, + -12.385873885332224 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.756649135724, + -12.394112162068588 + ], + [ + -76.75182243844581, + -12.396248643918653 + ], + [ + -76.74750569016635, + -12.39319771722414 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.75284211268807, + -12.385873885332224 + ] + ] + ], + "type": "Polygon" + }, + "id": "896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995653584135, + -11.998726299169338, + -76.86031215802862, + -11.988342269822946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.86564196167504, + -11.988342269822946 + ] + ] + ], + "type": "Polygon" + }, + "id": "897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10887870030422, + -11.62885534500371, + -77.0992391682005, + -11.61846037027471 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10456263027575, + -11.61846037027471 + ], + [ + -77.10887870030422, + -11.621504149923604 + ], + [ + -77.10837504583426, + -11.626701689723147 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.10456263027575, + -11.61846037027471 + ] + ] + ], + "type": "Polygon" + }, + "id": "898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79377937026464, + -12.211292626208802, + -76.78413068616734, + -12.200913823661686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78946403909268, + -12.200913823661686 + ] + ] + ], + "type": "Polygon" + }, + "id": "899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1637875362761, + -11.72864179905105, + -77.15414366507065, + -11.718246780465037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15946868125457, + -11.718246780465037 + ] + ] + ], + "type": "Polygon" + }, + "id": "900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73898541517394, + -12.111513161727805, + -76.72934119391006, + -12.101134157679185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.73467292083905, + -12.101134157679185 + ] + ] + ], + "type": "Polygon" + }, + "id": "901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88062716875089, + -12.26709170770994, + -76.87097449995463, + -12.25671163702225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.8763087216457, + -12.25671163702225 + ] + ] + ], + "type": "Polygon" + }, + "id": "902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15020018184114, + -11.868958506813428, + -77.14055247052595, + -11.858565720475708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.14587981559016, + -11.858565720475708 + ] + ] + ], + "type": "Polygon" + }, + "id": "903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72534607732281, + -11.968658719383011, + -76.71570648794378, + -11.958277892780949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.72103586337181, + -11.958277892780949 + ] + ] + ], + "type": "Polygon" + }, + "id": "904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69627777434903, + -12.264434271872533, + -76.68663015755986, + -12.254058823363355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.69196441736997, + -12.254058823363355 + ] + ] + ], + "type": "Polygon" + }, + "id": "905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93088392716145, + -12.036202926505245, + -76.92123682796311, + -12.025817941899199 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.9265672004455, + -12.025817941899199 + ] + ] + ], + "type": "Polygon" + }, + "id": "906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14487279364208, + -11.876306300115813, + -77.1352249961082, + -11.865913745422484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.14055247052595, + -11.865913745422484 + ] + ] + ], + "type": "Polygon" + }, + "id": "907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14781197042952, + -11.750693495118995, + -77.13816783999256, + -11.74029915200237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.14349324435236, + -11.74029915200237 + ] + ] + ], + "type": "Polygon" + }, + "id": "908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71455314126207, + -12.266261833093527, + -76.70490496821624, + -12.255885947597468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.71023925499208, + -12.255885947597468 + ] + ] + ], + "type": "Polygon" + }, + "id": "909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03893091975922, + -11.77939587468971, + -77.0292886801407, + -11.7690045565347 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.03461471023155, + -11.7690045565347 + ] + ] + ], + "type": "Polygon" + }, + "id": "910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96217328696085, + -12.235869776930913, + -76.95251941341978, + -12.225487161682565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.96166662904547, + -12.233726705216373 + ], + [ + -76.95683960598319, + -12.235869776930913 + ], + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.95785304847547, + -12.225487161682565 + ] + ] + ], + "type": "Polygon" + }, + "id": "911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08153492073534, + -11.720618249745904, + -77.07189334815747, + -11.710225112761684 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.07721835642496, + -11.710225112761684 + ] + ] + ], + "type": "Polygon" + }, + "id": "912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386350599226, + -12.155371732712497, + -76.85421461717061, + -12.144990267358493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85954700731075, + -12.144990267358493 + ] + ] + ], + "type": "Polygon" + }, + "id": "913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8265578474083, + -12.018017125675863, + -76.81691404996725, + -12.00763447320604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.82224419877562, + -12.00763447320604 + ] + ] + ], + "type": "Polygon" + }, + "id": "914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9848887620944, + -11.81343123821675, + -76.97524689709188, + -11.803041707706576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.9805735491169, + -11.803041707706576 + ] + ] + ], + "type": "Polygon" + }, + "id": "915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0314517976955, + -12.046116975443027, + -77.02180180190177, + -12.035729660643163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.02713223107217, + -12.035729660643163 + ] + ] + ], + "type": "Polygon" + }, + "id": "916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97042601009434, + -11.819876963213021, + -76.96078432744652, + -11.809487877402098 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.96611110055383, + -11.809487877402098 + ] + ] + ], + "type": "Polygon" + }, + "id": "917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79599631667442, + -12.517989228728535, + -76.78633840490126, + -12.507615652442935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7916768244446, + -12.507615652442935 + ], + [ + -76.79599631667442, + -12.510666662213167 + ], + [ + -76.79548689193783, + -12.515853504136402 + ], + [ + -76.79065784875387, + -12.517989228728535 + ], + [ + -76.78633840490126, + -12.51493813653674 + ], + [ + -76.78684795584586, + -12.509751402184211 + ], + [ + -76.7916768244446, + -12.507615652442935 + ] + ] + ], + "type": "Polygon" + }, + "id": "918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98876910913224, + -12.010455245295036, + -76.9791212735772, + -12.000068442195992 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.98445116451515, + -12.000068442195992 + ] + ] + ], + "type": "Polygon" + }, + "id": "919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83492679105099, + -12.073882869460697, + -76.82528110394153, + -12.063500856077013 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.83061216874468, + -12.063500856077013 + ] + ] + ], + "type": "Polygon" + }, + "id": "920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72836238845345, + -12.031848883902006, + -76.71872083302344, + -12.021468924401695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.72405124914033, + -12.021468924401695 + ] + ] + ], + "type": "Polygon" + }, + "id": "921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74815520827484, + -12.018095419321138, + -76.73851352341003, + -12.007714749073665 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.74384370741014, + -12.007714749073665 + ] + ] + ], + "type": "Polygon" + }, + "id": "922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92404929483082, + -12.15347379500084, + -76.9143988758153, + -12.14309079730326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.91973118756407, + -12.14309079730326 + ] + ] + ], + "type": "Polygon" + }, + "id": "923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03673282025002, + -11.944384054445932, + -77.02708572257816, + -11.933995100101411 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.03241446984092, + -11.933995100101411 + ] + ] + ], + "type": "Polygon" + }, + "id": "924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09520837318426, + -11.674739469293002, + -77.08556782040179, + -11.664345406354057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.09089205576919, + -11.664345406354057 + ] + ] + ], + "type": "Polygon" + }, + "id": "925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77930639375779, + -12.217710961576115, + -76.76965790855722, + -12.207332629793287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.77499137373707, + -12.207332629793287 + ] + ] + ], + "type": "Polygon" + }, + "id": "926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75192385445368, + -12.12066219694668, + -76.74227900807288, + -12.110283007342625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.7476108820213, + -12.110283007342625 + ] + ] + ], + "type": "Polygon" + }, + "id": "927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7360045600812, + -11.95399476468791, + -76.72636511672968, + -11.943613451571766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.73169424792931, + -11.943613451571766 + ] + ] + ], + "type": "Polygon" + }, + "id": "928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89128844697805, + -12.158091222389695, + -76.88163875132733, + -12.147709114327318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.88697116631901, + -12.147709114327318 + ] + ] + ], + "type": "Polygon" + }, + "id": "929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79530619480927, + -12.19572434955243, + -76.78565793438784, + -12.185345256090976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.79099102968249, + -12.185345256090976 + ] + ] + ], + "type": "Polygon" + }, + "id": "930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00861188609517, + -12.0910555595281, + -76.99896113537811, + -12.080669493431007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -77.00429233217586, + -12.080669493431007 + ] + ] + ], + "type": "Polygon" + }, + "id": "931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14177140443816, + -11.813056115457298, + -77.13212556800518, + -11.802662758178792 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.13745200707908, + -11.802662758178792 + ] + ] + ], + "type": "Polygon" + }, + "id": "932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1220502654466, + -11.921281403282615, + -77.1124016980915, + -11.9108900392483 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.11772994783145, + -11.9108900392483 + ] + ] + ], + "type": "Polygon" + }, + "id": "933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70935743729416, + -11.99065217233925, + -76.69971763011887, + -11.980272078824388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.70884763777485, + -11.988511454038113 + ], + [ + -76.70402764673246, + -11.99065217233925 + ], + [ + -76.69971763011887, + -11.98760281232637 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.70504737122927, + -11.980272078824388 + ] + ] + ], + "type": "Polygon" + }, + "id": "934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69173486000662, + -12.216829999564478, + -76.68208878978226, + -12.2064538837774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.68742226421105, + -12.2064538837774 + ] + ] + ], + "type": "Polygon" + }, + "id": "935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18367048595304, + -11.80927378573156, + -77.1740237224381, + -11.798879369261241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17935003062777, + -11.798879369261241 + ], + [ + -77.18367048595304, + -11.80192343753687 + ], + [ + -77.18316760180178, + -11.807120697547752 + ], + [ + -77.17834413512257, + -11.80927378573156 + ], + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.17935003062777, + -11.798879369261241 + ] + ] + ], + "type": "Polygon" + }, + "id": "936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85472643743225, + -12.06012129925268, + -76.84508063319751, + -12.049738577922643 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.8504114588701, + -12.049738577922643 + ] + ] + ], + "type": "Polygon" + }, + "id": "937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10073631875052, + -11.950662874704548, + -77.09108741098423, + -11.940272451886518 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.09641617580816, + -11.940272451886518 + ] + ] + ], + "type": "Polygon" + }, + "id": "938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79687421946501, + -11.99148635932617, + -76.78723200951285, + -11.981104057937031 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.79256173631005, + -11.981104057937031 + ] + ] + ], + "type": "Polygon" + }, + "id": "939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94077380678681, + -11.9821305114457, + -76.93112806143354, + -11.971744473067163 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.93645753410007, + -11.971744473067163 + ] + ] + ], + "type": "Polygon" + }, + "id": "940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95750793451818, + -11.905130663379374, + -76.9478640480218, + -11.89474309167538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.95319223689073, + -11.89474309167538 + ] + ] + ], + "type": "Polygon" + }, + "id": "941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83262449903634, + -12.238738970557103, + -76.82297395310584, + -12.228359636522914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.8283077387022, + -12.228359636522914 + ] + ] + ], + "type": "Polygon" + }, + "id": "942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0254321457563, + -12.202807232101039, + -77.01577762792792, + -12.192422519108282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.0211106474317, + -12.192422519108282 + ] + ] + ], + "type": "Polygon" + }, + "id": "943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96441071337233, + -12.070968156044636, + -76.9547617037353, + -12.06058287043508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.96009261718011, + -12.06058287043508 + ] + ] + ], + "type": "Polygon" + }, + "id": "944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0542874625907, + -12.00116984127439, + -77.04463822467225, + -11.990781292550615 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.049967884715, + -11.990781292550615 + ] + ] + ], + "type": "Polygon" + }, + "id": "945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92936353295272, + -12.051780060895364, + -76.91971600896433, + -12.041395350390388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.9250466394958, + -12.041395350390388 + ] + ] + ], + "type": "Polygon" + }, + "id": "946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99480204013926, + -11.853737162881668, + -76.98515871906359, + -11.843347946071592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.9904860234343, + -11.843347946071592 + ] + ] + ], + "type": "Polygon" + }, + "id": "947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92481819341526, + -12.1928612013781, + -76.91516657847797, + -12.182478814374438 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.92049953923015, + -12.182478814374438 + ] + ] + ], + "type": "Polygon" + }, + "id": "948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07699674922024, + -11.767385364152195, + -77.06735389962827, + -11.756992956986812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.0726796827977, + -11.756992956986812 + ] + ] + ], + "type": "Polygon" + }, + "id": "949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72745482747742, + -12.36970444343291, + -76.71780321051871, + -12.35932998116926 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.72313920322813, + -12.35932998116926 + ] + ] + ], + "type": "Polygon" + }, + "id": "950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376905302551, + -12.289991697270631, + -76.86411588159798, + -12.279612179901612 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.87326107353199, + -12.287851254463419 + ], + [ + -76.86843440104282, + -12.289991697270631 + ], + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.869450486381, + -12.279612179901612 + ] + ] + ], + "type": "Polygon" + }, + "id": "951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0214817265551, + -11.911421612055852, + -77.01183600133608, + -11.901032555884436 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.01716422449157, + -11.901032555884436 + ] + ] + ], + "type": "Polygon" + }, + "id": "952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1090193783162, + -11.817725310614867, + -77.09937422260758, + -11.80733280871333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.10470078820872, + -11.80733280871333 + ] + ] + ], + "type": "Polygon" + }, + "id": "953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98421516826845, + -12.05719361499794, + -76.97456605652364, + -12.04680762979207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97989672239196, + -12.04680762979207 + ] + ] + ], + "type": "Polygon" + }, + "id": "954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67573392252467, + -12.238804505369492, + -76.66608763737818, + -12.228429159722467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.67142147627753, + -12.228429159722467 + ] + ] + ], + "type": "Polygon" + }, + "id": "955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95292668143662, + -11.857486436449246, + -76.94328433330075, + -11.84709830424244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.94861174249945, + -11.84709830424244 + ] + ] + ], + "type": "Polygon" + }, + "id": "956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73592771811401, + -12.142649039748369, + -76.72628265119727, + -12.13227060344819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.73161489257272, + -12.13227060344819 + ] + ] + ], + "type": "Polygon" + }, + "id": "957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99339514994088, + -12.152465334343079, + -76.98374295847934, + -12.142080603940038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.98907518480699, + -12.142080603940038 + ] + ] + ], + "type": "Polygon" + }, + "id": "958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08830772466908, + -11.603241156527957, + -77.0786694721226, + -11.592846361299678 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08399254290197, + -11.592846361299678 + ], + [ + -77.08830772466908, + -11.595890178946851 + ], + [ + -77.08780382152271, + -11.60108762915725 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.08399254290197, + -11.592846361299678 + ] + ] + ], + "type": "Polygon" + }, + "id": "959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01012913690029, + -12.07547639094758, + -77.00047881196632, + -12.065090047540574 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -77.00580975026283, + -12.065090047540574 + ] + ] + ], + "type": "Polygon" + }, + "id": "960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76399395196134, + -12.467646446320362, + -76.75433841146966, + -12.457272774404128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.75865630265916, + -12.467646446320362 + ], + [ + -76.75433841146966, + -12.464595265910154 + ], + [ + -76.75484832913186, + -12.459408484003427 + ], + [ + -76.75967601195319, + -12.457272774404128 + ] + ] + ], + "type": "Polygon" + }, + "id": "961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0527184304668, + -11.922354499175524, + -77.04307158173907, + -11.911964835737777 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.04839994619928, + -11.911964835737777 + ] + ] + ], + "type": "Polygon" + }, + "id": "962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7716670315794, + -12.295542177449837, + -76.76201642838589, + -12.285165327115134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.76735118166643, + -12.285165327115134 + ] + ] + ], + "type": "Polygon" + }, + "id": "963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91564583336668, + -12.003242709254497, + -76.90600011611573, + -11.992857608068274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.91132995884648, + -11.992857608068274 + ] + ] + ], + "type": "Polygon" + }, + "id": "964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17834413512257, + -11.81662381979478, + -77.16869728435682, + -11.8062296315274 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.17834413512257, + -11.80927378573156 + ], + [ + -77.1778411646585, + -11.814470931671089 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.1740237224381, + -11.8062296315274 + ] + ] + ], + "type": "Polygon" + }, + "id": "965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92252806241076, + -12.169047934531672, + -76.91287721837398, + -12.15866522253233 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.91820978832531, + -12.15866522253233 + ] + ] + ], + "type": "Polygon" + }, + "id": "966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07312414456297, + -11.66471486518515, + -77.06348444787953, + -11.654321210041806 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.06880854904558, + -11.654321210041806 + ] + ] + ], + "type": "Polygon" + }, + "id": "967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68344571654463, + -12.066675853275546, + -76.67380435524572, + -12.056297571602366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67913535319005, + -12.056297571602366 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.67811466875742, + -12.066675853275546 + ], + [ + -76.67380435524572, + -12.063625860643759 + ], + [ + -76.67431476015891, + -12.058436774760017 + ], + [ + -76.67913535319005, + -12.056297571602366 + ] + ] + ], + "type": "Polygon" + }, + "id": "968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89434106381523, + -12.221287084536423, + -76.88468940095534, + -12.210905917747821 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.89002285616192, + -12.210905917747821 + ] + ] + ], + "type": "Polygon" + }, + "id": "969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77100170258403, + -11.973194507426621, + -76.76136073624404, + -11.96281258891608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.76669017252905, + -11.96281258891608 + ] + ] + ], + "type": "Polygon" + }, + "id": "970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09599749581055, + -11.714161887613525, + -77.08635575033395, + -11.703768315326293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.09168063230123, + -11.703768315326293 + ] + ] + ], + "type": "Polygon" + }, + "id": "971", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1160746485133, + -12.07802849373271, + -77.10642155726029, + -12.067639603065828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.1155703961235, + -12.07588010684822 + ], + [ + -77.11074376508378, + -12.07802849373271 + ], + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.11175239701106, + -12.067639603065828 + ] + ] + ], + "type": "Polygon" + }, + "id": "972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73588926349547, + -12.236958761726294, + -76.72624138233483, + -12.226581847790756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.73157518015995, + -12.226581847790756 + ] + ] + ], + "type": "Polygon" + }, + "id": "973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72451913403755, + -12.117931788634255, + -76.7148751161511, + -12.107553253419399 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.7148751161511, + -12.11488189987095 + ], + [ + -76.71538503114567, + -12.109692686894386 + ], + [ + -76.72020695265205, + -12.107553253419399 + ] + ] + ], + "type": "Polygon" + }, + "id": "974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16458535046792, + -11.768067206959351, + -77.15494028606705, + -11.757672691909333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.16026594886114, + -11.757672691909333 + ] + ] + ], + "type": "Polygon" + }, + "id": "975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80977883243156, + -12.18930411060126, + -76.80013037448607, + -12.178924548052112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.80546335677788, + -12.178924548052112 + ] + ] + ], + "type": "Polygon" + }, + "id": "976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79760640133307, + -12.125207570566637, + -76.78796018363948, + -12.11482729530635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.7932921144965, + -12.11482729530635 + ] + ] + ], + "type": "Polygon" + }, + "id": "977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94383505161213, + -12.045345589550006, + -76.93418734155037, + -12.034960422270192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93951785278517, + -12.034960422270192 + ] + ] + ], + "type": "Polygon" + }, + "id": "978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96280830749967, + -11.80339572467415, + -76.95316731315714, + -11.79300660098189 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.95849382282175, + -11.79300660098189 + ] + ] + ], + "type": "Polygon" + }, + "id": "979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691039110802, + -12.218564545600449, + -76.85725953491377, + -12.208184020604426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.86259296553507, + -12.208184020604426 + ] + ] + ], + "type": "Polygon" + }, + "id": "980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63612716020693, + -12.266267673992983, + -76.62648115337007, + -12.255893801570931 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63079281659704, + -12.266267673992983 + ], + [ + -76.62648115337007, + -12.263216240315934 + ], + [ + -76.62699253095144, + -12.258029359198233 + ], + [ + -76.63181544640238, + -12.255893801570931 + ] + ] + ], + "type": "Polygon" + }, + "id": "981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94921304353792, + -12.226724896504786, + -76.93955978024196, + -12.216342452889569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.9448932771668, + -12.216342452889569 + ] + ] + ], + "type": "Polygon" + }, + "id": "982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310365580609, + -12.02163745931192, + -76.85345877665523, + -12.011253944441567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.85878896251823, + -12.011253944441567 + ] + ] + ], + "type": "Polygon" + }, + "id": "983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92323197694259, + -11.830966748320083, + -76.91359119375333, + -11.820578982464573 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.92272540846642, + -11.828819440899109 + ], + [ + -76.9179049305959, + -11.830966748320083 + ], + [ + -76.91359119375333, + -11.827920139607471 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.9189181937383, + -11.820578982464573 + ] + ] + ], + "type": "Polygon" + }, + "id": "984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11736870026866, + -11.779198906052642, + -77.10772448203168, + -11.768805678703973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.1130504018353, + -11.768805678703973 + ] + ] + ], + "type": "Polygon" + }, + "id": "985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78383941970115, + -12.359625605489043, + -76.77418657235751, + -12.349249535463887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77952237922898, + -12.349249535463887 + ] + ] + ], + "type": "Polygon" + }, + "id": "986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06040249358742, + -12.03323324498799, + -77.05075214408366, + -12.022845027219608 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.05608232424032, + -12.022845027219608 + ] + ] + ], + "type": "Polygon" + }, + "id": "987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89965578942535, + -12.025253572764456, + -76.89000983618507, + -12.014869199497657 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.89534005469719, + -12.014869199497657 + ] + ] + ], + "type": "Polygon" + }, + "id": "988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6902036098657, + -12.232393806051007, + -76.68055711709016, + -12.222017984104818 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.6858908486637, + -12.222017984104818 + ] + ] + ], + "type": "Polygon" + }, + "id": "989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71376542988165, + -12.321189249048247, + -76.70411563748614, + -12.310814305999875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.7094508316734, + -12.310814305999875 + ] + ] + ], + "type": "Polygon" + }, + "id": "990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05115017204355, + -11.843532238308349, + -77.04150571133813, + -11.833141499259918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.04683278083745, + -11.833141499259918 + ] + ] + ], + "type": "Polygon" + }, + "id": "991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81056688607022, + -12.040017985697537, + -76.80092286111608, + -12.029636067977874 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.80625338104953, + -12.029636067977874 + ] + ] + ], + "type": "Polygon" + }, + "id": "992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80525453434636, + -11.953004386774321, + -76.7956132459377, + -11.94262130662824 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.8009423347871, + -11.94262130662824 + ] + ] + ], + "type": "Polygon" + }, + "id": "993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.015330751363, + -11.784950631954494, + -77.00568895039962, + -11.77455996622139 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.01101510014396, + -11.77455996622139 + ] + ] + ], + "type": "Polygon" + }, + "id": "994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68640133580648, + -12.224155176531616, + -76.67675519377498, + -12.213779317017613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.68208878978226, + -12.213779317017613 + ] + ] + ], + "type": "Polygon" + }, + "id": "995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77400022586724, + -12.13072038937995, + -76.76435448072039, + -12.120340797939228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76968651268719, + -12.120340797939228 + ] + ] + ], + "type": "Polygon" + }, + "id": "996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96670362495698, + -12.094785733864455, + -76.95705384527743, + -12.08440075865038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.96238514896365, + -12.08440075865038 + ] + ] + ], + "type": "Polygon" + }, + "id": "997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71761379298549, + -12.235133582844018, + -76.70796646575216, + -12.224757104956316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.7133002379026, + -12.224757104956316 + ] + ] + ], + "type": "Polygon" + }, + "id": "998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84558864349293, + -12.059215671907184, + -76.83594310947382, + -12.048833165894434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.84127392604101, + -12.048833165894434 + ] + ] + ], + "type": "Polygon" + }, + "id": "999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09455168764642, + -11.824178772416365, + -77.08490670385082, + -11.813786709823203 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.09023339645344, + -11.813786709823203 + ] + ] + ], + "type": "Polygon" + }, + "id": "1000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68486982849421, + -12.239718597654473, + -76.67522326395337, + -12.229343032744591 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.68055711709016, + -12.229343032744591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01606690739678, + -11.729950442743089, + -77.0064267244545, + -11.719559024962434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.01175196910359, + -11.719559024962434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03066992835006, + -12.006714061606992, + -77.02102112759067, + -11.996326173247864 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.0263509086461, + -11.996326173247864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16085456959497, + -11.854261968771404, + -77.15120703121349, + -11.843868720479959 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.15653411730851, + -11.843868720479959 + ] + ] + ], + "type": "Polygon" + }, + "id": "1004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89889953036547, + -12.08022080913697, + -76.88925195767845, + -12.06983729212813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.89458308269019, + -12.06983729212813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73208503905217, + -12.22871998213563, + -76.72243750771351, + -12.218343029972967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.72777117054201, + -12.218343029972967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04733761949282, + -11.835291390270726, + -77.03769350129802, + -11.82490063009041 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.0430204400966, + -11.82490063009041 + ] + ] + ], + "type": "Polygon" + }, + "id": "1007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99417271299359, + -12.19185815481261, + -76.98451932548656, + -12.181474034361642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.98985220061994, + -12.181474034361642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9453095271373, + -11.841005438479277, + -76.93566786818583, + -11.830617264881855 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.93566786818583, + -11.837958972234613 + ], + [ + -76.93617427012207, + -11.832764938814465 + ], + [ + -76.94099501343929, + -11.830617264881855 + ] + ] + ], + "type": "Polygon" + }, + "id": "1009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15162761020011, + -11.758934790710255, + -77.14198313950614, + -11.748540465351834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.14730867322737, + -11.748540465351834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87147917027039, + -11.98315018769933, + -76.86183521643888, + -11.972765888980822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.86716476241443, + -11.972765888980822 + ] + ] + ], + "type": "Polygon" + }, + "id": "1011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767235229254, + -11.78616571535048, + -76.85803436685828, + -11.775778718727066 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.86336067285633, + -11.775778718727066 + ] + ] + ], + "type": "Polygon" + }, + "id": "1012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74580989848357, + -12.182933339640575, + -76.73616336001857, + -12.17255529487361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.74149626324618, + -12.17255529487361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10204392744068, + -11.65179807101749, + -77.09240388488723, + -11.641403550412432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.0977277336575, + -11.641403550412432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8531985064739, + -12.170036219887555, + -76.84354946330804, + -12.15965525563835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.8488821024737, + -12.15965525563835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03824820148199, + -11.928800557165367, + -77.02860152952188, + -11.91841134019599 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.03393001838016, + -11.91841134019599 + ] + ] + ], + "type": "Polygon" + }, + "id": "1016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05412427898675, + -11.717939084442081, + -77.04448348121284, + -11.70754657918895 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04980848188333, + -11.70754657918895 + ] + ] + ], + "type": "Polygon" + }, + "id": "1017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70462602307747, + -12.32027459133082, + -76.69497650870828, + -12.309899866474955 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.70031168952197, + -12.309899866474955 + ] + ] + ], + "type": "Polygon" + }, + "id": "1018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83264496616431, + -12.050070115226973, + -76.82300005021736, + -12.039687794711023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.82833072381995, + -12.039687794711023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06471655244374, + -11.60880988365517, + -77.0550787313405, + -11.598415730052668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.06040192548107, + -11.598415730052668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0199213205602, + -11.832603164767171, + -77.01027798309451, + -11.822213037950796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.01560491119679, + -11.822213037950796 + ] + ] + ], + "type": "Polygon" + }, + "id": "1021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9764955227045, + -11.75753995050879, + -76.96685553848423, + -11.747149870385428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.97218128017009, + -11.747149870385428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10815825771351, + -11.683872057493835, + -77.09851710740912, + -11.673477798218656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.10384147419705, + -11.673477798218656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77541980666295, + -12.492360178646281, + -76.76576321729038, + -12.481986660132941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.77491013532992, + -12.490224569909433 + ], + [ + -76.77008175325469, + -12.492360178646281 + ], + [ + -76.76576321729038, + -12.4893089993966 + ], + [ + -76.76627301472861, + -12.484122294091966 + ], + [ + -76.77110122203548, + -12.481986660132941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9735845144383, + -12.166235240731543, + -76.96393242407937, + -12.155851218065534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96926489872855, + -12.155851218065534 + ] + ] + ], + "type": "Polygon" + }, + "id": "1025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92938152724385, + -12.146138950901612, + -76.91973118756407, + -12.135755704466517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.92506337361264, + -12.135755704466517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92782546066458, + -11.972988717293017, + -76.91818032615903, + -11.9626028651405 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.92350965999657, + -11.9626028651405 + ] + ] + ], + "type": "Polygon" + }, + "id": "1027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14852594296659, + -11.695676311304767, + -77.1388834318982, + -11.685281230154288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.14420793109879, + -11.685281230154288 + ] + ] + ], + "type": "Polygon" + }, + "id": "1028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73973108870068, + -12.150888103917602, + -76.7300856722267, + -12.140509701499033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.7354180484786, + -12.140509701499033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10218062650186, + -11.84066080083311, + -77.09253495974225, + -11.830268780712654 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.09786191249252, + -11.830268780712654 + ] + ] + ], + "type": "Polygon" + }, + "id": "1030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84557573144532, + -12.247887291726508, + -76.83592456671937, + -12.23750778246805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.84125849544819, + -12.23750778246805 + ] + ] + ], + "type": "Polygon" + }, + "id": "1031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01459434747348, + -11.839947304408245, + -77.00495092794894, + -11.829557409821852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.01027798309451, + -11.829557409821852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97197399376972, + -11.898688902413674, + -76.9623299237358, + -11.888300881662323 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.96765799207448, + -11.888300881662323 + ] + ] + ], + "type": "Polygon" + }, + "id": "1033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73055541652121, + -12.24428504214108, + -76.72090746213965, + -12.233908384654882 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.72624138233483, + -12.233908384654882 + ] + ] + ], + "type": "Polygon" + }, + "id": "1034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76249525824655, + -12.388924728623014, + -76.75284211268807, + -12.378549706869489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.75817841225637, + -12.378549706869489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99398838870798, + -11.719919511809548, + -76.98434907207402, + -11.709528503683542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98967417670744, + -11.709528503683542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92099114045418, + -12.090269124166962, + -76.91134268760679, + -12.079885212294782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.91667395988593, + -12.079885212294782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6963777659395, + -12.07582569582654, + -76.68673577566726, + -12.065447224140922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.69206692295926, + -12.065447224140922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72679244650637, + -12.141738280021416, + -76.71714765615178, + -12.131360061954938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.72247988483625, + -12.131360061954938 + ] + ] + ], + "type": "Polygon" + }, + "id": "1039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91184981987861, + -12.089365003931517, + -76.90220163382968, + -12.078981305479441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.90753289900002, + -12.078981305479441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02598275956447, + -11.770259897645547, + -77.01634112287529, + -11.759868773163932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.02166701850607, + -11.759868773163932 + ] + ] + ], + "type": "Polygon" + }, + "id": "1041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95372356823819, + -11.991272091751343, + -76.94407721294668, + -11.980885868116502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.94940682389627, + -11.980885868116502 + ] + ] + ], + "type": "Polygon" + }, + "id": "1042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09303916446318, + -11.839766551621409, + -77.08339375460321, + -11.82937474086217 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.08872070571738, + -11.82937474086217 + ] + ] + ], + "type": "Polygon" + }, + "id": "1043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09678681294513, + -11.753582771681197, + -77.08714387448292, + -11.743189699838595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.0924694032051, + -11.743189699838595 + ] + ] + ], + "type": "Polygon" + }, + "id": "1044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97048594605538, + -12.00865369656724, + -76.96083863721292, + -11.998267317441792 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.96616851775306, + -11.998267317441792 + ] + ] + ], + "type": "Polygon" + }, + "id": "1045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853374542026, + -12.068361014280516, + -76.84888759423603, + -12.05797832373986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.8542185532228, + -12.05797832373986 + ] + ] + ], + "type": "Polygon" + }, + "id": "1046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06326077480011, + -11.71883239745542, + -77.0536197182811, + -11.708439681373738 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.05894472175923, + -11.708439681373738 + ] + ] + ], + "type": "Polygon" + }, + "id": "1047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88748450570205, + -12.244190167416125, + -76.87783233976172, + -12.233809546921515 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.88316617826062, + -12.233809546921515 + ] + ] + ], + "type": "Polygon" + }, + "id": "1048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99483911462823, + -11.948131742512953, + -76.98519298032436, + -11.937743870554389 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.9905218382658, + -11.937743870554389 + ] + ] + ], + "type": "Polygon" + }, + "id": "1049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71167409211496, + -11.92012942646787, + -76.70203632292333, + -11.909748240230213 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.70736490171416, + -11.909748240230213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77785745946422, + -11.950287913827557, + -76.76821699034271, + -11.939905485512327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.77354604659992, + -11.939905485512327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71770133567135, + -12.046509157190783, + -76.70805963462942, + -12.036129691862374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.71339029482377, + -12.036129691862374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09547396651546, + -12.052409178912328, + -77.0858221575516, + -12.042020397078621 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.09115260540901, + -12.042020397078621 + ] + ] + ], + "type": "Polygon" + }, + "id": "1053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71997357869677, + -12.070317218903034, + -76.71033110546662, + -12.059938060056648 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.71566215772253, + -12.059938060056648 + ] + ] + ], + "type": "Polygon" + }, + "id": "1054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95444517506823, + -11.8419041743415, + -76.94480325147734, + -11.831515787374899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.95013040282066, + -11.831515787374899 + ] + ] + ], + "type": "Polygon" + }, + "id": "1055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80137341259157, + -12.322082286167143, + -76.79172121473422, + -12.31170513128172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.79705639329356, + -12.31170513128172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04441143585223, + -12.055257005137781, + -77.03476083650062, + -12.044869511874017 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.04009140012614, + -12.044869511874017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08225988732462, + -11.665606686393081, + -77.07261993297591, + -11.655212820760852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.0779440363763, + -11.655212820760852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83339218820858, + -12.183791153218793, + -76.82374326242544, + -12.17341090704977 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.82907614078414, + -12.17341090704977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71608353592724, + -12.25069793050087, + -76.7064357857993, + -12.240321748038541 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.71176981525389, + -12.240321748038541 + ] + ] + ], + "type": "Polygon" + }, + "id": "1060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79756547412828, + -12.313843589989396, + -76.78791362493777, + -12.303466391931623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.79324866925309, + -12.303466391931623 + ] + ] + ], + "type": "Polygon" + }, + "id": "1061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01385769560324, + -11.89494035908116, + -77.00421265697723, + -11.884551254732683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.0095406178301, + -11.884551254732683 + ] + ] + ], + "type": "Polygon" + }, + "id": "1062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06096252938757, + -11.695002173810735, + -77.0513222402168, + -11.68460920348158 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.0566468551055, + -11.68460920348158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12673602802033, + -12.06334239917562, + -77.11708310775192, + -12.05295302543775 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.12241368939527, + -12.05295302543775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97129052541295, + -12.142419284534611, + -76.96163920537246, + -12.13203494079288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.96697128966088, + -12.13203494079288 + ] + ] + ], + "type": "Polygon" + }, + "id": "1065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036545580376, + -12.345886249736346, + -76.79400158743239, + -12.3355094425312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.7993371580894, + -12.3355094425312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76492369760906, + -11.941142235898731, + -76.75528385106381, + -11.930760001472422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.7606127615626, + -11.930760001472422 + ] + ] + ], + "type": "Polygon" + }, + "id": "1067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98644032679718, + -11.892245977051848, + -76.97679607445004, + -11.881857508186826 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.98212402157367, + -11.881857508186826 + ] + ] + ], + "type": "Polygon" + }, + "id": "1068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69395544024927, + -12.3349210436632, + -76.68430578151983, + -12.324546841123642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.68964120601144, + -12.324546841123642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13716094613967, + -11.765393063949995, + -77.12751664370813, + -11.754999173374838 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.13284230641537, + -11.754999173374838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8387418951409, + -11.987773455919982, + -76.82909867382855, + -11.97739004572825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.83442831726467, + -11.97739004572825 + ] + ] + ], + "type": "Polygon" + }, + "id": "1071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91338445275751, + -12.168142481771834, + -76.90373387556885, + -12.157759982875342 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.90906643845423, + -12.157759982875342 + ] + ] + ], + "type": "Polygon" + }, + "id": "1072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93854583128991, + -12.241392249362413, + -76.92889240814665, + -12.231010310606091 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.93422615720593, + -12.231010310606091 + ] + ] + ], + "type": "Polygon" + }, + "id": "1073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16227837535757, + -11.74423402476477, + -77.1526340775706, + -11.733839247997269 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1579593524485, + -11.733839247997269 + ] + ] + ], + "type": "Polygon" + }, + "id": "1074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88670905854293, + -12.016110003326643, + -76.87706371930956, + -12.005725815437172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.88239379719744, + -12.005725815437172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97200441199782, + -11.993074060393743, + -76.96235752829425, + -11.982687411756814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.96768715065176, + -11.982687411756814 + ] + ] + ], + "type": "Polygon" + }, + "id": "1076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77313997600487, + -12.468561859363053, + -76.76348416033906, + -12.458187971385591 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.76882177241605, + -12.458187971385591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93696413434697, + -11.973890304493475, + -76.9273187340709, + -11.963504238949817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.93264807453043, + -11.963504238949817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1078", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74655658974635, + -12.222305178200932, + -76.73690885552678, + -12.211927752688236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.74224240834708, + -12.211927752688236 + ] + ] + ], + "type": "Polygon" + }, + "id": "1079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05574750556521, + -11.891184988396278, + -77.046101508478, + -11.880794805869888 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.05142935606118, + -11.880794805869888 + ] + ] + ], + "type": "Polygon" + }, + "id": "1080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76567221772927, + -11.980527462471294, + -76.75603117717198, + -11.970145787289468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.76136073624404, + -11.970145787289468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68655989499128, + -11.941216037472039, + -76.67692218768745, + -11.93083579815924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.68225111744553, + -11.93083579815924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76255665855558, + -12.200322252301822, + -76.7529091459953, + -12.189944062728372 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.75824233064685, + -12.189944062728372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78391281104423, + -12.076679450489543, + -76.77426841022253, + -12.066298766195905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77959954693806, + -12.066298766195905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02896564657061, + -11.644662954820054, + -77.01932767022781, + -11.634270121228719 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.02846084761174, + -11.642511159366103 + ], + [ + -77.02364177380652, + -11.644662954820054 + ], + [ + -77.01932767022781, + -11.64161829880546 + ], + [ + -77.01983259564152, + -11.636421934985396 + ], + [ + -77.02465149818848, + -11.634270121228719 + ] + ] + ], + "type": "Polygon" + }, + "id": "1085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00693196336836, + -11.729055523687938, + -76.99729204165953, + -11.718664317981617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -77.00261728207884, + -11.718664317981617 + ] + ] + ], + "type": "Polygon" + }, + "id": "1086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79147775232491, + -12.281800141311722, + -76.78182702450687, + -12.27142255887267 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.78716154246202, + -12.27142255887267 + ] + ] + ], + "type": "Polygon" + }, + "id": "1087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83568436482607, + -12.113267306312986, + -76.82603748256743, + -12.102885884550016 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.83136919629462, + -12.102885884550016 + ] + ] + ], + "type": "Polygon" + }, + "id": "1088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85776762420072, + -12.217656495079126, + -76.84811703784952, + -12.207276184514274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.85345045972396, + -12.207276184514274 + ] + ] + ], + "type": "Polygon" + }, + "id": "1089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79072530891602, + -12.242427862309915, + -76.78107577739654, + -12.232049646218293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.78640964563486, + -12.232049646218293 + ] + ] + ], + "type": "Polygon" + }, + "id": "1090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89128156704913, + -12.063741161134244, + -76.88163468671651, + -12.053357581037364 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.88696554605623, + -12.053357581037364 + ] + ] + ], + "type": "Polygon" + }, + "id": "1091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96443893973546, + -12.165331421699312, + -76.95478711354414, + -12.154947610764754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.96011958266877, + -12.154947610764754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90728508109505, + -12.136089333367956, + -76.8976356208289, + -12.125706478026805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.90296766017113, + -12.125706478026805 + ] + ] + ], + "type": "Polygon" + }, + "id": "1093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77772627760187, + -12.42187770583447, + -76.76807173421503, + -12.411502873460263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77340857252926, + -12.411502873460263 + ], + [ + -76.77772627760187, + -12.41455363808403 + ], + [ + -76.77721674971104, + -12.419741108261883 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.77340857252926, + -12.411502873460263 + ] + ] + ], + "type": "Polygon" + }, + "id": "1094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9285588977757, + -11.823625504444419, + -76.9189181937383, + -11.813237505162663 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.92424506828765, + -11.813237505162663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00094579141457, + -11.980194039835608, + -76.99129854410266, + -11.969806487575674 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.99662792320025, + -11.969806487575674 + ] + ] + ], + "type": "Polygon" + }, + "id": "1096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09014347469176, + -12.059751556675645, + -77.08049158115347, + -12.049363016190028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.0858221575516, + -12.049363016190028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92710868326641, + -12.216673903531545, + -76.9174562973363, + -12.206291845080754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.92278964892928, + -12.206291845080754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14701629234833, + -11.71126863477446, + -77.13737335495425, + -11.700873792315088 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.1426981127226, + -11.700873792315088 + ] + ] + ], + "type": "Polygon" + }, + "id": "1099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03898085986765, + -11.87380696275366, + -77.02933580766292, + -11.863416944186655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.0346633905752, + -11.863416944186655 + ] + ] + ], + "type": "Polygon" + }, + "id": "1100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13787672907628, + -11.71037795904309, + -77.12823404602626, + -11.699983325157742 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.1335588035116, + -11.699983325157742 + ] + ] + ], + "type": "Polygon" + }, + "id": "1101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08068550046922, + -11.586758664077767, + -77.07104793045856, + -11.576363850875223 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0763707411209, + -11.576363850875223 + ], + [ + -77.08068550046922, + -11.579407642459048 + ], + [ + -77.08018151609845, + -11.58460510172206 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.0715520414432, + -11.578517430714935 + ], + [ + -77.0763707411209, + -11.576363850875223 + ] + ] + ], + "type": "Polygon" + }, + "id": "1102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07536264575617, + -11.594109378426648, + -77.06572499188286, + -11.58371478464459 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.07104793045856, + -11.58371478464459 + ] + ] + ], + "type": "Polygon" + }, + "id": "1103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148137209137, + -12.171850658381377, + -76.86183178939704, + -12.161469264936672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.86716444605122, + -12.161469264936672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04367927360819, + -12.110238629388466, + -77.03402705261394, + -12.09985200053036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03935852321271, + -12.09985200053036 + ] + ] + ], + "type": "Polygon" + }, + "id": "1105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01537380683278, + -11.87935663796549, + -77.00572919353283, + -11.868967275675567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.01105689617188, + -11.868967275675567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06550170988558, + -11.648232561980405, + -77.05586269662307, + -11.637838882869739 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.06118653718967, + -11.637838882869739 + ] + ] + ], + "type": "Polygon" + }, + "id": "1107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11751440063071, + -11.96804037886446, + -77.10786455332523, + -11.957649803028135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.11319357951801, + -11.957649803028135 + ] + ] + ], + "type": "Polygon" + }, + "id": "1108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78463978417757, + -12.210382429696008, + -76.77499137373707, + -12.200003843579355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.78032471570998, + -12.200003843579355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8410160020484, + -12.105934655307966, + -76.83136919629462, + -12.095552985154452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.8367007859043, + -12.095552985154452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376728370857, + -12.19566177483394, + -76.86411692962764, + -12.18528070674503 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86944997748081, + -12.18528070674503 + ] + ] + ], + "type": "Polygon" + }, + "id": "1111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00934986028216, + -12.036076528002244, + -76.99970073056193, + -12.02568960360114 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -77.00503102056477, + -12.02568960360114 + ] + ] + ], + "type": "Polygon" + }, + "id": "1112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75042978476993, + -12.041905476540872, + -76.74078732812693, + -12.031525108564042 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.74611790389032, + -12.031525108564042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11060196420826, + -11.896558651752457, + -77.10095442066937, + -11.886167211793227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.10628228068582, + -11.886167211793227 + ] + ] + ], + "type": "Polygon" + }, + "id": "1114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85243861126717, + -12.130653246956475, + -76.8427907637078, + -12.120271677153633 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.84812275376791, + -12.120271677153633 + ] + ] + ], + "type": "Polygon" + }, + "id": "1115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00922597688442, + -11.75288287372779, + -76.99958528715631, + -11.74249192731969 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -77.0049109166655, + -11.74249192731969 + ] + ] + ], + "type": "Polygon" + }, + "id": "1116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79752449910596, + -12.50242878394401, + -76.78786701183934, + -12.49205488666101 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.79752449910596, + -12.495105815267385 + ], + [ + -76.79701512025787, + -12.500292817693234 + ], + [ + -76.79218628934343, + -12.50242878394401 + ], + [ + -76.78786701183934, + -12.499377772813531 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.79320517325112, + -12.49205488666101 + ] + ] + ], + "type": "Polygon" + }, + "id": "1117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72985089756669, + -12.110603056729728, + -76.72020695265205, + -12.10022427094249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.72553866698462, + -12.10022427094249 + ] + ] + ], + "type": "Polygon" + }, + "id": "1118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05501760702991, + -11.946179321060637, + -77.04536998979769, + -11.935789945895436 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.05069874345742, + -11.935789945895436 + ] + ] + ], + "type": "Polygon" + }, + "id": "1119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8722437441807, + -12.211233014247494, + -76.86259296553507, + -12.200852236420172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.86792627140933, + -12.200852236420172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89433329172017, + -12.126944328616755, + -76.8846844453261, + -12.116561652341417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.89001634427386, + -12.116561652341417 + ] + ] + ], + "type": "Polygon" + }, + "id": "1121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63006047492802, + -12.234230032623628, + -76.62041559387855, + -12.223855787026231 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62574935746389, + -12.223855787026231 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.62472666068892, + -12.234230032623628 + ], + [ + -76.62041559387855, + -12.23117870259707 + ], + [ + -76.62092700492005, + -12.22599163496129 + ], + [ + -76.62574935746389, + -12.223855787026231 + ] + ] + ], + "type": "Polygon" + }, + "id": "1122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10829853910789, + -11.872730461132422, + -77.0986517633092, + -11.86233874026852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.10397923467862, + -11.86233874026852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7177450687307, + -11.952179799354813, + -76.70810617832433, + -11.941798924276213 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.71343528390197, + -11.941798924276213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01086682225122, + -12.020496073320848, + -77.00121811817766, + -12.010108877030595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -77.00654814976349, + -12.010108877030595 + ] + ] + ], + "type": "Polygon" + }, + "id": "1125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68708799115103, + -12.35780427969756, + -76.67743783764753, + -12.347430645151533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68277364117436, + -12.347430645151533 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.67743783764753, + -12.35475287511925 + ], + [ + -76.6779486521804, + -12.349566112514403 + ], + [ + -76.68277364117436, + -12.347430645151533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8280592621056, + -12.191121925035182, + -76.81841026002341, + -12.18074193108187 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.82374326242544, + -12.18074193108187 + ] + ] + ], + "type": "Polygon" + }, + "id": "1127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93771379606214, + -11.91891128500937, + -76.92807001467239, + -11.908524400639966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.9333984491444, + -11.908524400639966 + ] + ] + ], + "type": "Polygon" + }, + "id": "1128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614957715211, + -11.990486371502552, + -76.85650554590543, + -11.980102314808251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.86183521643888, + -11.980102314808251 + ] + ] + ], + "type": "Polygon" + }, + "id": "1129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462668502598, + -12.006062118977763, + -76.85498222983902, + -11.995678332422358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.86031215802862, + -11.995678332422358 + ] + ] + ], + "type": "Polygon" + }, + "id": "1130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12571631357098, + -11.740669337590807, + -77.11607303303344, + -11.73027539452941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.12139830696616, + -11.73027539452941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76333594174737, + -12.14537972440134, + -76.75369004799695, + -12.13500063489716 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.75902232579426, + -12.13500063489716 + ] + ] + ], + "type": "Polygon" + }, + "id": "1132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79913265928954, + -12.109637086963989, + -76.78948686508964, + -12.099256529283664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.79481853843406, + -12.099256529283664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85625333972128, + -11.950190285922861, + -76.8466107722577, + -11.9398058836647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193978566254, + -11.9398058836647 + ], + [ + -76.85625333972128, + -11.942853635802962 + ], + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.85193978566254, + -11.9398058836647 + ] + ] + ], + "type": "Polygon" + }, + "id": "1134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0665188863714, + -12.065296006402466, + -77.05686742524637, + -12.054908126082028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.06219812549497, + -12.054908126082028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04201063610007, + -11.842636395931981, + -77.03236643497387, + -11.832245867622127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.03769350129802, + -11.832245867622127 + ] + ] + ], + "type": "Polygon" + }, + "id": "1136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77544675272475, + -12.398077097426443, + -76.76579298268587, + -12.3877019060808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.77544675272475, + -12.390752585439577 + ], + [ + -76.77493723061258, + -12.395940235140033 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.77112942852094, + -12.3877019060808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78075773664466, + -12.485037756710549, + -76.77110122203548, + -12.474663970812053 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.77643910343242, + -12.474663970812053 + ] + ] + ], + "type": "Polygon" + }, + "id": "1138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16840187436104, + -11.77630852691217, + -77.15875647001384, + -11.765914030664918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.16408226197068, + -11.765914030664918 + ] + ] + ], + "type": "Polygon" + }, + "id": "1139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9909916671579, + -11.845496516317265, + -76.98134868977516, + -11.835107278383033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.98667586272519, + -11.835107278383033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07475739210732, + -11.837977269844735, + -77.0651124974803, + -11.827585878562633 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.07043944449518, + -11.827585878562633 + ] + ] + ], + "type": "Polygon" + }, + "id": "1141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08758390660638, + -11.658257037365946, + -77.0779440363763, + -11.647862949022391 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.08326801168624, + -11.647862949022391 + ] + ] + ], + "type": "Polygon" + }, + "id": "1142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92326437351194, + -12.019722833993635, + -76.91361796516597, + -12.009337790186137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.91894807285512, + -12.009337790186137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1660945251225, + -11.752475373238246, + -77.15644988739145, + -11.742080614035192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.1660945251225, + -11.745124548473411 + ], + [ + -77.16559148204323, + -11.750321980017777 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.16177529144235, + -11.742080614035192 + ] + ] + ], + "type": "Polygon" + }, + "id": "1144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84330603643112, + -12.035402104472633, + -76.83366127340686, + -12.025019293507167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.83899169889014, + -12.025019293507167 + ] + ] + ], + "type": "Polygon" + }, + "id": "1145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92628814691918, + -11.894190276660288, + -76.91664540072703, + -11.883803321918451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.92197343849354, + -11.883803321918451 + ] + ] + ], + "type": "Polygon" + }, + "id": "1146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7694175893448, + -12.177426194299738, + -76.75977057433731, + -12.16704746159134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.76510337861748, + -12.16704746159134 + ] + ] + ], + "type": "Polygon" + }, + "id": "1147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02157148778231, + -12.100196871047126, + -77.01192013167005, + -12.08981062809799 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.01725146393899, + -12.08981062809799 + ] + ] + ], + "type": "Polygon" + }, + "id": "1148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05709611647988, + -11.592327558463985, + -77.04745897890821, + -11.581933386759996 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.05278191232696, + -11.581933386759996 + ] + ] + ], + "type": "Polygon" + }, + "id": "1149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07560500060974, + -11.971798552099782, + -77.06595609729841, + -11.961409049245594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.07128524535256, + -11.961409049245594 + ] + ] + ], + "type": "Polygon" + }, + "id": "1150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89281826598497, + -12.236858469062517, + -76.88316617826062, + -12.22647759488509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.88849989163118, + -12.22647759488509 + ] + ] + ], + "type": "Polygon" + }, + "id": "1151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90191306575177, + -11.765942269999439, + -76.8922747779154, + -11.755554147513287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.89760072597983, + -11.755554147513287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96286379490223, + -11.992173208007953, + -76.95321717516609, + -11.981786771746663 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.95854679195745, + -11.981786771746663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00250216784151, + -12.058996008699237, + -76.9928525306654, + -12.048609600599512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.99818320610595, + -12.048609600599512 + ] + ] + ], + "type": "Polygon" + }, + "id": "1154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79839987704518, + -11.975912839817791, + -76.78875809022833, + -11.965530269159347 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.79408755972946, + -11.965530269159347 + ] + ] + ], + "type": "Polygon" + }, + "id": "1155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03287148639687, + -11.841740292757484, + -77.0232275453273, + -11.831349975437526 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.02855460820076, + -11.831349975437526 + ] + ] + ], + "type": "Polygon" + }, + "id": "1156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92862994759004, + -12.201100743162062, + -76.91897798685804, + -12.19071839436692 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.92431108014975, + -12.19071839436692 + ] + ] + ], + "type": "Polygon" + }, + "id": "1157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7375325823994, + -11.93842272838447, + -76.72789356139376, + -11.928041149180768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.73322243566118, + -11.928041149180768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99550451501246, + -11.7043329393026, + -76.98586562302299, + -11.69394169033578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.99119046981865, + -11.69394169033578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66677429915578, + -11.95496790038637, + -76.65713672834745, + -11.944588368630823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.66246588609687, + -11.944588368630823 + ] + ] + ], + "type": "Polygon" + }, + "id": "1160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16068363664367, + -11.665380073595909, + -77.15104172459844, + -11.654984311369441 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15636570658712, + -11.654984311369441 + ], + [ + -77.16068363664367, + -11.658027831960283 + ], + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.15154483552048, + -11.657138636944554 + ], + [ + -77.15636570658712, + -11.654984311369441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07627067631817, + -11.82239011986112, + -77.06662620754727, + -11.811998476767947 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.07195289614228, + -11.811998476767947 + ] + ] + ], + "type": "Polygon" + }, + "id": "1162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13795552683085, + -11.804814934541485, + -77.12831003097253, + -11.794421556835012 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.13363634051687, + -11.794421556835012 + ] + ] + ], + "type": "Polygon" + }, + "id": "1163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11146466939687, + -12.030380091758468, + -77.1018131151511, + -12.019990588542333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.11146466939687, + -12.02303641279374 + ], + [ + -77.1109604264904, + -12.028231216481325 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.10714317686062, + -12.019990588542333 + ] + ] + ], + "type": "Polygon" + }, + "id": "1164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05731714325874, + -11.970003659123964, + -77.04766875743067, + -11.959614575797488 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.05299790032934, + -11.959614575797488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10513553006172, + -11.715053882127341, + -77.09549352803964, + -11.704660100138298 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.10081841155252, + -11.704660100138298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97575270255615, + -11.812533920669265, + -76.96611110055383, + -11.80214460279888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.97143774740725, + -11.80214460279888 + ] + ] + ], + "type": "Polygon" + }, + "id": "1167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74652122724122, + -12.316606665005658, + -76.73687067721839, + -12.306230808845596 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.74220578725554, + -12.306230808845596 + ] + ] + ], + "type": "Polygon" + }, + "id": "1168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89661234813936, + -12.056405597715907, + -76.88696554605623, + -12.046021772560698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.89229628034053, + -12.046021772560698 + ] + ] + ], + "type": "Polygon" + }, + "id": "1169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14089665587053, + -11.679193580198696, + -77.13125482524035, + -11.668798470505571 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.13657906569885, + -11.668798470505571 + ] + ] + ], + "type": "Polygon" + }, + "id": "1170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92555350836757, + -12.043540064610674, + -76.91590632983953, + -12.033155323497517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.92123682796311, + -12.033155323497517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78609554311144, + -12.47771498468562, + -76.77643910343242, + -12.467340931841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.78177686139281, + -12.467340931841 + ] + ] + ], + "type": "Polygon" + }, + "id": "1172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91865745618432, + -11.78332195969415, + -76.90901821128806, + -11.77293365559126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.9143444314336, + -11.77293365559126 + ] + ] + ], + "type": "Polygon" + }, + "id": "1173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85245641068207, + -11.753204548410302, + -76.84281981024029, + -11.74281748856464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84814558412451, + -11.74281748856464 + ], + [ + -76.85245641068207, + -11.74586420429589 + ], + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.84332737049102, + -11.744964269309683 + ], + [ + -76.84814558412451, + -11.74281748856464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13198938433638, + -11.961590685001985, + -77.12233936690113, + -11.951199664524877 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.13198938433638, + -11.954244966415759 + ], + [ + -77.13148553692086, + -11.959440528653147 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.12766826488384, + -11.951199664524877 + ] + ] + ], + "type": "Polygon" + }, + "id": "1175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05490837877872, + -11.757356624147194, + -77.04526638806011, + -11.746964620592063 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.0505920356229, + -11.746964620592063 + ] + ] + ], + "type": "Polygon" + }, + "id": "1176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376374817123, + -12.006966220768469, + -76.8641190238528, + -11.996582219225546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.86944896057105, + -11.996582219225546 + ] + ] + ], + "type": "Polygon" + }, + "id": "1177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89508243481171, + -11.977619801307481, + -76.88543802214924, + -11.967234831732622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.89076745952363, + -11.967234831732622 + ] + ] + ], + "type": "Polygon" + }, + "id": "1178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94605748961445, + -11.786016745543593, + -76.93641744833056, + -11.775627799329481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.941743688322, + -11.775627799329481 + ] + ] + ], + "type": "Polygon" + }, + "id": "1179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05328627642915, + -11.584086409030517, + -77.04364948071488, + -11.573692228960413 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04897228371055, + -11.573692228960413 + ], + [ + -77.05328627642915, + -11.5767362438745 + ], + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.04364948071488, + -11.581042306147529 + ], + [ + -77.04415397132072, + -11.575845268972786 + ], + [ + -77.04897228371055, + -11.573692228960413 + ] + ] + ], + "type": "Polygon" + }, + "id": "1180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9970582073335, + -11.78315856733314, + -76.9874169295685, + -11.772768325670073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.99274307053071, + -11.772768325670073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06724713286194, + -12.010308583989762, + -77.05759729322253, + -11.999919855190361 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.0629270867048, + -11.999919855190361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80067833360147, + -11.99972603724373, + -76.79103577566313, + -11.989343762605934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.79636563644549, + -11.989343762605934 + ] + ] + ], + "type": "Polygon" + }, + "id": "1183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08396115885989, + -11.933285171976797, + -77.074313192106, + -11.922894904780591 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.07964169465781, + -11.922894904780591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73823992561644, + -12.07213631962263, + -76.72859689926975, + -12.061756723686171 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.73392797703208, + -12.061756723686171 + ] + ] + ], + "type": "Polygon" + }, + "id": "1185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72456088923846, + -12.02360954949804, + -76.71491968334011, + -12.013229562284542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.72024996453726, + -12.013229562284542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73671130090193, + -12.087705364587936, + -76.72706785185191, + -12.077326047888745 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.73239918676256, + -12.077326047888745 + ] + ] + ], + "type": "Polygon" + }, + "id": "1187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90272933007478, + -12.277147038398684, + -76.89307577780946, + -12.266766582521228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.90272933007478, + -12.269815513872079 + ], + [ + -76.90222177558165, + -12.27500579508864 + ], + [ + -76.89739491282927, + -12.277147038398684 + ], + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.89841014827238, + -12.266766582521228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01922976849772, + -11.981992733537805, + -77.009581997758, + -11.971604758760181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.01491138541378, + -11.971604758760181 + ] + ] + ], + "type": "Polygon" + }, + "id": "1189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02221714369004, + -11.856428770517805, + -77.01257303783603, + -11.846038918512132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.01790035517654, + -11.846038918512132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85092427896654, + -11.9575266091675, + -76.84128163458745, + -11.947142447637205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.8466107722577, + -11.947142447637205 + ] + ] + ], + "type": "Polygon" + }, + "id": "1191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71988735531627, + -12.258936578232944, + -76.71023925499208, + -12.248560434966567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.71557341966265, + -12.248560434966567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79758594370263, + -12.219531679209652, + -76.78793691108227, + -12.209152914580061 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.79327039821405, + -12.209152914580061 + ] + ] + ], + "type": "Polygon" + }, + "id": "1193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89356835857352, + -12.087555965965969, + -76.88392070755272, + -12.077172695105443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88925195767845, + -12.077172695105443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78919807207927, + -12.257994817128615, + -76.77954811681349, + -12.247616896577632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.78488224273407, + -12.247616896577632 + ] + ] + ], + "type": "Polygon" + }, + "id": "1195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9629193470913, + -12.180906780044413, + -76.95326709539304, + -12.170523255641069 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.95859982293824, + -12.170523255641069 + ] + ] + ], + "type": "Polygon" + }, + "id": "1196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7527382504653, + -11.97138097681504, + -76.74309783348528, + -11.960999494318834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.74842724625185, + -11.960999494318834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93694393818852, + -11.879509707013062, + -76.92730135072186, + -11.869122279953647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93262913732428, + -11.869122279953647 + ], + [ + -76.93694393818852, + -11.872168938558596 + ], + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.92780792981293, + -11.871269301934595 + ], + [ + -76.93262913732428, + -11.869122279953647 + ] + ] + ], + "type": "Polygon" + }, + "id": "1198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05261055138301, + -11.733527540319352, + -77.04296932827424, + -11.723135276754379 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.0482945870903, + -11.723135276754379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9658438218662, + -11.772227855085976, + -76.95620367652793, + -11.761838234260257 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.96152967057434, + -11.761838234260257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97203484797909, + -12.087448235167688, + -76.96238514896365, + -12.07706301475518 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.96771632624672, + -12.07706301475518 + ] + ] + ], + "type": "Polygon" + }, + "id": "1201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95073342722054, + -12.211151158187093, + -76.94108058939798, + -12.200768423421268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.94641382789648, + -12.200768423421268 + ] + ] + ], + "type": "Polygon" + }, + "id": "1202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93623421264917, + -12.12322846068185, + -76.92658437755017, + -12.112844683329298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.93191617959626, + -12.112844683329298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11974571720623, + -11.897453343375958, + -77.1100979175991, + -11.88706169472505 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.1154257787222, + -11.88706169472505 + ] + ] + ], + "type": "Polygon" + }, + "id": "1204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85548288627913, + -12.193846638782915, + -76.84583307156693, + -12.183465999598042 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.85116610206688, + -12.183465999598042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7694749131676, + -11.988767048761703, + -76.75983352401036, + -11.97838539948161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.76516321745036, + -11.97838539948161 + ] + ] + ], + "type": "Polygon" + }, + "id": "1206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95217969975467, + -11.912471303781366, + -76.9425357331466, + -11.902083968868256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.9478640480218, + -11.902083968868256 + ] + ] + ], + "type": "Polygon" + }, + "id": "1207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80065877992911, + -12.094066180117252, + -76.79101340919945, + -12.083685341560843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.79634482504845, + -12.083685341560843 + ] + ] + ], + "type": "Polygon" + }, + "id": "1208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84559509386835, + -11.964862605125719, + -76.83595237273958, + -11.954478684766194 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.84128163458745, + -11.954478684766194 + ] + ] + ], + "type": "Polygon" + }, + "id": "1209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82425176480848, + -12.182882675213632, + -76.81460311056414, + -12.172502644503721 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81993597916681, + -12.172502644503721 + ] + ] + ], + "type": "Polygon" + }, + "id": "1210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12745421155451, + -12.008348082469118, + -77.11780291351863, + -11.997957861864831 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.12745421155451, + -12.001003431934528 + ], + [ + -77.12695022761935, + -12.006198594226442 + ], + [ + -77.12212449328388, + -12.008348082469118 + ], + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.12313258829204, + -11.997957861864831 + ] + ] + ], + "type": "Polygon" + }, + "id": "1211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8280708289179, + -12.096788270429258, + -76.81842464174778, + -12.086406783395411 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.82375608815606, + -12.086406783395411 + ] + ] + ], + "type": "Polygon" + }, + "id": "1212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95987975067632, + -12.21205619923516, + -76.95022664789248, + -12.201673252527847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.95555989233107, + -12.201673252527847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67879755272332, + -12.207677879420462, + -76.66915211235865, + -12.197301946135177 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.67448543711103, + -12.197301946135177 + ] + ] + ], + "type": "Polygon" + }, + "id": "1214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691085573749, + -12.029877301816914, + -76.85726562989137, + -12.019493815853467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.86259594893134, + -12.019493815853467 + ] + ] + ], + "type": "Polygon" + }, + "id": "1215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89814301654934, + -12.135183985859491, + -76.8884938238751, + -12.124801344148993 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.89382585569295, + -12.124801344148993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829145140852, + -12.290900518786653, + -76.87326107353199, + -12.280520787675298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.8829145140852, + -12.283569968311022 + ], + [ + -76.88240666097057, + -12.288759887266087 + ], + [ + -76.87757985396507, + -12.290900518786653 + ], + [ + -76.87326107353199, + -12.287851254463419 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.87859568658268, + -12.280520787675298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68882880756448, + -11.965025385543056, + -76.67919032829626, + -11.954645436960062 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.68451965009433, + -11.954645436960062 + ] + ] + ], + "type": "Polygon" + }, + "id": "1218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94916548293489, + -12.038007867046497, + -76.93951785278517, + -12.027622456511569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.94484823805664, + -12.027622456511569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8494115760097, + -11.78436473873615, + -76.83977412921504, + -11.773978174184604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.84408524028794, + -11.78436473873615 + ], + [ + -76.83977412921504, + -11.781317734955268 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.84510041753816, + -11.773978174184604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05041961349244, + -11.898529201808202, + -77.04077353317787, + -11.888139253664596 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.046101508478, + -11.888139253664596 + ] + ] + ], + "type": "Polygon" + }, + "id": "1221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99028681572231, + -11.99487497315486, + -76.98063940551599, + -11.984487900519243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.98596903817867, + -11.984487900519243 + ] + ] + ], + "type": "Polygon" + }, + "id": "1222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01624011047801, + -12.107535790908647, + -77.00658867211877, + -12.097149792887024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.01192013167005, + -12.097149792887024 + ] + ] + ], + "type": "Polygon" + }, + "id": "1223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98269691422809, + -12.072772248258216, + -76.9730473770388, + -12.06238653877709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.97837830125209, + -12.06238653877709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7732503176086, + -12.091341704502138, + -76.76360576760258, + -12.080961516671994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.7689371504147, + -12.080961516671994 + ] + ] + ], + "type": "Polygon" + }, + "id": "1225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79143322597496, + -12.470391862978591, + -76.78177686139281, + -12.460017543626956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78711449582828, + -12.460017543626956 + ], + [ + -76.79143322597496, + -12.463068391996634 + ], + [ + -76.79092381269754, + -12.468255605526942 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.78711449582828, + -12.460017543626956 + ] + ] + ], + "type": "Polygon" + }, + "id": "1226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69025538643692, + -12.1380925862727, + -76.68061170708296, + -12.12771524363493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68594388225262, + -12.12771524363493 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.68974508880802, + -12.135954184925462 + ], + [ + -76.68492316149916, + -12.1380925862727 + ], + [ + -76.68061170708296, + -12.135042285700923 + ], + [ + -76.68112213019799, + -12.12985366922585 + ], + [ + -76.68594388225262, + -12.12771524363493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10995189514357, + -12.045964006656925, + -77.10029991410207, + -12.035574775467405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.10563023473473, + -12.035574775467405 + ] + ] + ], + "type": "Polygon" + }, + "id": "1228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.921743737183, + -12.035300059134995, + -76.912096904176, + -12.024915287869323 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.91742726985036, + -12.024915287869323 + ] + ] + ], + "type": "Polygon" + }, + "id": "1229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01017071216214, + -12.169847832779652, + -77.00051756991488, + -12.159462965695603 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -77.00585006390072, + -12.159462965695603 + ] + ] + ], + "type": "Polygon" + }, + "id": "1230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09231560778144, + -11.894768480452477, + -77.08266857781405, + -11.884377458631468 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.08799643478945, + -11.884377458631468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17532608519932, + -11.847805381336494, + -77.16567838046029, + -11.837411695389006 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.17482302387546, + -11.84565292973757 + ], + [ + -77.16999908652078, + -11.847805381336494 + ], + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.17100533636862, + -11.837411695389006 + ] + ] + ], + "type": "Polygon" + }, + "id": "1232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0291067681271, + -11.927902845046393, + -77.01946035655936, + -11.917513838876287 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.02478884185155, + -11.917513838876287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0503663327916, + -11.804118606348718, + -77.04072306565945, + -11.793727344165687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.04604948791129, + -11.793727344165687 + ] + ] + ], + "type": "Polygon" + }, + "id": "1234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90425190206034, + -12.261576280353019, + -76.8945987748773, + -12.25119552798614 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.89993288706279, + -12.25119552798614 + ] + ] + ], + "type": "Polygon" + }, + "id": "1235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04879923385116, + -11.725286525484341, + -77.0391583529903, + -11.71489424638714 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.04448348121284, + -11.71489424638714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90348541057895, + -12.222194059636005, + -76.89383347978536, + -12.21181267941702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89916694263513, + -12.21181267941702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7054626018254, + -12.171048160164801, + -76.6958175209142, + -12.160670953149346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.70115023762217, + -12.160670953149346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72761840925679, + -11.992469041961389, + -76.71797804813, + -11.98208851022476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.72228859282109, + -11.992469041961389 + ], + [ + -76.71797804813, + -11.989419834084895 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.72330781537336, + -11.98208851022476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8570039226011, + -12.272604534409664, + -76.84735171543474, + -12.262225147314865 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.85268604479349, + -12.262225147314865 + ] + ] + ], + "type": "Polygon" + }, + "id": "1240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12953093930693, + -11.748910579503178, + -77.11988731807654, + -11.738516653480687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.12521272164246, + -11.738516653480687 + ] + ] + ], + "type": "Polygon" + }, + "id": "1241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93013285372511, + -12.091172978437239, + -76.92048413455646, + -12.080788853395468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.92581541366863, + -12.080788853395468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91641332506705, + -12.042636904834396, + -76.9067664130215, + -12.032252377180452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.912096904176, + -12.032252377180452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80746312599743, + -12.354124839295505, + -76.79780980678092, + -12.343748076950156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.8069541197402, + -12.351986690704548 + ], + [ + -76.8021273729819, + -12.354124839295505 + ], + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.8031455116319, + -12.343748076950156 + ] + ] + ], + "type": "Polygon" + }, + "id": "1244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99402521056817, + -11.814328296172167, + -76.98438308304212, + -11.803938553273237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.98970973996343, + -11.803938553273237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89358345874996, + -12.276239078140676, + -76.88393017454919, + -12.265858835519412 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88926453734341, + -12.265858835519412 + ] + ] + ], + "type": "Polygon" + }, + "id": "1246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76636181117934, + -12.208561233392514, + -76.75671394948105, + -12.198183080885817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.76204726872261, + -12.198183080885817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0983660310257, + -11.832419788056797, + -77.08872070571738, + -11.822027746471813 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.09404752841465, + -11.822027746471813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85321542209938, + -11.792604974853212, + -76.84357762883735, + -11.782218426984484 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.84788895327539, + -11.792604974853212 + ], + [ + -76.84357762883735, + -11.789557958626812 + ], + [ + -76.84408524028794, + -11.78436473873615 + ], + [ + -76.84890405031436, + -11.782218426984484 + ] + ] + ], + "type": "Polygon" + }, + "id": "1249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9719435932793, + -11.804293271663148, + -76.96230233527415, + -11.793903934948837 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.96762885050005, + -11.793903934948837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07094394354529, + -11.829736337362805, + -77.06129939093016, + -11.819344925010668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.06662620754727, + -11.819344925010668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04190902783047, + -11.653796798184716, + -77.032270449243, + -11.643403764198709 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.03658502101985, + -11.653796798184716 + ], + [ + -77.032270449243, + -11.650752204580485 + ], + [ + -77.03277520770102, + -11.645555740467486 + ], + [ + -77.03759441143208, + -11.643403764198709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12586687007247, + -11.929522306279624, + -77.11621796156845, + -11.919130968466247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.12154634113276, + -11.919130968466247 + ] + ] + ], + "type": "Polygon" + }, + "id": "1253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87832468496384, + -11.77148493616584, + -76.86868685442694, + -11.761097475425379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.87401291148238, + -11.761097475425379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93240418438886, + -12.020625381350117, + -76.92275750995678, + -12.010240124189432 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.92808762440744, + -12.010240124189432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0108250630654, + -11.926106632442584, + -77.00117917371534, + -11.915718048624578 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -77.00650765104811, + -11.915718048624578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02368723533277, + -11.746432244536884, + -77.01404636658768, + -11.736040858139875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01937187321646, + -11.736040858139875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87071918813156, + -12.132466342387561, + -76.8610708010956, + -12.122084343070966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.86640280868582, + -12.122084343070966 + ] + ] + ], + "type": "Polygon" + }, + "id": "1258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11600217265638, + -11.983625910436993, + -77.10635189865224, + -11.973235600432298 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.1116811836978, + -11.973235600432298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06937158391524, + -11.750903264000875, + -77.05972941801775, + -11.740510822314217 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.06505494052037, + -11.740510822314217 + ] + ] + ], + "type": "Polygon" + }, + "id": "1260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70541525603718, + -12.265348186720896, + -76.69576736088189, + -12.25497251959366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.70110163431254, + -12.25497251959366 + ] + ] + ], + "type": "Polygon" + }, + "id": "1261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74513490790736, + -11.954901855915145, + -76.73549518879504, + -11.94452032415464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.7408243323937, + -11.94452032415464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70101671395611, + -11.934793070174168, + -76.6913788003128, + -11.92441236809535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.6967076224269, + -11.92441236809535 + ] + ] + ], + "type": "Polygon" + }, + "id": "1263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06101888313391, + -11.789426256934922, + -77.05137578252155, + -11.77903453542383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.05670194940275, + -11.77903453542383 + ] + ] + ], + "type": "Polygon" + }, + "id": "1264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73141966917726, + -12.000708457947132, + -76.72177895864846, + -11.990327952365833 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.72177895864846, + -11.997659240064669 + ], + [ + -76.72228859282109, + -11.992469041961389 + ], + [ + -76.72710886074721, + -11.990327952365833 + ] + ] + ], + "type": "Polygon" + }, + "id": "1265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06500405557487, + -12.080877482190992, + -77.05535216806301, + -12.070489877710221 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.06068312707207, + -12.070489877710221 + ] + ] + ], + "type": "Polygon" + }, + "id": "1266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88596131243325, + -12.259760729616948, + -76.8763087216457, + -12.24938040404092 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.8816428183112, + -12.24938040404092 + ] + ] + ], + "type": "Polygon" + }, + "id": "1267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71468710597182, + -11.983321352445454, + -76.70504737122927, + -11.97294101412615 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.71037699053359, + -11.97294101412615 + ] + ] + ], + "type": "Polygon" + }, + "id": "1268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92324817050314, + -11.925350098564028, + -76.91360457555582, + -11.914963665671134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91893312893977, + -11.914963665671134 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.91791957073065, + -11.925350098564028 + ], + [ + -76.91360457555582, + -11.922302990854963 + ], + [ + -76.91411141778282, + -11.917109827864522 + ], + [ + -76.91893312893977, + -11.914963665671134 + ] + ] + ], + "type": "Polygon" + }, + "id": "1269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03595053716927, + -11.904975987947877, + -77.0263046337898, + -11.894586485322977 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.03163273336011, + -11.894586485322977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11297730705584, + -12.014795769207172, + -77.10332617958156, + -12.004405995512812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.10865598238549, + -12.004405995512812 + ] + ] + ], + "type": "Polygon" + }, + "id": "1271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77850356432663, + -12.366950904749825, + -76.7688506421794, + -12.356575096132902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.77418657235751, + -12.356575096132902 + ] + ] + ], + "type": "Polygon" + }, + "id": "1272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00397976095924, + -11.949030850321, + -76.99433336443455, + -11.938642766702428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.99966222697631, + -11.938642766702428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94458373244584, + -11.990370711723484, + -76.93493764207611, + -11.979984700965849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.9402672469083, + -11.979984700965849 + ] + ] + ], + "type": "Polygon" + }, + "id": "1274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74196921377491, + -12.269001160336561, + -76.73232020991215, + -12.25862462122985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.73765453507109, + -12.25862462122985 + ] + ] + ], + "type": "Polygon" + }, + "id": "1275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07184950279452, + -12.057954535254112, + -77.06219812549497, + -12.047566412903313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.06752869761267, + -12.047566412903313 + ] + ] + ], + "type": "Polygon" + }, + "id": "1276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7588470513375, + -11.909089416411733, + -76.74920832454404, + -11.898706872554628 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75453670923866, + -11.898706872554628 + ], + [ + -76.7588470513375, + -11.901755269187179 + ], + [ + -76.7583380684749, + -11.906946595687897 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.74971743299099, + -11.900849715650113 + ], + [ + -76.75453670923866, + -11.898706872554628 + ] + ] + ], + "type": "Polygon" + }, + "id": "1277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7192738440775, + -11.936608420114153, + -76.70963537580441, + -11.926227278973803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.7149642245443, + -11.926227278973803 + ] + ] + ], + "type": "Polygon" + }, + "id": "1278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06180401674567, + -11.828841332234665, + -77.0521597226504, + -11.818450130129829 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.0574865366895, + -11.818450130129829 + ] + ] + ], + "type": "Polygon" + }, + "id": "1279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16618156897498, + -11.84691322485946, + -77.15653411730851, + -11.836519746258821 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.16186107378789, + -11.836519746258821 + ] + ] + ], + "type": "Polygon" + }, + "id": "1280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76791888622323, + -12.098672330175273, + -76.75827426187425, + -12.088292391239376 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.76360576760258, + -12.088292391239376 + ] + ] + ], + "type": "Polygon" + }, + "id": "1281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97881961097595, + -11.875764877046004, + -76.96917604658323, + -11.865376362617072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.97450373055044, + -11.865376362617072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8303526034081, + -12.120599623396519, + -76.82070564481073, + -12.110218450465933 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.82603748256743, + -12.110218450465933 + ] + ] + ], + "type": "Polygon" + }, + "id": "1283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95524265619325, + -11.975692689206868, + -76.94559672580678, + -11.965306197633021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.95092607868384, + -11.965306197633021 + ] + ] + ], + "type": "Polygon" + }, + "id": "1284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10455240384769, + -11.958903647251075, + -77.09490315442963, + -11.948513251952038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.10023204937157, + -11.948513251952038 + ] + ] + ], + "type": "Polygon" + }, + "id": "1285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68032916134541, + -12.19211390650862, + -76.6706841433369, + -12.181737681715827 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.67601721104135, + -12.181737681715827 + ] + ] + ], + "type": "Polygon" + }, + "id": "1286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80216564433681, + -12.17282571013968, + -76.79251788286807, + -12.162446075060112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.79785059706296, + -12.162446075060112 + ] + ] + ], + "type": "Polygon" + }, + "id": "1287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00619428543109, + -11.784054729161792, + -76.99655274582852, + -11.773664275338119 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -77.00187889131944, + -11.773664275338119 + ] + ] + ], + "type": "Polygon" + }, + "id": "1288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75413319847453, + -12.333083675359834, + -76.74448194907694, + -12.322707905323348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.74981732885034, + -12.322707905323348 + ] + ] + ], + "type": "Polygon" + }, + "id": "1289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93238531540953, + -11.926250987407382, + -76.92274145453044, + -11.915864340835464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.92807001467239, + -11.915864340835464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70773470178479, + -12.194852423368907, + -76.69808884798017, + -12.184475541405146 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.70342195714399, + -12.184475541405146 + ] + ] + ], + "type": "Polygon" + }, + "id": "1291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83112039096791, + -12.065643250755059, + -76.82147505130347, + -12.055261206521617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.82680598249071, + -12.055261206521617 + ] + ] + ], + "type": "Polygon" + }, + "id": "1292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75260400286125, + -12.348646949594508, + -76.74295232989594, + -12.338271484299616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.74828796731303, + -12.338271484299616 + ] + ] + ], + "type": "Polygon" + }, + "id": "1293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6955372695075, + -12.225068672632556, + -76.6858908486637, + -12.214692594090314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.69122445858574, + -12.214692594090314 + ] + ] + ], + "type": "Polygon" + }, + "id": "1294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74808544000723, + -12.206738966728407, + -76.73843812895531, + -12.196361248830057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.74377142436369, + -12.196361248830057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99476498726736, + -11.759332352690283, + -76.98512447777946, + -11.748941847207261 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.99045022948505, + -11.748941847207261 + ] + ] + ], + "type": "Polygon" + }, + "id": "1296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03814876077739, + -11.739980466329715, + -77.0285077142387, + -11.729588640880303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.0338330973031, + -11.729588640880303 + ] + ] + ], + "type": "Polygon" + }, + "id": "1297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79837966028205, + -12.070255361311492, + -76.78873506112411, + -12.059874212644718 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.79406608546336, + -12.059874212644718 + ] + ] + ], + "type": "Polygon" + }, + "id": "1298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77316758556714, + -12.374275858630936, + -76.76351458878291, + -12.363900311862078 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.7688506421794, + -12.363900311862078 + ] + ] + ], + "type": "Polygon" + }, + "id": "1299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13652332868733, + -11.91482971251063, + -77.12687459163392, + -11.904437906106825 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.13220271298448, + -11.904437906106825 + ] + ] + ], + "type": "Polygon" + }, + "id": "1300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8707200674008, + -12.226803816339656, + -76.86106886416681, + -12.216423330317117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.86640242807945, + -12.216423330317117 + ] + ] + ], + "type": "Polygon" + }, + "id": "1301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9720653017291, + -12.18181091665702, + -76.96241278575809, + -12.171427180535668 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.96774551887428, + -12.171427180535668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77252835474165, + -11.957621562632255, + -76.76288781119553, + -11.94723937643689 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.76821699034271, + -11.94723937643689 + ] + ] + ], + "type": "Polygon" + }, + "id": "1303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98340541620236, + -11.923410344107053, + -76.97376031375939, + -11.913022395700315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.97908877708578, + -11.913022395700315 + ] + ] + ], + "type": "Polygon" + }, + "id": "1304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10369276900585, + -11.82507270758339, + -77.09404752841465, + -11.814680435617618 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09937422260758, + -11.814680435617618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9902153330177, + -11.806087587775213, + -76.9805735491169, + -11.795697825769755 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.9859000746397, + -11.795697825769755 + ] + ] + ], + "type": "Polygon" + }, + "id": "1306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68729862869469, + -11.980594972133792, + -76.67765972756622, + -11.970215292663621 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.68298930609413, + -11.970215292663621 + ] + ] + ], + "type": "Polygon" + }, + "id": "1307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81058354773354, + -11.945669528681462, + -76.8009423347871, + -11.935286207213867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.80627130017578, + -11.935286207213867 + ] + ] + ], + "type": "Polygon" + }, + "id": "1308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17443726543019, + -11.713939111295032, + -77.16479356787195, + -11.703543644625428 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.17011832483557, + -11.703543644625428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08916036283871, + -11.737100507357457, + -77.07951810719602, + -11.726707402031236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.08484337577404, + -11.726707402031236 + ] + ] + ], + "type": "Polygon" + }, + "id": "1310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93394362737394, + -12.09941285731175, + -76.92429456273729, + -12.089028765348356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92962597423859, + -12.089028765348356 + ] + ] + ], + "type": "Polygon" + }, + "id": "1311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1061345639556, + -12.037723446041424, + -77.09648292463804, + -12.027334182842386 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.1018131151511, + -12.027334182842386 + ] + ] + ], + "type": "Polygon" + }, + "id": "1312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88899513373123, + -12.039925837479066, + -76.87934902399441, + -12.029541951705689 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.88467949258819, + -12.029541951705689 + ] + ] + ], + "type": "Polygon" + }, + "id": "1313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98799265688908, + -11.97105391745938, + -76.97834601602895, + -11.960666549335702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.98367525887319, + -11.960666549335702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71534058739765, + -12.211330015407885, + -76.70569403316173, + -12.20095320645049 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.71102741283275, + -12.20095320645049 + ] + ] + ], + "type": "Polygon" + }, + "id": "1315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68867222208083, + -12.247957169850057, + -76.6790253067309, + -12.237581643285656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.68435929546628, + -12.237581643285656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73290879878853, + -12.079466136448081, + -76.72326569922069, + -12.069086789112852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.72859689926975, + -12.069086789112852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81281478126687, + -12.252487738978745, + -76.80316435515596, + -12.242109130570025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.80849837870285, + -12.242109130570025 + ] + ] + ], + "type": "Polygon" + }, + "id": "1318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84028178076046, + -11.783463863783096, + -76.83064460399831, + -11.773077515643017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.83977412921504, + -11.781317734955268 + ], + [ + -76.83495545415869, + -11.783463863783096 + ], + [ + -76.83064460399831, + -11.780416785307468 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.83597088307187, + -11.773077515643017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01611017028671, + -11.82436239929315, + -77.00646717595201, + -11.81397225219533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.01179397296787, + -11.81397225219533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81130488391538, + -12.173734694515082, + -76.8016568497697, + -12.163354843344715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.80698957438604, + -12.163354843344715 + ] + ] + ], + "type": "Polygon" + }, + "id": "1321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04112680039668, + -11.614376138348545, + -77.03148941396958, + -11.603982628306678 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.03681272964218, + -11.603982628306678 + ] + ] + ], + "type": "Polygon" + }, + "id": "1322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7154294489737, + -12.022700588670384, + -76.70578852002663, + -12.012320820416516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7111187882001, + -12.012320820416516 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.71009913142541, + -12.022700588670384 + ], + [ + -76.70578852002663, + -12.01965111224978 + ], + [ + -76.70629841115822, + -12.014461282898804 + ], + [ + -76.7111187882001, + -12.012320820416516 + ] + ] + ], + "type": "Polygon" + }, + "id": "1323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9848546042346, + -11.719024108294489, + -76.97521554997297, + -11.708633312876302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.97952945904323, + -11.719024108294489 + ], + [ + -76.97521554997297, + -11.715978652930914 + ], + [ + -76.97572120847171, + -11.710783308435081 + ], + [ + -76.98054064971193, + -11.708633312876302 + ] + ] + ], + "type": "Polygon" + }, + "id": "1324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91947007707597, + -12.105844642701232, + -76.90982119940789, + -12.095461010334109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.91515272977358, + -12.095461010334109 + ] + ] + ], + "type": "Polygon" + }, + "id": "1325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90956149802145, + -12.06554950217036, + -76.89991408250005, + -12.055165494192114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.90524495702014, + -12.055165494192114 + ] + ] + ], + "type": "Polygon" + }, + "id": "1326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69558748971512, + -12.130765458772496, + -76.68594388225262, + -12.12038786400362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69127593584078, + -12.12038786400362 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.68594388225262, + -12.12771524363493 + ], + [ + -76.68645421970075, + -12.122526501064902 + ], + [ + -76.69127593584078, + -12.12038786400362 + ] + ] + ], + "type": "Polygon" + }, + "id": "1327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16529656096674, + -11.713049210997788, + -77.15565311631846, + -11.702653952146237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.16097787382597, + -11.702653952146237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75803561165401, + -12.058384246953612, + -76.74839245698384, + -12.048003937204909 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.75372330192708, + -12.048003937204909 + ] + ] + ], + "type": "Polygon" + }, + "id": "1329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01463719538091, + -11.934347186498934, + -77.00499096257522, + -11.92395862810244 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.01031957114364, + -11.92395862810244 + ] + ] + ], + "type": "Polygon" + }, + "id": "1330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15187622416165, + -12.042206991798265, + -77.14222330700403, + -12.031816689456472 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14755350096645, + -12.031816689456472 + ], + [ + -77.15187622416165, + -12.034862192424566 + ], + [ + -77.15137253082985, + -12.040057395390324 + ], + [ + -77.14654598704215, + -12.042206991798265 + ], + [ + -77.14222330700403, + -12.039161404395585 + ], + [ + -77.1427271275872, + -12.033966305029514 + ], + [ + -77.14755350096645, + -12.031816689456472 + ] + ] + ], + "type": "Polygon" + }, + "id": "1331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96515601977637, + -12.015992730434009, + -76.95550863035828, + -12.005606592791555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.96083863721292, + -12.005606592791555 + ] + ] + ], + "type": "Polygon" + }, + "id": "1332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97727002781926, + -11.796949881222499, + -76.96762885050005, + -11.78656031321794 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.97295523945762, + -11.78656031321794 + ] + ] + ], + "type": "Polygon" + }, + "id": "1333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15544350165034, + -11.76717608577332, + -77.14579869076101, + -11.756781778629646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.15112435380192, + -11.756781778629646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78161009379623, + -12.147198851050005, + -76.77196365120182, + -12.136819327324567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.77729595190407, + -12.136819327324567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08862966472714, + -12.075334023639636, + -77.0789773445531, + -12.064945758251548 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.08430817981784, + -12.064945758251548 + ] + ] + ], + "type": "Polygon" + }, + "id": "1336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70861592608053, + -11.951271925450326, + -76.69897731285836, + -11.940891269764808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.70430640521309, + -11.940891269764808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9240328560836, + -12.059116832803134, + -76.91438525280623, + -12.048732366557696 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91971600896433, + -12.048732366557696 + ] + ] + ], + "type": "Polygon" + }, + "id": "1338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12881367773441, + -11.80392238196944, + -77.11916843684257, + -11.793529212771443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.12449474583032, + -11.793529212771443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80295714726417, + -12.02353874117049, + -76.7933138181115, + -12.013156766112859 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.79864407021543, + -12.013156766112859 + ] + ] + ], + "type": "Polygon" + }, + "id": "1340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13183524013903, + -11.772742378557922, + -77.12219085195818, + -11.762348714921844 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.12751664370813, + -11.762348714921844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76171524694584, + -12.443847821798274, + -76.75206048014623, + -12.433473784111852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.75637799031294, + -12.443847821798274 + ], + [ + -76.75206048014623, + -12.440796724754001 + ], + [ + -76.75257039195864, + -12.435609759999142 + ], + [ + -76.75739768793515, + -12.433473784111852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68724601538057, + -12.074914926208635, + -76.67760430361913, + -12.064536674058852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.67760430361913, + -12.071864924430459 + ], + [ + -76.67811466875742, + -12.066675853275546 + ], + [ + -76.6829354370347, + -12.064536674058852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15783469342375, + -11.885440694938193, + -77.14818630125804, + -11.875047956689901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15351390513177, + -11.875047956689901 + ], + [ + -77.15783469342375, + -11.878092645033503 + ], + [ + -77.15733132769827, + -11.883289066045247 + ], + [ + -77.15250704651989, + -11.885440694938193 + ], + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.15351390513177, + -11.875047956689901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88897651891227, + -11.756802880402084, + -76.87933884393499, + -11.746414957321319 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.88466465169711, + -11.746414957321319 + ] + ] + ], + "type": "Polygon" + }, + "id": "1345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69109807597825, + -11.988834256009705, + -76.68145882465225, + -11.97845460171443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.69058802559904, + -11.9866939090506 + ], + [ + -76.68576831238933, + -11.988834256009705 + ], + [ + -76.68145882465225, + -11.985784744311774 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.68678853853099, + -11.97845460171443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9872861556279, + -12.120408244632063, + -76.97763507858714, + -12.110023160082326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.98296678304929, + -12.110023160082326 + ] + ] + ], + "type": "Polygon" + }, + "id": "1347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96890829019385, + -11.835460276470506, + -76.95926618287949, + -11.8250714431128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.96459321388559, + -11.8250714431128 + ] + ] + ], + "type": "Polygon" + }, + "id": "1348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04952967209907, + -11.670278932379485, + -77.03989040909502, + -11.659885922487163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.04521463248837, + -11.659885922487163 + ] + ] + ], + "type": "Polygon" + }, + "id": "1349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6734641780184, + -12.215002801730154, + -76.66381866626216, + -12.204627124512317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.66915211235865, + -12.204627124512317 + ] + ] + ], + "type": "Polygon" + }, + "id": "1350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04049581628392, + -11.85822187088391, + -77.03085118963048, + -11.847831596670456 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.03617851423998, + -11.847831596670456 + ] + ] + ], + "type": "Polygon" + }, + "id": "1351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00930854172435, + -11.94168918004145, + -76.99966222697631, + -11.931300858812001 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -77.00499096257522, + -11.931300858812001 + ] + ] + ], + "type": "Polygon" + }, + "id": "1352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7511427280328, + -12.175605231517274, + -76.74149626324618, + -12.165226933473672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.74682904388204, + -12.165226933473672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99554177727329, + -11.798743619176802, + -76.9859000746397, + -11.788353626120626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.99122647357277, + -11.788353626120626 + ] + ] + ], + "type": "Polygon" + }, + "id": "1354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01615345841549, + -11.918764283341579, + -77.00650765104811, + -11.90837546312486 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.01183600133608, + -11.90837546312486 + ] + ] + ], + "type": "Polygon" + }, + "id": "1355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78691874938912, + -12.234188910486276, + -76.77726956658252, + -12.223810655375887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.78260330050904, + -12.223810655375887 + ] + ] + ], + "type": "Polygon" + }, + "id": "1356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92254406737669, + -12.263390750702465, + -76.91289040570933, + -12.25300957254589 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.92254406737669, + -12.256058254528376 + ], + [ + -76.92203681162405, + -12.261248896762853 + ], + [ + -76.91720989427992, + -12.263390750702465 + ], + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.91822453231035, + -12.25300957254589 + ] + ] + ], + "type": "Polygon" + }, + "id": "1357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03301611520963, + -12.1249172283981, + -77.0233637284698, + -12.11453109000935 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.02869545433705, + -12.11453109000935 + ] + ] + ], + "type": "Polygon" + }, + "id": "1358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99247212582183, + -11.735505721116072, + -76.98283238451953, + -11.725114955382237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.98815774700806, + -11.725114955382237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07790642392028, + -11.995623077081369, + -77.06825675208695, + -11.985233869919584 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.07358628928134, + -11.985233869919584 + ] + ] + ], + "type": "Polygon" + }, + "id": "1360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98654430405175, + -12.175378595794076, + -76.97689160545603, + -12.164994399090295 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.98222421714043, + -12.164994399090295 + ] + ] + ], + "type": "Polygon" + }, + "id": "1361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69168350243632, + -12.311121319959163, + -76.68203461739455, + -12.30074677150299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.68736964898618, + -12.30074677150299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76018584364985, + -12.459408484003427, + -76.75053065290537, + -12.449034761862043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75586811855288, + -12.449034761862043 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.75484832913186, + -12.459408484003427 + ], + [ + -76.75053065290537, + -12.456357303652162 + ], + [ + -76.7510406106202, + -12.45117049666596 + ], + [ + -76.75586811855288, + -12.449034761862043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14558753386541, + -11.821297293556981, + -77.13594135691939, + -11.81090395716292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.14126792548107, + -11.81090395716292 + ] + ] + ], + "type": "Polygon" + }, + "id": "1365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11520989489264, + -11.944213618961474, + -77.10556081560036, + -11.933822751516542 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.11088945302849, + -11.933822751516542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88595598507506, + -12.165424516833124, + -76.87630621129509, + -12.155042658747453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.88163875132733, + -12.155042658747453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99861266583586, + -11.861977807605582, + -76.9889690011282, + -11.851588612375714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.99429643687822, + -11.851588612375714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8128307980529, + -12.158164845882833, + -76.8031831876835, + -12.147784707634363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.80851565464158, + -12.147784707634363 + ] + ] + ], + "type": "Polygon" + }, + "id": "1369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.982562848912, + -11.695197033950969, + -76.97292456273759, + -11.684805984326264 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97824927327991, + -11.684805984326264 + ], + [ + -76.982562848912, + -11.687851240552765 + ], + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.97723809289131, + -11.695197033950969 + ], + [ + -76.97292456273759, + -11.692151690266108 + ], + [ + -76.97343021608245, + -11.686956218702544 + ], + [ + -76.97824927327991, + -11.684805984326264 + ] + ] + ], + "type": "Polygon" + }, + "id": "1370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97355361874709, + -12.071870335126993, + -76.96390434509509, + -12.06148483745625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96923526406209, + -12.06148483745625 + ] + ] + ], + "type": "Polygon" + }, + "id": "1371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73216414214417, + -12.040088213451593, + -76.72252223724222, + -12.029708282119618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.72785278823801, + -12.029708282119618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97739795396706, + -12.174475020750693, + -76.96774551887428, + -12.164091035395554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.97307812542513, + -12.164091035395554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77250059435399, + -12.05196113781861, + -76.76285723919598, + -12.041580363344998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.76818797300962, + -12.041580363344998 + ] + ] + ], + "type": "Polygon" + }, + "id": "1374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06247572595096, + -11.679412658755904, + -77.052835862107, + -11.66901945061361 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.0581602188709, + -11.66901945061361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92328058597725, + -12.114084444424494, + -76.91363136259062, + -12.103700845783184 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.918963025492, + -12.103700845783184 + ] + ] + ], + "type": "Polygon" + }, + "id": "1376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9560407995566, + -12.109459739686608, + -76.94639085904679, + -12.09907525619727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.95172241527587, + -12.09907525619727 + ] + ] + ], + "type": "Polygon" + }, + "id": "1377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05266447519448, + -11.827946066488611, + -77.0430204400966, + -11.817555074882506 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.04834725128208, + -11.817555074882506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98495713760713, + -12.002214951275437, + -76.97530964620232, + -11.991828119117121 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.98063940551599, + -11.991828119117121 + ] + ] + ], + "type": "Polygon" + }, + "id": "1379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73369273151522, + -12.024518247698468, + -76.72405124914033, + -12.014138041774844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72938154308636, + -12.014138041774844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65666616809534, + -12.29189844901694, + -76.64701882490166, + -12.281524475848238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.6513314011033, + -12.29189844901694 + ], + [ + -76.64701882490166, + -12.288847077966532 + ], + [ + -76.64752995788032, + -12.283660146314372 + ], + [ + -76.65235354160022, + -12.281524475848238 + ] + ] + ], + "type": "Polygon" + }, + "id": "1381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82578941203894, + -12.072976389407557, + -76.81614399620334, + -12.06259459182812 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.82147505130347, + -12.06259459182812 + ] + ] + ], + "type": "Polygon" + }, + "id": "1382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13501215036871, + -11.930417096691974, + -77.12536298654565, + -11.92002555071378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.13069136675598, + -11.92002555071378 + ] + ] + ], + "type": "Polygon" + }, + "id": "1383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75566225648843, + -12.31751994439775, + -76.74601143063515, + -12.307143871159672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.75134655278202, + -12.307143871159672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96209062181018, + -11.952773025554812, + -76.95244519658586, + -11.942386028614033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.95777416528405, + -11.942386028614033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72981067416943, + -12.204915630516242, + -76.7201639156672, + -12.194538348224253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.72549718614088, + -12.194538348224253 + ] + ] + ], + "type": "Polygon" + }, + "id": "1386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67057259244947, + -11.963207153039448, + -76.66093467108166, + -11.952827644962346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.66626396441744, + -11.952827644962346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83265519077547, + -11.955718505689148, + -76.82301308735768, + -11.945334775962168 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82834220632475, + -11.945334775962168 + ], + [ + -76.83265519077547, + -11.948382768092578 + ], + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.82834220632475, + -11.945334775962168 + ] + ] + ], + "type": "Polygon" + }, + "id": "1388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.045771125814, + -11.756462391217607, + -77.03612939433954, + -11.746070598589192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.04145503884223, + -11.746070598589192 + ] + ] + ], + "type": "Polygon" + }, + "id": "1389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05658732909049, + -12.024992791649526, + -77.04693732230807, + -12.014604542987334 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.05226737172774, + -12.014604542987334 + ] + ] + ], + "type": "Polygon" + }, + "id": "1390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6605284616831, + -12.205850210156648, + -76.65088358110481, + -12.19547471620238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65621687674711, + -12.19547471620238 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.65088358110481, + -12.20279929845889 + ], + [ + -76.65139452426844, + -12.19761160646526 + ], + [ + -76.65621687674711, + -12.19547471620238 + ] + ] + ], + "type": "Polygon" + }, + "id": "1391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84482328449579, + -12.114174196872586, + -76.83517613141315, + -12.103792559713945 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.84050785454744, + -12.103792559713945 + ] + ] + ], + "type": "Polygon" + }, + "id": "1392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14010201614668, + -11.639766380166261, + -77.13046137802279, + -11.62937078885644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1357849721543, + -11.62937078885644 + ], + [ + -77.14010201614668, + -11.632414352988393 + ], + [ + -77.13959878291747, + -11.637612200856656 + ], + [ + -77.1347783787973, + -11.639766380166261 + ], + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.13096473814126, + -11.631524985339984 + ], + [ + -77.1357849721543, + -11.62937078885644 + ] + ] + ], + "type": "Polygon" + }, + "id": "1393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91335780565544, + -11.979424874866586, + -76.90371285848664, + -11.969039477018557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.9090423108042, + -11.969039477018557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96360917794512, + -11.937192464017167, + -76.95396417761869, + -11.926805203000521 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.9592928882646, + -11.926805203000521 + ] + ] + ], + "type": "Polygon" + }, + "id": "1395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78381492734286, + -12.453915763404387, + -76.7741592612032, + -12.443541343262394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77949662661212, + -12.443541343262394 + ], + [ + -76.78381492734286, + -12.446592192063644 + ], + [ + -76.78330543379711, + -12.45177945605536 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.77949662661212, + -12.443541343262394 + ] + ] + ], + "type": "Polygon" + }, + "id": "1396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75263759414607, + -12.25434852270566, + -76.74298873764053, + -12.243971469203096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.74832281753221, + -12.243971469203096 + ] + ] + ], + "type": "Polygon" + }, + "id": "1397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1272269984792, + -11.72507836244706, + -77.11758414410848, + -11.714684177610327 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.12290915952944, + -11.714684177610327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10685613205014, + -11.982729629841577, + -77.09720611444726, + -11.972339528337319 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.10253539827248, + -11.972339528337319 + ] + ] + ], + "type": "Polygon" + }, + "id": "1399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74733859366803, + -12.16736620025219, + -76.7376924782591, + -12.156987866961911 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.74302512414123, + -12.156987866961911 + ] + ] + ], + "type": "Polygon" + }, + "id": "1400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00086809477358, + -11.791399332834608, + -76.99122647357277, + -11.781009109172333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.99655274582852, + -11.781009109172333 + ] + ] + ], + "type": "Polygon" + }, + "id": "1401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93167206487634, + -12.169953119347422, + -76.92202095446902, + -12.15957019449569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.92735353121036, + -12.15957019449569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73361452402754, + -12.21315448050082, + -76.72396741570846, + -12.202777235203108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.72930082118741, + -12.202777235203108 + ] + ] + ], + "type": "Polygon" + }, + "id": "1403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74740878886988, + -11.97871334302872, + -76.73776829825366, + -11.968332104097978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.74309783348528, + -11.968332104097978 + ] + ] + ], + "type": "Polygon" + }, + "id": "1404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17745414374338, + -11.682752234012975, + -77.16781129943348, + -11.672356291451003 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17313553900625, + -11.672356291451003 + ], + [ + -77.17745414374338, + -11.675399755690567 + ], + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.17313553900625, + -11.672356291451003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73522118350766, + -12.008947870443976, + -76.72558012363655, + -11.998567391473193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.7309101605499, + -11.998567391473193 + ] + ] + ], + "type": "Polygon" + }, + "id": "1406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00172388364344, + -12.019595934310539, + -76.99207544154567, + -12.009208949247967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.99740546873689, + -12.009208949247967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80748070966203, + -12.25981635063758, + -76.79783020787474, + -12.249437998060273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.80316435515596, + -12.249437998060273 + ] + ] + ], + "type": "Polygon" + }, + "id": "1408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78689516531898, + -12.328496784457387, + -76.777243165856, + -12.318120104845093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.78257845710934, + -12.318120104845093 + ] + ] + ], + "type": "Polygon" + }, + "id": "1409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11959874681291, + -11.70859583282804, + -77.10995657388438, + -11.698201616846399 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.1152813299771, + -11.698201616846399 + ] + ] + ], + "type": "Polygon" + }, + "id": "1410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76489372120209, + -12.035482228831683, + -76.75525106345289, + -12.02510139651429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.7605815284606, + -12.02510139651429 + ] + ] + ], + "type": "Polygon" + }, + "id": "1411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07693573987451, + -11.672956024965583, + -77.06729570157243, + -11.662562382490524 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.07261993297591, + -11.662562382490524 + ] + ] + ], + "type": "Polygon" + }, + "id": "1412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74577432241915, + -12.27723983507645, + -76.73612496884911, + -12.266863336339297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.74145942891411, + -12.266863336339297 + ] + ] + ], + "type": "Polygon" + }, + "id": "1413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01004605913143, + -11.886699726226835, + -77.00040136389352, + -11.876310598473925 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -77.00572919353283, + -11.876310598473925 + ] + ] + ], + "type": "Polygon" + }, + "id": "1414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08172211042206, + -12.0038636709227, + -77.07207209637002, + -11.993474493357887 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.07740176400776, + -11.993474493357887 + ] + ] + ], + "type": "Polygon" + }, + "id": "1415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95748175204484, + -11.810738507193019, + -76.94784067747251, + -11.800349615355145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.95316731315714, + -11.800349615355145 + ] + ] + ], + "type": "Polygon" + }, + "id": "1416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95835974687273, + -12.227630255447954, + -76.94870621851022, + -12.217247599904958 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.95403972142164, + -12.217247599904958 + ] + ] + ], + "type": "Polygon" + }, + "id": "1417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03966312634736, + -11.724392667435954, + -77.03002250499917, + -11.714000599538993 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.03534762997818, + -11.714000599538993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73373180105902, + -11.930183163257755, + -76.72409312919625, + -11.919801561015355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72942186873688, + -11.919801561015355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13485625720936, + -11.741560898040172, + -77.12521272164246, + -11.73116674617441 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.13053799622496, + -11.73116674617441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04211236297014, + -12.031435303855563, + -77.03246253274175, + -12.02104750601875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.03779270682283, + -12.02104750601875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036919364643, + -12.157256185647096, + -76.7940445986658, + -12.146876263503268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.79937705524948, + -12.146876263503268 + ] + ] + ], + "type": "Polygon" + }, + "id": "1422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88213798224771, + -11.968476836840049, + -76.87249418374424, + -11.95809205540176 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.87782348034044, + -11.95809205540176 + ] + ] + ], + "type": "Polygon" + }, + "id": "1423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01476588922195, + -12.217480785962131, + -77.00511120671555, + -12.207096572870567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.01476588922195, + -12.210144175994 + ], + [ + -77.01425999704288, + -12.215336335112728 + ], + [ + -77.00943256977892, + -12.217480785962131 + ], + [ + -77.00511120671555, + -12.214433099117043 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.01044448099324, + -12.207096572870567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7015634800257, + -12.351397548629524, + -76.69191311969472, + -12.34102343309229 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.69724881527445, + -12.34102343309229 + ] + ] + ], + "type": "Polygon" + }, + "id": "1425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8653871333442, + -12.13979946336476, + -76.85573866884583, + -12.129417713172733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.8610708010956, + -12.129417713172733 + ] + ] + ], + "type": "Polygon" + }, + "id": "1426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94154438724001, + -12.021527664382724, + -76.93189744719885, + -12.011142194119476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.9372275681354, + -12.011142194119476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78461553672257, + -12.304693000909205, + -76.77496431007701, + -12.294315976228578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.78029920914764, + -12.294315976228578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06948925218083, + -11.939732828259231, + -77.05984145957466, + -11.929343006611061 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.06517008802307, + -11.929343006611061 + ] + ] + ], + "type": "Polygon" + }, + "id": "1429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92787811463596, + -12.256058254528376, + -76.91822453231035, + -12.245676822397133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.92737094501857, + -12.25391618980404 + ], + [ + -76.92254406737669, + -12.256058254528376 + ], + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.92355853315213, + -12.245676822397133 + ] + ] + ], + "type": "Polygon" + }, + "id": "1430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69622773477306, + -12.358720161663447, + -76.6865773022623, + -12.348346308588814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.69191311969472, + -12.348346308588814 + ] + ] + ], + "type": "Polygon" + }, + "id": "1431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82499579453673, + -12.316577668727993, + -76.81534312730976, + -12.30619982428117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.82067820250562, + -12.30619982428117 + ] + ] + ], + "type": "Polygon" + }, + "id": "1432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.917166574699, + -11.987664990008808, + -76.90752128195628, + -11.977279619386838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.91285086678302, + -11.977279619386838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88443309888707, + -12.180996945083717, + -76.87478290048413, + -12.170615374186148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.88011569854962, + -12.170615374186148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08764801930644, + -11.752689861349566, + -77.07800533788834, + -11.742296999307346 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.08333086481282, + -11.742296999307346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81586708955393, + -12.221351324313146, + -76.8062175114195, + -12.210972127835815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.81155101940085, + -12.210972127835815 + ] + ] + ], + "type": "Polygon" + }, + "id": "1436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10362396173086, + -11.7306442540037, + -77.09398153381368, + -11.720250712986669 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09930667571534, + -11.720250712986669 + ] + ] + ], + "type": "Polygon" + }, + "id": "1437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14503460237478, + -12.065136218670139, + -77.13538117161659, + -12.05474642981557 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14071175422416, + -12.05474642981557 + ], + [ + -77.14503460237478, + -12.057792104347916 + ], + [ + -77.14453077714165, + -12.062987050596886 + ], + [ + -77.13970397650614, + -12.065136218670139 + ], + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.14071175422416, + -12.05474642981557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75335192686669, + -12.388010392093081, + -76.74369905690335, + -12.377635586976158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.74903534456271, + -12.377635586976158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75793956630802, + -12.34132215207034, + -76.74828796731303, + -12.33094642577782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.75362348189307, + -12.33094642577782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8029193554918, + -12.212202554827076, + -76.79327039821405, + -12.201823536099242 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.79860376181625, + -12.201823536099242 + ] + ] + ], + "type": "Polygon" + }, + "id": "1441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96518445889102, + -12.110362847329455, + -76.95553425386471, + -12.09997815168615 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.96086581586991, + -12.09997815168615 + ] + ] + ], + "type": "Polygon" + }, + "id": "1442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73432083554341, + -12.346818817604797, + -76.72466971514163, + -12.336443786655844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.73000532787434, + -12.336443786655844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03458120496245, + -12.203709800748854, + -77.0249264261058, + -12.193324877807427 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.03458120496245, + -12.196372231107183 + ], + [ + -77.03407561222654, + -12.20156474502873 + ], + [ + -77.02924813689707, + -12.203709800748854 + ], + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.03025944929288, + -12.193324877807427 + ] + ] + ], + "type": "Polygon" + }, + "id": "1444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10290241562036, + -11.785654286004894, + -77.09325836855238, + -11.775261495881415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.09858441572527, + -11.775261495881415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00483817295861, + -12.17718493984197, + -76.995184948792, + -12.16680032119332 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -77.00051756991488, + -12.16680032119332 + ] + ] + ], + "type": "Polygon" + }, + "id": "1446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97878721640056, + -11.781365466962002, + -76.9691464637406, + -11.770975650373458 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.9744725948197, + -11.770975650373458 + ] + ] + ], + "type": "Polygon" + }, + "id": "1447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79992539742047, + -11.960338916791907, + -76.7902840337155, + -11.949956078410022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7956132459377, + -11.949956078410022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89813413730914, + -12.040829791168543, + -76.8884877596593, + -12.03044569118453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.89381823604886, + -12.03044569118453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1386712642012, + -11.749802166949374, + -77.12902738812849, + -11.739408032253882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.1343527922292, + -11.739408032253882 + ] + ] + ], + "type": "Polygon" + }, + "id": "1450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148247396598, + -12.2661832321243, + -76.86183007437552, + -12.25580337532535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.8671642877311, + -12.25580337532535 + ] + ] + ], + "type": "Polygon" + }, + "id": "1451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76177711287785, + -12.255260499482885, + -76.75212798096787, + -12.244883228843866 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.75746207278014, + -12.244883228843866 + ] + ] + ], + "type": "Polygon" + }, + "id": "1452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85090958329069, + -12.240557112906606, + -76.84125849544819, + -12.23017734905206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.84659229978224, + -12.23017734905206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76645045229905, + -11.925568818006866, + -76.75681102839488, + -11.915186319000423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.76213968183714, + -11.915186319000423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76872589911339, + -11.949381900195183, + -76.75908570403777, + -11.938999689656672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.76441474888121, + -11.938999689656672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12794435037111, + -11.670061939902558, + -77.1183031148538, + -11.659667025601372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1236272252964, + -11.659667025601372 + ], + [ + -77.12794435037111, + -11.66271086241547 + ], + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.1236272252964, + -11.659667025601372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83797556338855, + -12.042736275358036, + -76.82833072381995, + -12.03235370939618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.83366127340686, + -12.03235370939618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89278166840273, + -11.765043297631548, + -76.88314364782687, + -11.75465539019681 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.8884695882228, + -11.75465539019681 + ] + ] + ], + "type": "Polygon" + }, + "id": "1458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74812033431694, + -12.112423001787334, + -76.7384758371791, + -12.102043779726849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.7438075764294, + -12.102043779726849 + ] + ] + ], + "type": "Polygon" + }, + "id": "1459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06870288999693, + -11.900322049974132, + -77.05905629170415, + -11.88993168144073 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.06438427257368, + -11.88993168144073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0024628445721, + -11.964612644724845, + -76.99281602266578, + -11.954224826011501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.99814514347673, + -11.954224826011501 + ] + ] + ], + "type": "Polygon" + }, + "id": "1461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93850449424791, + -12.052682983184377, + -76.92885670444002, + -12.04229805960251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.93418734155037, + -12.04229805960251 + ] + ] + ], + "type": "Polygon" + }, + "id": "1462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01840561929491, + -11.848188038484023, + -77.0087618565751, + -11.837798164959931 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.01408904283888, + -11.837798164959931 + ] + ] + ], + "type": "Polygon" + }, + "id": "1463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01628347445602, + -12.201904393792125, + -77.0066292181347, + -12.19151989099901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.0119622336788, + -12.19151989099901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67266974161099, + -12.26992935607808, + -76.66302261158995, + -12.259554604231916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.66835696470443, + -12.259554604231916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76258733184356, + -12.10600262108009, + -76.7529426333178, + -12.095622931480012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.75827426187425, + -12.095622931480012 + ] + ] + ], + "type": "Polygon" + }, + "id": "1466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76705238043054, + -12.43652479809896, + -76.75739768793515, + -12.426150495077291 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.76273477265421, + -12.426150495077291 + ] + ] + ], + "type": "Polygon" + }, + "id": "1467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74737370150586, + -12.073045474104678, + -76.7377303993135, + -12.062665659997489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.74306148941663, + -12.062665659997489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83188792004697, + -12.01068284460619, + -76.82224419877562, + -12.00029994810434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.82757422369971, + -12.00029994810434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1226201965291, + -11.6774127077374, + -77.1129788756055, + -11.667018015990484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.1183031148538, + -11.667018015990484 + ] + ] + ], + "type": "Polygon" + }, + "id": "1470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04796342899317, + -11.59143626643514, + -77.03832655028705, + -11.581042306147529 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04364948071488, + -11.581042306147529 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.03832655028705, + -11.588392075614566 + ], + [ + -77.0388311268604, + -11.583195148361224 + ], + [ + -77.04364948071488, + -11.581042306147529 + ] + ] + ], + "type": "Polygon" + }, + "id": "1471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18357834940765, + -11.714828752919606, + -77.1739343994177, + -11.70443307868403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.18357834940765, + -11.707476658220566 + ], + [ + -77.18307561051407, + -11.712674547193362 + ], + [ + -77.17825355064637, + -11.714828752919606 + ], + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.17925915556174, + -11.70443307868403 + ] + ] + ], + "type": "Polygon" + }, + "id": "1472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6604680025827, + -12.300136736354332, + -76.65082030789188, + -12.289762803922416 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.65513309964597, + -12.300136736354332 + ], + [ + -76.65082030789188, + -12.297085360333693 + ], + [ + -76.6513314011033, + -12.29189844901694 + ], + [ + -76.65615516058665, + -12.289762803922416 + ] + ] + ], + "type": "Polygon" + }, + "id": "1473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01545999316056, + -12.06813702905952, + -77.00580975026283, + -12.057750442139612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.01114056140938, + -12.057750442139612 + ] + ] + ], + "type": "Polygon" + }, + "id": "1474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09981060281194, + -11.722403069735908, + -77.09016851608438, + -11.712009512855554 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.09549352803964, + -11.712009512855554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77022411199204, + -12.028150412209138, + -76.7605815284606, + -12.01776933394112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.76591187065324, + -12.01776933394112 + ] + ] + ], + "type": "Polygon" + }, + "id": "1476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75797160010954, + -12.24702169161154, + -76.74832281753221, + -12.2366443815717 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.75365677465794, + -12.2366443815717 + ] + ] + ], + "type": "Polygon" + }, + "id": "1477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81666731909887, + -11.977723751222392, + -76.80702498767408, + -11.967340747048311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.81235447794445, + -11.967340747048311 + ] + ] + ], + "type": "Polygon" + }, + "id": "1478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9696820343589, + -11.87486628382365, + -76.96003873338543, + -11.864477981987498 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.96536641199609, + -11.864477981987498 + ] + ] + ], + "type": "Polygon" + }, + "id": "1479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6759018145966, + -11.955877111986814, + -76.66626396441744, + -11.945497359722467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.67159313664872, + -11.945497359722467 + ] + ] + ], + "type": "Polygon" + }, + "id": "1481", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85091938326588, + -12.05188157564181, + -76.84127392604101, + -12.041498823977847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.84660461835828, + -12.041498823977847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85243415491952, + -12.224987393687746, + -76.84278349147743, + -12.214607336513563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.84811703784952, + -12.214607336513563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8463475149871, + -12.09860167079149, + -76.8367007859043, + -12.08821975268934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.84203225130845, + -12.08821975268934 + ] + ] + ], + "type": "Polygon" + }, + "id": "1484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69775933257007, + -12.343159305396847, + -76.68810932301002, + -12.332785146131139 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.6934448830661, + -12.332785146131139 + ] + ] + ], + "type": "Polygon" + }, + "id": "1485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92705670900897, + -11.933590365525802, + -76.91741276880626, + -11.923203957194897 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.92655003336047, + -11.931444244986135 + ], + [ + -76.92172797694813, + -11.933590365525802 + ], + [ + -76.91741276880626, + -11.930543249306346 + ], + [ + -76.91791957073065, + -11.925350098564028 + ], + [ + -76.92274145453044, + -11.923203957194897 + ] + ] + ], + "type": "Polygon" + }, + "id": "1486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97956206459095, + -11.820774570088416, + -76.96992011865227, + -11.810385271518005 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.97524689709188, + -11.810385271518005 + ] + ] + ], + "type": "Polygon" + }, + "id": "1487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08020820724565, + -12.019447100301331, + -77.07055776679907, + -12.009058192397406 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.07588769317304, + -12.009058192397406 + ] + ] + ], + "type": "Polygon" + }, + "id": "1488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83036349883396, + -12.026256848950563, + -76.82071935395685, + -12.015874224861301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.82604963639913, + -12.015874224861301 + ] + ] + ], + "type": "Polygon" + }, + "id": "1489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95758657365043, + -12.18824204897064, + -76.9479342415317, + -12.177858774361768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.95326709539304, + -12.177858774361768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13206652392267, + -12.055998863149425, + -77.12241368939527, + -12.045609248541545 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.12774414185353, + -12.045609248541545 + ] + ] + ], + "type": "Polygon" + }, + "id": "1491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91183694337916, + -11.995002635926095, + -76.90219157176664, + -11.984617506734034 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.90752128195628, + -11.984617506734034 + ] + ] + ], + "type": "Polygon" + }, + "id": "1492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8288389404392, + -12.041830442744155, + -76.8191943719328, + -12.031448092612989 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.82452491191047, + -12.031448092612989 + ] + ] + ], + "type": "Polygon" + }, + "id": "1493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462398743313, + -12.289082605210671, + -76.85497108560884, + -12.278703301834094 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.86030568184812, + -12.278703301834094 + ] + ] + ], + "type": "Polygon" + }, + "id": "1494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88061586325699, + -11.984053674307091, + -76.87097164069043, + -11.973669160707045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.87630119498692, + -11.973669160707045 + ] + ] + ], + "type": "Polygon" + }, + "id": "1495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06270309458482, + -12.057055624847328, + -77.05305197612272, + -12.046667711940943 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.05838254568584, + -12.046667711940943 + ] + ] + ], + "type": "Polygon" + }, + "id": "1496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80448270176451, + -12.007965710383365, + -76.79483979590002, + -11.997583462952285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.80016979062655, + -11.997583462952285 + ] + ] + ], + "type": "Polygon" + }, + "id": "1497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06197398375704, + -12.112039184367118, + -77.052321243399, + -12.101652136206967 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.06197398375704, + -12.104698808685312 + ], + [ + -77.06146891860304, + -12.109892385110378 + ], + [ + -77.05664246271303, + -12.112039184367118 + ], + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.05765271998162, + -12.101652136206967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70472116340338, + -12.131676983275916, + -76.69507727776893, + -12.121299169393534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.70040934498715, + -12.121299169393534 + ] + ] + ], + "type": "Polygon" + }, + "id": "1499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06416057942566, + -11.94707655917476, + -77.0545127031302, + -11.93668697397618 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.05984145957466, + -11.93668697397618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99561636702067, + -11.987534669204283, + -76.98596903817867, + -11.977147356534768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.99129854410266, + -11.977147356534768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09929103749539, + -12.060649667492111, + -77.089638886556, + -12.050260918316189 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.09496946467995, + -12.050260918316189 + ] + ] + ], + "type": "Polygon" + }, + "id": "1502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81055021468434, + -12.134355213245756, + -76.80090337608169, + -12.123974755305422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.80623545146716, + -12.123974755305422 + ] + ] + ], + "type": "Polygon" + }, + "id": "1503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13255192832244, + -11.717728316494181, + -77.12290915952944, + -11.707333906910241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.12823404602626, + -11.707333906910241 + ] + ] + ], + "type": "Polygon" + }, + "id": "1504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74125988614372, + -12.135320428826583, + -76.73161489257272, + -12.124941740983902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.73694701156064, + -12.124941740983902 + ] + ] + ], + "type": "Polygon" + }, + "id": "1505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75946850423605, + -12.325758486529846, + -76.74981732885034, + -12.315382456258273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.75515258577161, + -12.315382456258273 + ] + ] + ], + "type": "Polygon" + }, + "id": "1506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9804028323503, + -12.04895345817932, + -76.97075406494896, + -12.03856744157454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.9760845990974, + -12.03856744157454 + ] + ] + ], + "type": "Polygon" + }, + "id": "1507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88517162257777, + -11.748562467808817, + -76.8755342932594, + -11.73817452953788 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88085996834661, + -11.73817452953788 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.8755342932594, + -11.745515975573003 + ], + [ + -76.87604139010497, + -11.74032206030213 + ], + [ + -76.88085996834661, + -11.73817452953788 + ] + ] + ], + "type": "Polygon" + }, + "id": "1508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.020790722105, + -12.060797338904989, + -77.01114056140938, + -12.050410508915258 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.01647124531827, + -12.050410508915258 + ] + ] + ], + "type": "Polygon" + }, + "id": "1509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12276891639894, + -11.866277882992234, + -77.11312196979395, + -11.855885721288594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.11844931346826, + -11.855885721288594 + ] + ] + ], + "type": "Polygon" + }, + "id": "1510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96899689561153, + -12.118602779470196, + -76.95934634579748, + -12.10821811821225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.96467803976492, + -12.10821811821225 + ] + ] + ], + "type": "Polygon" + }, + "id": "1511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97123009519055, + -11.953673212966606, + -76.9615844060226, + -11.943286003493679 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.96691338030887, + -11.943286003493679 + ] + ] + ], + "type": "Polygon" + }, + "id": "1512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78468823665742, + -12.021725352666833, + -76.77504545369933, + -12.011343811546695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.78037568420207, + -12.011343811546695 + ] + ] + ], + "type": "Polygon" + }, + "id": "1513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81286280360032, + -11.969483966552096, + -76.80322081978751, + -11.959100936598569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.80855017629189, + -11.959100936598569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7222037386824, + -12.188437892604417, + -76.71255767999322, + -12.178060537688632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.71789068033374, + -12.178060537688632 + ] + ] + ], + "type": "Polygon" + }, + "id": "1515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7816352058938, + -12.052868878741426, + -76.77199157671312, + -12.04248788695079 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.7773223218341, + -12.04248788695079 + ] + ] + ], + "type": "Polygon" + }, + "id": "1516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1097399748074, + -11.762716584051569, + -77.10009643864781, + -11.752323320218022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.10542209878692, + -11.752323320218022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85928934386396, + -12.296412224087684, + -76.8496363646964, + -12.286033177363246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.85878115198032, + -12.2942721821268 + ], + [ + -76.85395457554336, + -12.296412224087684 + ], + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.85497108560884, + -12.286033177363246 + ] + ] + ], + "type": "Polygon" + }, + "id": "1518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18065295393602, + -11.840456034963589, + -77.17100533636862, + -11.830062119272482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.18065295393602, + -11.833106373123053 + ], + [ + -77.18014997893674, + -11.838303382738747 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.17633216241319, + -11.830062119272482 + ] + ] + ], + "type": "Polygon" + }, + "id": "1519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84332737049102, + -11.752304322715093, + -76.83369103987081, + -11.741917479304261 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83901680459891, + -11.741917479304261 + ], + [ + -76.84332737049102, + -11.744964269309683 + ], + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.8341987259224, + -11.744064077581058 + ], + [ + -76.83901680459891, + -11.741917479304261 + ] + ] + ], + "type": "Polygon" + }, + "id": "1520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71302260897359, + -12.281825288310957, + -76.70337401298657, + -12.27144970132181 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.70870855710078, + -12.27144970132181 + ] + ] + ], + "type": "Polygon" + }, + "id": "1521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9940989187463, + -12.003115302354752, + -76.98445116451515, + -11.992728258454262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98978092872882, + -11.992728258454262 + ] + ] + ], + "type": "Polygon" + }, + "id": "1522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00631552587889, + -12.067236205741036, + -76.99666554479332, + -12.056849829759749 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -77.00199635168258, + -12.056849829759749 + ] + ] + ], + "type": "Polygon" + }, + "id": "1523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90039272681831, + -11.7815241441975, + -76.89075401522645, + -11.771136269422373 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.8960802207666, + -11.771136269422373 + ] + ] + ], + "type": "Polygon" + }, + "id": "1524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01702042031687, + -12.146932649419114, + -77.00736778620349, + -12.136547250055235 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.01269989431522, + -12.136547250055235 + ] + ] + ], + "type": "Polygon" + }, + "id": "1525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72840301243187, + -11.937515704508344, + -76.71876426755529, + -11.927134344211519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.72409312919625, + -11.927134344211519 + ] + ] + ], + "type": "Polygon" + }, + "id": "1526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71984420587238, + -12.353227902414547, + -76.7101932895376, + -12.342853350801493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.7155290117787, + -12.342853350801493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72298972005147, + -12.133499236746845, + -76.71334527949831, + -12.123120985385466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.71867737315155, + -12.123120985385466 + ] + ] + ], + "type": "Polygon" + }, + "id": "1528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79380093773483, + -12.116968224464333, + -76.78415506836049, + -12.106587916089122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78948686508964, + -12.106587916089122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04342283271761, + -11.638207188621642, + -77.03378467913649, + -11.627813920730711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.03910838335909, + -11.627813920730711 + ] + ] + ], + "type": "Polygon" + }, + "id": "1530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10981057370954, + -11.857142815989276, + -77.1001642242317, + -11.846750840166921 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.10549143696291, + -11.846750840166921 + ] + ] + ], + "type": "Polygon" + }, + "id": "1531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99173202107475, + -11.790502882315279, + -76.98209066200216, + -11.78011287093347 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.9874169295685, + -11.78011287093347 + ] + ] + ], + "type": "Polygon" + }, + "id": "1532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09902098428189, + -11.682980692106957, + -77.08938009031519, + -11.672586642555022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.09470445564892, + -11.672586642555022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91333118962558, + -11.79066364138668, + -76.90369186591155, + -11.780275568967074 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.90901821128806, + -11.780275568967074 + ] + ] + ], + "type": "Polygon" + }, + "id": "1534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81432542426252, + -12.331232645598082, + -76.80467260501345, + -12.320855318891548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.8100079281163, + -12.320855318891548 + ] + ] + ], + "type": "Polygon" + }, + "id": "1535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0656170826723, + -11.837082237476274, + -77.05597244637845, + -11.826691056310004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.06129939093016, + -11.826691056310004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09441944499468, + -11.635315553980867, + -77.08478008461495, + -11.624921010185655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.09010367353743, + -11.624921010185655 + ] + ] + ], + "type": "Polygon" + }, + "id": "1537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02377823795503, + -11.935245451189951, + -77.01413174398819, + -11.924856681623455 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01946035655936, + -11.924856681623455 + ] + ] + ], + "type": "Polygon" + }, + "id": "1538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96051778208165, + -11.779571331629558, + -76.9508775564326, + -11.769181941119646 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.95620367652793, + -11.769181941119646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386574774734, + -11.966670245777973, + -76.85422248697913, + -11.956285894378468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.85955176675158, + -11.956285894378468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73525980572269, + -11.914610693846182, + -76.72562155611779, + -11.904228827841312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.7309500387754, + -11.904228827841312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91793421940739, + -12.027060044918947, + -76.9082877319821, + -12.016675243956414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.91361796516597, + -12.016675243956414 + ] + ] + ], + "type": "Polygon" + }, + "id": "1542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9766225288675, + -12.135082602905804, + -76.96697128966088, + -12.124698011785604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.97230324742839, + -12.124698011785604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66904166160356, + -11.978776078904273, + -76.65940331858874, + -11.968396839913646 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.66853132077328, + -11.976636079702406 + ], + [ + -76.66371206161244, + -11.978776078904273 + ], + [ + -76.65940331858874, + -11.975726427110667 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.66473286855953, + -11.968396839913646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96358121347538, + -11.842802650155347, + -76.95393902572158, + -11.83241405007043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95926618287949, + -11.83241405007043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99335847349819, + -12.058094944735732, + -76.98370909879881, + -12.047708747957476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.9890397695912, + -12.047708747957476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83645124581795, + -12.058309780012467, + -76.82680598249071, + -12.04792748956714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.83213678967712, + -12.04792748956714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04206148469707, + -11.93704119159154, + -77.03241446984092, + -11.926652000438555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.03774308959042, + -11.926652000438555 + ] + ] + ], + "type": "Polygon" + }, + "id": "1548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300321234736, + -12.061931759894273, + -76.86335686911056, + -12.051548608680257 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.8686877121677, + -12.051548608680257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75498000783462, + -12.089524063602626, + -76.74533600735583, + -12.0791443108387 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.75066736676742, + -12.0791443108387 + ] + ] + ], + "type": "Polygon" + }, + "id": "1550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11823391292134, + -11.913040492895007, + -77.10858568677676, + -11.902649103096072 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.11391380665061, + -11.902649103096072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90723893537296, + -11.758600502537446, + -76.89760072597983, + -11.748212149342345 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.90292654903243, + -11.748212149342345 + ] + ] + ], + "type": "Polygon" + }, + "id": "1552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80141211917208, + -12.13344690620993, + -76.79176555321936, + -12.123066664519781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.7970976181632, + -12.123066664519781 + ] + ] + ], + "type": "Polygon" + }, + "id": "1553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0543419206305, + -12.095558712888565, + -77.04468986604563, + -12.085171595332916 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.05002108102497, + -12.085171595332916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13040113949462, + -11.882759922111694, + -77.12075351091488, + -11.87236780770754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.12608111408974, + -11.87236780770754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01766958474732, + -11.903180987841111, + -77.00802420279429, + -11.892791907353127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.0133522948192, + -11.892791907353127 + ] + ] + ], + "type": "Polygon" + }, + "id": "1556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7822864008227, + -12.469476998283303, + -76.77263031046003, + -12.459102894494023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.77796793385436, + -12.459102894494023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93011464329292, + -11.996807297821308, + -76.92046873887017, + -11.986421741383538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.92579846299431, + -11.986421741383538 + ] + ] + ], + "type": "Polygon" + }, + "id": "1558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7390604674199, + -11.922850293336104, + -76.72942186873688, + -11.912468449590586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.73475048608917, + -11.912468449590586 + ] + ] + ], + "type": "Polygon" + }, + "id": "1559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08462292299244, + -11.78386746640849, + -77.07497938995108, + -11.773475095589776 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.080305433621, + -11.773475095589776 + ] + ] + ], + "type": "Polygon" + }, + "id": "1560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08178457983627, + -12.09825739901075, + -77.0721317486738, + -12.087869653594057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.08127981427069, + -12.096110000953841 + ], + [ + -77.07645331308817, + -12.09825739901075 + ], + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.07746297124744, + -12.087869653594057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78619077329313, + -12.100489502683782, + -76.77654560073745, + -12.09010912944437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.78187712908792, + -12.09010912944437 + ] + ] + ], + "type": "Polygon" + }, + "id": "1562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98721639613423, + -11.931650815653068, + -76.9775709496767, + -11.921262892273097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.98289954458286, + -11.921262892273097 + ] + ] + ], + "type": "Polygon" + }, + "id": "1563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75195762035494, + -12.026334855813793, + -76.74231558645164, + -12.015954213218656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.74764590507083, + -12.015954213218656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06174742714745, + -11.734421169561823, + -77.0521059451894, + -11.724028695179257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.057431206859, + -11.724028695179257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75039557163672, + -12.1362306265912, + -76.74075030226989, + -12.125851720882125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.74608243351243, + -12.125851720882125 + ] + ] + ], + "type": "Polygon" + }, + "id": "1566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81512708229609, + -12.087641668801487, + -76.80548151461645, + -12.077260365856098 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.81081281727833, + -12.077260365856098 + ] + ] + ], + "type": "Polygon" + }, + "id": "1567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90043088315463, + -12.158997184274185, + -76.89078091951508, + -12.148614862476226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.89611334223908, + -12.148614862476226 + ] + ] + ], + "type": "Polygon" + }, + "id": "1568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94769252275093, + -12.24229819616683, + -76.93803883395766, + -12.231916045245997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.9471856520181, + -12.240155522450415 + ], + [ + -76.94235872125175, + -12.24229819616683 + ], + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.94337258932624, + -12.231916045245997 + ] + ] + ], + "type": "Polygon" + }, + "id": "1569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17212986147436, + -11.690104403232636, + -77.16248693017911, + -11.67970868294663 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.16781129943348, + -11.67970868294663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71005315827308, + -12.124349221377837, + -76.70040934498715, + -12.113971155923014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70574129037449, + -12.113971155923014 + ], + [ + -76.71005315827308, + -12.117021122447646 + ], + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.70091947124558, + -12.116110191388778 + ], + [ + -76.70574129037449, + -12.113971155923014 + ] + ] + ], + "type": "Polygon" + }, + "id": "1571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0701576668281, + -11.790320603446272, + -77.06051430771765, + -11.779928671533746 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.06584047719991, + -11.779928671533746 + ] + ] + ], + "type": "Polygon" + }, + "id": "1572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88746720093108, + -11.961139670606338, + -76.87782348034044, + -11.950754648472627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8831526521152, + -11.950754648472627 + ], + [ + -76.88746720093108, + -11.953802177718293 + ], + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.87833087833924, + -11.952899598002343 + ], + [ + -76.8831526521152, + -11.950754648472627 + ] + ] + ], + "type": "Polygon" + }, + "id": "1573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63539416849386, + -12.226907032075102, + -76.62574935746389, + -12.216532528738178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6310830004541, + -12.216532528738178 + ], + [ + -76.63539416849386, + -12.219583688777156 + ], + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.62574935746389, + -12.223855787026231 + ], + [ + -76.62626068288888, + -12.218668590491408 + ], + [ + -76.6310830004541, + -12.216532528738178 + ] + ] + ], + "type": "Polygon" + }, + "id": "1574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1128342335739, + -11.825966381879182, + -77.10318873666509, + -11.81557390079245 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.10851543217257, + -11.81557390079245 + ] + ] + ], + "type": "Polygon" + }, + "id": "1575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09843332522756, + -11.926836353423381, + -77.08878518555234, + -11.916445641614432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.09411356152222, + -11.916445641614432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03428939211517, + -11.63731468960469, + -77.02465149818848, + -11.62692163335035 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02997519900748, + -11.62692163335035 + ] + ] + ], + "type": "Polygon" + }, + "id": "1577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9810462222782, + -11.710783308435081, + -76.97140751162812, + -11.700392498858923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97673247993028, + -11.700392498858923 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.97572120847171, + -11.710783308435081 + ], + [ + -76.97140751162812, + -11.707737865086148 + ], + [ + -76.97191321051103, + -11.702542513544097 + ], + [ + -76.97673247993028, + -11.700392498858923 + ] + ] + ], + "type": "Polygon" + }, + "id": "1578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92779040918244, + -11.784220480062288, + -76.91815089834766, + -11.773831961671553 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.92347712538351, + -11.773831961671553 + ] + ] + ], + "type": "Polygon" + }, + "id": "1579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01095041377262, + -12.209241045154117, + -77.00129607532106, + -12.19885679220924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -77.0066292181347, + -12.19885679220924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79375779020299, + -12.305604874725459, + -76.78410628973955, + -12.295227633950262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78944119976975, + -12.295227633950262 + ] + ] + ], + "type": "Polygon" + }, + "id": "1581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767232214623, + -12.069266405814592, + -76.85802590140814, + -12.058883500338526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.86335686911056, + -12.058883500338526 + ] + ] + ], + "type": "Polygon" + }, + "id": "1582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69706826246187, + -12.209504481442778, + -76.68742226421105, + -12.19912810982299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.6927556169731, + -12.19912810982299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66580278426186, + -12.292814095530664, + -76.65615516058665, + -12.282439902777137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.66148989210201, + -12.282439902777137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7564104907814, + -12.35688535971734, + -76.7467584681537, + -12.34650993894379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.75209424040968, + -12.34650993894379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02299759458361, + -11.895837962815476, + -77.0133522948192, + -11.885448647141391 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.01868025969733, + -11.885448647141391 + ] + ] + ], + "type": "Polygon" + }, + "id": "1586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99720923776802, + -12.160705218930046, + -76.98755670201037, + -12.150320525322783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.99288905997795, + -12.150320525322783 + ] + ] + ], + "type": "Polygon" + }, + "id": "1587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72989109750505, + -12.016278876091091, + -76.72024996453726, + -12.005898642778 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.72558012363655, + -12.005898642778 + ] + ] + ], + "type": "Polygon" + }, + "id": "1588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14097632721865, + -11.773634305582286, + -77.1313316842789, + -11.76324043341556 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.13665747649421, + -11.76324043341556 + ] + ] + ], + "type": "Polygon" + }, + "id": "1589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77625106134973, + -12.248844782385618, + -76.76660172902231, + -12.238467038557543 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.77193570939087, + -12.238467038557543 + ] + ] + ], + "type": "Polygon" + }, + "id": "1590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10211225704157, + -11.746234262481586, + -77.0924694032051, + -11.73584096398892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.09779480351308, + -11.73584096398892 + ] + ] + ], + "type": "Polygon" + }, + "id": "1591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81358580789436, + -12.197543290618587, + -76.80393700180075, + -12.187163765017386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80927011807941, + -12.187163765017386 + ] + ] + ], + "type": "Polygon" + }, + "id": "1592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17221864986512, + -11.784549845216997, + -77.16257290563331, + -11.774155368229103 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.16789882671111, + -11.774155368229103 + ] + ] + ], + "type": "Polygon" + }, + "id": "1593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1037616164288, + -11.919491081004846, + -77.09411356152222, + -11.909100134318656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09944180891165, + -11.909100134318656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07336393808826, + -12.042372283239253, + -77.06371298719152, + -12.031983887363731 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.06904330055207, + -12.031983887363731 + ] + ] + ], + "type": "Polygon" + }, + "id": "1595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81132133720949, + -12.079402156330916, + -76.80167611740973, + -12.0690208220201 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.80700728619527, + -12.0690208220201 + ] + ] + ], + "type": "Polygon" + }, + "id": "1596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82272621188112, + -12.19845235961865, + -76.81307713366614, + -12.188072618322337 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.81841026002341, + -12.188072618322337 + ] + ] + ], + "type": "Polygon" + }, + "id": "1597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08534751578225, + -11.728859377487188, + -77.07570560164132, + -11.718466256103767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.08103074008486, + -11.718466256103767 + ] + ] + ], + "type": "Polygon" + }, + "id": "1598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81133778090705, + -11.985058175945113, + -76.80169537381178, + -11.974675414507296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.80702498767408, + -11.974675414507296 + ] + ] + ], + "type": "Polygon" + }, + "id": "1599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80670851563987, + -12.31475522018609, + -76.79705639329356, + -12.304377806415557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.80239144817827, + -12.304377806415557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94614896309108, + -12.163522979111862, + -76.9364976666689, + -12.153139592392204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.94183012391612, + -12.153139592392204 + ] + ] + ], + "type": "Polygon" + }, + "id": "1601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.901952995076, + -12.143423630246941, + -76.89230345618219, + -12.133041023556746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.8976356208289, + -12.133041023556746 + ] + ] + ], + "type": "Polygon" + }, + "id": "1602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78010848456321, + -12.068440020307428, + -76.77046443223611, + -12.058059305498556 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.77579543469196, + -12.058059305498556 + ] + ] + ], + "type": "Polygon" + }, + "id": "1603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00254151406749, + -12.153368031679028, + -76.99288905997795, + -12.142983090283563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.99822129095537, + -12.142983090283563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81207597451416, + -12.118784455424947, + -76.80242955957601, + -12.108403714272226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.80776137736976, + -12.108403714272226 + ] + ] + ], + "type": "Polygon" + }, + "id": "1605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0800842551525, + -11.830631081774712, + -77.07043944449518, + -11.820239459426752 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.07576626341468, + -11.820239459426752 + ] + ] + ], + "type": "Polygon" + }, + "id": "1606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84026578451459, + -11.972198273386454, + -76.83062298680203, + -11.961814594640533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.83595237273958, + -11.961814594640533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919408267876, + -11.7705851581965, + -76.85955652064347, + -11.760197913128017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.86488256932016, + -11.760197913128017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81740771655136, + -12.111452727858993, + -76.80776137736976, + -12.101071737637454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.81309307145635, + -12.101071737637454 + ] + ] + ], + "type": "Polygon" + }, + "id": "1609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04347406108556, + -11.732633652918185, + -77.0338330973031, + -11.722241600422246 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.0391583529903, + -11.722241600422246 + ] + ] + ], + "type": "Polygon" + }, + "id": "1610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14248652293227, + -11.758043435998903, + -77.13284230641537, + -11.747649318930211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.13816783999256, + -11.747649318930211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91412495504915, + -12.018820022413124, + -76.90447881326621, + -12.008435192209388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.90980891391831, + -12.008435192209388 + ] + ] + ], + "type": "Polygon" + }, + "id": "1612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9750096323203, + -11.867524323007165, + -76.96536641199609, + -11.85713578648026 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.97069396432299, + -11.85713578648026 + ] + ] + ], + "type": "Polygon" + }, + "id": "1613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03135628659125, + -11.857325451239097, + -77.02171192009884, + -11.846935388003912 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.02703924121163, + -11.846935388003912 + ] + ] + ], + "type": "Polygon" + }, + "id": "1614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71923055879601, + -12.030939890255016, + -76.70958928013314, + -12.020560149582915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.70958928013314, + -12.027890404263326 + ], + [ + -76.71009913142541, + -12.022700588670384 + ], + [ + -76.71491968334011, + -12.020560149582915 + ] + ] + ], + "type": "Polygon" + }, + "id": "1615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89129533092375, + -12.252429412743059, + -76.8816428183112, + -12.242048832719828 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.88697678986307, + -12.242048832719828 + ] + ] + ], + "type": "Polygon" + }, + "id": "1616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01528772099334, + -11.690534766826774, + -77.00564873072685, + -11.680142853864663 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01097332848151, + -11.680142853864663 + ], + [ + -77.01528772099334, + -11.683187797266354 + ], + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.00564873072685, + -11.687489736054188 + ], + [ + -77.00615391906734, + -11.682293832603506 + ], + [ + -77.01097332848151, + -11.680142853864663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03819846662982, + -11.83439557563044, + -77.02855460820076, + -11.824005026320147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.03388154370941, + -11.824005026320147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90802830679284, + -11.986762555892573, + -76.89838328087936, + -11.976377399150355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.90371285848664, + -11.976377399150355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06404601715587, + -11.75825059830333, + -77.05440376767025, + -11.747858384072922 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.05972941801775, + -11.747858384072922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93321203596969, + -12.248725420611775, + -76.92355853315213, + -12.23834373494726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.92889240814665, + -12.23834373494726 + ] + ] + ], + "type": "Polygon" + }, + "id": "1621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70852311032397, + -12.139915963912179, + -76.69887887451951, + -12.129538183061374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.70421107699666, + -12.129538183061374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98951021131238, + -11.95547279875114, + -76.97986399568869, + -11.945085164966589 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.98519298032436, + -11.945085164966589 + ] + ] + ], + "type": "Polygon" + }, + "id": "1623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98640570813393, + -11.797846879807409, + -76.97676426791922, + -11.787457099151512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.98209066200216, + -11.787457099151512 + ] + ] + ], + "type": "Polygon" + }, + "id": "1624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91561788115503, + -11.814485873145482, + -76.90597778825628, + -11.804098069159947 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91130452359106, + -11.804098069159947 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91029109935485, + -11.814485873145482 + ], + [ + -76.90597778825628, + -11.811439285948001 + ], + [ + -76.90648456343841, + -11.806245437557605 + ], + [ + -76.91130452359106, + -11.804098069159947 + ] + ] + ], + "type": "Polygon" + }, + "id": "1625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73130034273298, + -12.283652429168876, + -76.72165119217881, + -12.273276406219232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.72698576225197, + -12.273276406219232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7495451987709, + -12.379772118643285, + -76.73989267859994, + -12.369397267450552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.74522883135594, + -12.369397267450552 + ] + ] + ], + "type": "Polygon" + }, + "id": "1627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9858022024248, + -12.230344713606232, + -76.9761478817324, + -12.219961423783701 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.9858022024248, + -12.223009358867566 + ], + [ + -76.98529588414156, + -12.228201056536502 + ], + [ + -76.98046863762833, + -12.230344713606232 + ], + [ + -76.9761478817324, + -12.227296694785055 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.98148140094602, + -12.219961423783701 + ] + ] + ], + "type": "Polygon" + }, + "id": "1628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75953165817688, + -12.137140558703846, + -76.74988611348978, + -12.126761435377949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.75521825671171, + -12.126761435377949 + ] + ] + ], + "type": "Polygon" + }, + "id": "1629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06264620267393, + -11.96266060681763, + -77.05299790032934, + -11.952271285829106 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.0583269153338, + -11.952271285829106 + ] + ] + ], + "type": "Polygon" + }, + "id": "1630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00783276149684, + -12.051656572915828, + -76.99818320610595, + -12.041269921951132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -77.00351375454326, + -12.041269921951132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09974294942828, + -11.627964952751988, + -77.09010367353743, + -11.617570187908836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.09542713418077, + -11.617570187908836 + ] + ] + ], + "type": "Polygon" + }, + "id": "1632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15313728854409, + -11.743343241724693, + -77.14349324435236, + -11.732948673005831 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.1488185194075, + -11.732948673005831 + ] + ] + ], + "type": "Polygon" + }, + "id": "1633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14550650548077, + -11.726860598266184, + -77.1358631417367, + -11.716465996050955 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.1411881580904, + -11.716465996050955 + ] + ] + ], + "type": "Polygon" + }, + "id": "1634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84710056106249, + -12.232317954210737, + -76.8374498206958, + -12.221938150868409 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.84278349147743, + -12.221938150868409 + ] + ] + ], + "type": "Polygon" + }, + "id": "1635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12118344086292, + -11.787440066087266, + -77.11153888167948, + -11.777046857665711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.11686493125283, + -11.777046857665711 + ] + ] + ], + "type": "Polygon" + }, + "id": "1636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94841745659215, + -12.092979888681755, + -76.93876820621303, + -12.082595338052522 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.94409949816392, + -12.082595338052522 + ] + ] + ], + "type": "Polygon" + }, + "id": "1637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11513770134688, + -11.849795824328963, + -77.10549143696291, + -11.839403617151348 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.11081852096974, + -11.839403617151348 + ] + ] + ], + "type": "Polygon" + }, + "id": "1638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1035551945687, + -11.636206231702854, + -77.09391557768565, + -11.6258114779011 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.0992391682005, + -11.6258114779011 + ] + ] + ], + "type": "Polygon" + }, + "id": "1639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81816318921196, + -12.150833909215356, + -76.80851565464158, + -12.140453520044531 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.81384799784915, + -12.140453520044531 + ] + ] + ], + "type": "Polygon" + }, + "id": "1640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17754448390403, + -11.777199413782359, + -77.16789882671111, + -11.766804710012233 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17322461803016, + -11.766804710012233 + ], + [ + -77.17754448390403, + -11.769848669392418 + ], + [ + -77.17704156339822, + -11.775046073121723 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.17322461803016, + -11.766804710012233 + ] + ] + ], + "type": "Polygon" + }, + "id": "1641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300630446893, + -12.250613372901585, + -76.86335432957894, + -12.240233220433915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.86868828482946, + -12.240233220433915 + ] + ] + ], + "type": "Polygon" + }, + "id": "1642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02295231324102, + -11.801432281006088, + -77.01330982621155, + -11.79104165225588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.0186362380432, + -11.79104165225588 + ] + ] + ], + "type": "Polygon" + }, + "id": "1643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05104323375512, + -11.65468935856612, + -77.04140439588559, + -11.644296113205549 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.04672836124912, + -11.644296113205549 + ] + ] + ], + "type": "Polygon" + }, + "id": "1644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87071567618003, + -11.755004228762255, + -76.86107853752013, + -11.744616736798099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640432889268, + -11.744616736798099 + ], + [ + -76.87071567618003, + -11.747663303644533 + ], + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.86158584605771, + -11.746763882440542 + ], + [ + -76.86640432889268, + -11.744616736798099 + ] + ] + ], + "type": "Polygon" + }, + "id": "1645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77935795776507, + -12.029057795759767, + -76.76971510013246, + -12.018676500029919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.77504545369933, + -12.018676500029919 + ] + ] + ], + "type": "Polygon" + }, + "id": "1646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13938676059932, + -11.694785948437103, + -77.12974450377133, + -11.684391075871291 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.13506900273448, + -11.684391075871291 + ] + ] + ], + "type": "Polygon" + }, + "id": "1647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7427885461294, + -12.11975232598511, + -76.73314397543805, + -12.109373354261265 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.7384758371791, + -12.109373354261265 + ] + ] + ], + "type": "Polygon" + }, + "id": "1648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01771333853449, + -11.997574360779007, + -77.00806514215577, + -11.987186654027571 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.013394788208, + -11.987186654027571 + ] + ] + ], + "type": "Polygon" + }, + "id": "1649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07487823669621, + -12.02678962132425, + -77.06522771217811, + -12.016400953471837 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.07055776679907, + -12.016400953471837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08311017017799, + -11.799455712820448, + -77.0734662112888, + -11.789063589940808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.07879251335773, + -11.789063589940808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8516789035542, + -12.091268353173671, + -76.84203225130845, + -12.080886187564875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.84736359241913, + -12.080886187564875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04968880885504, + -11.953522440294051, + -77.04004110839043, + -11.943133302142135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.04536998979769, + -11.943133302142135 + ] + ] + ], + "type": "Polygon" + }, + "id": "1653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77475031919812, + -12.17009715536725, + -76.76510337861748, + -12.159718170058795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.77043605989522, + -12.159718170058795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72154544582635, + -11.960419260096923, + -76.71190620590386, + -11.950038409028991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.71723544642707, + -11.950038409028991 + ] + ] + ], + "type": "Polygon" + }, + "id": "1655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65991378469602, + -11.977866240686126, + -76.65027572144899, + -11.967487222309158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.65940331858874, + -11.975726427110667 + ], + [ + -76.65458419926588, + -11.977866240686126 + ], + [ + -76.65027572144899, + -11.974816513596563 + ], + [ + -76.65078631279576, + -11.969627059597494 + ], + [ + -76.65560525672947, + -11.967487222309158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79459613704375, + -11.96767311832343, + -76.78495469820841, + -11.957290522148375 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.7902840337155, + -11.957290522148375 + ] + ] + ], + "type": "Polygon" + }, + "id": "1657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79835943172107, + -12.164586490596045, + -76.78871201858094, + -12.154206819934004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.7940445986658, + -12.154206819934004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76330548314063, + -12.23969451954292, + -76.75365677465794, + -12.229316953406329 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.7589906089295, + -12.229316953406329 + ] + ] + ], + "type": "Polygon" + }, + "id": "1659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82197005773068, + -12.159073239383714, + -76.81232217526674, + -12.148692885280488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.81765465232374, + -12.148692885280488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87834018196135, + -12.243282307815218, + -76.86868828482946, + -12.232901901105423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.87402211520106, + -12.232901901105423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88747873407841, + -12.149851658186375, + -76.87782938489771, + -12.13946951445665 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.88316166691402, + -12.13946951445665 + ] + ] + ], + "type": "Polygon" + }, + "id": "1662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11499344052862, + -11.66093010287132, + -77.10535280103704, + -11.650535384932878 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.11067678091685, + -11.650535384932878 + ] + ] + ], + "type": "Polygon" + }, + "id": "1663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75488127763974, + -12.372448107161299, + -76.74522883135594, + -12.36207299344637 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.75056486130504, + -12.36207299344637 + ] + ] + ], + "type": "Polygon" + }, + "id": "1664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94764584729984, + -12.053585640297774, + -76.9379977921497, + -12.043200503889656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.9433284355632, + -12.043200503889656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80372927129125, + -11.968578673404817, + -76.79408755972946, + -11.958195860215538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.79941690587268, + -11.958195860215538 + ] + ] + ], + "type": "Polygon" + }, + "id": "1666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65212946585952, + -12.244299072224658, + -76.64248367020126, + -12.233924423678694 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.64781760079111, + -12.233924423678694 + ] + ] + ], + "type": "Polygon" + }, + "id": "1667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9027191082741, + -12.182809830571253, + -76.89306837357687, + -12.172427832243416 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.89840118724706, + -12.172427832243416 + ] + ] + ], + "type": "Polygon" + }, + "id": "1668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01472296623325, + -12.123114437528963, + -77.00507110193806, + -12.11272871992293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.01040282007175, + -12.11272871992293 + ] + ] + ], + "type": "Polygon" + }, + "id": "1669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74286138336264, + -11.931089892751375, + -76.73322243566118, + -11.920708071720496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.73855118766735, + -11.920708071720496 + ] + ] + ], + "type": "Polygon" + }, + "id": "1670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9225120667846, + -12.074693186761472, + -76.91286403873411, + -12.064308996929775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.91819505294406, + -12.064308996929775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84560798333898, + -11.776124506755961, + -76.83597088307187, + -11.765737925977316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.84129703820004, + -11.765737925977316 + ] + ] + ], + "type": "Polygon" + }, + "id": "1672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00316204753757, + -11.815225094436832, + -76.99351965796477, + -11.80483513940023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.99884631950708, + -11.80483513940023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77397288005294, + -12.225039154116509, + -76.76432432025864, + -12.21466107710835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76965790855722, + -12.21466107710835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93700456203119, + -12.16261835575719, + -76.92735353121036, + -12.152235181520883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.93268598210483, + -12.152235181520883 + ] + ] + ], + "type": "Polygon" + }, + "id": "1675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10066834754372, + -11.856248514376208, + -77.09102225459151, + -11.845856747651977 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.09634946591663, + -11.845856747651977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462488715561, + -12.194754340853814, + -76.85497480252052, + -12.184373487091857 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.86030784183497, + -12.184373487091857 + ] + ] + ], + "type": "Polygon" + }, + "id": "1677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66144509136122, + -11.9622976457451, + -76.6518074496545, + -11.951918358294858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.65713672834745, + -11.951918358294858 + ] + ] + ], + "type": "Polygon" + }, + "id": "1678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15997176058141, + -11.720400425050473, + -77.15032822931775, + -11.710005390138434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.15565311631846, + -11.710005390138434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85166954580858, + -12.279934242298006, + -76.84201726154947, + -12.26955511120941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.84735171543474, + -12.26955511120941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86233817470074, + -12.265274486608051, + -76.85268604479349, + -12.254894843947957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.85802024953759, + -12.254894843947957 + ] + ] + ], + "type": "Polygon" + }, + "id": "1681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84939556435577, + -12.067455357858927, + -76.83974968320184, + -12.05707288250387 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.84508063319751, + -12.05707288250387 + ] + ] + ], + "type": "Polygon" + }, + "id": "1682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14034044464519, + -11.923070671836985, + -77.13069136675598, + -11.912678891461265 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.14034044464519, + -11.915723927283263 + ], + [ + -77.13983677451922, + -11.92091986944589 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.13601961774228, + -11.912678891461265 + ] + ] + ], + "type": "Polygon" + }, + "id": "1683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81514241663587, + -11.993297920971964, + -76.80549966186396, + -11.982915186093006 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.81082940952432, + -11.982915186093006 + ] + ] + ], + "type": "Polygon" + }, + "id": "1684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72522144709875, + -12.251610981112727, + -76.71557341966265, + -12.241234580516277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.72090746213965, + -12.241234580516277 + ] + ] + ], + "type": "Polygon" + }, + "id": "1685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02694921342803, + -12.187230090462082, + -77.01729512186552, + -12.176845089299228 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.02262788260698, + -12.176845089299228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06640290597562, + -11.876495601339812, + -77.0567570758399, + -11.866104951381056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.0620846677266, + -11.866104951381056 + ] + ] + ], + "type": "Polygon" + }, + "id": "1687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99102762894572, + -11.93989128193862, + -76.98138183853453, + -11.929503384041377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.98671056497906, + -11.929503384041377 + ] + ] + ], + "type": "Polygon" + }, + "id": "1688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83647857470116, + -11.775223665376474, + -76.82684174465128, + -11.764837301140325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.83216789041596, + -11.764837301140325 + ] + ] + ], + "type": "Polygon" + }, + "id": "1689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85168357833304, + -11.996917891695754, + -76.84203973963001, + -11.986534292837785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.84736952571527, + -11.986534292837785 + ] + ] + ], + "type": "Polygon" + }, + "id": "1690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81966067143756, + -12.323905328550325, + -76.8100079281163, + -12.313527742753474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.81534312730976, + -12.313527742753474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14264687923179, + -11.946898926797367, + -77.1329970336706, + -11.936507434893564 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13832567317392, + -11.936507434893564 + ], + [ + -77.14264687923179, + -11.939552566559978 + ], + [ + -77.14214320445197, + -11.94474836445075 + ], + [ + -77.13731819646488, + -11.946898926797367 + ], + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.13832567317392, + -11.936507434893564 + ] + ] + ], + "type": "Polygon" + }, + "id": "1692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92097559710251, + -11.995905098678863, + -76.91132995884648, + -11.98551975573866 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.91665967614114, + -11.98551975573866 + ] + ] + ], + "type": "Polygon" + }, + "id": "1693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96587244018092, + -11.86662575881085, + -76.95622948346195, + -11.856237435008147 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.96155703031775, + -11.856237435008147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09146124035652, + -11.760930967150617, + -77.08181821743392, + -11.75053812240349 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.08714387448292, + -11.75053812240349 + ] + ] + ], + "type": "Polygon" + }, + "id": "1695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05507226896859, + -12.040574824810399, + -77.04542183601639, + -12.030186848100126 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.05075214408366, + -12.030186848100126 + ] + ] + ], + "type": "Polygon" + }, + "id": "1696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78003176375198, + -12.351387115135957, + -76.77037926551537, + -12.341011000192847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.77571493789083, + -12.341011000192847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96744860352926, + -12.03981174798983, + -76.95780044433731, + -12.029425912528817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.96313084129498, + -12.029425912528817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65973189172254, + -12.260775929765071, + -76.65008539315193, + -12.250401358219374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.65541959572705, + -12.250401358219374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98880444045578, + -12.104830547605996, + -76.9791537890363, + -12.094445182679834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.98448523505486, + -12.094445182679834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05334037241919, + -11.678520007955486, + -77.04370076729843, + -11.66812701079453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.04902512123174, + -11.66812701079453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77011025825537, + -12.405401262714587, + -76.76045641366248, + -12.395026334741312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.76045641366248, + -12.402350416735072 + ], + [ + -76.76096614774893, + -12.397163006815164 + ], + [ + -76.76579298268587, + -12.395026334741312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07263664125811, + -12.09735810435988, + -77.06298406847603, + -12.086970567978922 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.06831528879454, + -12.086970567978922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14256667769381, + -11.852476296532783, + -77.13291964747589, + -11.842083463931415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.13824673356342, + -11.842083463931415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02685628896909, + -11.998473627851695, + -77.01720783148843, + -11.98808571023042 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.02253748145219, + -11.98808571023042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99491332853314, + -12.136888167760944, + -76.98526156284582, + -12.12650315387691 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.99059353064865, + -12.12650315387691 + ] + ] + ], + "type": "Polygon" + }, + "id": "1706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10585654636076, + -11.660039337764017, + -77.09621616281244, + -11.649644829438786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.10154014144426, + -11.649644829438786 + ] + ] + ], + "type": "Polygon" + }, + "id": "1707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08928957709989, + -11.9259405089264, + -77.07964169465781, + -11.915550006288766 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.08497006887757, + -11.915550006288766 + ] + ] + ], + "type": "Polygon" + }, + "id": "1708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9004213357213, + -12.064645464227896, + -76.89077418755585, + -12.054261670065118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.89610505462356, + -12.054261670065118 + ] + ] + ], + "type": "Polygon" + }, + "id": "1710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01775711786064, + -12.091956724051494, + -77.00810610541329, + -12.08157044716056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.01343730639964, + -12.08157044716056 + ] + ] + ], + "type": "Polygon" + }, + "id": "1711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79911264797234, + -12.203963459235002, + -76.78946403909268, + -12.193584402912807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.79479726856164, + -12.193584402912807 + ] + ] + ], + "type": "Polygon" + }, + "id": "1712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71678262103863, + -12.384350327550045, + -76.70713085822165, + -12.373976391472844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.7124670954871, + -12.373976391472844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98198775976506, + -12.222105102641354, + -76.97233378375245, + -12.211721772583122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.97766717112506, + -12.211721772583122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96965230444458, + -11.780468528616634, + -76.9600118150519, + -11.770078924941918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.96533794077668, + -11.770078924941918 + ] + ] + ], + "type": "Polygon" + }, + "id": "1715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63766082499771, + -12.250706790850067, + -76.62801524018155, + -12.24033262081642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.62801524018155, + -12.247655447989636 + ], + [ + -76.62852657183147, + -12.242468418069834 + ], + [ + -76.63334927628834, + -12.24033262081642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95596353193218, + -11.826321530481389, + -76.94632203286248, + -11.81593289030436 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.95164892636778, + -11.81593289030436 + ] + ] + ], + "type": "Polygon" + }, + "id": "1717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92406574317613, + -12.247818909616777, + -76.91441250677835, + -12.237437436485532 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91974637502598, + -12.237437436485532 + ] + ] + ], + "type": "Polygon" + }, + "id": "1718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78080849621311, + -12.296454294089457, + -76.77115761853997, + -12.286077227278469 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.7764923831701, + -12.286077227278469 + ] + ] + ], + "type": "Polygon" + }, + "id": "1719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71394494604371, + -11.943940337606685, + -76.70430640521309, + -11.933559438972623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70963537580441, + -11.933559438972623 + ] + ] + ], + "type": "Polygon" + }, + "id": "1720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9027088924384, + -12.088460617831105, + -76.89306097366503, + -12.078077133049593 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.89839223145091, + -12.078077133049593 + ] + ] + ], + "type": "Polygon" + }, + "id": "1721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95290183856216, + -11.763090048600695, + -76.9432623014541, + -11.752700624507186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94858815792256, + -11.752700624507186 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.94376847544663, + -11.754849411536112 + ], + [ + -76.94858815792256, + -11.752700624507186 + ] + ] + ], + "type": "Polygon" + }, + "id": "1722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9575603453076, + -12.093882944455837, + -76.94791083003945, + -12.083498181408835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.95324212799595, + -12.083498181408835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03761444195483, + -12.172554455729308, + -77.02796051581542, + -12.162168957966196 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.033293021403, + -12.162168957966196 + ], + [ + -77.03761444195483, + -12.165216140114223 + ], + [ + -77.03710894047961, + -12.170408941453278 + ], + [ + -77.03228189154099, + -12.172554455729308 + ], + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.02846614419282, + -12.16431449321725 + ], + [ + -77.033293021403, + -12.162168957966196 + ] + ] + ], + "type": "Polygon" + }, + "id": "1724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70699292484686, + -12.15548227761232, + -76.69734826650064, + -12.145104782908057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.70268072608467, + -12.145104782908057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08541098993682, + -11.823284576476219, + -77.07576626341468, + -11.812892723507275 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.08109295415133, + -11.812892723507275 + ] + ] + ], + "type": "Polygon" + }, + "id": "1726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67721022669014, + -12.317528999577434, + -76.6675615492545, + -12.307154930793939 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.67187503764075, + -12.317528999577434 + ], + [ + -76.6675615492545, + -12.314477694182287 + ], + [ + -76.66807243736318, + -12.309290714561516 + ], + [ + -76.67289668829476, + -12.307154930793939 + ] + ] + ], + "type": "Polygon" + }, + "id": "1727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01909726347716, + -11.698775706285224, + -77.00945793034619, + -11.688383806767929 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.01478265908936, + -11.688383806767929 + ] + ] + ], + "type": "Polygon" + }, + "id": "1728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11585734776216, + -11.794788438180403, + -77.10621270332547, + -11.784395458034137 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.11153888167948, + -11.784395458034137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03365323223133, + -11.88115094985895, + -77.0240080973411, + -11.870761165145282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.02933580766292, + -11.870761165145282 + ] + ] + ], + "type": "Polygon" + }, + "id": "1730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79227442223937, + -12.132538333152983, + -76.78262812941264, + -12.122158307962861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.78796018363948, + -12.122158307962861 + ] + ] + ], + "type": "Polygon" + }, + "id": "1731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71835708040786, + -12.274500421059594, + -76.70870855710078, + -12.264124575537148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.71404297912487, + -12.264124575537148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08619925119464, + -11.862700049511359, + -77.07655333089991, + -11.852308724177052 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.0818806688585, + -11.852308724177052 + ] + ] + ], + "type": "Polygon" + }, + "id": "1733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84635374481913, + -12.004253125338101, + -76.83670982932364, + -11.993869769508501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.84203973963001, + -11.993869769508501 + ] + ] + ], + "type": "Polygon" + }, + "id": "1734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71232531199946, + -12.148154935133649, + -76.70268072608467, + -12.137777187769377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.70801306377994, + -12.137777187769377 + ] + ] + ], + "type": "Polygon" + }, + "id": "1735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72977042729272, + -12.299216088604393, + -76.72012085356069, + -12.288840365731488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.72545568108411, + -12.288840365731488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99935178609708, + -11.806984356700893, + -76.98970973996343, + -11.796594382426452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.99503627022182, + -11.796594382426452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71144633430693, + -12.391672748740506, + -76.70179449881074, + -12.38129907641563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.71093593076104, + -12.389537218176446 + ], + [ + -76.70610992535147, + -12.391672748740506 + ], + [ + -76.70179449881074, + -12.38862141400931 + ], + [ + -76.7023050281255, + -12.383434632320606 + ], + [ + -76.70713085822165, + -12.38129907641563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00242354423915, + -11.87021845003826, + -76.99277953596042, + -11.859829276844653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.9981071030483, + -11.859829276844653 + ] + ] + ], + "type": "Polygon" + }, + "id": "1739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85473778754749, + -11.777025090642026, + -76.84510041753816, + -11.766638293571209 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.85042658175516, + -11.766638293571209 + ] + ] + ], + "type": "Polygon" + }, + "id": "1740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06797513402921, + -11.95531723153709, + -77.0583269153338, + -11.944927673330502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.06365580235644, + -11.944927673330502 + ] + ] + ], + "type": "Polygon" + }, + "id": "1741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83263473558634, + -12.14441043998889, + -76.82298700546897, + -12.134029584718661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.82831923461438, + -12.134029584718661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77244502496964, + -12.240605902272973, + -76.76279604166508, + -12.230228119235086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.76812988753444, + -12.230228119235086 + ] + ] + ], + "type": "Polygon" + }, + "id": "1743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99635627403, + -11.932549868631416, + -76.98671056497906, + -11.922161733328243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.99203916471495, + -11.922161733328243 + ] + ] + ], + "type": "Polygon" + }, + "id": "1744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7108867442549, + -11.975081964480157, + -76.70124735921775, + -11.964701601047205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.7065768434714, + -11.964701601047205 + ] + ] + ], + "type": "Polygon" + }, + "id": "1745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81893308146739, + -12.09588117219367, + -76.80928716596802, + -12.085499901069015 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.81461860246522, + -12.085499901069015 + ] + ] + ], + "type": "Polygon" + }, + "id": "1746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92249608049006, + -11.980327016993972, + -76.91285086678302, + -11.969941405385157 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.91818032615903, + -11.969941405385157 + ] + ] + ], + "type": "Polygon" + }, + "id": "1747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0776613670797, + -11.617942187939502, + -77.0680229464722, + -11.60754783330043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.07334627328358, + -11.60754783330043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0366835251037, + -11.849981083059152, + -77.02703924121163, + -11.839590787064363 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.03236643497387, + -11.839590787064363 + ] + ] + ], + "type": "Polygon" + }, + "id": "1749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10843898427954, + -12.061547511580265, + -77.09878657641802, + -12.051158553965506 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.10411715599147, + -12.051158553965506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72671018353472, + -12.330342049043805, + -76.71705976337704, + -12.319966930945002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.72239510585237, + -12.319966930945002 + ] + ] + ], + "type": "Polygon" + }, + "id": "1751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87529068600082, + -12.180090100413851, + -76.86564075646089, + -12.169708743606815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.87097354631027, + -12.169708743606815 + ] + ] + ], + "type": "Polygon" + }, + "id": "1752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76327500675121, + -12.333997009766168, + -76.75362348189307, + -12.323621022915919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.75895887354777, + -12.323621022915919 + ] + ] + ], + "type": "Polygon" + }, + "id": "1753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8531942713953, + -12.264365471262384, + -76.84354241164861, + -12.253986042991206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.84887660750526, + -12.253986042991206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76109066604269, + -12.027242765526884, + -76.75144835708774, + -12.016861904970455 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.75677868763113, + -12.016861904970455 + ] + ] + ], + "type": "Polygon" + }, + "id": "1755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0558023712623, + -11.98558695106231, + -77.0461535594011, + -11.975198134262962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.05148296086307, + -11.975198134262962 + ] + ] + ], + "type": "Polygon" + }, + "id": "1756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11434585886936, + -11.810377597564983, + -77.10470078820872, + -11.79998486617277 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.11002722513068, + -11.79998486617277 + ] + ] + ], + "type": "Polygon" + }, + "id": "1757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96211816078059, + -12.047150054339063, + -76.95246992109412, + -12.036764461895245 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.95780044433731, + -12.036764461895245 + ] + ] + ], + "type": "Polygon" + }, + "id": "1758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77391814051545, + -12.41363949587109, + -76.7642639464955, + -12.403264615470002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.77391814051545, + -12.406315379235883 + ], + [ + -76.77340857252926, + -12.411502873460263 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.76960065018484, + -12.403264615470002 + ] + ] + ], + "type": "Polygon" + }, + "id": "1759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97045596933437, + -11.914270608384419, + -76.96081147440974, + -11.903882847844129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.96613980078041, + -11.903882847844129 + ] + ] + ], + "type": "Polygon" + }, + "id": "1760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00701318348789, + -11.917866072923761, + -76.99736763765453, + -11.907477464140252 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -77.0026959837102, + -11.907477464140252 + ] + ] + ], + "type": "Polygon" + }, + "id": "1761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07923515062248, + -11.696787336437014, + -77.069594345228, + -11.686393944921264 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.07491896504385, + -11.686393944921264 + ] + ] + ], + "type": "Polygon" + }, + "id": "1762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09389439763773, + -11.973592387844674, + -77.08424497875649, + -11.963202466468397 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08957413086209, + -11.963202466468397 + ] + ] + ], + "type": "Polygon" + }, + "id": "1763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03360484496972, + -11.786741660038333, + -77.02396252271542, + -11.776350571240057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.0292886801407, + -11.776350571240057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84177441181735, + -12.145317976681314, + -76.83212641066429, + -12.134936906042551 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.83745864931058, + -12.134936906042551 + ] + ] + ], + "type": "Polygon" + }, + "id": "1765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9164417614528, + -12.231340164715952, + -76.906789217093, + -12.220958610950795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.9121228200282, + -12.220958610950795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73279074700777, + -12.362380981320953, + -76.72313920322813, + -12.35200625662334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.728475073527, + -12.35200625662334 + ] + ] + ], + "type": "Polygon" + }, + "id": "1767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73518253876125, + -12.103273988767826, + -76.72553866698462, + -12.0928949528495 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.73087025906067, + -12.0928949528495 + ] + ] + ], + "type": "Polygon" + }, + "id": "1768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94376847544663, + -11.762192655129075, + -76.93412920292975, + -11.751803444713635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93945505326495, + -11.751803444713635 + ], + [ + -76.94376847544663, + -11.754849411536112 + ], + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.934635503131, + -11.753952049419425 + ], + [ + -76.93945505326495, + -11.751803444713635 + ] + ] + ], + "type": "Polygon" + }, + "id": "1769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00332022242291, + -12.192761508717131, + -76.99366657226466, + -12.182377177432565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.99899945202547, + -12.182377177432565 + ] + ] + ], + "type": "Polygon" + }, + "id": "1770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82957342942386, + -12.269875791610975, + -76.81992203504551, + -12.259497048786505 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.82525633642992, + -12.259497048786505 + ] + ] + ], + "type": "Polygon" + }, + "id": "1771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00328064407952, + -12.098394225845828, + -76.99362981153259, + -12.08800840447142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.99896113537811, + -12.08800840447142 + ] + ] + ], + "type": "Polygon" + }, + "id": "1772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8341987259224, + -11.751403840139307, + -76.82456266559863, + -11.741017213413643 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82988842089604, + -11.741017213413643 + ], + [ + -76.8341987259224, + -11.744064077581058 + ], + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.82456266559863, + -11.748356888364588 + ], + [ + -76.82507047741392, + -11.743163629209214 + ], + [ + -76.82988842089604, + -11.741017213413643 + ] + ] + ], + "type": "Polygon" + }, + "id": "1773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12212449328388, + -12.01569240955975, + -77.11247310967897, + -12.005302427640917 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.12212449328388, + -12.008348082469118 + ], + [ + -77.12162042302025, + -12.01354312544823 + ], + [ + -77.11679464586881, + -12.01569240955975 + ], + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.11780291351863, + -12.005302427640917 + ] + ] + ], + "type": "Polygon" + }, + "id": "1774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09527471343142, + -11.76917207349417, + -77.08563134906564, + -11.75877924649853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.09095713619756, + -11.75877924649853 + ] + ] + ], + "type": "Polygon" + }, + "id": "1775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0374657668349, + -11.889391669216462, + -77.02782028905482, + -11.879001907845717 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.03314813028737, + -11.879001907845717 + ] + ] + ], + "type": "Polygon" + }, + "id": "1776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18127018382336, + -11.69099370688873, + -77.17162700001244, + -11.680597778894864 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.17695136851692, + -11.680597778894864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78236117636773, + -12.186575383070288, + -76.77271353820024, + -12.17619646950111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.77804648826006, + -12.17619646950111 + ] + ] + ], + "type": "Polygon" + }, + "id": "1778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98869850829836, + -11.821671917232836, + -76.97905629954545, + -11.811282406153946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.98438308304212, + -11.811282406153946 + ] + ] + ], + "type": "Polygon" + }, + "id": "1779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9339629613768, + -12.193766730787116, + -76.92431108014975, + -12.183384131076695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.9296440476238, + -12.183384131076695 + ] + ] + ], + "type": "Polygon" + }, + "id": "1780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72373344547665, + -12.172871787808859, + -76.71408780958897, + -12.162494143633905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.7194205526937, + -12.162494143633905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68634842104352, + -12.318444466493036, + -76.67669946415437, + -12.308070178769652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.68203461739455, + -12.308070178769652 + ] + ] + ], + "type": "Polygon" + }, + "id": "1782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08298460994313, + -11.610591826330477, + -77.07334627328358, + -11.600197251173718 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.0786694721226, + -11.600197251173718 + ] + ] + ], + "type": "Polygon" + }, + "id": "1783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17452673378273, + -11.808382537375318, + -77.16488022284202, + -11.797988328153808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.17020653185443, + -11.797988328153808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10001379987231, + -12.00565823171574, + -77.0903632707904, + -11.995268636180567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.09569294211099, + -11.995268636180567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79603818579042, + -12.329409009060896, + -76.7863859125885, + -12.319032113500844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.79172121473422, + -12.319032113500844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97420418743357, + -11.733714018379708, + -76.96456497156137, + -11.723323678290317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96989032389362, + -11.723323678290317 + ], + [ + -76.97420418743357, + -11.726369220907193 + ], + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.96456497156137, + -11.730668388541009 + ], + [ + -76.96507080191063, + -11.725473271769552 + ], + [ + -76.96989032389362, + -11.723323678290317 + ] + ] + ], + "type": "Polygon" + }, + "id": "1787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7261310012452, + -11.913704032531761, + -76.71649302784715, + -11.903322385577773 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.72182149781182, + -11.903322385577773 + ] + ] + ], + "type": "Polygon" + }, + "id": "1788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00541620110367, + -11.744642028374537, + -76.99577585455776, + -11.734251065852702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -77.00110135291007, + -11.734251065852702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78005735228335, + -12.257083646796062, + -76.77040767099314, + -12.246705942632776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.7757417858199, + -12.246705942632776 + ] + ] + ], + "type": "Polygon" + }, + "id": "1790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80143145552788, + -12.039111361465876, + -76.79178770306358, + -12.028729660326936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.79711821256211, + -12.028729660326936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16005700888259, + -11.814840489788061, + -77.15041066432617, + -11.804446716511228 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.15573710345556, + -11.804446716511228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01074161773687, + -11.737296393016502, + -77.00110135291007, + -11.726905202642724 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -77.0064267244545, + -11.726905202642724 + ] + ] + ], + "type": "Polygon" + }, + "id": "1793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84634128151889, + -12.192938668722185, + -76.83669173720654, + -12.182558244364474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.84202475861622, + -12.182558244364474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78456699932045, + -12.493275665724992, + -76.77491013532992, + -12.482901931547856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.77922893479231, + -12.493275665724992 + ], + [ + -76.77491013532992, + -12.490224569909433 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.78024815132517, + -12.482901931547856 + ] + ] + ], + "type": "Polygon" + }, + "id": "1795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7046736071205, + -12.225981901345373, + -76.69502690793975, + -12.215605604024095 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.70036053150132, + -12.215605604024095 + ] + ] + ], + "type": "Polygon" + }, + "id": "1796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96750684142629, + -12.228535344679567, + -76.95785304847547, + -12.218152477459395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.96318655709723, + -12.218152477459395 + ] + ] + ], + "type": "Polygon" + }, + "id": "1797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75790751379853, + -12.435609759999142, + -76.7482530967412, + -12.425235673318957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75359016968532, + -12.425235673318957 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.75257039195864, + -12.435609759999142 + ], + [ + -76.7482530967412, + -12.432558663530179 + ], + [ + -76.74876304859497, + -12.427371674311527 + ], + [ + -76.75359016968532, + -12.425235673318957 + ] + ] + ], + "type": "Polygon" + }, + "id": "1798", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81585195592257, + -12.315666579799524, + -76.8061995608974, + -12.305288950565958 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.81153462607564, + -12.305288950565958 + ] + ] + ], + "type": "Polygon" + }, + "id": "1799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11664934083625, + -11.834207450295352, + -77.10700350278876, + -11.823814990479821 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.11233032816088, + -11.823814990479821 + ] + ] + ], + "type": "Polygon" + }, + "id": "1800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95377378333824, + -12.180002374848069, + -76.9441217963908, + -12.169619062413384 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.94945451808886, + -12.169619062413384 + ] + ] + ], + "type": "Polygon" + }, + "id": "1801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72307410162642, + -11.94484791667747, + -76.71343528390197, + -11.934466798768604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.71876426755529, + -11.934466798768604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83414003104261, + -12.317488486869843, + -76.82448709209099, + -12.30711042745959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.8298221770285, + -12.30711042745959 + ] + ] + ], + "type": "Polygon" + }, + "id": "1803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05653222763571, + -11.93059519254302, + -77.04688503632414, + -11.920205554728856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.05221353148735, + -11.920205554728856 + ] + ] + ], + "type": "Polygon" + }, + "id": "1804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12133137234464, + -11.976281157425577, + -77.1116811836978, + -11.96589061015253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.11701033980994, + -11.96589061015253 + ] + ] + ], + "type": "Polygon" + }, + "id": "1805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07257684252406, + -12.002965992735483, + -77.0629270867048, + -11.992577024533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.06825675208695, + -11.992577024533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07391048670529, + -11.704136002453959, + -77.06426959743733, + -11.69374283563734 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.069594345228, + -11.69374283563734 + ] + ] + ], + "type": "Polygon" + }, + "id": "1807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0138150802668, + -11.800536319874682, + -77.00417285422573, + -11.7901459027713 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00949926203319, + -11.7901459027713 + ] + ] + ], + "type": "Polygon" + }, + "id": "1808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0633178031745, + -11.813254466215083, + -77.05367393476696, + -11.802863013091702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.05900049046377, + -11.802863013091702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74890181182569, + -12.057475683409942, + -76.73925893241967, + -12.047095591595847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.74458976534436, + -12.047095591595847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81434100410729, + -12.23691975255723, + -76.80469100199637, + -12.226540849343111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.81002476775188, + -12.226540849343111 + ] + ] + ], + "type": "Polygon" + }, + "id": "1811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8554864527276, + -12.099507972716786, + -76.84583945340304, + -12.089125839455624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.85117092789197, + -12.089125839455624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00779188364677, + -11.957271331821717, + -76.99814514347673, + -11.946883274729418 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -77.00347413735922, + -11.946883274729418 + ] + ] + ], + "type": "Polygon" + }, + "id": "1813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77327786278762, + -11.99700663137664, + -76.7636361250903, + -11.986625008453576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.76896595285734, + -11.986625008453576 + ] + ] + ], + "type": "Polygon" + }, + "id": "1814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68808991835769, + -11.925645612084582, + -76.67845263280297, + -11.915265107527999 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68378130589743, + -11.915265107527999 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.67896275063835, + -11.917406220117462 + ], + [ + -76.68378130589743, + -11.915265107527999 + ] + ] + ], + "type": "Polygon" + }, + "id": "1815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10599547406609, + -11.848901810294285, + -77.09634946591663, + -11.838509812094708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.1016765486782, + -11.838509812094708 + ] + ] + ], + "type": "Polygon" + }, + "id": "1816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99250850720182, + -11.829912595993962, + -76.98286595475939, + -11.819523104802423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.98819286968634, + -11.819523104802423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07620986839284, + -11.727966551710935, + -77.06656821185614, + -11.717573640521765 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.07189334815747, + -11.717573640521765 + ] + ] + ], + "type": "Polygon" + }, + "id": "1818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01914140606011, + -11.793191456249579, + -77.00949926203319, + -11.782800808779834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.0148255428419, + -11.782800808779834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04812115602986, + -11.8747034372992, + -77.03847584403715, + -11.864313208016936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.0438034302166, + -11.864313208016936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9560665855054, + -12.203816599939614, + -76.94641382789648, + -12.193433614172005 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.9517469401813, + -12.193433614172005 + ] + ] + ], + "type": "Polygon" + }, + "id": "1822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7678023152394, + -12.4758843831666, + -76.7581464250606, + -12.465510761930096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.7624645311941, + -12.4758843831666 + ], + [ + -76.7581464250606, + -12.47283320292034 + ], + [ + -76.75865630265916, + -12.467646446320362 + ], + [ + -76.76348416033906, + -12.465510761930096 + ] + ] + ], + "type": "Polygon" + }, + "id": "1823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0009846737456, + -12.074575276268217, + -76.99133461091523, + -12.06418914391891 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.99666554479332, + -12.06418914391891 + ] + ] + ], + "type": "Polygon" + }, + "id": "1824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67816994308195, + -11.979685656087193, + -76.66853132077328, + -11.969306196732148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.67284032880437, + -11.979685656087193 + ], + [ + -76.66853132077328, + -11.976636079702406 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.6738608851599, + -11.969306196732148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97435963454492, + -12.205625825804765, + -76.96470634807503, + -12.195242416641795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.97003947164114, + -12.195242416641795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14105604504964, + -11.868065227763534, + -77.13140858815932, + -11.857672649385373 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.13673593303619, + -11.857672649385373 + ] + ] + ], + "type": "Polygon" + }, + "id": "1827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79528506139205, + -12.290038938410856, + -76.78563398485164, + -12.279661397456493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.79096863710082, + -12.279661397456493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04279352525657, + -11.882047713318363, + -77.03314813028737, + -11.871657717769672 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.03847584403715, + -11.871657717769672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1015950544473, + -12.084472872078313, + -77.09194213478963, + -12.074084431906495 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.10109058858718, + -12.08232487639249 + ], + [ + -77.09626404326681, + -12.084472872078313 + ], + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.09727310208261, + -12.074084431906495 + ] + ] + ], + "type": "Polygon" + }, + "id": "1831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91409788841014, + -11.830067263752909, + -76.90445737147458, + -11.819679712150144 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90978436442991, + -11.819679712150144 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.91359119375333, + -11.827920139607471 + ], + [ + -76.90877084896329, + -11.830067263752909 + ], + [ + -76.90445737147458, + -11.827020578914437 + ], + [ + -76.90496419227497, + -11.82182685671248 + ], + [ + -76.90978436442991, + -11.819679712150144 + ] + ] + ], + "type": "Polygon" + }, + "id": "1832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94911797780465, + -11.84924593784107, + -76.93947597423062, + -11.83885778471099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.94480325147734, + -11.83885778471099 + ] + ] + ], + "type": "Polygon" + }, + "id": "1833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03834775828707, + -12.117578093785301, + -77.02869545433705, + -12.107191709940434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.03402705261394, + -12.107191709940434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8570195215998, + -11.800845214656851, + -76.84738138193056, + -11.790458683926664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.85651207614822, + -11.798698944560835 + ], + [ + -76.85169291971462, + -11.800845214656851 + ], + [ + -76.84738138193056, + -11.797798186207375 + ], + [ + -76.84788895327539, + -11.792604974853212 + ], + [ + -76.85270793652045, + -11.790458683926664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90958593548747, + -12.254244373554505, + -76.89993288706279, + -12.243863366976626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.90526687381184, + -12.243863366976626 + ] + ] + ], + "type": "Polygon" + }, + "id": "1836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98725126570415, + -12.026035111196082, + -76.97760300477647, + -12.015648579181013 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.98293315400711, + -12.015648579181013 + ] + ] + ], + "type": "Polygon" + }, + "id": "1837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919495018859, + -11.959333664406506, + -76.85955176675158, + -11.948949072073836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488092202451, + -11.948949072073836 + ], + [ + -76.86919495018859, + -11.95199675606455 + ], + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.86488092202451, + -11.948949072073836 + ] + ] + ], + "type": "Polygon" + }, + "id": "1838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1242803113395, + -11.850689576778995, + -77.1146337911992, + -11.840297160875043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.1199608761755, + -11.840297160875043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70091947124558, + -12.123437993674886, + -76.69127593584078, + -12.113060147215881 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69660786775927, + -12.113060147215881 + ], + [ + -76.70091947124558, + -12.116110191388778 + ], + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.69127593584078, + -12.12038786400362 + ], + [ + -76.69178618761697, + -12.115198995559105 + ], + [ + -76.69660786775927, + -12.113060147215881 + ] + ] + ], + "type": "Polygon" + }, + "id": "1840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85624331057497, + -12.233226595339424, + -76.84659229978224, + -12.222846577329864 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.85192597963348, + -12.222846577329864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93009644348204, + -11.902430615747742, + -76.9204533521634, + -11.892043684007552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.92578152220635, + -11.892043684007552 + ] + ] + ], + "type": "Polygon" + }, + "id": "1842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69938904662472, + -12.139004407732928, + -76.68974508880802, + -12.128626845863998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.69405680802531, + -12.139004407732928 + ], + [ + -76.68974508880802, + -12.135954184925462 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.69507727776893, + -12.128626845863998 + ] + ] + ], + "type": "Polygon" + }, + "id": "1843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13580686767085, + -11.969831520759572, + -77.12615650920743, + -11.959440528653147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13148553692086, + -11.959440528653147 + ], + [ + -77.13580686767085, + -11.962485835338997 + ], + [ + -77.13530306107565, + -11.96768138335808 + ], + [ + -77.13047779658993, + -11.969831520759572 + ], + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.13148553692086, + -11.959440528653147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91031594411668, + -12.010579992068113, + -76.9006701480367, + -12.000195133078838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.90600011611573, + -12.000195133078838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70323883529413, + -12.052928912529223, + -76.69359733933436, + -12.042549914131474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.69892810804217, + -12.042549914131474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76866814532602, + -12.13805022506323, + -76.75902232579426, + -12.127670884370122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.76435448072039, + -12.127670884370122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93471363379058, + -12.138803773540394, + -76.92506337361264, + -12.128420278809905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.9303954338731, + -12.128420278809905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.817378350125, + -12.300100060595637, + -76.80772637930016, + -12.289722130376003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.81306118657103, + -12.289722130376003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90571885395597, + -11.774182723760333, + -76.8960802207666, + -11.763794617507145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.90140630130954, + -11.763794617507145 + ] + ] + ], + "type": "Polygon" + }, + "id": "1850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78764733033658, + -12.367864074927276, + -76.77799413394604, + -12.35748805027489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.78333007527245, + -12.35748805027489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7191005513476, + -12.313865206589488, + -76.7094508316734, + -12.303490003159709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.71478590372767, + -12.303490003159709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82804768854034, + -12.285443533557569, + -76.8183958699027, + -12.275065088650837 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.82373042920699, + -12.275065088650837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74819006189871, + -11.923756728604506, + -76.73855118766735, + -11.913374666188956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.7438798173243, + -11.913374666188956 + ] + ] + ], + "type": "Polygon" + }, + "id": "1854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84176684271767, + -12.23964817623878, + -76.83211602559267, + -12.229268627169423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.8374498206958, + -12.229268627169423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06701449728943, + -11.632641984917848, + -77.05737590928155, + -11.622248072652367 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.06269949177575, + -11.622248072652367 + ] + ] + ], + "type": "Polygon" + }, + "id": "1856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91794887663357, + -12.121419740046296, + -76.90829957412102, + -12.111036388729516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.91363136259062, + -12.111036388729516 + ] + ] + ], + "type": "Polygon" + }, + "id": "1857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11218533080948, + -11.975385165568394, + -77.10253539827248, + -11.964994826676023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.10786455332523, + -11.964994826676023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05726183821282, + -11.875599650194111, + -77.04761626690973, + -11.865209210447912 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.05294385608065, + -11.865209210447912 + ] + ] + ], + "type": "Polygon" + }, + "id": "1859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9004117938574, + -11.970282377512397, + -76.89076745952363, + -11.959897167036901 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.89609677184247, + -11.959897167036901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11909984408238, + -12.046861271633638, + -77.109447606702, + -12.03647183224432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.114777928462, + -12.03647183224432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85701016766173, + -12.08393470286471, + -76.84736359241913, + -12.073552290191326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.85269480914835, + -12.073552290191326 + ] + ] + ], + "type": "Polygon" + }, + "id": "1862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09771047487227, + -11.981833084404142, + -77.08806071414938, + -11.971443191651879 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.0933899964781, + -11.971443191651879 + ] + ] + ], + "type": "Polygon" + }, + "id": "1863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79683288195595, + -12.180155636910182, + -76.78718504518692, + -12.169776254077004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.79251788286807, + -12.169776254077004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00844758907091, + -11.713468654612436, + -76.99880809217528, + -11.703077207273001 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -77.004133074679, + -11.703077207273001 + ] + ] + ], + "type": "Polygon" + }, + "id": "1865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05636711599666, + -11.647340544145349, + -77.04672836124912, + -11.636947076037295 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.0520521990769, + -11.636947076037295 + ] + ] + ], + "type": "Polygon" + }, + "id": "1866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843418868328, + -12.202993685242683, + -76.85878375701267, + -12.1926128692204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.86411692962764, + -12.1926128692204 + ] + ] + ], + "type": "Polygon" + }, + "id": "1867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19964875775364, + -11.787221800410771, + -77.19000225698309, + -11.776826702005023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1953281749742, + -11.776826702005023 + ], + [ + -77.19964875775364, + -11.779870512308403 + ], + [ + -77.19914613256852, + -11.785068113196573 + ], + [ + -77.19432279735587, + -11.787221800410771 + ], + [ + -77.19000225698309, + -11.784177904085537 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.1953281749742, + -11.776826702005023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74662725287918, + -12.033666082500403, + -76.73698514533947, + -12.023285686092299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.74231558645164, + -12.023285686092299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10836874120363, + -11.967144411022721, + -77.09871915019534, + -11.956754043698904 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.10404817521353, + -11.956754043698904 + ] + ] + ], + "type": "Polygon" + }, + "id": "1870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07106255850813, + -12.018549108086056, + -77.06141237639868, + -12.00816040953211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.06674230047113, + -12.00816040953211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80139277152996, + -12.227770717437373, + -76.79174339044668, + -12.217391991180385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.79707701174387, + -12.217391991180385 + ] + ] + ], + "type": "Polygon" + }, + "id": "1872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94993724492427, + -12.077402993130866, + -76.94028841965778, + -12.067018164502873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.94561945339996, + -12.067018164502873 + ] + ] + ], + "type": "Polygon" + }, + "id": "1873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8791035800072, + -12.282661442316982, + -76.869450486381, + -12.272281668854568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.87478496624126, + -12.272281668854568 + ] + ] + ], + "type": "Polygon" + }, + "id": "1874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78313712432488, + -12.131629494175959, + -76.77349110510013, + -12.121249685735664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.77882314833462, + -12.121249685735664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90806362182026, + -12.269815513872079, + -76.89841014827238, + -12.259434803019307 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.90755615343708, + -12.267674059301243 + ], + [ + -76.90272933007478, + -12.269815513872079 + ], + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.90374439331352, + -12.259434803019307 + ] + ] + ], + "type": "Polygon" + }, + "id": "1876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79455347340391, + -12.156347258777583, + -76.78490640865252, + -12.145967552988232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.7902388545863, + -12.145967552988232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97962733276287, + -12.009554603154204, + -76.96997976032539, + -11.999168011916517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.97530964620232, + -11.999168011916517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73126052080408, + -12.377942683735956, + -76.72160855362323, + -12.367568266828986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.7269446815054, + -12.367568266828986 + ] + ] + ], + "type": "Polygon" + }, + "id": "1879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.840241755127, + -12.255217131389927, + -76.83059051368392, + -12.244837877168568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.83592456671937, + -12.244837877168568 + ] + ] + ], + "type": "Polygon" + }, + "id": "1880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95519161617023, + -11.78691449045905, + -76.94555131037592, + -11.776525330709509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.9508775564326, + -11.776525330709509 + ] + ] + ], + "type": "Polygon" + }, + "id": "1881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68555587856332, + -12.373364346979912, + -76.67590530219279, + -12.36299102014872 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.68124136306551, + -12.36299102014872 + ] + ] + ], + "type": "Polygon" + }, + "id": "1882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6910465689856, + -12.08315399310933, + -76.68140450682118, + -12.072775770937923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.68571525039958, + -12.08315399310933 + ], + [ + -76.68140450682118, + -12.08010398240723 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.68673577566726, + -12.072775770937923 + ] + ] + ], + "type": "Polygon" + }, + "id": "1883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68793270547408, + -12.208591313887808, + -76.67828698592875, + -12.198215161310682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.68362032482354, + -12.198215161310682 + ] + ] + ], + "type": "Polygon" + }, + "id": "1884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89430224864626, + -11.749461374834386, + -76.88466465169711, + -11.73907322124993 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88999033468107, + -11.73907322124993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82273933471527, + -12.104120666057128, + -76.81309307145635, + -12.093739427208519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.81842464174778, + -12.093739427208519 + ] + ] + ], + "type": "Polygon" + }, + "id": "1886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08165967745511, + -11.90945889613599, + -77.07201247886967, + -11.899068342566421 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.07734059247828, + -11.899068342566421 + ] + ] + ], + "type": "Polygon" + }, + "id": "1887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68349943603135, + -11.972355686538068, + -76.6738608851599, + -11.961975982348084 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.67919032829626, + -11.961975982348084 + ] + ] + ], + "type": "Polygon" + }, + "id": "1888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15473052677356, + -11.822189636729064, + -77.14508409571395, + -11.811796092341432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.15041066432617, + -11.811796092341432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69400613892623, + -12.240632422279644, + -76.68435929546628, + -12.230256638356028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68969316256532, + -12.230256638356028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74346221824871, + -12.347733019027745, + -76.73381082132695, + -12.337357770781143 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73914644653972, + -12.337357770781143 + ] + ] + ], + "type": "Polygon" + }, + "id": "1891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99176819273032, + -11.884903789239655, + -76.98212402157367, + -11.87451508515432 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.98745184210634, + -11.87451508515432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01619677180523, + -12.01315558404607, + -77.00654814976349, + -12.002768146868696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.01187805422964, + -12.002768146868696 + ] + ] + ], + "type": "Polygon" + }, + "id": "1893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09448554704181, + -11.729751944950703, + -77.08484337577404, + -11.719358613624648 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.09016851608438, + -11.719358613624648 + ] + ] + ], + "type": "Polygon" + }, + "id": "1894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91715215168198, + -11.893289767761551, + -76.9075096716878, + -11.882903026973842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.91182407438964, + -11.893289767761551 + ], + [ + -76.9075096716878, + -11.890242773210462 + ], + [ + -76.90801654884774, + -11.885049456341385 + ], + [ + -76.91283770251394, + -11.882903026973842 + ] + ] + ], + "type": "Polygon" + }, + "id": "1895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86081785008835, + -12.092174361017904, + -76.85117092789197, + -12.081791980368497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.85650227792623, + -12.081791980368497 + ] + ] + ], + "type": "Polygon" + }, + "id": "1896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99113564029842, + -12.223009358867566, + -76.98148140094602, + -12.212625817752029 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.99062940823661, + -12.220865492352837 + ], + [ + -76.9858022024248, + -12.223009358867566 + ], + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.98681479331508, + -12.212625817752029 + ] + ] + ], + "type": "Polygon" + }, + "id": "1897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10441427098421, + -11.770065039109454, + -77.09477064994795, + -11.759672002576124 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.10009643864781, + -11.759672002576124 + ] + ] + ], + "type": "Polygon" + }, + "id": "1898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75719117691932, + -12.301955759018332, + -76.74754077458697, + -12.291579384118938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.75287563912444, + -12.291579384118938 + ] + ] + ], + "type": "Polygon" + }, + "id": "1899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86158584605771, + -11.75410451712574, + -76.85194897626933, + -11.743717241095624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85727475903506, + -11.743717241095624 + ], + [ + -76.86158584605771, + -11.746763882440542 + ], + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.85245641068207, + -11.74586420429589 + ], + [ + -76.85727475903506, + -11.743717241095624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93929584917973, + -12.186432383319124, + -76.9296440476238, + -12.176049533135258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.9349768891922, + -12.176049533135258 + ] + ] + ], + "type": "Polygon" + }, + "id": "1901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84786002805293, + -12.271695223308024, + -76.83820809133876, + -12.261316050720037 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.84354241164861, + -12.261316050720037 + ] + ] + ], + "type": "Polygon" + }, + "id": "1902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73283012056928, + -12.268088320003365, + -76.7231813931696, + -12.25771199851752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.72851570580964, + -12.25771199851752 + ] + ] + ], + "type": "Polygon" + }, + "id": "1903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83720897357082, + -12.097695103328764, + -76.82756251520618, + -12.087313400635734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.83289397125013, + -12.087313400635734 + ] + ] + ], + "type": "Polygon" + }, + "id": "1904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15011779557659, + -11.77452597271455, + -77.14047289835608, + -11.764131892269043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.14579869076101, + -11.764131892269043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87909692954547, + -12.093985580103833, + -76.86944946887758, + -12.083602770123823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.87478083593244, + -12.083602770123823 + ] + ] + ], + "type": "Polygon" + }, + "id": "1906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72683354200616, + -12.047418479063328, + -76.71719156409064, + -12.037038794920125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.72252223724222, + -12.037038794920125 + ] + ] + ], + "type": "Polygon" + }, + "id": "1907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14717927003758, + -11.900135840960903, + -77.13753070509698, + -11.889743567745269 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.14717927003758, + -11.892788427051887 + ], + [ + -77.146675731693, + -11.897984615607378 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.14285856788398, + -11.889743567745269 + ] + ] + ], + "type": "Polygon" + }, + "id": "1908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84786581985033, + -12.177367959909263, + -76.83821669976166, + -12.166987246874832 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.84354946330804, + -12.166987246874832 + ] + ] + ], + "type": "Polygon" + }, + "id": "1909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72914696321216, + -11.976898176763065, + -76.71950702443624, + -11.966517375082073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.72483653472833, + -11.966517375082073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80521809124383, + -12.14168623094393, + -76.79557117709206, + -12.13130602327913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.80090337608169, + -12.13130602327913 + ] + ] + ], + "type": "Polygon" + }, + "id": "1911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995719223191, + -12.093080103361455, + -76.86031000056144, + -12.082697507921624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.86564135924378, + -12.082697507921624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7656126768135, + -12.169187103565191, + -76.75596601081428, + -12.15880833534652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.7612986805688, + -12.15880833534652 + ] + ] + ], + "type": "Polygon" + }, + "id": "1913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16689268598944, + -11.791899963281866, + -77.1572468548841, + -11.7815057135218 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.16257290563331, + -11.7815057135218 + ] + ] + ], + "type": "Polygon" + }, + "id": "1914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.763366382587, + -12.051053133151838, + -76.75372330192708, + -12.040672576245004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.7590540241583, + -12.040672576245004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8135700095248, + -12.29186122804407, + -76.80391838699147, + -12.281483255620529 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80925306023815, + -12.281483255620529 + ] + ] + ], + "type": "Polygon" + }, + "id": "1916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05939331401892, + -11.616159673705145, + -77.04975540954844, + -11.605765740861585 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.0550787313405, + -11.605765740861585 + ] + ] + ], + "type": "Polygon" + }, + "id": "1917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93777510155475, + -12.202006297684605, + -76.92812287471918, + -12.191623736314781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.93345597461803, + -12.191623736314781 + ] + ] + ], + "type": "Polygon" + }, + "id": "1918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74659193161966, + -12.127991481089618, + -76.73694701156064, + -12.117612542145622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.74227900807288, + -12.117612542145622 + ] + ] + ], + "type": "Polygon" + }, + "id": "1919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03756485465453, + -12.078178136487667, + -77.0279137462788, + -12.06779116141369 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.03324469617421, + -12.06779116141369 + ] + ] + ], + "type": "Polygon" + }, + "id": "1920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01164625085747, + -12.059896806788844, + -77.00199635168258, + -12.049510187618612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -77.0073270314953, + -12.049510187618612 + ] + ] + ], + "type": "Polygon" + }, + "id": "1921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13270646473765, + -11.906588745809263, + -77.12305806858168, + -11.896196913833732 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.12838606025471, + -11.896196913833732 + ] + ] + ], + "type": "Polygon" + }, + "id": "1922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71241591383266, + -11.959511352130145, + -76.70277695091036, + -11.94913072032404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.70810617832433, + -11.94913072032404 + ] + ] + ], + "type": "Polygon" + }, + "id": "1923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82731424484632, + -12.057403623669021, + -76.81766925268708, + -12.047021549041206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.82300005021736, + -12.047021549041206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90420927656776, + -11.884148716700324, + -76.89456740880603, + -11.873762167834311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8998952998702, + -11.873762167834311 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.90370235913839, + -11.882002471262272 + ], + [ + -76.8988813388557, + -11.884148716700324 + ], + [ + -76.89456740880603, + -11.881101654883118 + ], + [ + -76.89507445238172, + -11.875908434070377 + ], + [ + -76.8998952998702, + -11.873762167834311 + ] + ] + ], + "type": "Polygon" + }, + "id": "1925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96283604310972, + -11.897789700092563, + -76.95319223689073, + -11.887401892041472 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.95852029966572, + -11.887401892041472 + ] + ] + ], + "type": "Polygon" + }, + "id": "1926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94379065455968, + -11.856587380548063, + -76.93414857116812, + -11.846199461698584 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.93846320542096, + -11.856587380548063 + ], + [ + -76.93414857116812, + -11.853540817925163 + ], + [ + -76.93465501870946, + -11.848346911876021 + ], + [ + -76.93947597423062, + -11.846199461698584 + ] + ] + ], + "type": "Polygon" + }, + "id": "1927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96206309890081, + -11.85838523192579, + -76.95242048649713, + -11.847996886612492 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.95774790155676, + -11.847996886612492 + ] + ] + ], + "type": "Polygon" + }, + "id": "1928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76480368697891, + -12.318432953579729, + -76.75515258577161, + -12.308056663513085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.76048771975248, + -12.308056663513085 + ] + ] + ], + "type": "Polygon" + }, + "id": "1929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07996044757692, + -11.641774626712696, + -77.0703212601443, + -11.631380514790372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.07564497523056, + -11.631380514790372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83800155828715, + -11.759644057007288, + -76.8283651512555, + -11.749257445141586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.83369103987081, + -11.749257445141586 + ] + ] + ], + "type": "Polygon" + }, + "id": "1931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96896734323799, + -12.024232926539455, + -76.95931960923272, + -12.013846818472727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.96464974797293, + -12.013846818472727 + ] + ] + ], + "type": "Polygon" + }, + "id": "1932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74055114715833, + -12.001616532966603, + -76.7309101605499, + -11.991235808780093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.73624007518924, + -11.991235808780093 + ] + ] + ], + "type": "Polygon" + }, + "id": "1933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08553804938236, + -12.012104254372147, + -77.07588769317304, + -12.00171510686043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.08121749121246, + -12.00171510686043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95295153880369, + -11.951872575262465, + -76.94330637800003, + -11.941485791104661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.9486353408346, + -11.941485791104661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73745663537305, + -12.12708131402952, + -76.72781199129439, + -12.116702593083605 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.73314397543805, + -12.116702593083605 + ] + ] + ], + "type": "Polygon" + }, + "id": "1936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69795752071816, + -11.965934110550322, + -76.68831876321083, + -11.955553942088395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.69364809882825, + -11.955553942088395 + ] + ] + ], + "type": "Polygon" + }, + "id": "1937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71547384090438, + -11.928368923227625, + -76.70583572214224, + -11.91798775931101 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.71116443592797, + -11.91798775931101 + ] + ] + ], + "type": "Polygon" + }, + "id": "1938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88518690692173, + -12.03168594465527, + -76.87554114344881, + -12.021302029256162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.88087147913551, + -12.021302029256162 + ] + ] + ], + "type": "Polygon" + }, + "id": "1939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85852839011805, + -12.257035379555711, + -76.84887660750526, + -12.246655696042287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.85421067882058, + -12.246655696042287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10462153075329, + -12.053306999954364, + -77.09496946467995, + -12.042918009549826 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.10029991410207, + -12.042918009549826 + ] + ] + ], + "type": "Polygon" + }, + "id": "1941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94612607470387, + -12.069163000425887, + -76.93647759452945, + -12.058778139690922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.94180849610238, + -12.058778139690922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88823706158946, + -12.09489079114459, + -76.87858933240094, + -12.084507766874683 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.88392070755272, + -12.084507766874683 + ] + ] + ], + "type": "Polygon" + }, + "id": "1943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03741626626496, + -11.794982542176529, + -77.02777360131971, + -11.784591471904239 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.03309988958003, + -11.784591471904239 + ] + ] + ], + "type": "Polygon" + }, + "id": "1944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14566860953208, + -11.915723927283263, + -77.13601961774228, + -11.905331912954642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.14566860953208, + -11.908376863444213 + ], + [ + -77.14516502571455, + -11.913572922553284 + ], + [ + -77.14034044464519, + -11.915723927283263 + ], + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.1413477394171, + -11.905331912954642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73137991689924, + -12.09503480755527, + -76.72173639466965, + -12.08465574022232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.72706785185191, + -12.08465574022232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04963573232749, + -11.859118029353628, + -77.03999084599043, + -11.848727544413215 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.04531817382107, + -11.848727544413215 + ] + ] + ], + "type": "Polygon" + }, + "id": "1947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8608138279498, + -12.280843579209243, + -76.85116127342422, + -12.270464233745981 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.85649573624386, + -12.270464233745981 + ] + ] + ], + "type": "Polygon" + }, + "id": "1948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03223385995831, + -12.085518043425155, + -77.02258266883783, + -12.075131311949765 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.0279137462788, + -12.075131311949765 + ] + ] + ], + "type": "Polygon" + }, + "id": "1949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73969374269626, + -12.245197526936796, + -76.73004551177351, + -12.23482065168327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.73537944455431, + -12.23482065168327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91415205329035, + -12.207528302648306, + -76.90450028009249, + -12.197146418153704 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90983349206942, + -12.197146418153704 + ] + ] + ], + "type": "Polygon" + }, + "id": "1951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00394002002373, + -11.854634626240372, + -76.99429643687822, + -11.844245197447302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.99962374584764, + -11.844245197447302 + ] + ] + ], + "type": "Polygon" + }, + "id": "1952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96893780810379, + -11.929851922102861, + -76.9592928882646, + -11.919464423322191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.96462147268464, + -11.919464423322191 + ] + ] + ], + "type": "Polygon" + }, + "id": "1953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9263394417964, + -12.177287548759995, + -76.91668825196875, + -12.166904873734813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.92202095446902, + -12.166904873734813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01377248977498, + -11.706122337238815, + -77.004133074679, + -11.69573066358782 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.00945793034619, + -11.69573066358782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93090236434297, + -12.130564010294709, + -76.92125244970138, + -12.120180480471722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.92658437755017, + -12.120180480471722 + ] + ] + ], + "type": "Polygon" + }, + "id": "1956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70536788260824, + -12.359635772911219, + -76.69571717156612, + -12.349261701557072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.70105300262858, + -12.349261701557072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76642092249297, + -12.019910911781839, + -76.75677868763113, + -12.009529805598554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.76210889543249, + -12.009529805598554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01853757967733, + -12.131354479580665, + -77.00888537158838, + -12.120968797475665 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.01421722106836, + -12.120968797475665 + ] + ] + ], + "type": "Polygon" + }, + "id": "1959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73357538604371, + -12.307454610834558, + -76.72392546228973, + -12.297078929754402 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.7292604248978, + -12.297078929754402 + ] + ] + ], + "type": "Polygon" + }, + "id": "1960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12514859624895, + -11.984521926091722, + -77.11549806632237, + -11.974131407838202 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.1208273523121, + -11.974131407838202 + ] + ] + ], + "type": "Polygon" + }, + "id": "1961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64372876998478, + -12.282744261739586, + -76.63408205948845, + -12.272370468254369 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.64321759724989, + -12.280608780456793 + ], + [ + -76.63839415405435, + -12.282744261739586 + ], + [ + -76.63408205948845, + -12.279692816705266 + ], + [ + -76.6345933576339, + -12.274505974990051 + ], + [ + -76.63941662494427, + -12.272370468254369 + ] + ] + ], + "type": "Polygon" + }, + "id": "1962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07772257770677, + -11.712377124584526, + -77.06808134675323, + -11.701983972455906 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.0734062248031, + -11.701983972455906 + ] + ] + ], + "type": "Polygon" + }, + "id": "1963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04420540418822, + -11.677627100365457, + -77.03456605826747, + -11.667234314437321 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03989040909502, + -11.667234314437321 + ] + ] + ], + "type": "Polygon" + }, + "id": "1964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15703743297742, + -11.846020806447772, + -77.14739023486224, + -11.835627535445948 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.15271719163663, + -11.835627535445948 + ] + ] + ], + "type": "Polygon" + }, + "id": "1965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94453890631709, + -11.801599853324007, + -76.93489844072886, + -11.791211156428604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.94022493844547, + -11.791211156428604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94918925629624, + -12.132372249205444, + -76.93953881039543, + -12.121988294111642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.9448707510396, + -12.121988294111642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09987829565746, + -11.816831662805583, + -77.09023339645344, + -11.806439370156498 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.09555996062505, + -11.806439370156498 + ] + ] + ], + "type": "Polygon" + }, + "id": "1968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1463833038336, + -11.860717404217006, + -77.13673593303619, + -11.85032459451924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.14206314863297, + -11.85032459451924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67420190091539, + -12.254367153784218, + -76.66455519334323, + -12.243992104267427 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66988928934161, + -12.243992104267427 + ] + ] + ], + "type": "Polygon" + }, + "id": "1970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8273024586975, + -12.15174200751443, + -76.81765465232374, + -12.141361402606936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.82298700546897, + -12.141361402606936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96369316931947, + -12.220295780965388, + -76.95403972142164, + -12.209912873773892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95937309797256, + -12.209912873773892 + ] + ] + ], + "type": "Polygon" + }, + "id": "1973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0785096094829, + -11.751796692090153, + -77.06886718558641, + -11.741404040099932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.07419271043769, + -11.741404040099932 + ] + ] + ], + "type": "Polygon" + }, + "id": "1974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06718892307079, + -11.915907278429174, + -77.05754189880123, + -11.905517169457916 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.06287013817823, + -11.905517169457916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90957371318846, + -12.159902878653693, + -76.89992348203741, + -12.149520343370506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.90525591221788, + -12.149520343370506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89662922413432, + -12.245097757497671, + -76.88697678986307, + -12.23471692346846 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.89231063621325, + -12.23471692346846 + ] + ] + ], + "type": "Polygon" + }, + "id": "1977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14320140065341, + -11.703027290508388, + -77.1335588035116, + -11.692632432767507 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.1388834318982, + -11.692632432767507 + ] + ] + ], + "type": "Polygon" + }, + "id": "1978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04671086853156, + -12.07907818516991, + -77.03705949996525, + -12.068691000042474 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.04239045317473, + -12.068691000042474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71223460438462, + -12.336751283847011, + -76.70258438891307, + -12.326376644703211 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.70791984052225, + -12.326376644703211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75046397795286, + -11.94756908955772, + -76.7408243323937, + -11.937187315322003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.7461533535852, + -11.937187315322003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11895318286302, + -11.858036855878023, + -77.10930657733776, + -11.847644671209213 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.1146337911992, + -11.847644671209213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9545464602898, + -12.219390715716438, + -76.9448932771668, + -12.209008020334286 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.95022664789248, + -12.209008020334286 + ] + ] + ], + "type": "Polygon" + }, + "id": "1983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8547226496444, + -12.15446470181447, + -76.84507403071969, + -12.144083451196972 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.85040641202453, + -12.144083451196972 + ] + ] + ], + "type": "Polygon" + }, + "id": "1984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0002065416375, + -12.035176072166175, + -76.99055767399783, + -12.024789358980142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.99588795955985, + -12.024789358980142 + ] + ] + ], + "type": "Polygon" + }, + "id": "1985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70022755508687, + -11.989743344962426, + -76.69058802559904, + -11.979363470932661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.69971763011887, + -11.98760281232637 + ], + [ + -76.69489777787422, + -11.989743344962426 + ], + [ + -76.69058802559904, + -11.9866939090506 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.69591775323094, + -11.979363470932661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95670968392169, + -11.771330688782038, + -76.9470698025128, + -11.760941281252316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.95239579081533, + -11.760941281252316 + ] + ] + ], + "type": "Polygon" + }, + "id": "1987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7945107599424, + -12.344973972460128, + -76.78485806270552, + -12.334597380938328 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.79019362269887, + -12.334597380938328 + ] + ] + ], + "type": "Polygon" + }, + "id": "1988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1067166447168, + -11.793895391270073, + -77.09707225638981, + -11.783502620267278 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.10239843352072, + -11.783502620267278 + ] + ] + ], + "type": "Polygon" + }, + "id": "1989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73738059967619, + -12.315693115505505, + -76.72773032596008, + -12.305317476672865 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.73306542361188, + -12.305317476672865 + ] + ] + ], + "type": "Polygon" + }, + "id": "1990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79453212290632, + -12.250666798445577, + -76.78488224273407, + -12.24028862182775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.79021624524314, + -12.24028862182775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15464683062493, + -11.72775132808663, + -77.14500321291112, + -11.717356517560019 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.15032822931775, + -11.717356517560019 + ] + ] + ], + "type": "Polygon" + }, + "id": "1992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91260393973, + -12.034396927164883, + -76.90295737339135, + -12.024012369490132 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.9082877319821, + -12.024012369490132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70017870957113, + -12.084064795450454, + -76.69053636907988, + -12.073686353874715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.69586765168869, + -12.073686353874715 + ] + ] + ], + "type": "Polygon" + }, + "id": "1994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06791672170428, + -11.860909562373658, + -77.05827131743287, + -11.850518656733415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.06359865087886, + -11.850518656733415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80674410869173, + -12.126115848345169, + -76.7970976181632, + -12.115735356702936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.80242955957601, + -12.115735356702936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9750722525931, + -12.056292019585516, + -76.9654234042806, + -12.045906246202899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.97075406494896, + -12.045906246202899 + ] + ] + ], + "type": "Polygon" + }, + "id": "1997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70254610451366, + -11.919221950826001, + -76.69290861276764, + -11.908840984256729 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.69823717815557, + -11.908840984256729 + ] + ] + ], + "type": "Polygon" + }, + "id": "1998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7238174037542, + -11.98422962293679, + -76.71417739208908, + -11.973849065500017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71950702443624, + -11.973849065500017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71617197511682, + -12.062078009180988, + -76.70652985167258, + -12.051698820740274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.71186076887139, + -12.051698820740274 + ] + ] + ], + "type": "Polygon" + }, + "id": "2000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83340219907126, + -12.08945554138538, + -76.82375608815606, + -12.07907380660819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.82908741059315, + -12.07907380660819 + ] + ] + ], + "type": "Polygon" + }, + "id": "2001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71237062612721, + -12.053838793456706, + -76.70272885252847, + -12.043459575876733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.70805963462942, + -12.043459575876733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08613553936313, + -11.76827884847577, + -77.07649243214549, + -11.757886231269463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.08181821743392, + -11.757886231269463 + ] + ] + ], + "type": "Polygon" + }, + "id": "2003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72137479175107, + -12.337665998523285, + -76.7117242986224, + -12.32729114145114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.71705976337704, + -12.32729114145114 + ] + ] + ], + "type": "Polygon" + }, + "id": "2004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07324397138612, + -11.853564040173392, + -77.06359865087886, + -11.843172902253029 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.06892585633113, + -11.843172902253029 + ] + ] + ], + "type": "Polygon" + }, + "id": "2005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8379495229541, + -12.325727287241012, + -76.8282962360775, + -12.315349271531877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.8379495229541, + -12.31839903412347 + ], + [ + -76.83744098692583, + -12.323588095649688 + ], + [ + -76.83261425650907, + -12.325727287241012 + ], + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.83363145480128, + -12.315349271531877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90343326787209, + -11.750360024622273, + -76.89379540376757, + -11.739971655974902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.89912109437353, + -11.739971655974902 + ] + ] + ], + "type": "Polygon" + }, + "id": "2007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0921846407355, + -11.705920708087497, + -77.08254323657121, + -11.695527120849833 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.08786798850889, + -11.695527120849833 + ] + ] + ], + "type": "Polygon" + }, + "id": "2008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07717999092091, + -12.0506127374567, + -77.06752869761267, + -12.040224373518972 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.0728591415118, + -12.040224373518972 + ] + ] + ], + "type": "Polygon" + }, + "id": "2009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.776975227323, + -12.382514232949742, + -76.76732188124168, + -12.372138732198726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.77265806923968, + -12.372138732198726 + ] + ] + ], + "type": "Polygon" + }, + "id": "2010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79524275752351, + -12.47862987380144, + -76.7855860438105, + -12.468255605526942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79092381269754, + -12.468255605526942 + ], + [ + -76.79524275752351, + -12.47130645334645 + ], + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.79092381269754, + -12.468255605526942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1432817504144, + -11.797466017234878, + -77.13363634051687, + -11.787072411168785 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.13896252088585, + -11.787072411168785 + ] + ] + ], + "type": "Polygon" + }, + "id": "2012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08528407862993, + -11.634424620211089, + -77.07564497523056, + -11.624030286674133 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.08096856228545, + -11.624030286674133 + ] + ] + ], + "type": "Polygon" + }, + "id": "2013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76477364051937, + -12.41272508089645, + -76.75511972153912, + -12.402350416735072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76045641366248, + -12.402350416735072 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.75943689960508, + -12.41272508089645 + ], + [ + -76.75511972153912, + -12.409674151654519 + ], + [ + -76.75562954156315, + -12.404486873669834 + ], + [ + -76.76045641366248, + -12.402350416735072 + ] + ] + ], + "type": "Polygon" + }, + "id": "2014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97578421501157, + -11.906929387036632, + -76.96613980078041, + -11.896541389944202 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.97146800082307, + -11.896541389944202 + ] + ] + ], + "type": "Polygon" + }, + "id": "2015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67652777176492, + -12.183875185706057, + -76.66688310461413, + -12.173498925487635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6722160366623, + -12.173498925487635 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.667393790804, + -12.17563645409478 + ], + [ + -76.6722160366623, + -12.173498925487635 + ] + ] + ], + "type": "Polygon" + }, + "id": "2016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8265218102501, + -12.301010826700585, + -76.81686956732959, + -12.290632681253156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.82220438457104, + -12.290632681253156 + ] + ] + ], + "type": "Polygon" + }, + "id": "2017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68333818352095, + -12.255281574945226, + -76.67369119644752, + -12.244906306180193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.6790253067309, + -12.244906306180193 + ] + ] + ], + "type": "Polygon" + }, + "id": "2018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12658490194578, + -11.874518905220496, + -77.11693761432262, + -11.864126766938405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.12226508776807, + -11.864126766938405 + ] + ] + ], + "type": "Polygon" + }, + "id": "2019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89890863408424, + -12.17457030903269, + -76.88925824567524, + -12.164188273671265 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.89459092649388, + -12.164188273671265 + ] + ] + ], + "type": "Polygon" + }, + "id": "2020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80063921484494, + -12.18839480210706, + -76.79099102968249, + -12.178015455634787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.79632400150581, + -12.178015455634787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13175823544927, + -11.678303272683145, + -77.12211665943357, + -11.667908371837186 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.1274408994247, + -11.667908371837186 + ] + ] + ], + "type": "Polygon" + }, + "id": "2022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83949151380065, + -12.121506808509253, + -76.82984428408815, + -12.111125420064722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.83517613141315, + -12.111125420064722 + ] + ] + ], + "type": "Polygon" + }, + "id": "2023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11355421158052, + -11.770957745223729, + -77.10391033435151, + -11.7605644994044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10923612434371, + -11.7605644994044 + ] + ] + ], + "type": "Polygon" + }, + "id": "2024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93469408402927, + -12.044442959549192, + -76.9250466394958, + -12.034058005227394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.93037714431281, + -12.034058005227394 + ] + ] + ], + "type": "Polygon" + }, + "id": "2025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73298738527004, + -11.89079819755161, + -76.72334990697279, + -11.880416048305703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72867799806112, + -11.880416048305703 + ], + [ + -76.73298738527004, + -11.883464571570551 + ], + [ + -76.73247807152565, + -11.888655700956116 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.72334990697279, + -11.887749587284773 + ], + [ + -76.72385934618346, + -11.882558567434158 + ], + [ + -76.72867799806112, + -11.880416048305703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11981926673543, + -11.9918666451774, + -77.11016865132575, + -11.981476364516615 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.11549806632237, + -11.981476364516615 + ] + ] + ], + "type": "Polygon" + }, + "id": "2027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08232244838541, + -11.760037769903041, + -77.0726796827977, + -11.74964513507659 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.07800533788834, + -11.74964513507659 + ] + ] + ], + "type": "Polygon" + }, + "id": "2028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77169505607692, + -12.201232955317105, + -76.76204726872261, + -12.19085454868197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.76738046499172, + -12.19085454868197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74506339148213, + -12.143559533788267, + -76.7354180484786, + -12.133180879503868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.74075030226989, + -12.133180879503868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9887337984191, + -11.916068865029592, + -76.97908877708578, + -11.905680679865709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.98441711385003, + -11.905680679865709 + ] + ] + ], + "type": "Polygon" + }, + "id": "2031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9765589887391, + -11.94633273787645, + -76.96691338030887, + -11.93594528999085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.9722422282228, + -11.93594528999085 + ] + ] + ], + "type": "Polygon" + }, + "id": "2032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7488324707052, + -12.24610974346088, + -76.73918396371717, + -12.235732650689465 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.74451790880816, + -12.235732650689465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12413071696939, + -11.661820611120923, + -77.11448982201193, + -11.651425683821069 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.12413071696939, + -11.654469509647523 + ], + [ + -77.1236272252964, + -11.659667025601372 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11981380286436, + -11.651425683821069 + ] + ] + ], + "type": "Polygon" + }, + "id": "2034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04430835992888, + -11.866462655780884, + -77.0346633905752, + -11.856072403804937 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.03999084599043, + -11.856072403804937 + ] + ] + ], + "type": "Polygon" + }, + "id": "2035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90875887999411, + -11.74301791128916, + -76.89912109437353, + -11.732629312702102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90444665995308, + -11.732629312702102 + ], + [ + -76.90875887999411, + -11.735675480620808 + ], + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.90444665995308, + -11.732629312702102 + ] + ] + ], + "type": "Polygon" + }, + "id": "2036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80518160558479, + -12.330320962808399, + -76.7955290591208, + -12.319943851550253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.80086437188305, + -12.319943851550253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04519513946482, + -12.094658616266889, + -77.03554334469659, + -12.084271708500731 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.04087455659196, + -12.084271708500731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98107926859852, + -11.805190559396411, + -76.97143774740725, + -11.794801009911012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.97676426791922, + -11.794801009911012 + ] + ] + ], + "type": "Polygon" + }, + "id": "2039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17603567697114, + -11.792791161422647, + -77.16638959291652, + -11.782396704150687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.17171564307341, + -11.782396704150687 + ] + ] + ], + "type": "Polygon" + }, + "id": "2040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02754437872112, + -11.849084691190962, + -77.01790035517654, + -11.838694606305902 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.0232275453273, + -11.838694606305902 + ] + ] + ], + "type": "Polygon" + }, + "id": "2041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03736679455459, + -11.70056350076988, + -77.02772694080409, + -11.690171177813822 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.03305167699722, + -11.690171177813822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85320273908147, + -12.075695034994906, + -76.84355651085302, + -12.065312590752976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.84888759423603, + -12.065312590752976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74357092999152, + -12.064806168473384, + -76.73392797703208, + -12.054426324377282 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73925893241967, + -12.054426324377282 + ] + ] + ], + "type": "Polygon" + }, + "id": "2044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0611881417392, + -12.072637150489777, + -77.05153659695456, + -12.062249512643058 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.05686742524637, + -12.062249512643058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04054622524643, + -11.952624649171876, + -77.03089878461425, + -11.942235721424252 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.0362276628, + -11.942235721424252 + ] + ] + ], + "type": "Polygon" + }, + "id": "2046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919625335248, + -12.242374178795956, + -76.85954462550643, + -12.231993986121134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.86487844747478, + -12.231993986121134 + ] + ] + ], + "type": "Polygon" + }, + "id": "2047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07633151972178, + -11.916803623579298, + -77.06668423707573, + -11.906413304802093 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.07201247886967, + -11.906413304802093 + ] + ] + ], + "type": "Polygon" + }, + "id": "2048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01844958042588, + -11.94258773464197, + -77.00880300422558, + -11.932199202123018 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.01413174398819, + -11.932199202123018 + ] + ] + ], + "type": "Polygon" + }, + "id": "2049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74971743299099, + -11.90818356912167, + -76.74007898116517, + -11.897801243697574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7454073538769, + -11.897801243697574 + ], + [ + -76.74971743299099, + -11.900849715650113 + ], + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.7454073538769, + -11.897801243697574 + ] + ] + ], + "type": "Polygon" + }, + "id": "2050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78085919655084, + -12.107820384435067, + -76.77121394923651, + -12.097440260295357 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.77654560073745, + -12.097440260295357 + ] + ] + ], + "type": "Polygon" + }, + "id": "2051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853642072857, + -11.974006499767766, + -76.84889308279504, + -11.963622389744344 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.85422248697913, + -11.963622389744344 + ] + ] + ], + "type": "Polygon" + }, + "id": "2052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03511962010491, + -11.77115496495781, + -77.02547772311316, + -11.760763629057953 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.0308036224007, + -11.760763629057953 + ] + ] + ], + "type": "Polygon" + }, + "id": "2053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89051716456821, + -12.024349940394169, + -76.88087147913551, + -12.013965781350931 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.8862016898985, + -12.013965781350931 + ] + ] + ], + "type": "Polygon" + }, + "id": "2054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93388569300757, + -11.816283940378137, + -76.92424506828765, + -11.805895708114273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92957181731371, + -11.805895708114273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93165340083411, + -12.075596721274083, + -76.92200510656765, + -12.065212318259693 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.92733612756409, + -12.065212318259693 + ] + ] + ], + "type": "Polygon" + }, + "id": "2056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94608033797724, + -11.880409373396438, + -76.9364374853705, + -11.87002173287223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94176527831635, + -11.87002173287223 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.93694393818852, + -11.872168938558596 + ], + [ + -76.94176527831635, + -11.87002173287223 + ] + ] + ], + "type": "Polygon" + }, + "id": "2057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95063659253269, + -11.833663644543547, + -76.94099501343929, + -11.823275237434228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.94632203286248, + -11.823275237434228 + ] + ] + ], + "type": "Polygon" + }, + "id": "2058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95068498162537, + -12.022429682991643, + -76.94103777645225, + -12.0120439998765 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.94636790359904, + -12.0120439998765 + ] + ] + ], + "type": "Polygon" + }, + "id": "2059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10592598995814, + -11.754475422987184, + -77.09628279492941, + -11.744082141595856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.10160832517377, + -11.744082141595856 + ] + ] + ], + "type": "Polygon" + }, + "id": "2060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12960731076538, + -11.843341980583597, + -77.1199608761755, + -11.832949333889479 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.12528783217923, + -11.832949333889479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9499132573693, + -11.983031863570691, + -76.9402672469083, + -11.97264561218331 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.94559672580678, + -11.97264561218331 + ] + ] + ], + "type": "Polygon" + }, + "id": "2062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98802775727938, + -12.065433760867942, + -76.97837830125209, + -12.055047807516775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.98370909879881, + -12.055047807516775 + ] + ] + ], + "type": "Polygon" + }, + "id": "2063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80371060932298, + -12.062923105955853, + -76.79406608546336, + -12.05254171028011 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.7993969863731, + -12.05254171028011 + ] + ] + ], + "type": "Polygon" + }, + "id": "2064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0754837525115, + -11.782973667037458, + -77.06584047719991, + -11.77258150624852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.071166518705, + -11.77258150624852 + ] + ] + ], + "type": "Polygon" + }, + "id": "2065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00627508881625, + -11.97285308546082, + -76.99662792320025, + -11.962465294054011 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -77.00195717538377, + -11.962465294054011 + ] + ] + ], + "type": "Polygon" + }, + "id": "2066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14026092211571, + -11.828645838558725, + -77.13061465912298, + -11.818252731619484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.13594135691939, + -11.818252731619484 + ] + ] + ], + "type": "Polygon" + }, + "id": "2067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92398359734653, + -11.775979959238388, + -76.9143444314336, + -11.765591423896536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.91967052626057, + -11.765591423896536 + ] + ] + ], + "type": "Polygon" + }, + "id": "2068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69568784228935, + -11.942124397903203, + -76.68604985666914, + -11.931743938567216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.6913788003128, + -11.931743938567216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1015268044402, + -11.990073771271211, + -77.09187670193714, + -11.979683907599147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.09720611444726, + -11.979683907599147 + ] + ] + ], + "type": "Polygon" + }, + "id": "2070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72596572343112, + -12.290977549265108, + -76.71631649978092, + -12.280601785054243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.72165119217881, + -12.280601785054243 + ] + ] + ], + "type": "Polygon" + }, + "id": "2071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12140540285469, + -12.070685609507493, + -77.11175239701106, + -12.060296477083316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.11708310775192, + -12.060296477083316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82504561215794, + -11.939238724468861, + -76.81540420327563, + -11.928854945582867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82073305510804, + -11.928854945582867 + ], + [ + -76.82504561215794, + -11.931902918468214 + ], + [ + -76.82453750381255, + -11.937094862009971 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81591243749412, + -11.93099882991339 + ], + [ + -76.82073305510804, + -11.928854945582867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65899596255221, + -12.221413084920405, + -76.64935065980842, + -12.211037883985856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.65468421242055, + -12.211037883985856 + ] + ] + ], + "type": "Polygon" + }, + "id": "2074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75419946617264, + -12.144469762039709, + -76.74455384755785, + -12.134090890020632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74988611348978, + -12.134090890020632 + ] + ] + ], + "type": "Polygon" + }, + "id": "2075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79764728080399, + -11.93652479608205, + -76.7880066880396, + -11.926141667565172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79333550907015, + -11.926141667565172 + ], + [ + -76.79764728080399, + -11.929189869463437 + ], + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.78851529965377, + -11.92828499776857 + ], + [ + -76.79333550907015, + -11.926141667565172 + ] + ] + ], + "type": "Polygon" + }, + "id": "2076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09685362993858, + -11.848007534773114, + -77.08720787850177, + -11.837615745803214 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.09253495974225, + -11.837615745803214 + ] + ] + ], + "type": "Polygon" + }, + "id": "2077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82732602412098, + -11.963053915683593, + -76.81768384453495, + -11.952670427364854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.82301308735768, + -11.952670427364854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70550991999711, + -12.076736201760758, + -76.69586765168869, + -12.06635751078863 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.70119881258229, + -12.06635751078863 + ] + ] + ], + "type": "Polygon" + }, + "id": "2080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77777879628673, + -12.233278092849368, + -76.76812988753444, + -12.222900054272996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.77346361030006, + -12.222900054272996 + ] + ] + ], + "type": "Polygon" + }, + "id": "2081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0054965405924, + -11.933448658946405, + -76.99585056942536, + -11.923060311971037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -77.00117917371534, + -11.923060311971037 + ] + ] + ], + "type": "Polygon" + }, + "id": "2082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84710657374988, + -12.137985779158656, + -76.83745864931058, + -12.127604458716986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.8427907637078, + -12.127604458716986 + ] + ] + ], + "type": "Polygon" + }, + "id": "2083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70926504274422, + -12.179287027813983, + -76.69961961159278, + -12.16890985584137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.70495246358335, + -12.16890985584137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7260484105469, + -12.10236391512719, + -76.7164048153039, + -12.091985097601869 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.7164048153039, + -12.099314119618022 + ], + [ + -76.71691468446878, + -12.09412476548967 + ], + [ + -76.72173639466965, + -12.091985097601869 + ] + ] + ], + "type": "Polygon" + }, + "id": "2085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13047779658993, + -11.977176884481477, + -77.1208273523121, + -11.966786129079383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.13047779658993, + -11.969831520759572 + ], + [ + -77.12997390367332, + -11.975026950456446 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.12615650920743, + -11.966786129079383 + ] + ] + ], + "type": "Polygon" + }, + "id": "2086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10678636803816, + -11.888317721899698, + -77.09713916589438, + -11.877926257544795 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.10246689591958, + -11.877926257544795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13413990105238, + -11.796573751260658, + -77.12449474583032, + -11.786180353582699 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.1298209258034, + -11.786180353582699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90500769198474, + -12.206621916429906, + -76.89535618613743, + -12.19624024512919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.90068939079384, + -12.19624024512919 + ] + ] + ], + "type": "Polygon" + }, + "id": "2089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82423908021528, + -12.277204611350644, + -76.81458760961887, + -12.266826124885823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81992203504551, + -12.266826124885823 + ] + ] + ], + "type": "Polygon" + }, + "id": "2090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78546340129596, + -11.966767301408295, + -76.77582223566232, + -11.95638492249739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.78115156025832, + -11.95638492249739 + ] + ] + ], + "type": "Polygon" + }, + "id": "2091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73294810348646, + -11.985137631787044, + -76.72330781537336, + -11.974756855482342 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.72863746048867, + -11.974756855482342 + ] + ] + ], + "type": "Polygon" + }, + "id": "2092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79145549565014, + -12.376102523000396, + -76.78180195027288, + -12.365726544175596 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.79145549565014, + -12.368776973363655 + ], + [ + -76.79094623144299, + -12.37396501671575 + ], + [ + -76.78611937151042, + -12.376102523000396 + ], + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.78713802601314, + -12.365726544175596 + ] + ] + ], + "type": "Polygon" + }, + "id": "2093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1280202403297, + -11.764501163507955, + -77.11837619284421, + -11.754107481594868 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.12370185497106, + -11.754107481594868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9666170323931, + -11.811636343628427, + -76.95697569386753, + -11.801247238648827 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.96230233527415, + -11.801247238648827 + ] + ] + ], + "type": "Polygon" + }, + "id": "2095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90347496986477, + -12.127849649267462, + -76.89382585569295, + -12.117466759229576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89915776227966, + -12.117466759229576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7769487288701, + -12.476799821106498, + -76.76729256370251, + -12.466425983941225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.77263031046003, + -12.466425983941225 + ] + ] + ], + "type": "Polygon" + }, + "id": "2097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74588098836894, + -11.994284864068955, + -76.73624007518924, + -11.98390389510876 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.7415698674666, + -11.98390389510876 + ] + ] + ], + "type": "Polygon" + }, + "id": "2098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03829796535928, + -12.023194900059835, + -77.02864847822599, + -12.012807071592936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.03397852134009, + -12.012807071592936 + ] + ] + ], + "type": "Polygon" + }, + "id": "2099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78386389776249, + -12.265322495054058, + -76.77421386756954, + -12.254944831010546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77954811681349, + -12.254944831010546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00401952508732, + -12.043416327891327, + -76.9943703135415, + -12.033029645588027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.99970073056193, + -12.033029645588027 + ] + ] + ], + "type": "Polygon" + }, + "id": "2101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83491722552952, + -12.168220711886999, + -76.82526872379941, + -12.15784017783366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.8306013443738, + -12.15784017783366 + ] + ] + ], + "type": "Polygon" + }, + "id": "2102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87909360722435, + -11.999630108083457, + -76.86944896057105, + -11.989245863868291 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.87477877258512, + -11.989245863868291 + ] + ] + ], + "type": "Polygon" + }, + "id": "2103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88060833724626, + -11.795306151575394, + -76.87096973729254, + -11.784918956367749 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.88010122950516, + -11.793159311697226 + ], + [ + -76.87528184305299, + -11.795306151575394 + ], + [ + -76.87096973729254, + -11.792259360561125 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.87629618452769, + -11.784918956367749 + ] + ] + ], + "type": "Polygon" + }, + "id": "2104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04890488579356, + -11.914113799708202, + -77.03925837971092, + -11.903724111103005 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.04458661342656, + -11.903724111103005 + ] + ] + ], + "type": "Polygon" + }, + "id": "2105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91413850021601, + -12.11317997727787, + -76.90448954354729, + -12.102796591911595 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.90982119940789, + -12.102796591911595 + ] + ] + ], + "type": "Polygon" + }, + "id": "2106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02612132364588, + -12.053457320895593, + -77.01647124531827, + -12.043070248279182 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.02180180190177, + -12.043070248279182 + ] + ] + ], + "type": "Polygon" + }, + "id": "2107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89887225105542, + -11.797105644892012, + -76.88923311568439, + -11.786718019377508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.89836539539176, + -11.794958439111216 + ], + [ + -76.89354574132352, + -11.797105644892012 + ], + [ + -76.88923311568439, + -11.794059004580301 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.89455957871755, + -11.786718019377508 + ] + ] + ], + "type": "Polygon" + }, + "id": "2108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91942480250418, + -11.822726310216474, + -76.90978436442991, + -11.812338525068014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.90978436442991, + -11.819679712150144 + ], + [ + -76.91029109935485, + -11.814485873145482 + ], + [ + -76.91511123211038, + -11.812338525068014 + ] + ] + ], + "type": "Polygon" + }, + "id": "2109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68407723269871, + -12.294644582013857, + -76.6744290494864, + -12.284269950837695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.67976380980957, + -12.284269950837695 + ] + ] + ], + "type": "Polygon" + }, + "id": "2110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00787366321075, + -12.146030512429801, + -76.99822129095537, + -12.1356453236886 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -77.00355339485478, + -12.1356453236886 + ] + ] + ], + "type": "Polygon" + }, + "id": "2111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74431706867408, + -12.104183797707675, + -76.73467292083905, + -12.093804543645854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.74000452535034, + -12.093804543645854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69484737735192, + -12.091393053527673, + -76.68520496484403, + -12.081014861789624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69433721726476, + -12.089253946163975 + ], + [ + -76.68951592342763, + -12.091393053527673 + ], + [ + -76.68520496484403, + -12.088343034124126 + ], + [ + -76.68571525039958, + -12.08315399310933 + ], + [ + -76.69053636907988, + -12.081014861789624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.986371109652, + -11.703437854852027, + -76.97673247993028, + -11.693046818604067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.97673247993028, + -11.700392498858923 + ], + [ + -76.97723809289131, + -11.695197033950969 + ], + [ + -76.98205732187763, + -11.693046818604067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06858569473538, + -11.71148435626483, + -77.05894472175923, + -11.70109141459292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.06426959743733, + -11.70109141459292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843440104282, + -12.297321611963472, + -76.85878115198032, + -12.286942351128726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.86843440104282, + -12.289991697270631 + ], + [ + -76.8679263354852, + -12.2951813811794 + ], + [ + -76.86309962414722, + -12.297321611963472 + ], + [ + -76.85878115198032, + -12.2942721821268 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.86411588159798, + -12.286942351128726 + ] + ] + ], + "type": "Polygon" + }, + "id": "2116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89510641006535, + -12.26066863998283, + -76.88545355084122, + -12.250288100886253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.89078765540475, + -12.250288100886253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.000829280424, + -11.696986883750656, + -76.99119046981865, + -11.686595408677272 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99651519001146, + -11.686595408677272 + ], + [ + -77.000829280424, + -11.689640514713018 + ], + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.99169587050562, + -11.688746005922312 + ], + [ + -76.99651519001146, + -11.686595408677272 + ] + ] + ], + "type": "Polygon" + }, + "id": "2118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16831420172963, + -11.681862957191065, + -77.15867161012272, + -11.671467222468243 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.1639958503303, + -11.671467222468243 + ] + ] + ], + "type": "Polygon" + }, + "id": "2119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16156659236434, + -11.799249767562564, + -77.15192067455077, + -11.78885574547587 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.1572468548841, + -11.78885574547587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89204615814474, + -12.103130523032327, + -76.88239808261953, + -12.092747531637187 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.88772959069193, + -12.092747531637187 + ] + ] + ], + "type": "Polygon" + }, + "id": "2121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13104150196574, + -11.733319629722375, + -77.12139830696616, + -11.72292546114287 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.12672345198874, + -11.72292546114287 + ] + ] + ], + "type": "Polygon" + }, + "id": "2122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75881530624531, + -12.003431896253494, + -76.74917376890224, + -11.993050735605452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.7545037077983, + -11.993050735605452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0281850559783, + -11.605242937396886, + -77.0185482717063, + -11.59484962992145 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0238714531498, + -11.59484962992145 + ], + [ + -77.0281850559783, + -11.597893982987957 + ], + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.0185482717063, + -11.602198496415708 + ], + [ + -77.01905314662142, + -11.597001895691578 + ], + [ + -77.0238714531498, + -11.59484962992145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84558218935301, + -12.153557403914888, + -76.835933840802, + -12.14317636828401 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.8412662129959, + -12.14317636828401 + ] + ] + ], + "type": "Polygon" + }, + "id": "2125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94682826292892, + -11.825423114675878, + -76.93718702839372, + -11.815034687879795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.94251391585551, + -11.815034687879795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73827767542208, + -11.977805890698429, + -76.72863746048867, + -11.967424870267756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.73396698338789, + -11.967424870267756 + ] + ] + ], + "type": "Polygon" + }, + "id": "2127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01238364742039, + -12.00491521119258, + -77.0027353689695, + -11.994527744560664 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -77.00806514215577, + -11.994527744560664 + ] + ] + ], + "type": "Polygon" + }, + "id": "2128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79382249262459, + -12.02263217851665, + -76.78417943633144, + -12.012250420302822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78950967777232, + -12.012250420302822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92094453758783, + -11.807144569482688, + -76.91130452359106, + -11.796756532720215 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.91130452359106, + -11.804098069159947 + ], + [ + -76.91181121290352, + -11.798904104351218 + ], + [ + -76.91663113363639, + -11.796756532720215 + ] + ] + ], + "type": "Polygon" + }, + "id": "2130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386238413314, + -12.249704948597161, + -76.85421067882058, + -12.23932501028249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.85954462550643, + -12.23932501028249 + ] + ] + ], + "type": "Polygon" + }, + "id": "2131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8295956785579, + -12.08121596992819, + -76.81994991515239, + -12.070834203522192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.82528110394153, + -12.070834203522192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9316161054058, + -11.886850153184348, + -76.92197343849354, + -11.876462962061842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.92730135072186, + -11.876462962061842 + ] + ] + ], + "type": "Polygon" + }, + "id": "2133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7351051815953, + -12.29189101389378, + -76.72545568108411, + -12.28151503195933 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.73079038620969, + -12.28151503195933 + ] + ] + ], + "type": "Polygon" + }, + "id": "2134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71687068901275, + -12.195764728973527, + -76.70722455755994, + -12.1853876284513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.71255767999322, + -12.1853876284513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89891774311847, + -12.26890784868489, + -76.88926453734341, + -12.25852735097024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.8945987748773, + -12.25852735097024 + ] + ] + ], + "type": "Polygon" + }, + "id": "2136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90804007159929, + -12.081125167786269, + -76.89839223145091, + -12.070741436975059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.90372336396166, + -12.070741436975059 + ] + ] + ], + "type": "Polygon" + }, + "id": "2137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99857450076519, + -11.767573142966775, + -76.98893364784483, + -11.757182654247396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.99425953085358, + -11.757182654247396 + ] + ] + ], + "type": "Polygon" + }, + "id": "2138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08481285424915, + -12.067093608107935, + -77.07516087630223, + -12.056705309413923 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.08049158115347, + -12.056705309413923 + ] + ] + ], + "type": "Polygon" + }, + "id": "2139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85473022301075, + -11.965766556600618, + -76.84508723182428, + -11.955382420595976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.850416502772, + -11.955382420595976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73596615030273, + -12.048327537696743, + -76.72632389598853, + -12.037947634988246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.73165458182243, + -12.037947634988246 + ] + ] + ], + "type": "Polygon" + }, + "id": "2141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03062239282308, + -11.91231927041771, + -77.02097640683856, + -11.9019300031838 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.0263046337898, + -11.9019300031838 + ] + ] + ], + "type": "Polygon" + }, + "id": "2142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02837233877555, + -11.982891684302642, + -77.01872430703853, + -11.97250349864281 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.02405369855968, + -11.97250349864281 + ] + ] + ], + "type": "Polygon" + }, + "id": "2143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87833397773716, + -12.054596782924476, + -76.8686877121677, + -12.044213386414873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.8740184304916, + -12.044213386414873 + ] + ] + ], + "type": "Polygon" + }, + "id": "2144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84102378700604, + -12.011588029701823, + -76.83137979488403, + -12.001204917343182 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.83670982932364, + -12.001204917343182 + ] + ] + ], + "type": "Polygon" + }, + "id": "2145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14185136406425, + -11.907482936251654, + -77.13220271298448, + -11.897090896219575 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.13753070509698, + -11.897090896219575 + ] + ] + ], + "type": "Polygon" + }, + "id": "2146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05967305215628, + -12.088218261608645, + -77.05002108102497, + -12.077830900368845 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.05535216806301, + -12.077830900368845 + ] + ] + ], + "type": "Polygon" + }, + "id": "2147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97349188142626, + -11.883106806513515, + -76.96384823625911, + -11.872718527099877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96917604658323, + -11.872718527099877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78767069777903, + -12.273561326709368, + -76.77802031874347, + -12.2631837032406 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.78335470236354, + -12.2631837032406 + ] + ] + ], + "type": "Polygon" + }, + "id": "2149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11657675187364, + -11.73977751820017, + -77.1069337268433, + -11.729383784194958 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.11225899985065, + -11.729383784194958 + ] + ] + ], + "type": "Polygon" + }, + "id": "2150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8021273729819, + -12.361451078659353, + -76.79247397821192, + -12.351074577047546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.8021273729819, + -12.354124839295505 + ], + [ + -76.80161828073636, + -12.359313143982424 + ], + [ + -76.79679149617004, + -12.361451078659353 + ], + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.79780980678092, + -12.351074577047546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0474949171835, + -12.11847879625927, + -77.0378423530206, + -12.108092202518687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.04698963881593, + -12.116332389986155 + ], + [ + -77.04216327094528, + -12.11847879625927 + ], + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.04317395458872, + -12.108092202518687 + ] + ] + ], + "type": "Polygon" + }, + "id": "2152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03888100876529, + -11.684974956587428, + -77.02924158009313, + -11.674582395069063 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.02924158009313, + -11.681930163968163 + ], + [ + -77.02974642952611, + -11.676733936083627 + ], + [ + -77.03456605826747, + -11.674582395069063 + ] + ] + ], + "type": "Polygon" + }, + "id": "2153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88671460318778, + -12.110464977367622, + -76.87706644953575, + -12.100082233329008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.88239808261953, + -12.100082233329008 + ] + ] + ], + "type": "Polygon" + }, + "id": "2154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94766917821406, + -12.147947827685208, + -76.93801830706451, + -12.137564156005995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.94335050600151, + -12.137564156005995 + ] + ] + ], + "type": "Polygon" + }, + "id": "2155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79457481144608, + -12.06201586232042, + -76.78493056047319, + -12.05163468333046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.7902614507399, + -12.05163468333046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64832863576689, + -12.236060623577194, + -76.63868319165398, + -12.22568593721308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.64401698619012, + -12.22568593721308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14018144596308, + -11.734210904156347, + -77.13053799622496, + -11.723816526892982 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.1358631417367, + -11.723816526892982 + ] + ] + ], + "type": "Polygon" + }, + "id": "2158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97274827193596, + -11.938092332627663, + -76.96310300777083, + -11.927704859066576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.9684317239585, + -11.927704859066576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04362792556755, + -12.015853539203038, + -77.03397852134009, + -12.005465470206941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.0393084368514, + -12.005465470206941 + ] + ] + ], + "type": "Polygon" + }, + "id": "2160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03991414526953, + -12.196372231107183, + -77.03025944929288, + -12.185987058997313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03559234479997, + -12.185987058997313 + ], + [ + -77.03991414526953, + -12.189034328520433 + ], + [ + -77.03940863882048, + -12.194226966996494 + ], + [ + -77.03458120496245, + -12.196372231107183 + ], + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.03559234479997, + -12.185987058997313 + ] + ] + ], + "type": "Polygon" + }, + "id": "2161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80825264358509, + -12.204873091827011, + -76.79860376181625, + -12.194493819441949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.80393700180075, + -12.194493819441949 + ] + ] + ], + "type": "Polygon" + }, + "id": "2162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03375009148206, + -12.069937876962484, + -77.02409932639446, + -12.059550868918453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02943014522748, + -12.059550868918453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80293825689076, + -12.117876472767813, + -76.7932921144965, + -12.107495947878913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.79862392189563, + -12.107495947878913 + ] + ] + ], + "type": "Polygon" + }, + "id": "2164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03076508267193, + -12.195469954693953, + -77.0211106474317, + -12.185084992413952 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.0264435394168, + -12.185084992413952 + ] + ] + ], + "type": "Polygon" + }, + "id": "2165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88975295063244, + -11.984956897941842, + -76.88010845980713, + -11.974572169710632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.88543802214924, + -11.974572169710632 + ] + ] + ], + "type": "Polygon" + }, + "id": "2166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70087080733136, + -12.217743197807279, + -76.69122445858574, + -12.207366863109334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.69655794676795, + -12.207366863109334 + ] + ] + ], + "type": "Polygon" + }, + "id": "2167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83795820816584, + -12.23140904420509, + -76.8283077387022, + -12.221029455780002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.83364140013845, + -12.221029455780002 + ] + ] + ], + "type": "Polygon" + }, + "id": "2168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148027085969, + -12.07750614042949, + -76.86183350341788, + -12.06712326632997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.86716460427898, + -12.06712326632997 + ] + ] + ], + "type": "Polygon" + }, + "id": "2169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386462719678, + -12.061026661948508, + -76.8542185532228, + -12.05064372555137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.85954938772538, + -12.05064372555137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16680544944579, + -11.697456262934514, + -77.15716243133036, + -11.687060765370623 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.16248693017911, + -11.687060765370623 + ] + ] + ], + "type": "Polygon" + }, + "id": "2171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76324451256355, + -12.428286686660119, + -76.75359016968532, + -12.417912334966942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75892711963289, + -12.417912334966942 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.75359016968532, + -12.425235673318957 + ], + [ + -76.75410003560083, + -12.420048551564555 + ], + [ + -76.75892711963289, + -12.417912334966942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10534338633266, + -11.998314447994805, + -77.09569294211099, + -11.987924613859123 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.10102248476078, + -11.987924613859123 + ] + ] + ], + "type": "Polygon" + }, + "id": "2173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10764746054599, + -12.022139483323777, + -77.09799624795995, + -12.011749948878467 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.10332617958156, + -12.011749948878467 + ] + ] + ], + "type": "Polygon" + }, + "id": "2174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72910655120084, + -12.071226901188368, + -76.71946380117492, + -12.060847523672193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.72479486632153, + -12.060847523672193 + ] + ] + ], + "type": "Polygon" + }, + "id": "2175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8440576676978, + -12.169128599525175, + -76.83440889501145, + -12.158747850248881 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.8397415250193, + -12.158747850248881 + ] + ] + ], + "type": "Polygon" + }, + "id": "2176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66297626055415, + -11.946728647580292, + -76.65333904036466, + -11.936349092601361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65866806248707, + -11.936349092601361 + ], + [ + -76.66297626055415, + -11.939398535955059 + ], + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.65333904036466, + -11.943679117364523 + ], + [ + -76.65384954004968, + -11.938489395071057 + ], + [ + -76.65866806248707, + -11.936349092601361 + ] + ] + ], + "type": "Polygon" + }, + "id": "2177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71149193904543, + -12.297388293842522, + -76.70184292009395, + -12.28701300690067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.70717772156361, + -12.28701300690067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73051538206535, + -12.338580442786016, + -76.72086461175567, + -12.328205368034782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.72620008938016, + -12.328205368034782 + ] + ] + ], + "type": "Polygon" + }, + "id": "2179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538848632095, + -11.95109365200476, + -76.8557456493812, + -11.9407090343391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.861074671564, + -11.9407090343391 + ], + [ + -76.86538848632095, + -11.943756709425324 + ], + [ + -76.86488092202451, + -11.948949072073836 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.85625333972128, + -11.942853635802962 + ], + [ + -76.861074671564, + -11.9407090343391 + ] + ] + ], + "type": "Polygon" + }, + "id": "2180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82960679339173, + -11.986868625171644, + -76.81996384300936, + -11.97648543098113 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.82529347686265, + -11.97648543098113 + ] + ] + ], + "type": "Polygon" + }, + "id": "2181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68196900040518, + -11.9879249055821, + -76.6723300277152, + -11.977545471270679 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.68145882465225, + -11.985784744311774 + ], + [ + -76.67663925071459, + -11.9879249055821 + ], + [ + -76.6723300277152, + -11.98487531821092 + ], + [ + -76.67284032880437, + -11.979685656087193 + ], + [ + -76.67765972756622, + -11.977545471270679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71603927760988, + -12.344989602599389, + -76.70638871167681, + -12.33461500699363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.7117242986224, + -12.33461500699363 + ] + ] + ], + "type": "Polygon" + }, + "id": "2183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745280066188, + -12.14070590542753, + -76.86487927280609, + -12.130323940735577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.87021141356865, + -12.130323940735577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04801597402043, + -11.68586815104978, + -77.03837628585781, + -11.675475378178257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.04370076729843, + -11.675475378178257 + ] + ] + ], + "type": "Polygon" + }, + "id": "2185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91489229370974, + -12.058213352854228, + -76.90524495702014, + -12.047829100055045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.91057570616259, + -12.047829100055045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82044452169522, + -12.17464341178082, + -76.81079621534896, + -12.16426334476952 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.81612895011119, + -12.16426334476952 + ] + ] + ], + "type": "Polygon" + }, + "id": "2187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02759100674803, + -11.94348602614313, + -77.0179441695731, + -11.93309728258581 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.02327291322365, + -11.93309728258581 + ] + ] + ], + "type": "Polygon" + }, + "id": "2188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97504093332331, + -11.961913578726906, + -76.96539489982587, + -11.951526395709662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.97072400587025, + -11.951526395709662 + ] + ] + ], + "type": "Polygon" + }, + "id": "2189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95302619798724, + -12.234964393985123, + -76.94337258932624, + -12.224581990532373 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.94870621851022, + -12.224581990532373 + ] + ] + ], + "type": "Polygon" + }, + "id": "2190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97271764191919, + -11.843700865821859, + -76.96307519047902, + -11.833312052869534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.9684023531763, + -11.833312052869534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00238426682263, + -11.775813935274185, + -76.99274307053071, + -11.765423463774587 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.99806908480123, + -11.765423463774587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77700171030706, + -12.288215569302208, + -76.76735118166643, + -12.27783846081577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.77268581181502, + -12.27783846081577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10757745706005, + -11.927731934546904, + -77.09792906063004, + -11.917341013818191 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.10325743807408, + -11.917341013818191 + ] + ] + ], + "type": "Polygon" + }, + "id": "2194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84178197650112, + -12.05097597759009, + -76.83213678967712, + -12.040593441375075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.83746747277472, + -12.040593441375075 + ] + ] + ], + "type": "Polygon" + }, + "id": "2195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7344375432509, + -12.063897045723376, + -76.72479486632153, + -12.05351741992955 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.73012580925446, + -12.05351741992955 + ] + ] + ], + "type": "Polygon" + }, + "id": "2196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02446760468924, + -11.785846275612808, + -77.0148255428419, + -11.775455398221482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.0201516965644, + -11.775455398221482 + ] + ] + ], + "type": "Polygon" + }, + "id": "2197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04425686704886, + -11.772049773315908, + -77.03461471023155, + -11.761658226249132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.03994061290051, + -11.761658226249132 + ] + ] + ], + "type": "Polygon" + }, + "id": "2198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9659583953593, + -12.1497556339436, + -76.95630699465099, + -12.139371538022703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.96163920537246, + -12.139371538022703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0099630782277, + -11.697881423475149, + -77.00032400612132, + -11.687489736054188 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00564873072685, + -11.687489736054188 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -77.000829280424, + -11.689640514713018 + ], + [ + -77.00564873072685, + -11.687489736054188 + ] + ] + ], + "type": "Polygon" + }, + "id": "2200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76861032410251, + -12.32667152308992, + -76.75895887354777, + -12.31629527612191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.76429414218882, + -12.31629527612191 + ] + ] + ], + "type": "Polygon" + }, + "id": "2201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.819744684087, + -11.757842252924963, + -76.81010881870328, + -11.747456074918473 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81543468786136, + -11.747456074918473 + ], + [ + -76.819744684087, + -11.750503100782211 + ], + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81010881870328, + -11.754795139446493 + ], + [ + -76.81061684192653, + -11.749602104743088 + ], + [ + -76.81543468786136, + -11.747456074918473 + ] + ] + ], + "type": "Polygon" + }, + "id": "2202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94006673186296, + -12.225819267950595, + -76.93041373411165, + -12.215437036513707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.93574722477372, + -12.215437036513707 + ] + ] + ], + "type": "Polygon" + }, + "id": "2203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97969267714785, + -12.198290345947262, + -76.97003947164114, + -12.18790668646148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.97537246858299, + -12.18790668646148 + ] + ] + ], + "type": "Polygon" + }, + "id": "2204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73820215378392, + -12.166455348944075, + -76.72855631438362, + -12.156077233492308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.73388894791663, + -12.156077233492308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74968302632684, + -12.002524345768986, + -76.74004176411363, + -11.992143403226878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.74537169101878, + -11.992143403226878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94302018626541, + -11.8171825851891, + -76.93337929634906, + -11.806794139162196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.93870605180817, + -11.806794139162196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03057488501967, + -11.817913930100227, + -77.02093171216825, + -11.807523340157617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.02625838592137, + -11.807523340157617 + ] + ] + ], + "type": "Polygon" + }, + "id": "2208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94235872125175, + -12.249631661583113, + -76.93270495249244, + -12.239249763635776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.94235872125175, + -12.24229819616683 + ], + [ + -76.94185176435842, + -12.247489198174955 + ], + [ + -76.93702479357765, + -12.249631661583113 + ], + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.93803883395766, + -12.239249763635776 + ] + ] + ], + "type": "Polygon" + }, + "id": "2209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90880679778297, + -12.120514979603445, + -76.89915776227966, + -12.11013184168028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.90448954354729, + -12.11013184168028 + ] + ] + ], + "type": "Polygon" + }, + "id": "2210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71450843421813, + -12.360551113338362, + -76.70485744512067, + -12.350176823953854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.7101932895376, + -12.350176823953854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77860761608815, + -11.9896737478953, + -76.76896595285734, + -11.979291880995676 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.77429565769137, + -11.979291880995676 + ] + ] + ], + "type": "Polygon" + }, + "id": "2212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11679464586881, + -12.02303641279374, + -77.10714317686062, + -12.012646670004308 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.11679464586881, + -12.01569240955975 + ], + [ + -77.11629048928141, + -12.020887333004076 + ], + [ + -77.11146466939687, + -12.02303641279374 + ], + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.11247310967897, + -12.012646670004308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07021672034729, + -11.884736432563297, + -77.06057054800715, + -11.87434580601751 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.06589827038675, + -11.87434580601751 + ] + ] + ], + "type": "Polygon" + }, + "id": "2214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68714069663562, + -12.263520088650578, + -76.67749335868811, + -12.253144859008623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.68282760460235, + -12.253144859008623 + ] + ] + ], + "type": "Polygon" + }, + "id": "2215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96592972691283, + -12.05539015859817, + -76.95628114251029, + -12.045004597289626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.96161179770283, + -12.045004597289626 + ] + ] + ], + "type": "Polygon" + }, + "id": "2216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10053252401718, + -11.667389558595428, + -77.09089205576919, + -11.65699527274038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.09621616281244, + -11.65699527274038 + ] + ] + ], + "type": "Polygon" + }, + "id": "2217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97116973543633, + -11.764884061241343, + -76.96152967057434, + -11.75449421054445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.96685553848423, + -11.75449421054445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9606261387944, + -12.157091650722055, + -76.95097465758434, + -12.146707803064285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.95630699465099, + -12.146707803064285 + ] + ] + ], + "type": "Polygon" + }, + "id": "2219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83185655118956, + -12.293682437388698, + -76.82220438457104, + -12.283304034495115 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.8275390777118, + -12.283304034495115 + ] + ] + ], + "type": "Polygon" + }, + "id": "2220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7488671513803, + -12.151798628464446, + -76.73922145900409, + -12.141420008193382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.74455384755785, + -12.141420008193382 + ] + ] + ], + "type": "Polygon" + }, + "id": "2221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74428106581054, + -12.198500044316127, + -76.7346341042661, + -12.188122289614752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.73996726485633, + -12.188122289614752 + ] + ] + ], + "type": "Polygon" + }, + "id": "2222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13342330360237, + -11.851583067546285, + -77.12377652818405, + -11.841190443167735 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.12910361385393, + -11.841190443167735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8935759064582, + -12.181903521836418, + -76.88392543966945, + -12.171521737098573 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88925824567524, + -12.171521737098573 + ] + ] + ], + "type": "Polygon" + }, + "id": "2224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88672015106931, + -12.20480833789744, + -76.87706918135568, + -12.194427093735452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.88240237054319, + -12.194427093735452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68566215745008, + -12.184788259890938, + -76.67601721104135, + -12.174411780234585 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.68135015729821, + -12.174411780234585 + ] + ] + ], + "type": "Polygon" + }, + "id": "2226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03228189154099, + -12.179892439315593, + -77.02262788260698, + -12.169507189631384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.03228189154099, + -12.172554455729308 + ], + [ + -77.03177630379538, + -12.177747133058633 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.02796051581542, + -12.169507189631384 + ] + ] + ], + "type": "Polygon" + }, + "id": "2227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98792251751009, + -11.782262146567032, + -76.97828150205932, + -11.771872117315686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.98360763821756, + -11.771872117315686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07542318148143, + -11.68854619246984, + -77.06578271770844, + -11.678152787047706 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.07110720729678, + -11.678152787047706 + ] + ] + ], + "type": "Polygon" + }, + "id": "2229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05120368798327, + -11.937938667104248, + -77.04155641339915, + -11.927549265534882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.04688503632414, + -11.927549265534882 + ] + ] + ], + "type": "Polygon" + }, + "id": "2230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97584729509968, + -12.095688256807643, + -76.96619725148645, + -12.085303069677245 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.97152856062648, + -12.085303069677245 + ] + ] + ], + "type": "Polygon" + }, + "id": "2231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69785848445808, + -12.1545703929778, + -76.68821410420628, + -12.144193117241377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69354655022664, + -12.144193117241377 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.68821410420628, + -12.151520077430236 + ], + [ + -76.68872444769332, + -12.146331494340012 + ], + [ + -76.69354655022664, + -12.144193117241377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14121562032312, + -12.056895617241048, + -77.13156253060284, + -12.046505795068605 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13689298352031, + -12.046505795068605 + ], + [ + -77.14121562032312, + -12.049551466874641 + ], + [ + -77.14071175422416, + -12.05474642981557 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.13689298352031, + -12.046505795068605 + ] + ] + ], + "type": "Polygon" + }, + "id": "2233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71381034820762, + -12.226894862568093, + -76.70416337116535, + -12.216518346717036 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70949700809119, + -12.216518346717036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7230319231428, + -12.03917918720268, + -76.71339029482377, + -12.028799474567464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.71872083302344, + -12.028799474567464 + ] + ] + ], + "type": "Polygon" + }, + "id": "2235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12182784158261, + -11.637986818614033, + -77.11218771312444, + -11.627591645554533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11751130599826, + -11.627591645554533 + ], + [ + -77.12182784158261, + -11.630635361394946 + ], + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.11269132691153, + -11.629745481250453 + ], + [ + -77.11751130599826, + -11.627591645554533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90044043616221, + -12.253337028078025, + -76.89078765540475, + -12.242956234652333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.89612163469324, + -12.242956234652333 + ] + ] + ], + "type": "Polygon" + }, + "id": "2237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71612776842203, + -12.156393896490284, + -76.70648283245654, + -12.1460161830675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.71181530532915, + -12.1460161830675 + ] + ] + ], + "type": "Polygon" + }, + "id": "2238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74051405753309, + -12.095944585157838, + -76.73087025906067, + -12.085565299549781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.73620172879208, + -12.085565299549781 + ] + ] + ], + "type": "Polygon" + }, + "id": "2239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99868906279676, + -12.050755800273024, + -76.9890397695912, + -12.040369360510699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.9943703135415, + -12.040369360510699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83643299997316, + -12.246978059362654, + -76.82678210625619, + -12.236598765007308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.83211602559267, + -12.236598765007308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76555306636861, + -12.357799046307305, + -76.75590076835888, + -12.347423408867066 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.7612365524292, + -12.347423408867066 + ] + ] + ], + "type": "Polygon" + }, + "id": "2242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01225712202827, + -11.721709546744504, + -77.00261728207884, + -11.711318113956354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -77.00794239567594, + -11.711318113956354 + ] + ] + ], + "type": "Polygon" + }, + "id": "2243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75868814051387, + -12.380686428588334, + -76.74903534456271, + -12.370311360626745 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.75437150934191, + -12.370311360626745 + ] + ] + ], + "type": "Polygon" + }, + "id": "2244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97277891982652, + -12.032473113499318, + -76.96313084129498, + -12.022087035464107 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.96846111187938, + -12.022087035464107 + ] + ] + ], + "type": "Polygon" + }, + "id": "2245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538781002992, + -12.045452188356483, + -76.85574216013168, + -12.035068976403391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.86107273689433, + -12.035068976403391 + ] + ] + ], + "type": "Polygon" + }, + "id": "2246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11592973908499, + -11.889212388281651, + -77.10628228068582, + -11.878820715103412 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.11161001193271, + -11.878820715103412 + ] + ] + ], + "type": "Polygon" + }, + "id": "2247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74118606818215, + -12.323931602167109, + -76.73153544456383, + -12.313556006036755 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.73687067721839, + -12.313556006036755 + ] + ] + ], + "type": "Polygon" + }, + "id": "2248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11578499865091, + -11.700354571386391, + -77.10614316653567, + -11.689960340517066 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.11146779290176, + -11.689960340517066 + ] + ] + ], + "type": "Polygon" + }, + "id": "2249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78849220292379, + -12.029964916078036, + -76.77884907166536, + -12.019583403136162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.78417943633144, + -12.019583403136162 + ] + ] + ], + "type": "Polygon" + }, + "id": "2250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04132919752959, + -11.992030874072867, + -77.03168056224546, + -11.98164250639567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.0370100883011, + -11.98164250639567 + ] + ] + ], + "type": "Polygon" + }, + "id": "2251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99169587050562, + -11.696092087209871, + -76.98205732187763, + -11.68570082473526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9873820373827, + -11.68570082473526 + ], + [ + -76.99169587050562, + -11.688746005922312 + ], + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.982562848912, + -11.687851240552765 + ], + [ + -76.9873820373827, + -11.68570082473526 + ] + ] + ], + "type": "Polygon" + }, + "id": "2252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78999572838549, + -12.10872886835329, + -76.78035020739046, + -12.098348527318377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.78568186995076, + -12.098348527318377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75036133853578, + -12.230544030520392, + -76.7407132548037, + -12.22016664304371 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.74604694243342, + -12.22016664304371 + ] + ] + ], + "type": "Polygon" + }, + "id": "2254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78000616027552, + -12.445677675553496, + -76.77035084344742, + -12.435303205698299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7756880742814, + -12.435303205698299 + ], + [ + -76.78000616027552, + -12.43835405438097 + ], + [ + -76.77949662661212, + -12.443541343262394 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.7756880742814, + -12.435303205698299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97810910958461, + -12.025134151278982, + -76.96846111187938, + -12.014747831112652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.97379125600268, + -12.014747831112652 + ] + ] + ], + "type": "Polygon" + }, + "id": "2256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01455152454933, + -11.74553726552728, + -77.0049109166655, + -11.735146090942242 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.01023641929363, + -11.735146090942242 + ] + ] + ], + "type": "Polygon" + }, + "id": "2257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919538432309, + -12.053691978409363, + -76.85954938772538, + -12.043308796598057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.86488009765586, + -12.043308796598057 + ] + ] + ], + "type": "Polygon" + }, + "id": "2258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72832174077452, + -12.126170881656599, + -76.71867737315155, + -12.115792378958268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.72400934465152, + -12.115792378958268 + ] + ] + ], + "type": "Polygon" + }, + "id": "2259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96816402544164, + -11.890448414333168, + -76.95852029966572, + -11.88006037037884 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.96384823625911, + -11.88006037037884 + ] + ] + ], + "type": "Polygon" + }, + "id": "2260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84787160826832, + -12.083028723681272, + -76.83822530316174, + -12.072646526180238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.84355651085302, + -12.072646526180238 + ] + ] + ], + "type": "Polygon" + }, + "id": "2261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76858138816529, + -12.42096326514832, + -76.75892711963289, + -12.410588648881484 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.75892711963289, + -12.417912334966942 + ], + [ + -76.75943689960508, + -12.41272508089645 + ], + [ + -76.7642639464955, + -12.410588648881484 + ] + ] + ], + "type": "Polygon" + }, + "id": "2262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79074776939343, + -12.148108015134563, + -76.78110105309086, + -12.137728274673067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.78643336483256, + -12.137728274673067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02607510866953, + -11.959068811384752, + -77.01642784586336, + -11.948680331988953 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.02175684788978, + -11.948680331988953 + ] + ] + ], + "type": "Polygon" + }, + "id": "2264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6445280609105, + -12.22782216227807, + -76.63488296840235, + -12.217447438550456 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64021662684411, + -12.217447438550456 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63539416849386, + -12.219583688777156 + ], + [ + -76.64021662684411, + -12.217447438550456 + ] + ] + ], + "type": "Polygon" + }, + "id": "2266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76783148351102, + -12.381600466724572, + -76.75817841225637, + -12.371225182243537 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.76351458878291, + -12.371225182243537 + ] + ] + ], + "type": "Polygon" + }, + "id": "2267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05188048463243, + -11.78853165079767, + -77.04223764299552, + -11.778140139939461 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.04756380700019, + -11.778140139939461 + ] + ] + ], + "type": "Polygon" + }, + "id": "2268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94762252999632, + -11.959212143769555, + -76.93797728920273, + -11.94882559870642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.94330637800003, + -11.94882559870642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76714047977974, + -12.15361887937787, + -76.75749423702597, + -12.143239824150506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.7628266493577, + -12.143239824150506 + ] + ] + ], + "type": "Polygon" + }, + "id": "2270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15934469968751, + -11.869851523508766, + -77.1496967344261, + -11.859458529463343 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15934469968751, + -11.86250312602307 + ], + [ + -77.15884137941777, + -11.867699674936244 + ], + [ + -77.15401731170752, + -11.869851523508766 + ], + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.15502407940164, + -11.859458529463343 + ] + ] + ], + "type": "Polygon" + }, + "id": "2271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83949974377911, + -12.02716235781513, + -76.8298553279456, + -12.016779517882085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.83518561995024, + -12.016779517882085 + ] + ] + ], + "type": "Polygon" + }, + "id": "2272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1167219721556, + -11.928627252198467, + -77.1070733194493, + -11.918236122801598 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.1124016980915, + -11.918236122801598 + ] + ] + ], + "type": "Polygon" + }, + "id": "2273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08679596979961, + -11.618833061892166, + -77.07715729183873, + -11.608438496732772 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.08248062074712, + -11.608438496732772 + ] + ] + ], + "type": "Polygon" + }, + "id": "2275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74420899701688, + -12.387095783618442, + -76.73455640312537, + -12.376721195387494 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73989267859994, + -12.376721195387494 + ] + ] + ], + "type": "Polygon" + }, + "id": "2276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84253300876786, + -12.184699363674142, + -76.83288381192257, + -12.174318902295974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.83821669976166, + -12.174318902295974 + ] + ] + ], + "type": "Polygon" + }, + "id": "2277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72460262009393, + -11.92927617338298, + -76.7149642245443, + -11.918894790178685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.72029295134476, + -11.918894790178685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78698941907854, + -11.951193666201778, + -76.77734867638615, + -11.940811020359686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.7826777437823, + -11.940811020359686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8418046440954, + -11.767884279362917, + -76.83216789041596, + -11.757497682812891 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.8374939123082, + -11.757497682812891 + ] + ] + ], + "type": "Polygon" + }, + "id": "2280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78471244170701, + -11.927379865227344, + -76.77507247002917, + -11.91699693062923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78040114615784, + -11.91699693062923 + ], + [ + -76.78471244170701, + -11.920045198077144 + ], + [ + -76.78420379009265, + -11.925236719757814 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77558124734584, + -11.919140098309013 + ], + [ + -76.78040114615784, + -11.91699693062923 + ] + ] + ], + "type": "Polygon" + }, + "id": "2281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73212460213598, + -12.134409965511335, + -76.72247988483625, + -12.124031495784568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.72781199129439, + -12.124031495784568 + ] + ] + ], + "type": "Polygon" + }, + "id": "2282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7663913754581, + -12.114241886685738, + -76.7567463279987, + -12.103862229350304 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.76207809106621, + -12.103862229350304 + ] + ] + ], + "type": "Polygon" + }, + "id": "2283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01246812080684, + -12.193664593398912, + -77.00281420847591, + -12.183280051531607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -77.00814709258785, + -12.183280051531607 + ] + ] + ], + "type": "Polygon" + }, + "id": "2284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76180801876903, + -12.16094800097688, + -76.75216170183803, + -12.150569197703003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.75749423702597, + -12.150569197703003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03218585640361, + -11.991132161756106, + -77.02253748145219, + -11.980744004578208 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.02786700403321, + -11.980744004578208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10988121380956, + -11.95155879386182, + -77.10023204937157, + -11.941168162267692 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.10556081560036, + -11.941168162267692 + ] + ] + ], + "type": "Polygon" + }, + "id": "2287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745260167113, + -12.046356964073654, + -76.86488009765586, + -12.035973537290586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.8702106829263, + -12.035973537290586 + ] + ] + ], + "type": "Polygon" + }, + "id": "2288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9613176393864, + -11.913371087028025, + -76.95167340838161, + -11.902983539175906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.95700172914226, + -11.902983539175906 + ] + ] + ], + "type": "Polygon" + }, + "id": "2289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74435305053997, + -12.009855978222042, + -76.73471171477347, + -11.999475280777443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.74004176411363, + -11.999475280777443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76024860509764, + -12.270826034249822, + -76.75059904973693, + -12.260449060649698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.75593339910711, + -12.260449060649698 + ] + ] + ], + "type": "Polygon" + }, + "id": "2291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09764338019949, + -11.887422793038516, + -77.08799643478945, + -11.87703153775857 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.093324163317, + -11.87703153775857 + ] + ] + ], + "type": "Polygon" + }, + "id": "2292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08777635693696, + -11.941525935595154, + -77.07812804822125, + -11.931135694873761 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.0834566810895, + -11.931135694873761 + ] + ] + ], + "type": "Polygon" + }, + "id": "2293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00168479223994, + -11.925208132155689, + -76.99203916471495, + -11.914819759890397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.99736763765453, + -11.914819759890397 + ] + ] + ], + "type": "Polygon" + }, + "id": "2294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99643137019336, + -12.12131057634371, + -76.98678003025627, + -12.110925280524311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.99211173955172, + -12.110925280524311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82727886575333, + -12.34038276568269, + -76.81762542602088, + -12.330005268124177 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.82727886575333, + -12.333055197896924 + ], + [ + -76.82677015768238, + -12.338244000406647 + ], + [ + -76.8219433507751, + -12.34038276568269 + ], + [ + -76.81762542602088, + -12.33733275236713 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.8229608931213, + -12.330005268124177 + ] + ] + ], + "type": "Polygon" + }, + "id": "2296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95825401052709, + -11.850144703619122, + -76.94861174249945, + -11.839756337251197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.95393902572158, + -11.839756337251197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76711113047062, + -12.247933371287019, + -76.75746207278014, + -12.237555844228279 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.76279604166508, + -12.237555844228279 + ] + ] + ], + "type": "Polygon" + }, + "id": "2298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81509638676043, + -12.276294194634984, + -76.80544518833904, + -12.265915923544517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.81077960372771, + -12.265915923544517 + ] + ] + ], + "type": "Polygon" + }, + "id": "2299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04216327094528, + -12.125818222214791, + -77.0325106237009, + -12.115431873811264 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.04216327094528, + -12.11847879625927 + ], + [ + -77.04165790632007, + -12.123672022928384 + ], + [ + -77.03683149687726, + -12.125818222214791 + ], + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.0378423530206, + -12.115431873811264 + ] + ] + ], + "type": "Polygon" + }, + "id": "2300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8341596188367, + -12.128839085971732, + -76.82451231266047, + -12.118457946683113 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82984428408815, + -12.118457946683113 + ] + ] + ], + "type": "Polygon" + }, + "id": "2301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77241721594459, + -12.334910073486167, + -76.76276541610247, + -12.324533870071624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.76810081936269, + -12.324533870071624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04728524807598, + -11.740874641164686, + -77.03764394192034, + -11.730482604526058 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.04296932827424, + -11.730482604526058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03291966787403, + -11.93614345292047, + -77.02327291322365, + -11.925754472435123 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.02860152952188, + -11.925754472435123 + ] + ] + ], + "type": "Polygon" + }, + "id": "2304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0564221211169, + -11.74176855770142, + -77.04678055582134, + -11.731376310124988 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.0521059451894, + -11.731376310124988 + ] + ] + ], + "type": "Polygon" + }, + "id": "2305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97814133062029, + -12.119505645640912, + -76.9684905169539, + -12.109120772611677 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.97382221630671, + -12.109120772611677 + ] + ] + ], + "type": "Polygon" + }, + "id": "2306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90954928998019, + -11.971184753702772, + -76.89990468844591, + -11.960799329084379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.90523400821306, + -11.960799329084379 + ] + ] + ], + "type": "Polygon" + }, + "id": "2307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79231841159363, + -11.943859395131769, + -76.7826777437823, + -11.933476507730944 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7880066880396, + -11.933476507730944 + ] + ] + ], + "type": "Polygon" + }, + "id": "2308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80523631810999, + -12.047350943274267, + -76.79559221765021, + -12.03696927135577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.80092286111608, + -12.03696927135577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04503986599737, + -11.811464306082415, + -77.03539651585352, + -11.801073274230767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.04072306565945, + -11.801073274230767 + ] + ] + ], + "type": "Polygon" + }, + "id": "2310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95753413226797, + -11.999512312589241, + -76.9478874322068, + -11.98912611716273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.95321717516609, + -11.98912611716273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96664587974449, + -11.906030156083869, + -76.95700172914226, + -11.895642371560216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.9623299237358, + -11.895642371560216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08238504594077, + -11.854459126369987, + -77.07273946747392, + -11.844067778596798 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.07806667515956, + -11.844067778596798 + ] + ] + ], + "type": "Polygon" + }, + "id": "2313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98259633592536, + -11.789606172719443, + -76.97295523945762, + -11.779216373869183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.97828150205932, + -11.779216373869183 + ] + ] + ], + "type": "Polygon" + }, + "id": "2314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13946599519028, + -11.78922480587248, + -77.1298209258034, + -11.7788311801599 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.13514697667443, + -11.7788311801599 + ] + ] + ], + "type": "Polygon" + }, + "id": "2315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82350835269435, + -12.049163988652937, + -76.81386370810054, + -12.038781884086125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.8191943719328, + -12.038781884086125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69321506409345, + -12.295559421778545, + -76.68356660182577, + -12.28518457176467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.68890137613982, + -12.28518457176467 + ] + ] + ], + "type": "Polygon" + }, + "id": "2317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00479815341191, + -12.082815424157651, + -76.99514774660766, + -12.072429324706542 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -77.00047881196632, + -12.072429324706542 + ] + ] + ], + "type": "Polygon" + }, + "id": "2318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73506646913626, + -12.386180903301442, + -76.72541415179316, + -12.37580653220581 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.73075041480712, + -12.37580653220581 + ] + ] + ], + "type": "Polygon" + }, + "id": "2319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05720656541983, + -11.781185289640032, + -77.04756380700019, + -11.77079354966519 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.05288984334906, + -11.77079354966519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94308611856361, + -12.100316472036074, + -76.9334367882691, + -12.089932167285513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.93876820621303, + -12.089932167285513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386798688876, + -11.777925416935378, + -76.8542303476123, + -11.767538403822764 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.85955652064347, + -11.767538403822764 + ] + ] + ], + "type": "Polygon" + }, + "id": "2322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72675132702288, + -12.236046306251065, + -76.71710372258805, + -12.225669610214766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.72243750771351, + -12.225669610214766 + ] + ] + ], + "type": "Polygon" + }, + "id": "2323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99106361171948, + -12.03427535107064, + -76.98141500663817, + -12.02388884935064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.9867452874835, + -12.02388884935064 + ] + ] + ], + "type": "Polygon" + }, + "id": "2324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0929077976325, + -11.650907078298745, + -77.08326801168624, + -11.64051276768978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.08859185881846, + -11.64051276768978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9688787894931, + -11.741058500298614, + -76.95923949306376, + -11.730668388541009 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96456497156137, + -11.730668388541009 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.95923949306376, + -11.73801278326959 + ], + [ + -76.95974540933105, + -11.732817780694003 + ], + [ + -76.96456497156137, + -11.730668388541009 + ] + ] + ], + "type": "Polygon" + }, + "id": "2326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7107036411995, + -12.35231286086453, + -76.70105300262858, + -12.341938527164796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.70638871167681, + -12.341938527164796 + ] + ] + ], + "type": "Polygon" + }, + "id": "2327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66886775488464, + -12.261690917494603, + -76.65922097604651, + -12.251316126334437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.66455519334323, + -12.251316126334437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87224109731923, + -12.02254188356778, + -76.86259594893134, + -12.012158153722808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.86792614336973, + -12.012158153722808 + ] + ] + ], + "type": "Polygon" + }, + "id": "2329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95300129706628, + -12.140612064024397, + -76.94335050600151, + -12.130228144287004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.94868257882793, + -12.130228144287004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04885204441719, + -11.819705186948406, + -77.03920835176574, + -11.809314174991414 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.0445350322822, + -11.809314174991414 + ] + ] + ], + "type": "Polygon" + }, + "id": "2331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94381284661107, + -11.95097186218899, + -76.93416795070505, + -11.940585291064934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93949690740047, + -11.940585291064934 + ] + ] + ], + "type": "Polygon" + }, + "id": "2332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9964689511613, + -12.215673669067037, + -76.98681479331508, + -12.205289877100451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.99214805875167, + -12.205289877100451 + ] + ] + ], + "type": "Polygon" + }, + "id": "2333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72443555051403, + -12.30654081963893, + -76.71478590372767, + -12.296165356267613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.72012085356069, + -12.296165356267613 + ] + ] + ], + "type": "Polygon" + }, + "id": "2334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74193250731007, + -12.36329550867162, + -76.7322806869038, + -12.352920566691365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.73761656973008, + -12.352920566691365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15615623645894, + -11.712159052125154, + -77.14651304519876, + -11.7017640013437 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.15183780297451, + -11.7017640013437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0740909898858, + -11.987382473299185, + -77.06444166033259, + -11.97699323699654 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.06977106704197, + -11.97699323699654 + ] + ] + ], + "type": "Polygon" + }, + "id": "2337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15091401621498, + -11.813948433114312, + -77.14126792548107, + -11.803554867710691 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.14659436472064, + -11.803554867710691 + ] + ] + ], + "type": "Polygon" + }, + "id": "2338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97801255919079, + -11.741954769040571, + -76.96837299951777, + -11.731564444215294 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.97369848339169, + -11.731564444215294 + ] + ] + ], + "type": "Polygon" + }, + "id": "2339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17292862199277, + -11.72953201106205, + -77.16328449777383, + -11.719136784668647 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.17292862199277, + -11.722180537338396 + ], + [ + -77.1724257105791, + -11.727378202450469 + ], + [ + -77.16760356353409, + -11.72953201106205 + ], + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.16860951345932, + -11.719136784668647 + ] + ] + ], + "type": "Polygon" + }, + "id": "2340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95070919735396, + -12.11679624599008, + -76.94105917667805, + -12.106412009026894 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.94639085904679, + -12.106412009026894 + ] + ] + ], + "type": "Polygon" + }, + "id": "2341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90118707091497, + -12.10403549576239, + -76.89153872753171, + -12.093652290459513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.89687024331093, + -12.093652290459513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70082211501135, + -12.3120362184671, + -76.69117295128297, + -12.301661451437212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.69650799663762, + -12.301661451437212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96438250347724, + -11.976593486520674, + -76.95473630875114, + -11.96620678230787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.96006566742359, + -11.96620678230787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02065681905299, + -11.777605422972254, + -77.01101510014396, + -11.767214527642455 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.01634112287529, + -11.767214527642455 + ] + ] + ], + "type": "Polygon" + }, + "id": "2345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9293455491586, + -11.957409872368263, + -76.91970083921899, + -11.947023753861675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92502991514066, + -11.947023753861675 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.91970083921899, + -11.954362653962642 + ], + [ + -76.92020764647336, + -11.949169648096508 + ], + [ + -76.92502991514066, + -11.947023753861675 + ] + ] + ], + "type": "Polygon" + }, + "id": "2346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83493635099308, + -11.979533613538727, + -76.82529347686265, + -11.969150176849167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.83062298680203, + -11.969150176849167 + ] + ] + ], + "type": "Polygon" + }, + "id": "2347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95683960598319, + -12.243203872984429, + -76.9471856520181, + -12.23282151014961 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.95683960598319, + -12.235869776930913 + ], + [ + -76.95633286188698, + -12.241061011290558 + ], + [ + -76.95150579858131, + -12.243203872984429 + ], + [ + -76.9471856520181, + -12.240155522450415 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.95251941341978, + -12.23282151014961 + ] + ] + ], + "type": "Polygon" + }, + "id": "2348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76339680567504, + -11.956715254987866, + -76.75375653646535, + -11.9463332866877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.75908570403777, + -11.9463332866877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02313359723938, + -12.178990208504153, + -77.01347984941584, + -12.168605168914173 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.01881247887209, + -12.168605168914173 + ] + ] + ], + "type": "Polygon" + }, + "id": "2350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83341220409454, + -11.995108432029355, + -76.82376890640543, + -11.984725264660659 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.82909867382855, + -11.984725264660659 + ] + ] + ], + "type": "Polygon" + }, + "id": "2351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03590147621738, + -11.810568835900702, + -77.02625838592137, + -11.800178015061976 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.03158493236862, + -11.800178015061976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06622918888083, + -11.593218595826958, + -77.05659179292005, + -11.582824212958137 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.06191472905478, + -11.582824212958137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87681129409442, + -12.07017153236074, + -76.86716460427898, + -12.059788412199508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.87249558042159, + -12.059788412199508 + ] + ] + ], + "type": "Polygon" + }, + "id": "2354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00852968966213, + -11.902283094576111, + -76.99888456913847, + -11.891894225533342 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -77.00421265697723, + -11.891894225533342 + ] + ] + ], + "type": "Polygon" + }, + "id": "2355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77627774462297, + -12.154528605541767, + -76.76663122739403, + -12.144149333210699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.77196365120182, + -12.144149333210699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07233799616604, + -11.625292240940206, + -77.06269949177575, + -11.614898107264915 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.0680229464722, + -11.614898107264915 + ] + ] + ], + "type": "Polygon" + }, + "id": "2357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94158749531321, + -12.210245847903835, + -76.93193492292998, + -12.199863325330073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.93726815521224, + -12.199863325330073 + ] + ] + ], + "type": "Polygon" + }, + "id": "2358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88366927495886, + -12.141612080662552, + -76.87402027230871, + -12.131229901720895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.8793524213084, + -12.131229901720895 + ] + ] + ], + "type": "Polygon" + }, + "id": "2359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00709449842572, + -12.10663431021068, + -76.99744332190157, + -12.096248522969942 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -77.00277477721802, + -12.096248522969942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12564110115295, + -11.646228161563384, + -77.11600063213741, + -11.635833000264007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.1213243546115, + -11.635833000264007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0900785727454, + -11.965351682043874, + -77.08042949576729, + -11.954961732499763 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.08575851760808, + -11.954961732499763 + ] + ] + ], + "type": "Polygon" + }, + "id": "2362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85471885964529, + -12.24879625483841, + -76.84506742438742, + -12.238416530926834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.8504013622327, + -12.238416530926834 + ] + ] + ], + "type": "Polygon" + }, + "id": "2363", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88900756172255, + -12.228619163223128, + -76.87935582060571, + -12.21823824935279 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.88468940095534, + -12.21823824935279 + ] + ] + ], + "type": "Polygon" + }, + "id": "2364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.073303937237, + -11.947973533694965, + -77.06365580235644, + -11.937583738714354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.0689845613097, + -11.937583738714354 + ] + ] + ], + "type": "Polygon" + }, + "id": "2365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80751584621575, + -12.071162635232271, + -76.797870974356, + -12.060781270011335 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.80320200922415, + -12.060781270011335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01849356721253, + -12.036976718479357, + -77.00884417588966, + -12.026589583114207 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.0141744700574, + -12.026589583114207 + ] + ] + ], + "type": "Polygon" + }, + "id": "2367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17141984234634, + -11.745124548473411, + -77.16177529144235, + -11.734729563909278 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16710056586732, + -11.734729563909278 + ], + [ + -77.17141984234634, + -11.737773411929851 + ], + [ + -77.17091688552604, + -11.7429709561246 + ], + [ + -77.1660945251225, + -11.745124548473411 + ], + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.16710056586732, + -11.734729563909278 + ] + ] + ], + "type": "Polygon" + }, + "id": "2368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74267913078529, + -12.402657278419317, + -76.7330261132975, + -12.392283000310297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.74267913078529, + -12.395334008839233 + ], + [ + -76.74216914477954, + -12.400521202137712 + ], + [ + -76.73734254852776, + -12.402657278419317 + ], + [ + -76.7330261132975, + -12.399606186480021 + ], + [ + -76.73353622520659, + -12.394419101679267 + ], + [ + -76.73836264645216, + -12.392283000310297 + ] + ] + ], + "type": "Polygon" + }, + "id": "2369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10303967242653, + -11.97448890900854, + -77.0933899964781, + -11.964098778748443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.09871915019534, + -11.964098778748443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00939120295997, + -12.13045265852866, + -76.99973925662417, + -12.120067187059483 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -77.00507110193806, + -12.120067187059483 + ] + ] + ], + "type": "Polygon" + }, + "id": "2371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82503316865082, + -12.033590763014374, + -76.81538894764515, + -12.023208383723386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.82071935395685, + -12.023208383723386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07857109290872, + -11.846218199664118, + -77.06892585633113, + -11.835826829908335 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.07425293370218, + -11.835826829908335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73134014142458, + -12.18934963426735, + -76.72169380585368, + -12.178972061160026 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.72702681902715, + -12.178972061160026 + ] + ] + ], + "type": "Polygon" + }, + "id": "2374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97497834956805, + -11.773124762985754, + -76.96533794077668, + -11.762734929115 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.97066394029184, + -11.762734929115 + ] + ] + ], + "type": "Polygon" + }, + "id": "2375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8120922001379, + -12.024445040527775, + -76.80244859860132, + -12.01406284887627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.80777886109321, + -12.01406284887627 + ] + ] + ], + "type": "Polygon" + }, + "id": "2376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95374866846167, + -12.085642974624413, + -76.94409949816392, + -12.075258178559078 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94943066403395, + -12.075258178559078 + ] + ] + ], + "type": "Polygon" + }, + "id": "2377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85396260060155, + -12.115080821519621, + -76.8443151771714, + -12.104698969215393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.84964690943727, + -12.104698969215393 + ] + ] + ], + "type": "Polygon" + }, + "id": "2378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07614909591477, + -11.633533430490932, + -77.06651024997272, + -11.6231393074639 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.07183383488484, + -11.6231393074639 + ] + ] + ], + "type": "Polygon" + }, + "id": "2379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67970049799605, + -11.96411639967244, + -76.67006229744104, + -11.953736671217735 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.67539160514521, + -11.953736671217735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99713367849087, + -11.971953633287212, + -76.98748677501405, + -11.96156605339647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.99281602266578, + -11.96156605339647 + ] + ] + ], + "type": "Polygon" + }, + "id": "2381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72216127446684, + -12.282738993266815, + -76.71251240095832, + -12.272363188172767 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.71784695818974, + -12.272363188172767 + ] + ] + ], + "type": "Polygon" + }, + "id": "2382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0525566590049, + -11.639099431938549, + -77.04291824624588, + -11.628705952662479 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.04824195359704, + -11.628705952662479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09067256997628, + -11.72151078882736, + -77.08103074008486, + -11.711117441769247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.08635575033395, + -11.711117441769247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03149959506722, + -12.140496083603848, + -77.02184678215784, + -12.130110227202893 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.03149959506722, + -12.133157318133431 + ], + [ + -77.03099405794106, + -12.138350298860766 + ], + [ + -77.0261675656029, + -12.140496083603848 + ], + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.02717876671738, + -12.130110227202893 + ] + ] + ], + "type": "Polygon" + }, + "id": "2385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83115238135662, + -11.782562731198556, + -76.82151547510189, + -11.77217659972024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.83064460399831, + -11.780416785307468 + ], + [ + -76.82582606414948, + -11.782562731198556 + ], + [ + -76.82151547510189, + -11.77951557814045 + ], + [ + -76.82202337823593, + -11.774322566602898 + ], + [ + -76.82684174465128, + -11.77217659972024 + ] + ] + ], + "type": "Polygon" + }, + "id": "2386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97817357046891, + -12.213865473223935, + -76.96851993919714, + -12.203482103385554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.97385319468727, + -12.203482103385554 + ] + ] + ], + "type": "Polygon" + }, + "id": "2387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16298991869557, + -11.689214841519656, + -77.15334724039408, + -11.678819329193594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.15867161012272, + -11.678819329193594 + ] + ] + ], + "type": "Polygon" + }, + "id": "2388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15242398099896, + -11.798358022701429, + -77.14277831690424, + -11.787964208499071 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.1481044973933, + -11.787964208499071 + ] + ] + ], + "type": "Polygon" + }, + "id": "2389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75959473846376, + -11.948475625405079, + -76.74995481790896, + -11.938093632893088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.75528385106381, + -11.938093632893088 + ] + ] + ], + "type": "Polygon" + }, + "id": "2390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90498592944029, + -12.01791694670848, + -76.89534005469719, + -12.00753233035904 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.9006701480367, + -12.00753233035904 + ] + ] + ], + "type": "Polygon" + }, + "id": "2391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69262813549503, + -11.973264706986589, + -76.68298930609413, + -11.96288478279956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.68831876321083, + -11.96288478279956 + ] + ] + ], + "type": "Polygon" + }, + "id": "2392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84100041849729, + -12.294592636698894, + -76.83134798055178, + -12.284214018945086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.83668268322576, + -12.284214018945086 + ] + ] + ], + "type": "Polygon" + }, + "id": "2393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94839391131562, + -11.998610904876195, + -76.93874747599017, + -11.988224922195226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.94407721294668, + -11.988224922195226 + ] + ] + ], + "type": "Polygon" + }, + "id": "2394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88367393440858, + -12.23595090445258, + -76.87402211520106, + -12.225570243941867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87935582060571, + -12.225570243941867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02905970017214, + -11.83349950042975, + -77.01941610198614, + -11.823109162240787 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.02474303392934, + -11.823109162240787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90119684302678, + -12.198382467221018, + -76.89154568347169, + -12.188000757652544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.89687875528585, + -12.188000757652544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0677999992172, + -11.672063917485223, + -77.0581602188709, + -11.661670485619537 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.06348444787953, + -11.661670485619537 + ] + ] + ], + "type": "Polygon" + }, + "id": "2398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08251035066293, + -12.043270613422301, + -77.0728591415118, + -12.032882008341145 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.07818945710474, + -12.032882008341145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75644297227956, + -12.262587286452028, + -76.74679376631644, + -12.252210272673235 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.75212798096787, + -12.252210272673235 + ] + ] + ], + "type": "Polygon" + }, + "id": "2400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91490606449074, + -12.152568661898663, + -76.90525591221788, + -12.142185877317445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.91058821694732, + -12.142185877317445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11808781750433, + -11.724186856643417, + -77.10844521853701, + -11.713792880873703 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.11377023307827, + -11.713792880873703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17062123169366, + -11.70569768634335, + -77.16097787382597, + -11.695302203998283 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.16630250175305, + -11.695302203998283 + ] + ] + ], + "type": "Polygon" + }, + "id": "2403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76102844323117, + -12.215889172224054, + -76.75138050735526, + -12.205511274286625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.75671394948105, + -12.205511274286625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83338217150141, + -12.278114758267332, + -76.82373042920699, + -12.267736056677998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.82906486439575, + -12.267736056677998 + ] + ] + ], + "type": "Polygon" + }, + "id": "2405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15854728909241, + -11.830430836858959, + -77.1489005177688, + -11.820037313943816 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.15422721571187, + -11.820037313943816 + ] + ] + ], + "type": "Polygon" + }, + "id": "2406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76408473641091, + -12.184754895311084, + -76.75443764714285, + -12.174376415643803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75977057433731, + -12.174376415643803 + ] + ] + ], + "type": "Polygon" + }, + "id": "2407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85244306501498, + -12.036307379347647, + -76.84279803169557, + -12.025924352920129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.84812846635171, + -12.025924352920129 + ] + ] + ], + "type": "Polygon" + }, + "id": "2408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98117852328419, + -12.088350465998314, + -76.97152856062648, + -12.077965033788368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.97685974320218, + -12.077965033788368 + ] + ] + ], + "type": "Polygon" + }, + "id": "2409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00009065758466, + -11.751987348403626, + -76.99045022948505, + -11.741596614178734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.99577585455776, + -11.741596614178734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94537746893351, + -12.124132420674018, + -76.93572736825753, + -12.113748430679404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.94105917667805, + -12.113748430679404 + ] + ] + ], + "type": "Polygon" + }, + "id": "2411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96435431003577, + -11.8822079232458, + -76.95471092857873, + -11.871819856544441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.96003873338543, + -11.871819856544441 + ] + ] + ], + "type": "Polygon" + }, + "id": "2412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06113168928094, + -11.978244256209337, + -77.05148296086307, + -11.967855200979718 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.05681223444505, + -11.967855200979718 + ] + ] + ], + "type": "Polygon" + }, + "id": "2413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14471117361454, + -11.687434944311903, + -77.13506900273448, + -11.677039848661805 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.14039337258488, + -11.677039848661805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98337167937521, + -11.829015219469927, + -76.97372938956097, + -11.818625940655528 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.97905629954545, + -11.818625940655528 + ] + ] + ], + "type": "Polygon" + }, + "id": "2415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93546405333853, + -12.08383664957132, + -76.92581541366863, + -12.073452278855903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.93114656702225, + -12.073452278855903 + ] + ] + ], + "type": "Polygon" + }, + "id": "2416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09823156031571, + -11.643556809606137, + -77.08859185881846, + -11.633162277177753 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.09391557768565, + -11.633162277177753 + ] + ] + ], + "type": "Polygon" + }, + "id": "2417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05344865906726, + -11.867358841571964, + -77.0438034302166, + -11.856968379000563 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.04913088873815, + -11.856968379000563 + ] + ] + ], + "type": "Polygon" + }, + "id": "2418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94988928380513, + -11.888649806112932, + -76.9402460865078, + -11.8782621880729 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9455740114693, + -11.8782621880729 + ] + ] + ], + "type": "Polygon" + }, + "id": "2419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0191855743928, + -11.887597302321032, + -77.0095406178301, + -11.877207963110989 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.01486845160942, + -11.877207963110989 + ] + ] + ], + "type": "Polygon" + }, + "id": "2420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72063098172633, + -12.29830232593731, + -76.7109816851466, + -12.287926820905296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.71631649978092, + -12.287926820905296 + ] + ] + ], + "type": "Polygon" + }, + "id": "2421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1342176290366, + -11.891000933214714, + -77.12456965956187, + -11.880608843144872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12989739242438, + -11.880608843144872 + ] + ] + ], + "type": "Polygon" + }, + "id": "2422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93923321594727, + -11.903330893112042, + -76.92958985909279, + -11.892943747799828 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.93491803568638, + -11.892943747799828 + ] + ] + ], + "type": "Polygon" + }, + "id": "2423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14709775742561, + -11.805707226465866, + -77.13745200707908, + -11.795313640502759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.14277831690424, + -11.795313640502759 + ] + ] + ], + "type": "Polygon" + }, + "id": "2424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76936019857966, + -12.366037462933384, + -76.75970755115263, + -12.355661870601452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.76504346990656, + -12.355661870601452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90421992361614, + -11.97852246960449, + -76.89457524346224, + -11.968137285767796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89990468844591, + -11.968137285767796 + ] + ] + ], + "type": "Polygon" + }, + "id": "2426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98111233419505, + -11.899587843121653, + -76.97146800082307, + -11.889199609920956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.97679607445004, + -11.889199609920956 + ] + ] + ], + "type": "Polygon" + }, + "id": "2427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6498616488754, + -12.220498520287574, + -76.64021662684411, + -12.21012353937759 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64555016444103, + -12.21012353937759 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64021662684411, + -12.217447438550456 + ], + [ + -76.64072774129811, + -12.212260003137592 + ], + [ + -76.64555016444103, + -12.21012353937759 + ] + ] + ], + "type": "Polygon" + }, + "id": "2428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13588512409214, + -12.064239442484924, + -77.12623194833915, + -12.053849861062881 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.13156253060284, + -12.053849861062881 + ] + ] + ], + "type": "Polygon" + }, + "id": "2429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78233626573633, + -12.28088861891925, + -76.77268581181502, + -12.270511252721423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.77802031874347, + -12.270511252721423 + ] + ] + ], + "type": "Polygon" + }, + "id": "2430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00467823479754, + -11.79964009923208, + -76.99503627022182, + -11.789249894026725 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -77.00036267372973, + -11.789249894026725 + ] + ] + ], + "type": "Polygon" + }, + "id": "2431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05944919640496, + -11.710591330205395, + -77.04980848188333, + -11.700198599241734 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.05513335491436, + -11.700198599241734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75416634199284, + -12.238782868473983, + -76.74451790880816, + -12.228405519488254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.74985173120636, + -12.228405519488254 + ] + ] + ], + "type": "Polygon" + }, + "id": "2433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.988663238752, + -11.727264912671703, + -76.97902384093962, + -11.716874131867616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.97902384093962, + -11.72421944551605 + ], + [ + -76.97952945904323, + -11.719024108294489 + ], + [ + -76.98434907207402, + -11.716874131867616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84863638520405, + -12.028067602981267, + -76.83899169889014, + -12.01768454745457 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.84432200018188, + -12.01768454745457 + ] + ] + ], + "type": "Polygon" + }, + "id": "2435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81970271452019, + -12.04092434615715, + -76.81005841755197, + -12.030542212106731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.81538894764515, + -12.030542212106731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68502973422127, + -11.956786063062346, + -76.67539160514521, + -11.946406090538497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.68072079158392, + -11.946406090538497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72765924509655, + -11.898131496442486, + -76.71802169382686, + -11.887749587284773 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72334990697279, + -11.887749587284773 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.71853121863998, + -11.889891899428738 + ], + [ + -76.72334990697279, + -11.887749587284773 + ] + ] + ], + "type": "Polygon" + }, + "id": "2438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64299479083611, + -12.243383878840506, + -76.63334927628834, + -12.233009450421653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.63868319165398, + -12.233009450421653 + ] + ] + ], + "type": "Polygon" + }, + "id": "2439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93852515673676, + -12.147043523058928, + -76.92887455108327, + -12.136660063876496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.93420674371403, + -12.136660063876496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78926675330418, + -11.975006990958223, + -76.77962523950438, + -11.964624637432534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.78495469820841, + -11.964624637432534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94540014264375, + -12.218485380994126, + -76.93574722477372, + -12.2081028976719 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.94108058939798, + -12.2081028976719 + ] + ] + ], + "type": "Polygon" + }, + "id": "2442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67953592548136, + -12.247043047034873, + -76.66988928934161, + -12.236667739601481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.67522326395337, + -12.236667739601481 + ] + ] + ], + "type": "Polygon" + }, + "id": "2443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75728786517169, + -12.019003296948076, + -76.74764590507083, + -12.008622408607847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.75297610110901, + -12.008622408607847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14399658234754, + -11.742452199450653, + -77.1343527922292, + -11.732057839032386 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.13967806718584, + -11.732057839032386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89967444059863, + -12.213954668802106, + -76.89002285616192, + -12.203573249536685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.89535618613743, + -12.203573249536685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08014621311857, + -11.925044401154505, + -77.0704985883879, + -11.914654107939699 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.0758269605816, + -11.914654107939699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14940391510368, + -11.82953846838939, + -77.13975739770625, + -11.819145153336256 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.14508409571395, + -11.819145153336256 + ] + ] + ], + "type": "Polygon" + }, + "id": "2448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96134494945021, + -12.007752525633697, + -76.95169790468015, + -11.997366358871316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.9570277796078, + -11.997366358871316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0778451060958, + -11.901218080412367, + -77.06819824953077, + -11.89082750206117 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.07352623277134, + -11.89082750206117 + ] + ] + ], + "type": "Polygon" + }, + "id": "2450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02671710544692, + -11.715257599104808, + -77.01707708676983, + -11.704865727845892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.02240207736583, + -11.704865727845892 + ] + ] + ], + "type": "Polygon" + }, + "id": "2451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06017782503511, + -11.655581662772597, + -77.05053872836017, + -11.645188206288946 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.05586269662307, + -11.645188206288946 + ] + ] + ], + "type": "Polygon" + }, + "id": "2452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78995036082384, + -12.297366140825602, + -76.78029920914764, + -12.286988857787922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.78563398485164, + -12.286988857787922 + ] + ] + ], + "type": "Polygon" + }, + "id": "2453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0122992725627, + -11.816121632912113, + -77.00265662142002, + -11.805731465988979 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -77.00798328730798, + -11.805731465988979 + ] + ] + ], + "type": "Polygon" + }, + "id": "2454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70703979459844, + -12.061168095590917, + -76.69739794860904, + -12.050789126200943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.70272885252847, + -12.050789126200943 + ] + ] + ], + "type": "Polygon" + }, + "id": "2455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04269144803644, + -11.693215982125958, + -77.03305167699722, + -11.682823433989423 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.03837628585781, + -11.682823433989423 + ] + ] + ], + "type": "Polygon" + }, + "id": "2456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.681013217924, + -12.325767267660405, + -76.67136418935405, + -12.31539324110948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.67567789316612, + -12.325767267660405 + ], + [ + -76.67136418935405, + -12.322715958114923 + ], + [ + -76.67187503764075, + -12.317528999577434 + ], + [ + -76.67669946415437, + -12.31539324110948 + ] + ] + ], + "type": "Polygon" + }, + "id": "2457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7236493891642, + -12.361466182842415, + -76.71399812248752, + -12.35109167567673 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.71933397998325, + -12.35109167567673 + ] + ] + ], + "type": "Polygon" + }, + "id": "2458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95066078002239, + -11.928051979089487, + -76.94101638870964, + -11.917664905911625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.9463449615415, + -11.917664905911625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78543941230247, + -12.061108354501663, + -76.77579543469196, + -12.050727392447344 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.78112631404049, + -12.050727392447344 + ] + ] + ], + "type": "Polygon" + }, + "id": "2460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77552749658001, + -12.115150931322255, + -76.7658821746732, + -12.10477105672382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.77121394923651, + -12.10477105672382 + ] + ] + ], + "type": "Polygon" + }, + "id": "2461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78158496704107, + -12.241517016562504, + -76.77193570939087, + -12.231139016872925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.77726956658252, + -12.231139016872925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92930961302464, + -11.768637640432127, + -76.91967052626057, + -11.758248874295708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.92499649568133, + -11.758248874295708 + ] + ] + ], + "type": "Polygon" + }, + "id": "2463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93540479179286, + -11.800701529160518, + -76.92576459129612, + -11.790313046039815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.93109108262607, + -11.790313046039815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92861216958666, + -12.106748816709427, + -76.918963025492, + -12.096364971185894 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.92429456273729, + -12.096364971185894 + ] + ] + ], + "type": "Polygon" + }, + "id": "2465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14479196006081, + -11.781875546219037, + -77.13514697667443, + -11.771481692917247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.14047289835608, + -11.771481692917247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08698770683749, + -11.902113848289353, + -77.07734059247828, + -11.891723060371827 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.08266857781405, + -11.891723060371827 + ] + ] + ], + "type": "Polygon" + }, + "id": "2467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76105956371282, + -12.121571802630635, + -76.75141444211806, + -12.111192395395964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.7567463279987, + -12.111192395395964 + ] + ] + ], + "type": "Polygon" + }, + "id": "2468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90194300400815, + -12.049069703974325, + -76.89229628034053, + -12.038685634203315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.89762688948153, + -12.038685634203315 + ] + ] + ], + "type": "Polygon" + }, + "id": "2469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71014507777329, + -11.93570087530253, + -76.70050688657798, + -11.9253199535682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.70583572214224, + -11.9253199535682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614821338505, + -12.273513575544968, + -76.85649573624386, + -12.263133974193392 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.86183007437552, + -12.263133974193392 + ] + ] + ], + "type": "Polygon" + }, + "id": "2471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75117672745623, + -12.08128477263114, + -76.74153307609073, + -12.070904988968007 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.74686430086852, + -12.070904988968007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1196722105779, + -11.803029568847572, + -77.11002722513068, + -11.792636608409847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.11535353328607, + -11.792636608409847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85929670958939, + -12.01339760982311, + -76.84965217719414, + -12.003014066501368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.85498222983902, + -12.003014066501368 + ] + ] + ], + "type": "Polygon" + }, + "id": "2474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82346964138387, + -12.332144057328167, + -76.81381654982685, + -12.321766515422997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.81915188299438, + -12.321766515422997 + ] + ] + ], + "type": "Polygon" + }, + "id": "2475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95138364975115, + -11.77867387609945, + -76.941743688322, + -11.768284699005276 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.9470698025128, + -11.768284699005276 + ] + ] + ], + "type": "Polygon" + }, + "id": "2476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.838724990102, + -12.176460044578947, + -76.82907614078414, + -12.166079546635567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.83440889501145, + -12.166079546635567 + ] + ] + ], + "type": "Polygon" + }, + "id": "2477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73741862861813, + -12.221393317237695, + -76.72777117054201, + -12.211016109389181 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.73310471098536, + -12.211016109389181 + ] + ] + ], + "type": "Polygon" + }, + "id": "2478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80828732394602, + -12.016205378294803, + -76.79864407021543, + -12.005823158525823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.80397419884517, + -12.005823158525823 + ] + ] + ], + "type": "Polygon" + }, + "id": "2479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82576494163749, + -12.261636807261418, + -76.81611389523556, + -12.251258023656899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.82144806277444, + -12.251258023656899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2480", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11204273688539, + -11.786547306034299, + -77.10239843352072, + -11.77615430663592 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.10772448203168, + -11.77615430663592 + ] + ] + ], + "type": "Polygon" + }, + "id": "2481", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08935424079239, + -12.02034482697868, + -77.07970354248725, + -12.009955709976168 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.08503347088663, + -12.009955709976168 + ] + ] + ], + "type": "Polygon" + }, + "id": "2482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78308774993354, + -12.320258160905382, + -76.77343609944778, + -12.309881437930155 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.77877125626948, + -12.309881437930155 + ] + ] + ], + "type": "Polygon" + }, + "id": "2483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08159728090348, + -11.815043585384727, + -77.07195289614228, + -11.80465171199541 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.07727945662775, + -11.80465171199541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92023829017586, + -12.145234111313584, + -76.91058821694732, + -12.134851077876341 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.9159203961378, + -12.134851077876341 + ] + ] + ], + "type": "Polygon" + }, + "id": "2485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06258934395068, + -11.868254765851631, + -77.05294385608065, + -11.857864092936135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.05827131743287, + -11.857864092936135 + ] + ] + ], + "type": "Polygon" + }, + "id": "2486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98947469042007, + -11.861080054817467, + -76.97983128807309, + -11.850691071690242 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.98515871906359, + -11.850691071690242 + ] + ] + ], + "type": "Polygon" + }, + "id": "2487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89053048051113, + -12.213047719352295, + -76.88087916419406, + -12.202666513649335 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.88621248641175, + -12.202666513649335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71227997142634, + -12.24245926814221, + -76.7026325715544, + -12.23208304693875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.70796646575216, + -12.23208304693875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9598528510425, + -12.117699646219904, + -76.95020256555866, + -12.10731519698399 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.95553425386471, + -12.10731519698399 + ] + ] + ], + "type": "Polygon" + }, + "id": "2490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07645331308817, + -12.105598393925527, + -77.0668003977631, + -12.09521089227843 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.07645331308817, + -12.09825739901075 + ], + [ + -77.07594846122005, + -12.103451202086667 + ], + [ + -77.07112191792477, + -12.105598393925527 + ], + [ + -77.0668003977631, + -12.102551802921132 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.0721317486738, + -12.09521089227843 + ] + ] + ], + "type": "Polygon" + }, + "id": "2491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95145689628009, + -12.061825680968328, + -76.94180849610238, + -12.051440575887609 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.9471392716532, + -12.051440575887609 + ] + ] + ], + "type": "Polygon" + }, + "id": "2492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01684628586769, + -11.769364571477391, + -77.00720490995799, + -11.75897365866531 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.0125308016567, + -11.75897365866531 + ] + ] + ], + "type": "Polygon" + }, + "id": "2493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81438768912389, + -11.953909354772032, + -76.80474612857006, + -11.943526057848928 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.81007522773368, + -11.943526057848928 + ] + ] + ], + "type": "Polygon" + }, + "id": "2494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02924813689707, + -12.2110470370346, + -77.01959327532651, + -12.200662363703918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.02924813689707, + -12.203709800748854 + ], + [ + -77.0287424578791, + -12.208902189894724 + ], + [ + -77.02391494116124, + -12.2110470370346 + ], + [ + -77.01959327532651, + -12.207999516275937 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.0249264261058, + -12.200662363703918 + ] + ] + ], + "type": "Polygon" + }, + "id": "2495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08002233331582, + -11.736207653178795, + -77.0703803350907, + -11.725814757915552 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.07570560164132, + -11.725814757915552 + ] + ] + ], + "type": "Polygon" + }, + "id": "2496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84863082090479, + -12.122413727572232, + -76.83898332055361, + -12.112032123863811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.8443151771714, + -12.112032123863811 + ] + ] + ], + "type": "Polygon" + }, + "id": "2497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11362592542335, + -11.865383817467025, + -77.10397923467862, + -11.854991864478253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.10930657733776, + -11.854991864478253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97807690734543, + -11.930751500110484, + -76.9684317239585, + -11.920363788904702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.97376031375939, + -11.920363788904702 + ] + ] + ], + "type": "Polygon" + }, + "id": "2499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93015107478789, + -12.185527147662025, + -76.92049953923015, + -12.175144510066486 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.92583237423798, + -12.175144510066486 + ] + ] + ], + "type": "Polygon" + }, + "id": "2500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10283384724023, + -11.691221918886635, + -77.09319261215063, + -11.68082788317818 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.09851710740912, + -11.68082788317818 + ] + ] + ], + "type": "Polygon" + }, + "id": "2501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69469599923663, + -12.37428055671971, + -76.68504514375188, + -12.363907011375117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.69038121857774, + -12.363907011375117 + ] + ] + ], + "type": "Polygon" + }, + "id": "2502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66813068189128, + -12.222327382573454, + -76.65848509890988, + -12.211951961863349 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.66381866626216, + -12.211951961863349 + ] + ] + ], + "type": "Polygon" + }, + "id": "2503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95521712873953, + -11.881308778840403, + -76.9455740114693, + -11.870920925102201 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.95090181048324, + -11.870920925102201 + ] + ] + ], + "type": "Polygon" + }, + "id": "2504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68186063233784, + -12.176549496720854, + -76.6722160366623, + -12.16617298196197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67754884733587, + -12.16617298196197 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.6722160366623, + -12.173498925487635 + ], + [ + -76.67272663718407, + -12.168310722974326 + ], + [ + -76.67754884733587, + -12.16617298196197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81128842101631, + -12.268055281264756, + -76.80163757088185, + -12.257676969203349 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.80697185223735, + -12.257676969203349 + ] + ] + ], + "type": "Polygon" + }, + "id": "2506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68941192125737, + -12.287320998853744, + -76.67976380980957, + -12.276946108029904 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.68509844854208, + -12.276946108029904 + ] + ] + ], + "type": "Polygon" + }, + "id": "2507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84711858860419, + -11.949286657918806, + -76.8374762910927, + -11.93890247131841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84280529544442, + -11.93890247131841 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.8374762910927, + -11.94623874265449 + ], + [ + -76.83798423340838, + -11.941046703304911 + ], + [ + -76.84280529544442, + -11.93890247131841 + ] + ] + ], + "type": "Polygon" + }, + "id": "2508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09297346189592, + -11.745341638905781, + -77.08333086481282, + -11.73494855009316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.08865626348371, + -11.73494855009316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7557929254253, + -11.94023599418019, + -76.7461533535852, + -11.929853977911694 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.75148225228158, + -11.929853977911694 + ] + ] + ], + "type": "Polygon" + }, + "id": "2510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07009864773967, + -11.695894883805085, + -77.06045810021853, + -11.685501702756858 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.06578271770844, + -11.685501702756858 + ] + ] + ], + "type": "Polygon" + }, + "id": "2511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69479694742206, + -12.185701067775051, + -76.6851517222304, + -12.175324368929942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.69048468242087, + -12.175324368929942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08468619647677, + -11.87828671798953, + -77.0750398501093, + -11.867895648359985 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.08036744660036, + -11.867895648359985 + ] + ] + ], + "type": "Polygon" + }, + "id": "2513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72080248209102, + -11.921036642167245, + -76.71116443592797, + -11.910655236510722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.71649302784715, + -11.910655236510722 + ] + ] + ], + "type": "Polygon" + }, + "id": "2514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9841811812242, + -11.96281353074305, + -76.97453488444644, + -11.952426135576154 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97986399568869, + -11.952426135576154 + ] + ] + ], + "type": "Polygon" + }, + "id": "2515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08692375721377, + -11.807696734347202, + -77.07727945662775, + -11.797304631106712 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.08260588891619, + -11.797304631106712 + ] + ] + ], + "type": "Polygon" + }, + "id": "2516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94233693317307, + -12.155283258399642, + -76.93268598210483, + -12.14489983522082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.93801830706451, + -12.14489983522082 + ] + ] + ], + "type": "Polygon" + }, + "id": "2517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16760356353409, + -11.736883173675748, + -77.1579593524485, + -11.726488171872365 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.16760356353409, + -11.72953201106205 + ], + [ + -77.16710056586732, + -11.734729563909278 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.16328449777383, + -11.726488171872365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03355648591766, + -11.692322500631239, + -77.0239169746594, + -11.681930163968163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02924158009313, + -11.681930163968163 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.02442191009001, + -11.684081505293648 + ], + [ + -77.02924158009313, + -11.681930163968163 + ] + ] + ], + "type": "Polygon" + }, + "id": "2519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8151117390069, + -12.181973929759723, + -76.80546335677788, + -12.17159411475886 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.81079621534896, + -12.17159411475886 + ] + ] + ], + "type": "Polygon" + }, + "id": "2520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71459782222045, + -12.17196010710293, + -76.70495246358335, + -12.161582681383052 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.71028519362727, + -12.161582681383052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9468513389069, + -11.919811620886378, + -76.93720729235284, + -11.909424523207873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.9425357331466, + -11.909424523207873 + ] + ] + ], + "type": "Polygon" + }, + "id": "2522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79915265893415, + -12.015299109814986, + -76.78950967777232, + -12.0049171067714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.79483979590002, + -12.0049171067714 + ] + ] + ], + "type": "Polygon" + }, + "id": "2523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77550059766953, + -12.209471965390097, + -76.76585246136207, + -12.199093595953594 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.77118579210703, + -12.199093595953594 + ] + ] + ], + "type": "Polygon" + }, + "id": "2524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0208354085721, + -12.15517262155512, + -77.0111824306617, + -12.144787258927527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.0208354085721, + -12.147834518214799 + ], + [ + -77.02032969896408, + -12.15302725211492 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.01651467011001, + -12.144787258927527 + ] + ] + ], + "type": "Polygon" + }, + "id": "2525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99709593190684, + -11.877561280097584, + -76.98745184210634, + -11.867172341236039 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.99277953596042, + -11.867172341236039 + ] + ] + ], + "type": "Polygon" + }, + "id": "2526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80290044305765, + -12.306516478298336, + -76.79324866925309, + -12.296139021678234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.79858358996705, + -12.296139021678234 + ] + ] + ], + "type": "Polygon" + }, + "id": "2527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87985652427346, + -12.039021619352042, + -76.8702106829263, + -12.028637948039682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.87554114344881, + -12.028637948039682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80145078060715, + -11.944764592567378, + -76.79180983999065, + -11.934381488008178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.7971387949511, + -11.934381488008178 + ] + ] + ], + "type": "Polygon" + }, + "id": "2529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84252566017912, + -12.279024635283584, + -76.83287364666376, + -12.26864571881965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.83820809133876, + -12.26864571881965 + ] + ] + ], + "type": "Polygon" + }, + "id": "2530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0253861106535, + -12.108437004404042, + -77.01573441093748, + -12.09805079585253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.02106587444743, + -12.09805079585253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05282643550423, + -12.111139040678285, + -77.04317395458872, + -12.100752202043566 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.04850542831755, + -12.100752202043566 + ] + ] + ], + "type": "Polygon" + }, + "id": "2532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70615708806082, + -12.304712428352607, + -76.69650799663762, + -12.294337401146807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.70184292009395, + -12.294337401146807 + ] + ] + ], + "type": "Polygon" + }, + "id": "2533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83416940416343, + -12.034496565661406, + -76.82452491191047, + -12.02411397040813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.8298553279456, + -12.02411397040813 + ] + ] + ], + "type": "Polygon" + }, + "id": "2534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12363661303777, + -12.000107369338487, + -77.11398565628419, + -11.98971711847784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11931520119006, + -11.98971711847784 + ] + ] + ], + "type": "Polygon" + }, + "id": "2535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8097957316582, + -12.094973808722736, + -76.80015008830567, + -12.084592753757244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.80548151461645, + -12.084592753757244 + ] + ] + ], + "type": "Polygon" + }, + "id": "2536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82349545645432, + -12.143502636734567, + -76.81384799784915, + -12.133121997082878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81918021721812, + -12.133121997082878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09461786684223, + -11.918595524965697, + -77.08497006887757, + -11.908204787330973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.09029831467775, + -11.908204787330973 + ] + ] + ], + "type": "Polygon" + }, + "id": "2538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1257915698647, + -11.835100889653022, + -77.1161454761648, + -11.824708221099758 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.12147230246066, + -11.824708221099758 + ] + ] + ], + "type": "Polygon" + }, + "id": "2539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70931125349294, + -12.084975333870208, + -76.69966863514962, + -12.074596673139482 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.70499993124628, + -12.074596673139482 + ] + ] + ], + "type": "Polygon" + }, + "id": "2540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94081645971372, + -12.170858036118636, + -76.93116508341356, + -12.160474898665019 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.9364976666689, + -12.160474898665019 + ] + ] + ], + "type": "Polygon" + }, + "id": "2541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0077101994546, + -11.768468986551676, + -76.99806908480123, + -11.758078285660355 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -77.00339497229258, + -11.758078285660355 + ] + ] + ], + "type": "Polygon" + }, + "id": "2542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78318644113091, + -11.942953936474904, + -76.77354604659992, + -11.932571266482388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.7788749798792, + -11.932571266482388 + ] + ] + ], + "type": "Polygon" + }, + "id": "2543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79154444446061, + -11.998819831171312, + -76.78190215946057, + -11.988437773521884 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.78723200951285, + -11.988437773521884 + ] + ] + ], + "type": "Polygon" + }, + "id": "2544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14415781260227, + -11.931311623337159, + -77.13450839393896, + -11.92091986944589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13983677451922, + -11.92091986944589 + ], + [ + -77.14415781260227, + -11.923964910722063 + ], + [ + -77.14365418330634, + -11.929160839609521 + ], + [ + -77.13882938878419, + -11.931311623337159 + ], + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13983677451922, + -11.92091986944589 + ] + ] + ], + "type": "Polygon" + }, + "id": "2545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10606499872007, + -11.943317988322512, + -77.09641617580816, + -11.932927329533861 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.10174481199236, + -11.932927329533861 + ] + ] + ], + "type": "Polygon" + }, + "id": "2546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14630203339372, + -11.766284704737668, + -77.13665747649421, + -11.755890605752299 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.14198313950614, + -11.755890605752299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82734956207187, + -11.774322566602898, + -76.81771300271413, + -11.763936419159522 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.82202337823593, + -11.774322566602898 + ], + [ + -76.81771300271413, + -11.771275426515622 + ], + [ + -76.81822094588884, + -11.766082407028293 + ], + [ + -76.82303913884068, + -11.763936419159522 + ] + ] + ], + "type": "Polygon" + }, + "id": "2548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76786063475559, + -12.287303480198926, + -76.75821038077967, + -12.276926588320855 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.76354499946441, + -12.276926588320855 + ] + ] + ], + "type": "Polygon" + }, + "id": "2549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03986388287308, + -12.101998447991884, + -77.03021200510881, + -12.091611784472136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.03554334469659, + -12.091611784472136 + ] + ] + ], + "type": "Polygon" + }, + "id": "2550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79079265105217, + -11.959433393634688, + -76.78115156025832, + -11.949050772398415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.7864807617304, + -11.949050772398415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64526219633794, + -12.26718349661327, + -76.63561590799253, + -12.25680940396179 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.64095021645811, + -12.25680940396179 + ] + ] + ], + "type": "Polygon" + }, + "id": "2552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12650940501767, + -11.780091379408407, + -77.11686493125283, + -11.769697943156887 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.12219085195818, + -11.769697943156887 + ] + ] + ], + "type": "Polygon" + }, + "id": "2553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75338530399935, + -12.2937171348675, + -76.7437352511945, + -12.283340718234006 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.74906998094876, + -12.283340718234006 + ] + ] + ], + "type": "Polygon" + }, + "id": "2554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00463830853329, + -11.705227766797593, + -76.99499915475235, + -11.69483630536308 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -77.00032400612132, + -11.69483630536308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01987694516781, + -11.73819134215746, + -77.01023641929363, + -11.72779993984052 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.01556179495327, + -11.72779993984052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07481779677431, + -11.932388775448214, + -77.06517008802307, + -11.921998717794605 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.0704985883879, + -11.921998717794605 + ] + ] + ], + "type": "Polygon" + }, + "id": "2557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81967469397878, + -12.229590417967712, + -76.81002476775188, + -12.219211260126942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.81535840967001, + -12.219211260126942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99931341199758, + -11.712573796380301, + -76.98967417670744, + -11.702182561377462 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.99499915475235, + -11.702182561377462 + ] + ] + ], + "type": "Polygon" + }, + "id": "2559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98182118358315, + -11.75019552330152, + -76.97218128017009, + -11.739805214196464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.97750689554435, + -11.739805214196464 + ] + ] + ], + "type": "Polygon" + }, + "id": "2560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88215062021254, + -12.25152152765057, + -76.87249837622252, + -12.24114116128003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.87783233976172, + -12.24114116128003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04509159362469, + -11.90587309459198, + -77.03544543024839, + -11.895483381275465 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.04077353317787, + -11.895483381275465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.756475434824, + -12.168276785159708, + -76.74682904388204, + -12.157898234280443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.75216170183803, + -12.157898234280443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.878337078944, + -12.14894545581545, + -76.86868799841501, + -12.138563526203534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.87402027230871, + -12.138563526203534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12443008035315, + -12.039517663671987, + -77.114777928462, + -12.029127984060972 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1201081211839, + -12.029127984060972 + ], + [ + -77.12443008035315, + -12.032173730934714 + ], + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.11528213057862, + -12.03127704443239 + ], + [ + -77.1201081211839, + -12.029127984060972 + ] + ] + ], + "type": "Polygon" + }, + "id": "2565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66427009234125, + -12.30837500787664, + -76.65462204621276, + -12.298001116636096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.66375916442156, + -12.306239413539364 + ], + [ + -76.65893505350057, + -12.30837500787664 + ], + [ + -76.65462204621276, + -12.305323627108384 + ], + [ + -76.65513309964597, + -12.300136736354332 + ], + [ + -76.65995703486303, + -12.298001116636096 + ] + ] + ], + "type": "Polygon" + }, + "id": "2566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87528626194765, + -11.991390150808773, + -76.86564196167504, + -11.981005879114145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.87097164069043, + -11.981005879114145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0246048485087, + -12.069037586166512, + -77.01495434427693, + -12.058650788559007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.02028515940474, + -12.058650788559007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74591650222621, + -11.89994390228007, + -76.73627839922963, + -11.889561555244875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74160663739252, + -11.889561555244875 + ], + [ + -76.74591650222621, + -11.892610015512581 + ], + [ + -76.7454073538769, + -11.897801243697574 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.73678767310427, + -11.891704236279686 + ], + [ + -76.74160663739252, + -11.889561555244875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91104485593085, + -11.766840984654783, + -76.90140630130954, + -11.75645264736785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.90673225676763, + -11.75645264736785 + ] + ] + ], + "type": "Polygon" + }, + "id": "2570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91337112531903, + -12.073789386659469, + -76.90372336396166, + -12.063405410260996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.90905437110939, + -12.063405410260996 + ] + ] + ], + "type": "Polygon" + }, + "id": "2571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74438901142655, + -11.915517095153886, + -76.73475048608917, + -11.905135010347776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.74007898116517, + -11.905135010347776 + ] + ] + ], + "type": "Polygon" + }, + "id": "2572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06852714833944, + -11.617051058511349, + -77.0588889855621, + -11.606656914644237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.06421231000137, + -11.606656914644237 + ] + ] + ], + "type": "Polygon" + }, + "id": "2573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07469702266435, + -11.74355561548804, + -77.06505494052037, + -11.733162946790415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.0703803350907, + -11.733162946790415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67874242247125, + -12.301967820718982, + -76.66909416766096, + -12.291593449630309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.6744290494864, + -12.291593449630309 + ] + ] + ], + "type": "Polygon" + }, + "id": "2575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95822761496986, + -11.75574651582232, + -76.94858815792256, + -11.745356862062732 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9539138884883, + -11.745356862062732 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.94858815792256, + -11.752700624507186 + ], + [ + -76.94909424601151, + -11.74750585099052 + ], + [ + -76.9539138884883, + -11.745356862062732 + ] + ] + ], + "type": "Polygon" + }, + "id": "2576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89281093792457, + -12.14251798896921, + -76.88316166691402, + -12.132135596028125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.8884938238751, + -12.132135596028125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82198339952254, + -12.064736800273844, + -76.81233833131705, + -12.054354971976311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.81766925268708, + -12.054354971976311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77855562056806, + -12.178336275479674, + -76.76890833116397, + -12.167957325813315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.77424114685324, + -12.167957325813315 + ] + ] + ], + "type": "Polygon" + }, + "id": "2579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83721786863538, + -12.003348233689533, + -76.82757422369971, + -11.99296509359813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.8329041246516, + -11.99296509359813 + ] + ] + ], + "type": "Polygon" + }, + "id": "2580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71918724826193, + -12.12526018407223, + -76.70954315756991, + -12.11488189987095 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7148751161511, + -12.11488189987095 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.71005315827308, + -12.117021122447646 + ], + [ + -76.7148751161511, + -12.11488189987095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7000320019245, + -12.366958338332049, + -76.69038121857774, + -12.356584529762978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.69571717156612, + -12.356584529762978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86081583960599, + -12.186514981531358, + -76.85116610206688, + -12.176134090485021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.85649900803959, + -12.176134090485021 + ] + ] + ], + "type": "Polygon" + }, + "id": "2583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73976841292115, + -12.056566856187368, + -76.73012580925446, + -12.046186982557497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.73545662988562, + -12.046186982557497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96819333120271, + -11.98483377712092, + -76.95854679195745, + -11.974447100468128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.96387628249312, + -11.974447100468128 + ] + ] + ], + "type": "Polygon" + }, + "id": "2585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1122566902025, + -12.069788009656753, + -77.10260394061443, + -12.059399085287875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.10793465029742, + -12.059399085287875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6536623597017, + -12.228737025467884, + -76.64401698619012, + -12.21836208159851 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64935065980842, + -12.21836208159851 + ] + ] + ], + "type": "Polygon" + }, + "id": "2587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78153466950663, + -12.430115892154502, + -76.77187977681302, + -12.419741108261883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77721674971104, + -12.419741108261883 + ], + [ + -76.78153466950663, + -12.422791873520652 + ], + [ + -76.78102518172216, + -12.427979319424619 + ], + [ + -76.77619764805142, + -12.430115892154502 + ], + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.77721674971104, + -12.419741108261883 + ] + ] + ], + "type": "Polygon" + }, + "id": "2588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04895775800723, + -12.008511852803842, + -77.0393084368514, + -11.998123543722096 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.04463822467225, + -11.998123543722096 + ] + ] + ], + "type": "Polygon" + }, + "id": "2589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79833919135189, + -12.25890571844298, + -76.78868896258706, + -12.24852758175397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.7940230993258, + -12.24852758175397 + ] + ] + ], + "type": "Polygon" + }, + "id": "2590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81591243749412, + -11.938334342924167, + -76.80627130017578, + -11.927950780577836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81160014201583, + -11.927950780577836 + ], + [ + -76.81591243749412, + -11.93099882991339 + ], + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.8067796602301, + -11.930094480211764 + ], + [ + -76.81160014201583, + -11.927950780577836 + ] + ] + ], + "type": "Polygon" + }, + "id": "2591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03208993328009, + -11.802327982527837, + -77.02244718573922, + -11.791937142382043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.02777360131971, + -11.791937142382043 + ] + ] + ], + "type": "Polygon" + }, + "id": "2592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06023394304408, + -11.750009577179698, + -77.0505920356229, + -11.73961734604812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.05591755550145, + -11.73961734604812 + ] + ] + ], + "type": "Polygon" + }, + "id": "2593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78166030334661, + -11.958527608881342, + -76.77201948593907, + -11.94814520504059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.77734867638615, + -11.94814520504059 + ] + ] + ], + "type": "Polygon" + }, + "id": "2594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70161196201983, + -12.2571096130646, + -76.69196441736997, + -12.246733906550471 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.69729855539758, + -12.246733906550471 + ] + ] + ], + "type": "Polygon" + }, + "id": "2595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03961301035282, + -11.62996611405633, + -77.02997519900748, + -11.619572835584753 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.03529877259744, + -11.619572835584753 + ] + ] + ], + "type": "Polygon" + }, + "id": "2596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08474950688489, + -11.972695602175502, + -77.07510034554939, + -11.962305889934541 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.08042949576729, + -11.962305889934541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00926724726547, + -11.847291125036968, + -76.99962374584764, + -11.83690146312503 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -77.00495092794894, + -11.83690146312503 + ] + ] + ], + "type": "Polygon" + }, + "id": "2598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76716981196826, + -12.059292546717401, + -76.75752638250923, + -12.048912019283762 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.76285723919598, + -12.048912019283762 + ] + ] + ], + "type": "Polygon" + }, + "id": "2599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94462861091085, + -12.17909770116829, + -76.9349768891922, + -12.168714600952889 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.94030960476705, + -12.168714600952889 + ] + ] + ], + "type": "Polygon" + }, + "id": "2600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77933218328295, + -12.123390217760877, + -76.76968651268719, + -12.113010376013925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.77501842160657, + -12.113010376013925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67743235132811, + -11.940307416789029, + -76.66779492281462, + -11.92992739774878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67312383841268, + -11.92992739774878 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.66779492281462, + -11.937258048312156 + ], + [ + -76.66830521173635, + -11.93206809389619 + ], + [ + -76.67312383841268, + -11.92992739774878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68191483217358, + -12.082242926948247, + -76.67227304881062, + -12.071864924430459 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67760430361913, + -12.071864924430459 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.68140450682118, + -12.08010398240723 + ], + [ + -76.67658352749564, + -12.082242926948247 + ], + [ + -76.67227304881062, + -12.079192839317905 + ], + [ + -76.67278349957219, + -12.074003893008433 + ], + [ + -76.67760430361913, + -12.071864924430459 + ] + ] + ], + "type": "Polygon" + }, + "id": "2603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95601502865357, + -12.015091268003694, + -76.94636790359904, + -12.004705342843383 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.95169790468015, + -12.004705342843383 + ] + ] + ], + "type": "Polygon" + }, + "id": "2604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07844816190091, + -11.65736550227012, + -77.06880854904558, + -11.646971624294927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.07413252228173, + -11.646971624294927 + ] + ] + ], + "type": "Polygon" + }, + "id": "2605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13278380059317, + -12.001003431934528, + -77.12313258829204, + -11.990612973088822 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.13278380059317, + -11.993658458368763 + ], + [ + -77.13227990299116, + -11.99885373975145 + ], + [ + -77.12745421155451, + -12.001003431934528 + ], + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.12846213391161, + -11.990612973088822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96974154623786, + -12.063630252344392, + -76.96009261718011, + -12.053244722626875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.9654234042806, + -12.053244722626875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00320155665705, + -11.909625508393267, + -76.9935563544014, + -11.899236875100273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.99888456913847, + -11.899236875100273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74282497536657, + -12.025426683170696, + -76.73318321698999, + -12.015046258786509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.73851352341003, + -12.015046258786509 + ] + ] + ], + "type": "Polygon" + }, + "id": "2609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85777342266982, + -12.028972584348631, + -76.84812846635171, + -12.018589313478445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.85345877665523, + -12.018589313478445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77247281776803, + -12.14628942077186, + -76.7628266493577, + -12.135910114032212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.76815893874515, + -12.135910114032212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82122765080733, + -12.025351076487961, + -76.81158377736259, + -12.014968668492562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.81691404996725, + -12.014968668492562 + ] + ] + ], + "type": "Polygon" + }, + "id": "2612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94156593498658, + -12.115892578880805, + -76.93191617959626, + -12.105508554440995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.93724785575174, + -12.105508554440995 + ] + ] + ], + "type": "Polygon" + }, + "id": "2613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99565369454534, + -12.081914017958928, + -76.9860035501361, + -12.071528129684555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.99133461091523, + -12.071528129684555 + ] + ] + ], + "type": "Polygon" + }, + "id": "2614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98121164681059, + -12.182714784585603, + -76.971558867045, + -12.172330836996954 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.97689160545603, + -12.172330836996954 + ] + ] + ], + "type": "Polygon" + }, + "id": "2615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07711887471226, + -11.956214231460258, + -77.06747039761865, + -11.945824463603369 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.07279928703511, + -11.945824463603369 + ] + ] + ], + "type": "Polygon" + }, + "id": "2616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91637073265534, + -11.759498927293548, + -76.90673225676763, + -11.749110359417246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.91205808705324, + -11.749110359417246 + ] + ] + ], + "type": "Polygon" + }, + "id": "2617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74349847664658, + -12.253436277317007, + -76.73384989602157, + -12.243059441200389 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73918396371717, + -12.243059441200389 + ] + ] + ], + "type": "Polygon" + }, + "id": "2618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07796777753981, + -12.090017071802565, + -77.06831528879454, + -12.079629291975941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.07364638084945, + -12.079629291975941 + ] + ] + ], + "type": "Polygon" + }, + "id": "2619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04655427611124, + -11.795877695836008, + -77.03691135142249, + -11.785486414539408 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.04223764299552, + -11.785486414539408 + ] + ] + ], + "type": "Polygon" + }, + "id": "2620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87529289996469, + -12.274422346612695, + -76.86564015332607, + -12.264042531254415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.87097449995463, + -12.264042531254415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89737758792424, + -12.095795736383323, + -76.88772959069193, + -12.085412498073861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.89306097366503, + -12.085412498073861 + ] + ] + ], + "type": "Polygon" + }, + "id": "2622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13111831057034, + -11.827752947464843, + -77.12147230246066, + -11.81736004889133 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.12679899976992, + -11.81736004889133 + ] + ] + ], + "type": "Polygon" + }, + "id": "2623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72067389434669, + -12.204003561583786, + -76.71102741283275, + -12.193626497469104 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.71636067042614, + -12.193626497469104 + ] + ] + ], + "type": "Polygon" + }, + "id": "2624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09080266070926, + -11.910354689770672, + -77.0811552045166, + -11.899963926766429 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.08648332010542, + -11.899963926766429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02005460216034, + -12.11577588601701, + -77.01040282007175, + -12.105389922716842 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.01573441093748, + -12.105389922716842 + ] + ] + ], + "type": "Polygon" + }, + "id": "2626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00471818435179, + -11.894042493476519, + -76.99507340734154, + -11.883653600704784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -77.00040136389352, + -11.883653600704784 + ] + ] + ], + "type": "Polygon" + }, + "id": "2627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7922303815193, + -12.321170358845187, + -76.78257845710934, + -12.31079341979004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.78791362493777, + -12.31079341979004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71529611770693, + -12.305626758777546, + -76.70564674836419, + -12.29525151336437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.7109816851466, + -12.29525151336437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13119516399426, + -11.922176169324402, + -77.12154634113276, + -11.911784596993519 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.12687459163392, + -11.911784596993519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11441781250561, + -11.904799575567925, + -77.10476992763311, + -11.894408160460682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.1100979175991, + -11.894408160460682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91720989427992, + -12.270722908724403, + -76.90755615343708, + -12.260341984983807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.91720989427992, + -12.263390750702465 + ], + [ + -76.91670255239688, + -12.268581265758495 + ], + [ + -76.91187559543366, + -12.270722908724403 + ], + [ + -76.90755615343708, + -12.267674059301243 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.91289040570933, + -12.260341984983807 + ] + ] + ], + "type": "Polygon" + }, + "id": "2632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79077021676834, + -12.053776355819462, + -76.78112631404049, + -12.043395146961604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.7864570701937, + -12.043395146961604 + ] + ] + ], + "type": "Polygon" + }, + "id": "2633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99631875879625, + -11.838153274049422, + -76.98667586272519, + -11.827763803201297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.99200290904106, + -11.827763803201297 + ] + ] + ], + "type": "Polygon" + }, + "id": "2634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96747771397919, + -12.134179419094641, + -76.95782673872998, + -12.123795039732535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.96315869106571, + -12.123795039732535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829012060922, + -12.007870059072909, + -76.87325621311865, + -11.997485842792795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.87858615809022, + -11.997485842792795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82881625232476, + -12.230499865423669, + -76.81916605424107, + -12.22012049216578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.82449970605613, + -12.22012049216578 + ] + ] + ], + "type": "Polygon" + }, + "id": "2637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83186701357839, + -12.199361160795101, + -76.82221766371865, + -12.18898120405359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.82755079987889, + -12.18898120405359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07929683527432, + -11.791214690233554, + -77.06965321814329, + -11.780822548171095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.07497938995108, + -11.780822548171095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03130857280996, + -11.762914056387839, + -77.02166701850607, + -11.752522703199372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.0269927869488, + -11.752522703199372 + ] + ] + ], + "type": "Polygon" + }, + "id": "2640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69015180307113, + -12.326682763878594, + -76.680502495232, + -12.316308518519815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.68583778411832, + -12.316308518519815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89126095132787, + -11.780624849266962, + -76.88162250710167, + -11.77023718953167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.8869487049268, + -11.77023718953167 + ] + ] + ], + "type": "Polygon" + }, + "id": "2642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691062349054, + -12.124226767146027, + -76.8572625832918, + -12.113844733660192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.86259445766846, + -12.113844733660192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06191729502154, + -12.017650850431865, + -77.05226737172774, + -12.007262361479247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.05759729322253, + -12.007262361479247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98943919023921, + -11.766677040821099, + -76.9797985995285, + -11.756286764524805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.98512447777946, + -11.756286764524805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.130247959402, + -11.69389532766403, + -77.12060595729218, + -11.683500663934804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.12593045574236, + -11.683500663934804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81968870833727, + -12.135263254159465, + -76.81004159756091, + -12.124882580218838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.81537368311254, + -12.124882580218838 + ] + ] + ], + "type": "Polygon" + }, + "id": "2647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00697256158621, + -11.823465831933872, + -76.99732982863519, + -11.813075896591227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -77.00265662142002, + -11.813075896591227 + ] + ] + ], + "type": "Polygon" + }, + "id": "2648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10750749440943, + -11.833313749730586, + -77.09786191249252, + -11.822921498904496 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.10318873666509, + -11.822921498904496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12817215310874, + -11.953349839815935, + -77.11852247676327, + -11.942958791424445 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.12385124497351, + -11.942958791424445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11880669266537, + -11.669171403196295, + -77.10916571242707, + -11.658776698125347 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.11448982201193, + -11.658776698125347 + ] + ] + ], + "type": "Polygon" + }, + "id": "2651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04587502049098, + -11.945281819451404, + -77.0362276628, + -11.934892654570909 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.04155641339915, + -11.934892654570909 + ] + ] + ], + "type": "Polygon" + }, + "id": "2652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78541540931056, + -12.155438065375412, + -76.77576861808238, + -12.145058576190332 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.78110105309086, + -12.145058576190332 + ] + ] + ], + "type": "Polygon" + }, + "id": "2653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05585726898558, + -12.07997796710415, + -77.04620564070719, + -12.06959057217443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.05153659695456, + -12.06959057217443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13723954836676, + -11.859824150089977, + -77.12759243218163, + -11.849431548483409 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.13291964747589, + -11.849431548483409 + ] + ] + ], + "type": "Polygon" + }, + "id": "2655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95140805102105, + -11.873068314480866, + -76.94176527831635, + -11.86268043858299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.94176527831635, + -11.87002173287223 + ], + [ + -76.9422716451797, + -11.864827848233212 + ], + [ + -76.94709294538778, + -11.86268043858299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78771739176544, + -12.0849188726965, + -76.77807264250916, + -12.074538219373327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.78340391344337, + -12.074538219373327 + ] + ] + ], + "type": "Polygon" + }, + "id": "2657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13708238974347, + -11.670952219416202, + -77.1274408994247, + -11.660557096136646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13276501044962, + -11.660557096136646 + ], + [ + -77.13708238974347, + -11.66360085665765 + ], + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.12794435037111, + -11.66271086241547 + ], + [ + -77.13276501044962, + -11.660557096136646 + ] + ] + ], + "type": "Polygon" + }, + "id": "2658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03751529628965, + -11.98379037087774, + -77.02786700403321, + -11.973401974586853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.03319639914388, + -11.973401974586853 + ] + ] + ], + "type": "Polygon" + }, + "id": "2659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85244751616521, + -11.941950300396181, + -76.84280529544442, + -11.931565873392067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84813417560379, + -11.931565873392067 + ], + [ + -76.85244751616521, + -11.934613616251529 + ], + [ + -76.85193978566254, + -11.9398058836647 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.84280529544442, + -11.93890247131841 + ], + [ + -76.8433131519319, + -11.933710311737268 + ], + [ + -76.84813417560379, + -11.931565873392067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94986532421952, + -11.794257331161495, + -76.94022493844547, + -11.783868402616811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.94555131037592, + -11.783868402616811 + ] + ] + ], + "type": "Polygon" + }, + "id": "2661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92096006281638, + -11.901530077028793, + -76.91131723751008, + -11.891143359111318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.91563185318509, + -11.901530077028793 + ], + [ + -76.91131723751008, + -11.898483073228364 + ], + [ + -76.91182407438964, + -11.893289767761551 + ], + [ + -76.91664540072703, + -11.891143359111318 + ] + ] + ], + "type": "Polygon" + }, + "id": "2662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99025106394566, + -11.900486522117411, + -76.98060646771265, + -11.890098076718328 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.98593454635241, + -11.890098076718328 + ] + ] + ], + "type": "Polygon" + }, + "id": "2663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72824037423209, + -12.314779295999397, + -76.71859037729891, + -12.304403874743535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.72392546228973, + -12.304403874743535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09159180734096, + -11.949766691558555, + -77.08194315672488, + -11.93937647776818 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.08727191986792, + -11.93937647776818 + ] + ] + ], + "type": "Polygon" + }, + "id": "2665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0616908705372, + -11.639991419457758, + -77.0520521990769, + -11.629597729048045 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.05737590928155, + -11.629597729048045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72290523995949, + -12.32210363682827, + -76.71325517001362, + -12.311728475836613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.71859037729891, + -12.311728475836613 + ] + ] + ], + "type": "Polygon" + }, + "id": "2667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06785834344353, + -11.766491620621432, + -77.05821575195468, + -11.75609942374852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.0635415327296, + -11.75609942374852 + ] + ] + ], + "type": "Polygon" + }, + "id": "2668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88137893371969, + -12.023446043961911, + -76.87173351657117, + -12.01306209939263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.87706371930956, + -12.01306209939263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16991092647456, + -11.760716721199788, + -77.16026594886114, + -11.750321980017777 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16559148204323, + -11.750321980017777 + ], + [ + -77.16991092647456, + -11.753365922992868 + ], + [ + -77.16940792424217, + -11.758563345493853 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.16559148204323, + -11.750321980017777 + ] + ] + ], + "type": "Polygon" + }, + "id": "2670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08093406459781, + -11.964454921104108, + -77.07128524535256, + -11.954065180827103 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.07661426519057, + -11.954065180827103 + ] + ] + ], + "type": "Polygon" + }, + "id": "2671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995850616275, + -12.281752645915988, + -76.86030568184812, + -12.271373086328103 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.86564015332607, + -12.271373086328103 + ] + ] + ], + "type": "Polygon" + }, + "id": "2672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89052382059688, + -12.118704658969282, + -76.88087532054355, + -12.108321948584575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.88620708657994, + -12.108321948584575 + ] + ] + ], + "type": "Polygon" + }, + "id": "2673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84939022090794, + -12.161796818467113, + -76.8397415250193, + -12.15141581829942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.84507403071969, + -12.15141581829942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16999908652078, + -11.855154411827664, + -77.16035129477551, + -11.844760956069045 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16999908652078, + -11.847805381336494 + ], + [ + -77.16949593887698, + -11.85300216104613 + ], + [ + -77.16467195798772, + -11.855154411827664 + ], + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.16567838046029, + -11.844760956069045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77622436249709, + -12.343148604318252, + -76.76657221342768, + -12.332772444912012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.77190775126604, + -12.332772444912012 + ] + ] + ], + "type": "Polygon" + }, + "id": "2676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93319291787175, + -12.154378660534627, + -76.92354223259106, + -12.143995449971161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.92887455108327, + -12.143995449971161 + ] + ] + ], + "type": "Polygon" + }, + "id": "2677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79001839231958, + -12.014392578276324, + -76.78037568420207, + -12.004010792208051 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.78570579155266, + -12.004010792208051 + ] + ] + ], + "type": "Polygon" + }, + "id": "2678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853106855055, + -12.162704144018704, + -76.8488821024737, + -12.152322928996288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.85421461717061, + -12.152322928996288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234599915501, + -11.793505625194593, + -76.85270793652045, + -11.783118861295806 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.85803436685828, + -11.783118861295806 + ] + ] + ], + "type": "Polygon" + }, + "id": "2680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03683149687726, + -12.133157318133431, + -77.02717876671738, + -12.122771215509802 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.03683149687726, + -12.125818222214791 + ], + [ + -77.03632604599919, + -12.131011326023714 + ], + [ + -77.03149959506722, + -12.133157318133431 + ], + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.0325106237009, + -12.122771215509802 + ] + ] + ], + "type": "Polygon" + }, + "id": "2681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12435517399678, + -11.945108985652572, + -77.11470583880276, + -11.934717909802991 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.12003447719874, + -11.934717909802991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77619764805142, + -12.437439562927047, + -76.76654268059508, + -12.427065043813306 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.77619764805142, + -12.430115892154502 + ], + [ + -76.7756880742814, + -12.435303205698299 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.77187977681302, + -12.427065043813306 + ] + ] + ], + "type": "Polygon" + }, + "id": "2683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04974191636096, + -12.047916078330987, + -77.04009140012614, + -12.037528343122277 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.04542183601639, + -12.037528343122277 + ] + ] + ], + "type": "Polygon" + }, + "id": "2684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80597211124301, + -12.181064916958185, + -76.79632400150581, + -12.170685317916249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.8016568497697, + -12.170685317916249 + ] + ] + ], + "type": "Polygon" + }, + "id": "2685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9080518432731, + -12.175476323623071, + -76.89840118724706, + -12.16509407479 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.90373387556885, + -12.16509407479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07935855591272, + -11.885632148271899, + -77.06971212540458, + -11.87524131189656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.0750398501093, + -11.87524131189656 + ] + ] + ], + "type": "Polygon" + }, + "id": "2687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90269868256249, + -11.994099909662816, + -76.89305357807018, + -11.983714994469434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.89838328087936, + -11.983714994469434 + ] + ] + ], + "type": "Polygon" + }, + "id": "2688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69632778472932, + -12.170135947096162, + -76.68668298201919, + -12.159758959034429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.69201568511609, + -12.159758959034429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70764130169931, + -12.383434632320606, + -76.69798981685983, + -12.373060914126418 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.7023050281255, + -12.383434632320606 + ], + [ + -76.69798981685983, + -12.38038329995809 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.70332604083745, + -12.373060914126418 + ] + ] + ], + "type": "Polygon" + }, + "id": "2690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00865302030483, + -12.18542477526524, + -76.99899945202547, + -12.175040194779422 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -77.00433220466367, + -12.175040194779422 + ] + ] + ], + "type": "Polygon" + }, + "id": "2691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68123091547322, + -11.948546739994375, + -76.67159313664872, + -11.938166743984771 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.67692218768745, + -11.938166743984771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95215507049207, + -11.818080970664509, + -76.94251391585551, + -11.807692311125386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.94784067747251, + -11.807692311125386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8813829231413, + -12.117799098978793, + -76.87173469152853, + -12.107416602738832 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.87706644953575, + -12.107416602738832 + ] + ] + ], + "type": "Polygon" + }, + "id": "2694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06494648783838, + -11.986484844473702, + -77.05529741689203, + -11.976095817797036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.0606268211157, + -11.976095817797036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69326597251994, + -12.201265752701888, + -76.68362032482354, + -12.190889344615082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.68895354212465, + -12.190889344615082 + ] + ] + ], + "type": "Polygon" + }, + "id": "2696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07385038912113, + -11.609700982611853, + -77.06421231000137, + -11.599306618106413 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06953550662871, + -11.599306618106413 + ] + ] + ], + "type": "Polygon" + }, + "id": "2697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16307603955399, + -11.783658672510283, + -77.15343054845894, + -11.773264403165786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.15875647001384, + -11.773264403165786 + ] + ] + ], + "type": "Polygon" + }, + "id": "2698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6924748707017, + -12.256195728072743, + -76.68282760460235, + -12.24582024030858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.68816172889548, + -12.24582024030858 + ] + ] + ], + "type": "Polygon" + }, + "id": "2699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93773421930318, + -12.013287550087032, + -76.92808762440744, + -12.002902050643218 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.9334176131145, + -12.002902050643218 + ] + ] + ], + "type": "Polygon" + }, + "id": "2700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79371459226118, + -12.494190877966208, + -76.78405745413016, + -12.483816928374733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78939548109929, + -12.483816928374733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79681219510289, + -12.27447255221277, + -76.78716154246202, + -12.264094712620379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.79249593694738, + -12.264094712620379 + ] + ] + ], + "type": "Polygon" + }, + "id": "2702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93159747400067, + -11.792461003519838, + -76.92195761830463, + -11.782072502536154 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.92728397750814, + -11.782072502536154 + ] + ] + ], + "type": "Polygon" + }, + "id": "2703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71074945703738, + -12.25802322981869, + -76.70110163431254, + -12.247647304803804 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.7064357857993, + -12.247647304803804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90196299197692, + -12.237765764290284, + -76.89231063621325, + -12.227384676696394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.89764435727372, + -12.227384676696394 + ] + ] + ], + "type": "Polygon" + }, + "id": "2705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538645626344, + -12.234134967490016, + -76.85573517552187, + -12.223754735063281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.86106886416681, + -12.223754735063281 + ] + ] + ], + "type": "Polygon" + }, + "id": "2706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00705382909415, + -12.012255735840393, + -76.99740546873689, + -12.001868509771459 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -77.0027353689695, + -12.001868509771459 + ] + ] + ], + "type": "Polygon" + }, + "id": "2707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12824817600671, + -12.047758270061387, + -77.1185956827666, + -12.03736862272385 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.12392600537757, + -12.03736862272385 + ] + ] + ], + "type": "Polygon" + }, + "id": "2708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9201770385014, + -11.767739441498646, + -76.9105382175708, + -11.757350889661607 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.9158641801477, + -11.757350889661607 + ] + ] + ], + "type": "Polygon" + }, + "id": "2709", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.934635503131, + -11.761295003688174, + -76.92499649568133, + -11.750906007201658 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93032233960825, + -11.750906007201658 + ], + [ + -76.934635503131, + -11.753952049419425 + ], + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.92550292205429, + -11.753054429570941 + ], + [ + -76.93032233960825, + -11.750906007201658 + ] + ] + ], + "type": "Polygon" + }, + "id": "2710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74275209563255, + -12.214066311965755, + -76.73310471098536, + -12.203688848871991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.73843812895531, + -12.203688848871991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05872032247366, + -11.765597617981511, + -77.04907798956528, + -11.755205631652576 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.05440376767025, + -11.755205631652576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07403078705694, + -11.892977259071145, + -77.06438427257368, + -11.882586656394539 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06971212540458, + -11.882586656394539 + ] + ] + ], + "type": "Polygon" + }, + "id": "2713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87681395107384, + -12.164517993302484, + -76.86716444605122, + -12.154136349321027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.87249697791411, + -12.154136349321027 + ] + ] + ], + "type": "Polygon" + }, + "id": "2714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86158048947608, + -12.037212390186093, + -76.85193518633771, + -12.026829148546705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.85726562989137, + -12.026829148546705 + ] + ] + ], + "type": "Polygon" + }, + "id": "2715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1865944650517, + -11.683641252918497, + -77.17695136851692, + -11.673245102769489 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18227560717929, + -11.673245102769489 + ], + [ + -77.1865944650517, + -11.676288490006417 + ], + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.17745414374338, + -11.675399755690567 + ], + [ + -77.18227560717929, + -11.673245102769489 + ] + ] + ], + "type": "Polygon" + }, + "id": "2716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04901066108525, + -12.10289883561904, + -77.03935852321271, + -12.09251196219065 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.04468986604563, + -12.09251196219065 + ] + ] + ], + "type": "Polygon" + }, + "id": "2717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8158822143545, + -12.127023860239479, + -76.80623545146716, + -12.116643152465176 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.81156740316037, + -12.116643152465176 + ] + ] + ], + "type": "Polygon" + }, + "id": "2718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0900137086616, + -11.870940968637248, + -77.08036744660036, + -11.860549666198105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.08569491479025, + -11.860549666198105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02846614419282, + -12.171652516954262, + -77.01881247887209, + -12.16126722916651 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02414498086875, + -12.16126722916651 + ], + [ + -77.02846614419282, + -12.16431449321725 + ], + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.02414498086875, + -12.16126722916651 + ] + ] + ], + "type": "Polygon" + }, + "id": "2720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67499604371501, + -12.199439212728647, + -76.6653509542731, + -12.189063243239888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.6706841433369, + -12.189063243239888 + ] + ] + ], + "type": "Polygon" + }, + "id": "2721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05125723515641, + -12.032334407230577, + -77.04160714505116, + -12.02194639930236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.04693732230807, + -12.02194639930236 + ] + ] + ], + "type": "Polygon" + }, + "id": "2722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76794798647603, + -12.004339184319374, + -76.75830617447816, + -11.993957805815105 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.7636361250903, + -11.993957805815105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78466401748506, + -12.11605971061547, + -76.77501842160657, + -12.10567961900377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.78035020739046, + -12.10567961900377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74360712497561, + -11.970473819105669, + -76.73396698338789, + -11.960092554991206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73929638398302, + -11.960092554991206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05025986455804, + -11.61526803361837, + -77.04062221887102, + -11.604874312049906 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.04594553774085, + -11.604874312049906 + ] + ] + ], + "type": "Polygon" + }, + "id": "2726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68877664284565, + -12.059347478279136, + -76.67913535319005, + -12.048968947738771 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68446622972623, + -12.048968947738771 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.67913535319005, + -12.056297571602366 + ], + [ + -76.6796456724856, + -12.051108361255578 + ], + [ + -76.68446622972623, + -12.048968947738771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04498816853, + -11.717045513647218, + -77.03534762997818, + -11.706653219474097 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.04067262756573, + -11.706653219474097 + ] + ] + ], + "type": "Polygon" + }, + "id": "2728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82354699631263, + -11.766082407028293, + -76.81391078391188, + -11.755696244075533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.81822094588884, + -11.766082407028293 + ], + [ + -76.81391078391188, + -11.763035280134243 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81923678657466, + -11.755696244075533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94385726957421, + -12.139708052479017, + -76.93420674371403, + -12.12932434511978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.93953881039543, + -12.12932434511978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93236645743326, + -11.831865973373631, + -76.92272540846642, + -11.821477993516087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.93186001517479, + -11.829718482690254 + ], + [ + -76.92703940446187, + -11.831865973373631 + ], + [ + -76.92272540846642, + -11.828819440899109 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.92805241520594, + -11.821477993516087 + ] + ] + ], + "type": "Polygon" + }, + "id": "2731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02373272337455, + -11.840843928883379, + -77.01408904283888, + -11.830453822804593 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01941610198614, + -11.830453822804593 + ] + ] + ], + "type": "Polygon" + }, + "id": "2732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75199136656761, + -11.9319963617633, + -76.742352143502, + -11.921614322193616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.74768090769909, + -11.921614322193616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92939953204119, + -12.24048603267182, + -76.91974637502598, + -12.230104306330496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.92508011749975, + -12.230104306330496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89739491282927, + -12.284478223796942, + -76.88774128201285, + -12.274098023335924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.89739491282927, + -12.277147038398684 + ], + [ + -76.89688727223104, + -12.282337191936538 + ], + [ + -76.89206037017178, + -12.284478223796942 + ], + [ + -76.88774128201285, + -12.28142912505398 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.89307577780946, + -12.274098023335924 + ] + ] + ], + "type": "Polygon" + }, + "id": "2735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8661486682394, + -12.179182987927605, + -76.85649900803959, + -12.168801845461305 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.86183178939704, + -12.168801845461305 + ] + ] + ], + "type": "Polygon" + }, + "id": "2736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7754736830557, + -12.303780856951366, + -76.76582273070468, + -12.29340404861493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.77115761853997, + -12.29340404861493 + ] + ] + ], + "type": "Polygon" + }, + "id": "2737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70856953173575, + -12.045599572180205, + -76.69892810804217, + -12.035220325916058 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70425875500446, + -12.035220325916058 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.69943813063664, + -12.03736034580151 + ], + [ + -76.70425875500446, + -12.035220325916058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84100821254681, + -12.200269694046797, + -76.831358591519, + -12.189889522110036 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.83669173720654, + -12.189889522110036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74204256246684, + -12.08037558663458, + -76.73239918676256, + -12.069996021010617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.7377303993135, + -12.069996021010617 + ] + ] + ], + "type": "Polygon" + }, + "id": "2740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15385035592851, + -11.688325021846994, + -77.14420793109879, + -11.67792971773292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14953230102608, + -11.67792971773292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65439763890724, + -12.268099051235822, + -76.64475106952821, + -12.257724738603821 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.65008539315193, + -12.257724738603821 + ] + ] + ], + "type": "Polygon" + }, + "id": "2742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03599962675075, + -11.999372630357932, + -77.0263509086461, + -11.988984502117962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.03168056224546, + -11.988984502117962 + ] + ] + ], + "type": "Polygon" + }, + "id": "2743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78762394924537, + -12.462153826029496, + -76.77796793385436, + -12.45177945605536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78330543379711, + -12.45177945605536 + ], + [ + -76.78762394924537, + -12.454830304752283 + ], + [ + -76.78711449582828, + -12.460017543626956 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.78330543379711, + -12.45177945605536 + ] + ] + ], + "type": "Polygon" + }, + "id": "2744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85014468286874, + -12.295502565632368, + -76.84049197407354, + -12.285123733268255 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.84582668600476, + -12.285123733268255 + ] + ] + ], + "type": "Polygon" + }, + "id": "2745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00176299786533, + -12.11397260848608, + -76.99211173955172, + -12.10358706673466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.99744332190157, + -12.10358706673466 + ] + ] + ], + "type": "Polygon" + }, + "id": "2746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76564245595492, + -12.074862990807812, + -76.75599860349702, + -12.064482741108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.76132971745655, + -12.064482741108 + ] + ] + ], + "type": "Polygon" + }, + "id": "2747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03731735167855, + -11.606135056331164, + -77.02768030748416, + -11.595741536946761 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03300349251437, + -11.595741536946761 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.0281850559783, + -11.597893982987957 + ], + [ + -77.03300349251437, + -11.595741536946761 + ] + ] + ], + "type": "Polygon" + }, + "id": "2748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75878354263307, + -12.097763346568996, + -76.74913919310085, + -12.087383625159422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.75447068710533, + -12.087383625159422 + ] + ] + ], + "type": "Polygon" + }, + "id": "2749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7412967628324, + -12.040996976597993, + -76.73165458182243, + -12.030616826818795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.73698514533947, + -12.030616826818795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0703349307986, + -12.073536375047397, + -77.06068312707207, + -12.063148527768899 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.06601395796446, + -12.063148527768899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77852960004415, + -12.272649831813267, + -76.76887949509045, + -12.262272424717786 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.77421386756954, + -12.262272424717786 + ] + ] + ], + "type": "Polygon" + }, + "id": "2752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16715470121093, + -12.075169599316615, + -77.15750042128047, + -12.064779430390404 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1628311331636, + -12.064779430390404 + ], + [ + -77.16715470121093, + -12.067824943493186 + ], + [ + -77.16665117149279, + -12.073020079619077 + ], + [ + -77.1618239463805, + -12.075169599316615 + ], + [ + -77.15750042128047, + -12.072124002063363 + ], + [ + -77.15800407833609, + -12.066928969273015 + ], + [ + -77.1628311331636, + -12.064779430390404 + ] + ] + ], + "type": "Polygon" + }, + "id": "2753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12039099618812, + -11.748018732878029, + -77.11074763027791, + -11.737625015780377 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.11607303303344, + -11.737625015780377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09698738092632, + -12.036825937858756, + -77.08733599861402, + -12.026436883243004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.09266618760824, + -12.026436883243004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7701672183478, + -12.216800200814152, + -76.76051900757152, + -12.206422085829214 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.76585246136207, + -12.206422085829214 + ] + ] + ], + "type": "Polygon" + }, + "id": "2756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91487853096186, + -11.963846711209866, + -76.90523400821306, + -11.953461046252908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91056320267586, + -11.953461046252908 + ], + [ + -76.91487853096186, + -11.956508342537257 + ], + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.90574102768167, + -11.955606550085479 + ], + [ + -76.91056320267586, + -11.953461046252908 + ] + ] + ], + "type": "Polygon" + }, + "id": "2757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89736893305216, + -12.001436935766025, + -76.88772375014693, + -11.991052262564429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.89305357807018, + -11.991052262564429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19583084108194, + -11.778980406577917, + -77.18618467963327, + -11.76858528851828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.19151046884912, + -11.76858528851828 + ], + [ + -77.19583084108194, + -11.771629091257022 + ], + [ + -77.1953281749742, + -11.776826702005023 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.18618467963327, + -11.775936517746173 + ], + [ + -77.18668747295835, + -11.770739010444487 + ], + [ + -77.19151046884912, + -11.76858528851828 + ] + ] + ], + "type": "Polygon" + }, + "id": "2759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78837651688941, + -12.501513547699618, + -76.77871930357774, + -12.491139865698424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.78786701183934, + -12.499377772813531 + ], + [ + -76.78303831785598, + -12.501513547699618 + ], + [ + -76.77871930357774, + -12.498462452869036 + ], + [ + -76.77922893479231, + -12.493275665724992 + ], + [ + -76.78405745413016, + -12.491139865698424 + ] + ] + ], + "type": "Polygon" + }, + "id": "2760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95143246652654, + -11.967452419592403, + -76.94178688090612, + -11.957065901046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.94711610176398, + -11.957065901046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08547450112606, + -11.917699705791007, + -77.0758269605816, + -11.907309177459288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.0811552045166, + -11.907309177459288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05177313867283, + -11.599677393650921, + -77.04213591798417, + -11.589283442054924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.04745897890821, + -11.589283442054924 + ] + ] + ], + "type": "Polygon" + }, + "id": "2763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.707688015371, + -12.289149812234458, + -76.69803934687053, + -12.27877448421867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.70337401298657, + -12.27877448421867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72447735446984, + -12.212242381614278, + -76.71483052295454, + -12.20186535436204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.7201639156672, + -12.20186535436204 + ] + ] + ], + "type": "Polygon" + }, + "id": "2765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75185626351636, + -12.309281383820062, + -76.74220578725554, + -12.298905268070296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.74754077458697, + -12.298905268070296 + ] + ] + ], + "type": "Polygon" + }, + "id": "2766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87604868396787, + -12.030781755285863, + -76.86640318907013, + -12.020398054479426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.87173351657117, + -12.020398054479426 + ] + ] + ], + "type": "Polygon" + }, + "id": "2767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0298409501669, + -11.872910226656103, + -77.02019615822763, + -11.86252041905564 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.02552373759718, + -11.86252041905564 + ] + ] + ], + "type": "Polygon" + }, + "id": "2768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71153751717222, + -12.203091225569377, + -76.7018913131221, + -12.192714379881359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.70722455755994, + -12.192714379881359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99180438549077, + -11.979294297096718, + -76.9821574006092, + -11.968906956472166 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.98748677501405, + -11.968906956472166 + ] + ] + ], + "type": "Polygon" + }, + "id": "2770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02308823655964, + -12.08461743699039, + -77.01343730639964, + -12.07423091593872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.01876838008928, + -12.07423091593872 + ] + ] + ], + "type": "Polygon" + }, + "id": "2771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87680333244998, + -11.78706581681319, + -76.86716507840877, + -11.77667860452948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.87249139283219, + -11.77667860452948 + ] + ] + ], + "type": "Polygon" + }, + "id": "2772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95220434338768, + -12.006851090453157, + -76.9425575631673, + -11.99646513630463 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.9478874322068, + -11.99646513630463 + ] + ] + ], + "type": "Polygon" + }, + "id": "2773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75806758942969, + -11.964048280664633, + -76.74842724625185, + -11.953666555045263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.75375653646535, + -11.953666555045263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96667474392754, + -12.000413456293177, + -76.9570277796078, + -11.990027048371896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.96235752829425, + -11.990027048371896 + ] + ] + ], + "type": "Polygon" + }, + "id": "2775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95676160726923, + -11.960112885140752, + -76.94711610176398, + -11.94972612717544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.95244519658586, + -11.94972612717544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08850077601055, + -11.886527601796452, + -77.0788540878124, + -11.876136555843043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.08418181456646, + -11.876136555843043 + ] + ] + ], + "type": "Polygon" + }, + "id": "2777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74509916012352, + -12.049236332989967, + -76.73545662988562, + -12.038856211965733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.74078732812693, + -12.038856211965733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94073120359914, + -11.793359296701553, + -76.93109108262607, + -11.78297058181196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.93641744833056, + -11.78297058181196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0809962963108, + -12.05885317922994, + -77.07134466065249, + -12.048464847686049 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.07667523504853, + -12.048464847686049 + ] + ] + ], + "type": "Polygon" + }, + "id": "2780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85167422604685, + -12.185607306478653, + -76.84202475861622, + -12.175226630141367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.84735765565996, + -12.175226630141367 + ] + ] + ], + "type": "Polygon" + }, + "id": "2781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88366461822775, + -12.047261475315832, + -76.8740184304916, + -12.036877833953087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.87934902399441, + -12.036877833953087 + ] + ] + ], + "type": "Polygon" + }, + "id": "2782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82121409016625, + -12.119692172334807, + -76.81156740316037, + -12.109311215168173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.8168992310733, + -12.109311215168173 + ] + ] + ], + "type": "Polygon" + }, + "id": "2783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75501287951268, + -11.99519238205274, + -76.74537169101878, + -11.984811194855206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.7507014954009, + -11.984811194855206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79225240830569, + -12.226860464565705, + -76.78260330050904, + -12.216481954475286 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.78793691108227, + -12.216481954475286 + ] + ] + ], + "type": "Polygon" + }, + "id": "2785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8592942557803, + -12.107747581860176, + -76.84964690943727, + -12.09736548140206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.85497851726329, + -12.09736548140206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75426565658444, + -11.95580868604865, + -76.74462566218604, + -11.945426935893458 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.74995481790896, + -11.945426935893458 + ] + ] + ], + "type": "Polygon" + }, + "id": "2787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89127469113346, + -11.96937973852488, + -76.88163062447667, + -11.95899474244277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.88695992907185, + -11.95899474244277 + ] + ] + ], + "type": "Polygon" + }, + "id": "2788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69850038608459, + -12.382518665658719, + -76.68884917969878, + -12.372145165596686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.69798981685983, + -12.38038329995809 + ], + [ + -76.69316412594436, + -12.382518665658719 + ], + [ + -76.68884917969878, + -12.37946725218167 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.69418539011288, + -12.372145165596686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11074376508378, + -12.085371051439017, + -77.10109058858718, + -12.074982402972966 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.11074376508378, + -12.07802849373271 + ], + [ + -77.11023942634672, + -12.083222870002887 + ], + [ + -77.10541275265375, + -12.085371051439017 + ], + [ + -77.10109058858718, + -12.08232487639249 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.10642155726029, + -12.074982402972966 + ] + ] + ], + "type": "Polygon" + }, + "id": "2790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78694231969774, + -12.139868760117272, + -76.77729595190407, + -12.129488985438794 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.78262812941264, + -12.129488985438794 + ] + ] + ], + "type": "Polygon" + }, + "id": "2791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06573259012981, + -12.025891339275825, + -77.05608232424032, + -12.015502880892862 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.06141237639868, + -12.015502880892862 + ] + ] + ], + "type": "Polygon" + }, + "id": "2792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75950009042127, + -12.23145565276482, + -76.74985173120636, + -12.221078048005348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.75518543082354, + -12.221078048005348 + ] + ] + ], + "type": "Polygon" + }, + "id": "2793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8288502745724, + -11.947478616544215, + -76.8192085183923, + -11.937094862009971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82453750381255, + -11.937094862009971 + ], + [ + -76.8288502745724, + -11.940142844629131 + ], + [ + -76.82834220632475, + -11.945334775962168 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.82453750381255, + -11.937094862009971 + ] + ] + ], + "type": "Polygon" + }, + "id": "2794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96214571582613, + -12.141515808076319, + -76.95249466003455, + -12.131131676211412 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.95782673872998, + -12.131131676211412 + ] + ] + ], + "type": "Polygon" + }, + "id": "2795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12125738502664, + -11.881865805966518, + -77.11161001193271, + -11.871473900013967 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.11693761432262, + -11.871473900013967 + ] + ] + ], + "type": "Polygon" + }, + "id": "2796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.952976410676, + -12.046247954513246, + -76.9433284355632, + -12.035862574526071 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.94865895294006, + -12.035862574526071 + ] + ] + ], + "type": "Polygon" + }, + "id": "2797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02455907387524, + -11.974651198448424, + -77.01491138541378, + -11.96426298476267 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.02024064583352, + -11.96426298476267 + ] + ] + ], + "type": "Polygon" + }, + "id": "2798", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88365066432226, + -11.764144067650099, + -76.87401291148238, + -11.753756375517359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.87933884393499, + -11.753756375517359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78990494026031, + -12.485952944729998, + -76.78024815132517, + -12.47557894328465 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.7855860438105, + -12.47557894328465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02134728090971, + -11.628180922672833, + -77.01170998972178, + -11.617788067987778 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.01602366972362, + -11.628180922672833 + ], + [ + -77.01170998972178, + -11.6251362926345 + ], + [ + -77.01221499606146, + -11.619939918333053 + ], + [ + -77.01703355600051, + -11.617788067987778 + ] + ] + ], + "type": "Polygon" + }, + "id": "2801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99184059937454, + -12.073673895338537, + -76.98219079912576, + -12.063287974297868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.98752172830943, + -12.063287974297868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77555437980087, + -12.020818263721667, + -76.76591187065324, + -12.010436939945064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.77124208994279, + -12.010436939945064 + ] + ] + ], + "type": "Polygon" + }, + "id": "2803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0261675656029, + -12.147834518214799, + -77.01651467011001, + -12.137448908479216 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.0261675656029, + -12.140496083603848 + ], + [ + -77.02566194223343, + -12.145688941028235 + ], + [ + -77.0208354085721, + -12.147834518214799 + ], + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.02184678215784, + -12.137448908479216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9247682271547, + -11.909770383692557, + -76.91512505659685, + -11.899383689101125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.91943988522571, + -11.909770383692557 + ], + [ + -76.91512505659685, + -11.906723370865437 + ], + [ + -76.91563185318509, + -11.901530077028793 + ], + [ + -76.9204533521634, + -11.899383689101125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95899983542255, + -11.795155106800816, + -76.94935918532377, + -11.784765964851912 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.95468556320508, + -11.784765964851912 + ] + ] + ], + "type": "Polygon" + }, + "id": "2806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76630263082971, + -12.397163006815164, + -76.756649135724, + -12.386788031724407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.76096614774893, + -12.397163006815164 + ], + [ + -76.756649135724, + -12.394112162068588 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.76198557004037, + -12.386788031724407 + ] + ] + ], + "type": "Polygon" + }, + "id": "2807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9591064247413, + -12.17266706512587, + -76.94945451808886, + -12.162283503220197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.95478711354414, + -12.162283503220197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16449879344974, + -11.673621513828452, + -77.15485654159284, + -11.663225765125478 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.16018065271184, + -11.663225765125478 + ] + ] + ], + "type": "Polygon" + }, + "id": "2809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97730198137448, + -11.891347326429747, + -76.96765799207448, + -11.880959069894597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.97298593407072, + -11.880959069894597 + ] + ] + ], + "type": "Polygon" + }, + "id": "2810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05485381241049, + -11.662930453043758, + -77.04521463248837, + -11.652537219632908 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.05053872836017, + -11.652537219632908 + ] + ] + ], + "type": "Polygon" + }, + "id": "2811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02823183573271, + -11.699669732082812, + -77.01859224205367, + -11.68927762072047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.0239169746594, + -11.68927762072047 + ] + ] + ], + "type": "Polygon" + }, + "id": "2812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78083385377934, + -12.202143390878682, + -76.77118579210703, + -12.191764767431497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.77651899971826, + -12.191764767431497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74957968582997, + -12.285478493403485, + -76.73992998261254, + -12.275102035490733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.74526457754266, + -12.275102035490733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0541786417966, + -11.812359516219987, + -77.0445350322822, + -11.801968273606771 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.04986158517134, + -11.801968273606771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04284460853955, + -11.976448255628808, + -77.03319639914388, + -11.966059620668656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.03852566669653, + -11.966059620668656 + ] + ] + ], + "type": "Polygon" + }, + "id": "2816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08994888240726, + -11.776519927357402, + -77.080305433621, + -11.766127328227606 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.08563134906564, + -11.766127328227606 + ] + ] + ], + "type": "Polygon" + }, + "id": "2817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77702817783576, + -12.193904338406702, + -76.76738046499172, + -12.183525678084052 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.77271353820024, + -12.183525678084052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98033710383233, + -11.860182041208862, + -76.97069396432299, + -11.849793270435311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.97602139027856, + -11.849793270435311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15322054814399, + -11.837779639503378, + -77.14357369035685, + -11.827386346247653 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.1489005177688, + -11.827386346247653 + ] + ] + ], + "type": "Polygon" + }, + "id": "2820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12492341757887, + -11.70124573574104, + -77.1152813299771, + -11.690851295662679 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.12060595729218, + -11.690851295662679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2821", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85547931774833, + -12.288173242708043, + -76.84582668600476, + -12.277794153573959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.85116127342422, + -12.277794153573959 + ] + ] + ], + "type": "Polygon" + }, + "id": "2822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93548383025, + -12.17819275910546, + -76.92583237423798, + -12.16780987135991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.93116508341356, + -12.16780987135991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72530455814682, + -12.06298765925887, + -76.71566215772253, + -12.052608252016853 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.72099308792586, + -12.052608252016853 + ] + ] + ], + "type": "Polygon" + }, + "id": "2824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70393214124326, + -12.186613609256527, + -76.6942866377438, + -12.176236691471898 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.69961961159278, + -12.176236691471898 + ] + ] + ], + "type": "Polygon" + }, + "id": "2825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80519985373853, + -12.23600974044167, + -76.7955501242525, + -12.225631053012362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.800883879674, + -12.225631053012362 + ] + ] + ], + "type": "Polygon" + }, + "id": "2826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02520223865238, + -11.730845104031951, + -77.01556179495327, + -11.720453474428222 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.02088704355695, + -11.720453474428222 + ] + ] + ], + "type": "Polygon" + }, + "id": "2827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8189046068862, + -12.28453309029793, + -76.80925306023815, + -12.274154860633438 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.81458760961887, + -12.274154860633438 + ] + ] + ], + "type": "Polygon" + }, + "id": "2828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75654030311811, + -11.97962053365323, + -76.7468995372939, + -11.96923907647209 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.75222908458315, + -11.96923907647209 + ] + ] + ], + "type": "Polygon" + }, + "id": "2829", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84254769308563, + -11.996013293336558, + -76.8329041246516, + -11.985629910098146 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.8382339015434, + -11.985629910098146 + ] + ] + ], + "type": "Polygon" + }, + "id": "2830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9795946891586, + -11.91516986775133, + -76.96994993079112, + -11.90478189477377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.97527826249633, + -11.90478189477377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9583068478496, + -12.038909940017799, + -76.94865895294006, + -12.028524316894453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.95398934419251, + -12.028524316894453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00623467534055, + -11.878459089728938, + -76.99659032355171, + -11.868069939027649 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -77.00191802193604, + -11.868069939027649 + ] + ] + ], + "type": "Polygon" + }, + "id": "2833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87528847332885, + -12.08574586534273, + -76.86564135924378, + -12.07536302307523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.87097259322236, + -12.07536302307523 + ] + ] + ], + "type": "Polygon" + }, + "id": "2834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1219760809092, + -11.826859795205676, + -77.11233032816088, + -11.816467105249679 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.11765702470714, + -11.816467105249679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71621615603424, + -11.967750777571155, + -76.7065768434714, + -11.95737017009965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.71190620590386, + -11.95737017009965 + ] + ] + ], + "type": "Polygon" + }, + "id": "2836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03047995248666, + -11.629073646047052, + -77.02084240098186, + -11.618680579343044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.02616597105369, + -11.618680579343044 + ] + ] + ], + "type": "Polygon" + }, + "id": "2837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90419863572681, + -11.78976457263315, + -76.89455957871755, + -11.779376714871624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.8998859167681, + -11.779376714871624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85396660961945, + -12.020732771294536, + -76.84432200018188, + -12.010349471649048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84965217719414, + -12.010349471649048 + ] + ] + ], + "type": "Polygon" + }, + "id": "2839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12348732532377, + -11.811270697584753, + -77.11384199892753, + -11.800877757312 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11916843684257, + -11.800877757312 + ] + ] + ], + "type": "Polygon" + }, + "id": "2840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08856520156469, + -11.980936274223408, + -77.07891569820038, + -11.970546590474655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.08424497875649, + -11.970546590474655 + ] + ] + ], + "type": "Polygon" + }, + "id": "2841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05355707212351, + -12.056156448108796, + -77.0439062129774, + -12.045768744898105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.0492367797098, + -12.045768744898105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92022296385439, + -12.050876873530683, + -76.91057570616259, + -12.04049237635317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.91590632983953, + -12.04049237635317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83034170162257, + -12.214930732301427, + -76.82069192766265, + -12.204551066530378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.82602532164168, + -12.204551066530378 + ] + ] + ], + "type": "Polygon" + }, + "id": "2844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01316322798309, + -12.044316809371983, + -77.00351375454326, + -12.033929915985453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -77.00884417588966, + -12.033929915985453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73145939827893, + -11.906371094731636, + -76.72182149781182, + -11.895989206922703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.72714984573396, + -11.895989206922703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66126454693313, + -12.245213998119956, + -76.65161847063933, + -12.23483912969583 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.65695241617829, + -12.23483912969583 + ] + ] + ], + "type": "Polygon" + }, + "id": "2847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06090620848765, + -11.600568716822458, + -77.05126872911963, + -11.590174553941004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.05659179292005, + -11.590174553941004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08607186467701, + -11.673847875600714, + -77.07643156889615, + -11.663454022767885 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.08175580241924, + -11.663454022767885 + ] + ] + ], + "type": "Polygon" + }, + "id": "2849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06241896661656, + -11.584977415271286, + -77.05278191232696, + -11.574583023905442 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05810471815317, + -11.574583023905442 + ], + [ + -77.06241896661656, + -11.577626964487658 + ], + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.05328627642915, + -11.5767362438745 + ], + [ + -77.05810471815317, + -11.574583023905442 + ] + ] + ], + "type": "Polygon" + }, + "id": "2850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11528213057862, + -12.038620688012132, + -77.10563023473473, + -12.028231216481325 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1109604264904, + -12.028231216481325 + ], + [ + -77.11528213057862, + -12.03127704443239 + ], + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.1109604264904, + -12.028231216481325 + ] + ] + ], + "type": "Polygon" + }, + "id": "2851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85093406180648, + -11.768784829695836, + -76.84129703820004, + -11.758398016722614 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.84662306929509, + -11.758398016722614 + ] + ] + ], + "type": "Polygon" + }, + "id": "2852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69035884901506, + -11.949455395669283, + -76.68072079158392, + -11.93907517951831 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.68604985666914, + -11.93907517951831 + ] + ] + ], + "type": "Polygon" + }, + "id": "2853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8798600696277, + -12.133372490268764, + -76.87021141356865, + -12.122990276570592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.87554342951047, + -12.122990276570592 + ] + ] + ], + "type": "Polygon" + }, + "id": "2854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77172306422408, + -12.106911635310317, + -76.76207809106621, + -12.096531728315572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.76740973123252, + -12.096531728315572 + ] + ] + ], + "type": "Polygon" + }, + "id": "2855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07942031256917, + -11.980039199398147, + -77.06977106704197, + -11.969649724904366 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.07510034554939, + -11.969649724904366 + ] + ] + ], + "type": "Polygon" + }, + "id": "2856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06337486482022, + -11.907666520567822, + -77.0537281828835, + -11.89727638662201 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.05905629170415, + -11.89727638662201 + ] + ] + ], + "type": "Polygon" + }, + "id": "2857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95828042148251, + -11.94453268187437, + -76.9486353408346, + -11.934145659065363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.95396417761869, + -11.934145659065363 + ] + ] + ], + "type": "Polygon" + }, + "id": "2858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98795757697194, + -11.876663209170307, + -76.97831374963684, + -11.866274482399557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.9836414386852, + -11.866274482399557 + ] + ] + ], + "type": "Polygon" + }, + "id": "2859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9605990259032, + -12.062728099463023, + -76.95095036104674, + -12.052342781938533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.95628114251029, + -12.052342781938533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01320568510995, + -12.138692661593334, + -77.00355339485478, + -12.128307225948928 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -77.00888537158838, + -12.128307225948928 + ] + ] + ], + "type": "Polygon" + }, + "id": "2861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89815190097329, + -12.229526432999272, + -76.88849989163118, + -12.219145305580358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.89383347978536, + -12.219145305580358 + ] + ] + ], + "type": "Polygon" + }, + "id": "2862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95673563802478, + -11.865726933853187, + -76.94709294538778, + -11.855338823025587 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.95242048649713, + -11.855338823025587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8471305894516, + -11.7605445735701, + -76.8374939123082, + -11.750157745150208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.84281981024029, + -11.750157745150208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82729066566851, + -12.246068557848114, + -76.81764004343749, + -12.235689478645815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.82297395310584, + -12.235689478645815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98192107096894, + -12.033374364815163, + -76.9722727289237, + -12.02298807481212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.97760300477647, + -12.02298807481212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88824305356682, + -12.189236399169623, + -76.87859250856454, + -12.17885486549705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.88392543966945, + -12.17885486549705 + ] + ] + ], + "type": "Polygon" + }, + "id": "2867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99109961549759, + -12.128648213372443, + -76.98144819410301, + -12.118263163927699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.98678003025627, + -12.118263163927699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91491984331192, + -12.246912128698881, + -76.90526687381184, + -12.2365308683513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.91060073503643, + -12.2365308683513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18447098120822, + -11.848697275781083, + -77.17482302387546, + -11.838303382738747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18014997893674, + -11.838303382738747 + ], + [ + -77.18447098120822, + -11.841347643129371 + ], + [ + -77.18396804711183, + -11.846544641387766 + ], + [ + -77.17914398350719, + -11.848697275781083 + ], + [ + -77.17482302387546, + -11.84565292973757 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.18014997893674, + -11.838303382738747 + ] + ] + ], + "type": "Polygon" + }, + "id": "2870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81742238691689, + -12.017111383615253, + -76.80777886109321, + -12.006728947370847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.81310899994982, + -12.006728947370847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79307035936323, + -11.983246677080922, + -76.78342849745725, + -11.97286434939582 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.78875809022833, + -11.97286434939582 + ] + ] + ], + "type": "Polygon" + }, + "id": "2872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7961008978728, + -12.046444024670835, + -76.7864570701937, + -12.03606256945141 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.79178770306358, + -12.03606256945141 + ] + ] + ], + "type": "Polygon" + }, + "id": "2873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88824904904286, + -12.283569968311022, + -76.87859568658268, + -12.273189981224208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.88774128201285, + -12.28142912505398 + ], + [ + -76.8829145140852, + -12.283569968311022 + ], + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.88393017454919, + -12.273189981224208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01550312406256, + -12.162510393213736, + -77.00585006390072, + -12.15212527813668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.0111824306617, + -12.15212527813668 + ] + ] + ], + "type": "Polygon" + }, + "id": "2875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02667076502246, + -11.620832610245287, + -77.01703355600051, + -11.610439533547932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.02235699528376, + -11.610439533547932 + ] + ] + ], + "type": "Polygon" + }, + "id": "2876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0923811486284, + -11.989176936796792, + -77.08273130329674, + -11.978787281996398 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.08806071414938, + -11.978787281996398 + ] + ] + ], + "type": "Polygon" + }, + "id": "2877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10383050403486, + -12.013898863159165, + -77.0941796331701, + -12.003509297940846 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.09950943466207, + -12.003509297940846 + ] + ] + ], + "type": "Polygon" + }, + "id": "2878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17070958406869, + -11.800141251720607, + -77.16106341301479, + -11.789747022001535 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.16638959291652, + -11.789747022001535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99794927493791, + -12.105732562409871, + -76.98829836072704, + -12.095346986200973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.99362981153259, + -12.095346986200973 + ] + ] + ], + "type": "Polygon" + }, + "id": "2880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10527406048391, + -11.903904595965573, + -77.09562643197086, + -11.893513389669979 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.10095442066937, + -11.893513389669979 + ] + ] + ], + "type": "Polygon" + }, + "id": "2881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76186977648064, + -11.972287872955556, + -76.75222908458315, + -11.961906172327307 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.75755850924637, + -11.961906172327307 + ] + ] + ], + "type": "Polygon" + }, + "id": "2882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78241095404331, + -11.997913362515432, + -76.77276894245699, + -11.987531522104266 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.77809878150413, + -11.987531522104266 + ] + ] + ], + "type": "Polygon" + }, + "id": "2883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03204201366228, + -11.707910706567485, + -77.02240207736583, + -11.697518609237328 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.02772694080409, + -11.697518609237328 + ] + ] + ], + "type": "Polygon" + }, + "id": "2884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01090860581317, + -12.114874380922014, + -77.00125708537293, + -12.104488628270735 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -77.00658867211877, + -12.104488628270735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75345199984753, + -12.105093341845496, + -76.7438075764294, + -12.094713869889743 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.74913919310085, + -12.094713869889743 + ] + ] + ], + "type": "Polygon" + }, + "id": "2886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97051594027269, + -12.103025717388379, + -76.96086581586991, + -12.092640775780218 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.96619725148645, + -12.092640775780218 + ] + ] + ], + "type": "Polygon" + }, + "id": "2887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99942860147027, + -11.99577503333129, + -76.98978092872882, + -11.985387749072721 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.99511056613049, + -11.985387749072721 + ] + ] + ], + "type": "Polygon" + }, + "id": "2888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04039508651846, + -11.669386054949562, + -77.03075608290067, + -11.658993256421143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03608030307365, + -11.658993256421143 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03075608290067, + -11.666341361639741 + ], + [ + -77.03126088684344, + -11.661145015252867 + ], + [ + -77.03608030307365, + -11.658993256421143 + ] + ] + ], + "type": "Polygon" + }, + "id": "2889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98030426831642, + -11.76578068021312, + -76.97066394029184, + -11.755390616591002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.97598981350984, + -11.755390616591002 + ] + ] + ], + "type": "Polygon" + }, + "id": "2890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92480152827497, + -12.098508976284133, + -76.91515272977358, + -12.088125097358478 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.92048413455646, + -12.088125097358478 + ] + ] + ], + "type": "Polygon" + }, + "id": "2891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09382841833282, + -11.879181883296642, + -77.08418181456646, + -11.868790604208954 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08950941294603, + -11.868790604208954 + ] + ] + ], + "type": "Polygon" + }, + "id": "2892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00553674549941, + -12.027836236164813, + -76.99588795955985, + -12.017449281205034 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -77.00121811817766, + -12.017449281205034 + ] + ] + ], + "type": "Polygon" + }, + "id": "2893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77019567346868, + -12.12248114293576, + -76.76055027713556, + -12.112101518320108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.7658821746732, + -12.112101518320108 + ] + ] + ], + "type": "Polygon" + }, + "id": "2894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15171043317198, + -11.853369263640472, + -77.14206314863297, + -11.842976223068128 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.14739023486224, + -11.842976223068128 + ] + ] + ], + "type": "Polygon" + }, + "id": "2895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04493650119623, + -11.622617228589391, + -77.03529877259744, + -11.61222372834642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.04062221887102, + -11.61222372834642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80976192333924, + -12.283622377102695, + -76.80011064915769, + -12.273244362930267 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.80544518833904, + -12.273244362930267 + ] + ] + ], + "type": "Polygon" + }, + "id": "2897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8851920076497, + -12.126038741312613, + -76.87554342951047, + -12.115656279050162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.88087532054355, + -12.115656279050162 + ] + ] + ], + "type": "Polygon" + }, + "id": "2898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70481619278573, + -11.943032497981681, + -76.69517792932324, + -11.932651818871925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.70050688657798, + -11.932651818871925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85700704604267, + -12.178275607725787, + -76.84735765565996, + -12.167894679850365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.85269042824976, + -12.167894679850365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538983772034, + -11.762344835242715, + -76.8557526217784, + -11.751957574465523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.86107853752013, + -11.751957574465523 + ] + ] + ], + "type": "Polygon" + }, + "id": "2901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03609789190278, + -12.188132344183543, + -77.0264435394168, + -12.177747133058633 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03177630379538, + -12.177747133058633 + ], + [ + -77.03609789190278, + -12.180794400980682 + ], + [ + -77.03559234479997, + -12.185987058997313 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.03177630379538, + -12.177747133058633 + ] + ] + ], + "type": "Polygon" + }, + "id": "2902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77319517901245, + -12.279976826997707, + -76.76354499946441, + -12.269599677290731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.76887949509045, + -12.269599677290731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98114541908464, + -11.993974648809205, + -76.971498271891, + -11.98358778804748 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.97682789953895, + -11.98358778804748 + ] + ] + ], + "type": "Polygon" + }, + "id": "2904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98718154690037, + -11.83725586836311, + -76.97753891327145, + -11.826866609760774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.98286595475939, + -11.826866609760774 + ] + ] + ], + "type": "Polygon" + }, + "id": "2905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00324108883096, + -12.004015389026932, + -76.99359307225109, + -11.993628133635225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.99892284108897, + -11.993628133635225 + ] + ] + ], + "type": "Polygon" + }, + "id": "2906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.874529997688, + -12.235043070561414, + -76.86487844747478, + -12.224662623967616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.87021214463753, + -12.224662623967616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89810753064576, + -11.757701820207314, + -76.8884695882228, + -11.747313681944075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.89379540376757, + -11.747313681944075 + ] + ] + ], + "type": "Polygon" + }, + "id": "2908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03433795669531, + -11.73173950745636, + -77.02469725271611, + -11.721347666280854 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.03002250499917, + -11.721347666280854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09152650480704, + -11.855353951137026, + -77.0818806688585, + -11.844962393762533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.08720787850177, + -11.844962393762533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11506554990449, + -11.7553678151697, + -77.10542209878692, + -11.744974324481353 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.11074763027791, + -11.744974324481353 + ] + ] + ], + "type": "Polygon" + }, + "id": "2911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95678759166827, + -12.054488032135657, + -76.9471392716532, + -12.04410268315196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.95246992109412, + -12.04410268315196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02749777788304, + -11.754673149430602, + -77.01785656632802, + -11.744281779409745 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.02318220388452, + -11.744281779409745 + ] + ] + ], + "type": "Polygon" + }, + "id": "2913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79909262497233, + -12.298277717556493, + -76.78944119976975, + -12.287900218541779 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.79477598627187, + -12.287900218541779 + ] + ] + ], + "type": "Polygon" + }, + "id": "2914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0693128012304, + -11.656473710706475, + -77.05967344622684, + -11.646080043351263 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.06499741711394, + -11.646080043351263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77238939067867, + -12.42920142597525, + -76.76273477265421, + -12.418826858057631 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.76807173421503, + -12.418826858057631 + ] + ] + ], + "type": "Polygon" + }, + "id": "2916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99787329667564, + -11.916967600120094, + -76.98822801285365, + -11.906579203020879 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.9935563544014, + -11.906579203020879 + ] + ] + ], + "type": "Polygon" + }, + "id": "2917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9856644488074, + -11.852839438841334, + -76.97602139027856, + -11.842450434265317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.98134868977516, + -11.842450434265317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07415122785767, + -12.081776730331105, + -77.06449908159104, + -12.071388916550546 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06983004308555, + -12.071388916550546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11427394719136, + -11.715945618510464, + -77.10463168910135, + -11.705551627071333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10995657388438, + -11.705551627071333 + ] + ] + ], + "type": "Polygon" + }, + "id": "2920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6909950319408, + -12.177462273283966, + -76.68135015729821, + -12.167085539204603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.68668298201919, + -12.167085539204603 + ] + ] + ], + "type": "Polygon" + }, + "id": "2921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88823107310769, + -12.000533653649024, + -76.87858615809022, + -11.99014919481544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.88391597819655, + -11.99014919481544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09829877606653, + -11.737993102985769, + -77.08865626348371, + -11.727599787848192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.09398153381368, + -11.727599787848192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89585550838127, + -12.111370243649082, + -76.88620708657994, + -12.100987285584203 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.89153872753171, + -12.100987285584203 + ] + ] + ], + "type": "Polygon" + }, + "id": "2924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12284334142629, + -11.960695270142654, + -77.11319357951801, + -11.950304457806595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.11852247676327, + -11.950304457806595 + ] + ] + ], + "type": "Polygon" + }, + "id": "2925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19573516521294, + -11.684530013810534, + -77.18609181693151, + -11.674133656326658 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1914160544078, + -11.674133656326658 + ], + [ + -77.19573516521294, + -11.677176966449386 + ], + [ + -77.19523264423557, + -11.682375196988547 + ], + [ + -77.19041088530095, + -11.684530013810534 + ], + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.1865944650517, + -11.676288490006417 + ], + [ + -77.1914160544078, + -11.674133656326658 + ] + ] + ], + "type": "Polygon" + }, + "id": "2926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77088877605205, + -12.35047399775074, + -76.7612365524292, + -12.340098099107548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.76657221342768, + -12.340098099107548 + ] + ] + ], + "type": "Polygon" + }, + "id": "2927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10448331726977, + -11.864489489979656, + -77.09483688286359, + -11.854097745957427 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.1001642242317, + -11.854097745957427 + ] + ] + ], + "type": "Polygon" + }, + "id": "2928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73887267246599, + -12.394419101679267, + -76.72922000502057, + -12.384044776849622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.73353622520659, + -12.394419101679267 + ], + [ + -76.72922000502057, + -12.391368011429442 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.73455640312537, + -12.384044776849622 + ] + ] + ], + "type": "Polygon" + }, + "id": "2929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79608000604331, + -12.140777628609582, + -76.78643336483256, + -12.130397637313038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.79176555321936, + -12.130397637313038 + ] + ] + ], + "type": "Polygon" + }, + "id": "2930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06398878611152, + -11.663822787369494, + -77.05434934757032, + -11.653429342966625 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05967344622684, + -11.653429342966625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99406205390801, + -11.90872706329041, + -76.98441711385003, + -11.898338641813263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98974532396451, + -11.898338641813263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.084496486666, + -11.594999906165715, + -77.07485857535681, + -11.58460510172206 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08018151609845, + -11.58460510172206 + ], + [ + -77.084496486666, + -11.587648906448848 + ], + [ + -77.08399254290197, + -11.592846361299678 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.08018151609845, + -11.58460510172206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92557039015591, + -12.137899227308791, + -76.9159203961378, + -12.1275159454576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.92125244970138, + -12.1275159454576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79298319656776, + -12.360538477876643, + -76.78333007527245, + -12.350162191933352 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.78866589313066, + -12.350162191933352 + ] + ] + ], + "type": "Polygon" + }, + "id": "2935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78616698658911, + -12.194814477688851, + -76.77651899971826, + -12.184435600671943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.78185208410761, + -12.184435600671943 + ] + ] + ], + "type": "Polygon" + }, + "id": "2936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70634546392732, + -11.927461412892319, + -76.6967076224269, + -11.917080468512916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.70203632292333, + -11.917080468512916 + ] + ] + ], + "type": "Polygon" + }, + "id": "2937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05664246271303, + -12.119379230993648, + -77.04698963881593, + -12.108992427608499 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.05664246271303, + -12.112039184367118 + ], + [ + -77.05613731128129, + -12.117232638434473 + ], + [ + -77.05131081359032, + -12.119379230993648 + ], + [ + -77.04698963881593, + -12.116332389986155 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.052321243399, + -12.108992427608499 + ] + ] + ], + "type": "Polygon" + }, + "id": "2938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7640242311143, + -12.373362118732553, + -76.75437150934191, + -12.362986788365935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75970755115263, + -12.362986788365935 + ] + ] + ], + "type": "Polygon" + }, + "id": "2939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11348253955099, + -11.67652188545884, + -77.10384147419705, + -11.666127403062804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10916571242707, + -11.666127403062804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90879480785162, + -12.026156940972717, + -76.89914858728045, + -12.015772353732805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.90447881326621, + -12.015772353732805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.904241236357, + -12.167236761168425, + -76.89459092649388, + -12.15685447562519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89992348203741, + -12.15685447562519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00028391045024, + -12.223913345218808, + -76.99062940823661, + -12.213529593296746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -77.00028391045024, + -12.216577362433199 + ], + [ + -76.99977780518272, + -12.221769291059559 + ], + [ + -76.994950467987, + -12.223913345218808 + ], + [ + -76.99062940823661, + -12.220865492352837 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.99596280532573, + -12.213529593296746 + ] + ] + ], + "type": "Polygon" + }, + "id": "2943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.799885844121, + -12.149016912924381, + -76.7902388545863, + -12.138636955976603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.79557117709206, + -12.138636955976603 + ] + ] + ], + "type": "Polygon" + }, + "id": "2944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03976344604949, + -11.913216666334765, + -77.03011719977707, + -11.902827188289585 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.03544543024839, + -11.902827188289585 + ] + ] + ], + "type": "Polygon" + }, + "id": "2945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76719912705114, + -11.964954882478425, + -76.75755850924637, + -11.95457293884541 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.76288781119553, + -11.95457293884541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08711571808142, + -12.090916076022943, + -77.07746297124744, + -12.080528087279882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.08279406539633, + -12.080528087279882 + ] + ] + ], + "type": "Polygon" + }, + "id": "2947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01390033580607, + -11.989333943938732, + -77.00425248295385, + -11.97894620851288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.009581997758, + -11.97894620851288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70388434669154, + -12.280911314403417, + -76.6942360287018, + -12.270535945768426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.69957055942338, + -12.270535945768426 + ] + ] + ], + "type": "Polygon" + }, + "id": "2949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97280958560653, + -12.126842698145897, + -76.96315869106571, + -12.116458071728983 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.9684905169539, + -12.116458071728983 + ] + ] + ], + "type": "Polygon" + }, + "id": "2950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13565049176219, + -11.780983592829793, + -77.12600576294753, + -11.770589947927219 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.1313316842789, + -11.770589947927219 + ] + ] + ], + "type": "Polygon" + }, + "id": "2951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98414721400309, + -11.86842262634313, + -76.97450373055044, + -11.858033877342978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97983128807309, + -11.858033877342978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81739303762322, + -12.205782456559838, + -76.80774388344172, + -12.195402968361739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.81307713366614, + -12.195402968361739 + ] + ] + ], + "type": "Polygon" + }, + "id": "2953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72058804404999, + -12.392588471527416, + -76.71093593076104, + -12.382214581451734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.72007776631057, + -12.390452750683998 + ], + [ + -76.71525162205079, + -12.392588471527416 + ], + [ + -76.71093593076104, + -12.389537218176446 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.71627230334566, + -12.382214581451734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91565982170695, + -12.097604829053372, + -76.90601128981811, + -12.08722116341599 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.91134268760679, + -12.08722116341599 + ] + ] + ], + "type": "Polygon" + }, + "id": "2955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88747296582241, + -12.055501322726737, + -76.87782643175777, + -12.045117711769151 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.88315715819965, + -12.045117711769151 + ] + ] + ], + "type": "Polygon" + }, + "id": "2956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04435988285456, + -11.960865236647413, + -77.03471209932327, + -11.950476335952747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.04004110839043, + -11.950476335952747 + ] + ] + ], + "type": "Polygon" + }, + "id": "2957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71840065306932, + -12.180199005577345, + -76.70875494437634, + -12.169821615032046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.71408780958897, + -12.169821615032046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96822265406712, + -12.079208201429772, + -76.95857329971044, + -12.06882294819088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.96390434509509, + -12.06882294819088 + ] + ] + ], + "type": "Polygon" + }, + "id": "2959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90499680753733, + -12.112275243652626, + -76.89534811806374, + -12.101892071811843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.9006797666078, + -12.101892071811843 + ] + ] + ], + "type": "Polygon" + }, + "id": "2960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14860784465722, + -11.790116785409126, + -77.13896252088585, + -11.779722951428797 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.14428857199209, + -11.779722951428797 + ] + ] + ], + "type": "Polygon" + }, + "id": "2961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04352531933243, + -11.827050540223, + -77.03388154370941, + -11.816659759367003 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03920835176574, + -11.816659759367003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07639239863475, + -12.011206551830906, + -77.06674230047113, + -12.000817613549655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.07207209637002, + -12.000817613549655 + ] + ] + ], + "type": "Polygon" + }, + "id": "2963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07948210527523, + -12.074435332797092, + -77.06983004308555, + -12.064047276338124 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.07516087630223, + -12.064047276338124 + ] + ] + ], + "type": "Polygon" + }, + "id": "2964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843376433583, + -12.014302004648258, + -76.85878896251823, + -12.003918246220303 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.8641190238528, + -12.003918246220303 + ] + ] + ], + "type": "Polygon" + }, + "id": "2965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12968372679008, + -11.937763201434915, + -77.12003447719874, + -11.927371890298792 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.12536298654565, + -11.927371890298792 + ] + ] + ], + "type": "Polygon" + }, + "id": "2966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69642771800511, + -11.981504026943025, + -76.68678853853099, + -11.971124127607073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.69211813092564, + -11.971124127607073 + ] + ] + ], + "type": "Polygon" + }, + "id": "2967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04195981715317, + -11.74822142773373, + -77.03231842811606, + -11.737829618466685 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.03764394192034, + -11.737829618466685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92401642692609, + -11.964748532692935, + -76.91437163774424, + -11.954362653962642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91970083921899, + -11.954362653962642 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.91487853096186, + -11.956508342537257 + ], + [ + -76.91970083921899, + -11.954362653962642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18517904757397, + -11.793682098902908, + -77.17553271104865, + -11.783287434371095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.18517904757397, + -11.786331409264742 + ], + [ + -77.18467620883854, + -11.791528793309128 + ], + [ + -77.17985295567013, + -11.793682098902908 + ], + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.18085876033736, + -11.783287434371095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74502760196494, + -12.23787094916786, + -76.73537944455431, + -12.2274938175825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.7407132548037, + -12.2274938175825 + ] + ] + ], + "type": "Polygon" + }, + "id": "2971", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68935987463298, + -12.38160242766698, + -76.67970894717689, + -12.371229145986188 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.68884917969878, + -12.37946725218167 + ], + [ + -76.68402362820201, + -12.38160242766698 + ], + [ + -76.67970894717689, + -12.378550933188981 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.68504514375188, + -12.371229145986188 + ] + ] + ], + "type": "Polygon" + }, + "id": "2972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01078332823437, + -11.831706568741268, + -77.00114025196609, + -11.82131665354869 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -77.00646717595201, + -11.82131665354869 + ] + ] + ], + "type": "Polygon" + }, + "id": "2973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09613069178067, + -11.903009353506578, + -77.08648332010542, + -11.892618356274236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.09181130726051, + -11.892618356274236 + ] + ] + ], + "type": "Polygon" + }, + "id": "2974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76633222964158, + -12.30286844295378, + -76.75668155206168, + -12.292491851211109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.76201642838589, + -12.292491851211109 + ] + ] + ], + "type": "Polygon" + }, + "id": "2975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9552937558061, + -12.164427334459338, + -76.94564219426039, + -12.154043735506914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.95097465758434, + -12.154043735506914 + ] + ] + ], + "type": "Polygon" + }, + "id": "2976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14622081034146, + -11.671842241639904, + -77.13657906569885, + -11.661446909633899 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14190317703064, + -11.661446909633899 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.13708238974347, + -11.66360085665765 + ], + [ + -77.14190317703064, + -11.661446909633899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02988825185095, + -11.967309339082785, + -77.02024064583352, + -11.956920886932602 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.02556977892957, + -11.956920886932602 + ] + ] + ], + "type": "Polygon" + }, + "id": "2978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80823528821921, + -12.299189024180397, + -76.79858358996705, + -12.288811309438346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.80391838699147, + -12.288811309438346 + ] + ] + ], + "type": "Polygon" + }, + "id": "2979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02152659407375, + -12.005814768752364, + -77.01187805422964, + -11.995427091131292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.01720783148843, + -11.995427091131292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02680986739658, + -11.90407861899798, + -77.01716422449157, + -11.893689327315945 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.02249232042702, + -11.893689327315945 + ] + ] + ], + "type": "Polygon" + }, + "id": "2981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91789029899569, + -11.7439160140206, + -76.90825224698558, + -11.733527200740909 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91357781975168, + -11.733527200740909 + ], + [ + -76.91789029899569, + -11.736573293791425 + ], + [ + -76.91738379207874, + -11.741767754068185 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.90875887999411, + -11.735675480620808 + ], + [ + -76.91357781975168, + -11.733527200740909 + ] + ] + ], + "type": "Polygon" + }, + "id": "2982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19041088530095, + -11.691882752390784, + -77.18076744945257, + -11.68148661694119 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.19041088530095, + -11.684530013810534 + ], + [ + -77.18990827805789, + -11.689728133362769 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.18609181693151, + -11.68148661694119 + ] + ] + ], + "type": "Polygon" + }, + "id": "2983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81361737698765, + -12.008871684846566, + -76.80397419884517, + -11.998489220808548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80930420391269, + -11.998489220808548 + ] + ] + ], + "type": "Polygon" + }, + "id": "2984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82348255268637, + -12.237829495962817, + -76.81383227842726, + -12.227450377213728 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81916605424107, + -12.227450377213728 + ] + ] + ], + "type": "Polygon" + }, + "id": "2985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0229070582979, + -11.707016650528143, + -77.01326738236338, + -11.696624764911917 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.01859224205367, + -11.696624764911917 + ] + ] + ], + "type": "Polygon" + }, + "id": "2986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65746332572351, + -12.236975518228645, + -76.64781760079111, + -12.226600611854552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.65315141039008, + -12.226600611854552 + ] + ] + ], + "type": "Polygon" + }, + "id": "2987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78769405158468, + -12.179246089716925, + -76.77804648826006, + -12.168866923342287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.783379315083, + -12.168866923342287 + ] + ] + ], + "type": "Polygon" + }, + "id": "2988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0756656777398, + -12.066194940589728, + -77.06601395796446, + -12.05580685095683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.07134466065249, + -12.05580685095683 + ] + ] + ], + "type": "Polygon" + }, + "id": "2989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76112175023667, + -11.932902570193043, + -76.75148225228158, + -11.92252031233428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.75681102839488, + -11.92252031233428 + ] + ] + ], + "type": "Polygon" + }, + "id": "2990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68560903351371, + -12.27908256014193, + -76.6759612729454, + -12.268707628962808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.68129577605558, + -12.268707628962808 + ] + ] + ], + "type": "Polygon" + }, + "id": "2991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13811326031235, + -11.993658458368763, + -77.12846213391161, + -11.983267761725736 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13379155028986, + -11.983267761725736 + ], + [ + -77.13811326031235, + -11.986313162184677 + ], + [ + -77.13760944904814, + -11.991508562436074 + ], + [ + -77.13278380059317, + -11.993658458368763 + ], + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.13379155028986, + -11.983267761725736 + ] + ] + ], + "type": "Polygon" + }, + "id": "2992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15917463945196, + -11.680973422549913, + -77.14953230102608, + -11.670577895918317 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.15485654159284, + -11.670577895918317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64679548492651, + -12.251622283122515, + -76.63714961870892, + -12.241247892844651 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.64248367020126, + -12.241247892844651 + ] + ] + ], + "type": "Polygon" + }, + "id": "2994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13803437056278, + -11.89924193807842, + -77.12838606025471, + -11.888849872799263 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.13371392276309, + -11.888849872799263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75423257103087, + -12.050144864841986, + -76.74458976534436, + -12.039764525751625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74992047571813, + -12.039764525751625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88745568123066, + -11.772384456482307, + -76.87781758266746, + -11.761996780320374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.88314364782687, + -11.761996780320374 + ] + ] + ], + "type": "Polygon" + }, + "id": "2997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04650213950285, + -11.701457012248442, + -77.03686202615765, + -11.691064477950054 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.042186765663, + -11.691064477950054 + ] + ] + ], + "type": "Polygon" + }, + "id": "2998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72600707905173, + -12.196676767734079, + -76.71636067042614, + -12.186299448902727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.72169380585368, + -12.186299448902727 + ] + ] + ], + "type": "Polygon" + }, + "id": "2999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05350284978053, + -11.961763053668554, + -77.04385480660355, + -11.951373942701307 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04918381877731, + -11.951373942701307 + ] + ] + ], + "type": "Polygon" + }, + "id": "3000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90651850811004, + -12.096700415719685, + -76.89687024331093, + -12.086316963621048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.90220163382968, + -12.086316963621048 + ] + ] + ], + "type": "Polygon" + }, + "id": "3001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95449578812837, + -12.03066981608509, + -76.94484823805664, + -12.020284162737973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.95017849727692, + -12.020284162737973 + ] + ] + ], + "type": "Polygon" + }, + "id": "3002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7953484246636, + -12.00705947299851, + -76.78570579155266, + -11.996677442424325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.79103577566313, + -11.996677442424325 + ] + ] + ], + "type": "Polygon" + }, + "id": "3003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73965637488881, + -12.339494616532917, + -76.73000532787434, + -12.32911932435189 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.73534081809304, + -12.32911932435189 + ] + ] + ], + "type": "Polygon" + }, + "id": "3004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75572762907632, + -12.12890138273557, + -76.74608243351243, + -12.118522226043044 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.75141444211806, + -12.118522226043044 + ] + ] + ], + "type": "Polygon" + }, + "id": "3005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81279875512843, + -12.346798255680214, + -76.8031455116319, + -12.336421233041401 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.81279875512843, + -12.339471328221672 + ], + [ + -76.81228983486444, + -12.344659893363367 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.80848109267662, + -12.336421233041401 + ] + ] + ], + "type": "Polygon" + }, + "id": "3006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68481646435707, + -12.334005518360474, + -76.67516708471241, + -12.32363153449672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.6794810039315, + -12.334005518360474 + ], + [ + -76.67516708471241, + -12.330954204887318 + ], + [ + -76.67567789316612, + -12.325767267660405 + ], + [ + -76.680502495232, + -12.32363153449672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68276119552978, + -11.932976679370196, + -76.67312383841268, + -11.922596417350697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.67312383841268, + -11.92992739774878 + ], + [ + -76.67363404179376, + -11.924737321813645 + ], + [ + -76.67845263280297, + -11.922596417350697 + ] + ] + ], + "type": "Polygon" + }, + "id": "3008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13191228975495, + -11.867171686457112, + -77.12226508776807, + -11.856779316290327 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.12759243218163, + -11.856779316290327 + ] + ] + ], + "type": "Polygon" + }, + "id": "3009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77175105603517, + -12.012578726424811, + -76.76210889543249, + -12.002197375056733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.76743898040377, + -12.002197375056733 + ] + ] + ], + "type": "Polygon" + }, + "id": "3010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90727353456765, + -12.041733480320342, + -76.89762688948153, + -12.031349166376126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.90295737339135, + -12.031349166376126 + ] + ] + ], + "type": "Polygon" + }, + "id": "3011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8356750192187, + -12.207600382043008, + -76.82602532164168, + -12.197220462968497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.831358591519, + -12.197220462968497 + ] + ] + ], + "type": "Polygon" + }, + "id": "3012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95222900140365, + -12.101219820356986, + -76.94257940592875, + -12.090835303069875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.94791083003945, + -12.090835303069875 + ] + ] + ], + "type": "Polygon" + }, + "id": "3013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74964859959034, + -12.09685409819614, + -76.74000452535034, + -12.086474594562526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.74533600735583, + -12.086474594562526 + ] + ] + ], + "type": "Polygon" + }, + "id": "3014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85014980834686, + -12.201177959272648, + -76.84049991662782, + -12.190797572390645 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.84583307156693, + -12.190797572390645 + ] + ] + ], + "type": "Polygon" + }, + "id": "3015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69242372278944, + -12.350481965811984, + -76.68277364117436, + -12.340108068686378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.68277364117436, + -12.347430645151533 + ], + [ + -76.68328436992908, + -12.34224375122766 + ], + [ + -76.68810932301002, + -12.340108068686378 + ] + ] + ], + "type": "Polygon" + }, + "id": "3016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94004561438308, + -12.131468263327672, + -76.9303954338731, + -12.121084520743986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.93572736825753, + -12.121084520743986 + ] + ] + ], + "type": "Polygon" + }, + "id": "3017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06034627729157, + -11.93883587935975, + -77.05069874345742, + -11.928446267625306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.05602736928206, + -11.928446267625306 + ] + ] + ], + "type": "Polygon" + }, + "id": "3018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13882938878419, + -11.938658016000018, + -77.12917988406123, + -11.928266496830847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.13882938878419, + -11.931311623337159 + ], + [ + -77.13832567317392, + -11.936507434893564 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.13450839393896, + -11.928266496830847 + ] + ] + ], + "type": "Polygon" + }, + "id": "3019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02515633763731, + -11.636421934985396, + -77.01551870384147, + -11.626029090619044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.01983259564152, + -11.636421934985396 + ], + [ + -77.01551870384147, + -11.633377291847662 + ], + [ + -77.01602366972362, + -11.628180922672833 + ], + [ + -77.02084240098186, + -11.626029090619044 + ] + ] + ], + "type": "Polygon" + }, + "id": "3020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00012926307309, + -11.846393950948473, + -76.9904860234343, + -11.836004500899838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.99581320109768, + -11.836004500899838 + ] + ] + ], + "type": "Polygon" + }, + "id": "3021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73980571537675, + -11.962234292842043, + -76.73016592287726, + -11.951853003999117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.73549518879504, + -11.951853003999117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69933993396889, + -12.233307332642033, + -76.68969316256532, + -12.222931291799437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.69502690793975, + -12.222931291799437 + ] + ] + ], + "type": "Polygon" + }, + "id": "3023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71311284165279, + -12.093214459062315, + -76.70346987333419, + -12.082835829028014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.71260293261496, + -12.091074978004208 + ], + [ + -76.70778136096452, + -12.093214459062315 + ], + [ + -76.70346987333419, + -12.090164594157798 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.70880130459312, + -12.082835829028014 + ] + ] + ], + "type": "Polygon" + }, + "id": "3024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88291007549812, + -12.196568940622397, + -76.8732594524485, + -12.18618765845672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.87859250856454, + -12.18618765845672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11197150228149, + -11.692113312791326, + -77.10233001104098, + -11.681719067490823 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.1076545076388, + -11.681719067490823 + ] + ] + ], + "type": "Polygon" + }, + "id": "3026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93619423930924, + -11.934491283557275, + -76.92655003336047, + -11.92410466167883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.93086550073481, + -11.934491283557275 + ], + [ + -76.92655003336047, + -11.931444244986135 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.93187872572823, + -11.92410466167883 + ] + ] + ], + "type": "Polygon" + }, + "id": "3027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78388836153935, + -12.171006940464537, + -76.77424114685324, + -12.160627738315975 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.7795738393788, + -12.160627738315975 + ] + ] + ], + "type": "Polygon" + }, + "id": "3028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99557906126968, + -11.893144366100435, + -76.98593454635241, + -11.882755685156535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.99126249832798, + -11.882755685156535 + ] + ] + ], + "type": "Polygon" + }, + "id": "3029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99783534077675, + -11.822569004547555, + -76.98819286968634, + -11.812179281211234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.99351965796477, + -11.812179281211234 + ] + ] + ], + "type": "Polygon" + }, + "id": "3030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65611576254518, + -11.969627059597494, + -76.64647805010608, + -11.959248016894422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65078631279576, + -11.969627059597494 + ], + [ + -76.64647805010608, + -11.96657734401977 + ], + [ + -76.64698868113959, + -11.96138787789045 + ], + [ + -76.6518074496545, + -11.959248016894422 + ] + ] + ], + "type": "Polygon" + }, + "id": "3031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93163474768043, + -11.98122889588691, + -76.92198926791185, + -11.970843070767911 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.9273187340709, + -11.970843070767911 + ] + ] + ], + "type": "Polygon" + }, + "id": "3032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1069259367884, + -12.07713060420656, + -77.09727310208261, + -12.066741921714463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.10260394061443, + -12.066741921714463 + ] + ] + ], + "type": "Polygon" + }, + "id": "3033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77402755573054, + -12.03638990714496, + -76.76438462358944, + -12.026008857247474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.76971510013246, + -12.026008857247474 + ] + ] + ], + "type": "Polygon" + }, + "id": "3034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09757632465963, + -11.793002084243499, + -77.0879321929202, + -11.782609522635857 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.09325836855238, + -11.782609522635857 + ] + ] + ], + "type": "Polygon" + }, + "id": "3035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11902649207626, + -11.95245444893179, + -77.1093770714452, + -11.94206360881316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.11470583880276, + -11.94206360881316 + ] + ] + ], + "type": "Polygon" + }, + "id": "3036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17150843857391, + -11.839564164905493, + -77.16186107378789, + -11.829170456440872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.16718790056424, + -11.829170456440872 + ] + ] + ], + "type": "Polygon" + }, + "id": "3037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02768434446362, + -12.132256032815508, + -77.01803187509994, + -12.121870140325676 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.0233637284698, + -12.121870140325676 + ] + ] + ], + "type": "Polygon" + }, + "id": "3038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88442334140736, + -11.99229366700422, + -76.87477877258512, + -11.981909180559601 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.88010845980713, + -11.981909180559601 + ] + ] + ], + "type": "Polygon" + }, + "id": "3039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13970397650614, + -12.072480007616711, + -77.1300504595893, + -12.062090459836682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13970397650614, + -12.065136218670139 + ], + [ + -77.13920006488587, + -12.070331044411743 + ], + [ + -77.13437322113955, + -12.072480007616711 + ], + [ + -77.1300504595893, + -12.069434164513389 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.13538117161659, + -12.062090459836682 + ] + ] + ], + "type": "Polygon" + }, + "id": "3040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06803358044819, + -12.049714117241278, + -77.05838254568584, + -12.039325962628594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.06371298719152, + -12.039325962628594 + ] + ] + ], + "type": "Polygon" + }, + "id": "3041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96054484756067, + -11.873967429602251, + -76.95090181048324, + -11.863579340609805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.95622948346195, + -11.863579340609805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12730269199088, + -11.819511823940875, + -77.11765702470714, + -11.80911890428952 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.12298359234015, + -11.80911890428952 + ] + ] + ], + "type": "Polygon" + }, + "id": "3043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70397990791542, + -12.092303888374525, + -76.69433721726476, + -12.081925477363672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.70346987333419, + -12.090164594157798 + ], + [ + -76.69864844047169, + -12.092303888374525 + ], + [ + -76.69433721726476, + -12.089253946163975 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69966863514962, + -12.081925477363672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7915222267188, + -12.09315828647806, + -76.78187712908792, + -12.082777664580602 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.78720853419986, + -12.082777664580602 + ] + ] + ], + "type": "Polygon" + }, + "id": "3045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76183890663135, + -12.06662362242561, + -76.75219540303738, + -12.056243342473756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.75752638250923, + -12.056243342473756 + ] + ] + ], + "type": "Polygon" + }, + "id": "3046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01398569089802, + -12.178087708646293, + -77.00433220466367, + -12.167702879401508 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00966483009137, + -12.167702879401508 + ] + ] + ], + "type": "Polygon" + }, + "id": "3047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84406456687816, + -12.07478908469, + -76.83441860897108, + -12.064406855752136 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83974968320184, + -12.064406855752136 + ] + ] + ], + "type": "Polygon" + }, + "id": "3048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1250734928984, + -11.890106792086076, + -77.1154257787222, + -11.87971491033617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.12075351091488, + -11.87971491033617 + ] + ] + ], + "type": "Polygon" + }, + "id": "3049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03521730233723, + -11.959967155853152, + -77.02556977892957, + -11.949578465682322 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.03089878461425, + -11.949578465682322 + ] + ] + ], + "type": "Polygon" + }, + "id": "3050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65764718833523, + -11.954058428362018, + -76.64800989737155, + -11.943679117364523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65333904036466, + -11.943679117364523 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.64800989737155, + -11.951008811316285 + ], + [ + -76.64852048257123, + -11.945819211043046 + ], + [ + -76.65333904036466, + -11.943679117364523 + ] + ] + ], + "type": "Polygon" + }, + "id": "3051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02993558114295, + -12.061697604948156, + -77.02028515940474, + -12.051310564389983 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.02561584713379, + -12.051310564389983 + ] + ] + ], + "type": "Polygon" + }, + "id": "3052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07173041413823, + -11.86915042852137, + -77.0620846677266, + -11.858759545513188 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.06741213163377, + -11.858759545513188 + ] + ] + ], + "type": "Polygon" + }, + "id": "3053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0967200349065, + -11.659148315896408, + -77.08707990777869, + -11.648754017436161 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.09240388488723, + -11.648754017436161 + ] + ] + ], + "type": "Polygon" + }, + "id": "3054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17594577267494, + -11.698345851502019, + -77.16630250175305, + -11.68795014610949 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.17162700001244, + -11.68795014610949 + ] + ] + ], + "type": "Polygon" + }, + "id": "3055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83490765442382, + -12.262546631487757, + -76.82525633642992, + -12.252167632744417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.83059051368392, + -12.252167632744417 + ] + ] + ], + "type": "Polygon" + }, + "id": "3056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11448980813688, + -11.99921104132568, + -77.1048391074098, + -11.988820998701723 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.11016865132575, + -11.988820998701723 + ] + ] + ], + "type": "Polygon" + }, + "id": "3057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69548701998535, + -12.319359663778298, + -76.68583778411832, + -12.308985157364114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.69117295128297, + -12.308985157364114 + ] + ] + ], + "type": "Polygon" + }, + "id": "3058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89738624784847, + -12.190143002206334, + -76.88773543464625, + -12.17976125482548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.89306837357687, + -12.17976125482548 + ] + ] + ], + "type": "Polygon" + }, + "id": "3059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767231208574, + -12.163611202330763, + -76.85802307629753, + -12.153229772703735 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.8633555997153, + -12.153229772703735 + ] + ] + ], + "type": "Polygon" + }, + "id": "3060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7717790315245, + -11.918234738032323, + -76.76213968183714, + -11.907851998320856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76746821252041, + -11.907851998320856 + ], + [ + -76.7717790315245, + -11.910900330680175 + ], + [ + -76.77127021424023, + -11.91609175501281 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.76264862476475, + -11.909995003631336 + ], + [ + -76.76746821252041, + -11.907851998320856 + ] + ] + ], + "type": "Polygon" + }, + "id": "3061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98492293987944, + -11.907828356138513, + -76.97527826249633, + -11.897440146728236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.98060646771265, + -11.897440146728236 + ] + ] + ], + "type": "Polygon" + }, + "id": "3062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93473319496611, + -12.233152818646477, + -76.92508011749975, + -12.222770839536578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.93041373411165, + -12.222770839536578 + ] + ] + ], + "type": "Polygon" + }, + "id": "3063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76099730458184, + -12.310194365405804, + -76.75134655278202, + -12.299818032695367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.75668155206168, + -12.299818032695367 + ] + ] + ], + "type": "Polygon" + }, + "id": "3064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78316178991976, + -12.037297322088909, + -76.77351858386209, + -12.026916054861104 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.77884907166536, + -12.026916054861104 + ] + ] + ], + "type": "Polygon" + }, + "id": "3065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05193420457822, + -11.88294421498797, + -77.04228855000765, + -11.872554008855552 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.04761626690973, + -11.872554008855552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90952489525003, + -11.782423181039563, + -76.8998859167681, + -11.772035091475226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.9052121297484, + -11.772035091475226 + ] + ] + ], + "type": "Polygon" + }, + "id": "3067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00857077588793, + -11.996674829239115, + -76.99892284108897, + -11.986287333608592 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -77.00425248295385, + -11.986287333608592 + ] + ] + ], + "type": "Polygon" + }, + "id": "3068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78997305122411, + -12.203053558885113, + -76.78032471570998, + -12.192674718875555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.78565793438784, + -12.192674718875555 + ] + ] + ], + "type": "Polygon" + }, + "id": "3069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92786055306712, + -12.161713464495664, + -76.91820978832531, + -12.151330502993254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.92354223259106, + -12.151330502993254 + ] + ] + ], + "type": "Polygon" + }, + "id": "3070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03052740491562, + -11.723498551564466, + -77.02088704355695, + -11.713106695119125 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.02621216501718, + -11.713106695119125 + ] + ] + ], + "type": "Polygon" + }, + "id": "3071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87605111809326, + -12.125132887455518, + -76.86640280868582, + -12.114750639456254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.87173469152853, + -12.114750639456254 + ] + ] + ], + "type": "Polygon" + }, + "id": "3072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03971327157105, + -11.818809688616037, + -77.03006983858099, + -11.808418887540576 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.03539651585352, + -11.808418887540576 + ] + ] + ], + "type": "Polygon" + }, + "id": "3073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72526301474586, + -12.157305249510078, + -76.71561780163637, + -12.146927317618145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.72095028752243, + -12.146927317618145 + ] + ] + ], + "type": "Polygon" + }, + "id": "3074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98502559296037, + -12.190954531785492, + -76.97537246858299, + -12.180570622418943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.9807053388127, + -12.180570622418943 + ] + ] + ], + "type": "Polygon" + }, + "id": "3075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757121413343, + -12.015206135849482, + -76.86792614336973, + -12.004822162565597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.87325621311865, + -12.004822162565597 + ] + ] + ], + "type": "Polygon" + }, + "id": "3076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90346453524235, + -12.03349353069487, + -76.89381823604886, + -12.023109186861552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89914858728045, + -12.023109186861552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99413580510189, + -12.097492502898165, + -76.98448523505486, + -12.087106892687554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98981655427457, + -12.087106892687554 + ] + ] + ], + "type": "Polygon" + }, + "id": "3078", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80900719032022, + -12.244248747772232, + -76.79935711249163, + -12.23387009962568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.80469100199637, + -12.23387009962568 + ] + ] + ], + "type": "Polygon" + }, + "id": "3079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9789169081687, + -12.158898971165968, + -76.96926489872855, + -12.148514700031924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.97459724679794, + -12.148514700031924 + ] + ] + ], + "type": "Polygon" + }, + "id": "3080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75348531859707, + -12.010763823545396, + -76.74384370741014, + -12.000382907876611 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74917376890224, + -12.000382907876611 + ] + ] + ], + "type": "Polygon" + }, + "id": "3081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79679149617004, + -12.368776973363655, + -76.78713802601314, + -12.358400732925393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.79679149617004, + -12.361451078659353 + ], + [ + -76.7962823179412, + -12.366639252788849 + ], + [ + -76.79145549565014, + -12.368776973363655 + ], + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.79247397821192, + -12.358400732925393 + ] + ] + ], + "type": "Polygon" + }, + "id": "3082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80595409157647, + -12.275383508221843, + -76.79630316580696, + -12.265005452755535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.80163757088185, + -12.265005452755535 + ] + ] + ], + "type": "Polygon" + }, + "id": "3083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04357660748437, + -11.921457339290393, + -77.03393001838016, + -11.911067886281037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03925837971092, + -11.911067886281037 + ] + ] + ], + "type": "Polygon" + }, + "id": "3084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09225010516163, + -11.80034956716221, + -77.08260588891619, + -11.789957234515589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.0879321929202, + -11.789957234515589 + ] + ] + ], + "type": "Polygon" + }, + "id": "3085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9826298424711, + -11.88400542854447, + -76.97298593407072, + -11.873616936669498 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.97831374963684, + -11.873616936669498 + ] + ] + ], + "type": "Polygon" + }, + "id": "3086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82120052161001, + -12.214021607974669, + -76.81155101940085, + -12.203642157634825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.81688440352994, + -12.203642157634825 + ] + ] + ], + "type": "Polygon" + }, + "id": "3087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9826633685663, + -11.978394290565022, + -76.97301664659255, + -11.968007161826819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.97834601602895, + -11.968007161826819 + ] + ] + ], + "type": "Polygon" + }, + "id": "3088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08455968639959, + -11.689438358628282, + -77.07491896504385, + -11.679044742859059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.08024345679756, + -11.679044742859059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71306773847597, + -12.187525884233573, + -76.70342195714399, + -12.177148747758702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.70875494437634, + -12.177148747758702 + ] + ] + ], + "type": "Polygon" + }, + "id": "3090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98573328542167, + -12.0416145685372, + -76.9760845990974, + -12.031228309153269 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.98141500663817, + -12.031228309153269 + ] + ] + ], + "type": "Polygon" + }, + "id": "3091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95526819854442, + -12.070065711110976, + -76.94561945339996, + -12.059680637813365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.95095036104674, + -12.059680637813365 + ] + ] + ], + "type": "Polygon" + }, + "id": "3092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98714671798476, + -11.742850780032825, + -76.97750689554435, + -11.732460242390918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.98283238451953, + -11.732460242390918 + ] + ] + ], + "type": "Polygon" + }, + "id": "3093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78088452454057, + -12.013485783779394, + -76.77124208994279, + -12.003104214936306 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.77657218624124, + -12.003104214936306 + ] + ] + ], + "type": "Polygon" + }, + "id": "3094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96673252284758, + -12.189146478764245, + -76.95707992616447, + -12.178762992318791 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.96241278575809, + -12.178762992318791 + ] + ] + ], + "type": "Polygon" + }, + "id": "3095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76174618894206, + -12.34956060920289, + -76.75209424040968, + -12.33918492710912 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.75742988975537, + -12.33918492710912 + ] + ] + ], + "type": "Polygon" + }, + "id": "3096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12420549234311, + -11.75625994813097, + -77.1145617856145, + -11.745866248397357 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.11988731807654, + -11.745866248397357 + ] + ] + ], + "type": "Polygon" + }, + "id": "3097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76486372730494, + -12.129811018866093, + -76.75521825671171, + -12.11943164467464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.76055027713556, + -12.11943164467464 + ] + ] + ], + "type": "Polygon" + }, + "id": "3098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71848772216316, + -11.991560738039208, + -76.70884763777485, + -11.981180425288715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.71797804813, + -11.989419834084895 + ], + [ + -76.7131579185271, + -11.991560738039208 + ], + [ + -76.70884763777485, + -11.988511454038113 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.71417739208908, + -11.981180425288715 + ] + ] + ], + "type": "Polygon" + }, + "id": "3099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95905309898798, + -11.98393295216228, + -76.94940682389627, + -11.973546488016803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.95473630875114, + -11.973546488016803 + ] + ] + ], + "type": "Polygon" + }, + "id": "3100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12031733525298, + -11.653579286789245, + -77.11067678091685, + -11.643184346947283 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.11600063213741, + -11.643184346947283 + ] + ] + ], + "type": "Polygon" + }, + "id": "3101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90574102768167, + -11.962944626967921, + -76.89609677184247, + -11.952559176034875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90142595901793, + -11.952559176034875 + ], + [ + -76.90574102768167, + -11.955606550085479 + ], + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.89660391752497, + -11.954704495112583 + ], + [ + -76.90142595901793, + -11.952559176034875 + ] + ] + ], + "type": "Polygon" + }, + "id": "3102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8379668883092, + -12.137078537216793, + -76.82831923461438, + -12.126697432025452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.83365133967195, + -12.126697432025452 + ] + ] + ], + "type": "Polygon" + }, + "id": "3103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.880619629556, + -12.07841129535828, + -76.87097259322236, + -12.06802820670533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.87630370240925, + -12.06802820670533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87680863866487, + -11.975813676008118, + -76.86716476241443, + -11.965429135708256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.87249418374424, + -11.965429135708256 + ] + ] + ], + "type": "Polygon" + }, + "id": "3105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94757593617382, + -11.770433264172603, + -76.93793631917049, + -11.760044070189796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.9432623014541, + -11.760044070189796 + ] + ] + ], + "type": "Polygon" + }, + "id": "3106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81660771166254, + -12.355036871010135, + -76.8069541197402, + -12.344659893363367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81228983486444, + -12.344659893363367 + ], + [ + -76.81660771166254, + -12.347709990189877 + ], + [ + -76.81609883156874, + -12.352898532802486 + ], + [ + -76.81127194850389, + -12.355036871010135 + ], + [ + -76.8069541197402, + -12.351986690704548 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.81228983486444, + -12.344659893363367 + ] + ] + ], + "type": "Polygon" + }, + "id": "3107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05950511138319, + -11.80501352845115, + -77.04986158517134, + -11.794622055626554 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.05518801034563, + -11.794622055626554 + ] + ] + ], + "type": "Polygon" + }, + "id": "3108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84254035306877, + -12.0903620799293, + -76.83289397125013, + -12.07998012961126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.83822530316174, + -12.07998012961126 + ] + ] + ], + "type": "Polygon" + }, + "id": "3109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97581574585405, + -12.001314335888416, + -76.96616851775306, + -11.990927715723188 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.971498271891, + -11.990927715723188 + ] + ] + ], + "type": "Polygon" + }, + "id": "3110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77013874661488, + -12.311107076917528, + -76.76048771975248, + -12.300730527495906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.76582273070468, + -12.300730527495906 + ] + ] + ], + "type": "Polygon" + }, + "id": "3111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08705169378247, + -11.99652046577383, + -77.07740176400776, + -11.986131049369284 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.08273130329674, + -11.986131049369284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96137227545354, + -12.102122902174429, + -76.95172241527587, + -12.091738172601433 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.95705384527743, + -12.091738172601433 + ] + ] + ], + "type": "Polygon" + }, + "id": "3113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00713519150338, + -12.201001285922167, + -76.9974811971679, + -12.190616993579617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -77.00281420847591, + -12.190616993579617 + ] + ] + ], + "type": "Polygon" + }, + "id": "3114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02230731899952, + -12.045217025255699, + -77.01265758414371, + -12.03482992103696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.0179880095401, + -12.03482992103696 + ] + ] + ], + "type": "Polygon" + }, + "id": "3115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05277241722753, + -12.01675232743782, + -77.04312275322773, + -12.006364048337836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.0484526718688, + -12.006364048337836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76264862476475, + -11.91732911734735, + -76.75300954938604, + -11.906946595687897 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7583380684749, + -11.906946595687897 + ], + [ + -76.76264862476475, + -11.909995003631336 + ], + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.7583380684749, + -11.906946595687897 + ] + ] + ], + "type": "Polygon" + }, + "id": "3117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69929079264405, + -12.327597990228426, + -76.68964120601144, + -12.317223526310878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.69497650870828, + -12.317223526310878 + ] + ] + ], + "type": "Polygon" + }, + "id": "3118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02442191009001, + -11.69142876216552, + -77.01478265908936, + -11.681036637227265 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0201072608211, + -11.681036637227265 + ], + [ + -77.02442191009001, + -11.684081505293648 + ], + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.01528772099334, + -11.683187797266354 + ], + [ + -77.0201072608211, + -11.681036637227265 + ] + ] + ], + "type": "Polygon" + }, + "id": "3119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07082546687457, + -11.640883151081658, + -77.06118653718967, + -11.630489249789845 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.06651024997272, + -11.630489249789845 + ] + ] + ], + "type": "Polygon" + }, + "id": "3120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9377546544639, + -12.107652724276495, + -76.92810524442002, + -12.097268665847087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.9334367882691, + -12.097268665847087 + ] + ] + ], + "type": "Polygon" + }, + "id": "3121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74043981333354, + -12.284565595915108, + -76.73079038620969, + -12.274189355359205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.73612496884911, + -12.274189355359205 + ] + ] + ], + "type": "Polygon" + }, + "id": "3122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12896607233478, + -11.992762684411755, + -77.11931520119006, + -11.982372195634015 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.12464461701562, + -11.982372195634015 + ] + ] + ], + "type": "Polygon" + }, + "id": "3123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78842283182732, + -12.3129316893112, + -76.77877125626948, + -12.302554707215858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.78410628973955, + -12.302554707215858 + ] + ] + ], + "type": "Polygon" + }, + "id": "3124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9324419553952, + -12.209340268485903, + -76.92278964892928, + -12.19895795835473 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.92812287471918, + -12.19895795835473 + ] + ] + ], + "type": "Polygon" + }, + "id": "3125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70240154308402, + -12.202178622574799, + -76.6927556169731, + -12.191801995562754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.69808884798017, + -12.191801995562754 + ] + ] + ], + "type": "Polygon" + }, + "id": "3126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84329179296893, + -12.224078779201234, + -76.83364140013845, + -12.213698936826315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.83897493732648, + -12.213698936826315 + ] + ] + ], + "type": "Polygon" + }, + "id": "3127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11139354988427, + -11.935972780682807, + -77.10174481199236, + -11.92558188636785 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.1070733194493, + -11.92558188636785 + ] + ] + ], + "type": "Polygon" + }, + "id": "3128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.667393790804, + -12.182961845322298, + -76.6577494033861, + -12.172585804790948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66308232095055, + -12.172585804790948 + ], + [ + -76.667393790804, + -12.17563645409478 + ], + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.66206082313253, + -12.182961845322298 + ], + [ + -76.6577494033861, + -12.179911110815544 + ], + [ + -76.65826021500469, + -12.174723145507635 + ], + [ + -76.66308232095055, + -12.172585804790948 + ] + ] + ], + "type": "Polygon" + }, + "id": "3129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64146138301287, + -12.258945150514501, + -76.63181544640238, + -12.248571018944634 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.63714961870892, + -12.248571018944634 + ] + ] + ], + "type": "Polygon" + }, + "id": "3130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6925770770284, + -12.067586589952777, + -76.6829354370347, + -12.057208088612283 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.68826644896916, + -12.057208088612283 + ] + ] + ], + "type": "Polygon" + }, + "id": "3131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75494711697431, + -12.183844250914017, + -76.74530030286988, + -12.173465988572117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.75063321821858, + -12.173465988572117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02070142736825, + -11.872013229105196, + -77.01105689617188, + -11.861623632722516 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.01638447172307, + -11.861623632722516 + ] + ] + ], + "type": "Polygon" + }, + "id": "3133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05799120311752, + -11.820600424998936, + -77.04834725128208, + -11.810209202411784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.05367393476696, + -11.810209202411784 + ] + ] + ], + "type": "Polygon" + }, + "id": "3134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67040003361959, + -12.24612865642411, + -76.66075367716525, + -12.235753568370823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.66608763737818, + -12.235753568370823 + ] + ] + ], + "type": "Polygon" + }, + "id": "3135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98647496565945, + -11.986634635741359, + -76.97682789953895, + -11.976247534826502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.9821574006092, + -11.976247534826502 + ] + ] + ], + "type": "Polygon" + }, + "id": "3136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91642753911063, + -12.136994413884521, + -76.90677781172982, + -12.126611345163129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.91210985832066, + -12.126611345163129 + ] + ] + ], + "type": "Polygon" + }, + "id": "3137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83720007331453, + -12.192030430772592, + -76.82755079987889, + -12.181650221492088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.83288381192257, + -12.181650221492088 + ] + ] + ], + "type": "Polygon" + }, + "id": "3138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71831348230702, + -12.368789346193013, + -76.70866214274281, + -12.35841510157836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.71399812248752, + -12.35841510157836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79149999601069, + -12.187485226229645, + -76.78185208410761, + -12.17710609608404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.78718504518692, + -12.17710609608404 + ] + ] + ], + "type": "Polygon" + }, + "id": "3140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93242306438087, + -12.114988644992215, + -76.92277357475366, + -12.104604833326377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.92810524442002, + -12.104604833326377 + ] + ] + ], + "type": "Polygon" + }, + "id": "3141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68106768994974, + -12.231480011935984, + -76.67142147627753, + -12.221104409135362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.67675519377498, + -12.221104409135362 + ] + ] + ], + "type": "Polygon" + }, + "id": "3142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92025362544561, + -12.23957954619576, + -76.91060073503643, + -12.229198032519871 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.91593447064854, + -12.229198032519871 + ] + ] + ], + "type": "Polygon" + }, + "id": "3143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96139961741038, + -12.196481706661904, + -76.9517469401813, + -12.18609847033439 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.95707992616447, + -12.18609847033439 + ] + ] + ], + "type": "Polygon" + }, + "id": "3144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75576028677233, + -12.034574287249884, + -76.74611790389032, + -12.024193672762298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.75144835708774, + -12.024193672762298 + ] + ] + ], + "type": "Polygon" + }, + "id": "3145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83109903291705, + -12.254307603173215, + -76.82144806277444, + -12.24392856397284 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.82678210625619, + -12.24392856397284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02832547710747, + -11.888494616683836, + -77.01868025969733, + -11.87810506626783 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.0240080973411, + -11.87810506626783 + ] + ] + ], + "type": "Polygon" + }, + "id": "3147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04723290718795, + -11.646448270275156, + -77.03759441143208, + -11.636055013421227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.04291824624588, + -11.636055013421227 + ] + ] + ], + "type": "Polygon" + }, + "id": "3148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77161093347594, + -12.484122294091966, + -76.76195469367019, + -12.473748723989763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.76627301472861, + -12.484122294091966 + ], + [ + -76.76195469367019, + -12.481071114232543 + ], + [ + -76.7624645311941, + -12.4758843831666 + ], + [ + -76.76729256370251, + -12.473748723989763 + ] + ] + ], + "type": "Polygon" + }, + "id": "3149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96825199404987, + -12.17357117716122, + -76.95859982293824, + -12.163187403405466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.96393242407937, + -12.163187403405466 + ] + ] + ], + "type": "Polygon" + }, + "id": "3150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03443517085444, + -11.920559916623798, + -77.02478884185155, + -11.910170674294108 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.03011719977707, + -11.910170674294108 + ] + ] + ], + "type": "Polygon" + }, + "id": "3151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97510359014564, + -12.150659135375303, + -76.96545192537482, + -12.140274827709597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.97078414157447, + -12.140274827709597 + ] + ] + ], + "type": "Polygon" + }, + "id": "3152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9659010751916, + -11.961013363493011, + -76.95625530545168, + -11.950626392876314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.9615844060226, + -11.950626392876314 + ] + ] + ], + "type": "Polygon" + }, + "id": "3153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10664696205048, + -11.699463149181089, + -77.09700538589935, + -11.689069127772589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.10233001104098, + -11.689069127772589 + ] + ] + ], + "type": "Polygon" + }, + "id": "3154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05198795587121, + -11.977346388043562, + -77.04233948672538, + -11.966957542823037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.04766875743067, + -11.966957542823037 + ] + ] + ], + "type": "Polygon" + }, + "id": "3155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96521291460957, + -12.20472134747113, + -76.95555989233107, + -12.194338149880512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.96089301039463, + -12.194338149880512 + ] + ] + ], + "type": "Polygon" + }, + "id": "3156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8950904218996, + -12.071980990087832, + -76.8854431953595, + -12.061597441307203 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.89077418755585, + -12.061597441307203 + ] + ] + ], + "type": "Polygon" + }, + "id": "3157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80214651424464, + -12.267144621851836, + -76.79249593694738, + -12.25676652554667 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.79783020787474, + -12.25676652554667 + ] + ] + ], + "type": "Polygon" + }, + "id": "3158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562600160753, + -11.761444833014984, + -76.84662306929509, + -11.751057788291249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.85194897626933, + -11.751057788291249 + ] + ] + ], + "type": "Polygon" + }, + "id": "3159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16387390040656, + -11.823081718680065, + -77.15422721571187, + -11.81268796655077 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15955378409872, + -11.81268796655077 + ] + ] + ], + "type": "Polygon" + }, + "id": "3160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80902431754012, + -12.149925544318332, + -76.79937705524948, + -12.139545371134092 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.80470938824386, + -12.139545371134092 + ] + ] + ], + "type": "Polygon" + }, + "id": "3161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17683517830443, + -11.832214789323551, + -77.16718790056424, + -11.821820851440226 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.17251459755022, + -11.821820851440226 + ] + ] + ], + "type": "Polygon" + }, + "id": "3162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77630441233045, + -12.060200582600379, + -76.76666070855794, + -12.049819837731519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.77199157671312, + -12.049819837731519 + ] + ] + ], + "type": "Polygon" + }, + "id": "3163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757697234007, + -12.20390114578493, + -76.86792627140933, + -12.193520115567695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.8732594524485, + -12.193520115567695 + ] + ] + ], + "type": "Polygon" + }, + "id": "3164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71079524614366, + -12.163721197631244, + -76.70115023762217, + -12.153343737191705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.70648283245654, + -12.153343737191705 + ] + ] + ], + "type": "Polygon" + }, + "id": "3165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93692375380549, + -11.78511874204506, + -76.92728397750814, + -11.774730009617235 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.93261021115929, + -11.774730009617235 + ] + ] + ], + "type": "Polygon" + }, + "id": "3166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08080971005232, + -11.775626415242685, + -77.071166518705, + -11.76523402602246 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.07649243214549, + -11.76523402602246 + ] + ] + ], + "type": "Polygon" + }, + "id": "3167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08147259691889, + -11.626183400622859, + -77.07183383488484, + -11.615789056306612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.07715729183873, + -11.615789056306612 + ] + ] + ], + "type": "Polygon" + }, + "id": "3168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8623397414183, + -12.170943572873238, + -76.85269042824976, + -12.160562393901216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.85802307629753, + -12.160562393901216 + ] + ] + ], + "type": "Polygon" + }, + "id": "3169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96739043356149, + -11.85104320911116, + -76.95774790155676, + -11.840654629756262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.96307519047902, + -11.840654629756262 + ] + ] + ], + "type": "Polygon" + }, + "id": "3170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11887991640518, + -11.76360900350923, + -77.10923612434371, + -11.753215530510031 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.1145617856145, + -11.753215530510031 + ] + ] + ], + "type": "Polygon" + }, + "id": "3171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95369848265493, + -11.896890236257457, + -76.9440549407277, + -11.886502641157495 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.94938299766359, + -11.886502641157495 + ] + ] + ], + "type": "Polygon" + }, + "id": "3172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16076907819475, + -11.759825885809729, + -77.15112435380192, + -11.74943135241352 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.15644988739145, + -11.74943135241352 + ] + ] + ], + "type": "Polygon" + }, + "id": "3173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11046032870381, + -11.707704382539358, + -77.10081841155252, + -11.6973103758873 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.10614316653567, + -11.6973103758873 + ] + ] + ], + "type": "Polygon" + }, + "id": "3174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76414517113147, + -11.99609963785553, + -76.7545037077983, + -11.985718232670358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.75983352401036, + -11.985718232670358 + ] + ] + ], + "type": "Polygon" + }, + "id": "3175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01394300089707, + -12.083716563868022, + -77.00429233217586, + -12.073330253491129 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00962340183804, + -12.073330253491129 + ] + ] + ], + "type": "Polygon" + }, + "id": "3176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90953708905846, + -11.876809143218821, + -76.8998952998702, + -11.86642235805805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90522306579099, + -11.86642235805805 + ], + [ + -76.90953708905846, + -11.86946924697822 + ], + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.8998952998702, + -11.873762167834311 + ], + [ + -76.90040225755801, + -11.868568828844387 + ], + [ + -76.90522306579099, + -11.86642235805805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74584545379412, + -12.088614846309119, + -76.73620172879208, + -12.078235311452776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.74153307609073, + -12.078235311452776 + ] + ] + ], + "type": "Polygon" + }, + "id": "3178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94456131284515, + -11.895990511007543, + -76.93491803568638, + -11.885603129109533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.9402460865078, + -11.885603129109533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06343195976642, + -12.002068049486386, + -77.05378246265839, + -11.991679290897595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.05911212550886, + -11.991679290897595 + ] + ] + ], + "type": "Polygon" + }, + "id": "3180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96971178161826, + -11.969253695238269, + -76.96006566742359, + -11.95886675140152 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.96539489982587, + -11.95886675140152 + ] + ] + ], + "type": "Polygon" + }, + "id": "3181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82500825984658, + -12.222260744412734, + -76.81535840967001, + -12.211881332386293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.82069192766265, + -12.211881332386293 + ] + ] + ], + "type": "Polygon" + }, + "id": "3182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65231799516768, + -11.96138787789045, + -76.64268063359582, + -11.951008811316285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64800989737155, + -11.951008811316285 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.64698868113959, + -11.96138787789045 + ], + [ + -76.64268063359582, + -11.958338174046881 + ], + [ + -76.64319130430508, + -11.953148696014809 + ], + [ + -76.64800989737155, + -11.951008811316285 + ] + ] + ], + "type": "Polygon" + }, + "id": "3183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15418446242556, + -12.066032727632422, + -77.14453077714165, + -12.055642731597036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1498613598166, + -12.055642731597036 + ], + [ + -77.15418446242556, + -12.058688324371253 + ], + [ + -77.1536807644716, + -12.063883374147709 + ], + [ + -77.14885383662018, + -12.066032727632422 + ], + [ + -77.14453077714165, + -12.062987050596886 + ], + [ + -77.14503460237478, + -12.057792104347916 + ], + [ + -77.1498613598166, + -12.055642731597036 + ] + ] + ], + "type": "Polygon" + }, + "id": "3184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03663425870202, + -11.755567899612688, + -77.0269927869488, + -11.745176318162383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.03231842811606, + -11.745176318162383 + ] + ] + ], + "type": "Polygon" + }, + "id": "3185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005495381914, + -12.147132249977055, + -76.85040641202453, + -12.136750749351423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.85573866884583, + -12.136750749351423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99187683440017, + -12.168042073771995, + -76.98222421714043, + -12.157657628395317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.98755670201037, + -12.157657628395317 + ] + ] + ], + "type": "Polygon" + }, + "id": "3187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02143688520344, + -11.817017911499425, + -77.01179397296787, + -11.806627532940936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.01712064292612, + -11.806627532940936 + ] + ] + ], + "type": "Polygon" + }, + "id": "3188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91261704164354, + -12.128754703164278, + -76.90296766017113, + -12.118371599614237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.90829957412102, + -12.118371599614237 + ] + ] + ], + "type": "Polygon" + }, + "id": "3189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09317068464331, + -12.028585388291237, + -77.08351964430383, + -12.018196302254049 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.0888497030215, + -12.018196302254049 + ] + ] + ], + "type": "Polygon" + }, + "id": "3190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76483371590233, + -12.224128096741978, + -76.75518543082354, + -12.213750236649414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.76051900757152, + -12.213750236649414 + ] + ] + ], + "type": "Polygon" + }, + "id": "3191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7016604157274, + -12.162809281736067, + -76.69201568511609, + -12.152432040132673 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.69734826650064, + -12.152432040132673 + ] + ] + ], + "type": "Polygon" + }, + "id": "3192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80133466078651, + -12.510666662213167, + -76.7916768244446, + -12.500292817693234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79701512025787, + -12.500292817693234 + ], + [ + -76.80133466078651, + -12.50334374500997 + ], + [ + -76.80082532211141, + -12.508530721021144 + ], + [ + -76.79599631667442, + -12.510666662213167 + ], + [ + -76.7916768244446, + -12.507615652442935 + ], + [ + -76.79218628934343, + -12.50242878394401 + ], + [ + -76.79701512025787, + -12.500292817693234 + ] + ] + ], + "type": "Polygon" + }, + "id": "3193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82887292301973, + -11.758743283425808, + -76.81923678657466, + -11.748356888364588 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82456266559863, + -11.748356888364588 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.819744684087, + -11.750503100782211 + ], + [ + -76.82456266559863, + -11.748356888364588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9042305768774, + -12.0728853210682, + -76.89458308269019, + -12.06250155835343 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89991408250005, + -12.06250155835343 + ] + ] + ], + "type": "Polygon" + }, + "id": "3195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7807831238392, + -12.390752585439577, + -76.77112942852094, + -12.38037713116117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.7807831238392, + -12.383427727161648 + ], + [ + -76.78027368769038, + -12.388615508299184 + ], + [ + -76.77544675272475, + -12.390752585439577 + ], + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.77646575107936, + -12.38037713116117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74879776978267, + -12.340408519661754, + -76.73914644653972, + -12.330033010300284 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.74448194907694, + -12.330033010300284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70620422324902, + -12.210417381983438, + -76.69655794676795, + -12.200040791570208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.7018913131221, + -12.200040791570208 + ] + ] + ], + "type": "Polygon" + }, + "id": "3198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91186270389457, + -12.183715871187538, + -76.90221170176629, + -12.173333659520065 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.90754452282498, + -12.173333659520065 + ] + ] + ], + "type": "Polygon" + }, + "id": "3199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10224903585646, + -11.935077174692672, + -77.09260055453214, + -11.924686489165747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.09792906063004, + -11.924686489165747 + ] + ] + ], + "type": "Polygon" + }, + "id": "3200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71320296912188, + -11.904557581264637, + -76.70356562191074, + -11.894176132069385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70889394394516, + -11.894176132069385 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.70407535771871, + -11.896318052477712 + ], + [ + -76.70889394394516, + -11.894176132069385 + ] + ] + ], + "type": "Polygon" + }, + "id": "3201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0694304008887, + -11.845323140272829, + -77.05978542245751, + -11.834931980501382 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.0651124974803, + -11.834931980501382 + ] + ] + ], + "type": "Polygon" + }, + "id": "3202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08626300020408, + -11.957110967452786, + -77.07661426519057, + -11.946720990197033 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.08194315672488, + -11.946720990197033 + ] + ] + ], + "type": "Polygon" + }, + "id": "3203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02382377909746, + -12.029636300649699, + -77.0141744700574, + -12.019248923749213 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.01950463695877, + -12.019248923749213 + ] + ] + ], + "type": "Polygon" + }, + "id": "3204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88214640509887, + -12.157184993100822, + -76.87249697791411, + -12.146803099024329 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.87782938489771, + -12.146803099024329 + ] + ] + ], + "type": "Polygon" + }, + "id": "3205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01780092274811, + -12.18632756745599, + -77.00814709258785, + -12.175942776506181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.01347984941584, + -12.175942776506181 + ] + ] + ], + "type": "Polygon" + }, + "id": "3206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13644492212396, + -11.820404689261627, + -77.12679899976992, + -11.810011561113008 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.13212556800518, + -11.810011561113008 + ] + ] + ], + "type": "Polygon" + }, + "id": "3207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81360159704596, + -12.103213273171525, + -76.80395560574883, + -12.092832250350368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80928716596802, + -12.092832250350368 + ] + ] + ], + "type": "Polygon" + }, + "id": "3208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13875030343071, + -11.84423518421192, + -77.12910361385393, + -11.833842329163398 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.13443057039045, + -11.833842329163398 + ] + ] + ], + "type": "Polygon" + }, + "id": "3209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94689753126737, + -12.108556365302261, + -76.93724785575174, + -12.098172094217572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.94257940592875, + -12.098172094217572 + ] + ] + ], + "type": "Polygon" + }, + "id": "3210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99258133365137, + -12.018695530417219, + -76.98293315400711, + -12.008308756833316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.98826317652791, + -12.008308756833316 + ] + ] + ], + "type": "Polygon" + }, + "id": "3211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91713773707431, + -11.798904104351218, + -76.90749806818866, + -11.788516049532232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.91181121290352, + -11.798904104351218 + ], + [ + -76.90749806818866, + -11.795857615190872 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.91282454592017, + -11.788516049532232 + ] + ] + ], + "type": "Polygon" + }, + "id": "3212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84024976959749, + -12.160889225776812, + -76.8306013443738, + -12.15050844071393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.835933840802, + -12.15050844071393 + ] + ] + ], + "type": "Polygon" + }, + "id": "3213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07239765552977, + -11.719725452589318, + -77.06275634074274, + -11.709332525930588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.06808134675323, + -11.709332525930588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02979367606666, + -11.778500778377737, + -77.0201516965644, + -11.768109671509684 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.02547772311316, + -11.768109671509684 + ] + ] + ], + "type": "Polygon" + }, + "id": "3215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08383505028993, + -11.74444875654198, + -77.07419271043769, + -11.734055877661056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.07951810719602, + -11.734055877661056 + ] + ] + ], + "type": "Polygon" + }, + "id": "3216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9362142201482, + -12.028865459625527, + -76.9265672004455, + -12.018480231969423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.93189744719885, + -12.018480231969423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76788976898804, + -12.192993931807365, + -76.75824233064685, + -12.182615488428635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.76357539239913, + -12.182615488428635 + ] + ] + ], + "type": "Polygon" + }, + "id": "3218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88443798189977, + -12.275330847511649, + -76.87478496624126, + -12.264950818396787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.88011932109069, + -12.264950818396787 + ] + ] + ], + "type": "Polygon" + }, + "id": "3219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04289572163927, + -12.070837901347968, + -77.03324469617421, + -12.060450683118527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.0385755184363, + -12.060450683118527 + ] + ] + ], + "type": "Polygon" + }, + "id": "3220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78611937151042, + -12.383427727161648, + -76.77646575107936, + -12.373052010390161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.78611937151042, + -12.376102523000396 + ], + [ + -76.78561002132994, + -12.381290435355155 + ], + [ + -76.7807831238392, + -12.383427727161648 + ], + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.78180195027288, + -12.373052010390161 + ] + ] + ], + "type": "Polygon" + }, + "id": "3221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78846909271726, + -12.12429902700486, + -76.77882314833462, + -12.113918968376353 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.78415506836049, + -12.113918968376353 + ] + ] + ], + "type": "Polygon" + }, + "id": "3222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92169648404185, + -11.752156552089398, + -76.91205808705324, + -11.741767754068185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91738379207874, + -11.741767754068185 + ], + [ + -76.92169648404185, + -11.744813859455196 + ], + [ + -76.92119001739142, + -11.75000831206995 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.91738379207874, + -11.741767754068185 + ] + ] + ], + "type": "Polygon" + }, + "id": "3223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83947503942774, + -12.310160188122044, + -76.8298221770285, + -12.299781870619922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.83515713771874, + -12.299781870619922 + ] + ] + ], + "type": "Polygon" + }, + "id": "3224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95982596710479, + -12.023331437077122, + -76.95017849727692, + -12.012945541360805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.95550863035828, + -12.012945541360805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93625421682233, + -12.217579776898969, + -76.9266015646833, + -12.207197505887216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.93193492292998, + -12.207197505887216 + ] + ] + ], + "type": "Polygon" + }, + "id": "3226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15154483552048, + -11.664490593750198, + -77.14190317703064, + -11.654095039877438 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14722715914847, + -11.654095039877438 + ], + [ + -77.15154483552048, + -11.657138636944554 + ], + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.14190317703064, + -11.661446909633899 + ], + [ + -77.1424064149063, + -11.656249184822407 + ], + [ + -77.14722715914847, + -11.654095039877438 + ] + ] + ], + "type": "Polygon" + }, + "id": "3227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97736594443205, + -12.08011040649522, + -76.96771632624672, + -12.069724941327003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.9730473770388, + -12.069724941327003 + ] + ] + ], + "type": "Polygon" + }, + "id": "3228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0016066778083, + -11.736401185969948, + -76.99196667450548, + -11.726010207790551 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.99729204165953, + -11.726010207790551 + ] + ] + ], + "type": "Polygon" + }, + "id": "3229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96289156289136, + -12.086545738009757, + -76.95324212799595, + -12.07616072964547 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.95857329971044, + -12.07616072964547 + ] + ] + ], + "type": "Polygon" + }, + "id": "3230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12809617456266, + -11.858930633944297, + -77.11844931346826, + -11.848538240680726 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.12377652818405, + -11.848538240680726 + ] + ] + ], + "type": "Polygon" + }, + "id": "3231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81663753277397, + -12.166404135187108, + -76.80698957438604, + -12.156024032329618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.81232217526674, + -12.156024032329618 + ] + ] + ], + "type": "Polygon" + }, + "id": "3232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02235244613676, + -12.139594506626242, + -77.01269989431522, + -12.129208860478059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.01803187509994, + -12.129208860478059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72687461354325, + -11.953087412467578, + -76.71723544642707, + -11.94270631824542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.72256456495305, + -11.94270631824542 + ] + ] + ], + "type": "Polygon" + }, + "id": "3234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93698434229107, + -12.068260024089286, + -76.92733612756409, + -12.057875376167628 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.93266702278738, + -12.057875376167628 + ] + ] + ], + "type": "Polygon" + }, + "id": "3235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8257771804085, + -12.167312557073979, + -76.81612895011119, + -12.15693223849359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.82146156097654, + -12.15693223849359 + ] + ] + ], + "type": "Polygon" + }, + "id": "3236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74666255354293, + -11.939329491641933, + -76.73702325688276, + -11.928947693780986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.742352143502, + -11.928947693780986 + ] + ] + ], + "type": "Polygon" + }, + "id": "3237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13055449843675, + -12.071582942193793, + -77.12090123681685, + -12.06119360196588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.1300504595893, + -12.069434164513389 + ], + [ + -77.12522374344452, + -12.071582942193793 + ], + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.12623194833915, + -12.06119360196588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76933147805705, + -12.460323871930406, + -76.75967601195319, + -12.449949933595354 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.76501348930854, + -12.449949933595354 + ] + ] + ], + "type": "Polygon" + }, + "id": "3239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92475159115774, + -11.815385036330593, + -76.91511123211038, + -11.804997018080531 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.92043797442834, + -11.804997018080531 + ] + ] + ], + "type": "Polygon" + }, + "id": "3240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8988904319575, + -11.985859858503634, + -76.88924567334985, + -11.975474915891684 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.89457524346224, + -11.975474915891684 + ] + ] + ], + "type": "Polygon" + }, + "id": "3241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76021723353509, + -12.36512374958008, + -76.75056486130504, + -12.35474837378262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.75590076835888, + -12.35474837378262 + ] + ] + ], + "type": "Polygon" + }, + "id": "3242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9690264652395, + -12.212960970947579, + -76.95937309797256, + -12.202577812549404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.96470634807503, + -12.202577812549404 + ] + ] + ], + "type": "Polygon" + }, + "id": "3243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06628706081865, + -11.687653769088783, + -77.0566468551055, + -11.67726057426533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.06197134225317, + -11.67726057426533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0199657218413, + -11.927004870105819, + -77.01031957114364, + -11.916616074986187 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.01564805259396, + -11.916616074986187 + ] + ] + ], + "type": "Polygon" + }, + "id": "3245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73812654396097, + -12.355057173050033, + -76.728475073527, + -12.344682186358082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.73381082132695, + -12.344682186358082 + ] + ] + ], + "type": "Polygon" + }, + "id": "3246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72993127400498, + -11.921943597823516, + -76.72029295134476, + -11.911561972997685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.72562155611779, + -11.911561972997685 + ] + ] + ], + "type": "Polygon" + }, + "id": "3247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06954813782163, + -12.034131817028623, + -77.05989752939782, + -12.02374338967136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.06522771217811, + -12.02374338967136 + ] + ] + ], + "type": "Polygon" + }, + "id": "3248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69410744757238, + -12.052018768428429, + -76.68446622972623, + -12.041639989462272 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68979698476608, + -12.041639989462272 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.68446622972623, + -12.048968947738771 + ], + [ + -76.6849764633991, + -12.043779613149617 + ], + [ + -76.68979698476608, + -12.041639989462272 + ] + ] + ], + "type": "Polygon" + }, + "id": "3249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00848862739677, + -11.807880866074834, + -76.99884631950708, + -11.797490679782522 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -77.00417285422573, + -11.797490679782522 + ] + ] + ], + "type": "Polygon" + }, + "id": "3250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04044543671651, + -11.763808835766563, + -77.0308036224007, + -11.753417271279897 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.03612939433954, + -11.753417271279897 + ] + ] + ], + "type": "Polygon" + }, + "id": "3251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74730346533845, + -12.261675012416793, + -76.73765453507109, + -12.251298215891971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.74298873764053, + -12.251298215891971 + ] + ] + ], + "type": "Polygon" + }, + "id": "3252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7389102753061, + -12.300129581741631, + -76.7292604248978, + -12.289753641277173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.73459526503483, + -12.289753641277173 + ] + ] + ], + "type": "Polygon" + }, + "id": "3253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01312079562724, + -11.949929694990004, + -77.00347413735922, + -11.939541399962481 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -77.00880300422558, + -11.939541399962481 + ] + ] + ], + "type": "Polygon" + }, + "id": "3254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0466064431344, + -11.890288459820171, + -77.03696070546192, + -11.87989848774595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.04228855000765, + -11.87989848774595 + ] + ] + ], + "type": "Polygon" + }, + "id": "3255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82808238898315, + -12.002443078955475, + -76.81843901508321, + -11.992060154852396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.82376890640543, + -11.992060154852396 + ] + ] + ], + "type": "Polygon" + }, + "id": "3256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7748045322657, + -11.981434129382302, + -76.76516321745036, + -11.971052236449552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.77049278803034, + -11.971052236449552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05883177859637, + -11.954419967782082, + -77.04918381877731, + -11.944030619477163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.0545127031302, + -11.944030619477163 + ] + ] + ], + "type": "Polygon" + }, + "id": "3258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93392430465134, + -12.005047427749684, + -76.92427805496173, + -11.994661899581027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.929607911398, + -11.994661899581027 + ] + ] + ], + "type": "Polygon" + }, + "id": "3259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02001014903378, + -12.021395947348735, + -77.01036118346232, + -12.011008540081836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.01569121916685, + -12.011008540081836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69943813063664, + -12.044689724132752, + -76.68979698476608, + -12.034310697182269 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69512761822153, + -12.034310697182269 + ], + [ + -76.69943813063664, + -12.03736034580151 + ], + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.68979698476608, + -12.041639989462272 + ], + [ + -76.69030713281123, + -12.036450530851486 + ], + [ + -76.69512761822153, + -12.034310697182269 + ] + ] + ], + "type": "Polygon" + }, + "id": "3261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79612177751856, + -11.952099157217475, + -76.7864807617304, + -11.941716294098415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.79180983999065, + -11.941716294098415 + ] + ] + ], + "type": "Polygon" + }, + "id": "3262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87833087833924, + -11.96023679868628, + -76.86868742608735, + -11.949851991327895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87401658974882, + -11.949851991327895 + ], + [ + -76.87833087833924, + -11.952899598002343 + ], + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.86919495018859, + -11.95199675606455 + ], + [ + -76.87401658974882, + -11.949851991327895 + ] + ] + ], + "type": "Polygon" + }, + "id": "3263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83033079347186, + -12.309249666539573, + -76.82067820250562, + -12.298871563883221 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.82601315361569, + -12.298871563883221 + ] + ] + ], + "type": "Polygon" + }, + "id": "3264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99628126543557, + -11.74374653317694, + -76.98664118070417, + -11.733355782969499 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.99196667450548, + -11.733355782969499 + ] + ] + ], + "type": "Polygon" + }, + "id": "3265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12666044293381, + -11.968936082142928, + -77.11701033980994, + -11.958545298045717 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.12233936690113, + -11.958545298045717 + ] + ] + ], + "type": "Polygon" + }, + "id": "3266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95598927278314, + -11.920711694833944, + -76.9463449615415, + -11.910324384097109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.95167340838161, + -11.910324384097109 + ] + ] + ], + "type": "Polygon" + }, + "id": "3267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92632233352586, + -12.0829330881036, + -76.91667395988593, + -12.072548930439059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.92200510656765, + -12.072548930439059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73585078642742, + -12.331256194896504, + -76.72620008938016, + -12.320880859235787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.73153544456383, + -12.320880859235787 + ] + ] + ], + "type": "Polygon" + }, + "id": "3269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04059666362976, + -12.047016659834572, + -77.03094640737633, + -12.036629134704702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.03627684004469, + -12.036629134704702 + ] + ] + ], + "type": "Polygon" + }, + "id": "3270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05647715832056, + -11.836186944252145, + -77.04683278083745, + -11.825795973453152 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.0521597226504, + -11.825795973453152 + ] + ] + ], + "type": "Polygon" + }, + "id": "3271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77775254460988, + -12.327584289099757, + -76.76810081936269, + -12.317207825684822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.77343609944778, + -12.317207825684822 + ] + ] + ], + "type": "Polygon" + }, + "id": "3272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77094527226602, + -12.16185802318324, + -76.7612986805688, + -12.151479002687784 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.76663122739403, + -12.151479002687784 + ] + ] + ], + "type": "Polygon" + }, + "id": "3273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77472318893042, + -12.264411027872413, + -76.76507343300442, + -12.254033580334227 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.77040767099314, + -12.254033580334227 + ] + ] + ], + "type": "Polygon" + }, + "id": "3274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07251707867832, + -11.90856283970218, + -77.06287013817823, + -11.898172495818773 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.06819824953077, + -11.898172495818773 + ] + ] + ], + "type": "Polygon" + }, + "id": "3275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09211921446966, + -11.611482414713656, + -77.08248062074712, + -11.60108762915725 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08780382152271, + -11.60108762915725 + ], + [ + -77.09211921446966, + -11.604131459502215 + ], + [ + -77.0916153519519, + -11.609328904843927 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.08780382152271, + -11.60108762915725 + ] + ] + ], + "type": "Polygon" + }, + "id": "3276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09777760871225, + -12.076232447475839, + -77.08812503103283, + -12.065843973410024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.09345586806927, + -12.065843973410024 + ] + ] + ], + "type": "Polygon" + }, + "id": "3277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08685984487867, + -11.713269635066679, + -77.07721835642496, + -11.702876272732938 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.08254323657121, + -11.702876272732938 + ] + ] + ], + "type": "Polygon" + }, + "id": "3278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06488895368639, + -11.892081254846136, + -77.05524269766222, + -11.881690862118935 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.06057054800715, + -11.881690862118935 + ] + ] + ], + "type": "Polygon" + }, + "id": "3279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72233098278755, + -11.905464467832514, + -76.71269335871132, + -11.89508279920563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.71802169382686, + -11.89508279920563 + ] + ] + ], + "type": "Polygon" + }, + "id": "3280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92246413586317, + -11.791562451715238, + -76.91282454592017, + -11.781174164888233 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.91815089834766, + -11.781174164888233 + ] + ] + ], + "type": "Polygon" + }, + "id": "3281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.190505009407, + -11.786331409264742, + -77.18085876033736, + -11.775936517746173 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18618467963327, + -11.775936517746173 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.19000225698309, + -11.784177904085537 + ], + [ + -77.18517904757397, + -11.786331409264742 + ], + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.18136163996346, + -11.7780900403701 + ], + [ + -77.18618467963327, + -11.775936517746173 + ] + ] + ], + "type": "Polygon" + }, + "id": "3282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89658707104086, + -11.773283719046821, + -76.8869487049268, + -11.76289582771396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.8922747779154, + -11.76289582771396 + ] + ] + ], + "type": "Polygon" + }, + "id": "3283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66200081390285, + -12.284575762415606, + -76.65235354160022, + -12.274201529247964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.65768813719244, + -12.274201529247964 + ] + ] + ], + "type": "Polygon" + }, + "id": "3284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79070283532462, + -12.336735388459058, + -76.78105048694462, + -12.326358752664575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.7863859125885, + -12.326358752664575 + ] + ] + ], + "type": "Polygon" + }, + "id": "3285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77466888085789, + -12.453000948205727, + -76.76501348930854, + -12.442626743890996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.77035084344742, + -12.442626743890996 + ] + ] + ], + "type": "Polygon" + }, + "id": "3286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91110811194396, + -12.238672790034983, + -76.90145548861868, + -12.228291489274921 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.906789217093, + -12.228291489274921 + ] + ] + ], + "type": "Polygon" + }, + "id": "3287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9415228520625, + -11.927151614282343, + -76.93187872572823, + -11.916764754282086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.93720729235284, + -11.916764754282086 + ] + ] + ], + "type": "Polygon" + }, + "id": "3288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8768166096045, + -12.258852549356412, + -76.8671642877311, + -12.248472437551118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.87249837622252, + -12.248472437551118 + ] + ] + ], + "type": "Polygon" + }, + "id": "3289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1427271275872, + -12.041310815663822, + -77.13307446503907, + -12.03092072064727 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13840465886439, + -12.03092072064727 + ], + [ + -77.1427271275872, + -12.033966305029514 + ], + [ + -77.14222330700403, + -12.039161404395585 + ], + [ + -77.13739689047415, + -12.041310815663822 + ], + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.13357841283683, + -12.033070151166669 + ], + [ + -77.13840465886439, + -12.03092072064727 + ] + ] + ], + "type": "Polygon" + }, + "id": "3290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69874699954018, + -11.910982489553522, + -76.68910985760803, + -11.90060150124957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69443828784674, + -11.90060150124957 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.68910985760803, + -11.907933468690867 + ], + [ + -76.68961980433684, + -11.902743029524814 + ], + [ + -76.69443828784674, + -11.90060150124957 + ] + ] + ], + "type": "Polygon" + }, + "id": "3291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02690273763832, + -12.09285762174882, + -77.01725146393899, + -12.082471134315066 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.02258266883783, + -12.082471134315066 + ] + ] + ], + "type": "Polygon" + }, + "id": "3292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0018021349256, + -12.208337644615073, + -76.99214805875167, + -12.197953602239455 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.9974811971679, + -12.197953602239455 + ] + ] + ], + "type": "Polygon" + }, + "id": "3293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67647198349397, + -12.278167779992426, + -76.66682450234961, + -12.267793067914921 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.67215899124109, + -12.267793067914921 + ] + ] + ], + "type": "Polygon" + }, + "id": "3294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67113744459506, + -12.285491109940839, + -76.66148989210201, + -12.275116657305423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.66682450234961, + -12.275116657305423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87605355363958, + -12.219472327417744, + -76.86640242807945, + -12.209091588240671 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.87173586717176, + -12.209091588240671 + ] + ] + ], + "type": "Polygon" + }, + "id": "3296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70012983555547, + -12.178374783682274, + -76.69048468242087, + -12.167997830531654 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.6958175209142, + -12.167997830531654 + ] + ] + ], + "type": "Polygon" + }, + "id": "3297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04137987065168, + -12.08641838307278, + -77.03172841904906, + -12.07603144142476 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.03705949996525, + -12.07603144142476 + ] + ] + ], + "type": "Polygon" + }, + "id": "3298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0253401024152, + -12.01405516740793, + -77.01569121916685, + -12.003667519373186 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.02102112759067, + -12.003667519373186 + ] + ] + ], + "type": "Polygon" + }, + "id": "3299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66432944423013, + -12.214088802342683, + -76.65468421242055, + -12.20371334478313 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.6600176439382, + -12.20371334478313 + ] + ] + ], + "type": "Polygon" + }, + "id": "3300", + "properties": {}, + "type": "Feature" + } + ], + "type": "FeatureCollection" + }, + "hovertemplate": "duration_to_food_facility_bins=De 0 a 15
index=%{location}", + "locations": [ + 24, + 25, + 26, + 39, + 49, + 53, + 56, + 66, + 67, + 74, + 75, + 79, + 85, + 93, + 97, + 98, + 107, + 109, + 111, + 115, + 121, + 136, + 137, + 144, + 159, + 172, + 180, + 181, + 184, + 185, + 187, + 194, + 212, + 214, + 216, + 219, + 220, + 225, + 235, + 236, + 247, + 261, + 266, + 267, + 270, + 274, + 298, + 303, + 305, + 314, + 322, + 331, + 344, + 354, + 357, + 364, + 365, + 370, + 374, + 382, + 386, + 398, + 399, + 410, + 414, + 417, + 428, + 433, + 435, + 437, + 440, + 442, + 449, + 450, + 461, + 467, + 468, + 474, + 477, + 483, + 505, + 522, + 523, + 529, + 536, + 538, + 539, + 545, + 551, + 554, + 558, + 561, + 563, + 573, + 575, + 577, + 584, + 588, + 591, + 592, + 595, + 598, + 599, + 601, + 602, + 604, + 608, + 612, + 617, + 621, + 622, + 631, + 632, + 633, + 637, + 640, + 643, + 652, + 654, + 661, + 664, + 666, + 670, + 679, + 688, + 689, + 692, + 696, + 697, + 698, + 700, + 707, + 708, + 714, + 720, + 721, + 722, + 726, + 727, + 728, + 729, + 733, + 738, + 739, + 740, + 773, + 776, + 780, + 781, + 789, + 790, + 794, + 796, + 799, + 809, + 812, + 816, + 821, + 827, + 833, + 849, + 853, + 860, + 868, + 869, + 870, + 878, + 879, + 881, + 882, + 885, + 888, + 906, + 907, + 914, + 916, + 931, + 932, + 938, + 943, + 944, + 945, + 948, + 958, + 960, + 962, + 968, + 972, + 975, + 982, + 987, + 988, + 997, + 1003, + 1008, + 1016, + 1037, + 1040, + 1049, + 1053, + 1057, + 1064, + 1065, + 1066, + 1073, + 1075, + 1089, + 1092, + 1097, + 1104, + 1105, + 1106, + 1112, + 1119, + 1120, + 1125, + 1130, + 1135, + 1139, + 1148, + 1150, + 1151, + 1157, + 1163, + 1164, + 1165, + 1171, + 1182, + 1184, + 1189, + 1201, + 1202, + 1211, + 1213, + 1217, + 1221, + 1223, + 1224, + 1228, + 1237, + 1242, + 1244, + 1259, + 1263, + 1266, + 1270, + 1271, + 1276, + 1285, + 1302, + 1312, + 1314, + 1336, + 1347, + 1351, + 1358, + 1360, + 1361, + 1365, + 1371, + 1390, + 1399, + 1407, + 1415, + 1417, + 1421, + 1424, + 1429, + 1438, + 1442, + 1444, + 1446, + 1460, + 1461, + 1464, + 1474, + 1489, + 1490, + 1491, + 1496, + 1500, + 1502, + 1503, + 1509, + 1510, + 1523, + 1525, + 1542, + 1543, + 1548, + 1554, + 1555, + 1561, + 1563, + 1569, + 1576, + 1580, + 1586, + 1587, + 1593, + 1595, + 1604, + 1605, + 1621, + 1623, + 1630, + 1631, + 1637, + 1638, + 1641, + 1649, + 1669, + 1676, + 1686, + 1687, + 1690, + 1696, + 1703, + 1704, + 1705, + 1706, + 1708, + 1711, + 1718, + 1720, + 1721, + 1723, + 1724, + 1730, + 1733, + 1741, + 1750, + 1756, + 1758, + 1763, + 1766, + 1770, + 1772, + 1774, + 1776, + 1780, + 1785, + 1801, + 1802, + 1804, + 1805, + 1816, + 1822, + 1826, + 1830, + 1831, + 1834, + 1851, + 1858, + 1859, + 1861, + 1863, + 1867, + 1870, + 1871, + 1873, + 1874, + 1893, + 1901, + 1905, + 1914, + 1918, + 1920, + 1921, + 1941, + 1947, + 1949, + 1951, + 1954, + 1959, + 1969, + 1979, + 1982, + 1983, + 1985, + 1997, + 2005, + 2009, + 2019, + 2027, + 2035, + 2038, + 2045, + 2054, + 2061, + 2066, + 2067, + 2069, + 2070, + 2072, + 2077, + 2101, + 2105, + 2107, + 2111, + 2120, + 2128, + 2139, + 2142, + 2143, + 2145, + 2147, + 2152, + 2163, + 2165, + 2173, + 2174, + 2190, + 2199, + 2203, + 2204, + 2213, + 2214, + 2216, + 2219, + 2227, + 2230, + 2231, + 2233, + 2256, + 2284, + 2293, + 2295, + 2296, + 2300, + 2306, + 2313, + 2318, + 2321, + 2337, + 2350, + 2358, + 2360, + 2362, + 2364, + 2365, + 2367, + 2370, + 2371, + 2381, + 2385, + 2389, + 2399, + 2409, + 2416, + 2418, + 2422, + 2429, + 2441, + 2442, + 2446, + 2447, + 2448, + 2466, + 2515, + 2525, + 2531, + 2532, + 2535, + 2538, + 2539, + 2550, + 2562, + 2568, + 2580, + 2586, + 2597, + 2600, + 2606, + 2607, + 2612, + 2614, + 2615, + 2616, + 2619, + 2621, + 2623, + 2626, + 2635, + 2644, + 2647, + 2652, + 2654, + 2665, + 2671, + 2681, + 2684, + 2687, + 2691, + 2694, + 2695, + 2698, + 2705, + 2713, + 2717, + 2718, + 2719, + 2720, + 2722, + 2734, + 2736, + 2746, + 2747, + 2751, + 2770, + 2771, + 2780, + 2783, + 2790, + 2795, + 2796, + 2797, + 2802, + 2804, + 2808, + 2820, + 2823, + 2841, + 2842, + 2851, + 2856, + 2857, + 2860, + 2861, + 2862, + 2868, + 2869, + 2871, + 2872, + 2875, + 2877, + 2878, + 2880, + 2885, + 2887, + 2893, + 2906, + 2910, + 2919, + 2938, + 2941, + 2945, + 2947, + 2948, + 2959, + 2964, + 2976, + 2980, + 2989, + 2992, + 3000, + 3001, + 3006, + 3009, + 3013, + 3018, + 3033, + 3037, + 3038, + 3040, + 3041, + 3049, + 3052, + 3053, + 3057, + 3063, + 3066, + 3072, + 3075, + 3078, + 3080, + 3082, + 3084, + 3092, + 3095, + 3107, + 3112, + 3114, + 3115, + 3116, + 3121, + 3123, + 3125, + 3133, + 3143, + 3144, + 3147, + 3150, + 3152, + 3156, + 3160, + 3162, + 3164, + 3169, + 3175, + 3176, + 3180, + 3184, + 3187, + 3190, + 3196, + 3203, + 3204, + 3207, + 3209, + 3210, + 3211, + 3220, + 3221, + 3224, + 3226, + 3228, + 3231, + 3233, + 3238, + 3248, + 3255, + 3257, + 3258, + 3260, + 3268, + 3270, + 3279, + 3287, + 3292, + 3293, + 3298 + ], + "name": "De 0 a 15", + "showlegend": true, + "showscale": false, + "subplot": "mapbox", + "type": "choroplethmapbox", + "z": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ] + }, + { + "colorscale": [ + [ + 0, + "#fdca26" + ], + [ + 1, + "#fdca26" + ] + ], + "geojson": { + "bbox": [ + -77.25103444130222, + -12.517989228728535, + -76.62041559387855, + -11.573692228960413 + ], + "features": [ + { + "bbox": [ + -76.80439037166623, + -12.479544488351467, + -76.79473338439676, + -12.469170004896617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80007116393422, + -12.469170004896617 + ], + [ + -76.80439037166623, + -12.472220769284453 + ], + [ + -76.80388112475119, + -12.477408064770854 + ], + [ + -76.79905254388291, + -12.479544488351467 + ], + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.79524275752351, + -12.47130645334645 + ], + [ + -76.80007116393422, + -12.469170004896617 + ] + ] + ], + "type": "Polygon" + }, + "id": "0", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.21673567169266, + -12.087887614728018, + -77.20707979007148, + -12.077496450750104 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21241062497951, + -12.077496450750104 + ], + [ + -77.21673567169266, + -12.080541553271305 + ], + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.20707979007148, + -12.08484242832682 + ], + [ + -77.20758276905593, + -12.07964689766269 + ], + [ + -77.21241062497951, + -12.077496450750104 + ] + ] + ], + "type": "Polygon" + }, + "id": "1", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23121969655782, + -12.081435940629902, + -77.22156365305825, + -12.071044331177799 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22689435492259, + -12.071044331177799 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.22156365305825, + -12.078390920956918 + ], + [ + -77.22206641798117, + -12.073195167462707 + ], + [ + -77.22689435492259, + -12.071044331177799 + ] + ] + ], + "type": "Polygon" + }, + "id": "2", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.25103444130222, + -12.067635813317104, + -77.24137832668924, + -12.057243520014259 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24670876354409, + -12.057243520014259 + ], + [ + -77.25103444130222, + -12.060288205140235 + ], + [ + -77.25053210471678, + -12.065484402890457 + ], + [ + -77.2457039627029, + -12.067635813317104 + ], + [ + -77.24137832668924, + -12.06459104429789 + ], + [ + -77.24188079093568, + -12.059394948755278 + ], + [ + -77.24670876354409, + -12.057243520014259 + ] + ] + ], + "type": "Polygon" + }, + "id": "3", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24952738610197, + -12.083223910203523, + -77.23987084304808, + -12.072831891441023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24520153955892, + -12.072831891441023 + ], + [ + -77.24952738610197, + -12.075876661289815 + ], + [ + -77.24902500407138, + -12.08107272176681 + ], + [ + -77.24419664782108, + -12.083223910203523 + ], + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.24520153955892, + -12.072831891441023 + ] + ] + ], + "type": "Polygon" + }, + "id": "4", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.21522707189207, + -12.103474014776776, + -77.2055707621553, + -12.093083127619384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.21472417497435, + -12.1013238098318 + ], + [ + -77.20989593519363, + -12.103474014776776 + ], + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.21090185658713, + -12.093083127619384 + ] + ] + ], + "type": "Polygon" + }, + "id": "5", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24037335274606, + -12.082330059640089, + -77.23071705922906, + -12.071938245406702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.23604775855509, + -12.071938245406702 + ] + ] + ], + "type": "Polygon" + }, + "id": "6", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2457039627029, + -12.074983098288111, + -77.23604775855509, + -12.06459104429789 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24137832668924, + -12.06459104429789 + ], + [ + -77.2457039627029, + -12.067635813317104 + ], + [ + -77.24520153955892, + -12.072831891441023 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.23655030934498, + -12.066742269550407 + ], + [ + -77.24137832668924, + -12.06459104429789 + ] + ] + ], + "type": "Polygon" + }, + "id": "7", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2007426480144, + -12.109923848858411, + -77.19108650152918, + -12.099533408866476 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.19641772825882, + -12.099533408866476 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.20023953704263, + -12.107774034334977 + ], + [ + -77.19541137880904, + -12.109923848858411 + ], + [ + -77.19108650152918, + -12.106878411003903 + ], + [ + -77.19158973999788, + -12.101683242422597 + ], + [ + -77.19641772825882, + -12.099533408866476 + ] + ] + ], + "type": "Polygon" + }, + "id": "8", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2114047945437, + -12.095233351419967, + -77.20174882446877, + -12.08484242832682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.20707979007148, + -12.08484242832682 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.20174882446877, + -12.092188081169875 + ], + [ + -77.20225188995258, + -12.086992670978084 + ], + [ + -77.20707979007148, + -12.08484242832682 + ] + ] + ], + "type": "Polygon" + }, + "id": "9", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22438073560453, + -12.104368997851333, + -77.21472417497435, + -12.093977905553041 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.22438073560453, + -12.097023009834665 + ], + [ + -77.22387796627224, + -12.10221860723253 + ], + [ + -77.21904960109191, + -12.104368997851333 + ], + [ + -77.21472417497435, + -12.1013238098318 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.22005526735124, + -12.093977905553041 + ] + ] + ], + "type": "Polygon" + }, + "id": "10", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24419664782108, + -12.090570835245073, + -77.23454001527175, + -12.080179056563606 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.24419664782108, + -12.083223910203523 + ], + [ + -77.24369417922603, + -12.088419850669997 + ], + [ + -77.2388657781964, + -12.090570835245073 + ], + [ + -77.23454001527175, + -12.087525897845072 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23987084304808, + -12.080179056563606 + ] + ] + ], + "type": "Polygon" + }, + "id": "11", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.20989593519363, + -12.110819389181554, + -77.20023953704263, + -12.100428743676936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.20989593519363, + -12.103474014776776 + ], + [ + -77.20939295175548, + -12.108669388870759 + ], + [ + -77.20456466773608, + -12.110819389181554 + ], + [ + -77.20023953704263, + -12.107774034334977 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.2055707621553, + -12.100428743676936 + ] + ] + ], + "type": "Polygon" + }, + "id": "12", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22971173910942, + -12.097023009834665, + -77.22005526735124, + -12.086631676447317 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.22971173910942, + -12.089676696959943 + ], + [ + -77.2292090563173, + -12.094872414872372 + ], + [ + -77.22438073560453, + -12.097023009834665 + ], + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.22538622879863, + -12.086631676447317 + ] + ] + ], + "type": "Polygon" + }, + "id": "13", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.20607378662177, + -12.102578762934337, + -77.19641772825882, + -12.092188081169875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.20174882446877, + -12.092188081169875 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.19641772825882, + -12.099533408866476 + ], + [ + -77.19692088023739, + -12.09433811936897 + ], + [ + -77.20174882446877, + -12.092188081169875 + ] + ] + ], + "type": "Polygon" + }, + "id": "14", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22588895266163, + -12.088782290088124, + -77.21623282025061, + -12.078390920956918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22156365305825, + -12.078390920956918 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.21673567169266, + -12.080541553271305 + ], + [ + -77.22156365305825, + -12.078390920956918 + ] + ] + ], + "type": "Polygon" + }, + "id": "15", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2205580777439, + -12.09612831494137, + -77.21090185658713, + -12.085737186575091 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.21623282025061, + -12.085737186575091 + ] + ] + ], + "type": "Polygon" + }, + "id": "16", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23655030934498, + -12.074089266979648, + -77.22689435492259, + -12.063697417650754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23222492575619, + -12.063697417650754 + ], + [ + -77.23655030934498, + -12.066742269550407 + ], + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.22689435492259, + -12.071044331177799 + ], + [ + -77.22739703332178, + -12.065848457715207 + ], + [ + -77.23222492575619, + -12.063697417650754 + ] + ] + ], + "type": "Polygon" + }, + "id": "17", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23504261151906, + -12.089676696959943, + -77.22538622879863, + -12.079285122927537 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23454001527175, + -12.087525897845072 + ], + [ + -77.22971173910942, + -12.089676696959943 + ], + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.23071705922906, + -12.079285122927537 + ] + ] + ], + "type": "Polygon" + }, + "id": "18", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82882759969192, + -12.13617102885011, + -76.81918021721812, + -12.125790139159133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.82451231266047, + -12.125790139159133 + ] + ] + ], + "type": "Polygon" + }, + "id": "19", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07003966305193, + -11.601459785090736, + -77.06040192548107, + -11.591065411175384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.06572499188286, + -11.591065411175384 + ] + ] + ], + "type": "Polygon" + }, + "id": "20", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12190193963382, + -11.732428096487205, + -77.11225899985065, + -11.722034136843403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.11758414410848, + -11.722034136843403 + ] + ] + ], + "type": "Polygon" + }, + "id": "21", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84940090468687, + -11.9731025177947, + -76.83975783662588, + -11.962718623284918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.84508723182428, + -11.962718623284918 + ] + ] + ], + "type": "Polygon" + }, + "id": "22", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17363835507746, + -11.674510763598882, + -77.1639958503303, + -11.66411480692549 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16931996092957, + -11.66411480692549 + ], + [ + -77.17363835507746, + -11.667158261158178 + ], + [ + -77.17313553900625, + -11.672356291451003 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.16931996092957, + -11.66411480692549 + ] + ] + ], + "type": "Polygon" + }, + "id": "23", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13572865690753, + -11.875412733866321, + -77.12608111408974, + -11.865020387252722 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.13140858815932, + -11.865020387252722 + ] + ] + ], + "type": "Polygon" + }, + "id": "24", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95452111681495, + -12.125036113648834, + -76.9448707510396, + -12.114651911262783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.95020256555866, + -12.114651911262783 + ] + ] + ], + "type": "Polygon" + }, + "id": "25", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05737248058583, + -12.064396805645382, + -77.04772127858978, + -12.05400913488869 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.05305197612272, + -12.05400913488869 + ] + ] + ], + "type": "Polygon" + }, + "id": "26", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09139601395617, + -11.66649825089569, + -77.08175580241924, + -11.656104175026211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.08707990777869, + -11.656104175026211 + ] + ] + ], + "type": "Polygon" + }, + "id": "27", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81204349484707, + -12.307427811526102, + -76.80239144817827, + -12.297050139310805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.80772637930016, + -12.297050139310805 + ] + ] + ], + "type": "Polygon" + }, + "id": "28", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1006004159775, + -11.76182390523275, + -77.09095713619756, + -11.751430850816579 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.09628279492941, + -11.751430850816579 + ] + ] + ], + "type": "Polygon" + }, + "id": "29", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71993047958371, + -12.164632847532044, + -76.71028519362727, + -12.154255168505697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.71561780163637, + -12.154255168505697 + ] + ] + ], + "type": "Polygon" + }, + "id": "30", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14932177118453, + -11.73510191969156, + -77.13967806718584, + -11.72470733399623 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.14500321291112, + -11.72470733399623 + ] + ] + ], + "type": "Polygon" + }, + "id": "31", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08784058193292, + -12.035928163563065, + -77.07818945710474, + -12.02553931778207 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.08351964430383, + -12.02553931778207 + ] + ] + ], + "type": "Polygon" + }, + "id": "32", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67340749066328, + -12.309290714561516, + -76.66375916442156, + -12.298916604000064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.66807243736318, + -12.309290714561516 + ], + [ + -76.66375916442156, + -12.306239413539364 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.66909416766096, + -12.298916604000064 + ] + ] + ], + "type": "Polygon" + }, + "id": "33", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01693330229243, + -11.958170203341249, + -77.00728630056551, + -11.947781934971644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.01261529865783, + -11.947781934971644 + ] + ] + ], + "type": "Polygon" + }, + "id": "34", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13262917399388, + -11.812163536914829, + -77.12298359234015, + -11.80177038801329 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.12831003097253, + -11.80177038801329 + ] + ] + ], + "type": "Polygon" + }, + "id": "35", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73749461996034, + -12.032757614684131, + -76.72785278823801, + -12.022377436605137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.73318321698999, + -12.022377436605137 + ] + ] + ], + "type": "Polygon" + }, + "id": "36", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70383652423588, + -12.375196495367776, + -76.69418539011288, + -12.364822731758851 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.6995214786163, + -12.364822731758851 + ] + ] + ], + "type": "Polygon" + }, + "id": "37", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67210338584077, + -11.947637823931064, + -76.66246588609687, + -11.937258048312156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66779492281462, + -11.937258048312156 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.66297626055415, + -11.939398535955059 + ], + [ + -76.66779492281462, + -11.937258048312156 + ] + ] + ], + "type": "Polygon" + }, + "id": "38", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08087186918891, + -11.870045829482718, + -77.0712258647135, + -11.859654736633306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.07655333089991, + -11.859654736633306 + ] + ] + ], + "type": "Polygon" + }, + "id": "39", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72369142958553, + -12.267175210888363, + -76.71404297912487, + -12.256799107272748 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71937727897053, + -12.256799107272748 + ] + ] + ], + "type": "Polygon" + }, + "id": "40", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78844596902236, + -12.218621454408437, + -76.77879720987376, + -12.20824290607737 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.78413068616734, + -12.20824290607737 + ] + ] + ], + "type": "Polygon" + }, + "id": "41", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94150132944306, + -11.832764938814465, + -76.93186001517479, + -11.822376745205636 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.93617427012207, + -11.832764938814465 + ], + [ + -76.93186001517479, + -11.829718482690254 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.93718702839372, + -11.822376745205636 + ] + ] + ], + "type": "Polygon" + }, + "id": "42", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06707260531421, + -11.727073467719785, + -77.057431206859, + -11.71668076697643 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.06275634074274, + -11.71668076697643 + ] + ] + ], + "type": "Polygon" + }, + "id": "43", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94224990789239, + -11.777776162125035, + -76.93261021115929, + -11.767387198697477 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.93793631917049, + -11.767387198697477 + ] + ] + ], + "type": "Polygon" + }, + "id": "44", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01836168379718, + -11.75377814076955, + -77.00872073291721, + -11.743386982429449 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.01404636658768, + -11.743386982429449 + ] + ] + ], + "type": "Polygon" + }, + "id": "45", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05109668730994, + -11.749115631724633, + -77.04145503884223, + -11.738723611399607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.04678055582134, + -11.738723611399607 + ] + ] + ], + "type": "Polygon" + }, + "id": "46", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66659842145526, + -12.23789014552682, + -76.65695241617829, + -12.227515019391742 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.66228624056501, + -12.227515019391742 + ] + ] + ], + "type": "Polygon" + }, + "id": "47", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67437114042745, + -11.971446405089681, + -76.66473286855953, + -11.961066921146077 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.67006229744104, + -11.961066921146077 + ] + ] + ], + "type": "Polygon" + }, + "id": "48", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0916571479917, + -12.044168677452284, + -77.08200568106491, + -12.033779863416893 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.08733599861402, + -12.033779863416893 + ] + ] + ], + "type": "Polygon" + }, + "id": "49", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15099664494194, + -11.908376863444213, + -77.1413477394171, + -11.897984615607378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.146675731693, + -11.897984615607378 + ], + [ + -77.15099664494194, + -11.901029480733321 + ], + [ + -77.15049314743752, + -11.90622565656648 + ], + [ + -77.14566860953208, + -11.908376863444213 + ], + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.146675731693, + -11.897984615607378 + ] + ] + ], + "type": "Polygon" + }, + "id": "50", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07161146434342, + -11.680305052668956, + -77.06197134225317, + -11.669911633796843 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.06729570157243, + -11.669911633796843 + ] + ] + ], + "type": "Polygon" + }, + "id": "51", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8509144847081, + -12.146225246710973, + -76.8412662129959, + -12.135843960953725 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.84659846086751, + -12.135843960953725 + ] + ] + ], + "type": "Polygon" + }, + "id": "52", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8608198593979, + -11.997822227006733, + -76.85117575090196, + -11.987438412779426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.85650554590543, + -11.987438412779426 + ] + ] + ], + "type": "Polygon" + }, + "id": "53", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76558288028981, + -12.263499291637828, + -76.75593339910711, + -12.253122060854563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.76126762556498, + -12.253122060854563 + ] + ] + ], + "type": "Polygon" + }, + "id": "54", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0556378701375, + -11.70235026642056, + -77.0459974976744, + -11.69195752103127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.0513222402168, + -11.69195752103127 + ] + ] + ], + "type": "Polygon" + }, + "id": "55", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06186063936075, + -11.923251396180403, + -77.05221353148735, + -11.912861522565587 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.05754189880123, + -11.912861522565587 + ] + ] + ], + "type": "Polygon" + }, + "id": "56", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65519511582903, + -12.213174536111113, + -76.64555016444103, + -12.20279929845889 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65088358110481, + -12.20279929845889 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.64555016444103, + -12.21012353937759 + ], + [ + -76.6460611932524, + -12.204935975564302 + ], + [ + -76.65088358110481, + -12.20279929845889 + ] + ] + ], + "type": "Polygon" + }, + "id": "57", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10132229319773, + -11.706812674259977, + -77.09168063230123, + -11.696418877189256 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.09700538589935, + -11.696418877189256 + ] + ] + ], + "type": "Polygon" + }, + "id": "58", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86615048500505, + -11.801745897900346, + -76.85651207614822, + -11.791359151271195 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.86615048500505, + -11.794406017468413 + ], + [ + -76.86564316548389, + -11.799599444721533 + ], + [ + -76.86082387450271, + -11.801745897900346 + ], + [ + -76.85651207614822, + -11.798698944560835 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.86183863948489, + -11.791359151271195 + ] + ] + ], + "type": "Polygon" + }, + "id": "59", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78774071833327, + -11.990580184783628, + -76.77809878150413, + -11.980198100514313 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.78342849745725, + -11.980198100514313 + ] + ] + ], + "type": "Polygon" + }, + "id": "60", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06410328158418, + -11.852668692645588, + -77.05445821951429, + -11.842277764829527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05978542245751, + -11.842277764829527 + ] + ] + ], + "type": "Polygon" + }, + "id": "61", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66586168634927, + -12.198525542832215, + -76.65621687674711, + -12.188149793016178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66155005127965, + -12.188149793016178 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.65621687674711, + -12.19547471620238 + ], + [ + -76.65672773425791, + -12.19028689624854 + ], + [ + -76.66155005127965, + -12.188149793016178 + ] + ] + ], + "type": "Polygon" + }, + "id": "62", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84025777939198, + -12.066549436650268, + -76.83061216874468, + -12.05616717673097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.83594310947382, + -12.05616717673097 + ] + ] + ], + "type": "Polygon" + }, + "id": "63", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81817764101683, + -12.056497202977384, + -76.80853292050166, + -12.04611534441712 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.81386370810054, + -12.04611534441712 + ] + ] + ], + "type": "Polygon" + }, + "id": "64", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8219567081505, + -12.253397805669033, + -76.81230600978529, + -12.243018981739553 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.81764004343749, + -12.243018981739553 + ] + ] + ], + "type": "Polygon" + }, + "id": "65", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0200990812437, + -12.210144175994, + -77.01044448099324, + -12.19975971273075 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.01959327532651, + -12.207999516275937 + ], + [ + -77.01476588922195, + -12.210144175994 + ], + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.01577762792792, + -12.19975971273075 + ] + ] + ], + "type": "Polygon" + }, + "id": "66", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09093290333456, + -12.099156426139318, + -77.08127981427069, + -12.088768471938241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.09093290333456, + -12.091814812859907 + ], + [ + -77.09042826482461, + -12.097008842120156 + ], + [ + -77.08560163473821, + -12.099156426139318 + ], + [ + -77.08127981427069, + -12.096110000953841 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.08661103882311, + -12.088768471938241 + ] + ] + ], + "type": "Polygon" + }, + "id": "67", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01234144768623, + -11.910523691348068, + -77.0026959837102, + -11.900134846490301 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -77.00802420279429, + -11.900134846490301 + ] + ] + ], + "type": "Polygon" + }, + "id": "68", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76027995835355, + -12.17651584627847, + -76.75063321821858, + -12.166137330777675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.75596601081428, + -12.166137330777675 + ] + ] + ], + "type": "Polygon" + }, + "id": "69", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01160425913811, + -11.965511806491982, + -77.00195717538377, + -11.955123776381928 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -77.00728630056551, + -11.955123776381928 + ] + ] + ], + "type": "Polygon" + }, + "id": "70", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63919435202266, + -12.235145461674747, + -76.62954918920411, + -12.224770995569543 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.63488296840235, + -12.224770995569543 + ] + ] + ], + "type": "Polygon" + }, + "id": "71", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84480992339918, + -12.302831547573303, + -76.83515713771874, + -12.292452972419875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.84049197407354, + -12.292452972419875 + ] + ] + ], + "type": "Polygon" + }, + "id": "72", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81891884833152, + -12.190213151611028, + -76.80927011807941, + -12.17983337323485 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.81460311056414, + -12.17983337323485 + ] + ] + ], + "type": "Polygon" + }, + "id": "73", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85549001709562, + -12.005157753800917, + -76.84584583151634, + -11.994774182483301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.85117575090196, + -11.994774182483301 + ] + ] + ], + "type": "Polygon" + }, + "id": "74", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73220365909692, + -11.945755235093332, + -76.72256456495305, + -11.935373898159224 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.72789356139376, + -11.935373898159224 + ] + ] + ], + "type": "Polygon" + }, + "id": "75", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83414982779807, + -12.223169896075838, + -76.82449970605613, + -12.212790268750183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82983323378433, + -12.212790268750183 + ] + ] + ], + "type": "Polygon" + }, + "id": "76", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462578635307, + -12.100414009004043, + -76.85497851726329, + -12.090031660834033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.86031000056144, + -12.090031660834033 + ] + ] + ], + "type": "Polygon" + }, + "id": "77", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70008093301492, + -12.272672800799432, + -76.69043296559563, + -12.262297391999976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.69576736088189, + -12.262297391999976 + ] + ] + ], + "type": "Polygon" + }, + "id": "78", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96977132823288, + -12.157995444978924, + -76.96011958266877, + -12.147611385457662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.96545192537482, + -12.147611385457662 + ] + ] + ], + "type": "Polygon" + }, + "id": "79", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82352124141302, + -11.954814061110373, + -76.81387940918944, + -11.94443054766028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.8192085183923, + -11.94443054766028 + ] + ] + ], + "type": "Polygon" + }, + "id": "80", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1942275569044, + -11.700124253656242, + -77.18458378180419, + -11.689728133362769 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18990827805789, + -11.689728133362769 + ], + [ + -77.1942275569044, + -11.692771539641688 + ], + [ + -77.19372499054937, + -11.69796965158303 + ], + [ + -77.1889030181894, + -11.700124253656242 + ], + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18990827805789, + -11.689728133362769 + ] + ] + ], + "type": "Polygon" + }, + "id": "81", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80444580205736, + -12.196633953896104, + -76.79479726856164, + -12.186254644239868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.80013037448607, + -12.186254644239868 + ] + ] + ], + "type": "Polygon" + }, + "id": "82", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18216178807918, + -11.82486509852777, + -77.17251459755022, + -11.814470931671089 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1778411646585, + -11.814470931671089 + ], + [ + -77.18216178807918, + -11.817515092932366 + ], + [ + -77.18165885850664, + -11.822712228133646 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.1778411646585, + -11.814470931671089 + ] + ] + ], + "type": "Polygon" + }, + "id": "83", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66353348747742, + -12.26901433775822, + -76.65388663753981, + -12.258639805394635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65922097604651, + -12.258639805394635 + ] + ] + ], + "type": "Polygon" + }, + "id": "84", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98576773386583, + -12.135985519161242, + -76.9761162311798, + -12.125600716533716 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.98144819410301, + -12.125600716533716 + ] + ] + ], + "type": "Polygon" + }, + "id": "85", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82580163653509, + -11.978628813566736, + -76.81615903351965, + -11.968245593009874 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.82148853376206, + -11.968245593009874 + ] + ] + ], + "type": "Polygon" + }, + "id": "86", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95902645943858, + -11.889549240861186, + -76.94938299766359, + -11.879161409738579 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.95471092857873, + -11.879161409738579 + ] + ] + ], + "type": "Polygon" + }, + "id": "87", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15766550606251, + -11.696566416169677, + -77.14802274123163, + -11.686171126686487 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.15334724039408, + -11.686171126686487 + ] + ] + ], + "type": "Polygon" + }, + "id": "88", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04117735542826, + -11.708804505258797, + -77.03153715924657, + -11.698412196466059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.03686202615765, + -11.698412196466059 + ] + ] + ], + "type": "Polygon" + }, + "id": "89", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10297102400413, + -11.880076786460727, + -77.093324163317, + -11.869685298166457 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.0986517633092, + -11.869685298166457 + ] + ] + ], + "type": "Polygon" + }, + "id": "90", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94306412830802, + -12.005949391125256, + -76.9334176131145, + -11.99556364984132 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.93874747599017, + -11.99556364984132 + ] + ] + ], + "type": "Polygon" + }, + "id": "91", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13731819646488, + -11.954244966415759, + -77.12766826488384, + -11.943853710003099 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.13731819646488, + -11.946898926797367 + ], + [ + -77.13681443536487, + -11.952094606972548 + ], + [ + -77.13198938433638, + -11.954244966415759 + ], + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.1329970336706, + -11.943853710003099 + ] + ] + ], + "type": "Polygon" + }, + "id": "92", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02465064986697, + -12.163412577550469, + -77.01499732822077, + -12.15302725211492 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02032969896408, + -12.15302725211492 + ], + [ + -77.02465064986697, + -12.156074513895438 + ], + [ + -77.02414498086875, + -12.16126722916651 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.02032969896408, + -12.15302725211492 + ] + ] + ], + "type": "Polygon" + }, + "id": "93", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84938487434061, + -12.256126390217853, + -76.83973336207409, + -12.245746921225454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.84506742438742, + -12.245746921225454 + ] + ] + ], + "type": "Polygon" + }, + "id": "94", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72608971793768, + -12.008039500312059, + -76.71644893443673, + -11.997659240064669 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72177895864846, + -11.997659240064669 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.71644893443673, + -12.0049901962182 + ], + [ + -76.71695865426739, + -11.999800120811418 + ], + [ + -76.72177895864846, + -11.997659240064669 + ] + ] + ], + "type": "Polygon" + }, + "id": "95", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18508647530837, + -11.699235181774988, + -77.17544295205819, + -11.68883926880591 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.18076744945257, + -11.68883926880591 + ] + ] + ], + "type": "Polygon" + }, + "id": "96", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76031129331884, + -12.082193694336649, + -76.75066736676742, + -12.071813692883966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.75599860349702, + -12.071813692883966 + ] + ] + ], + "type": "Polygon" + }, + "id": "97", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9804357253859, + -12.143322493299152, + -76.97078414157447, + -12.13293793793133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.9761162311798, + -12.13293793793133 + ] + ] + ], + "type": "Polygon" + }, + "id": "98", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71390010626574, + -12.038269897952285, + -76.70425875500446, + -12.027890404263326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70958928013314, + -12.027890404263326 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.70425875500446, + -12.035220325916058 + ], + [ + -76.70476869195036, + -12.03003063384419 + ], + [ + -76.70958928013314, + -12.027890404263326 + ] + ] + ], + "type": "Polygon" + }, + "id": "99", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83267562211819, + -11.766983471773964, + -76.82303913884068, + -11.75659709189744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.8283651512555, + -11.75659709189744 + ] + ] + ], + "type": "Polygon" + }, + "id": "100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91109544597316, + -12.14432900439522, + -76.90144563967331, + -12.133946184206293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.90677781172982, + -12.133946184206293 + ] + ] + ], + "type": "Polygon" + }, + "id": "101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72757754959588, + -12.086795618540236, + -76.71793437697306, + -12.076416520247731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.72326569922069, + -12.076416520247731 + ] + ] + ], + "type": "Polygon" + }, + "id": "102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1111804401277, + -11.652688807213453, + -77.10154014144426, + -11.642294076864047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.10686399157734, + -11.642294076864047 + ] + ] + ], + "type": "Polygon" + }, + "id": "103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919581871099, + -12.14803898637879, + -76.85954700731075, + -12.137657271134916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.86487927280609, + -12.137657271134916 + ] + ] + ], + "type": "Polygon" + }, + "id": "104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65819909878206, + -12.276337414167356, + -76.64855217791148, + -12.265963141040219 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.65388663753981, + -12.265963141040219 + ] + ] + ], + "type": "Polygon" + }, + "id": "105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8059901203962, + -12.086734334962934, + -76.79634482504845, + -12.076353248308395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.80167611740973, + -12.076353248308395 + ] + ] + ], + "type": "Polygon" + }, + "id": "106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02386934682511, + -12.124015966802927, + -77.01421722106836, + -12.113630038680023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01954894320693, + -12.113630038680023 + ] + ] + ], + "type": "Polygon" + }, + "id": "107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79831893916418, + -12.35321253601032, + -76.78866589313066, + -12.34283598921608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.79400158743239, + -12.34283598921608 + ] + ] + ], + "type": "Polygon" + }, + "id": "108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12522374344452, + -12.07892611595525, + -77.1155703961235, + -12.06853701736512 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.12522374344452, + -12.071582942193793 + ], + [ + -77.12471961822986, + -12.076777543433247 + ], + [ + -77.11989285920305, + -12.07892611595525 + ], + [ + -77.1155703961235, + -12.07588010684822 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.12090123681685, + -12.06853701736512 + ] + ] + ], + "type": "Polygon" + }, + "id": "109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74271562385739, + -12.3083681322623, + -76.73306542361188, + -12.297992233722644 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.73840039871943, + -12.297992233722644 + ] + ] + ], + "type": "Polygon" + }, + "id": "110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9880628781608, + -12.15980222918304, + -76.97841060532278, + -12.149417746686982 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.98374295847934, + -12.149417746686982 + ] + ] + ], + "type": "Polygon" + }, + "id": "111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92630523523636, + -11.988567160752535, + -76.91665967614114, + -11.978181576501381 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.92198926791185, + -11.978181576501381 + ] + ] + ], + "type": "Polygon" + }, + "id": "112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80676188964557, + -12.03177836661477, + -76.79711821256211, + -12.021396419998446 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.80244859860132, + -12.021396419998446 + ] + ] + ], + "type": "Polygon" + }, + "id": "113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10822837795646, + -11.778306172860304, + -77.09858441572527, + -11.76791315466624 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.10391033435151, + -11.76791315466624 + ] + ] + ], + "type": "Polygon" + }, + "id": "114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90729663436352, + -12.23043343353049, + -76.89764435727372, + -12.220052092813292 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.90297795295645, + -12.220052092813292 + ] + ] + ], + "type": "Polygon" + }, + "id": "115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77938371721733, + -11.93471420490426, + -76.76974367090764, + -11.924331511216701 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.77507247002917, + -11.924331511216701 + ] + ] + ], + "type": "Polygon" + }, + "id": "116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06634496650707, + -11.78207960808194, + -77.05670194940275, + -11.771687657574303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.06202798846748, + -11.771687657574303 + ] + ] + ], + "type": "Polygon" + }, + "id": "117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08837203759558, + -11.697679531608777, + -77.07873097480493, + -11.687285929877115 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.0840555966714, + -11.687285929877115 + ] + ] + ], + "type": "Polygon" + }, + "id": "118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8250207178825, + -12.127931606148628, + -76.81537368311254, + -12.117550682492183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.82070564481073, + -12.117550682492183 + ] + ] + ], + "type": "Polygon" + }, + "id": "119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82275244989464, + -12.009777396287648, + -76.81310899994982, + -11.999394715892688 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.81843901508321, + -11.999394715892688 + ] + ] + ], + "type": "Polygon" + }, + "id": "120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02841922779602, + -12.077277821156867, + -77.01876838008928, + -12.066891056387474 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.02409932639446, + -12.066891056387474 + ] + ] + ], + "type": "Polygon" + }, + "id": "121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01688978139123, + -11.863772530325008, + -77.00724559339334, + -11.853382911643143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.01257303783603, + -11.853382911643143 + ] + ] + ], + "type": "Polygon" + }, + "id": "122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77847751340215, + -12.461238985973267, + -76.76882177241605, + -12.450864831693949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.7741592612032, + -12.450864831693949 + ] + ] + ], + "type": "Polygon" + }, + "id": "123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92248010351895, + -11.885949935202511, + -76.91283770251394, + -11.875562957914854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.91816560796273, + -11.875562957914854 + ] + ] + ], + "type": "Polygon" + }, + "id": "124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15552744052124, + -11.861610396227354, + -77.14587981559016, + -11.85121737869024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.15120703121349, + -11.85121737869024 + ] + ] + ], + "type": "Polygon" + }, + "id": "125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96509919130068, + -11.827219686614816, + -76.95545742817292, + -11.816830833307726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.96078432744652, + -11.816830833307726 + ] + ] + ], + "type": "Polygon" + }, + "id": "126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1181608439078, + -11.818618697692635, + -77.10851543217257, + -11.80822598679032 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.11384199892753, + -11.80822598679032 + ] + ] + ], + "type": "Polygon" + }, + "id": "127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7891751516025, + -12.352299961256486, + -76.77952237922898, + -12.341923630263008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.78485806270552, + -12.341923630263008 + ] + ] + ], + "type": "Polygon" + }, + "id": "128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72146016857232, + -12.14906625715072, + -76.71181530532915, + -12.138688291185597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.71714765615178, + -12.138688291185597 + ] + ] + ], + "type": "Polygon" + }, + "id": "129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77394551827366, + -12.319345692449595, + -76.76429414218882, + -12.308969185803885 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.769629287728, + -12.308969185803885 + ] + ] + ], + "type": "Polygon" + }, + "id": "130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69780892298022, + -12.248871024767507, + -76.68816172889548, + -12.238495279321253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.69349573147922, + -12.238495279321253 + ] + ] + ], + "type": "Polygon" + }, + "id": "131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562466555747, + -12.138892754574899, + -76.84659846086751, + -12.128511219132987 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.85193058432881, + -12.128511219132987 + ] + ] + ], + "type": "Polygon" + }, + "id": "132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97352274108167, + -11.977494020339872, + -76.96387628249312, + -11.967107103738934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96920564668535, + -11.967107103738934 + ] + ] + ], + "type": "Polygon" + }, + "id": "133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767230201937, + -12.25794409930229, + -76.85802024953759, + -12.247564201517882 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.86335432957894, + -12.247564201517882 + ] + ] + ], + "type": "Polygon" + }, + "id": "134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01307838802076, + -11.855531828818664, + -77.0034345432824, + -11.845142188293716 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -77.0087618565751, + -11.845142188293716 + ] + ] + ], + "type": "Polygon" + }, + "id": "135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00024521475295, + -12.129550569759301, + -76.99059353064865, + -12.119165309176896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.99592537152029, + -12.119165309176896 + ] + ] + ], + "type": "Polygon" + }, + "id": "136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09244672773596, + -12.083574425373987, + -77.08279406539633, + -12.07318619374786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.08812503103283, + -12.07318619374786 + ] + ] + ], + "type": "Polygon" + }, + "id": "137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15234096391768, + -11.703917680726216, + -77.1426981127226, + -11.693522614531949 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.14802274123163, + -11.693522614531949 + ] + ] + ], + "type": "Polygon" + }, + "id": "138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005718601959, + -12.052786909281695, + -76.8504114588701, + -12.042403942418952 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.85574216013168, + -12.042403942418952 + ] + ] + ], + "type": "Polygon" + }, + "id": "139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89356081509209, + -11.993196919988886, + -76.88391597819655, + -11.982812219044666 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88924567334985, + -11.982812219044666 + ] + ] + ], + "type": "Polygon" + }, + "id": "140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74893645205906, + -11.96314141741898, + -76.73929638398302, + -11.952759910062984 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.74462566218604, + -11.952759910062984 + ] + ] + ], + "type": "Polygon" + }, + "id": "141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79990562653929, + -12.054683568951948, + -76.7902614507399, + -12.044302143276708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.79559221765021, + -12.044302143276708 + ] + ] + ], + "type": "Polygon" + }, + "id": "142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84482995919832, + -12.019827819615863, + -76.83518561995024, + -12.009444735445454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.84051578783647, + -12.009444735445454 + ] + ] + ], + "type": "Polygon" + }, + "id": "143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11211401304925, + -11.880971427383447, + -77.10246689591958, + -11.870579730134208 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.10779449724858, + -11.870579730134208 + ] + ] + ], + "type": "Polygon" + }, + "id": "144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72592434366388, + -12.385265751244495, + -76.71627230334566, + -12.37489159753346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.72160855362323, + -12.37489159753346 + ] + ] + ], + "type": "Polygon" + }, + "id": "145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98954575293429, + -12.04985476199432, + -76.97989672239196, + -12.039468533685318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.98522726157927, + -12.039468533685318 + ] + ] + ], + "type": "Polygon" + }, + "id": "146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75351861791964, + -11.916423236354415, + -76.7438798173243, + -11.906040932996763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.74920832454404, + -11.906040932996763 + ] + ] + ], + "type": "Polygon" + }, + "id": "147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98185445995996, + -11.844598821242121, + -76.97221174531012, + -11.83420979567334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.97753891327145, + -11.83420979567334 + ] + ] + ], + "type": "Polygon" + }, + "id": "148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68021976778297, + -12.380685918448043, + -76.67056911973252, + -12.370312855397534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.67970894717689, + -12.378550933188981 + ], + [ + -76.67488353533685, + -12.380685918448043 + ], + [ + -76.67056911973252, + -12.377634343082692 + ], + [ + -76.67108006597283, + -12.37244786625101 + ], + [ + -76.67590530219279, + -12.370312855397534 + ] + ] + ], + "type": "Polygon" + }, + "id": "149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6711947897393, + -12.191200534545944, + -76.66155005127965, + -12.180824529308499 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.66155005127965, + -12.188149793016178 + ], + [ + -76.66206082313253, + -12.182961845322298 + ], + [ + -76.66688310461413, + -12.180824529308499 + ] + ] + ], + "type": "Polygon" + }, + "id": "150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8600638748136, + -11.76968512267344, + -76.85042658175516, + -11.759298093527384 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.8557526217784, + -11.759298093527384 + ] + ] + ], + "type": "Polygon" + }, + "id": "151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05031308315584, + -11.709698046504084, + -77.04067262756573, + -11.699305526500163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.0459974976744, + -11.699305526500163 + ] + ] + ], + "type": "Polygon" + }, + "id": "152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94075249898101, + -11.887750110187577, + -76.93110956663796, + -11.87736270548093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.9364374853705, + -11.87736270548093 + ] + ] + ], + "type": "Polygon" + }, + "id": "153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767233220088, + -11.974910219205581, + -76.85802872487083, + -11.964525893918783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.86335813776539, + -11.964525893918783 + ] + ] + ], + "type": "Polygon" + }, + "id": "154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88062339805332, + -12.17275747631116, + -76.87097354631027, + -12.162375868643965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.87630621129509, + -12.162375868643965 + ] + ] + ], + "type": "Polygon" + }, + "id": "155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72517985518422, + -12.345904345427913, + -76.7155290117787, + -12.335529532025923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.72086461175567, + -12.335529532025923 + ] + ] + ], + "type": "Polygon" + }, + "id": "156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8821295692172, + -11.779725296347022, + -76.87249139283219, + -11.769337851902117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.87781758266746, + -11.769337851902117 + ] + ] + ], + "type": "Polygon" + }, + "id": "157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82199673353281, + -11.97038899766496, + -76.81235447794445, + -11.960005751197215 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.81768384453495, + -11.960005751197215 + ] + ] + ], + "type": "Polygon" + }, + "id": "158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00102357877681, + -12.168945087579957, + -76.99137069878411, + -12.158560431224156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.9967031883501, + -12.158560431224156 + ] + ] + ], + "type": "Polygon" + }, + "id": "159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02676347289709, + -11.809673105773241, + -77.01712064292612, + -11.799282496198739 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.02244718573922, + -11.799282496198739 + ] + ] + ], + "type": "Polygon" + }, + "id": "160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01931823411468, + -12.170750309271076, + -77.00966483009137, + -12.160365231709688 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.01499732822077, + -12.160365231709688 + ] + ] + ], + "type": "Polygon" + }, + "id": "161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11053112580272, + -11.802136495273778, + -77.1008863962782, + -11.791743743848073 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.10621270332547, + -11.791743743848073 + ] + ] + ], + "type": "Polygon" + }, + "id": "162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96363715873285, + -12.03157159722274, + -76.95398934419251, + -12.021185731406186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95931960923272, + -12.021185731406186 + ] + ] + ], + "type": "Polygon" + }, + "id": "163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0175821537006, + -11.714363255553323, + -77.00794239567594, + -11.703971596128511 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.01326738236338, + -11.703971596128511 + ] + ] + ], + "type": "Polygon" + }, + "id": "164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1303245271117, + -11.788332566065934, + -77.12067971258747, + -11.777939148872962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.12600576294753, + -11.777939148872962 + ] + ] + ], + "type": "Polygon" + }, + "id": "165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13557237219497, + -11.686544609011673, + -77.12593045574236, + -11.676149722077502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.13125482524035, + -11.676149722077502 + ] + ] + ], + "type": "Polygon" + }, + "id": "166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7747774336386, + -12.075771352826834, + -76.76513330676103, + -12.065390885705238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.77046443223611, + -12.065390885705238 + ] + ] + ], + "type": "Polygon" + }, + "id": "167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06483145308951, + -11.797667224055386, + -77.05518801034563, + -11.787275521464334 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.06051430771765, + -11.787275521464334 + ] + ] + ], + "type": "Polygon" + }, + "id": "168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93542453412006, + -11.895090524442061, + -76.92578152220635, + -11.884703355996777 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.93110956663796, + -11.884703355996777 + ] + ] + ], + "type": "Polygon" + }, + "id": "169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12110953981572, + -11.693004449082958, + -77.11146779290176, + -11.682609994442181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.11679229056348, + -11.682609994442181 + ] + ] + ], + "type": "Polygon" + }, + "id": "170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80286258504503, + -12.495105815267385, + -76.79320517325112, + -12.484731650511064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79854321091787, + -12.484731650511064 + ], + [ + -76.80286258504503, + -12.487782496561413 + ], + [ + -76.8023532922527, + -12.492969632694676 + ], + [ + -76.79752449910596, + -12.495105815267385 + ], + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.79854321091787, + -12.484731650511064 + ] + ] + ], + "type": "Polygon" + }, + "id": "171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15393380947195, + -11.782767239478423, + -77.14428857199209, + -11.772373178029314 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14961449374826, + -11.772373178029314 + ] + ] + ], + "type": "Polygon" + }, + "id": "172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75110870876391, + -12.269913731786003, + -76.74145942891411, + -12.259536975307856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.74679376631644, + -12.259536975307856 + ] + ] + ], + "type": "Polygon" + }, + "id": "173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1416914914417, + -11.718619277899665, + -77.13204846801388, + -11.708224659621095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.13737335495425, + -11.708224659621095 + ] + ] + ], + "type": "Polygon" + }, + "id": "174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89432552415971, + -12.032589869824976, + -76.88467949258819, + -12.022205740083558 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.89000983618507, + -12.022205740083558 + ] + ] + ], + "type": "Polygon" + }, + "id": "175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77705462992269, + -12.09958104891388, + -76.76740973123252, + -12.08920089270136 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.77274124840952, + -12.08920089270136 + ] + ] + ], + "type": "Polygon" + }, + "id": "176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69094346481755, + -12.271758587700948, + -76.68129577605558, + -12.261383397636797 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.68663015755986, + -12.261383397636797 + ] + ] + ], + "type": "Polygon" + }, + "id": "177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8211869451317, + -12.308338874307061, + -76.81153462607564, + -12.297960986746332 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.81686956732959, + -12.297960986746332 + ] + ] + ], + "type": "Polygon" + }, + "id": "178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05558310035096, + -11.607918529557839, + -77.04594553774085, + -11.59752458710986 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.05126872911963, + -11.59752458710986 + ] + ] + ], + "type": "Polygon" + }, + "id": "179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09619734806722, + -11.997417589444584, + -77.08654716082968, + -11.98702796404873 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.09187670193714, + -11.98702796404873 + ] + ] + ], + "type": "Polygon" + }, + "id": "180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08632678642398, + -12.051511091380085, + -77.07667523504853, + -12.04112251836867 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.08200568106491, + -12.04112251836867 + ] + ] + ], + "type": "Polygon" + }, + "id": "181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94914172344173, + -11.943632259859532, + -76.93949690740047, + -11.93324544996507 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.94482573820638, + -11.93324544996507 + ] + ] + ], + "type": "Polygon" + }, + "id": "182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7031428533829, + -12.2415459791429, + -76.69349573147922, + -12.231169976454744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.69882961226526, + -12.231169976454744 + ] + ] + ], + "type": "Polygon" + }, + "id": "183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00561722574139, + -12.216577362433199, + -76.99596280532573, + -12.2061933597787 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.00511120671555, + -12.214433099117043 + ], + [ + -77.00028391045024, + -12.216577362433199 + ], + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -77.00129607532106, + -12.2061933597787 + ] + ] + ], + "type": "Polygon" + }, + "id": "184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94692064767347, + -12.202911583310625, + -76.93726815521224, + -12.192528809616626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.94260126144214, + -12.192528809616626 + ] + ] + ], + "type": "Polygon" + }, + "id": "185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88594533968153, + -11.976716870075398, + -76.87630119498692, + -11.966332115012834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.88163062447667, + -11.966332115012834 + ] + ] + ], + "type": "Polygon" + }, + "id": "186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13493418105325, + -11.835994067705563, + -77.12528783217923, + -11.825601190666328 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.13061465912298, + -11.825601190666328 + ] + ] + ], + "type": "Polygon" + }, + "id": "187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09376247750903, + -11.784761006096971, + -77.08411868721551, + -11.774368425500061 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.08944473277471, + -11.774368425500061 + ] + ] + ], + "type": "Polygon" + }, + "id": "188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76869703064185, + -12.043721686412313, + -76.7590540241583, + -12.03334088278919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.76438462358944, + -12.03334088278919 + ] + ] + ], + "type": "Polygon" + }, + "id": "189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88975938287112, + -12.079316184960879, + -76.88011207812238, + -12.068932882004805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.8854431953595, + -12.068932882004805 + ] + ] + ], + "type": "Polygon" + }, + "id": "190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72898517360576, + -12.354142673177169, + -76.71933397998325, + -12.343767903900021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.72466971514163, + -12.343767903900021 + ] + ] + ], + "type": "Polygon" + }, + "id": "191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310096881797, + -12.210325258794272, + -76.85345045972396, + -12.199944695280035 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.85878375701267, + -12.199944695280035 + ] + ] + ], + "type": "Polygon" + }, + "id": "192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94837037977253, + -11.90423090902235, + -76.93872675785875, + -11.893843550388853 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.9440549407277, + -11.893843550388853 + ] + ] + ], + "type": "Polygon" + }, + "id": "193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0245133259432, + -11.880253924708416, + -77.01486845160942, + -11.86986435108102 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.02019615822763, + -11.86986435108102 + ] + ] + ], + "type": "Polygon" + }, + "id": "194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8105335335674, + -12.2286807019385, + -76.800883879674, + -12.218301759764714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.8062175114195, + -12.218301759764714 + ] + ] + ], + "type": "Polygon" + }, + "id": "195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6772658064552, + -12.22324141314456, + -76.6676199437112, + -12.212865772907948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.67295352552854, + -12.212865772907948 + ] + ] + ], + "type": "Polygon" + }, + "id": "196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09994602799941, + -11.911250220507718, + -77.09029831467775, + -11.900859248320314 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.09562643197086, + -11.900859248320314 + ] + ] + ], + "type": "Polygon" + }, + "id": "197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0031225614524, + -11.720814657992305, + -76.99348298292249, + -11.710423437409633 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.99880809217528, + -11.710423437409633 + ] + ] + ], + "type": "Polygon" + }, + "id": "198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97054595200163, + -12.197386160834613, + -76.96089301039463, + -12.187002712802617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.96622600199524, + -12.187002712802617 + ] + ] + ], + "type": "Polygon" + }, + "id": "199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82045830911899, + -12.080309195559746, + -76.81081281727833, + -12.069927645076348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.81614399620334, + -12.069927645076348 + ] + ] + ], + "type": "Polygon" + }, + "id": "200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9713207669883, + -12.236774889926947, + -76.96166662904547, + -12.22639206313361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.9713207669883, + -12.229440164099136 + ], + [ + -76.97081423576213, + -12.23463163034578 + ], + [ + -76.96598708054562, + -12.236774889926947 + ], + [ + -76.96166662904547, + -12.233726705216373 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.9670002696966, + -12.22639206313361 + ] + ] + ], + "type": "Polygon" + }, + "id": "201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09060758148638, + -11.627074304592584, + -77.08096856228545, + -11.616679749887037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.08629202122165, + -11.616679749887037 + ] + ] + ], + "type": "Polygon" + }, + "id": "202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7709734956548, + -12.067531953425794, + -76.76132971745655, + -12.057151455920566 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.76666070855794, + -12.057151455920566 + ] + ] + ], + "type": "Polygon" + }, + "id": "203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10894901880158, + -11.723295092373823, + -77.09930667571534, + -11.712901325922918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.10463168910135, + -11.712901325922918 + ] + ] + ], + "type": "Polygon" + }, + "id": "204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93848384381282, + -11.958311139478885, + -76.92883886820782, + -11.947924807568674 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.93416795070505, + -11.947924807568674 + ] + ] + ], + "type": "Polygon" + }, + "id": "205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562499986229, + -12.044547148264597, + -76.84660461835828, + -12.03416415139173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.85193518633771, + -12.03416415139173 + ] + ] + ], + "type": "Polygon" + }, + "id": "206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81819208439303, + -11.96214917791663, + -76.80855017629189, + -11.951765905993467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.81387940918944, + -11.951765905993467 + ] + ] + ], + "type": "Polygon" + }, + "id": "207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77091703240325, + -12.256172207546927, + -76.76126762556498, + -12.245794720020985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.76660172902231, + -12.245794720020985 + ] + ] + ], + "type": "Polygon" + }, + "id": "208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81284680549464, + -12.063830085307226, + -76.80320200922415, + -12.053448473195608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.80853292050166, + -12.053448473195608 + ] + ] + ], + "type": "Polygon" + }, + "id": "209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96736137401393, + -11.756643362179412, + -76.95772165314204, + -11.746253495112441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.96304738940538, + -11.746253495112441 + ] + ] + ], + "type": "Polygon" + }, + "id": "210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6490632649652, + -12.27542182869652, + -76.63941662494427, + -12.265047775418033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.64475106952821, + -12.265047775418033 + ] + ] + ], + "type": "Polygon" + }, + "id": "211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0192739883975, + -12.076377239276992, + -77.00962340183804, + -12.065990685063273 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.01495434427693, + -12.065990685063273 + ] + ] + ], + "type": "Polygon" + }, + "id": "212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97659074953349, + -12.040713290862861, + -76.96694232653657, + -12.030327243314964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.9722727289237, + -12.030327243314964 + ] + ] + ], + "type": "Polygon" + }, + "id": "213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92177528525629, + -12.224007202411528, + -76.9121228200282, + -12.213625396082769 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9174562973363, + -12.213625396082769 + ] + ] + ], + "type": "Polygon" + }, + "id": "214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7214174926185, + -12.243372289175586, + -76.71176981525389, + -12.232995849706088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.71710372258805, + -12.232995849706088 + ] + ] + ], + "type": "Polygon" + }, + "id": "215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0292009864655, + -12.116677123671336, + -77.01954894320693, + -12.106290949973285 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.02488053791635, + -12.106290949973285 + ] + ] + ], + "type": "Polygon" + }, + "id": "216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73365363917806, + -12.1188421898472, + -76.72400934465152, + -12.108463436253102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72934119391006, + -12.108463436253102 + ] + ] + ], + "type": "Polygon" + }, + "id": "217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67641616265432, + -12.37244786625101, + -76.66676586587384, + -12.362074758182251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67210191251787, + -12.362074758182251 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.67108006597283, + -12.37244786625101 + ], + [ + -76.66676586587384, + -12.369396293933365 + ], + [ + -76.66727685194782, + -12.364209794625593 + ], + [ + -76.67210191251787, + -12.362074758182251 + ] + ] + ], + "type": "Polygon" + }, + "id": "218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09850065870648, + -12.021242288019133, + -77.0888497030215, + -12.01085296216948 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.0941796331701, + -12.01085296216948 + ] + ] + ], + "type": "Polygon" + }, + "id": "219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09626404326681, + -12.091814812859907, + -77.08661103882311, + -12.081426615451784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.09626404326681, + -12.084472872078313 + ], + [ + -77.09575949107942, + -12.089667022912241 + ], + [ + -77.09093290333456, + -12.091814812859907 + ], + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.09194213478963, + -12.081426615451784 + ] + ] + ], + "type": "Polygon" + }, + "id": "220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6941580575933, + -11.957694753512014, + -76.68451965009433, + -11.947314560978002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68984885046599, + -11.947314560978002 + ] + ] + ], + "type": "Polygon" + }, + "id": "221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9758788627646, + -12.190050639735956, + -76.96622600199524, + -12.179666941704594 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.971558867045, + -12.179666941704594 + ] + ] + ], + "type": "Polygon" + }, + "id": "222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03438654960014, + -11.82615475353624, + -77.02474303392934, + -11.815764183681697 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.03006983858099, + -11.815764183681697 + ] + ] + ], + "type": "Polygon" + }, + "id": "223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300166763931, + -11.96757367255777, + -76.86335813776539, + -11.9571891060137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.86868742608735, + -11.9571891060137 + ] + ] + ], + "type": "Polygon" + }, + "id": "224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07705779415576, + -11.861804936727008, + -77.06741213163377, + -11.851413821113992 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.07273946747392, + -11.851413821113992 + ] + ] + ], + "type": "Polygon" + }, + "id": "225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05182679600642, + -11.694109206551751, + -77.042186765663, + -11.683716447193174 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.04751137767525, + -11.683716447193174 + ] + ] + ], + "type": "Polygon" + }, + "id": "226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90650718661833, + -12.002339954334488, + -76.8968617363019, + -11.99195506701533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.90219157176664, + -11.99195506701533 + ] + ] + ], + "type": "Polygon" + }, + "id": "227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77928058917642, + -12.312019518253294, + -76.769629287728, + -12.301642752370022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.77496431007701, + -12.301642752370022 + ] + ] + ], + "type": "Polygon" + }, + "id": "228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11269132691153, + -11.637096653279682, + -77.10305145400228, + -11.626701689723147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10837504583426, + -11.626701689723147 + ], + [ + -77.11269132691153, + -11.629745481250453 + ], + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.10837504583426, + -11.626701689723147 + ] + ] + ], + "type": "Polygon" + }, + "id": "229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99035838189461, + -12.183618383729945, + -76.9807053388127, + -12.173234224924753 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.98603808224235, + -12.173234224924753 + ] + ] + ], + "type": "Polygon" + }, + "id": "230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69188875306273, + -11.933885004829797, + -76.68225111744553, + -11.923504522655941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.68757992583494, + -11.923504522655941 + ] + ] + ], + "type": "Polygon" + }, + "id": "231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90117730450434, + -12.009676944822735, + -76.89153177564991, + -11.999292299819398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.8968617363019, + -11.999292299819398 + ] + ] + ], + "type": "Polygon" + }, + "id": "232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96813473676895, + -11.796052623520737, + -76.95849382282175, + -11.785663268418524 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.96382020637876, + -11.785663268418524 + ] + ] + ], + "type": "Polygon" + }, + "id": "233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74726831649916, + -12.355971401930844, + -76.73761656973008, + -12.345596198073407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.74295232989594, + -12.345596198073407 + ] + ] + ], + "type": "Polygon" + }, + "id": "234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1592596447713, + -11.775417379857046, + -77.14961449374826, + -11.76502309138468 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.15494028606705, + -11.76502309138468 + ] + ] + ], + "type": "Polygon" + }, + "id": "235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03213788085237, + -11.896735304580607, + -77.02249232042702, + -11.8863457778321 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.02782028905482, + -11.8863457778321 + ] + ] + ], + "type": "Polygon" + }, + "id": "236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77708106658129, + -12.005246209865932, + -76.76743898040377, + -11.994864613755205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.77276894245699, + -11.994864613755205 + ] + ] + ], + "type": "Polygon" + }, + "id": "237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92784300174633, + -12.067356782201143, + -76.91819505294406, + -12.056972347343413 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.92352594154197, + -12.056972347343413 + ] + ] + ], + "type": "Polygon" + }, + "id": "238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93769338473034, + -11.824524439297228, + -76.92805241520594, + -11.814136226132918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.93337929634906, + -11.814136226132918 + ] + ] + ], + "type": "Polygon" + }, + "id": "239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12499843335446, + -11.795681224876558, + -77.11535353328607, + -11.785288035838555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.12067971258747, + -11.785288035838555 + ] + ] + ], + "type": "Polygon" + }, + "id": "240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66733533843752, + -12.277252731300118, + -76.65768813719244, + -12.266878238573295 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.66302261158995, + -12.266878238573295 + ] + ] + ], + "type": "Polygon" + }, + "id": "241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12341274675862, + -11.71683709666527, + -77.11377023307827, + -11.706442896027827 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.11909511885594, + -11.706442896027827 + ] + ] + ], + "type": "Polygon" + }, + "id": "242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96366515585287, + -12.125939539506163, + -76.95401452545586, + -12.115555124979327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95934634579748, + -12.115555124979327 + ] + ] + ], + "type": "Polygon" + }, + "id": "243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02827864276782, + -11.794087128948268, + -77.0186362380432, + -11.78369626995161 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.02396252271542, + -11.78369626995161 + ] + ] + ], + "type": "Polygon" + }, + "id": "244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11729591380346, + -11.684763165505226, + -77.1076545076388, + -11.67436869675856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.1129788756055, + -11.67436869675856 + ] + ] + ], + "type": "Polygon" + }, + "id": "245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69701846201406, + -12.303797828466333, + -76.68736964898618, + -12.293423019717112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.69270455884096, + -12.293423019717112 + ] + ] + ], + "type": "Polygon" + }, + "id": "246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98883979240779, + -12.199194261899564, + -76.9791863234797, + -12.188810391210726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.98451932548656, + -12.188810391210726 + ] + ] + ], + "type": "Polygon" + }, + "id": "247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83187746986242, + -12.105027793469526, + -76.82223093511791, + -12.094646338843452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.82756251520618, + -12.094646338843452 + ] + ] + ], + "type": "Polygon" + }, + "id": "248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9909557263377, + -11.751091564895404, + -76.98131556034313, + -11.740701043104877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.98664118070417, + -11.740701043104877 + ] + ] + ], + "type": "Polygon" + }, + "id": "249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68719337136983, + -12.169223467998743, + -76.67754884733587, + -12.158846699139984 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68288153654662, + -12.158846699139984 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.67754884733587, + -12.16617298196197 + ], + [ + -76.67805936218447, + -12.16098465236936 + ], + [ + -76.68288153654662, + -12.158846699139984 + ] + ] + ], + "type": "Polygon" + }, + "id": "250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72902565641832, + -12.259849658205354, + -76.71937727897053, + -12.249473296936785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.72471145654949, + -12.249473296936785 + ] + ] + ], + "type": "Polygon" + }, + "id": "251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7626179872414, + -12.011671406313242, + -76.75297610110901, + -12.001290272669946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.75830617447816, + -12.001290272669946 + ] + ] + ], + "type": "Polygon" + }, + "id": "252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11276275940851, + -11.73153630454843, + -77.1031200753195, + -11.721142554092136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.10844521853701, + -11.721142554092136 + ] + ] + ], + "type": "Polygon" + }, + "id": "253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73667308137705, + -12.182022161592267, + -76.72702681902715, + -12.17164433464975 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.73235970985836, + -12.17164433464975 + ] + ] + ], + "type": "Polygon" + }, + "id": "254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63232673834004, + -12.258029359198233, + -76.62268108342197, + -12.247655447989636 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62801524018155, + -12.247655447989636 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.62699253095144, + -12.258029359198233 + ], + [ + -76.62268108342197, + -12.254977931533658 + ], + [ + -76.62319250070485, + -12.249791031055638 + ], + [ + -76.62801524018155, + -12.247655447989636 + ] + ] + ], + "type": "Polygon" + }, + "id": "255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78621454612315, + -12.006152972792512, + -76.77657218624124, + -11.995771159325127 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.78190215946057, + -11.995771159325127 + ] + ] + ], + "type": "Polygon" + }, + "id": "256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81437213653003, + -12.04825759796851, + -76.80472776376529, + -12.03787570960087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.81005841755197, + -12.03787570960087 + ] + ] + ], + "type": "Polygon" + }, + "id": "257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06029009378669, + -11.844427819788107, + -77.05064537397958, + -11.834036870252463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.05597244637845, + -11.834036870252463 + ] + ] + ], + "type": "Polygon" + }, + "id": "258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10736769147145, + -11.644447516673651, + -77.0977277336575, + -11.634052774369808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.10305145400228, + -11.634052774369808 + ] + ] + ], + "type": "Polygon" + }, + "id": "259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7404026587213, + -12.37885753699171, + -76.73075041480712, + -12.3684829028172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.7360865552641, + -12.3684829028172 + ] + ] + ], + "type": "Polygon" + }, + "id": "260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0360487449869, + -12.09375825252047, + -77.02639721051388, + -12.083371554794958 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.03172841904906, + -12.083371554794958 + ] + ] + ], + "type": "Polygon" + }, + "id": "261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74961415276393, + -12.191172317062863, + -76.73996726485633, + -12.180794308320793 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.74530030286988, + -12.180794308320793 + ] + ] + ], + "type": "Polygon" + }, + "id": "262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65593055118065, + -12.252537507770583, + -76.64628440403649, + -12.242162897497423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.65161847063933, + -12.242162897497423 + ] + ] + ], + "type": "Polygon" + }, + "id": "263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8920390583497, + -12.008773633791003, + -76.88239379719744, + -11.99838920302407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.88772375014693, + -11.99838920302407 + ] + ] + ], + "type": "Polygon" + }, + "id": "264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02139206999594, + -11.722604177967943, + -77.01175196910359, + -11.712212533225555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.01707708676983, + -11.712212533225555 + ] + ] + ], + "type": "Polygon" + }, + "id": "265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05204173853885, + -12.071737659223524, + -77.04239045317473, + -12.06135023105984 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.04772127858978, + -12.06135023105984 + ] + ] + ], + "type": "Polygon" + }, + "id": "266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93702479357765, + -12.256964789824073, + -76.92737094501857, + -12.246583145291746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.93702479357765, + -12.249631661583113 + ], + [ + -76.93651775052868, + -12.2548225369133 + ], + [ + -76.93169073981664, + -12.256964789824073 + ], + [ + -76.92737094501857, + -12.25391618980404 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.93270495249244, + -12.246583145291746 + ] + ] + ], + "type": "Polygon" + }, + "id": "267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72001665267737, + -11.975990201323372, + -76.71037699053359, + -11.965609618641642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.71570648794378, + -11.965609618641642 + ] + ] + ], + "type": "Polygon" + }, + "id": "268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7968535567398, + -12.085826736227661, + -76.78720853419986, + -12.07544586611388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.79253981598522, + -12.07544586611388 + ] + ] + ], + "type": "Polygon" + }, + "id": "269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16769104363999, + -11.831322943869608, + -77.15804401886875, + -11.820929213344385 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.16337071647126, + -11.820929213344385 + ] + ] + ], + "type": "Polygon" + }, + "id": "270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91867231328982, + -11.877709591824972, + -76.90903025753246, + -11.867322592447325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91435803062234, + -11.867322592447325 + ], + [ + -76.91867231328982, + -11.870369404708052 + ], + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.90953708905846, + -11.86946924697822 + ], + [ + -76.91435803062234, + -11.867322592447325 + ] + ] + ], + "type": "Polygon" + }, + "id": "271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9544704742171, + -11.936292332902369, + -76.94482573820638, + -11.925905284681008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.95015444303503, + -11.925905284681008 + ] + ] + ], + "type": "Polygon" + }, + "id": "272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12945461237578, + -11.654469509647523, + -77.11981380286436, + -11.644074360564849 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12945461237578, + -11.647118099190985 + ], + [ + -77.12895120684604, + -11.652315726006062 + ], + [ + -77.12413071696939, + -11.654469509647523 + ], + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.12513765489705, + -11.644074360564849 + ] + ] + ], + "type": "Polygon" + }, + "id": "273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9926177787581, + -12.113070568809002, + -76.98296678304929, + -12.102685238208352 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.98829836072704, + -12.102685238208352 + ] + ] + ], + "type": "Polygon" + }, + "id": "274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84481660589722, + -12.208508942591001, + -76.8351666373376, + -12.198128808453212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.84049991662782, + -12.198128808453212 + ] + ] + ], + "type": "Polygon" + }, + "id": "275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82427711179842, + -11.99420330787439, + -76.81463408533007, + -11.983820356625532 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81996384300936, + -11.983820356625532 + ] + ] + ], + "type": "Polygon" + }, + "id": "276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87984590061093, + -11.75590368322072, + -76.8702084935547, + -11.745515975573003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8755342932594, + -11.745515975573003 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.87071567618003, + -11.747663303644533 + ], + [ + -76.8755342932594, + -11.745515975573003 + ] + ] + ], + "type": "Polygon" + }, + "id": "277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72377543685907, + -12.078556422172804, + -76.71413261390275, + -12.06817729337582 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71946380117492, + -12.06817729337582 + ] + ] + ], + "type": "Polygon" + }, + "id": "278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10908977888397, + -11.912145488248639, + -77.09944180891165, + -11.901754307129655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.10476992763311, + -11.901754307129655 + ] + ] + ], + "type": "Polygon" + }, + "id": "279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09750930821846, + -11.698571469222685, + -77.08786798850889, + -11.688177657526756 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.09319261215063, + -11.688177657526756 + ] + ] + ], + "type": "Polygon" + }, + "id": "280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9110827873929, + -12.049973421190323, + -76.90143579647474, + -12.039589137590818 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.9067664130215, + -12.039589137590818 + ] + ] + ], + "type": "Polygon" + }, + "id": "281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97733395357331, + -11.985734338347099, + -76.96768715065176, + -11.975347449437836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.97301664659255, + -11.975347449437836 + ] + ] + ], + "type": "Polygon" + }, + "id": "282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75956320751901, + -12.04281371317928, + -76.74992047571813, + -12.03243312725446 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.75525106345289, + -12.03243312725446 + ] + ] + ], + "type": "Polygon" + }, + "id": "283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75875176048457, + -12.192083257992257, + -76.74910459712224, + -12.181705031807075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.75443764714285, + -12.181705031807075 + ] + ] + ], + "type": "Polygon" + }, + "id": "284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8075333991228, + -11.976818426605972, + -76.79789133976425, + -11.966435639064713 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.80322081978751, + -11.966435639064713 + ] + ] + ], + "type": "Polygon" + }, + "id": "285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69341851972383, + -11.918314215342296, + -76.68378130589743, + -11.907933468690867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68910985760803, + -11.907933468690867 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.68378130589743, + -11.915265107527999 + ], + [ + -76.68429133818205, + -11.910074789217783 + ], + [ + -76.68910985760803, + -11.907933468690867 + ] + ] + ], + "type": "Polygon" + }, + "id": "286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74805052532787, + -12.301042805246956, + -76.73840039871943, + -12.290666647440316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.7437352511945, + -12.290666647440316 + ] + ] + ], + "type": "Polygon" + }, + "id": "287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11132247185941, + -11.841554788796127, + -77.1016765486782, + -11.83116255956609 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.10700350278876, + -11.83116255956609 + ] + ] + ], + "type": "Polygon" + }, + "id": "288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88214219244463, + -12.062836592989617, + -76.87249558042159, + -12.052453227209007 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.87782643175777, + -12.052453227209007 + ] + ] + ], + "type": "Polygon" + }, + "id": "289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07397061934034, + -11.798561598418802, + -77.06432691828502, + -11.788169685557698 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06965321814329, + -11.788169685557698 + ] + ] + ], + "type": "Polygon" + }, + "id": "290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71385524032803, + -12.132588242634544, + -76.70421107699666, + -12.122210209887974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70954315756991, + -12.122210209887974 + ] + ] + ], + "type": "Polygon" + }, + "id": "291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04665864059896, + -11.984688793163983, + -77.0370100883011, + -11.97430018649324 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.04233948672538, + -11.97430018649324 + ] + ] + ], + "type": "Polygon" + }, + "id": "292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95979909884946, + -11.928952081729436, + -76.95015444303503, + -11.918564795624754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.95548302179871, + -11.918564795624754 + ] + ] + ], + "type": "Polygon" + }, + "id": "293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68180640087027, + -12.270844106093083, + -76.67215899124109, + -12.260469135013377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.67749335868811, + -12.260469135013377 + ] + ] + ], + "type": "Polygon" + }, + "id": "294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71853121863998, + -11.897224904175763, + -76.70889394394516, + -11.886843214331241 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7142221441708, + -11.886843214331241 + ], + [ + -76.71853121863998, + -11.889891899428738 + ], + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.70889394394516, + -11.894176132069385 + ], + [ + -76.70940359417143, + -11.888985342011479 + ], + [ + -76.7142221441708, + -11.886843214331241 + ] + ] + ], + "type": "Polygon" + }, + "id": "295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88519711135537, + -12.220379840430045, + -76.87554571690666, + -12.209998887322097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.88087916419406, + -12.209998887322097 + ] + ] + ], + "type": "Polygon" + }, + "id": "296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87910025380584, + -12.188329527977697, + -76.86944997748081, + -12.17794820826367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.87478290048413, + -12.17794820826367 + ] + ] + ], + "type": "Polygon" + }, + "id": "297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04592701330695, + -12.039675696762927, + -77.03627684004469, + -12.029287930012176 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.04160714505116, + -12.029287930012176 + ] + ] + ], + "type": "Polygon" + }, + "id": "298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8440714620343, + -11.980438151038138, + -76.83442831726467, + -11.97005449846602 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83975783662588, + -11.97005449846602 + ] + ] + ], + "type": "Polygon" + }, + "id": "299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80061963833899, + -12.28271139407342, + -76.79096863710082, + -12.272333595642825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.79630316580696, + -12.272333595642825 + ] + ] + ], + "type": "Polygon" + }, + "id": "300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036732527057, + -12.251577403203775, + -76.7940230993258, + -12.241199010565618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.79935711249163, + -12.241199010565618 + ] + ] + ], + "type": "Polygon" + }, + "id": "301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85777052428122, + -12.123320380484714, + -76.84812275376791, + -12.112938561762512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.85345461940292, + -12.112938561762512 + ] + ] + ], + "type": "Polygon" + }, + "id": "302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01468006829356, + -12.028736401017454, + -77.00503102056477, + -12.018349234961796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.01036118346232, + -12.018349234961796 + ] + ] + ], + "type": "Polygon" + }, + "id": "303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06864427527792, + -11.805908190550522, + -77.05900049046377, + -11.7955165073358 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.06432691828502, + -11.7955165073358 + ] + ] + ], + "type": "Polygon" + }, + "id": "304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75650787843132, + -12.073954364533424, + -76.74686430086852, + -12.0635743325051 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.75219540303738, + -12.0635743325051 + ] + ] + ], + "type": "Polygon" + }, + "id": "305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9407951270274, + -12.076499990097224, + -76.93114656702225, + -12.066115374150723 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.93647759452945, + -12.066115374150723 + ] + ] + ], + "type": "Polygon" + }, + "id": "306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99254490980547, + -11.924309369344149, + -76.98289954458286, + -11.91392120888263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.98822801285365, + -11.91392120888263 + ] + ] + ], + "type": "Polygon" + }, + "id": "307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8615769132101, + -12.225895739434248, + -76.85192597963348, + -12.215515467710839 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.85725953491377, + -12.215515467710839 + ] + ] + ], + "type": "Polygon" + }, + "id": "308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82271308138547, + -12.292771967803247, + -76.81306118657103, + -12.282393780019772 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.8183958699027, + -12.282393780019772 + ] + ] + ], + "type": "Polygon" + }, + "id": "309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80442733604714, + -12.290950218212732, + -76.79477598627187, + -12.280572461398913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.80011064915769, + -12.280572461398913 + ] + ] + ], + "type": "Polygon" + }, + "id": "310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91339778797766, + -12.262483650626544, + -76.90374439331352, + -12.252102685239649 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.90907851284486, + -12.252102685239649 + ] + ] + ], + "type": "Polygon" + }, + "id": "311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70170884117316, + -12.06849706318398, + -76.69206692295926, + -12.058118342425482 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.69739794860904, + -12.058118342425482 + ] + ] + ], + "type": "Polygon" + }, + "id": "312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81814872897102, + -12.245158787284186, + -76.80849837870285, + -12.234779923484842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.81383227842726, + -12.234779923484842 + ] + ] + ], + "type": "Polygon" + }, + "id": "313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02304290234876, + -11.990233185011673, + -77.013394788208, + -11.979845238584236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.01872430703853, + -11.979845238584236 + ] + ] + ], + "type": "Polygon" + }, + "id": "314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09073759637283, + -11.815937754362835, + -77.08109295415133, + -11.805545671217839 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.0864195166177, + -11.805545671217839 + ] + ] + ], + "type": "Polygon" + }, + "id": "315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81665243028093, + -12.072069644631195, + -76.80700728619527, + -12.061688063106024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.81233833131705, + -12.061688063106024 + ] + ] + ], + "type": "Polygon" + }, + "id": "316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89962785343658, + -11.742119551359691, + -76.88999033468107, + -11.731731167715946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89531589279926, + -11.731731167715946 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.89049721976161, + -11.733879083200115 + ], + [ + -76.89531589279926, + -11.731731167715946 + ] + ] + ], + "type": "Polygon" + }, + "id": "317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92859440195586, + -12.012385294800126, + -76.91894807285512, + -12.002000008590564 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.92427805496173, + -12.002000008590564 + ] + ] + ], + "type": "Polygon" + }, + "id": "318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71297745312262, + -12.376112162821524, + -76.70332604083745, + -12.365738181197397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.70866214274281, + -12.365738181197397 + ] + ] + ], + "type": "Polygon" + }, + "id": "319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00545635913397, + -11.839050419430704, + -76.99581320109768, + -11.82866073658788 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -77.00114025196609, + -11.82866073658788 + ] + ] + ], + "type": "Polygon" + }, + "id": "320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99791127472288, + -12.01135562289025, + -76.98826317652791, + -12.000968608180774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.99359307225109, + -12.000968608180774 + ] + ] + ], + "type": "Polygon" + }, + "id": "321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04822646082482, + -12.063497338417747, + -77.0385755184363, + -12.053109877476047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.0439062129774, + -12.053109877476047 + ] + ] + ], + "type": "Polygon" + }, + "id": "322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84329891677801, + -12.129746299607943, + -76.83365133967195, + -12.119364944937178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.83898332055361, + -12.119364944937178 + ] + ] + ], + "type": "Polygon" + }, + "id": "323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00016789108413, + -11.94079036244063, + -76.9905218382658, + -11.930402252751769 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.99585056942536, + -11.930402252751769 + ] + ] + ], + "type": "Polygon" + }, + "id": "324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97346103976508, + -11.788709204145691, + -76.96382020637876, + -11.778319618078024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.9691464637406, + -11.778319618078024 + ] + ] + ], + "type": "Polygon" + }, + "id": "325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93467454567222, + -11.950070886433833, + -76.92502991514066, + -11.939684528594263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93035886542148, + -11.939684528594263 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.92502991514066, + -11.947023753861675 + ], + [ + -76.92553663642693, + -11.94183062829927 + ], + [ + -76.93035886542148, + -11.939684528594263 + ] + ] + ], + "type": "Polygon" + }, + "id": "326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08074758715631, + -11.681197189596919, + -77.07110720729678, + -11.670803560246565 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.07643156889615, + -11.670803560246565 + ] + ] + ], + "type": "Polygon" + }, + "id": "327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74499179155363, + -12.332170070369239, + -76.73534081809304, + -12.321794517395944 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.7406761857094, + -12.321794517395944 + ] + ] + ], + "type": "Polygon" + }, + "id": "328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77405486965681, + -11.942048216697108, + -76.76441474888121, + -11.931665764362775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.76974367090764, + -11.931665764362775 + ] + ] + ], + "type": "Polygon" + }, + "id": "329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15535961172395, + -11.672732006476396, + -77.14571761323529, + -11.662336465995901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.15104172459844, + -11.662336465995901 + ] + ] + ], + "type": "Polygon" + }, + "id": "330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90577433681777, + -12.24600507795889, + -76.89612163469324, + -12.23562403064534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.90145548861868, + -12.23562403064534 + ] + ] + ], + "type": "Polygon" + }, + "id": "331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03507082169807, + -11.676733936083627, + -77.02543173545402, + -11.666341361639741 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03075608290067, + -11.666341361639741 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.02974642952611, + -11.676733936083627 + ], + [ + -77.02543173545402, + -11.673689155379838 + ], + [ + -77.02593662538861, + -11.668492921065312 + ], + [ + -77.03075608290067, + -11.666341361639741 + ] + ] + ], + "type": "Polygon" + }, + "id": "332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0319941219745, + -11.613483987993243, + -77.02235699528376, + -11.603090689729418 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.02768030748416, + -11.603090689729418 + ] + ] + ], + "type": "Polygon" + }, + "id": "333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75871995978359, + -12.286391121532061, + -76.74906998094876, + -12.276014446511903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.75440458789402, + -12.276014446511903 + ] + ] + ], + "type": "Polygon" + }, + "id": "334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15401731170752, + -11.877199603870887, + -77.14436925993621, + -11.866806841349657 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.15401731170752, + -11.869851523508766 + ], + [ + -77.15351390513177, + -11.875047956689901 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.1496967344261, + -11.866806841349657 + ] + ] + ], + "type": "Polygon" + }, + "id": "335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75722342514571, + -12.207650233804772, + -76.74757583853264, + -12.197272298477472 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.7529091459953, + -12.197272298477472 + ] + ] + ], + "type": "Polygon" + }, + "id": "336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10139042385023, + -11.801243161345997, + -77.09174595072632, + -11.790850619184004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.09707225638981, + -11.790850619184004 + ] + ] + ], + "type": "Polygon" + }, + "id": "337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01303600514196, + -11.76112372157899, + -77.00339497229258, + -11.750732791740804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -77.00872073291721, + -11.750732791740804 + ] + ] + ], + "type": "Polygon" + }, + "id": "338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13636656128509, + -11.725969609687166, + -77.12672345198874, + -11.715575216035242 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.13204846801388, + -11.715575216035242 + ] + ] + ], + "type": "Polygon" + }, + "id": "339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0176258564768, + -11.808777115798456, + -77.00798328730798, + -11.798386717739445 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.01330982621155, + -11.798386717739445 + ] + ] + ], + "type": "Polygon" + }, + "id": "340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78696587625686, + -12.045536842258883, + -76.7773223218341, + -12.035155603988407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.78265294383284, + -12.035155603988407 + ] + ] + ], + "type": "Polygon" + }, + "id": "341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79302680339849, + -12.171916458755764, + -76.783379315083, + -12.161537040016814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.78871201858094, + -12.161537040016814 + ] + ] + ], + "type": "Polygon" + }, + "id": "342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04739002146519, + -11.929698006363857, + -77.03774308959042, + -11.91930857884644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.04307158173907, + -11.91930857884644 + ] + ] + ], + "type": "Polygon" + }, + "id": "343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0688202220841, + -12.089117800298034, + -77.0591679919064, + -12.078730229639179 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.06449908159104, + -12.078730229639179 + ] + ] + ], + "type": "Polygon" + }, + "id": "344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89205326208422, + -12.197475838118352, + -76.88240237054319, + -12.187094342126143 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.88773543464625, + -12.187094342126143 + ] + ] + ], + "type": "Polygon" + }, + "id": "345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8067796602301, + -11.937429700095176, + -76.7971387949511, + -11.927046354538565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80246762652385, + -11.927046354538565 + ], + [ + -76.8067796602301, + -11.930094480211764 + ], + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.79764728080399, + -11.929189869463437 + ], + [ + -76.80246762652385, + -11.927046354538565 + ] + ] + ], + "type": "Polygon" + }, + "id": "346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0838980861846, + -11.838872041259208, + -77.07425293370218, + -11.828480440112767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07957988290458, + -11.828480440112767 + ] + ] + ], + "type": "Polygon" + }, + "id": "347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85016005033313, + -12.012492951474222, + -76.84051578783647, + -12.002109623508932 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.84584583151634, + -12.002109623508932 + ] + ] + ], + "type": "Polygon" + }, + "id": "348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8364421255576, + -12.152649839114584, + -76.82679404785692, + -12.142269018720391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.83212641066429, + -12.142269018720391 + ] + ] + ], + "type": "Polygon" + }, + "id": "349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98411326658778, + -11.774021412382755, + -76.9744725948197, + -11.763631365717979 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.9797985995285, + -11.763631365717979 + ] + ] + ], + "type": "Polygon" + }, + "id": "350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72973015691596, + -12.393503922541175, + -76.72007776631057, + -12.383129814963885 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.72922000502057, + -12.391368011429442 + ], + [ + -76.72439372214878, + -12.393503922541175 + ], + [ + -76.72007776631057, + -12.390452750683998 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.72541415179316, + -12.383129814963885 + ] + ] + ], + "type": "Polygon" + }, + "id": "351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82653382964753, + -12.20669155333224, + -76.81688440352994, + -12.196311849570971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.82221766371865, + -12.196311849570971 + ] + ] + ], + "type": "Polygon" + }, + "id": "352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.062532518386, + -11.773838612776718, + -77.05288984334906, + -11.763446644130282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.05821575195468, + -11.763446644130282 + ] + ] + ], + "type": "Polygon" + }, + "id": "353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11067284395654, + -11.990970340764324, + -77.10102248476078, + -11.980580268472112 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.10635189865224, + -11.980580268472112 + ] + ] + ], + "type": "Polygon" + }, + "id": "354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91718100613274, + -12.082029260808536, + -76.90753289900002, + -12.071645316445418 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.91286403873411, + -12.071645316445418 + ] + ] + ], + "type": "Polygon" + }, + "id": "355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77163899071718, + -12.38983879310594, + -76.76198557004037, + -12.37946355496523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.76732188124168, + -12.37946355496523 + ] + ] + ], + "type": "Polygon" + }, + "id": "356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14789367764867, + -11.845128126199295, + -77.13824673356342, + -11.834735063048187 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.14357369035685, + -11.834735063048187 + ] + ] + ], + "type": "Polygon" + }, + "id": "357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03448382048302, + -12.01495448582667, + -77.02483467650607, + -12.004566627185671 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.03016458861161, + -12.004566627185671 + ] + ] + ], + "type": "Polygon" + }, + "id": "358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72828106937432, + -12.220481188614924, + -76.71863388791743, + -12.210104198680025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.72396741570846, + -12.210104198680025 + ] + ] + ], + "type": "Polygon" + }, + "id": "359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05715132485159, + -11.686761088582841, + -77.04751137767525, + -11.676368104609603 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.052835862107, + -11.676368104609603 + ] + ] + ], + "type": "Polygon" + }, + "id": "360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91868717906243, + -11.972086866996223, + -76.9090423108042, + -11.961701228485474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.91437163774424, + -11.961701228485474 + ] + ] + ], + "type": "Polygon" + }, + "id": "361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77469604282165, + -12.358712461598577, + -76.76504346990656, + -12.34833660774112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.77037926551537, + -12.34833660774112 + ] + ] + ], + "type": "Polygon" + }, + "id": "362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234287211177, + -11.982246438218551, + -76.8526991874915, + -11.971862354631908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.85802872487083, + -11.971862354631908 + ] + ] + ], + "type": "Polygon" + }, + "id": "363", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99487621075322, + -12.042515580913221, + -76.98522726157927, + -12.032129109944137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.99055767399783, + -12.032129109944137 + ] + ] + ], + "type": "Polygon" + }, + "id": "364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91032837737204, + -12.104940202352134, + -76.9006797666078, + -12.09455678339191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.90601128981811, + -12.09455678339191 + ] + ] + ], + "type": "Polygon" + }, + "id": "365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74424504193092, + -12.292804209128585, + -76.73459526503483, + -12.282428009719903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73992998261254, + -12.282428009719903 + ] + ] + ], + "type": "Polygon" + }, + "id": "366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8417895367728, + -11.956622688408222, + -76.83214716263649, + -11.94623874265449 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374762910927, + -11.94623874265449 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.83265519077547, + -11.948382768092578 + ], + [ + -76.8374762910927, + -11.94623874265449 + ] + ] + ], + "type": "Polygon" + }, + "id": "367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15250704651989, + -11.892788427051887, + -77.14285856788398, + -11.882395921097492 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.15250704651989, + -11.885440694938193 + ], + [ + -77.15200359448251, + -11.890636999833035 + ], + [ + -77.14717927003758, + -11.892788427051887 + ], + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.14818630125804, + -11.882395921097492 + ] + ] + ], + "type": "Polygon" + }, + "id": "368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97426631187085, + -11.922511056543527, + -76.96462147268464, + -11.912123320442527 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96994993079112, + -11.912123320442527 + ] + ] + ], + "type": "Polygon" + }, + "id": "369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95148134029418, + -12.156187588495547, + -76.94183012391612, + -12.145803952951942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.94716245506731, + -12.145803952951942 + ] + ] + ], + "type": "Polygon" + }, + "id": "370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75800361521941, + -12.152708886984989, + -76.74835764741655, + -12.142330049110976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.75369004799695, + -12.142330049110976 + ] + ] + ], + "type": "Polygon" + }, + "id": "371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73435976081797, + -12.25252376341874, + -76.72471145654949, + -12.242147144937514 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.73004551177351, + -12.242147144937514 + ] + ] + ], + "type": "Polygon" + }, + "id": "372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7603426100095, + -11.987860087483437, + -76.7507014954009, + -11.97747865607264 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.75603117717198, + -11.97747865607264 + ] + ] + ], + "type": "Polygon" + }, + "id": "373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03678214416615, + -12.03877630295906, + -77.02713223107217, + -12.028388746419038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.03246253274175, + -12.028388746419038 + ] + ] + ], + "type": "Polygon" + }, + "id": "374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73678767310427, + -11.899037829177402, + -76.72714984573396, + -11.888655700956116 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73247807152565, + -11.888655700956116 + ], + [ + -76.73678767310427, + -11.891704236279686 + ], + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.73247807152565, + -11.888655700956116 + ] + ] + ], + "type": "Polygon" + }, + "id": "375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84711258292944, + -12.043641843898325, + -76.83746747277472, + -12.033259062355883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.84279803169557, + -12.033259062355883 + ] + ] + ], + "type": "Polygon" + }, + "id": "376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69790801702896, + -12.060257918589876, + -76.68826644896916, + -12.049879168500034 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.69359733933436, + -12.049879168500034 + ] + ] + ], + "type": "Polygon" + }, + "id": "377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99328518478939, + -11.8693206687198, + -76.9836414386852, + -11.858931707497396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.9889690011282, + -11.858931707497396 + ] + ] + ], + "type": "Polygon" + }, + "id": "378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17301765432245, + -11.823973539312208, + -77.16337071647126, + -11.813579579693219 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.16869728435682, + -11.813579579693219 + ] + ] + ], + "type": "Polygon" + }, + "id": "379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94304215087904, + -11.911571258743686, + -76.9333984491444, + -11.901184137020397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.93872675785875, + -11.901184137020397 + ] + ] + ], + "type": "Polygon" + }, + "id": "380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829056395012, + -12.102225284262298, + -76.87325783231098, + -12.09184250702525 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.87858933240094, + -12.09184250702525 + ] + ] + ], + "type": "Polygon" + }, + "id": "381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84861968255942, + -12.311070438952921, + -76.83896654920447, + -12.300691906854938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.84861968255942, + -12.30374150213806 + ], + [ + -76.84811131859357, + -12.308930821799855 + ], + [ + -76.84328466500028, + -12.311070438952921 + ], + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.84430151919888, + -12.300691906854938 + ] + ] + ], + "type": "Polygon" + }, + "id": "382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70708663702035, + -11.966842574593313, + -76.69744760174811, + -11.956462186501872 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.70277695091036, + -11.956462186501872 + ] + ] + ], + "type": "Polygon" + }, + "id": "383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7556949523206, + -12.223216771402916, + -76.74604694243342, + -12.212839128475519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.75138050735526, + -12.212839128475519 + ] + ] + ], + "type": "Polygon" + }, + "id": "384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07463668841463, + -11.649124323682695, + -77.06499741711394, + -11.638730433820978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.0703212601443, + -11.638730433820978 + ] + ] + ], + "type": "Polygon" + }, + "id": "385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17372757940474, + -11.768958068198222, + -77.16408226197068, + -11.758563345493853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16940792424217, + -11.758563345493853 + ], + [ + -77.17372757940474, + -11.76160729678294 + ], + [ + -77.17322461803016, + -11.766804710012233 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16940792424217, + -11.758563345493853 + ] + ] + ], + "type": "Polygon" + }, + "id": "386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79762684703003, + -12.030871773063252, + -76.7879834426213, + -12.0204900431592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.7933138181115, + -12.0204900431592 + ] + ] + ], + "type": "Polygon" + }, + "id": "387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80446425729335, + -12.102305614913524, + -76.79481853843406, + -12.091924808369752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.80015008830567, + -12.091924808369752 + ] + ] + ], + "type": "Polygon" + }, + "id": "388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84633504441126, + -12.287263609864066, + -76.83668268322576, + -12.276884735222488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.84201726154947, + -12.276884735222488 + ] + ] + ], + "type": "Polygon" + }, + "id": "389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08402426834797, + -12.027687637695733, + -77.07437348567986, + -12.017298760625222 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07970354248725, + -12.017298760625222 + ] + ] + ], + "type": "Polygon" + }, + "id": "390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745200539487, + -11.763244580154128, + -76.86488256932016, + -11.752857103573922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.8702084935547, + -11.752857103573922 + ] + ] + ], + "type": "Polygon" + }, + "id": "391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63386052230021, + -12.242468418069834, + -76.62421528933771, + -12.232094210027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.62852657183147, + -12.242468418069834 + ], + [ + -76.62421528933771, + -12.239417081515072 + ], + [ + -76.62472666068892, + -12.234230032623628 + ], + [ + -76.62954918920411, + -12.232094210027 + ] + ] + ], + "type": "Polygon" + }, + "id": "392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77783125370048, + -12.04462939613912, + -76.76818797300962, + -12.034248375067428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.77351858386209, + -12.034248375067428 + ] + ] + ], + "type": "Polygon" + }, + "id": "393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80220387104839, + -11.984152557667542, + -76.79256173631005, + -11.9737700129811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.79789133976425, + -11.9737700129811 + ] + ] + ], + "type": "Polygon" + }, + "id": "394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86157870186486, + -12.13155992791658, + -76.85193058432881, + -12.121178143231779 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.8572625832918, + -12.121178143231779 + ] + ] + ], + "type": "Polygon" + }, + "id": "395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09396041545746, + -12.067992008857921, + -77.08430817981784, + -12.057603501354174 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.089638886556, + -12.057603501354174 + ] + ] + ], + "type": "Polygon" + }, + "id": "396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6886199659815, + -12.34224375122766, + -76.6789702353218, + -12.331869810505681 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.68328436992908, + -12.34224375122766 + ], + [ + -76.6789702353218, + -12.339192434049515 + ], + [ + -76.6794810039315, + -12.334005518360474 + ], + [ + -76.68430578151983, + -12.331869810505681 + ] + ] + ], + "type": "Polygon" + }, + "id": "397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06348908804222, + -12.096458542286033, + -77.05383677411936, + -12.086071215192105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.0591679919064, + -12.086071215192105 + ] + ] + ], + "type": "Polygon" + }, + "id": "398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99798729734012, + -12.200097908591262, + -76.98833356546906, + -12.189713826950152 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.99366657226466, + -12.189713826950152 + ] + ] + ], + "type": "Polygon" + }, + "id": "399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06876153892235, + -11.994725423466083, + -77.05911212550886, + -11.98433642579846 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.06444166033259, + -11.98433642579846 + ] + ] + ], + "type": "Polygon" + }, + "id": "400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00164572363487, + -11.830809712450646, + -76.99200290904106, + -11.820420009133029 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.99732982863519, + -11.820420009133029 + ] + ] + ], + "type": "Polygon" + }, + "id": "401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89584729712503, + -12.017013606979658, + -76.8862016898985, + -12.006629204734985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.89153177564991, + -12.006629204734985 + ] + ] + ], + "type": "Polygon" + }, + "id": "402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82426444200071, + -12.088548737642547, + -76.81461860246522, + -12.078167218656258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81994991515239, + -12.078167218656258 + ] + ] + ], + "type": "Polygon" + }, + "id": "403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00635598654908, + -12.161607940306945, + -76.9967031883501, + -12.151223035839331 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -77.00203555085251, + -12.151223035839331 + ] + ] + ], + "type": "Polygon" + }, + "id": "404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0587760342812, + -11.86001392654971, + -77.04913088873815, + -11.849623231133688 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.05445821951429, + -11.849623231133688 + ] + ] + ], + "type": "Polygon" + }, + "id": "405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72753666609293, + -12.181110716870657, + -76.71789068033374, + -12.170733108002043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.72322355849327, + -12.170733108002043 + ] + ] + ], + "type": "Polygon" + }, + "id": "406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96741951006165, + -11.945432841246456, + -76.95777416528405, + -11.935045605773727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.96310300777083, + -11.935045605773727 + ] + ] + ], + "type": "Polygon" + }, + "id": "407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00775102963965, + -11.86287529947436, + -76.9981071030483, + -11.85248589239293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -77.0034345432824, + -11.85248589239293 + ] + ] + ], + "type": "Polygon" + }, + "id": "408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09915593211505, + -11.87183584588659, + -77.08950941294603, + -11.86144433410927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.09483688286359, + -11.86144433410927 + ] + ] + ], + "type": "Polygon" + }, + "id": "409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84328466500028, + -12.31839903412347, + -76.83363145480128, + -12.308020759999653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.84328466500028, + -12.311070438952921 + ], + [ + -76.84277621500075, + -12.316259629657061 + ], + [ + -76.8379495229541, + -12.31839903412347 + ], + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.83896654920447, + -12.308020759999653 + ] + ] + ], + "type": "Polygon" + }, + "id": "410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69948718602971, + -11.950363790854883, + -76.68984885046599, + -11.939983354811924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.69517792932324, + -11.939983354811924 + ] + ] + ], + "type": "Polygon" + }, + "id": "411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68413080591773, + -12.200352616052527, + -76.67448543711103, + -12.189976427140166 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.67981864043104, + -12.189976427140166 + ] + ] + ], + "type": "Polygon" + }, + "id": "412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78614318599892, + -12.28912738874011, + -76.7764923831701, + -12.278750063894888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.78182702450687, + -12.278750063894888 + ] + ] + ], + "type": "Polygon" + }, + "id": "413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04127855396891, + -11.897632384277767, + -77.03163273336011, + -11.88724264670607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.03696070546192, + -11.88724264670607 + ] + ] + ], + "type": "Polygon" + }, + "id": "414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75189006884658, + -12.214977875907383, + -76.74224240834708, + -12.20460019526703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.74757583853264, + -12.20460019526703 + ] + ] + ], + "type": "Polygon" + }, + "id": "415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10145859425279, + -11.895663697411841, + -77.09181130726051, + -11.885272466395929 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.09713916589438, + -11.885272466395929 + ] + ] + ], + "type": "Polygon" + }, + "id": "416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98188775574955, + -11.938991938634567, + -76.9722422282228, + -11.928604252779929 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9775709496767, + -11.928604252779929 + ] + ] + ], + "type": "Polygon" + }, + "id": "417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614912282836, + -12.084840416785354, + -76.85650227792623, + -12.074457789189802 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.86183350341788, + -12.074457789189802 + ] + ] + ], + "type": "Polygon" + }, + "id": "418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75725565455768, + -12.113332576807045, + -76.7476108820213, + -12.102953136984276 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7529426333178, + -12.102953136984276 + ] + ] + ], + "type": "Polygon" + }, + "id": "419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12643395211093, + -11.68565401604365, + -77.11679229056348, + -11.675259338077305 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.12211665943357, + -11.675259338077305 + ] + ] + ], + "type": "Polygon" + }, + "id": "420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97268702976056, + -11.749299223720412, + -76.96304738940538, + -11.738909127551887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.96837299951777, + -11.738909127551887 + ] + ] + ], + "type": "Polygon" + }, + "id": "421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15846247718872, + -11.735992676230515, + -77.1488185194075, + -11.725597882355164 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.15414366507065, + -11.725597882355164 + ] + ] + ], + "type": "Polygon" + }, + "id": "422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88900134591357, + -12.134278371459596, + -76.8793524213084, + -12.123895943630103 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.8846844453261, + -12.123895943630103 + ] + ] + ], + "type": "Polygon" + }, + "id": "423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09310490536778, + -11.93418130509115, + -77.0834566810895, + -11.923790828603828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.08878518555234, + -11.923790828603828 + ] + ] + ], + "type": "Polygon" + }, + "id": "424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74801559026105, + -12.395334008839233, + -76.73836264645216, + -12.384959467006523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.74750569016635, + -12.39319771722414 + ], + [ + -76.74267913078529, + -12.395334008839233 + ], + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.74369905690335, + -12.384959467006523 + ] + ] + ], + "type": "Polygon" + }, + "id": "425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80749828306516, + -12.165495446327435, + -76.79785059706296, + -12.155115559442741 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.8031831876835, + -12.155115559442741 + ] + ] + ], + "type": "Polygon" + }, + "id": "426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07245734969038, + -11.81414915596941, + -77.06281322286723, + -11.803757492587316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.06813978109615, + -11.803757492587316 + ] + ] + ], + "type": "Polygon" + }, + "id": "427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07027580832741, + -11.979141860027168, + -77.0606268211157, + -11.96875259503978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.06595609729841, + -11.96875259503978 + ] + ] + ], + "type": "Polygon" + }, + "id": "428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1050663254176, + -11.620614042981536, + -77.09542713418077, + -11.6102190575366 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1007504664577, + -11.6102190575366 + ], + [ + -77.1050663254176, + -11.613262825084432 + ], + [ + -77.10456263027575, + -11.61846037027471 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.095930956059, + -11.61237274766407 + ], + [ + -77.1007504664577, + -11.6102190575366 + ] + ] + ], + "type": "Polygon" + }, + "id": "429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70921880502439, + -12.273586745286362, + -76.69957055942338, + -12.263211118000788 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.70490496821624, + -12.263211118000788 + ] + ] + ], + "type": "Polygon" + }, + "id": "430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6894639375134, + -12.19302701203461, + -76.67981864043104, + -12.182650567935616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.6851517222304, + -12.182650567935616 + ] + ] + ], + "type": "Polygon" + }, + "id": "431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66506602332277, + -12.253452464691916, + -76.65541959572705, + -12.243077634672435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.66075367716525, + -12.243077634672435 + ] + ] + ], + "type": "Polygon" + }, + "id": "432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11830702458228, + -12.007451731074532, + -77.10865598238549, + -11.997061718575031 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.11398565628419, + -11.997061718575031 + ] + ] + ], + "type": "Polygon" + }, + "id": "433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83113106065038, + -11.971293766643154, + -76.82148853376206, + -11.960910303911259 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.82681791016364, + -11.960910303911259 + ] + ] + ], + "type": "Polygon" + }, + "id": "434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99032258836586, + -12.089252430401785, + -76.98067236254373, + -12.078866786645234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.9860035501361, + -12.078866786645234 + ] + ] + ], + "type": "Polygon" + }, + "id": "435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92175950661635, + -12.129659490206809, + -76.91210985832066, + -12.119276173395058 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.9174417793579, + -12.119276173395058 + ] + ] + ], + "type": "Polygon" + }, + "id": "436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10231748514029, + -12.02948287301179, + -77.09266618760824, + -12.019093578259378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.09799624795995, + -12.019093578259378 + ] + ] + ], + "type": "Polygon" + }, + "id": "437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79905254388291, + -12.486867858047788, + -76.78939548109929, + -12.476493641305064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.79905254388291, + -12.479544488351467 + ], + [ + -76.79854321091787, + -12.484731650511064 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.79473338439676, + -12.476493641305064 + ] + ] + ], + "type": "Polygon" + }, + "id": "438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94229339514817, + -11.966551386983804, + -76.93264807453043, + -11.956165081458742 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.93797728920273, + -11.956165081458742 + ] + ] + ], + "type": "Polygon" + }, + "id": "439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1008043296326, + -12.04506647523016, + -77.09115260540901, + -12.034677452491959 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.09648292463804, + -12.034677452491959 + ] + ] + ], + "type": "Polygon" + }, + "id": "440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05866464314533, + -11.671171553257292, + -77.04902512123174, + -11.660778332252532 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.05434934757032, + -11.660778332252532 + ] + ] + ], + "type": "Polygon" + }, + "id": "441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07863261220974, + -11.940629513703938, + -77.0689845613097, + -11.930239482393434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.074313192106, + -11.930239482393434 + ] + ] + ], + "type": "Polygon" + }, + "id": "442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78013402833781, + -11.974100880127681, + -76.77049278803034, + -11.96371874398464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.77582223566232, + -11.96371874398464 + ] + ] + ], + "type": "Polygon" + }, + "id": "443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66966280464716, + -12.206764178142732, + -76.6600176439382, + -12.196388464398414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.6653509542731, + -12.196388464398414 + ] + ] + ], + "type": "Polygon" + }, + "id": "444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87299858092472, + -11.778825485536775, + -76.86336067285633, + -11.76843825663278 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.86868685442694, + -11.76843825663278 + ] + ] + ], + "type": "Polygon" + }, + "id": "445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75107466963217, + -12.364209764792081, + -76.74142257307574, + -12.353834605778536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.7467584681537, + -12.353834605778536 + ] + ] + ], + "type": "Polygon" + }, + "id": "446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96432613303355, + -11.787811976692664, + -76.95468556320508, + -11.777422603658586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.9600118150519, + -11.777422603658586 + ] + ] + ], + "type": "Polygon" + }, + "id": "447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76708176402589, + -12.342235513656536, + -76.75742988975537, + -12.33185957068241 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.76276541610247, + -12.33185957068241 + ] + ] + ], + "type": "Polygon" + }, + "id": "448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11376947869532, + -12.054204554407193, + -77.10411715599147, + -12.043815355683313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.109447606702, + -12.043815355683313 + ] + ] + ], + "type": "Polygon" + }, + "id": "449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01008758589712, + -11.981093518682389, + -77.00044007663246, + -11.97070575503808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -77.00576946014705, + -11.97070575503808 + ] + ] + ], + "type": "Polygon" + }, + "id": "450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7305954276187, + -12.149977313445877, + -76.72095028752243, + -12.139599129129302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.72628265119727, + -12.139599129129302 + ] + ] + ], + "type": "Polygon" + }, + "id": "451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94996124648227, + -12.171762684744904, + -76.94030960476705, + -12.161379334939959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.94564219426039, + -12.161379334939959 + ] + ] + ], + "type": "Polygon" + }, + "id": "452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03809908389933, + -11.645555740467486, + -77.02846084761174, + -11.635162695119144 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.03277520770102, + -11.645555740467486 + ], + [ + -77.02846084761174, + -11.642511159366103 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.03378467913649, + -11.635162695119144 + ] + ] + ], + "type": "Polygon" + }, + "id": "453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12873754708409, + -11.709487025028457, + -77.11909511885594, + -11.699092599969042 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.12441987578273, + -11.699092599969042 + ] + ] + ], + "type": "Polygon" + }, + "id": "454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99939018258144, + -11.901384939301893, + -76.98974532396451, + -11.890996281955445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.99507340734154, + -11.890996281955445 + ] + ] + ], + "type": "Polygon" + }, + "id": "455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77558124734584, + -11.926474471940011, + -76.76594154931739, + -11.91609175501281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77127021424023, + -11.91609175501281 + ], + [ + -76.77558124734584, + -11.919140098309013 + ], + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.77127021424023, + -11.91609175501281 + ] + ] + ], + "type": "Polygon" + }, + "id": "456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7343986633805, + -12.158216336570128, + -76.72475317360235, + -12.14783818645846 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.7300856722267, + -12.14783818645846 + ] + ] + ], + "type": "Polygon" + }, + "id": "457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02524816643812, + -11.825258706526789, + -77.01560491119679, + -11.814868347924985 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.02093171216825, + -11.814868347924985 + ] + ] + ], + "type": "Polygon" + }, + "id": "458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12053844700944, + -11.936868122963043, + -77.11088945302849, + -11.926477020111669 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.11621796156845, + -11.926477020111669 + ] + ] + ], + "type": "Polygon" + }, + "id": "459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9803699585047, + -11.954573137398487, + -76.97072400587025, + -11.944185715644288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.97605298546904, + -11.944185715644288 + ] + ] + ], + "type": "Polygon" + }, + "id": "460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05804671161432, + -11.915010670439246, + -77.04839994619928, + -11.904620771525344 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.0537281828835, + -11.904620771525344 + ] + ] + ], + "type": "Polygon" + }, + "id": "461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94834686195088, + -11.809840411461849, + -76.93870605180817, + -11.799451733016603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.9440326814956, + -11.799451733016603 + ] + ] + ], + "type": "Polygon" + }, + "id": "462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71756998331423, + -12.329427632913374, + -76.70791984052225, + -12.319052732625766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.71325517001362, + -12.319052732625766 + ] + ] + ], + "type": "Polygon" + }, + "id": "463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90652983621065, + -12.1910493369871, + -76.89687875528585, + -12.180667376148268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.90221170176629, + -12.180667376148268 + ] + ] + ], + "type": "Polygon" + }, + "id": "464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77780503264579, + -12.138959625568104, + -76.76815893874515, + -12.128580067757454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.77349110510013, + -12.128580067757454 + ] + ] + ], + "type": "Polygon" + }, + "id": "465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70843018620451, + -12.328512946607473, + -76.69878032125428, + -12.3181382643803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.70411563748614, + -12.3181382643803 + ] + ] + ], + "type": "Polygon" + }, + "id": "466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00405931242828, + -12.137790548604945, + -76.99440728421787, + -12.127405323715271 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99973925662417, + -12.127405323715271 + ] + ] + ], + "type": "Polygon" + }, + "id": "467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99332181845394, + -11.963713219442123, + -76.98367525887319, + -11.95332561237651 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.98900437503764, + -11.95332561237651 + ] + ] + ], + "type": "Polygon" + }, + "id": "468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78155982561549, + -12.33582286641779, + -76.77190775126604, + -12.32544644668849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.777243165856, + -12.32544644668849 + ] + ] + ], + "type": "Polygon" + }, + "id": "469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73902295224009, + -12.017187279001856, + -76.72938154308636, + -12.006806827096778 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.73471171477347, + -12.006806827096778 + ] + ] + ], + "type": "Polygon" + }, + "id": "470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81435657486047, + -12.142594567019259, + -76.80470938824386, + -12.13221414323606 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.81004159756091, + -12.13221414323606 + ] + ] + ], + "type": "Polygon" + }, + "id": "471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07554435887731, + -11.877391290637775, + -77.06589827038675, + -11.86700043071789 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.0712258647135, + -11.86700043071789 + ] + ] + ], + "type": "Polygon" + }, + "id": "472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13350083559052, + -11.946004088297343, + -77.12385124497351, + -11.935612804294793 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12917988406123, + -11.935612804294793 + ] + ] + ], + "type": "Polygon" + }, + "id": "473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91873182845896, + -12.25515144907158, + -76.90907851284486, + -12.244770229591833 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.91441250677835, + -12.244770229591833 + ] + ] + ], + "type": "Polygon" + }, + "id": "474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07778382403505, + -11.8068025925486, + -77.06813978109615, + -11.79641069919523 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.0734662112888, + -11.79641069919523 + ] + ] + ], + "type": "Polygon" + }, + "id": "475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15083143567514, + -11.71950998078424, + -77.1411881580904, + -11.709115154062955 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.14651304519876, + -11.709115154062955 + ] + ] + ], + "type": "Polygon" + }, + "id": "476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85395457554336, + -12.30374150213806, + -76.84430151919888, + -12.293362712506509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.85395457554336, + -12.296412224087684 + ], + [ + -76.85344629761614, + -12.301601672486825 + ], + [ + -76.84861968255942, + -12.30374150213806 + ], + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.8496363646964, + -12.293362712506509 + ] + ] + ], + "type": "Polygon" + }, + "id": "477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8600527203156, + -12.241465780459382, + -76.8504013622327, + -12.231085802069662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.85573517552187, + -12.231085802069662 + ] + ] + ], + "type": "Polygon" + }, + "id": "478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85929180053891, + -12.202085956371608, + -76.84964163860559, + -12.191705354794417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.85497480252052, + -12.191705354794417 + ] + ] + ], + "type": "Polygon" + }, + "id": "479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1333458168328, + -11.757151821773265, + -77.12370185497106, + -11.746757913246189 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.12902738812849, + -11.746757913246189 + ] + ] + ], + "type": "Polygon" + }, + "id": "480", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07167092189833, + -11.774732643683112, + -77.06202798846748, + -11.76434046462402 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.06735389962827, + -11.76434046462402 + ] + ] + ], + "type": "Polygon" + }, + "id": "482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1692003819991, + -11.815732285380792, + -77.15955378409872, + -11.805338304482683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.16488022284202, + -11.805338304482683 + ] + ] + ], + "type": "Polygon" + }, + "id": "483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07088468793854, + -11.73531454054762, + -77.06124294760833, + -11.724921855598945 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.06656821185614, + -11.724921855598945 + ] + ] + ], + "type": "Polygon" + }, + "id": "484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70175723838183, + -11.974173466334266, + -76.69211813092564, + -11.963793322399562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.69744760174811, + -11.963793322399562 + ] + ] + ], + "type": "Polygon" + }, + "id": "485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85015493083411, + -12.106841251471737, + -76.84050785454744, + -12.096459366040856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.84583945340304, + -12.096459366040856 + ] + ] + ], + "type": "Polygon" + }, + "id": "486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70309482040456, + -12.335836298859522, + -76.6934448830661, + -12.325461877893268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.69878032125428, + -12.325461877893268 + ] + ] + ], + "type": "Polygon" + }, + "id": "487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80600811904529, + -11.992392271422425, + -76.79636563644549, + -11.982009753163393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.80169537381178, + -11.982009753163393 + ] + ] + ], + "type": "Polygon" + }, + "id": "488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70917254030985, + -12.367873977791898, + -76.6995214786163, + -12.357499951075457 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.70485744512067, + -12.357499951075457 + ] + ] + ], + "type": "Polygon" + }, + "id": "489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05956105898211, + -11.899425757073208, + -77.04991471943951, + -11.889035598609016 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.05524269766222, + -11.889035598609016 + ] + ] + ], + "type": "Polygon" + }, + "id": "490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88593470670045, + -11.787965660247313, + -76.87629618452769, + -11.777578232553777 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.88162250710167, + -11.777578232553777 + ] + ] + ], + "type": "Polygon" + }, + "id": "491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65059643428614, + -12.259860674070916, + -76.64095021645811, + -12.24948632238867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.64628440403649, + -12.24948632238867 + ] + ] + ], + "type": "Polygon" + }, + "id": "492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73286947115615, + -12.173783202180944, + -76.72322355849327, + -12.163405339800315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.72855631438362, + -12.163405339800315 + ] + ] + ], + "type": "Polygon" + }, + "id": "493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70407535771871, + -11.903650435128542, + -76.69443828784674, + -11.89326920561445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69976659652558, + -11.89326920561445 + ], + [ + -76.70407535771871, + -11.896318052477712 + ], + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.69443828784674, + -11.90060150124957 + ], + [ + -76.69494814901468, + -11.89541094144886 + ], + [ + -76.69976659652558, + -11.89326920561445 + ] + ] + ], + "type": "Polygon" + }, + "id": "494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84405076448968, + -12.263456186188524, + -76.83439917538082, + -12.253076972556281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83973336207409, + -12.253076972556281 + ] + ] + ], + "type": "Polygon" + }, + "id": "495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72150281963434, + -12.054748411109657, + -76.71186076887139, + -12.044368974596896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.71719156409064, + -12.044368974596896 + ] + ] + ], + "type": "Polygon" + }, + "id": "496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75491420691495, + -12.278152434974485, + -76.74526457754266, + -12.267775718997893 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.75059904973693, + -12.267775718997893 + ] + ] + ], + "type": "Polygon" + }, + "id": "497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77925476952566, + -12.406315379235883, + -76.76960065018484, + -12.395940235140033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77493723061258, + -12.395940235140033 + ], + [ + -76.77925476952566, + -12.398990915650222 + ], + [ + -76.77874528750858, + -12.404178541692698 + ], + [ + -76.77391814051545, + -12.406315379235883 + ], + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.77493723061258, + -12.395940235140033 + ] + ] + ], + "type": "Polygon" + }, + "id": "498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79300500634695, + -12.266233693081073, + -76.78335470236354, + -12.255855812781892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.78868896258706, + -12.255855812781892 + ] + ] + ], + "type": "Polygon" + }, + "id": "499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96057192882992, + -11.96835318904372, + -76.95092607868384, + -11.957966457726739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.95625530545168, + -11.957966457726739 + ] + ] + ], + "type": "Polygon" + }, + "id": "500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99779740700687, + -11.72816034696472, + -76.98815774700806, + -11.71776935358394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.99348298292249, + -11.71776935358394 + ] + ] + ], + "type": "Polygon" + }, + "id": "501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67896275063835, + -11.924737321813645, + -76.6693257437674, + -11.914357037542565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67465440274923, + -11.914357037542565 + ], + [ + -76.67896275063835, + -11.917406220117462 + ], + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.67363404179376, + -11.924737321813645 + ], + [ + -76.6693257437674, + -11.921688052280398 + ], + [ + -76.66983598687797, + -11.916497965252253 + ], + [ + -76.67465440274923, + -11.914357037542565 + ] + ] + ], + "type": "Polygon" + }, + "id": "502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68259931675641, + -12.215916534171438, + -76.67295352552854, + -12.205540637544406 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.67828698592875, + -12.205540637544406 + ] + ] + ], + "type": "Polygon" + }, + "id": "503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8585417666664, + -11.785265355958382, + -76.84890405031436, + -11.774878575245708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.8542303476123, + -11.774878575245708 + ] + ] + ], + "type": "Polygon" + }, + "id": "504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11369768111607, + -11.959799590859504, + -77.10404817521353, + -11.949408986916149 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.1093770714452, + -11.949408986916149 + ] + ] + ], + "type": "Polygon" + }, + "id": "505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.703286784276, + -11.958603183234901, + -76.69364809882825, + -11.948222770940122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.69897731285836, + -11.948222770940122 + ] + ] + ], + "type": "Polygon" + }, + "id": "506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98732106592331, + -12.214769705963864, + -76.97766717112506, + -12.204386124935994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.98300043172658, + -12.204386124935994 + ] + ] + ], + "type": "Polygon" + }, + "id": "507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70787459771711, + -11.91188993028486, + -76.69823717815557, + -11.901508722181376 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.70356562191074, + -11.901508722181376 + ] + ] + ], + "type": "Polygon" + }, + "id": "508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7457387255827, + -12.371533824019414, + -76.7360865552641, + -12.361158927205572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.74142257307574, + -12.361158927205572 + ] + ] + ], + "type": "Polygon" + }, + "id": "509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7573200570042, + -11.924662903528235, + -76.74768090769909, + -11.914280622692358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.75300954938604, + -11.914280622692358 + ] + ] + ], + "type": "Polygon" + }, + "id": "510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75341866165395, + -12.199411281934315, + -76.74377142436369, + -12.189033309672135 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.74910459712224, + -12.189033309672135 + ] + ] + ], + "type": "Polygon" + }, + "id": "511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69252598877264, + -12.1618970999482, + -76.68288153654662, + -12.151520077430236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68821410420628, + -12.151520077430236 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.68288153654662, + -12.158846699139984 + ], + [ + -76.68339196571696, + -12.153658242688385 + ], + [ + -76.68821410420628, + -12.151520077430236 + ] + ] + ], + "type": "Polygon" + }, + "id": "512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65286458888691, + -12.283660146314372, + -76.64321759724989, + -12.273286132863479 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.64752995788032, + -12.283660146314372 + ], + [ + -76.64321759724989, + -12.280608780456793 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.64855217791148, + -12.273286132863479 + ] + ] + ], + "type": "Polygon" + }, + "id": "513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78851529965377, + -11.935619630984991, + -76.7788749798792, + -11.925236719757814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78420379009265, + -11.925236719757814 + ], + [ + -76.78851529965377, + -11.92828499776857 + ], + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.78420379009265, + -11.925236719757814 + ] + ] + ], + "type": "Polygon" + }, + "id": "514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83569370498167, + -12.01892260437619, + -76.82604963639913, + -12.00853973593102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.83137979488403, + -12.00853973593102 + ] + ] + ], + "type": "Polygon" + }, + "id": "515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93921236255058, + -11.808942056533795, + -76.92957181731371, + -11.798553591732015 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.93489844072886, + -11.798553591732015 + ] + ] + ], + "type": "Polygon" + }, + "id": "516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73514387146372, + -12.19758853954884, + -76.72549718614088, + -12.187211002657756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.7308303342874, + -12.187211002657756 + ] + ] + ], + "type": "Polygon" + }, + "id": "517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92329680790736, + -12.208434420033857, + -76.91364476783659, + -12.198052322595753 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.91897798685804, + -12.198052322595753 + ] + ] + ], + "type": "Polygon" + }, + "id": "518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9331165569445, + -11.776878189805075, + -76.92347712538351, + -11.766489440294974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.92880322694008, + -11.766489440294974 + ] + ] + ], + "type": "Polygon" + }, + "id": "519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81205973941998, + -12.213112215449463, + -76.80241050943825, + -12.202732980790707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.80774388344172, + -12.202732980790707 + ] + ] + ], + "type": "Polygon" + }, + "id": "520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76938890233735, + -12.271738067626174, + -76.75973907194198, + -12.26136087715359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.76507343300442, + -12.26136087715359 + ] + ] + ], + "type": "Polygon" + }, + "id": "521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03071749162493, + -12.101097793101392, + -77.02106587444743, + -12.090711339741405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.02639721051388, + -12.090711339741405 + ] + ] + ], + "type": "Polygon" + }, + "id": "522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12291780989925, + -12.05510184217185, + -77.11326523104402, + -12.044712435380177 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.1185956827666, + -12.044712435380177 + ] + ] + ], + "type": "Polygon" + }, + "id": "523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95977224626277, + -11.834562090461873, + -76.95013040282066, + -11.824173470102915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.95545742817292, + -11.824173470102915 + ] + ] + ], + "type": "Polygon" + }, + "id": "524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7099611314612, + -12.312950847377973, + -76.70031168952197, + -12.302575862023534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.70564674836419, + -12.302575862023534 + ] + ] + ], + "type": "Polygon" + }, + "id": "525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.908004797758, + -11.798005003903338, + -76.89836539539176, + -11.787617163611273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.90749806818866, + -11.795857615190872 + ], + [ + -76.90267828066915, + -11.798005003903338 + ], + [ + -76.89836539539176, + -11.794958439111216 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.90369186591155, + -11.787617163611273 + ] + ] + ], + "type": "Polygon" + }, + "id": "526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09692048592095, + -11.94242209383422, + -77.08727191986792, + -11.932031643953428 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.09260055453214, + -11.932031643953428 + ] + ] + ], + "type": "Polygon" + }, + "id": "527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70847666182146, + -12.234220591607027, + -76.69882961226526, + -12.223844332117249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.70416337116535, + -12.223844332117249 + ] + ] + ], + "type": "Polygon" + }, + "id": "528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92707402365286, + -12.027962884503188, + -76.91742726985036, + -12.017577870068575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.92275750995678, + -12.017577870068575 + ] + ] + ], + "type": "Polygon" + }, + "id": "529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16148090774492, + -11.704807812703644, + -77.15183780297451, + -11.694412538307965 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.15716243133036, + -11.694412538307965 + ] + ] + ], + "type": "Polygon" + }, + "id": "530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06555937945983, + -11.742662215841872, + -77.05591755550145, + -11.732269757579088 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.06124294760833, + -11.732269757579088 + ] + ] + ], + "type": "Polygon" + }, + "id": "531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8082699888244, + -12.110545040166192, + -76.79862392189563, + -12.100164266090314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.80395560574883, + -12.100164266090314 + ] + ] + ], + "type": "Polygon" + }, + "id": "532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98333796221709, + -11.734609998553202, + -76.97369848339169, + -11.72421944551605 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97902384093962, + -11.72421944551605 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.97420418743357, + -11.726369220907193 + ], + [ + -76.97902384093962, + -11.72421944551605 + ] + ] + ], + "type": "Polygon" + }, + "id": "533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0398136498083, + -12.007613089657212, + -77.03016458861161, + -11.99722499081118 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.03549437318775, + -11.99722499081118 + ] + ] + ], + "type": "Polygon" + }, + "id": "534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1889030181894, + -11.707476658220566, + -77.17925915556174, + -11.697080760732971 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.1889030181894, + -11.700124253656242 + ], + [ + -77.18840036556279, + -11.70532225422485 + ], + [ + -77.18357834940765, + -11.707476658220566 + ], + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.18458378180419, + -11.697080760732971 + ] + ] + ], + "type": "Polygon" + }, + "id": "535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09468408466303, + -12.013001691514535, + -77.08503347088663, + -12.002612335023782 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.0903632707904, + -12.002612335023782 + ] + ] + ], + "type": "Polygon" + }, + "id": "536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81589733033199, + -12.032684696631991, + -76.80625338104953, + -12.022302533553338 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.81158377736259, + -12.022302533553338 + ] + ] + ], + "type": "Polygon" + }, + "id": "537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12888985280502, + -11.89834777218403, + -77.11924179760814, + -11.887955915093135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.12456965956187, + -11.887955915093135 + ] + ] + ], + "type": "Polygon" + }, + "id": "538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94002450922544, + -12.037105529175706, + -76.93037714431281, + -12.026720331479892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.93570752332758, + -12.026720331479892 + ] + ] + ], + "type": "Polygon" + }, + "id": "539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91334449375987, + -11.885049456341385, + -76.90370235913839, + -11.87466269313924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.90801654884774, + -11.885049456341385 + ], + [ + -76.90370235913839, + -11.882002471262272 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.90903025753246, + -11.87466269313924 + ] + ] + ], + "type": "Polygon" + }, + "id": "540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78311244433367, + -12.225949943424924, + -76.77346361030006, + -12.215571649750798 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.77879720987376, + -12.215571649750798 + ] + ] + ], + "type": "Polygon" + }, + "id": "541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77858162591163, + -12.084010744470321, + -76.7689371504147, + -12.07363030818757 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.77426841022253, + -12.07363030818757 + ] + ] + ], + "type": "Polygon" + }, + "id": "542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66279706443021, + -12.229651621542276, + -76.65315141039008, + -12.219276457780111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.65848509890988, + -12.219276457780111 + ] + ] + ], + "type": "Polygon" + }, + "id": "543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15695305755048, + -11.75158456391446, + -77.14730867322737, + -11.741190012628635 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.1526340775706, + -11.741190012628635 + ] + ] + ], + "type": "Polygon" + }, + "id": "544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9926542451443, + -12.207433974477016, + -76.98300043172658, + -12.197050142921501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.98833356546906, + -12.197050142921501 + ] + ] + ], + "type": "Polygon" + }, + "id": "545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75270471793095, + -12.065715027407807, + -76.74306148941663, + -12.055334965259009 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.74839245698384, + -12.055334965259009 + ] + ] + ], + "type": "Polygon" + }, + "id": "546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04122793994374, + -11.803223424341503, + -77.03158493236862, + -11.792832373051422 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.03691135142249, + -11.792832373051422 + ] + ] + ], + "type": "Polygon" + }, + "id": "547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0252941210179, + -11.919662231274566, + -77.01564805259396, + -11.90927319987577 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.02097640683856, + -11.90927319987577 + ] + ] + ], + "type": "Polygon" + }, + "id": "548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17825355064637, + -11.722180537338396, + -77.16860951345932, + -11.711785086800907 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.17825355064637, + -11.714828752919606 + ], + [ + -77.17775072549043, + -11.720026530073547 + ], + [ + -77.17292862199277, + -11.722180537338396 + ], + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.1739343994177, + -11.711785086800907 + ] + ] + ], + "type": "Polygon" + }, + "id": "549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93544428796525, + -11.989469068023997, + -76.92579846299431, + -11.97908327039427 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.93112806143354, + -11.97908327039427 + ] + ] + ], + "type": "Polygon" + }, + "id": "550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99717144710482, + -12.066335116310636, + -76.98752172830943, + -12.055948951518946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.9928525306654, + -12.055948951518946 + ] + ] + ], + "type": "Polygon" + }, + "id": "551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63992783742441, + -12.274505974990051, + -76.63028147872811, + -12.264132141809126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.6345933576339, + -12.274505974990051 + ], + [ + -76.63028147872811, + -12.27145453552308 + ], + [ + -76.63079281659704, + -12.266267673992983 + ], + [ + -76.63561590799253, + -12.264132141809126 + ] + ] + ], + "type": "Polygon" + }, + "id": "552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234130722171, + -12.076600720274893, + -76.85269480914835, + -12.066218060979061 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.85802590140814, + -12.066218060979061 + ] + ] + ], + "type": "Polygon" + }, + "id": "553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9819544056351, + -12.127745589467992, + -76.97230324742839, + -12.117360751411761 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.97763507858714, + -12.117360751411761 + ] + ] + ], + "type": "Polygon" + }, + "id": "554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09606407437312, + -11.808590615848185, + -77.0864195166177, + -11.798198302972152 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.09174595072632, + -11.798198302972152 + ] + ] + ], + "type": "Polygon" + }, + "id": "555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75267116583025, + -12.16003771240498, + -76.74302512414123, + -12.149659126602288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.74835764741655, + -12.149659126602288 + ] + ] + ], + "type": "Polygon" + }, + "id": "556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67800402333489, + -12.262605637157193, + -76.66835696470443, + -12.252230626631595 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.67369119644752, + -12.252230626631595 + ] + ] + ], + "type": "Polygon" + }, + "id": "557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13954527601143, + -11.883653775720793, + -77.12989739242438, + -11.873261453116775 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.1352249961082, + -11.873261453116775 + ] + ] + ], + "type": "Polygon" + }, + "id": "558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94231515780893, + -12.060922996960164, + -76.93266702278738, + -12.05053810457391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.9379977921497, + -12.05053810457391 + ] + ] + ], + "type": "Polygon" + }, + "id": "559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08304737175783, + -11.705028484119591, + -77.0734062248031, + -11.694635106966642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.07873097480493, + -11.694635106966642 + ] + ] + ], + "type": "Polygon" + }, + "id": "560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08317300523571, + -11.893873000972755, + -77.07352623277134, + -11.883482188598201 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.0788540878124, + -11.883482188598201 + ] + ] + ], + "type": "Polygon" + }, + "id": "561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88974009740531, + -11.796206027416318, + -76.88010122950516, + -11.785818616929973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.88923311568439, + -11.794059004580301 + ], + [ + -76.88441359530529, + -11.796206027416318 + ], + [ + -76.88010122950516, + -11.793159311697226 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.88542768477676, + -11.785818616929973 + ] + ] + ], + "type": "Polygon" + }, + "id": "562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14407717396027, + -11.836886984354994, + -77.13443057039045, + -11.826493899081589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13975739770625, + -11.826493899081589 + ] + ] + ], + "type": "Polygon" + }, + "id": "563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76405449259234, + -12.279064765648851, + -76.75440458789402, + -12.268687832682303 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75973907194198, + -12.268687832682303 + ] + ] + ], + "type": "Polygon" + }, + "id": "564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13357841283683, + -12.040414372922148, + -77.12392600537757, + -12.030024485482539 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12925619878938, + -12.030024485482539 + ], + [ + -77.13357841283683, + -12.033070151166669 + ], + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.12443008035315, + -12.032173730934714 + ], + [ + -77.12925619878938, + -12.030024485482539 + ] + ] + ], + "type": "Polygon" + }, + "id": "565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9461031996698, + -11.974791628497956, + -76.93645753410007, + -11.964405349813838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.94178688090612, + -11.964405349813838 + ] + ] + ], + "type": "Polygon" + }, + "id": "566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83948327901827, + -12.21583958832852, + -76.82983323378433, + -12.205459707376207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.8351666373376, + -12.205459707376207 + ] + ] + ], + "type": "Polygon" + }, + "id": "567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66960500985125, + -12.30105241306261, + -76.65995703486303, + -12.290678261177819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.66529190226078, + -12.290678261177819 + ] + ] + ], + "type": "Polygon" + }, + "id": "568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97429740127725, + -12.016893928379424, + -76.96464974797293, + -12.006507578505625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96997976032539, + -12.006507578505625 + ] + ] + ], + "type": "Polygon" + }, + "id": "569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81441876711634, + -11.765181085225276, + -76.80478282606705, + -11.754795139446493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81010881870328, + -11.754795139446493 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81391078391188, + -11.763035280134243 + ], + [ + -76.80909272658963, + -11.765181085225276 + ], + [ + -76.80478282606705, + -11.76213388416386 + ], + [ + -76.80529093496682, + -11.756940965604116 + ], + [ + -76.81010881870328, + -11.754795139446493 + ] + ] + ], + "type": "Polygon" + }, + "id": "570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0115203491583, + -11.776709808571608, + -77.00187889131944, + -11.76631912503131 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -77.00720490995799, + -11.76631912503131 + ] + ] + ], + "type": "Polygon" + }, + "id": "571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7763310644858, + -11.965861222759813, + -76.76669017252905, + -11.955479061362935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.77201948593907, + -11.955479061362935 + ] + ] + ], + "type": "Polygon" + }, + "id": "572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06730537663464, + -12.104698808685312, + -77.05765271998162, + -12.0943115161932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.0668003977631, + -12.102551802921132 + ], + [ + -77.06197398375704, + -12.104698808685312 + ], + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.06298406847603, + -12.0943115161932 + ] + ] + ], + "type": "Polygon" + }, + "id": "573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72071678193298, + -12.109692686894386, + -76.7110731138428, + -12.099314119618022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7164048153039, + -12.099314119618022 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.71538503114567, + -12.109692686894386 + ], + [ + -76.7110731138428, + -12.10664280586147 + ], + [ + -76.71158306871058, + -12.101453576887053 + ], + [ + -76.7164048153039, + -12.099314119618022 + ] + ] + ], + "type": "Polygon" + }, + "id": "574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98350674487027, + -12.206530034840162, + -76.97385319468727, + -12.196146414355544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.9791863234797, + -12.196146414355544 + ] + ] + ], + "type": "Polygon" + }, + "id": "575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01000455658203, + -11.792295524178872, + -77.00036267372973, + -11.781905088487271 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -77.00568895039962, + -11.781905088487271 + ] + ] + ], + "type": "Polygon" + }, + "id": "576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84862525335753, + -12.216748175954791, + -76.83897493732648, + -12.206368080071197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.84430835017822, + -12.206368080071197 + ] + ] + ], + "type": "Polygon" + }, + "id": "577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90576322729184, + -12.151663261328533, + -76.89611334223908, + -12.14128069011411 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.90144563967331, + -12.14128069011411 + ] + ] + ], + "type": "Polygon" + }, + "id": "578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0647739860184, + -11.703243263188346, + -77.05513335491436, + -11.692850306959631 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.06045810021853, + -11.692850306959631 + ] + ] + ], + "type": "Polygon" + }, + "id": "579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92857664468855, + -11.918010687302278, + -76.91893312893977, + -11.9076240164927 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.91893312893977, + -11.914963665671134 + ], + [ + -76.91943988522571, + -11.909770383692557 + ], + [ + -76.92426155681466, + -11.9076240164927 + ] + ] + ], + "type": "Polygon" + }, + "id": "580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92780792981293, + -11.878609779789487, + -76.91816560796273, + -11.868222566445608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92349338794651, + -11.868222566445608 + ], + [ + -76.92780792981293, + -11.871269301934595 + ], + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.91867231328982, + -11.870369404708052 + ], + [ + -76.92349338794651, + -11.868222566445608 + ] + ] + ], + "type": "Polygon" + }, + "id": "581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09369657513271, + -11.690330267466422, + -77.0840555966714, + -11.679936441601745 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.08938009031519, + -11.679936441601745 + ] + ] + ], + "type": "Polygon" + }, + "id": "582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89509841364945, + -12.166330772821986, + -76.88544837158926, + -12.155948700882378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.89078091951508, + -12.155948700882378 + ] + ] + ], + "type": "Polygon" + }, + "id": "583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03908082753003, + -12.062597604818881, + -77.02943014522748, + -12.052210353943371 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.03476083650062, + -12.052210353943371 + ] + ] + ], + "type": "Polygon" + }, + "id": "584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15624036907705, + -11.806599257644791, + -77.14659436472064, + -11.796205463676934 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.15192067455077, + -11.796205463676934 + ] + ] + ], + "type": "Polygon" + }, + "id": "585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73659657538226, + -12.370619269409174, + -76.7269446815054, + -12.360244589745774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.7322806869038, + -12.360244589745774 + ] + ] + ], + "type": "Polygon" + }, + "id": "586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97423524059491, + -11.82811758297728, + -76.96459321388559, + -11.817728516791046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96992011865227, + -11.817728516791046 + ] + ] + ], + "type": "Polygon" + }, + "id": "587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11758731460198, + -12.062445088841091, + -77.10793465029742, + -12.052055923039 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.11326523104402, + -12.052055923039 + ] + ] + ], + "type": "Polygon" + }, + "id": "588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79605910201941, + -12.23509945971754, + -76.78640964563486, + -12.224720988322822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.79174339044668, + -12.224720988322822 + ] + ] + ], + "type": "Polygon" + }, + "id": "589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9453548084534, + -12.029767770186096, + -76.93570752332758, + -12.019382329559145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.94103777645225, + -12.019382329559145 + ] + ] + ], + "type": "Polygon" + }, + "id": "590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99950550653982, + -12.184521713989865, + -76.98985220061994, + -12.174137344218932 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.995184948792, + -12.174137344218932 + ] + ] + ], + "type": "Polygon" + }, + "id": "591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95907975408434, + -12.078305730275021, + -76.94943066403395, + -12.067920689216223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.9547617037353, + -12.067920689216223 + ] + ] + ], + "type": "Polygon" + }, + "id": "592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1347783787973, + -11.647118099190985, + -77.12513765489705, + -11.636722728771629 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.1347783787973, + -11.639766380166261 + ], + [ + -77.13427505941549, + -11.644964117619487 + ], + [ + -77.12945461237578, + -11.647118099190985 + ], + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.13046137802279, + -11.636722728771629 + ] + ] + ], + "type": "Polygon" + }, + "id": "593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87986361705164, + -12.227711624302946, + -76.87021214463753, + -12.217330924231408 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.87554571690666, + -12.217330924231408 + ] + ] + ], + "type": "Polygon" + }, + "id": "594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9842491751532, + -12.15156236887516, + -76.97459724679794, + -12.141177849715385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97992946819966, + -12.141177849715385 + ] + ] + ], + "type": "Polygon" + }, + "id": "595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71682666787687, + -12.290063815344626, + -76.70717772156361, + -12.279688269106671 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.71251240095832, + -12.279688269106671 + ] + ] + ], + "type": "Polygon" + }, + "id": "596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91948518622011, + -12.200194919843542, + -76.90983349206942, + -12.189812783873554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.91516657847797, + -12.189812783873554 + ] + ] + ], + "type": "Polygon" + }, + "id": "597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97432850882998, + -12.111265688130784, + -76.96467803976492, + -12.100880780584237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.97000960727031, + -12.100880780584237 + ] + ] + ], + "type": "Polygon" + }, + "id": "598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94387950050866, + -12.234058741190108, + -76.93422615720593, + -12.223676549783528 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93955978024196, + -12.223676549783528 + ] + ] + ], + "type": "Polygon" + }, + "id": "599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7823113405589, + -12.37518932675426, + -76.77265806923968, + -12.36481356383266 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.77799413394604, + -12.36481356383266 + ] + ] + ], + "type": "Polygon" + }, + "id": "600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9956910438627, + -12.176281902191208, + -76.98603808224235, + -12.165897494389574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.99137069878411, + -12.165897494389574 + ] + ] + ], + "type": "Polygon" + }, + "id": "601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98569885707472, + -11.947232371665033, + -76.97605298546904, + -11.936844711617471 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.98138183853453, + -11.936844711617471 + ] + ] + ], + "type": "Polygon" + }, + "id": "602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0715520414432, + -11.585868166986149, + -77.06191472905478, + -11.575473564576143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06723753743655, + -11.575473564576143 + ], + [ + -77.0715520414432, + -11.578517430714935 + ], + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.06241896661656, + -11.577626964487658 + ], + [ + -77.06723753743655, + -11.575473564576143 + ] + ] + ], + "type": "Polygon" + }, + "id": "603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9994670427832, + -12.090154128278298, + -76.98981655427457, + -12.079768273226012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.99514774660766, + -12.079768273226012 + ] + ] + ], + "type": "Polygon" + }, + "id": "604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82958455723717, + -12.175551861835796, + -76.81993597916681, + -12.165171579233474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.82526872379941, + -12.165171579233474 + ] + ] + ], + "type": "Polygon" + }, + "id": "605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9468744283491, + -12.014189541188138, + -76.9372275681354, + -12.003803828760722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9425575631673, + -12.003803828760722 + ] + ] + ], + "type": "Polygon" + }, + "id": "606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843397644765, + -12.108653646372675, + -76.85878636052486, + -12.098271331137488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.86411797704574, + -12.098271331137488 + ] + ] + ], + "type": "Polygon" + }, + "id": "607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9392749592512, + -12.092076566642206, + -76.92962597423859, + -12.081692228681398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.93495725990805, + -12.081692228681398 + ] + ] + ], + "type": "Polygon" + }, + "id": "608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96355326530934, + -11.748402666250568, + -76.9539138884883, + -11.73801278326959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95923949306376, + -11.73801278326959 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.9539138884883, + -11.745356862062732 + ], + [ + -76.95441989066885, + -11.740161973905417 + ], + [ + -76.95923949306376, + -11.73801278326959 + ] + ] + ], + "type": "Polygon" + }, + "id": "609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79532731589619, + -12.101397691383978, + -76.78568186995076, + -12.091017101367468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.79101340919945, + -12.091017101367468 + ] + ] + ], + "type": "Polygon" + }, + "id": "610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13096473814126, + -11.638876727608634, + -77.1213243546115, + -11.628481345298022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12664794825186, + -11.628481345298022 + ], + [ + -77.13096473814126, + -11.631524985339984 + ], + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.12182784158261, + -11.630635361394946 + ], + [ + -77.12664794825186, + -11.628481345298022 + ] + ] + ], + "type": "Polygon" + }, + "id": "611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9788520244514, + -11.970153938076619, + -76.96920564668535, + -11.959766781970954 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.97453488444644, + -11.959766781970954 + ] + ] + ], + "type": "Polygon" + }, + "id": "612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89662078367436, + -12.150757593390928, + -76.88697116631901, + -12.140375235793684 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.89230345618219, + -12.140375235793684 + ] + ] + ], + "type": "Polygon" + }, + "id": "613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76944625961667, + -12.083102351650048, + -76.75980205835475, + -12.072722132657477 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.76513330676103, + -12.072722132657477 + ] + ] + ], + "type": "Polygon" + }, + "id": "614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66524324911991, + -11.970536862742463, + -76.65560525672947, + -11.960157599294511 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.66093467108166, + -11.960157599294511 + ] + ] + ], + "type": "Polygon" + }, + "id": "615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08771216940572, + -11.847112997863642, + -77.07806667515956, + -11.836721418375028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.08339375460321, + -11.836721418375028 + ] + ] + ], + "type": "Polygon" + }, + "id": "616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03453249851073, + -12.109337950597192, + -77.02488053791635, + -12.098951531766836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.03021200510881, + -12.098951531766836 + ] + ] + ], + "type": "Polygon" + }, + "id": "617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1340622183934, + -11.702136642147526, + -77.12441987578273, + -11.69174199311196 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12974450377133, + -11.69174199311196 + ] + ] + ], + "type": "Polygon" + }, + "id": "618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89049721976161, + -11.741220934331047, + -76.88085996834661, + -11.730832765881248 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88618551872868, + -11.730832765881248 + ], + [ + -76.89049721976161, + -11.733879083200115 + ], + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88085996834661, + -11.73817452953788 + ], + [ + -76.88136697940755, + -11.73298049914769 + ], + [ + -76.88618551872868, + -11.730832765881248 + ] + ] + ], + "type": "Polygon" + }, + "id": "619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94759922629162, + -11.864827848233212, + -76.93795679821314, + -11.854439950631575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.9422716451797, + -11.864827848233212 + ], + [ + -76.93795679821314, + -11.86178127600612 + ], + [ + -76.93846320542096, + -11.856587380548063 + ], + [ + -76.94328433330075, + -11.854439950631575 + ] + ] + ], + "type": "Polygon" + }, + "id": "620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06421791070956, + -12.041473687002236, + -77.05456721854584, + -12.031085500583696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05989752939782, + -12.031085500583696 + ] + ] + ], + "type": "Polygon" + }, + "id": "621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85395858924355, + -12.209417234875106, + -76.84430835017822, + -12.199036885924063 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84964163860559, + -12.199036885924063 + ] + ] + ], + "type": "Polygon" + }, + "id": "622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78238607246581, + -12.092250127906045, + -76.77274124840952, + -12.081869722917356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.77807264250916, + -12.081869722917356 + ] + ] + ], + "type": "Polygon" + }, + "id": "623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11290574944417, + -11.920386373809967, + -77.10325743807408, + -11.909995218323894 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.10858568677676, + -11.909995218323894 + ] + ] + ], + "type": "Polygon" + }, + "id": "624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05961703923029, + -11.993827505026907, + -77.049967884715, + -11.983438717104802 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.05529741689203, + -11.983438717104802 + ] + ] + ], + "type": "Polygon" + }, + "id": "625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89660391752497, + -11.962042280066823, + -76.88695992907185, + -11.951657043408204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89228910868462, + -11.951657043408204 + ], + [ + -76.89660391752497, + -11.954704495112583 + ], + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.88746720093108, + -11.953802177718293 + ], + [ + -76.89228910868462, + -11.951657043408204 + ] + ] + ], + "type": "Polygon" + }, + "id": "626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89506647460556, + -11.78886524555367, + -76.88542768477676, + -11.778477602700848 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.89075401522645, + -11.778477602700848 + ] + ] + ], + "type": "Polygon" + }, + "id": "627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03585244387004, + -11.716151685168791, + -77.02621216501718, + -11.705759602327092 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.03153715924657, + -11.705759602327092 + ] + ] + ], + "type": "Polygon" + }, + "id": "628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05496297697592, + -11.851773083884977, + -77.04531817382107, + -11.841382366424643 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.05064537397958, + -11.841382366424643 + ] + ] + ], + "type": "Polygon" + }, + "id": "629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76252596736181, + -12.294629791008557, + -76.75287563912444, + -12.284253157399705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.75821038077967, + -12.284253157399705 + ] + ] + ], + "type": "Polygon" + }, + "id": "630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10310836092265, + -12.068890142740551, + -77.09345586806927, + -12.058501426678504 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.09878657641802, + -12.058501426678504 + ] + ] + ], + "type": "Polygon" + }, + "id": "631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06107526975543, + -11.883840454769146, + -77.05142935606118, + -11.873450038304345 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.0567570758399, + -11.873450038304345 + ] + ] + ], + "type": "Polygon" + }, + "id": "632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09534109237974, + -11.863594900628346, + -77.08569491479025, + -11.853203365824285 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.09102225459151, + -11.853203365824285 + ] + ] + ], + "type": "Polygon" + }, + "id": "633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05569267186627, + -11.79677258982838, + -77.04604948791129, + -11.786381097758847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.05137578252155, + -11.786381097758847 + ] + ] + ], + "type": "Polygon" + }, + "id": "634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83719116786196, + -12.286353706780103, + -76.8275390777118, + -12.27597504688099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.83287364666376, + -12.27597504688099 + ] + ] + ], + "type": "Polygon" + }, + "id": "635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95367341169913, + -11.802497918528164, + -76.9440326814956, + -11.792109008108893 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.94935918532377, + -11.792109008108893 + ] + ] + ], + "type": "Polygon" + }, + "id": "636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98958131530397, + -12.144225434269872, + -76.97992946819966, + -12.133840667526744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.98526156284582, + -12.133840667526744 + ] + ] + ], + "type": "Polygon" + }, + "id": "637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72906611560978, + -12.16554423133685, + -76.7194205526937, + -12.155166333973076 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.72475317360235, + -12.155166333973076 + ] + ] + ], + "type": "Polygon" + }, + "id": "638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07917350192574, + -11.602350598358361, + -77.06953550662871, + -11.591956013660715 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.07485857535681, + -11.591956013660715 + ] + ] + ], + "type": "Polygon" + }, + "id": "639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94310812165703, + -12.194671991537737, + -76.93345597461803, + -12.184289179371056 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.93878894853788, + -12.184289179371056 + ] + ] + ], + "type": "Polygon" + }, + "id": "640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82043072622257, + -12.268965671218295, + -76.81077960372771, + -12.258587143650441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.81611389523556, + -12.258587143650441 + ] + ] + ], + "type": "Polygon" + }, + "id": "641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04958268675118, + -11.764703356330509, + -77.03994061290051, + -11.754311580797006 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.04526638806011, + -11.754311580797006 + ] + ] + ], + "type": "Polygon" + }, + "id": "642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99865085317322, + -11.95637219692529, + -76.98900437503764, + -11.945984351361357 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.99433336443455, + -11.945984351361357 + ] + ] + ], + "type": "Polygon" + }, + "id": "643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73067537982008, + -11.961326907034463, + -76.72103586337181, + -11.95094583695424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.72636511672968, + -11.95094583695424 + ] + ] + ], + "type": "Polygon" + }, + "id": "644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03516844697633, + -11.865566208576949, + -77.02552373759718, + -11.85517616744778 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.03085118963048, + -11.85517616744778 + ] + ] + ], + "type": "Polygon" + }, + "id": "645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7069460277417, + -12.24978461168513, + -76.69729855539758, + -12.239408647606211 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.7026325715544, + -12.239408647606211 + ] + ] + ], + "type": "Polygon" + }, + "id": "646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80905854201345, + -11.96124417825265, + -76.79941690587268, + -11.950861122975127 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.80474612857006, + -11.950861122975127 + ] + ] + ], + "type": "Polygon" + }, + "id": "647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80672631735953, + -12.220441635878345, + -76.79707701174387, + -12.210062655199982 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.80241050943825, + -12.210062655199982 + ] + ] + ], + "type": "Polygon" + }, + "id": "648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78008292588275, + -12.16276777892274, + -76.77043605989522, + -12.152388541455363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.77576861808238, + -12.152388541455363 + ] + ] + ], + "type": "Polygon" + }, + "id": "649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68254529417429, + -12.310206151956507, + -76.67289668829476, + -12.299831822323162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.67823170584796, + -12.299831822323162 + ] + ] + ], + "type": "Polygon" + }, + "id": "650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71700259843104, + -11.912797111311136, + -76.70736490171416, + -11.90241568365763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.71269335871132, + -11.90241568365763 + ] + ] + ], + "type": "Polygon" + }, + "id": "651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11744152919867, + -11.873624814276466, + -77.10779449724858, + -11.863232884577629 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.11312196979395, + -11.863232884577629 + ] + ] + ], + "type": "Polygon" + }, + "id": "652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7503270854496, + -12.324845179521553, + -76.7406761857094, + -12.314469366195883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.74601143063515, + -12.314469366195883 + ] + ] + ], + "type": "Polygon" + }, + "id": "653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02161640770376, + -12.194567408757866, + -77.0119622336788, + -12.184182656558736 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.01729512186552, + -12.184182656558736 + ] + ] + ], + "type": "Polygon" + }, + "id": "654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80981262102775, + -12.00063198063219, + -76.80016979062655, + -11.990249489255966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.80549966186396, + -11.990249489255966 + ] + ] + ], + "type": "Polygon" + }, + "id": "655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16982281783459, + -11.66626929609761, + -77.16018065271184, + -11.655873325769475 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16550463429587, + -11.655873325769475 + ], + [ + -77.16982281783459, + -11.65891676977248 + ], + [ + -77.16931996092957, + -11.66411480692549 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.16068363664367, + -11.658027831960283 + ], + [ + -77.16550463429587, + -11.655873325769475 + ] + ] + ], + "type": "Polygon" + }, + "id": "656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82880489833192, + -12.324816443408068, + -76.81915188299438, + -12.314438642530158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.82448709209099, + -12.314438642530158 + ] + ] + ], + "type": "Polygon" + }, + "id": "657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73204545287253, + -12.323017754568626, + -76.72239510585237, + -12.312642375882966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.72773032596008, + -12.312642375882966 + ] + ] + ], + "type": "Polygon" + }, + "id": "658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76411496258548, + -12.090433016367323, + -76.75447068710533, + -12.080053045945451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75980205835475, + -12.080053045945451 + ] + ] + ], + "type": "Polygon" + }, + "id": "659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1226945347792, + -11.771850191739151, + -77.1130504018353, + -11.761456736885556 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.11837619284421, + -11.761456736885556 + ] + ] + ], + "type": "Polygon" + }, + "id": "660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9309208122888, + -12.224913369885968, + -76.92126808056015, + -12.214531350877913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.9266015646833, + -12.214531350877913 + ] + ] + ], + "type": "Polygon" + }, + "id": "661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85320696922011, + -11.98134242596479, + -76.84356355428717, + -11.970958557760294 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.84889308279504, + -11.970958557760294 + ] + ] + ], + "type": "Polygon" + }, + "id": "662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81662262657036, + -12.26072671361088, + -76.80697185223735, + -12.250348145395057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.81230600978529, + -12.250348145395057 + ] + ] + ], + "type": "Polygon" + }, + "id": "663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18136163996346, + -11.785440757500995, + -77.17171564307341, + -11.775046073121723 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17704156339822, + -11.775046073121723 + ], + [ + -77.18136163996346, + -11.7780900403701 + ], + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.17704156339822, + -11.775046073121723 + ] + ] + ], + "type": "Polygon" + }, + "id": "664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0990884385223, + -11.77741317992926, + -77.08944473277471, + -11.767020371141502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.09477064994795, + -11.767020371141502 + ] + ] + ], + "type": "Polygon" + }, + "id": "665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01168826709171, + -12.15427046078302, + -77.00203555085251, + -12.143885308646023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -77.00736778620349, + -12.143885308646023 + ] + ] + ], + "type": "Polygon" + }, + "id": "666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73663483954365, + -12.276326966056654, + -76.72698576225197, + -12.265950684808368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.73232020991215, + -12.265950684808368 + ] + ] + ], + "type": "Polygon" + }, + "id": "667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12356194740411, + -11.905694292215259, + -77.11391380665061, + -11.895302668548025 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.11924179760814, + -11.895302668548025 + ] + ] + ], + "type": "Polygon" + }, + "id": "668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02915386355019, + -12.02229555629483, + -77.01950463695877, + -12.01190793830237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.02483467650607, + -12.01190793830237 + ] + ] + ], + "type": "Polygon" + }, + "id": "669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83261425650907, + -12.333055197896924, + -76.8229608931213, + -12.322677441042922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.83261425650907, + -12.325727287241012 + ], + [ + -76.83210563445698, + -12.330916219369074 + ], + [ + -76.82727886575333, + -12.333055197896924 + ], + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.8282962360775, + -12.322677441042922 + ] + ] + ], + "type": "Polygon" + }, + "id": "670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68027448052584, + -12.286406188787671, + -76.6706266483177, + -12.276031516933502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.6759612729454, + -12.276031516933502 + ] + ] + ], + "type": "Polygon" + }, + "id": "671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7922964233316, + -12.038204473562784, + -76.78265294383284, + -12.027822989254476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.7879834426213, + -12.027822989254476 + ] + ] + ], + "type": "Polygon" + }, + "id": "672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300475795698, + -12.156278496508195, + -76.8633555997153, + -12.145896816667843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.86868799841501, + -12.145896816667843 + ] + ] + ], + "type": "Polygon" + }, + "id": "673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15003545735185, + -11.68008363018671, + -77.14039337258488, + -11.669688311898362 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.14571761323529, + -11.669688311898362 + ] + ] + ], + "type": "Polygon" + }, + "id": "674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69474648805888, + -12.279997071646342, + -76.68509844854208, + -12.269621921614709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.69043296559563, + -12.269621921614709 + ] + ] + ], + "type": "Polygon" + }, + "id": "675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68175213774317, + -12.3651262466463, + -76.67210191251787, + -12.35475287511925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67743783764753, + -12.35475287511925 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.67210191251787, + -12.362074758182251 + ], + [ + -76.67261281282384, + -12.356888127116118 + ], + [ + -76.67743783764753, + -12.35475287511925 + ] + ] + ], + "type": "Polygon" + }, + "id": "676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10743757255847, + -11.738885439965925, + -77.09779480351308, + -11.728491915268664 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.1031200753195, + -11.728491915268664 + ] + ] + ], + "type": "Polygon" + }, + "id": "677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7146424771161, + -12.077646443909943, + -76.70499993124628, + -12.067267533900678 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.71033110546662, + -12.067267533900678 + ] + ] + ], + "type": "Polygon" + }, + "id": "678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05815782581969, + -12.103798955883342, + -77.04850542831755, + -12.093411872797482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.05383677411936, + -12.093411872797482 + ] + ] + ], + "type": "Polygon" + }, + "id": "679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80899005309979, + -12.338559619462862, + -76.7993371580894, + -12.328182552286924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.80467260501345, + -12.328182552286924 + ] + ] + ], + "type": "Polygon" + }, + "id": "680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08922495112633, + -11.831525565372113, + -77.07957988290458, + -11.821133733279856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.08490670385082, + -11.821133733279856 + ] + ] + ], + "type": "Polygon" + }, + "id": "681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99017962292017, + -11.7116786809551, + -76.98054064971193, + -11.701287658540037 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.98586562302299, + -11.701287658540037 + ] + ] + ], + "type": "Polygon" + }, + "id": "682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82654584203155, + -12.11236014994153, + -76.8168992310733, + -12.10197894382428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.82223093511791, + -12.10197894382428 + ] + ] + ], + "type": "Polygon" + }, + "id": "683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96129034524819, + -11.818979096705444, + -76.95164892636778, + -11.808590223904963 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.95697569386753, + -11.808590223904963 + ] + ] + ], + "type": "Polygon" + }, + "id": "684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73674949813784, + -11.993377084004912, + -76.72710886074721, + -11.982996333531698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.73243864064494, + -11.982996333531698 + ] + ] + ], + "type": "Polygon" + }, + "id": "685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8707183093753, + -12.038117136887646, + -76.86107273689433, + -12.027733680286627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.86640318907013, + -12.027733680286627 + ] + ] + ], + "type": "Polygon" + }, + "id": "686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91256467981681, + -11.751258417073567, + -76.90292654903243, + -11.740869833613928 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.90825224698558, + -11.740869833613928 + ] + ] + ], + "type": "Polygon" + }, + "id": "687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01242587178675, + -12.09929568192872, + -77.00277477721802, + -12.088909649641453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -77.00810610541329, + -12.088909649641453 + ] + ] + ], + "type": "Polygon" + }, + "id": "688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98347294893264, + -12.112168261990607, + -76.97382221630671, + -12.101783142791598 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.9791537890363, + -12.101783142791598 + ] + ] + ], + "type": "Polygon" + }, + "id": "689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04571922389995, + -11.662037862305638, + -77.03608030307365, + -11.6516448401383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.03608030307365, + -11.658993256421143 + ], + [ + -77.03658502101985, + -11.653796798184716 + ], + [ + -77.04140439588559, + -11.6516448401383 + ] + ] + ], + "type": "Polygon" + }, + "id": "690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77025253393242, + -11.933808517940161, + -76.7606127615626, + -11.923426042042088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.76594154931739, + -11.923426042042088 + ] + ] + ], + "type": "Polygon" + }, + "id": "691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92100669287933, + -12.184621643584652, + -76.91135542379749, + -12.174239218827926 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.91668825196875, + -12.174239218827926 + ] + ] + ], + "type": "Polygon" + }, + "id": "692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11125143528596, + -11.74712662717159, + -77.10160832517377, + -11.736733119250562 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.1069337268433, + -11.736733119250562 + ] + ] + ], + "type": "Polygon" + }, + "id": "693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77322275635491, + -12.185665272730313, + -76.76357539239913, + -12.175286575987258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.76890833116397, + -12.175286575987258 + ] + ] + ], + "type": "Polygon" + }, + "id": "694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03140402821164, + -11.951726594514492, + -77.02175684788978, + -11.941337877422388 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.02708572257816, + -11.941337877422388 + ] + ] + ], + "type": "Polygon" + }, + "id": "695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1204647000944, + -11.842448515412318, + -77.11081852096974, + -11.832056077324378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.1161454761648, + -11.832056077324378 + ] + ] + ], + "type": "Polygon" + }, + "id": "696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91034081788553, + -12.199288827829646, + -76.90068939079384, + -12.188906904935228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.9060224700432, + -12.188906904935228 + ] + ] + ], + "type": "Polygon" + }, + "id": "697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90881879471397, + -12.21486134938242, + -76.89916694263513, + -12.204479716804844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.90450028009249, + -12.204479716804844 + ] + ] + ], + "type": "Polygon" + }, + "id": "698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00090693176384, + -11.885801888500083, + -76.99126249832798, + -11.875412972455424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.99659032355171, + -11.875412972455424 + ] + ] + ], + "type": "Polygon" + }, + "id": "699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06646087925387, + -11.970901237716319, + -77.05681223444505, + -11.960511944500306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.06214138005943, + -11.960511944500306 + ] + ] + ], + "type": "Polygon" + }, + "id": "700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78539139230794, + -12.249755924805672, + -76.7757417858199, + -12.239377964457887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.78107577739654, + -12.239377964457887 + ] + ] + ], + "type": "Polygon" + }, + "id": "701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71914391245316, + -12.219568792434387, + -76.70949700809119, + -12.209192020662483 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.71483052295454, + -12.209192020662483 + ] + ] + ], + "type": "Polygon" + }, + "id": "702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82047208850095, + -11.985963531813256, + -76.81082940952432, + -11.975580553874062 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.81615903351965, + -11.975580553874062 + ] + ] + ], + "type": "Polygon" + }, + "id": "703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0426404540472, + -11.598785815673589, + -77.03300349251437, + -11.588392075614566 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03832655028705, + -11.588392075614566 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.03300349251437, + -11.595741536946761 + ], + [ + -77.0335081550505, + -11.590544719837856 + ], + [ + -77.03832655028705, + -11.588392075614566 + ] + ] + ], + "type": "Polygon" + }, + "id": "704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93315471513476, + -11.965650091317455, + -76.92350965999657, + -11.95526399906445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.92883886820782, + -11.95526399906445 + ] + ] + ], + "type": "Polygon" + }, + "id": "705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8364603607589, + -11.96395839145334, + -76.82681791016364, + -11.953574686989134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.83214716263649, + -11.953574686989134 + ] + ] + ], + "type": "Polygon" + }, + "id": "706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08323587696303, + -11.988279837439839, + -77.07358628928134, + -11.977890391762607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.07891569820038, + -11.977890391762607 + ] + ] + ], + "type": "Polygon" + }, + "id": "707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9171954459906, + -12.176382070232359, + -76.90754452282498, + -12.165999608178021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.91287721837398, + -12.165999608178021 + ] + ] + ], + "type": "Polygon" + }, + "id": "708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04582305800218, + -11.850877213990001, + -77.03617851423998, + -11.840486707136774 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.04150571133813, + -11.840486707136774 + ] + ] + ], + "type": "Polygon" + }, + "id": "709", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79986605015544, + -12.243338439413659, + -76.79021624524314, + -12.2329600071697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.7955501242525, + -12.2329600071697 + ] + ] + ], + "type": "Polygon" + }, + "id": "710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10520477507204, + -11.80948423695346, + -77.09555996062505, + -11.799091714693501 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.1008863962782, + -11.799091714693501 + ] + ] + ], + "type": "Polygon" + }, + "id": "711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16911246571901, + -11.72129061060097, + -77.15946868125457, + -11.71089536775018 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.16479356787195, + -11.71089536775018 + ] + ] + ], + "type": "Polygon" + }, + "id": "712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9270913484024, + -12.122324233772526, + -76.9174417793579, + -12.111940669312599 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.92277357475366, + -12.111940669312599 + ] + ] + ], + "type": "Polygon" + }, + "id": "713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05047292528558, + -11.992929321862828, + -77.0408240301468, + -11.982540743937543 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0461535594011, + -11.982540743937543 + ] + ] + ], + "type": "Polygon" + }, + "id": "714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03580344010224, + -11.621725047029958, + -77.02616597105369, + -11.611331758434089 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.03148941396958, + -11.611331758434089 + ] + ] + ], + "type": "Polygon" + }, + "id": "715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76863924315116, + -12.232367006908358, + -76.7589906089295, + -12.221989185115637 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.76432432025864, + -12.221989185115637 + ] + ] + ], + "type": "Polygon" + }, + "id": "716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8189473063011, + -12.001537661236243, + -76.80930420391269, + -11.991154953371574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.81463408533007, + -11.991154953371574 + ] + ] + ], + "type": "Polygon" + }, + "id": "717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79984624463256, + -12.337647639508043, + -76.79019362269887, + -12.327270787897998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.7955290591208, + -12.327270787897998 + ] + ] + ], + "type": "Polygon" + }, + "id": "718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0837720511437, + -11.65001582915465, + -77.07413252228173, + -11.639621728793486 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.07945636750061, + -11.639621728793486 + ] + ] + ], + "type": "Polygon" + }, + "id": "719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87224242036379, + -12.116893272673325, + -76.86259445766846, + -12.10651099082839 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.86792620737084, + -12.10651099082839 + ] + ] + ], + "type": "Polygon" + }, + "id": "720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97126030148553, + -12.048051888927668, + -76.96161179770283, + -12.037666084277967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.96694232653657, + -12.037666084277967 + ] + ] + ], + "type": "Polygon" + }, + "id": "721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92558728180057, + -12.232246626454858, + -76.91593447064854, + -12.221864859892118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.92126808056015, + -12.221864859892118 + ] + ] + ], + "type": "Polygon" + }, + "id": "722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88442821872377, + -12.086651048436398, + -76.87478083593244, + -12.076267991747223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.88011207812238, + -12.076267991747223 + ] + ] + ], + "type": "Polygon" + }, + "id": "723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13429540238576, + -11.98541767670714, + -77.12464461701562, + -11.975026950456446 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12997390367332, + -11.975026950456446 + ], + [ + -77.13429540238576, + -11.978072346637527 + ], + [ + -77.13379155028986, + -11.983267761725736 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.12997390367332, + -11.975026950456446 + ] + ] + ], + "type": "Polygon" + }, + "id": "724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02074606171132, + -11.966410704644337, + -77.01109871658657, + -11.956022463388656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.01642784586336, + -11.956022463388656 + ] + ] + ], + "type": "Polygon" + }, + "id": "725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03296787747006, + -12.030535934962174, + -77.02331830759675, + -12.02014834746796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.02864847822599, + -12.02014834746796 + ] + ] + ], + "type": "Polygon" + }, + "id": "726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97888445684347, + -12.06453213951262, + -76.96923526406209, + -12.054146397852861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.97456605652364, + -12.054146397852861 + ] + ] + ], + "type": "Polygon" + }, + "id": "727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15775007507085, + -11.791008504578148, + -77.1481044973933, + -11.780614462581973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.15343054845894, + -11.780614462581973 + ] + ] + ], + "type": "Polygon" + }, + "id": "728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14336214705776, + -11.891894811569372, + -77.13371392276309, + -11.881502513431343 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.13904165601942, + -11.881502513431343 + ] + ] + ], + "type": "Polygon" + }, + "id": "729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05339449995601, + -11.772944322621605, + -77.0437520837903, + -11.762552564639291 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.04907798956528, + -11.762552564639291 + ] + ] + ], + "type": "Polygon" + }, + "id": "730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74133361801815, + -11.946662292753619, + -76.73169424792931, + -11.936280737043877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.73702325688276, + -11.936280737043877 + ] + ] + ], + "type": "Polygon" + }, + "id": "731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69721748959954, + -11.926553642477728, + -76.68757992583494, + -11.91617291788502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.69290861276764, + -11.91617291788502 + ] + ] + ], + "type": "Polygon" + }, + "id": "732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78393724628965, + -11.982340534285681, + -76.77429565769137, + -11.97195842385183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77962523950438, + -11.97195842385183 + ] + ] + ], + "type": "Polygon" + }, + "id": "733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97965999542038, + -12.103928265898874, + -76.97000960727031, + -12.093543112506309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.97534104822586, + -12.093543112506309 + ] + ] + ], + "type": "Polygon" + }, + "id": "734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97119990651262, + -11.859283766878656, + -76.96155703031775, + -11.848895208709763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.96688445096302, + -11.848895208709763 + ] + ] + ], + "type": "Polygon" + }, + "id": "735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97804472388628, + -11.836358202470539, + -76.9684023531763, + -11.825969156365021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.97372938956097, + -11.825969156365021 + ] + ] + ], + "type": "Polygon" + }, + "id": "736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10966941706714, + -11.668280609394783, + -77.10002869258531, + -11.657886113805892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.10535280103704, + -11.657886113805892 + ] + ] + ], + "type": "Polygon" + }, + "id": "737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14868979413514, + -11.884547366695656, + -77.13904165601942, + -11.87415483614358 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.14436925993621, + -11.87415483614358 + ] + ] + ], + "type": "Polygon" + }, + "id": "738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09540751006311, + -11.958007439415958, + -77.08575851760808, + -11.947617253012801 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.09108741098423, + -11.947617253012801 + ] + ] + ], + "type": "Polygon" + }, + "id": "739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00557697387555, + -12.122212640675958, + -76.99592537152029, + -12.111827133837776 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -77.00125708537293, + -12.111827133837776 + ] + ] + ], + "type": "Polygon" + }, + "id": "740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12737842966976, + -11.91393523434845, + -77.11772994783145, + -11.90354363612122 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.12305806858168, + -11.90354363612122 + ] + ] + ], + "type": "Polygon" + }, + "id": "741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94460616513058, + -12.0847399451116, + -76.93495725990805, + -12.074355361595908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.94028841965778, + -12.074355361595908 + ] + ] + ], + "type": "Polygon" + }, + "id": "742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07318404050496, + -11.759144313587951, + -77.0635415327296, + -11.748751888933759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.06886718558641, + -11.748751888933759 + ] + ] + ], + "type": "Polygon" + }, + "id": "743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80904143476829, + -12.055590518038148, + -76.7993969863731, + -12.045208875795424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.80472776376529, + -12.045208875795424 + ] + ] + ], + "type": "Polygon" + }, + "id": "744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90575212424837, + -12.057309607791785, + -76.89610505462356, + -12.046925568689364 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.90143579647474, + -12.046925568689364 + ] + ] + ], + "type": "Polygon" + }, + "id": "745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73816435990518, + -12.26076246963394, + -76.72851570580964, + -12.250385890612547 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.73384989602157, + -12.250385890612547 + ] + ] + ], + "type": "Polygon" + }, + "id": "746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06713074723143, + -11.821495402669278, + -77.0574865366895, + -11.811103969703382 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.06281322286723, + -11.811103969703382 + ] + ] + ], + "type": "Polygon" + }, + "id": "747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05793572698686, + -11.72618012561161, + -77.0482945870903, + -11.715787635565595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.0536197182811, + -11.715787635565595 + ] + ] + ], + "type": "Polygon" + }, + "id": "748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9651275972511, + -11.921611506752752, + -76.95548302179871, + -11.911223983208405 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.96081147440974, + -11.911223983208405 + ] + ] + ], + "type": "Polygon" + }, + "id": "749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94000341637921, + -11.94273157530135, + -76.93035886542148, + -11.932344978572196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93035886542148, + -11.939684528594263 + ], + [ + -76.93086550073481, + -11.934491283557275 + ], + [ + -76.93568768997372, + -11.932344978572196 + ] + ] + ], + "type": "Polygon" + }, + "id": "750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05406994786475, + -11.62350915482596, + -77.04443196019218, + -11.613115443187354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04975540954844, + -11.613115443187354 + ] + ] + ], + "type": "Polygon" + }, + "id": "751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97665432675743, + -12.229440164099136, + -76.9670002696966, + -12.21905708545244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.9761478817324, + -12.227296694785055 + ], + [ + -76.9713207669883, + -12.229440164099136 + ], + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.97233378375245, + -12.21905708545244 + ] + ] + ], + "type": "Polygon" + }, + "id": "752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02226221819163, + -11.950828276420859, + -77.01261529865783, + -11.940439770235475 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.0179441695731, + -11.940439770235475 + ] + ] + ], + "type": "Polygon" + }, + "id": "753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01753847639644, + -11.619939918333053, + -77.00790152787737, + -11.60954705378559 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01322496325302, + -11.60954705378559 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.01221499606146, + -11.619939918333053 + ], + [ + -77.00790152787737, + -11.616895301616642 + ], + [ + -77.00840657466362, + -11.611698922416727 + ], + [ + -77.01322496325302, + -11.60954705378559 + ] + ] + ], + "type": "Polygon" + }, + "id": "754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05788028319404, + -11.631750283589346, + -77.04824195359704, + -11.621356582336988 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.05356553339821, + -11.621356582336988 + ] + ] + ], + "type": "Polygon" + }, + "id": "755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03903082911609, + -11.968207709708224, + -77.02938296268381, + -11.957819046914711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.03471209932327, + -11.957819046914711 + ] + ] + ], + "type": "Polygon" + }, + "id": "756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02763766198758, + -12.037876643498095, + -77.0179880095401, + -12.027489297419951 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.02331830759675, + -12.027489297419951 + ] + ] + ], + "type": "Polygon" + }, + "id": "757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74058821515908, + -11.9072774618615, + -76.7309500387754, + -11.896895355120149 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.73627839922963, + -11.896895355120149 + ] + ] + ], + "type": "Polygon" + }, + "id": "758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72224617812658, + -12.09412476548967, + -76.71260293261496, + -12.083745916681321 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.71691468446878, + -12.09412476548967 + ], + [ + -76.71260293261496, + -12.091074978004208 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.71793437697306, + -12.083745916681321 + ] + ] + ], + "type": "Polygon" + }, + "id": "759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16467195798772, + -11.86250312602307, + -77.15502407940164, + -11.852109900898498 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.16467195798772, + -11.855154411827664 + ], + [ + -77.16416872402861, + -11.860351076250351 + ], + [ + -77.15934469968751, + -11.86250312602307 + ], + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.16035129477551, + -11.852109900898498 + ] + ] + ], + "type": "Polygon" + }, + "id": "760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74353471388801, + -12.15912715756892, + -76.73388894791663, + -12.148748789486985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.73922145900409, + -12.148748789486985 + ] + ] + ], + "type": "Polygon" + }, + "id": "761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89966511229073, + -12.119609952544312, + -76.89001634427386, + -12.109227028265185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.89534811806374, + -12.109227028265185 + ] + ] + ], + "type": "Polygon" + }, + "id": "762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10434526495581, + -11.67563080594488, + -77.09470445564892, + -11.665236533151518 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.10002869258531, + -11.665236533151518 + ] + ] + ], + "type": "Polygon" + }, + "id": "763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0290126596613, + -11.739086033294592, + -77.01937187321646, + -11.728694419285759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.02469725271611, + -11.728694419285759 + ] + ] + ], + "type": "Polygon" + }, + "id": "764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85701328745988, + -11.989582329185607, + -76.84736952571527, + -11.97919848774193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.8526991874915, + -11.97919848774193 + ] + ] + ], + "type": "Polygon" + }, + "id": "765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68788024000483, + -12.302882959221018, + -76.67823170584796, + -12.292508369177517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.68356660182577, + -12.292508369177517 + ] + ] + ], + "type": "Polygon" + }, + "id": "766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7031908583379, + -12.147243347496211, + -76.69354655022664, + -12.136865818982148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.69354655022664, + -12.144193117241377 + ], + [ + -76.69405680802531, + -12.139004407732928 + ], + [ + -76.69887887451951, + -12.136865818982148 + ] + ] + ], + "type": "Polygon" + }, + "id": "767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7404769462645, + -12.190261109120701, + -76.7308303342874, + -12.179883318071274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.73616336001857, + -12.179883318071274 + ] + ] + ], + "type": "Polygon" + }, + "id": "768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91870205350978, + -12.06645327486148, + -76.90905437110939, + -12.056069053318232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.91438525280623, + -12.056069053318232 + ] + ] + ], + "type": "Polygon" + }, + "id": "769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0337016477272, + -11.975549859064076, + -77.02405369855968, + -11.965161434615531 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02938296268381, + -11.965161434615531 + ] + ] + ], + "type": "Polygon" + }, + "id": "770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7892438729184, + -12.069347822969608, + -76.77959954693806, + -12.058966891106873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.78493056047319, + -12.058966891106873 + ] + ] + ], + "type": "Polygon" + }, + "id": "771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09086776301875, + -12.004761083949083, + -77.08121749121246, + -11.994371697273364 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.08654716082968, + -11.994371697273364 + ] + ] + ], + "type": "Polygon" + }, + "id": "772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81813426028664, + -12.339471328221672, + -76.80848109267662, + -12.329094045729562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.81762542602088, + -12.33733275236713 + ], + [ + -76.81279875512843, + -12.339471328221672 + ], + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.81381654982685, + -12.329094045729562 + ] + ] + ], + "type": "Polygon" + }, + "id": "773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72294749233089, + -12.227807556198803, + -76.7133002379026, + -12.21743082206727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.71863388791743, + -12.21743082206727 + ] + ] + ], + "type": "Polygon" + }, + "id": "774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00390030226055, + -11.760228166345442, + -76.99425953085358, + -11.749837448559255 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99958528715631, + -11.749837448559255 + ] + ] + ], + "type": "Polygon" + }, + "id": "775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9865096247384, + -12.081012345371532, + -76.97685974320218, + -12.07062666852481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.98219079912576, + -12.07062666852481 + ] + ] + ], + "type": "Polygon" + }, + "id": "776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376551542411, + -12.101319779552716, + -76.86411797704574, + -12.090937216724063 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86944946887758, + -12.090937216724063 + ] + ] + ], + "type": "Polygon" + }, + "id": "777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17985295567013, + -11.801032475077907, + -77.17020653185443, + -11.79063803797847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17985295567013, + -11.793682098902908 + ], + [ + -77.17935003062777, + -11.798879369261241 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.17553271104865, + -11.79063803797847 + ] + ] + ], + "type": "Polygon" + }, + "id": "778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67493980594223, + -12.293729473230442, + -76.66529190226078, + -12.28335506114108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.6706266483177, + -12.28335506114108 + ] + ] + ], + "type": "Polygon" + }, + "id": "779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98273047947357, + -12.167138791455821, + -76.97307812542513, + -12.156754557309089 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.97841060532278, + -12.156754557309089 + ] + ] + ], + "type": "Polygon" + }, + "id": "780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94844101561416, + -12.18733735045547, + -76.93878894853788, + -12.176954287933816 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.9441217963908, + -12.176954287933816 + ] + ] + ], + "type": "Polygon" + }, + "id": "781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11650420523074, + -11.645337967358513, + -77.10686399157734, + -11.63494301543099 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.11218771312444, + -11.63494301543099 + ] + ] + ], + "type": "Polygon" + }, + "id": "782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08909581220408, + -11.642665846253342, + -77.07945636750061, + -11.632271523952147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.08478008461495, + -11.632271523952147 + ] + ] + ], + "type": "Polygon" + }, + "id": "783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83110971505863, + -12.1599813660487, + -76.82146156097654, + -12.149600796340655 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.82679404785692, + -12.149600796340655 + ] + ] + ], + "type": "Polygon" + }, + "id": "784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72749575872707, + -12.275413828017038, + -76.71784695818974, + -12.265037764507003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.7231813931696, + -12.265037764507003 + ] + ] + ], + "type": "Polygon" + }, + "id": "785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78536736128238, + -12.344061423953447, + -76.77571493789083, + -12.333685048364634 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.78105048694462, + -12.333685048364634 + ] + ] + ], + "type": "Polygon" + }, + "id": "786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89280361413988, + -12.048165721982786, + -76.88315715819965, + -12.037781866290707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.8884877596593, + -12.037781866290707 + ] + ] + ], + "type": "Polygon" + }, + "id": "787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98499135529495, + -12.0965905131855, + -76.97534104822586, + -12.086205114389575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.98067236254373, + -12.086205114389575 + ] + ] + ], + "type": "Polygon" + }, + "id": "788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10916022054083, + -12.006555114123822, + -77.09950943466207, + -11.996165309980713 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.1048391074098, + -11.996165309980713 + ] + ] + ], + "type": "Polygon" + }, + "id": "789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95225367381518, + -12.195576983529483, + -76.94260126144214, + -12.185193959157086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.9479342415317, + -12.185193959157086 + ] + ] + ], + "type": "Polygon" + }, + "id": "790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75121070705156, + -11.986952864161111, + -76.7415698674666, + -11.976571650869348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.7468995372939, + -11.976571650869348 + ] + ] + ], + "type": "Polygon" + }, + "id": "791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83566566815477, + -12.301921322393653, + -76.82601315361569, + -12.291542961968277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.83134798055178, + -12.291542961968277 + ] + ] + ], + "type": "Polygon" + }, + "id": "792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70555721057644, + -11.982412820413897, + -76.69591775323094, + -11.972032701461549 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.70124735921775, + -11.972032701461549 + ] + ] + ], + "type": "Polygon" + }, + "id": "793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0992234650946, + -11.966248178716308, + -77.08957413086209, + -11.955858020156578 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.09490315442963, + -11.955858020156578 + ] + ] + ], + "type": "Polygon" + }, + "id": "794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04274247176421, + -11.787636785132722, + -77.03309988958003, + -11.777245485178796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.03842605043272, + -11.777245485178796 + ] + ] + ], + "type": "Polygon" + }, + "id": "795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05888755544764, + -12.048815230832972, + -77.0492367797098, + -12.038427285796647 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.05456721854584, + -12.038427285796647 + ] + ] + ], + "type": "Polygon" + }, + "id": "796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9392540815106, + -11.997709233253659, + -76.929607911398, + -11.98732346356895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.93493764207611, + -11.98732346356895 + ] + ] + ], + "type": "Polygon" + }, + "id": "797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16236430316253, + -11.838672033052822, + -77.15271719163663, + -11.82827853206668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.15804401886875, + -11.82827853206668 + ] + ] + ], + "type": "Polygon" + }, + "id": "799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93844257906177, + -11.769535581356383, + -76.92880322694008, + -11.759146601171354 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.93412920292975, + -11.759146601171354 + ] + ] + ], + "type": "Polygon" + }, + "id": "800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74200589882092, + -12.1746943501176, + -76.73235970985836, + -12.164316269780736 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.7376924782591, + -12.164316269780736 + ] + ] + ], + "type": "Polygon" + }, + "id": "801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76552323503469, + -12.452085859258752, + -76.75586811855288, + -12.441711871020711 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.75586811855288, + -12.449034761862043 + ], + [ + -76.75637799031294, + -12.443847821798274 + ], + [ + -76.76120546114556, + -12.441711871020711 + ] + ] + ], + "type": "Polygon" + }, + "id": "802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04806854969038, + -11.780290711809894, + -77.03842605043272, + -11.76989918261927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.0437520837903, + -11.76989918261927 + ] + ] + ], + "type": "Polygon" + }, + "id": "803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81971671253469, + -11.9465742033738, + -76.81007522773368, + -11.936190665247844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.81540420327563, + -11.936190665247844 + ] + ] + ], + "type": "Polygon" + }, + "id": "804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71000715829284, + -12.218656128797884, + -76.70036053150132, + -12.208279575438318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.70569403316173, + -12.208279575438318 + ] + ] + ], + "type": "Polygon" + }, + "id": "805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.770860503198, + -12.44476288543089, + -76.76120546114556, + -12.434388631535374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.76654268059508, + -12.434388631535374 + ] + ] + ], + "type": "Polygon" + }, + "id": "806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88595066082539, + -12.07107639381859, + -76.87630370240925, + -12.060693059222487 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.88163468671651, + -12.060693059222487 + ] + ] + ], + "type": "Polygon" + }, + "id": "807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02602892065026, + -11.864669500058774, + -77.01638447172307, + -11.854279670027646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.02171192009884, + -11.854279670027646 + ] + ] + ], + "type": "Polygon" + }, + "id": "808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0824476800226, + -11.948870244522471, + -77.07279928703511, + -11.938480240011247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.07812804822125, + -11.938480240011247 + ] + ] + ], + "type": "Polygon" + }, + "id": "809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72211878545826, + -12.377027558978414, + -76.7124670954871, + -12.366653359588256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.71780321051871, + -12.366653359588256 + ] + ] + ], + "type": "Polygon" + }, + "id": "810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74207920473138, + -11.986045378895406, + -76.73243864064494, + -11.975664383972358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.73776829825366, + -11.975664383972358 + ] + ] + ], + "type": "Polygon" + }, + "id": "811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00475815721644, + -11.988434438636515, + -76.99511056613049, + -11.978046914463318 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -77.00044007663246, + -11.978046914463318 + ] + ] + ], + "type": "Polygon" + }, + "id": "812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92550292205429, + -11.760397094376735, + -76.9158641801477, + -11.75000831206995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92119001739142, + -11.75000831206995 + ], + [ + -76.92550292205429, + -11.753054429570941 + ], + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.92119001739142, + -11.75000831206995 + ] + ] + ], + "type": "Polygon" + }, + "id": "813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03282333301406, + -11.747326965305097, + -77.02318220388452, + -11.736935367347403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.0285077142387, + -11.736935367347403 + ] + ] + ], + "type": "Polygon" + }, + "id": "814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04645003328264, + -11.607026920417335, + -77.03681272964218, + -11.5966331893754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.04213591798417, + -11.5966331893754 + ] + ] + ], + "type": "Polygon" + }, + "id": "815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95833328964184, + -12.13327596782782, + -76.94868257882793, + -12.122891800474527 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.95401452545586, + -12.122891800474527 + ] + ] + ], + "type": "Polygon" + }, + "id": "816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07100323372507, + -11.924148030206293, + -77.061355867184, + -11.91375794666577 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.06668423707573, + -11.91375794666577 + ] + ] + ], + "type": "Polygon" + }, + "id": "817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73063541537817, + -12.055657765386918, + -76.72099308792586, + -12.045278110190841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.72632389598853, + -12.045278110190841 + ] + ] + ], + "type": "Polygon" + }, + "id": "818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83871653018056, + -12.270785642341346, + -76.82906486439575, + -12.260406684510155 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.83439917538082, + -12.260406684510155 + ] + ] + ], + "type": "Polygon" + }, + "id": "819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72075964450715, + -12.015370210689754, + -76.7111187882001, + -12.0049901962182 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71644893443673, + -12.0049901962182 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.7111187882001, + -12.012320820416516 + ], + [ + -76.71162859368374, + -12.00713086792718 + ], + [ + -76.71644893443673, + -12.0049901962182 + ] + ] + ], + "type": "Polygon" + }, + "id": "820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03526618621252, + -12.054357296033595, + -77.02561584713379, + -12.043970012967936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.03094640737633, + -12.043970012967936 + ] + ] + ], + "type": "Polygon" + }, + "id": "821", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0884363880318, + -11.79210851719865, + -77.07879251335773, + -11.781716165237807 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.08411868721551, + -11.781716165237807 + ] + ] + ], + "type": "Polygon" + }, + "id": "822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91871693663941, + -12.160808305427684, + -76.90906643845423, + -12.150425556909662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.9143988758153, + -12.150425556909662 + ] + ] + ], + "type": "Polygon" + }, + "id": "823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04514335143836, + -12.000271368198543, + -77.03549437318775, + -11.98988302959106 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.0408240301468, + -11.98988302959106 + ] + ] + ], + "type": "Polygon" + }, + "id": "824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06320377966797, + -11.624400825642079, + -77.05356553339821, + -11.614006902859346 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.0588889855621, + -11.614006902859346 + ] + ] + ], + "type": "Polygon" + }, + "id": "825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95681359123516, + -12.148851864680172, + -76.94716245506731, + -12.138467980754791 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.95249466003455, + -12.138467980754791 + ] + ] + ], + "type": "Polygon" + }, + "id": "826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99872729472598, + -12.145128107346745, + -76.98907518480699, + -12.134743129479142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.99440728421787, + -12.134743129479142 + ] + ] + ], + "type": "Polygon" + }, + "id": "827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99324857248585, + -11.774917803178406, + -76.98360763821756, + -11.764527543970662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.98893364784483, + -11.764527543970662 + ] + ] + ], + "type": "Polygon" + }, + "id": "828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79304858773354, + -12.077587283695028, + -76.78340391344337, + -12.067206382479135 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.78873506112411, + -12.067206382479135 + ] + ] + ], + "type": "Polygon" + }, + "id": "829", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67193217465872, + -12.230565950399034, + -76.66228624056501, + -12.220190566993102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.6676199437112, + -12.220190566993102 + ] + ] + ], + "type": "Polygon" + }, + "id": "830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71084100854172, + -12.069407272867826, + -76.70119881258229, + -12.059028332940686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.70652985167258, + -12.059028332940686 + ] + ] + ], + "type": "Polygon" + }, + "id": "831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18597969264354, + -11.833106373123053, + -77.17633216241319, + -11.822712228133646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18165885850664, + -11.822712228133646 + ], + [ + -77.18597969264354, + -11.825756396229076 + ], + [ + -77.18547680397347, + -11.830953520463813 + ], + [ + -77.18065295393602, + -11.833106373123053 + ], + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.18165885850664, + -11.822712228133646 + ] + ] + ], + "type": "Polygon" + }, + "id": "832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757409239667, + -12.109559444908664, + -76.86792620737084, + -12.099176915146629 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.87325783231098, + -12.099176915146629 + ] + ] + ], + "type": "Polygon" + }, + "id": "833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9049533331956, + -11.734777410390771, + -76.89531589279926, + -11.724388797132207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90064132596405, + -11.724388797132207 + ], + [ + -76.9049533331956, + -11.727434952340467 + ], + [ + -76.90444665995308, + -11.732629312702102 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.89531589279926, + -11.731731167715946 + ], + [ + -76.89582269207477, + -11.726536914828818 + ], + [ + -76.90064132596405, + -11.724388797132207 + ] + ] + ], + "type": "Polygon" + }, + "id": "834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80218476326813, + -12.078494852342422, + -76.79253981598522, + -12.068113734454123 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.797870974356, + -12.068113734454123 + ] + ] + ], + "type": "Polygon" + }, + "id": "835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91945497674708, + -12.011482775427204, + -76.90980891391831, + -12.001097702702506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.91513888914889, + -12.001097702702506 + ] + ] + ], + "type": "Polygon" + }, + "id": "836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02286182973117, + -11.61259158265008, + -77.01322496325302, + -11.602198496415708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0185482717063, + -11.602198496415708 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.01322496325302, + -11.60954705378559 + ], + [ + -77.0137299241061, + -11.604350563712114 + ], + [ + -77.0185482717063, + -11.602198496415708 + ] + ] + ], + "type": "Polygon" + }, + "id": "837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84787739330984, + -11.988678023958032, + -76.8382339015434, + -11.978294398015231 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.84356355428717, + -11.978294398015231 + ] + ] + ], + "type": "Polygon" + }, + "id": "838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93007825428319, + -11.808043442507751, + -76.92043797442834, + -11.79765519160025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.92576459129612, + -11.79765519160025 + ] + ] + ], + "type": "Polygon" + }, + "id": "839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96203559203848, + -11.763987184004337, + -76.95239579081533, + -11.753597546483656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.95772165314204, + -11.753597546483656 + ] + ] + ], + "type": "Polygon" + }, + "id": "840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98563006060213, + -11.758436280711917, + -76.97598981350984, + -11.748045987783186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.98131556034313, + -11.748045987783186 + ] + ] + ], + "type": "Polygon" + }, + "id": "841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0717899410935, + -11.963557895995766, + -77.06214138005943, + -11.953168365237303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.06747039761865, + -11.953168365237303 + ] + ] + ], + "type": "Polygon" + }, + "id": "842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0786941674174, + -12.035030123253344, + -77.06904330055207, + -12.024641486558524 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.07437348567986, + -12.024641486558524 + ] + ] + ], + "type": "Polygon" + }, + "id": "843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71844420031368, + -12.08588560826724, + -76.70880130459312, + -12.075506728630906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.71413261390275, + -12.075506728630906 + ] + ] + ], + "type": "Polygon" + }, + "id": "844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8714769710167, + -11.794406017468413, + -76.86183863948489, + -11.784019037789967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.87096973729254, + -11.792259360561125 + ], + [ + -76.86615048500505, + -11.794406017468413 + ], + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.86716507840877, + -11.784019037789967 + ] + ] + ], + "type": "Polygon" + }, + "id": "845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88976581886428, + -12.173664026561832, + -76.88011569854962, + -12.163282204922382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.88544837158926, + -12.163282204922382 + ] + ] + ], + "type": "Polygon" + }, + "id": "846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94533216119186, + -11.93539193938261, + -76.93568768997372, + -11.925005104207333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.94101638870964, + -11.925005104207333 + ] + ] + ], + "type": "Polygon" + }, + "id": "847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78922097918067, + -12.163677268094085, + -76.7795738393788, + -12.1532978139045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.78490640865252, + -12.1532978139045 + ] + ] + ], + "type": "Polygon" + }, + "id": "848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01541688742464, + -11.973752273880953, + -77.00576946014705, + -11.963364271209128 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.01109871658657, + -11.963364271209128 + ] + ] + ], + "type": "Polygon" + }, + "id": "849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91796354241674, + -12.215767760992469, + -76.9083114231734, + -12.20538591535309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.91364476783659, + -12.20538591535309 + ] + ] + ], + "type": "Polygon" + }, + "id": "850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73447640044901, + -11.969566399928096, + -76.72483653472833, + -11.959185354445033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.73016592287726, + -11.959185354445033 + ] + ] + ], + "type": "Polygon" + }, + "id": "851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88977225861518, + -12.267999913263832, + -76.88011932109069, + -12.257619628937562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.88545355084122, + -12.257619628937562 + ] + ] + ], + "type": "Polygon" + }, + "id": "852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01697684859359, + -12.052557079823186, + -77.0073270314953, + -12.042170217907112 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.01265758414371, + -12.042170217907112 + ] + ] + ], + "type": "Polygon" + }, + "id": "853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9247848728576, + -12.004145200426171, + -76.91513888914889, + -11.993759885623435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.92046873887017, + -11.993759885623435 + ] + ] + ], + "type": "Polygon" + }, + "id": "854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98343917271575, + -12.017794861740347, + -76.97379125600268, + -12.007408299886048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.9791212735772, + -12.007408299886048 + ] + ] + ], + "type": "Polygon" + }, + "id": "855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005941691805, + -11.95843026786693, + -76.850416502772, + -11.948045890810304 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.8557456493812, + -11.948045890810304 + ] + ] + ], + "type": "Polygon" + }, + "id": "856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04874645406854, + -11.630858326602976, + -77.03910838335909, + -11.62046483661527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.04443196019218, + -11.62046483661527 + ] + ] + ], + "type": "Polygon" + }, + "id": "857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93390499319918, + -11.9106709520143, + -76.92426155681466, + -11.900284043731586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.92958985909279, + -11.900284043731586 + ] + ] + ], + "type": "Polygon" + }, + "id": "858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93998233583369, + -11.848346911876021, + -76.93034059718973, + -11.837958972234613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93566786818583, + -11.837958972234613 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.93465501870946, + -11.848346911876021 + ], + [ + -76.93034059718973, + -11.84530035907996 + ], + [ + -76.93084708505363, + -11.840106442667686 + ], + [ + -76.93566786818583, + -11.837958972234613 + ] + ] + ], + "type": "Polygon" + }, + "id": "859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0581022525056, + -12.009410350947725, + -77.0484526718688, + -11.999021831881507 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.05378246265839, + -11.999021831881507 + ] + ] + ], + "type": "Polygon" + }, + "id": "860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71765757709707, + -12.140827254708853, + -76.70801306377994, + -12.130449255125516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.71334527949831, + -12.130449255125516 + ] + ] + ], + "type": "Polygon" + }, + "id": "861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97284026929162, + -12.221200576640506, + -76.96318655709723, + -12.210817457890297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.96851993919714, + -12.210817457890297 + ] + ] + ], + "type": "Polygon" + }, + "id": "862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.095930956059, + -11.61972368027196, + -77.08629202122165, + -11.609328904843927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0916153519519, + -11.609328904843927 + ], + [ + -77.095930956059, + -11.61237274766407 + ], + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.0916153519519, + -11.609328904843927 + ] + ] + ], + "type": "Polygon" + }, + "id": "863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70235329968838, + -12.296473992422191, + -76.69270455884096, + -12.286098923819736 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.69803934687053, + -12.286098923819736 + ] + ] + ], + "type": "Polygon" + }, + "id": "864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0115622919122, + -11.871115970199662, + -77.00191802193604, + -11.86072658528595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -77.00724559339334, + -11.86072658528595 + ] + ] + ], + "type": "Polygon" + }, + "id": "865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16538336134342, + -11.807491027980511, + -77.15573710345556, + -11.797097026259834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.16106341301479, + -11.797097026259834 + ] + ] + ], + "type": "Polygon" + }, + "id": "866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74122298793326, + -12.22963214027675, + -76.73157518015995, + -12.219254970332356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.73690885552678, + -12.219254970332356 + ] + ] + ], + "type": "Polygon" + }, + "id": "867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08329878539203, + -12.08267571142518, + -77.07364638084945, + -12.072287688596155 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.0789773445531, + -12.072287688596155 + ] + ] + ], + "type": "Polygon" + }, + "id": "868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13739689047415, + -12.048655001841324, + -77.12774414185353, + -12.038265146807191 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.13739689047415, + -12.041310815663822 + ], + [ + -77.13689298352031, + -12.046505795068605 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.13307446503907, + -12.038265146807191 + ] + ] + ], + "type": "Polygon" + }, + "id": "869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91263015120613, + -12.223100765627967, + -76.90297795295645, + -12.212719172228914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.9083114231734, + -12.212719172228914 + ] + ] + ], + "type": "Polygon" + }, + "id": "870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69859911780576, + -12.193939851021995, + -76.68895354212465, + -12.183563187865994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.6942866377438, + -12.183563187865994 + ] + ] + ], + "type": "Polygon" + }, + "id": "871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69089186758949, + -12.366042427915994, + -76.68124136306551, + -12.3556688377434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.6865773022623, + -12.3556688377434 + ] + ] + ], + "type": "Polygon" + }, + "id": "872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91485102953742, + -11.77508147052384, + -76.9052121297484, + -11.764693149600971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.9105382175708, + -11.764693149600971 + ] + ] + ], + "type": "Polygon" + }, + "id": "873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83873344508733, + -12.082122479335572, + -76.82908741059315, + -12.071740497257018 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.83441860897108, + -12.071740497257018 + ] + ] + ], + "type": "Polygon" + }, + "id": "874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17976193532238, + -11.706587301548067, + -77.17011832483557, + -11.696191611505677 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.17544295205819, + -11.696191611505677 + ] + ] + ], + "type": "Polygon" + }, + "id": "875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69854976635179, + -12.28823554003676, + -76.68890137613982, + -12.277860430492359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.6942360287018, + -12.277860430492359 + ] + ] + ], + "type": "Polygon" + }, + "id": "876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81051684271087, + -12.322993942769445, + -76.80086437188305, + -12.312616572303435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.8061995608974, + -12.312616572303435 + ] + ] + ], + "type": "Polygon" + }, + "id": "877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05423303632197, + -11.906769938831534, + -77.04458661342656, + -11.8963800150747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04991471943951, + -11.8963800150747 + ] + ] + ], + "type": "Polygon" + }, + "id": "878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05052626819823, + -12.08731845583376, + -77.04087455659196, + -12.076931304264257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.04620564070719, + -12.076931304264257 + ] + ] + ], + "type": "Polygon" + }, + "id": "879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70689910325899, + -12.344074589221568, + -76.69724881527445, + -12.33370021166125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.70258438891307, + -12.33370021166125 + ] + ] + ], + "type": "Polygon" + }, + "id": "880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06567481955248, + -11.931492115604053, + -77.05602736928206, + -11.921102267744477 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.061355867184, + -11.921102267744477 + ] + ] + ], + "type": "Polygon" + }, + "id": "881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04817379306573, + -11.969105816421617, + -77.03852566669653, + -11.958716943235986 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.04385480660355, + -11.958716943235986 + ] + ] + ], + "type": "Polygon" + }, + "id": "882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93317381093003, + -12.060020047538446, + -76.92352594154197, + -12.049635368097302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.92885670444002, + -12.049635368097302 + ] + ] + ], + "type": "Polygon" + }, + "id": "883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97652724646818, + -11.851941454218206, + -76.96688445096302, + -11.84155266212726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.97221174531012, + -11.84155266212726 + ] + ] + ], + "type": "Polygon" + }, + "id": "884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04744245401982, + -12.024093978544471, + -77.03779270682283, + -12.013705939854315 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.04312275322773, + -12.013705939854315 + ] + ] + ], + "type": "Polygon" + }, + "id": "885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73894785620234, + -12.205827432265012, + -76.72930082118741, + -12.195449932045117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.7346341042661, + -12.195449932045117 + ] + ] + ], + "type": "Polygon" + }, + "id": "886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0898840939493, + -11.682089069442124, + -77.08024345679756, + -11.671695229865149 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.08556782040179, + -11.671695229865149 + ] + ] + ], + "type": "Polygon" + }, + "id": "887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99639381115598, + -12.0269358061912, + -76.9867452874835, + -12.016549062578301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.99207544154567, + -12.016549062578301 + ] + ] + ], + "type": "Polygon" + }, + "id": "888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8699578490056, + -12.18742238873133, + -76.86030784183497, + -12.17704128322607 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.86564075646089, + -12.17704128322607 + ] + ] + ], + "type": "Polygon" + }, + "id": "889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88138691489176, + -12.212140501133804, + -76.87173586717176, + -12.201759509243557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.87706918135568, + -12.201759509243557 + ] + ] + ], + "type": "Polygon" + }, + "id": "890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89586372443094, + -12.205715261479368, + -76.88621248641175, + -12.195333803622875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.89154568347169, + -12.195333803622875 + ] + ] + ], + "type": "Polygon" + }, + "id": "891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92627106856558, + -11.799802946136609, + -76.91663113363639, + -11.789414677041398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.92195761830463, + -11.789414677041398 + ] + ] + ], + "type": "Polygon" + }, + "id": "892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02217209547176, + -11.762019018292557, + -77.0125308016567, + -11.751627876653597 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.01785656632802, + -11.751627876653597 + ] + ] + ], + "type": "Polygon" + }, + "id": "893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91567381821305, + -12.191955403411235, + -76.9060224700432, + -12.181573229364783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.91135542379749, + -12.181573229364783 + ] + ] + ], + "type": "Polygon" + }, + "id": "894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310231270403, + -12.115987180153407, + -76.85345461940292, + -12.105605112953732 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.85878636052486, + -12.105605112953732 + ] + ] + ], + "type": "Polygon" + }, + "id": "895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75715890986203, + -12.396248643918653, + -76.74750569016635, + -12.385873885332224 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.756649135724, + -12.394112162068588 + ], + [ + -76.75182243844581, + -12.396248643918653 + ], + [ + -76.74750569016635, + -12.39319771722414 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.75284211268807, + -12.385873885332224 + ] + ] + ], + "type": "Polygon" + }, + "id": "896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995653584135, + -11.998726299169338, + -76.86031215802862, + -11.988342269822946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.86564196167504, + -11.988342269822946 + ] + ] + ], + "type": "Polygon" + }, + "id": "897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10887870030422, + -11.62885534500371, + -77.0992391682005, + -11.61846037027471 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10456263027575, + -11.61846037027471 + ], + [ + -77.10887870030422, + -11.621504149923604 + ], + [ + -77.10837504583426, + -11.626701689723147 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.10456263027575, + -11.61846037027471 + ] + ] + ], + "type": "Polygon" + }, + "id": "898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79377937026464, + -12.211292626208802, + -76.78413068616734, + -12.200913823661686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78946403909268, + -12.200913823661686 + ] + ] + ], + "type": "Polygon" + }, + "id": "899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1637875362761, + -11.72864179905105, + -77.15414366507065, + -11.718246780465037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15946868125457, + -11.718246780465037 + ] + ] + ], + "type": "Polygon" + }, + "id": "900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73898541517394, + -12.111513161727805, + -76.72934119391006, + -12.101134157679185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.73467292083905, + -12.101134157679185 + ] + ] + ], + "type": "Polygon" + }, + "id": "901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88062716875089, + -12.26709170770994, + -76.87097449995463, + -12.25671163702225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.8763087216457, + -12.25671163702225 + ] + ] + ], + "type": "Polygon" + }, + "id": "902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15020018184114, + -11.868958506813428, + -77.14055247052595, + -11.858565720475708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.14587981559016, + -11.858565720475708 + ] + ] + ], + "type": "Polygon" + }, + "id": "903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72534607732281, + -11.968658719383011, + -76.71570648794378, + -11.958277892780949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.72103586337181, + -11.958277892780949 + ] + ] + ], + "type": "Polygon" + }, + "id": "904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69627777434903, + -12.264434271872533, + -76.68663015755986, + -12.254058823363355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.69196441736997, + -12.254058823363355 + ] + ] + ], + "type": "Polygon" + }, + "id": "905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93088392716145, + -12.036202926505245, + -76.92123682796311, + -12.025817941899199 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.9265672004455, + -12.025817941899199 + ] + ] + ], + "type": "Polygon" + }, + "id": "906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14487279364208, + -11.876306300115813, + -77.1352249961082, + -11.865913745422484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.14055247052595, + -11.865913745422484 + ] + ] + ], + "type": "Polygon" + }, + "id": "907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14781197042952, + -11.750693495118995, + -77.13816783999256, + -11.74029915200237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.14349324435236, + -11.74029915200237 + ] + ] + ], + "type": "Polygon" + }, + "id": "908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71455314126207, + -12.266261833093527, + -76.70490496821624, + -12.255885947597468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.71023925499208, + -12.255885947597468 + ] + ] + ], + "type": "Polygon" + }, + "id": "909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03893091975922, + -11.77939587468971, + -77.0292886801407, + -11.7690045565347 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.03461471023155, + -11.7690045565347 + ] + ] + ], + "type": "Polygon" + }, + "id": "910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96217328696085, + -12.235869776930913, + -76.95251941341978, + -12.225487161682565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.96166662904547, + -12.233726705216373 + ], + [ + -76.95683960598319, + -12.235869776930913 + ], + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.95785304847547, + -12.225487161682565 + ] + ] + ], + "type": "Polygon" + }, + "id": "911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08153492073534, + -11.720618249745904, + -77.07189334815747, + -11.710225112761684 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.07721835642496, + -11.710225112761684 + ] + ] + ], + "type": "Polygon" + }, + "id": "912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386350599226, + -12.155371732712497, + -76.85421461717061, + -12.144990267358493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85954700731075, + -12.144990267358493 + ] + ] + ], + "type": "Polygon" + }, + "id": "913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8265578474083, + -12.018017125675863, + -76.81691404996725, + -12.00763447320604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.82224419877562, + -12.00763447320604 + ] + ] + ], + "type": "Polygon" + }, + "id": "914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9848887620944, + -11.81343123821675, + -76.97524689709188, + -11.803041707706576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.9805735491169, + -11.803041707706576 + ] + ] + ], + "type": "Polygon" + }, + "id": "915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0314517976955, + -12.046116975443027, + -77.02180180190177, + -12.035729660643163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.02713223107217, + -12.035729660643163 + ] + ] + ], + "type": "Polygon" + }, + "id": "916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97042601009434, + -11.819876963213021, + -76.96078432744652, + -11.809487877402098 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.96611110055383, + -11.809487877402098 + ] + ] + ], + "type": "Polygon" + }, + "id": "917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79599631667442, + -12.517989228728535, + -76.78633840490126, + -12.507615652442935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7916768244446, + -12.507615652442935 + ], + [ + -76.79599631667442, + -12.510666662213167 + ], + [ + -76.79548689193783, + -12.515853504136402 + ], + [ + -76.79065784875387, + -12.517989228728535 + ], + [ + -76.78633840490126, + -12.51493813653674 + ], + [ + -76.78684795584586, + -12.509751402184211 + ], + [ + -76.7916768244446, + -12.507615652442935 + ] + ] + ], + "type": "Polygon" + }, + "id": "918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98876910913224, + -12.010455245295036, + -76.9791212735772, + -12.000068442195992 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.98445116451515, + -12.000068442195992 + ] + ] + ], + "type": "Polygon" + }, + "id": "919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83492679105099, + -12.073882869460697, + -76.82528110394153, + -12.063500856077013 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.83061216874468, + -12.063500856077013 + ] + ] + ], + "type": "Polygon" + }, + "id": "920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72836238845345, + -12.031848883902006, + -76.71872083302344, + -12.021468924401695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.72405124914033, + -12.021468924401695 + ] + ] + ], + "type": "Polygon" + }, + "id": "921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74815520827484, + -12.018095419321138, + -76.73851352341003, + -12.007714749073665 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.74384370741014, + -12.007714749073665 + ] + ] + ], + "type": "Polygon" + }, + "id": "922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92404929483082, + -12.15347379500084, + -76.9143988758153, + -12.14309079730326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.91973118756407, + -12.14309079730326 + ] + ] + ], + "type": "Polygon" + }, + "id": "923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03673282025002, + -11.944384054445932, + -77.02708572257816, + -11.933995100101411 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.03241446984092, + -11.933995100101411 + ] + ] + ], + "type": "Polygon" + }, + "id": "924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09520837318426, + -11.674739469293002, + -77.08556782040179, + -11.664345406354057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.09089205576919, + -11.664345406354057 + ] + ] + ], + "type": "Polygon" + }, + "id": "925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77930639375779, + -12.217710961576115, + -76.76965790855722, + -12.207332629793287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.77499137373707, + -12.207332629793287 + ] + ] + ], + "type": "Polygon" + }, + "id": "926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75192385445368, + -12.12066219694668, + -76.74227900807288, + -12.110283007342625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.7476108820213, + -12.110283007342625 + ] + ] + ], + "type": "Polygon" + }, + "id": "927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7360045600812, + -11.95399476468791, + -76.72636511672968, + -11.943613451571766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.73169424792931, + -11.943613451571766 + ] + ] + ], + "type": "Polygon" + }, + "id": "928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89128844697805, + -12.158091222389695, + -76.88163875132733, + -12.147709114327318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.88697116631901, + -12.147709114327318 + ] + ] + ], + "type": "Polygon" + }, + "id": "929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79530619480927, + -12.19572434955243, + -76.78565793438784, + -12.185345256090976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.79099102968249, + -12.185345256090976 + ] + ] + ], + "type": "Polygon" + }, + "id": "930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00861188609517, + -12.0910555595281, + -76.99896113537811, + -12.080669493431007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -77.00429233217586, + -12.080669493431007 + ] + ] + ], + "type": "Polygon" + }, + "id": "931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14177140443816, + -11.813056115457298, + -77.13212556800518, + -11.802662758178792 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.13745200707908, + -11.802662758178792 + ] + ] + ], + "type": "Polygon" + }, + "id": "932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1220502654466, + -11.921281403282615, + -77.1124016980915, + -11.9108900392483 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.11772994783145, + -11.9108900392483 + ] + ] + ], + "type": "Polygon" + }, + "id": "933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70935743729416, + -11.99065217233925, + -76.69971763011887, + -11.980272078824388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.70884763777485, + -11.988511454038113 + ], + [ + -76.70402764673246, + -11.99065217233925 + ], + [ + -76.69971763011887, + -11.98760281232637 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.70504737122927, + -11.980272078824388 + ] + ] + ], + "type": "Polygon" + }, + "id": "934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69173486000662, + -12.216829999564478, + -76.68208878978226, + -12.2064538837774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.68742226421105, + -12.2064538837774 + ] + ] + ], + "type": "Polygon" + }, + "id": "935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18367048595304, + -11.80927378573156, + -77.1740237224381, + -11.798879369261241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17935003062777, + -11.798879369261241 + ], + [ + -77.18367048595304, + -11.80192343753687 + ], + [ + -77.18316760180178, + -11.807120697547752 + ], + [ + -77.17834413512257, + -11.80927378573156 + ], + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.17935003062777, + -11.798879369261241 + ] + ] + ], + "type": "Polygon" + }, + "id": "936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85472643743225, + -12.06012129925268, + -76.84508063319751, + -12.049738577922643 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.8504114588701, + -12.049738577922643 + ] + ] + ], + "type": "Polygon" + }, + "id": "937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10073631875052, + -11.950662874704548, + -77.09108741098423, + -11.940272451886518 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.09641617580816, + -11.940272451886518 + ] + ] + ], + "type": "Polygon" + }, + "id": "938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79687421946501, + -11.99148635932617, + -76.78723200951285, + -11.981104057937031 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.79256173631005, + -11.981104057937031 + ] + ] + ], + "type": "Polygon" + }, + "id": "939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94077380678681, + -11.9821305114457, + -76.93112806143354, + -11.971744473067163 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.93645753410007, + -11.971744473067163 + ] + ] + ], + "type": "Polygon" + }, + "id": "940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95750793451818, + -11.905130663379374, + -76.9478640480218, + -11.89474309167538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.95319223689073, + -11.89474309167538 + ] + ] + ], + "type": "Polygon" + }, + "id": "941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83262449903634, + -12.238738970557103, + -76.82297395310584, + -12.228359636522914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.8283077387022, + -12.228359636522914 + ] + ] + ], + "type": "Polygon" + }, + "id": "942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0254321457563, + -12.202807232101039, + -77.01577762792792, + -12.192422519108282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.0211106474317, + -12.192422519108282 + ] + ] + ], + "type": "Polygon" + }, + "id": "943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96441071337233, + -12.070968156044636, + -76.9547617037353, + -12.06058287043508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.96009261718011, + -12.06058287043508 + ] + ] + ], + "type": "Polygon" + }, + "id": "944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0542874625907, + -12.00116984127439, + -77.04463822467225, + -11.990781292550615 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.049967884715, + -11.990781292550615 + ] + ] + ], + "type": "Polygon" + }, + "id": "945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92936353295272, + -12.051780060895364, + -76.91971600896433, + -12.041395350390388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.9250466394958, + -12.041395350390388 + ] + ] + ], + "type": "Polygon" + }, + "id": "946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99480204013926, + -11.853737162881668, + -76.98515871906359, + -11.843347946071592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.9904860234343, + -11.843347946071592 + ] + ] + ], + "type": "Polygon" + }, + "id": "947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92481819341526, + -12.1928612013781, + -76.91516657847797, + -12.182478814374438 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.92049953923015, + -12.182478814374438 + ] + ] + ], + "type": "Polygon" + }, + "id": "948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07699674922024, + -11.767385364152195, + -77.06735389962827, + -11.756992956986812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.0726796827977, + -11.756992956986812 + ] + ] + ], + "type": "Polygon" + }, + "id": "949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72745482747742, + -12.36970444343291, + -76.71780321051871, + -12.35932998116926 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.72313920322813, + -12.35932998116926 + ] + ] + ], + "type": "Polygon" + }, + "id": "950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376905302551, + -12.289991697270631, + -76.86411588159798, + -12.279612179901612 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.87326107353199, + -12.287851254463419 + ], + [ + -76.86843440104282, + -12.289991697270631 + ], + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.869450486381, + -12.279612179901612 + ] + ] + ], + "type": "Polygon" + }, + "id": "951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0214817265551, + -11.911421612055852, + -77.01183600133608, + -11.901032555884436 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.01716422449157, + -11.901032555884436 + ] + ] + ], + "type": "Polygon" + }, + "id": "952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1090193783162, + -11.817725310614867, + -77.09937422260758, + -11.80733280871333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.10470078820872, + -11.80733280871333 + ] + ] + ], + "type": "Polygon" + }, + "id": "953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98421516826845, + -12.05719361499794, + -76.97456605652364, + -12.04680762979207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97989672239196, + -12.04680762979207 + ] + ] + ], + "type": "Polygon" + }, + "id": "954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67573392252467, + -12.238804505369492, + -76.66608763737818, + -12.228429159722467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.67142147627753, + -12.228429159722467 + ] + ] + ], + "type": "Polygon" + }, + "id": "955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95292668143662, + -11.857486436449246, + -76.94328433330075, + -11.84709830424244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.94861174249945, + -11.84709830424244 + ] + ] + ], + "type": "Polygon" + }, + "id": "956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73592771811401, + -12.142649039748369, + -76.72628265119727, + -12.13227060344819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.73161489257272, + -12.13227060344819 + ] + ] + ], + "type": "Polygon" + }, + "id": "957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99339514994088, + -12.152465334343079, + -76.98374295847934, + -12.142080603940038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.98907518480699, + -12.142080603940038 + ] + ] + ], + "type": "Polygon" + }, + "id": "958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08830772466908, + -11.603241156527957, + -77.0786694721226, + -11.592846361299678 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08399254290197, + -11.592846361299678 + ], + [ + -77.08830772466908, + -11.595890178946851 + ], + [ + -77.08780382152271, + -11.60108762915725 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.08399254290197, + -11.592846361299678 + ] + ] + ], + "type": "Polygon" + }, + "id": "959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01012913690029, + -12.07547639094758, + -77.00047881196632, + -12.065090047540574 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -77.00580975026283, + -12.065090047540574 + ] + ] + ], + "type": "Polygon" + }, + "id": "960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76399395196134, + -12.467646446320362, + -76.75433841146966, + -12.457272774404128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.75865630265916, + -12.467646446320362 + ], + [ + -76.75433841146966, + -12.464595265910154 + ], + [ + -76.75484832913186, + -12.459408484003427 + ], + [ + -76.75967601195319, + -12.457272774404128 + ] + ] + ], + "type": "Polygon" + }, + "id": "961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0527184304668, + -11.922354499175524, + -77.04307158173907, + -11.911964835737777 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.04839994619928, + -11.911964835737777 + ] + ] + ], + "type": "Polygon" + }, + "id": "962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7716670315794, + -12.295542177449837, + -76.76201642838589, + -12.285165327115134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.76735118166643, + -12.285165327115134 + ] + ] + ], + "type": "Polygon" + }, + "id": "963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91564583336668, + -12.003242709254497, + -76.90600011611573, + -11.992857608068274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.91132995884648, + -11.992857608068274 + ] + ] + ], + "type": "Polygon" + }, + "id": "964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17834413512257, + -11.81662381979478, + -77.16869728435682, + -11.8062296315274 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.17834413512257, + -11.80927378573156 + ], + [ + -77.1778411646585, + -11.814470931671089 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.1740237224381, + -11.8062296315274 + ] + ] + ], + "type": "Polygon" + }, + "id": "965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92252806241076, + -12.169047934531672, + -76.91287721837398, + -12.15866522253233 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.91820978832531, + -12.15866522253233 + ] + ] + ], + "type": "Polygon" + }, + "id": "966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07312414456297, + -11.66471486518515, + -77.06348444787953, + -11.654321210041806 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.06880854904558, + -11.654321210041806 + ] + ] + ], + "type": "Polygon" + }, + "id": "967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68344571654463, + -12.066675853275546, + -76.67380435524572, + -12.056297571602366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67913535319005, + -12.056297571602366 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.67811466875742, + -12.066675853275546 + ], + [ + -76.67380435524572, + -12.063625860643759 + ], + [ + -76.67431476015891, + -12.058436774760017 + ], + [ + -76.67913535319005, + -12.056297571602366 + ] + ] + ], + "type": "Polygon" + }, + "id": "968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89434106381523, + -12.221287084536423, + -76.88468940095534, + -12.210905917747821 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.89002285616192, + -12.210905917747821 + ] + ] + ], + "type": "Polygon" + }, + "id": "969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77100170258403, + -11.973194507426621, + -76.76136073624404, + -11.96281258891608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.76669017252905, + -11.96281258891608 + ] + ] + ], + "type": "Polygon" + }, + "id": "970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09599749581055, + -11.714161887613525, + -77.08635575033395, + -11.703768315326293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.09168063230123, + -11.703768315326293 + ] + ] + ], + "type": "Polygon" + }, + "id": "971", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1160746485133, + -12.07802849373271, + -77.10642155726029, + -12.067639603065828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.1155703961235, + -12.07588010684822 + ], + [ + -77.11074376508378, + -12.07802849373271 + ], + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.11175239701106, + -12.067639603065828 + ] + ] + ], + "type": "Polygon" + }, + "id": "972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73588926349547, + -12.236958761726294, + -76.72624138233483, + -12.226581847790756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.73157518015995, + -12.226581847790756 + ] + ] + ], + "type": "Polygon" + }, + "id": "973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72451913403755, + -12.117931788634255, + -76.7148751161511, + -12.107553253419399 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.7148751161511, + -12.11488189987095 + ], + [ + -76.71538503114567, + -12.109692686894386 + ], + [ + -76.72020695265205, + -12.107553253419399 + ] + ] + ], + "type": "Polygon" + }, + "id": "974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16458535046792, + -11.768067206959351, + -77.15494028606705, + -11.757672691909333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.16026594886114, + -11.757672691909333 + ] + ] + ], + "type": "Polygon" + }, + "id": "975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80977883243156, + -12.18930411060126, + -76.80013037448607, + -12.178924548052112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.80546335677788, + -12.178924548052112 + ] + ] + ], + "type": "Polygon" + }, + "id": "976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79760640133307, + -12.125207570566637, + -76.78796018363948, + -12.11482729530635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.7932921144965, + -12.11482729530635 + ] + ] + ], + "type": "Polygon" + }, + "id": "977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94383505161213, + -12.045345589550006, + -76.93418734155037, + -12.034960422270192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93951785278517, + -12.034960422270192 + ] + ] + ], + "type": "Polygon" + }, + "id": "978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96280830749967, + -11.80339572467415, + -76.95316731315714, + -11.79300660098189 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.95849382282175, + -11.79300660098189 + ] + ] + ], + "type": "Polygon" + }, + "id": "979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691039110802, + -12.218564545600449, + -76.85725953491377, + -12.208184020604426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.86259296553507, + -12.208184020604426 + ] + ] + ], + "type": "Polygon" + }, + "id": "980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63612716020693, + -12.266267673992983, + -76.62648115337007, + -12.255893801570931 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63079281659704, + -12.266267673992983 + ], + [ + -76.62648115337007, + -12.263216240315934 + ], + [ + -76.62699253095144, + -12.258029359198233 + ], + [ + -76.63181544640238, + -12.255893801570931 + ] + ] + ], + "type": "Polygon" + }, + "id": "981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94921304353792, + -12.226724896504786, + -76.93955978024196, + -12.216342452889569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.9448932771668, + -12.216342452889569 + ] + ] + ], + "type": "Polygon" + }, + "id": "982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310365580609, + -12.02163745931192, + -76.85345877665523, + -12.011253944441567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.85878896251823, + -12.011253944441567 + ] + ] + ], + "type": "Polygon" + }, + "id": "983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92323197694259, + -11.830966748320083, + -76.91359119375333, + -11.820578982464573 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.92272540846642, + -11.828819440899109 + ], + [ + -76.9179049305959, + -11.830966748320083 + ], + [ + -76.91359119375333, + -11.827920139607471 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.9189181937383, + -11.820578982464573 + ] + ] + ], + "type": "Polygon" + }, + "id": "984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11736870026866, + -11.779198906052642, + -77.10772448203168, + -11.768805678703973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.1130504018353, + -11.768805678703973 + ] + ] + ], + "type": "Polygon" + }, + "id": "985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78383941970115, + -12.359625605489043, + -76.77418657235751, + -12.349249535463887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77952237922898, + -12.349249535463887 + ] + ] + ], + "type": "Polygon" + }, + "id": "986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06040249358742, + -12.03323324498799, + -77.05075214408366, + -12.022845027219608 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.05608232424032, + -12.022845027219608 + ] + ] + ], + "type": "Polygon" + }, + "id": "987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89965578942535, + -12.025253572764456, + -76.89000983618507, + -12.014869199497657 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.89534005469719, + -12.014869199497657 + ] + ] + ], + "type": "Polygon" + }, + "id": "988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6902036098657, + -12.232393806051007, + -76.68055711709016, + -12.222017984104818 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.6858908486637, + -12.222017984104818 + ] + ] + ], + "type": "Polygon" + }, + "id": "989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71376542988165, + -12.321189249048247, + -76.70411563748614, + -12.310814305999875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.7094508316734, + -12.310814305999875 + ] + ] + ], + "type": "Polygon" + }, + "id": "990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05115017204355, + -11.843532238308349, + -77.04150571133813, + -11.833141499259918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.04683278083745, + -11.833141499259918 + ] + ] + ], + "type": "Polygon" + }, + "id": "991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81056688607022, + -12.040017985697537, + -76.80092286111608, + -12.029636067977874 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.80625338104953, + -12.029636067977874 + ] + ] + ], + "type": "Polygon" + }, + "id": "992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80525453434636, + -11.953004386774321, + -76.7956132459377, + -11.94262130662824 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.8009423347871, + -11.94262130662824 + ] + ] + ], + "type": "Polygon" + }, + "id": "993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.015330751363, + -11.784950631954494, + -77.00568895039962, + -11.77455996622139 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.01101510014396, + -11.77455996622139 + ] + ] + ], + "type": "Polygon" + }, + "id": "994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68640133580648, + -12.224155176531616, + -76.67675519377498, + -12.213779317017613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.68208878978226, + -12.213779317017613 + ] + ] + ], + "type": "Polygon" + }, + "id": "995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77400022586724, + -12.13072038937995, + -76.76435448072039, + -12.120340797939228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76968651268719, + -12.120340797939228 + ] + ] + ], + "type": "Polygon" + }, + "id": "996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96670362495698, + -12.094785733864455, + -76.95705384527743, + -12.08440075865038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.96238514896365, + -12.08440075865038 + ] + ] + ], + "type": "Polygon" + }, + "id": "997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71761379298549, + -12.235133582844018, + -76.70796646575216, + -12.224757104956316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.7133002379026, + -12.224757104956316 + ] + ] + ], + "type": "Polygon" + }, + "id": "998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84558864349293, + -12.059215671907184, + -76.83594310947382, + -12.048833165894434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.84127392604101, + -12.048833165894434 + ] + ] + ], + "type": "Polygon" + }, + "id": "999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09455168764642, + -11.824178772416365, + -77.08490670385082, + -11.813786709823203 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.09023339645344, + -11.813786709823203 + ] + ] + ], + "type": "Polygon" + }, + "id": "1000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68486982849421, + -12.239718597654473, + -76.67522326395337, + -12.229343032744591 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.68055711709016, + -12.229343032744591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01606690739678, + -11.729950442743089, + -77.0064267244545, + -11.719559024962434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.01175196910359, + -11.719559024962434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03066992835006, + -12.006714061606992, + -77.02102112759067, + -11.996326173247864 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.0263509086461, + -11.996326173247864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16085456959497, + -11.854261968771404, + -77.15120703121349, + -11.843868720479959 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.15653411730851, + -11.843868720479959 + ] + ] + ], + "type": "Polygon" + }, + "id": "1004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89889953036547, + -12.08022080913697, + -76.88925195767845, + -12.06983729212813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.89458308269019, + -12.06983729212813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73208503905217, + -12.22871998213563, + -76.72243750771351, + -12.218343029972967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.72777117054201, + -12.218343029972967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04733761949282, + -11.835291390270726, + -77.03769350129802, + -11.82490063009041 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.0430204400966, + -11.82490063009041 + ] + ] + ], + "type": "Polygon" + }, + "id": "1007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99417271299359, + -12.19185815481261, + -76.98451932548656, + -12.181474034361642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.98985220061994, + -12.181474034361642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9453095271373, + -11.841005438479277, + -76.93566786818583, + -11.830617264881855 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.93566786818583, + -11.837958972234613 + ], + [ + -76.93617427012207, + -11.832764938814465 + ], + [ + -76.94099501343929, + -11.830617264881855 + ] + ] + ], + "type": "Polygon" + }, + "id": "1009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15162761020011, + -11.758934790710255, + -77.14198313950614, + -11.748540465351834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.14730867322737, + -11.748540465351834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87147917027039, + -11.98315018769933, + -76.86183521643888, + -11.972765888980822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.86716476241443, + -11.972765888980822 + ] + ] + ], + "type": "Polygon" + }, + "id": "1011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767235229254, + -11.78616571535048, + -76.85803436685828, + -11.775778718727066 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.86336067285633, + -11.775778718727066 + ] + ] + ], + "type": "Polygon" + }, + "id": "1012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74580989848357, + -12.182933339640575, + -76.73616336001857, + -12.17255529487361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.74149626324618, + -12.17255529487361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10204392744068, + -11.65179807101749, + -77.09240388488723, + -11.641403550412432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.0977277336575, + -11.641403550412432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8531985064739, + -12.170036219887555, + -76.84354946330804, + -12.15965525563835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.8488821024737, + -12.15965525563835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03824820148199, + -11.928800557165367, + -77.02860152952188, + -11.91841134019599 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.03393001838016, + -11.91841134019599 + ] + ] + ], + "type": "Polygon" + }, + "id": "1016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05412427898675, + -11.717939084442081, + -77.04448348121284, + -11.70754657918895 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04980848188333, + -11.70754657918895 + ] + ] + ], + "type": "Polygon" + }, + "id": "1017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70462602307747, + -12.32027459133082, + -76.69497650870828, + -12.309899866474955 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.70031168952197, + -12.309899866474955 + ] + ] + ], + "type": "Polygon" + }, + "id": "1018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83264496616431, + -12.050070115226973, + -76.82300005021736, + -12.039687794711023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.82833072381995, + -12.039687794711023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06471655244374, + -11.60880988365517, + -77.0550787313405, + -11.598415730052668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.06040192548107, + -11.598415730052668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0199213205602, + -11.832603164767171, + -77.01027798309451, + -11.822213037950796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.01560491119679, + -11.822213037950796 + ] + ] + ], + "type": "Polygon" + }, + "id": "1021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9764955227045, + -11.75753995050879, + -76.96685553848423, + -11.747149870385428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.97218128017009, + -11.747149870385428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10815825771351, + -11.683872057493835, + -77.09851710740912, + -11.673477798218656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.10384147419705, + -11.673477798218656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77541980666295, + -12.492360178646281, + -76.76576321729038, + -12.481986660132941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.77491013532992, + -12.490224569909433 + ], + [ + -76.77008175325469, + -12.492360178646281 + ], + [ + -76.76576321729038, + -12.4893089993966 + ], + [ + -76.76627301472861, + -12.484122294091966 + ], + [ + -76.77110122203548, + -12.481986660132941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9735845144383, + -12.166235240731543, + -76.96393242407937, + -12.155851218065534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96926489872855, + -12.155851218065534 + ] + ] + ], + "type": "Polygon" + }, + "id": "1025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92938152724385, + -12.146138950901612, + -76.91973118756407, + -12.135755704466517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.92506337361264, + -12.135755704466517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92782546066458, + -11.972988717293017, + -76.91818032615903, + -11.9626028651405 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.92350965999657, + -11.9626028651405 + ] + ] + ], + "type": "Polygon" + }, + "id": "1027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14852594296659, + -11.695676311304767, + -77.1388834318982, + -11.685281230154288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.14420793109879, + -11.685281230154288 + ] + ] + ], + "type": "Polygon" + }, + "id": "1028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73973108870068, + -12.150888103917602, + -76.7300856722267, + -12.140509701499033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.7354180484786, + -12.140509701499033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10218062650186, + -11.84066080083311, + -77.09253495974225, + -11.830268780712654 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.09786191249252, + -11.830268780712654 + ] + ] + ], + "type": "Polygon" + }, + "id": "1030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84557573144532, + -12.247887291726508, + -76.83592456671937, + -12.23750778246805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.84125849544819, + -12.23750778246805 + ] + ] + ], + "type": "Polygon" + }, + "id": "1031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01459434747348, + -11.839947304408245, + -77.00495092794894, + -11.829557409821852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.01027798309451, + -11.829557409821852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97197399376972, + -11.898688902413674, + -76.9623299237358, + -11.888300881662323 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.96765799207448, + -11.888300881662323 + ] + ] + ], + "type": "Polygon" + }, + "id": "1033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73055541652121, + -12.24428504214108, + -76.72090746213965, + -12.233908384654882 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.72624138233483, + -12.233908384654882 + ] + ] + ], + "type": "Polygon" + }, + "id": "1034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76249525824655, + -12.388924728623014, + -76.75284211268807, + -12.378549706869489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.75817841225637, + -12.378549706869489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99398838870798, + -11.719919511809548, + -76.98434907207402, + -11.709528503683542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98967417670744, + -11.709528503683542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92099114045418, + -12.090269124166962, + -76.91134268760679, + -12.079885212294782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.91667395988593, + -12.079885212294782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6963777659395, + -12.07582569582654, + -76.68673577566726, + -12.065447224140922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.69206692295926, + -12.065447224140922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72679244650637, + -12.141738280021416, + -76.71714765615178, + -12.131360061954938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.72247988483625, + -12.131360061954938 + ] + ] + ], + "type": "Polygon" + }, + "id": "1039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91184981987861, + -12.089365003931517, + -76.90220163382968, + -12.078981305479441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.90753289900002, + -12.078981305479441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02598275956447, + -11.770259897645547, + -77.01634112287529, + -11.759868773163932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.02166701850607, + -11.759868773163932 + ] + ] + ], + "type": "Polygon" + }, + "id": "1041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95372356823819, + -11.991272091751343, + -76.94407721294668, + -11.980885868116502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.94940682389627, + -11.980885868116502 + ] + ] + ], + "type": "Polygon" + }, + "id": "1042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09303916446318, + -11.839766551621409, + -77.08339375460321, + -11.82937474086217 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.08872070571738, + -11.82937474086217 + ] + ] + ], + "type": "Polygon" + }, + "id": "1043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09678681294513, + -11.753582771681197, + -77.08714387448292, + -11.743189699838595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.0924694032051, + -11.743189699838595 + ] + ] + ], + "type": "Polygon" + }, + "id": "1044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97048594605538, + -12.00865369656724, + -76.96083863721292, + -11.998267317441792 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.96616851775306, + -11.998267317441792 + ] + ] + ], + "type": "Polygon" + }, + "id": "1045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853374542026, + -12.068361014280516, + -76.84888759423603, + -12.05797832373986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.8542185532228, + -12.05797832373986 + ] + ] + ], + "type": "Polygon" + }, + "id": "1046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06326077480011, + -11.71883239745542, + -77.0536197182811, + -11.708439681373738 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.05894472175923, + -11.708439681373738 + ] + ] + ], + "type": "Polygon" + }, + "id": "1047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88748450570205, + -12.244190167416125, + -76.87783233976172, + -12.233809546921515 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.88316617826062, + -12.233809546921515 + ] + ] + ], + "type": "Polygon" + }, + "id": "1048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99483911462823, + -11.948131742512953, + -76.98519298032436, + -11.937743870554389 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.9905218382658, + -11.937743870554389 + ] + ] + ], + "type": "Polygon" + }, + "id": "1049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71167409211496, + -11.92012942646787, + -76.70203632292333, + -11.909748240230213 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.70736490171416, + -11.909748240230213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77785745946422, + -11.950287913827557, + -76.76821699034271, + -11.939905485512327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.77354604659992, + -11.939905485512327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71770133567135, + -12.046509157190783, + -76.70805963462942, + -12.036129691862374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.71339029482377, + -12.036129691862374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09547396651546, + -12.052409178912328, + -77.0858221575516, + -12.042020397078621 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.09115260540901, + -12.042020397078621 + ] + ] + ], + "type": "Polygon" + }, + "id": "1053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71997357869677, + -12.070317218903034, + -76.71033110546662, + -12.059938060056648 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.71566215772253, + -12.059938060056648 + ] + ] + ], + "type": "Polygon" + }, + "id": "1054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95444517506823, + -11.8419041743415, + -76.94480325147734, + -11.831515787374899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.95013040282066, + -11.831515787374899 + ] + ] + ], + "type": "Polygon" + }, + "id": "1055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80137341259157, + -12.322082286167143, + -76.79172121473422, + -12.31170513128172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.79705639329356, + -12.31170513128172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04441143585223, + -12.055257005137781, + -77.03476083650062, + -12.044869511874017 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.04009140012614, + -12.044869511874017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08225988732462, + -11.665606686393081, + -77.07261993297591, + -11.655212820760852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.0779440363763, + -11.655212820760852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83339218820858, + -12.183791153218793, + -76.82374326242544, + -12.17341090704977 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.82907614078414, + -12.17341090704977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71608353592724, + -12.25069793050087, + -76.7064357857993, + -12.240321748038541 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.71176981525389, + -12.240321748038541 + ] + ] + ], + "type": "Polygon" + }, + "id": "1060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79756547412828, + -12.313843589989396, + -76.78791362493777, + -12.303466391931623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.79324866925309, + -12.303466391931623 + ] + ] + ], + "type": "Polygon" + }, + "id": "1061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01385769560324, + -11.89494035908116, + -77.00421265697723, + -11.884551254732683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.0095406178301, + -11.884551254732683 + ] + ] + ], + "type": "Polygon" + }, + "id": "1062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06096252938757, + -11.695002173810735, + -77.0513222402168, + -11.68460920348158 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.0566468551055, + -11.68460920348158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12673602802033, + -12.06334239917562, + -77.11708310775192, + -12.05295302543775 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.12241368939527, + -12.05295302543775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97129052541295, + -12.142419284534611, + -76.96163920537246, + -12.13203494079288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.96697128966088, + -12.13203494079288 + ] + ] + ], + "type": "Polygon" + }, + "id": "1065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036545580376, + -12.345886249736346, + -76.79400158743239, + -12.3355094425312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.7993371580894, + -12.3355094425312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76492369760906, + -11.941142235898731, + -76.75528385106381, + -11.930760001472422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.7606127615626, + -11.930760001472422 + ] + ] + ], + "type": "Polygon" + }, + "id": "1067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98644032679718, + -11.892245977051848, + -76.97679607445004, + -11.881857508186826 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.98212402157367, + -11.881857508186826 + ] + ] + ], + "type": "Polygon" + }, + "id": "1068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69395544024927, + -12.3349210436632, + -76.68430578151983, + -12.324546841123642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.68964120601144, + -12.324546841123642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13716094613967, + -11.765393063949995, + -77.12751664370813, + -11.754999173374838 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.13284230641537, + -11.754999173374838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8387418951409, + -11.987773455919982, + -76.82909867382855, + -11.97739004572825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.83442831726467, + -11.97739004572825 + ] + ] + ], + "type": "Polygon" + }, + "id": "1071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91338445275751, + -12.168142481771834, + -76.90373387556885, + -12.157759982875342 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.90906643845423, + -12.157759982875342 + ] + ] + ], + "type": "Polygon" + }, + "id": "1072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93854583128991, + -12.241392249362413, + -76.92889240814665, + -12.231010310606091 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.93422615720593, + -12.231010310606091 + ] + ] + ], + "type": "Polygon" + }, + "id": "1073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16227837535757, + -11.74423402476477, + -77.1526340775706, + -11.733839247997269 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1579593524485, + -11.733839247997269 + ] + ] + ], + "type": "Polygon" + }, + "id": "1074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88670905854293, + -12.016110003326643, + -76.87706371930956, + -12.005725815437172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.88239379719744, + -12.005725815437172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97200441199782, + -11.993074060393743, + -76.96235752829425, + -11.982687411756814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.96768715065176, + -11.982687411756814 + ] + ] + ], + "type": "Polygon" + }, + "id": "1076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77313997600487, + -12.468561859363053, + -76.76348416033906, + -12.458187971385591 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.76882177241605, + -12.458187971385591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93696413434697, + -11.973890304493475, + -76.9273187340709, + -11.963504238949817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.93264807453043, + -11.963504238949817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1078", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74655658974635, + -12.222305178200932, + -76.73690885552678, + -12.211927752688236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.74224240834708, + -12.211927752688236 + ] + ] + ], + "type": "Polygon" + }, + "id": "1079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05574750556521, + -11.891184988396278, + -77.046101508478, + -11.880794805869888 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.05142935606118, + -11.880794805869888 + ] + ] + ], + "type": "Polygon" + }, + "id": "1080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76567221772927, + -11.980527462471294, + -76.75603117717198, + -11.970145787289468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.76136073624404, + -11.970145787289468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68655989499128, + -11.941216037472039, + -76.67692218768745, + -11.93083579815924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.68225111744553, + -11.93083579815924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76255665855558, + -12.200322252301822, + -76.7529091459953, + -12.189944062728372 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.75824233064685, + -12.189944062728372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78391281104423, + -12.076679450489543, + -76.77426841022253, + -12.066298766195905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77959954693806, + -12.066298766195905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02896564657061, + -11.644662954820054, + -77.01932767022781, + -11.634270121228719 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.02846084761174, + -11.642511159366103 + ], + [ + -77.02364177380652, + -11.644662954820054 + ], + [ + -77.01932767022781, + -11.64161829880546 + ], + [ + -77.01983259564152, + -11.636421934985396 + ], + [ + -77.02465149818848, + -11.634270121228719 + ] + ] + ], + "type": "Polygon" + }, + "id": "1085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00693196336836, + -11.729055523687938, + -76.99729204165953, + -11.718664317981617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -77.00261728207884, + -11.718664317981617 + ] + ] + ], + "type": "Polygon" + }, + "id": "1086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79147775232491, + -12.281800141311722, + -76.78182702450687, + -12.27142255887267 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.78716154246202, + -12.27142255887267 + ] + ] + ], + "type": "Polygon" + }, + "id": "1087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83568436482607, + -12.113267306312986, + -76.82603748256743, + -12.102885884550016 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.83136919629462, + -12.102885884550016 + ] + ] + ], + "type": "Polygon" + }, + "id": "1088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85776762420072, + -12.217656495079126, + -76.84811703784952, + -12.207276184514274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.85345045972396, + -12.207276184514274 + ] + ] + ], + "type": "Polygon" + }, + "id": "1089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79072530891602, + -12.242427862309915, + -76.78107577739654, + -12.232049646218293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.78640964563486, + -12.232049646218293 + ] + ] + ], + "type": "Polygon" + }, + "id": "1090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89128156704913, + -12.063741161134244, + -76.88163468671651, + -12.053357581037364 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.88696554605623, + -12.053357581037364 + ] + ] + ], + "type": "Polygon" + }, + "id": "1091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96443893973546, + -12.165331421699312, + -76.95478711354414, + -12.154947610764754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.96011958266877, + -12.154947610764754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90728508109505, + -12.136089333367956, + -76.8976356208289, + -12.125706478026805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.90296766017113, + -12.125706478026805 + ] + ] + ], + "type": "Polygon" + }, + "id": "1093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77772627760187, + -12.42187770583447, + -76.76807173421503, + -12.411502873460263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77340857252926, + -12.411502873460263 + ], + [ + -76.77772627760187, + -12.41455363808403 + ], + [ + -76.77721674971104, + -12.419741108261883 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.77340857252926, + -12.411502873460263 + ] + ] + ], + "type": "Polygon" + }, + "id": "1094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9285588977757, + -11.823625504444419, + -76.9189181937383, + -11.813237505162663 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.92424506828765, + -11.813237505162663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00094579141457, + -11.980194039835608, + -76.99129854410266, + -11.969806487575674 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.99662792320025, + -11.969806487575674 + ] + ] + ], + "type": "Polygon" + }, + "id": "1096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09014347469176, + -12.059751556675645, + -77.08049158115347, + -12.049363016190028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.0858221575516, + -12.049363016190028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92710868326641, + -12.216673903531545, + -76.9174562973363, + -12.206291845080754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.92278964892928, + -12.206291845080754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14701629234833, + -11.71126863477446, + -77.13737335495425, + -11.700873792315088 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.1426981127226, + -11.700873792315088 + ] + ] + ], + "type": "Polygon" + }, + "id": "1099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03898085986765, + -11.87380696275366, + -77.02933580766292, + -11.863416944186655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.0346633905752, + -11.863416944186655 + ] + ] + ], + "type": "Polygon" + }, + "id": "1100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13787672907628, + -11.71037795904309, + -77.12823404602626, + -11.699983325157742 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.1335588035116, + -11.699983325157742 + ] + ] + ], + "type": "Polygon" + }, + "id": "1101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08068550046922, + -11.586758664077767, + -77.07104793045856, + -11.576363850875223 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0763707411209, + -11.576363850875223 + ], + [ + -77.08068550046922, + -11.579407642459048 + ], + [ + -77.08018151609845, + -11.58460510172206 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.0715520414432, + -11.578517430714935 + ], + [ + -77.0763707411209, + -11.576363850875223 + ] + ] + ], + "type": "Polygon" + }, + "id": "1102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07536264575617, + -11.594109378426648, + -77.06572499188286, + -11.58371478464459 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.07104793045856, + -11.58371478464459 + ] + ] + ], + "type": "Polygon" + }, + "id": "1103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148137209137, + -12.171850658381377, + -76.86183178939704, + -12.161469264936672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.86716444605122, + -12.161469264936672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04367927360819, + -12.110238629388466, + -77.03402705261394, + -12.09985200053036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03935852321271, + -12.09985200053036 + ] + ] + ], + "type": "Polygon" + }, + "id": "1105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01537380683278, + -11.87935663796549, + -77.00572919353283, + -11.868967275675567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.01105689617188, + -11.868967275675567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06550170988558, + -11.648232561980405, + -77.05586269662307, + -11.637838882869739 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.06118653718967, + -11.637838882869739 + ] + ] + ], + "type": "Polygon" + }, + "id": "1107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11751440063071, + -11.96804037886446, + -77.10786455332523, + -11.957649803028135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.11319357951801, + -11.957649803028135 + ] + ] + ], + "type": "Polygon" + }, + "id": "1108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78463978417757, + -12.210382429696008, + -76.77499137373707, + -12.200003843579355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.78032471570998, + -12.200003843579355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8410160020484, + -12.105934655307966, + -76.83136919629462, + -12.095552985154452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.8367007859043, + -12.095552985154452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376728370857, + -12.19566177483394, + -76.86411692962764, + -12.18528070674503 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86944997748081, + -12.18528070674503 + ] + ] + ], + "type": "Polygon" + }, + "id": "1111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00934986028216, + -12.036076528002244, + -76.99970073056193, + -12.02568960360114 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -77.00503102056477, + -12.02568960360114 + ] + ] + ], + "type": "Polygon" + }, + "id": "1112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75042978476993, + -12.041905476540872, + -76.74078732812693, + -12.031525108564042 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.74611790389032, + -12.031525108564042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11060196420826, + -11.896558651752457, + -77.10095442066937, + -11.886167211793227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.10628228068582, + -11.886167211793227 + ] + ] + ], + "type": "Polygon" + }, + "id": "1114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85243861126717, + -12.130653246956475, + -76.8427907637078, + -12.120271677153633 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.84812275376791, + -12.120271677153633 + ] + ] + ], + "type": "Polygon" + }, + "id": "1115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00922597688442, + -11.75288287372779, + -76.99958528715631, + -11.74249192731969 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -77.0049109166655, + -11.74249192731969 + ] + ] + ], + "type": "Polygon" + }, + "id": "1116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79752449910596, + -12.50242878394401, + -76.78786701183934, + -12.49205488666101 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.79752449910596, + -12.495105815267385 + ], + [ + -76.79701512025787, + -12.500292817693234 + ], + [ + -76.79218628934343, + -12.50242878394401 + ], + [ + -76.78786701183934, + -12.499377772813531 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.79320517325112, + -12.49205488666101 + ] + ] + ], + "type": "Polygon" + }, + "id": "1117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72985089756669, + -12.110603056729728, + -76.72020695265205, + -12.10022427094249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.72553866698462, + -12.10022427094249 + ] + ] + ], + "type": "Polygon" + }, + "id": "1118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05501760702991, + -11.946179321060637, + -77.04536998979769, + -11.935789945895436 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.05069874345742, + -11.935789945895436 + ] + ] + ], + "type": "Polygon" + }, + "id": "1119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8722437441807, + -12.211233014247494, + -76.86259296553507, + -12.200852236420172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.86792627140933, + -12.200852236420172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89433329172017, + -12.126944328616755, + -76.8846844453261, + -12.116561652341417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.89001634427386, + -12.116561652341417 + ] + ] + ], + "type": "Polygon" + }, + "id": "1121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63006047492802, + -12.234230032623628, + -76.62041559387855, + -12.223855787026231 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62574935746389, + -12.223855787026231 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.62472666068892, + -12.234230032623628 + ], + [ + -76.62041559387855, + -12.23117870259707 + ], + [ + -76.62092700492005, + -12.22599163496129 + ], + [ + -76.62574935746389, + -12.223855787026231 + ] + ] + ], + "type": "Polygon" + }, + "id": "1122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10829853910789, + -11.872730461132422, + -77.0986517633092, + -11.86233874026852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.10397923467862, + -11.86233874026852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7177450687307, + -11.952179799354813, + -76.70810617832433, + -11.941798924276213 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.71343528390197, + -11.941798924276213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01086682225122, + -12.020496073320848, + -77.00121811817766, + -12.010108877030595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -77.00654814976349, + -12.010108877030595 + ] + ] + ], + "type": "Polygon" + }, + "id": "1125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68708799115103, + -12.35780427969756, + -76.67743783764753, + -12.347430645151533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68277364117436, + -12.347430645151533 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.67743783764753, + -12.35475287511925 + ], + [ + -76.6779486521804, + -12.349566112514403 + ], + [ + -76.68277364117436, + -12.347430645151533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8280592621056, + -12.191121925035182, + -76.81841026002341, + -12.18074193108187 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.82374326242544, + -12.18074193108187 + ] + ] + ], + "type": "Polygon" + }, + "id": "1127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93771379606214, + -11.91891128500937, + -76.92807001467239, + -11.908524400639966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.9333984491444, + -11.908524400639966 + ] + ] + ], + "type": "Polygon" + }, + "id": "1128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614957715211, + -11.990486371502552, + -76.85650554590543, + -11.980102314808251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.86183521643888, + -11.980102314808251 + ] + ] + ], + "type": "Polygon" + }, + "id": "1129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462668502598, + -12.006062118977763, + -76.85498222983902, + -11.995678332422358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.86031215802862, + -11.995678332422358 + ] + ] + ], + "type": "Polygon" + }, + "id": "1130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12571631357098, + -11.740669337590807, + -77.11607303303344, + -11.73027539452941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.12139830696616, + -11.73027539452941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76333594174737, + -12.14537972440134, + -76.75369004799695, + -12.13500063489716 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.75902232579426, + -12.13500063489716 + ] + ] + ], + "type": "Polygon" + }, + "id": "1132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79913265928954, + -12.109637086963989, + -76.78948686508964, + -12.099256529283664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.79481853843406, + -12.099256529283664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85625333972128, + -11.950190285922861, + -76.8466107722577, + -11.9398058836647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193978566254, + -11.9398058836647 + ], + [ + -76.85625333972128, + -11.942853635802962 + ], + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.85193978566254, + -11.9398058836647 + ] + ] + ], + "type": "Polygon" + }, + "id": "1134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0665188863714, + -12.065296006402466, + -77.05686742524637, + -12.054908126082028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.06219812549497, + -12.054908126082028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04201063610007, + -11.842636395931981, + -77.03236643497387, + -11.832245867622127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.03769350129802, + -11.832245867622127 + ] + ] + ], + "type": "Polygon" + }, + "id": "1136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77544675272475, + -12.398077097426443, + -76.76579298268587, + -12.3877019060808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.77544675272475, + -12.390752585439577 + ], + [ + -76.77493723061258, + -12.395940235140033 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.77112942852094, + -12.3877019060808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78075773664466, + -12.485037756710549, + -76.77110122203548, + -12.474663970812053 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.77643910343242, + -12.474663970812053 + ] + ] + ], + "type": "Polygon" + }, + "id": "1138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16840187436104, + -11.77630852691217, + -77.15875647001384, + -11.765914030664918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.16408226197068, + -11.765914030664918 + ] + ] + ], + "type": "Polygon" + }, + "id": "1139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9909916671579, + -11.845496516317265, + -76.98134868977516, + -11.835107278383033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.98667586272519, + -11.835107278383033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07475739210732, + -11.837977269844735, + -77.0651124974803, + -11.827585878562633 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.07043944449518, + -11.827585878562633 + ] + ] + ], + "type": "Polygon" + }, + "id": "1141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08758390660638, + -11.658257037365946, + -77.0779440363763, + -11.647862949022391 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.08326801168624, + -11.647862949022391 + ] + ] + ], + "type": "Polygon" + }, + "id": "1142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92326437351194, + -12.019722833993635, + -76.91361796516597, + -12.009337790186137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.91894807285512, + -12.009337790186137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1660945251225, + -11.752475373238246, + -77.15644988739145, + -11.742080614035192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.1660945251225, + -11.745124548473411 + ], + [ + -77.16559148204323, + -11.750321980017777 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.16177529144235, + -11.742080614035192 + ] + ] + ], + "type": "Polygon" + }, + "id": "1144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84330603643112, + -12.035402104472633, + -76.83366127340686, + -12.025019293507167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.83899169889014, + -12.025019293507167 + ] + ] + ], + "type": "Polygon" + }, + "id": "1145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92628814691918, + -11.894190276660288, + -76.91664540072703, + -11.883803321918451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.92197343849354, + -11.883803321918451 + ] + ] + ], + "type": "Polygon" + }, + "id": "1146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7694175893448, + -12.177426194299738, + -76.75977057433731, + -12.16704746159134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.76510337861748, + -12.16704746159134 + ] + ] + ], + "type": "Polygon" + }, + "id": "1147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02157148778231, + -12.100196871047126, + -77.01192013167005, + -12.08981062809799 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.01725146393899, + -12.08981062809799 + ] + ] + ], + "type": "Polygon" + }, + "id": "1148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05709611647988, + -11.592327558463985, + -77.04745897890821, + -11.581933386759996 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.05278191232696, + -11.581933386759996 + ] + ] + ], + "type": "Polygon" + }, + "id": "1149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07560500060974, + -11.971798552099782, + -77.06595609729841, + -11.961409049245594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.07128524535256, + -11.961409049245594 + ] + ] + ], + "type": "Polygon" + }, + "id": "1150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89281826598497, + -12.236858469062517, + -76.88316617826062, + -12.22647759488509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.88849989163118, + -12.22647759488509 + ] + ] + ], + "type": "Polygon" + }, + "id": "1151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90191306575177, + -11.765942269999439, + -76.8922747779154, + -11.755554147513287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.89760072597983, + -11.755554147513287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96286379490223, + -11.992173208007953, + -76.95321717516609, + -11.981786771746663 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.95854679195745, + -11.981786771746663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00250216784151, + -12.058996008699237, + -76.9928525306654, + -12.048609600599512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.99818320610595, + -12.048609600599512 + ] + ] + ], + "type": "Polygon" + }, + "id": "1154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79839987704518, + -11.975912839817791, + -76.78875809022833, + -11.965530269159347 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.79408755972946, + -11.965530269159347 + ] + ] + ], + "type": "Polygon" + }, + "id": "1155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03287148639687, + -11.841740292757484, + -77.0232275453273, + -11.831349975437526 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.02855460820076, + -11.831349975437526 + ] + ] + ], + "type": "Polygon" + }, + "id": "1156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92862994759004, + -12.201100743162062, + -76.91897798685804, + -12.19071839436692 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.92431108014975, + -12.19071839436692 + ] + ] + ], + "type": "Polygon" + }, + "id": "1157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7375325823994, + -11.93842272838447, + -76.72789356139376, + -11.928041149180768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.73322243566118, + -11.928041149180768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99550451501246, + -11.7043329393026, + -76.98586562302299, + -11.69394169033578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.99119046981865, + -11.69394169033578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66677429915578, + -11.95496790038637, + -76.65713672834745, + -11.944588368630823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.66246588609687, + -11.944588368630823 + ] + ] + ], + "type": "Polygon" + }, + "id": "1160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16068363664367, + -11.665380073595909, + -77.15104172459844, + -11.654984311369441 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15636570658712, + -11.654984311369441 + ], + [ + -77.16068363664367, + -11.658027831960283 + ], + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.15154483552048, + -11.657138636944554 + ], + [ + -77.15636570658712, + -11.654984311369441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07627067631817, + -11.82239011986112, + -77.06662620754727, + -11.811998476767947 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.07195289614228, + -11.811998476767947 + ] + ] + ], + "type": "Polygon" + }, + "id": "1162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13795552683085, + -11.804814934541485, + -77.12831003097253, + -11.794421556835012 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.13363634051687, + -11.794421556835012 + ] + ] + ], + "type": "Polygon" + }, + "id": "1163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11146466939687, + -12.030380091758468, + -77.1018131151511, + -12.019990588542333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.11146466939687, + -12.02303641279374 + ], + [ + -77.1109604264904, + -12.028231216481325 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.10714317686062, + -12.019990588542333 + ] + ] + ], + "type": "Polygon" + }, + "id": "1164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05731714325874, + -11.970003659123964, + -77.04766875743067, + -11.959614575797488 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.05299790032934, + -11.959614575797488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10513553006172, + -11.715053882127341, + -77.09549352803964, + -11.704660100138298 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.10081841155252, + -11.704660100138298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97575270255615, + -11.812533920669265, + -76.96611110055383, + -11.80214460279888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.97143774740725, + -11.80214460279888 + ] + ] + ], + "type": "Polygon" + }, + "id": "1167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74652122724122, + -12.316606665005658, + -76.73687067721839, + -12.306230808845596 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.74220578725554, + -12.306230808845596 + ] + ] + ], + "type": "Polygon" + }, + "id": "1168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89661234813936, + -12.056405597715907, + -76.88696554605623, + -12.046021772560698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.89229628034053, + -12.046021772560698 + ] + ] + ], + "type": "Polygon" + }, + "id": "1169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14089665587053, + -11.679193580198696, + -77.13125482524035, + -11.668798470505571 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.13657906569885, + -11.668798470505571 + ] + ] + ], + "type": "Polygon" + }, + "id": "1170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92555350836757, + -12.043540064610674, + -76.91590632983953, + -12.033155323497517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.92123682796311, + -12.033155323497517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78609554311144, + -12.47771498468562, + -76.77643910343242, + -12.467340931841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.78177686139281, + -12.467340931841 + ] + ] + ], + "type": "Polygon" + }, + "id": "1172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91865745618432, + -11.78332195969415, + -76.90901821128806, + -11.77293365559126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.9143444314336, + -11.77293365559126 + ] + ] + ], + "type": "Polygon" + }, + "id": "1173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85245641068207, + -11.753204548410302, + -76.84281981024029, + -11.74281748856464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84814558412451, + -11.74281748856464 + ], + [ + -76.85245641068207, + -11.74586420429589 + ], + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.84332737049102, + -11.744964269309683 + ], + [ + -76.84814558412451, + -11.74281748856464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13198938433638, + -11.961590685001985, + -77.12233936690113, + -11.951199664524877 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.13198938433638, + -11.954244966415759 + ], + [ + -77.13148553692086, + -11.959440528653147 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.12766826488384, + -11.951199664524877 + ] + ] + ], + "type": "Polygon" + }, + "id": "1175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05490837877872, + -11.757356624147194, + -77.04526638806011, + -11.746964620592063 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.0505920356229, + -11.746964620592063 + ] + ] + ], + "type": "Polygon" + }, + "id": "1176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376374817123, + -12.006966220768469, + -76.8641190238528, + -11.996582219225546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.86944896057105, + -11.996582219225546 + ] + ] + ], + "type": "Polygon" + }, + "id": "1177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89508243481171, + -11.977619801307481, + -76.88543802214924, + -11.967234831732622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.89076745952363, + -11.967234831732622 + ] + ] + ], + "type": "Polygon" + }, + "id": "1178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94605748961445, + -11.786016745543593, + -76.93641744833056, + -11.775627799329481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.941743688322, + -11.775627799329481 + ] + ] + ], + "type": "Polygon" + }, + "id": "1179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05328627642915, + -11.584086409030517, + -77.04364948071488, + -11.573692228960413 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04897228371055, + -11.573692228960413 + ], + [ + -77.05328627642915, + -11.5767362438745 + ], + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.04364948071488, + -11.581042306147529 + ], + [ + -77.04415397132072, + -11.575845268972786 + ], + [ + -77.04897228371055, + -11.573692228960413 + ] + ] + ], + "type": "Polygon" + }, + "id": "1180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9970582073335, + -11.78315856733314, + -76.9874169295685, + -11.772768325670073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.99274307053071, + -11.772768325670073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06724713286194, + -12.010308583989762, + -77.05759729322253, + -11.999919855190361 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.0629270867048, + -11.999919855190361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80067833360147, + -11.99972603724373, + -76.79103577566313, + -11.989343762605934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.79636563644549, + -11.989343762605934 + ] + ] + ], + "type": "Polygon" + }, + "id": "1183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08396115885989, + -11.933285171976797, + -77.074313192106, + -11.922894904780591 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.07964169465781, + -11.922894904780591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73823992561644, + -12.07213631962263, + -76.72859689926975, + -12.061756723686171 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.73392797703208, + -12.061756723686171 + ] + ] + ], + "type": "Polygon" + }, + "id": "1185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72456088923846, + -12.02360954949804, + -76.71491968334011, + -12.013229562284542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.72024996453726, + -12.013229562284542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73671130090193, + -12.087705364587936, + -76.72706785185191, + -12.077326047888745 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.73239918676256, + -12.077326047888745 + ] + ] + ], + "type": "Polygon" + }, + "id": "1187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90272933007478, + -12.277147038398684, + -76.89307577780946, + -12.266766582521228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.90272933007478, + -12.269815513872079 + ], + [ + -76.90222177558165, + -12.27500579508864 + ], + [ + -76.89739491282927, + -12.277147038398684 + ], + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.89841014827238, + -12.266766582521228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01922976849772, + -11.981992733537805, + -77.009581997758, + -11.971604758760181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.01491138541378, + -11.971604758760181 + ] + ] + ], + "type": "Polygon" + }, + "id": "1189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02221714369004, + -11.856428770517805, + -77.01257303783603, + -11.846038918512132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.01790035517654, + -11.846038918512132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85092427896654, + -11.9575266091675, + -76.84128163458745, + -11.947142447637205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.8466107722577, + -11.947142447637205 + ] + ] + ], + "type": "Polygon" + }, + "id": "1191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71988735531627, + -12.258936578232944, + -76.71023925499208, + -12.248560434966567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.71557341966265, + -12.248560434966567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79758594370263, + -12.219531679209652, + -76.78793691108227, + -12.209152914580061 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.79327039821405, + -12.209152914580061 + ] + ] + ], + "type": "Polygon" + }, + "id": "1193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89356835857352, + -12.087555965965969, + -76.88392070755272, + -12.077172695105443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88925195767845, + -12.077172695105443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78919807207927, + -12.257994817128615, + -76.77954811681349, + -12.247616896577632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.78488224273407, + -12.247616896577632 + ] + ] + ], + "type": "Polygon" + }, + "id": "1195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9629193470913, + -12.180906780044413, + -76.95326709539304, + -12.170523255641069 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.95859982293824, + -12.170523255641069 + ] + ] + ], + "type": "Polygon" + }, + "id": "1196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7527382504653, + -11.97138097681504, + -76.74309783348528, + -11.960999494318834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.74842724625185, + -11.960999494318834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93694393818852, + -11.879509707013062, + -76.92730135072186, + -11.869122279953647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93262913732428, + -11.869122279953647 + ], + [ + -76.93694393818852, + -11.872168938558596 + ], + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.92780792981293, + -11.871269301934595 + ], + [ + -76.93262913732428, + -11.869122279953647 + ] + ] + ], + "type": "Polygon" + }, + "id": "1198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05261055138301, + -11.733527540319352, + -77.04296932827424, + -11.723135276754379 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.0482945870903, + -11.723135276754379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9658438218662, + -11.772227855085976, + -76.95620367652793, + -11.761838234260257 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.96152967057434, + -11.761838234260257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97203484797909, + -12.087448235167688, + -76.96238514896365, + -12.07706301475518 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.96771632624672, + -12.07706301475518 + ] + ] + ], + "type": "Polygon" + }, + "id": "1201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95073342722054, + -12.211151158187093, + -76.94108058939798, + -12.200768423421268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.94641382789648, + -12.200768423421268 + ] + ] + ], + "type": "Polygon" + }, + "id": "1202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93623421264917, + -12.12322846068185, + -76.92658437755017, + -12.112844683329298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.93191617959626, + -12.112844683329298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11974571720623, + -11.897453343375958, + -77.1100979175991, + -11.88706169472505 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.1154257787222, + -11.88706169472505 + ] + ] + ], + "type": "Polygon" + }, + "id": "1204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85548288627913, + -12.193846638782915, + -76.84583307156693, + -12.183465999598042 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.85116610206688, + -12.183465999598042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7694749131676, + -11.988767048761703, + -76.75983352401036, + -11.97838539948161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.76516321745036, + -11.97838539948161 + ] + ] + ], + "type": "Polygon" + }, + "id": "1206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95217969975467, + -11.912471303781366, + -76.9425357331466, + -11.902083968868256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.9478640480218, + -11.902083968868256 + ] + ] + ], + "type": "Polygon" + }, + "id": "1207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80065877992911, + -12.094066180117252, + -76.79101340919945, + -12.083685341560843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.79634482504845, + -12.083685341560843 + ] + ] + ], + "type": "Polygon" + }, + "id": "1208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84559509386835, + -11.964862605125719, + -76.83595237273958, + -11.954478684766194 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.84128163458745, + -11.954478684766194 + ] + ] + ], + "type": "Polygon" + }, + "id": "1209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82425176480848, + -12.182882675213632, + -76.81460311056414, + -12.172502644503721 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81993597916681, + -12.172502644503721 + ] + ] + ], + "type": "Polygon" + }, + "id": "1210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12745421155451, + -12.008348082469118, + -77.11780291351863, + -11.997957861864831 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.12745421155451, + -12.001003431934528 + ], + [ + -77.12695022761935, + -12.006198594226442 + ], + [ + -77.12212449328388, + -12.008348082469118 + ], + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.12313258829204, + -11.997957861864831 + ] + ] + ], + "type": "Polygon" + }, + "id": "1211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8280708289179, + -12.096788270429258, + -76.81842464174778, + -12.086406783395411 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.82375608815606, + -12.086406783395411 + ] + ] + ], + "type": "Polygon" + }, + "id": "1212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95987975067632, + -12.21205619923516, + -76.95022664789248, + -12.201673252527847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.95555989233107, + -12.201673252527847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67879755272332, + -12.207677879420462, + -76.66915211235865, + -12.197301946135177 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.67448543711103, + -12.197301946135177 + ] + ] + ], + "type": "Polygon" + }, + "id": "1214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691085573749, + -12.029877301816914, + -76.85726562989137, + -12.019493815853467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.86259594893134, + -12.019493815853467 + ] + ] + ], + "type": "Polygon" + }, + "id": "1215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89814301654934, + -12.135183985859491, + -76.8884938238751, + -12.124801344148993 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.89382585569295, + -12.124801344148993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829145140852, + -12.290900518786653, + -76.87326107353199, + -12.280520787675298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.8829145140852, + -12.283569968311022 + ], + [ + -76.88240666097057, + -12.288759887266087 + ], + [ + -76.87757985396507, + -12.290900518786653 + ], + [ + -76.87326107353199, + -12.287851254463419 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.87859568658268, + -12.280520787675298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68882880756448, + -11.965025385543056, + -76.67919032829626, + -11.954645436960062 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.68451965009433, + -11.954645436960062 + ] + ] + ], + "type": "Polygon" + }, + "id": "1218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94916548293489, + -12.038007867046497, + -76.93951785278517, + -12.027622456511569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.94484823805664, + -12.027622456511569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8494115760097, + -11.78436473873615, + -76.83977412921504, + -11.773978174184604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.84408524028794, + -11.78436473873615 + ], + [ + -76.83977412921504, + -11.781317734955268 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.84510041753816, + -11.773978174184604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05041961349244, + -11.898529201808202, + -77.04077353317787, + -11.888139253664596 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.046101508478, + -11.888139253664596 + ] + ] + ], + "type": "Polygon" + }, + "id": "1221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99028681572231, + -11.99487497315486, + -76.98063940551599, + -11.984487900519243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.98596903817867, + -11.984487900519243 + ] + ] + ], + "type": "Polygon" + }, + "id": "1222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01624011047801, + -12.107535790908647, + -77.00658867211877, + -12.097149792887024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.01192013167005, + -12.097149792887024 + ] + ] + ], + "type": "Polygon" + }, + "id": "1223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98269691422809, + -12.072772248258216, + -76.9730473770388, + -12.06238653877709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.97837830125209, + -12.06238653877709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7732503176086, + -12.091341704502138, + -76.76360576760258, + -12.080961516671994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.7689371504147, + -12.080961516671994 + ] + ] + ], + "type": "Polygon" + }, + "id": "1225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79143322597496, + -12.470391862978591, + -76.78177686139281, + -12.460017543626956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78711449582828, + -12.460017543626956 + ], + [ + -76.79143322597496, + -12.463068391996634 + ], + [ + -76.79092381269754, + -12.468255605526942 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.78711449582828, + -12.460017543626956 + ] + ] + ], + "type": "Polygon" + }, + "id": "1226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69025538643692, + -12.1380925862727, + -76.68061170708296, + -12.12771524363493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68594388225262, + -12.12771524363493 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.68974508880802, + -12.135954184925462 + ], + [ + -76.68492316149916, + -12.1380925862727 + ], + [ + -76.68061170708296, + -12.135042285700923 + ], + [ + -76.68112213019799, + -12.12985366922585 + ], + [ + -76.68594388225262, + -12.12771524363493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10995189514357, + -12.045964006656925, + -77.10029991410207, + -12.035574775467405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.10563023473473, + -12.035574775467405 + ] + ] + ], + "type": "Polygon" + }, + "id": "1228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.921743737183, + -12.035300059134995, + -76.912096904176, + -12.024915287869323 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.91742726985036, + -12.024915287869323 + ] + ] + ], + "type": "Polygon" + }, + "id": "1229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01017071216214, + -12.169847832779652, + -77.00051756991488, + -12.159462965695603 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -77.00585006390072, + -12.159462965695603 + ] + ] + ], + "type": "Polygon" + }, + "id": "1230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09231560778144, + -11.894768480452477, + -77.08266857781405, + -11.884377458631468 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.08799643478945, + -11.884377458631468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17532608519932, + -11.847805381336494, + -77.16567838046029, + -11.837411695389006 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.17482302387546, + -11.84565292973757 + ], + [ + -77.16999908652078, + -11.847805381336494 + ], + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.17100533636862, + -11.837411695389006 + ] + ] + ], + "type": "Polygon" + }, + "id": "1232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0291067681271, + -11.927902845046393, + -77.01946035655936, + -11.917513838876287 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.02478884185155, + -11.917513838876287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0503663327916, + -11.804118606348718, + -77.04072306565945, + -11.793727344165687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.04604948791129, + -11.793727344165687 + ] + ] + ], + "type": "Polygon" + }, + "id": "1234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90425190206034, + -12.261576280353019, + -76.8945987748773, + -12.25119552798614 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.89993288706279, + -12.25119552798614 + ] + ] + ], + "type": "Polygon" + }, + "id": "1235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04879923385116, + -11.725286525484341, + -77.0391583529903, + -11.71489424638714 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.04448348121284, + -11.71489424638714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90348541057895, + -12.222194059636005, + -76.89383347978536, + -12.21181267941702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89916694263513, + -12.21181267941702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7054626018254, + -12.171048160164801, + -76.6958175209142, + -12.160670953149346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.70115023762217, + -12.160670953149346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72761840925679, + -11.992469041961389, + -76.71797804813, + -11.98208851022476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.72228859282109, + -11.992469041961389 + ], + [ + -76.71797804813, + -11.989419834084895 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.72330781537336, + -11.98208851022476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8570039226011, + -12.272604534409664, + -76.84735171543474, + -12.262225147314865 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.85268604479349, + -12.262225147314865 + ] + ] + ], + "type": "Polygon" + }, + "id": "1240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12953093930693, + -11.748910579503178, + -77.11988731807654, + -11.738516653480687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.12521272164246, + -11.738516653480687 + ] + ] + ], + "type": "Polygon" + }, + "id": "1241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93013285372511, + -12.091172978437239, + -76.92048413455646, + -12.080788853395468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.92581541366863, + -12.080788853395468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91641332506705, + -12.042636904834396, + -76.9067664130215, + -12.032252377180452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.912096904176, + -12.032252377180452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80746312599743, + -12.354124839295505, + -76.79780980678092, + -12.343748076950156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.8069541197402, + -12.351986690704548 + ], + [ + -76.8021273729819, + -12.354124839295505 + ], + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.8031455116319, + -12.343748076950156 + ] + ] + ], + "type": "Polygon" + }, + "id": "1244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99402521056817, + -11.814328296172167, + -76.98438308304212, + -11.803938553273237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.98970973996343, + -11.803938553273237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89358345874996, + -12.276239078140676, + -76.88393017454919, + -12.265858835519412 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88926453734341, + -12.265858835519412 + ] + ] + ], + "type": "Polygon" + }, + "id": "1246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76636181117934, + -12.208561233392514, + -76.75671394948105, + -12.198183080885817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.76204726872261, + -12.198183080885817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0983660310257, + -11.832419788056797, + -77.08872070571738, + -11.822027746471813 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.09404752841465, + -11.822027746471813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85321542209938, + -11.792604974853212, + -76.84357762883735, + -11.782218426984484 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.84788895327539, + -11.792604974853212 + ], + [ + -76.84357762883735, + -11.789557958626812 + ], + [ + -76.84408524028794, + -11.78436473873615 + ], + [ + -76.84890405031436, + -11.782218426984484 + ] + ] + ], + "type": "Polygon" + }, + "id": "1249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9719435932793, + -11.804293271663148, + -76.96230233527415, + -11.793903934948837 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.96762885050005, + -11.793903934948837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07094394354529, + -11.829736337362805, + -77.06129939093016, + -11.819344925010668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.06662620754727, + -11.819344925010668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04190902783047, + -11.653796798184716, + -77.032270449243, + -11.643403764198709 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.03658502101985, + -11.653796798184716 + ], + [ + -77.032270449243, + -11.650752204580485 + ], + [ + -77.03277520770102, + -11.645555740467486 + ], + [ + -77.03759441143208, + -11.643403764198709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12586687007247, + -11.929522306279624, + -77.11621796156845, + -11.919130968466247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.12154634113276, + -11.919130968466247 + ] + ] + ], + "type": "Polygon" + }, + "id": "1253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87832468496384, + -11.77148493616584, + -76.86868685442694, + -11.761097475425379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.87401291148238, + -11.761097475425379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93240418438886, + -12.020625381350117, + -76.92275750995678, + -12.010240124189432 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.92808762440744, + -12.010240124189432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0108250630654, + -11.926106632442584, + -77.00117917371534, + -11.915718048624578 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -77.00650765104811, + -11.915718048624578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02368723533277, + -11.746432244536884, + -77.01404636658768, + -11.736040858139875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01937187321646, + -11.736040858139875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87071918813156, + -12.132466342387561, + -76.8610708010956, + -12.122084343070966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.86640280868582, + -12.122084343070966 + ] + ] + ], + "type": "Polygon" + }, + "id": "1258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11600217265638, + -11.983625910436993, + -77.10635189865224, + -11.973235600432298 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.1116811836978, + -11.973235600432298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06937158391524, + -11.750903264000875, + -77.05972941801775, + -11.740510822314217 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.06505494052037, + -11.740510822314217 + ] + ] + ], + "type": "Polygon" + }, + "id": "1260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70541525603718, + -12.265348186720896, + -76.69576736088189, + -12.25497251959366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.70110163431254, + -12.25497251959366 + ] + ] + ], + "type": "Polygon" + }, + "id": "1261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74513490790736, + -11.954901855915145, + -76.73549518879504, + -11.94452032415464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.7408243323937, + -11.94452032415464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70101671395611, + -11.934793070174168, + -76.6913788003128, + -11.92441236809535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.6967076224269, + -11.92441236809535 + ] + ] + ], + "type": "Polygon" + }, + "id": "1263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06101888313391, + -11.789426256934922, + -77.05137578252155, + -11.77903453542383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.05670194940275, + -11.77903453542383 + ] + ] + ], + "type": "Polygon" + }, + "id": "1264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73141966917726, + -12.000708457947132, + -76.72177895864846, + -11.990327952365833 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.72177895864846, + -11.997659240064669 + ], + [ + -76.72228859282109, + -11.992469041961389 + ], + [ + -76.72710886074721, + -11.990327952365833 + ] + ] + ], + "type": "Polygon" + }, + "id": "1265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06500405557487, + -12.080877482190992, + -77.05535216806301, + -12.070489877710221 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.06068312707207, + -12.070489877710221 + ] + ] + ], + "type": "Polygon" + }, + "id": "1266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88596131243325, + -12.259760729616948, + -76.8763087216457, + -12.24938040404092 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.8816428183112, + -12.24938040404092 + ] + ] + ], + "type": "Polygon" + }, + "id": "1267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71468710597182, + -11.983321352445454, + -76.70504737122927, + -11.97294101412615 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.71037699053359, + -11.97294101412615 + ] + ] + ], + "type": "Polygon" + }, + "id": "1268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92324817050314, + -11.925350098564028, + -76.91360457555582, + -11.914963665671134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91893312893977, + -11.914963665671134 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.91791957073065, + -11.925350098564028 + ], + [ + -76.91360457555582, + -11.922302990854963 + ], + [ + -76.91411141778282, + -11.917109827864522 + ], + [ + -76.91893312893977, + -11.914963665671134 + ] + ] + ], + "type": "Polygon" + }, + "id": "1269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03595053716927, + -11.904975987947877, + -77.0263046337898, + -11.894586485322977 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.03163273336011, + -11.894586485322977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11297730705584, + -12.014795769207172, + -77.10332617958156, + -12.004405995512812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.10865598238549, + -12.004405995512812 + ] + ] + ], + "type": "Polygon" + }, + "id": "1271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77850356432663, + -12.366950904749825, + -76.7688506421794, + -12.356575096132902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.77418657235751, + -12.356575096132902 + ] + ] + ], + "type": "Polygon" + }, + "id": "1272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00397976095924, + -11.949030850321, + -76.99433336443455, + -11.938642766702428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.99966222697631, + -11.938642766702428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94458373244584, + -11.990370711723484, + -76.93493764207611, + -11.979984700965849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.9402672469083, + -11.979984700965849 + ] + ] + ], + "type": "Polygon" + }, + "id": "1274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74196921377491, + -12.269001160336561, + -76.73232020991215, + -12.25862462122985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.73765453507109, + -12.25862462122985 + ] + ] + ], + "type": "Polygon" + }, + "id": "1275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07184950279452, + -12.057954535254112, + -77.06219812549497, + -12.047566412903313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.06752869761267, + -12.047566412903313 + ] + ] + ], + "type": "Polygon" + }, + "id": "1276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7588470513375, + -11.909089416411733, + -76.74920832454404, + -11.898706872554628 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75453670923866, + -11.898706872554628 + ], + [ + -76.7588470513375, + -11.901755269187179 + ], + [ + -76.7583380684749, + -11.906946595687897 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.74971743299099, + -11.900849715650113 + ], + [ + -76.75453670923866, + -11.898706872554628 + ] + ] + ], + "type": "Polygon" + }, + "id": "1277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7192738440775, + -11.936608420114153, + -76.70963537580441, + -11.926227278973803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.7149642245443, + -11.926227278973803 + ] + ] + ], + "type": "Polygon" + }, + "id": "1278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06180401674567, + -11.828841332234665, + -77.0521597226504, + -11.818450130129829 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.0574865366895, + -11.818450130129829 + ] + ] + ], + "type": "Polygon" + }, + "id": "1279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16618156897498, + -11.84691322485946, + -77.15653411730851, + -11.836519746258821 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.16186107378789, + -11.836519746258821 + ] + ] + ], + "type": "Polygon" + }, + "id": "1280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76791888622323, + -12.098672330175273, + -76.75827426187425, + -12.088292391239376 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.76360576760258, + -12.088292391239376 + ] + ] + ], + "type": "Polygon" + }, + "id": "1281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97881961097595, + -11.875764877046004, + -76.96917604658323, + -11.865376362617072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.97450373055044, + -11.865376362617072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8303526034081, + -12.120599623396519, + -76.82070564481073, + -12.110218450465933 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.82603748256743, + -12.110218450465933 + ] + ] + ], + "type": "Polygon" + }, + "id": "1283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95524265619325, + -11.975692689206868, + -76.94559672580678, + -11.965306197633021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.95092607868384, + -11.965306197633021 + ] + ] + ], + "type": "Polygon" + }, + "id": "1284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10455240384769, + -11.958903647251075, + -77.09490315442963, + -11.948513251952038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.10023204937157, + -11.948513251952038 + ] + ] + ], + "type": "Polygon" + }, + "id": "1285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68032916134541, + -12.19211390650862, + -76.6706841433369, + -12.181737681715827 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.67601721104135, + -12.181737681715827 + ] + ] + ], + "type": "Polygon" + }, + "id": "1286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80216564433681, + -12.17282571013968, + -76.79251788286807, + -12.162446075060112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.79785059706296, + -12.162446075060112 + ] + ] + ], + "type": "Polygon" + }, + "id": "1287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00619428543109, + -11.784054729161792, + -76.99655274582852, + -11.773664275338119 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -77.00187889131944, + -11.773664275338119 + ] + ] + ], + "type": "Polygon" + }, + "id": "1288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75413319847453, + -12.333083675359834, + -76.74448194907694, + -12.322707905323348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.74981732885034, + -12.322707905323348 + ] + ] + ], + "type": "Polygon" + }, + "id": "1289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93238531540953, + -11.926250987407382, + -76.92274145453044, + -11.915864340835464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.92807001467239, + -11.915864340835464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70773470178479, + -12.194852423368907, + -76.69808884798017, + -12.184475541405146 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.70342195714399, + -12.184475541405146 + ] + ] + ], + "type": "Polygon" + }, + "id": "1291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83112039096791, + -12.065643250755059, + -76.82147505130347, + -12.055261206521617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.82680598249071, + -12.055261206521617 + ] + ] + ], + "type": "Polygon" + }, + "id": "1292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75260400286125, + -12.348646949594508, + -76.74295232989594, + -12.338271484299616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.74828796731303, + -12.338271484299616 + ] + ] + ], + "type": "Polygon" + }, + "id": "1293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6955372695075, + -12.225068672632556, + -76.6858908486637, + -12.214692594090314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.69122445858574, + -12.214692594090314 + ] + ] + ], + "type": "Polygon" + }, + "id": "1294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74808544000723, + -12.206738966728407, + -76.73843812895531, + -12.196361248830057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.74377142436369, + -12.196361248830057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99476498726736, + -11.759332352690283, + -76.98512447777946, + -11.748941847207261 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.99045022948505, + -11.748941847207261 + ] + ] + ], + "type": "Polygon" + }, + "id": "1296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03814876077739, + -11.739980466329715, + -77.0285077142387, + -11.729588640880303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.0338330973031, + -11.729588640880303 + ] + ] + ], + "type": "Polygon" + }, + "id": "1297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79837966028205, + -12.070255361311492, + -76.78873506112411, + -12.059874212644718 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.79406608546336, + -12.059874212644718 + ] + ] + ], + "type": "Polygon" + }, + "id": "1298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77316758556714, + -12.374275858630936, + -76.76351458878291, + -12.363900311862078 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.7688506421794, + -12.363900311862078 + ] + ] + ], + "type": "Polygon" + }, + "id": "1299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13652332868733, + -11.91482971251063, + -77.12687459163392, + -11.904437906106825 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.13220271298448, + -11.904437906106825 + ] + ] + ], + "type": "Polygon" + }, + "id": "1300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8707200674008, + -12.226803816339656, + -76.86106886416681, + -12.216423330317117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.86640242807945, + -12.216423330317117 + ] + ] + ], + "type": "Polygon" + }, + "id": "1301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9720653017291, + -12.18181091665702, + -76.96241278575809, + -12.171427180535668 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.96774551887428, + -12.171427180535668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77252835474165, + -11.957621562632255, + -76.76288781119553, + -11.94723937643689 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.76821699034271, + -11.94723937643689 + ] + ] + ], + "type": "Polygon" + }, + "id": "1303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98340541620236, + -11.923410344107053, + -76.97376031375939, + -11.913022395700315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.97908877708578, + -11.913022395700315 + ] + ] + ], + "type": "Polygon" + }, + "id": "1304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10369276900585, + -11.82507270758339, + -77.09404752841465, + -11.814680435617618 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09937422260758, + -11.814680435617618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9902153330177, + -11.806087587775213, + -76.9805735491169, + -11.795697825769755 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.9859000746397, + -11.795697825769755 + ] + ] + ], + "type": "Polygon" + }, + "id": "1306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68729862869469, + -11.980594972133792, + -76.67765972756622, + -11.970215292663621 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.68298930609413, + -11.970215292663621 + ] + ] + ], + "type": "Polygon" + }, + "id": "1307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81058354773354, + -11.945669528681462, + -76.8009423347871, + -11.935286207213867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.80627130017578, + -11.935286207213867 + ] + ] + ], + "type": "Polygon" + }, + "id": "1308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17443726543019, + -11.713939111295032, + -77.16479356787195, + -11.703543644625428 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.17011832483557, + -11.703543644625428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08916036283871, + -11.737100507357457, + -77.07951810719602, + -11.726707402031236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.08484337577404, + -11.726707402031236 + ] + ] + ], + "type": "Polygon" + }, + "id": "1310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93394362737394, + -12.09941285731175, + -76.92429456273729, + -12.089028765348356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92962597423859, + -12.089028765348356 + ] + ] + ], + "type": "Polygon" + }, + "id": "1311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1061345639556, + -12.037723446041424, + -77.09648292463804, + -12.027334182842386 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.1018131151511, + -12.027334182842386 + ] + ] + ], + "type": "Polygon" + }, + "id": "1312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88899513373123, + -12.039925837479066, + -76.87934902399441, + -12.029541951705689 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.88467949258819, + -12.029541951705689 + ] + ] + ], + "type": "Polygon" + }, + "id": "1313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98799265688908, + -11.97105391745938, + -76.97834601602895, + -11.960666549335702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.98367525887319, + -11.960666549335702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71534058739765, + -12.211330015407885, + -76.70569403316173, + -12.20095320645049 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.71102741283275, + -12.20095320645049 + ] + ] + ], + "type": "Polygon" + }, + "id": "1315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68867222208083, + -12.247957169850057, + -76.6790253067309, + -12.237581643285656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.68435929546628, + -12.237581643285656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73290879878853, + -12.079466136448081, + -76.72326569922069, + -12.069086789112852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.72859689926975, + -12.069086789112852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81281478126687, + -12.252487738978745, + -76.80316435515596, + -12.242109130570025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.80849837870285, + -12.242109130570025 + ] + ] + ], + "type": "Polygon" + }, + "id": "1318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84028178076046, + -11.783463863783096, + -76.83064460399831, + -11.773077515643017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.83977412921504, + -11.781317734955268 + ], + [ + -76.83495545415869, + -11.783463863783096 + ], + [ + -76.83064460399831, + -11.780416785307468 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.83597088307187, + -11.773077515643017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01611017028671, + -11.82436239929315, + -77.00646717595201, + -11.81397225219533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.01179397296787, + -11.81397225219533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81130488391538, + -12.173734694515082, + -76.8016568497697, + -12.163354843344715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.80698957438604, + -12.163354843344715 + ] + ] + ], + "type": "Polygon" + }, + "id": "1321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04112680039668, + -11.614376138348545, + -77.03148941396958, + -11.603982628306678 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.03681272964218, + -11.603982628306678 + ] + ] + ], + "type": "Polygon" + }, + "id": "1322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7154294489737, + -12.022700588670384, + -76.70578852002663, + -12.012320820416516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7111187882001, + -12.012320820416516 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.71009913142541, + -12.022700588670384 + ], + [ + -76.70578852002663, + -12.01965111224978 + ], + [ + -76.70629841115822, + -12.014461282898804 + ], + [ + -76.7111187882001, + -12.012320820416516 + ] + ] + ], + "type": "Polygon" + }, + "id": "1323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9848546042346, + -11.719024108294489, + -76.97521554997297, + -11.708633312876302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.97952945904323, + -11.719024108294489 + ], + [ + -76.97521554997297, + -11.715978652930914 + ], + [ + -76.97572120847171, + -11.710783308435081 + ], + [ + -76.98054064971193, + -11.708633312876302 + ] + ] + ], + "type": "Polygon" + }, + "id": "1324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91947007707597, + -12.105844642701232, + -76.90982119940789, + -12.095461010334109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.91515272977358, + -12.095461010334109 + ] + ] + ], + "type": "Polygon" + }, + "id": "1325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90956149802145, + -12.06554950217036, + -76.89991408250005, + -12.055165494192114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.90524495702014, + -12.055165494192114 + ] + ] + ], + "type": "Polygon" + }, + "id": "1326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69558748971512, + -12.130765458772496, + -76.68594388225262, + -12.12038786400362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69127593584078, + -12.12038786400362 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.68594388225262, + -12.12771524363493 + ], + [ + -76.68645421970075, + -12.122526501064902 + ], + [ + -76.69127593584078, + -12.12038786400362 + ] + ] + ], + "type": "Polygon" + }, + "id": "1327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16529656096674, + -11.713049210997788, + -77.15565311631846, + -11.702653952146237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.16097787382597, + -11.702653952146237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75803561165401, + -12.058384246953612, + -76.74839245698384, + -12.048003937204909 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.75372330192708, + -12.048003937204909 + ] + ] + ], + "type": "Polygon" + }, + "id": "1329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01463719538091, + -11.934347186498934, + -77.00499096257522, + -11.92395862810244 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.01031957114364, + -11.92395862810244 + ] + ] + ], + "type": "Polygon" + }, + "id": "1330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15187622416165, + -12.042206991798265, + -77.14222330700403, + -12.031816689456472 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14755350096645, + -12.031816689456472 + ], + [ + -77.15187622416165, + -12.034862192424566 + ], + [ + -77.15137253082985, + -12.040057395390324 + ], + [ + -77.14654598704215, + -12.042206991798265 + ], + [ + -77.14222330700403, + -12.039161404395585 + ], + [ + -77.1427271275872, + -12.033966305029514 + ], + [ + -77.14755350096645, + -12.031816689456472 + ] + ] + ], + "type": "Polygon" + }, + "id": "1331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96515601977637, + -12.015992730434009, + -76.95550863035828, + -12.005606592791555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.96083863721292, + -12.005606592791555 + ] + ] + ], + "type": "Polygon" + }, + "id": "1332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97727002781926, + -11.796949881222499, + -76.96762885050005, + -11.78656031321794 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.97295523945762, + -11.78656031321794 + ] + ] + ], + "type": "Polygon" + }, + "id": "1333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15544350165034, + -11.76717608577332, + -77.14579869076101, + -11.756781778629646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.15112435380192, + -11.756781778629646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78161009379623, + -12.147198851050005, + -76.77196365120182, + -12.136819327324567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.77729595190407, + -12.136819327324567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08862966472714, + -12.075334023639636, + -77.0789773445531, + -12.064945758251548 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.08430817981784, + -12.064945758251548 + ] + ] + ], + "type": "Polygon" + }, + "id": "1336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70861592608053, + -11.951271925450326, + -76.69897731285836, + -11.940891269764808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.70430640521309, + -11.940891269764808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9240328560836, + -12.059116832803134, + -76.91438525280623, + -12.048732366557696 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91971600896433, + -12.048732366557696 + ] + ] + ], + "type": "Polygon" + }, + "id": "1338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12881367773441, + -11.80392238196944, + -77.11916843684257, + -11.793529212771443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.12449474583032, + -11.793529212771443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80295714726417, + -12.02353874117049, + -76.7933138181115, + -12.013156766112859 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.79864407021543, + -12.013156766112859 + ] + ] + ], + "type": "Polygon" + }, + "id": "1340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13183524013903, + -11.772742378557922, + -77.12219085195818, + -11.762348714921844 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.12751664370813, + -11.762348714921844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76171524694584, + -12.443847821798274, + -76.75206048014623, + -12.433473784111852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.75637799031294, + -12.443847821798274 + ], + [ + -76.75206048014623, + -12.440796724754001 + ], + [ + -76.75257039195864, + -12.435609759999142 + ], + [ + -76.75739768793515, + -12.433473784111852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68724601538057, + -12.074914926208635, + -76.67760430361913, + -12.064536674058852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.67760430361913, + -12.071864924430459 + ], + [ + -76.67811466875742, + -12.066675853275546 + ], + [ + -76.6829354370347, + -12.064536674058852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15783469342375, + -11.885440694938193, + -77.14818630125804, + -11.875047956689901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15351390513177, + -11.875047956689901 + ], + [ + -77.15783469342375, + -11.878092645033503 + ], + [ + -77.15733132769827, + -11.883289066045247 + ], + [ + -77.15250704651989, + -11.885440694938193 + ], + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.15351390513177, + -11.875047956689901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88897651891227, + -11.756802880402084, + -76.87933884393499, + -11.746414957321319 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.88466465169711, + -11.746414957321319 + ] + ] + ], + "type": "Polygon" + }, + "id": "1345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69109807597825, + -11.988834256009705, + -76.68145882465225, + -11.97845460171443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.69058802559904, + -11.9866939090506 + ], + [ + -76.68576831238933, + -11.988834256009705 + ], + [ + -76.68145882465225, + -11.985784744311774 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.68678853853099, + -11.97845460171443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9872861556279, + -12.120408244632063, + -76.97763507858714, + -12.110023160082326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.98296678304929, + -12.110023160082326 + ] + ] + ], + "type": "Polygon" + }, + "id": "1347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96890829019385, + -11.835460276470506, + -76.95926618287949, + -11.8250714431128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.96459321388559, + -11.8250714431128 + ] + ] + ], + "type": "Polygon" + }, + "id": "1348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04952967209907, + -11.670278932379485, + -77.03989040909502, + -11.659885922487163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.04521463248837, + -11.659885922487163 + ] + ] + ], + "type": "Polygon" + }, + "id": "1349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6734641780184, + -12.215002801730154, + -76.66381866626216, + -12.204627124512317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.66915211235865, + -12.204627124512317 + ] + ] + ], + "type": "Polygon" + }, + "id": "1350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04049581628392, + -11.85822187088391, + -77.03085118963048, + -11.847831596670456 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.03617851423998, + -11.847831596670456 + ] + ] + ], + "type": "Polygon" + }, + "id": "1351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00930854172435, + -11.94168918004145, + -76.99966222697631, + -11.931300858812001 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -77.00499096257522, + -11.931300858812001 + ] + ] + ], + "type": "Polygon" + }, + "id": "1352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7511427280328, + -12.175605231517274, + -76.74149626324618, + -12.165226933473672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.74682904388204, + -12.165226933473672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99554177727329, + -11.798743619176802, + -76.9859000746397, + -11.788353626120626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.99122647357277, + -11.788353626120626 + ] + ] + ], + "type": "Polygon" + }, + "id": "1354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01615345841549, + -11.918764283341579, + -77.00650765104811, + -11.90837546312486 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.01183600133608, + -11.90837546312486 + ] + ] + ], + "type": "Polygon" + }, + "id": "1355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78691874938912, + -12.234188910486276, + -76.77726956658252, + -12.223810655375887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.78260330050904, + -12.223810655375887 + ] + ] + ], + "type": "Polygon" + }, + "id": "1356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92254406737669, + -12.263390750702465, + -76.91289040570933, + -12.25300957254589 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.92254406737669, + -12.256058254528376 + ], + [ + -76.92203681162405, + -12.261248896762853 + ], + [ + -76.91720989427992, + -12.263390750702465 + ], + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.91822453231035, + -12.25300957254589 + ] + ] + ], + "type": "Polygon" + }, + "id": "1357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03301611520963, + -12.1249172283981, + -77.0233637284698, + -12.11453109000935 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.02869545433705, + -12.11453109000935 + ] + ] + ], + "type": "Polygon" + }, + "id": "1358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99247212582183, + -11.735505721116072, + -76.98283238451953, + -11.725114955382237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.98815774700806, + -11.725114955382237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07790642392028, + -11.995623077081369, + -77.06825675208695, + -11.985233869919584 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.07358628928134, + -11.985233869919584 + ] + ] + ], + "type": "Polygon" + }, + "id": "1360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98654430405175, + -12.175378595794076, + -76.97689160545603, + -12.164994399090295 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.98222421714043, + -12.164994399090295 + ] + ] + ], + "type": "Polygon" + }, + "id": "1361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69168350243632, + -12.311121319959163, + -76.68203461739455, + -12.30074677150299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.68736964898618, + -12.30074677150299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76018584364985, + -12.459408484003427, + -76.75053065290537, + -12.449034761862043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75586811855288, + -12.449034761862043 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.75484832913186, + -12.459408484003427 + ], + [ + -76.75053065290537, + -12.456357303652162 + ], + [ + -76.7510406106202, + -12.45117049666596 + ], + [ + -76.75586811855288, + -12.449034761862043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14558753386541, + -11.821297293556981, + -77.13594135691939, + -11.81090395716292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.14126792548107, + -11.81090395716292 + ] + ] + ], + "type": "Polygon" + }, + "id": "1365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11520989489264, + -11.944213618961474, + -77.10556081560036, + -11.933822751516542 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.11088945302849, + -11.933822751516542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88595598507506, + -12.165424516833124, + -76.87630621129509, + -12.155042658747453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.88163875132733, + -12.155042658747453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99861266583586, + -11.861977807605582, + -76.9889690011282, + -11.851588612375714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.99429643687822, + -11.851588612375714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8128307980529, + -12.158164845882833, + -76.8031831876835, + -12.147784707634363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.80851565464158, + -12.147784707634363 + ] + ] + ], + "type": "Polygon" + }, + "id": "1369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.982562848912, + -11.695197033950969, + -76.97292456273759, + -11.684805984326264 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97824927327991, + -11.684805984326264 + ], + [ + -76.982562848912, + -11.687851240552765 + ], + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.97723809289131, + -11.695197033950969 + ], + [ + -76.97292456273759, + -11.692151690266108 + ], + [ + -76.97343021608245, + -11.686956218702544 + ], + [ + -76.97824927327991, + -11.684805984326264 + ] + ] + ], + "type": "Polygon" + }, + "id": "1370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97355361874709, + -12.071870335126993, + -76.96390434509509, + -12.06148483745625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96923526406209, + -12.06148483745625 + ] + ] + ], + "type": "Polygon" + }, + "id": "1371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73216414214417, + -12.040088213451593, + -76.72252223724222, + -12.029708282119618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.72785278823801, + -12.029708282119618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97739795396706, + -12.174475020750693, + -76.96774551887428, + -12.164091035395554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.97307812542513, + -12.164091035395554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77250059435399, + -12.05196113781861, + -76.76285723919598, + -12.041580363344998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.76818797300962, + -12.041580363344998 + ] + ] + ], + "type": "Polygon" + }, + "id": "1374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06247572595096, + -11.679412658755904, + -77.052835862107, + -11.66901945061361 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.0581602188709, + -11.66901945061361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92328058597725, + -12.114084444424494, + -76.91363136259062, + -12.103700845783184 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.918963025492, + -12.103700845783184 + ] + ] + ], + "type": "Polygon" + }, + "id": "1376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9560407995566, + -12.109459739686608, + -76.94639085904679, + -12.09907525619727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.95172241527587, + -12.09907525619727 + ] + ] + ], + "type": "Polygon" + }, + "id": "1377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05266447519448, + -11.827946066488611, + -77.0430204400966, + -11.817555074882506 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.04834725128208, + -11.817555074882506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98495713760713, + -12.002214951275437, + -76.97530964620232, + -11.991828119117121 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.98063940551599, + -11.991828119117121 + ] + ] + ], + "type": "Polygon" + }, + "id": "1379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73369273151522, + -12.024518247698468, + -76.72405124914033, + -12.014138041774844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72938154308636, + -12.014138041774844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65666616809534, + -12.29189844901694, + -76.64701882490166, + -12.281524475848238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.6513314011033, + -12.29189844901694 + ], + [ + -76.64701882490166, + -12.288847077966532 + ], + [ + -76.64752995788032, + -12.283660146314372 + ], + [ + -76.65235354160022, + -12.281524475848238 + ] + ] + ], + "type": "Polygon" + }, + "id": "1381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82578941203894, + -12.072976389407557, + -76.81614399620334, + -12.06259459182812 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.82147505130347, + -12.06259459182812 + ] + ] + ], + "type": "Polygon" + }, + "id": "1382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13501215036871, + -11.930417096691974, + -77.12536298654565, + -11.92002555071378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.13069136675598, + -11.92002555071378 + ] + ] + ], + "type": "Polygon" + }, + "id": "1383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75566225648843, + -12.31751994439775, + -76.74601143063515, + -12.307143871159672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.75134655278202, + -12.307143871159672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96209062181018, + -11.952773025554812, + -76.95244519658586, + -11.942386028614033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.95777416528405, + -11.942386028614033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72981067416943, + -12.204915630516242, + -76.7201639156672, + -12.194538348224253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.72549718614088, + -12.194538348224253 + ] + ] + ], + "type": "Polygon" + }, + "id": "1386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67057259244947, + -11.963207153039448, + -76.66093467108166, + -11.952827644962346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.66626396441744, + -11.952827644962346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83265519077547, + -11.955718505689148, + -76.82301308735768, + -11.945334775962168 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82834220632475, + -11.945334775962168 + ], + [ + -76.83265519077547, + -11.948382768092578 + ], + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.82834220632475, + -11.945334775962168 + ] + ] + ], + "type": "Polygon" + }, + "id": "1388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.045771125814, + -11.756462391217607, + -77.03612939433954, + -11.746070598589192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.04145503884223, + -11.746070598589192 + ] + ] + ], + "type": "Polygon" + }, + "id": "1389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05658732909049, + -12.024992791649526, + -77.04693732230807, + -12.014604542987334 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.05226737172774, + -12.014604542987334 + ] + ] + ], + "type": "Polygon" + }, + "id": "1390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6605284616831, + -12.205850210156648, + -76.65088358110481, + -12.19547471620238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65621687674711, + -12.19547471620238 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.65088358110481, + -12.20279929845889 + ], + [ + -76.65139452426844, + -12.19761160646526 + ], + [ + -76.65621687674711, + -12.19547471620238 + ] + ] + ], + "type": "Polygon" + }, + "id": "1391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84482328449579, + -12.114174196872586, + -76.83517613141315, + -12.103792559713945 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.84050785454744, + -12.103792559713945 + ] + ] + ], + "type": "Polygon" + }, + "id": "1392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14010201614668, + -11.639766380166261, + -77.13046137802279, + -11.62937078885644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1357849721543, + -11.62937078885644 + ], + [ + -77.14010201614668, + -11.632414352988393 + ], + [ + -77.13959878291747, + -11.637612200856656 + ], + [ + -77.1347783787973, + -11.639766380166261 + ], + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.13096473814126, + -11.631524985339984 + ], + [ + -77.1357849721543, + -11.62937078885644 + ] + ] + ], + "type": "Polygon" + }, + "id": "1393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91335780565544, + -11.979424874866586, + -76.90371285848664, + -11.969039477018557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.9090423108042, + -11.969039477018557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96360917794512, + -11.937192464017167, + -76.95396417761869, + -11.926805203000521 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.9592928882646, + -11.926805203000521 + ] + ] + ], + "type": "Polygon" + }, + "id": "1395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78381492734286, + -12.453915763404387, + -76.7741592612032, + -12.443541343262394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77949662661212, + -12.443541343262394 + ], + [ + -76.78381492734286, + -12.446592192063644 + ], + [ + -76.78330543379711, + -12.45177945605536 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.77949662661212, + -12.443541343262394 + ] + ] + ], + "type": "Polygon" + }, + "id": "1396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75263759414607, + -12.25434852270566, + -76.74298873764053, + -12.243971469203096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.74832281753221, + -12.243971469203096 + ] + ] + ], + "type": "Polygon" + }, + "id": "1397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1272269984792, + -11.72507836244706, + -77.11758414410848, + -11.714684177610327 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.12290915952944, + -11.714684177610327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10685613205014, + -11.982729629841577, + -77.09720611444726, + -11.972339528337319 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.10253539827248, + -11.972339528337319 + ] + ] + ], + "type": "Polygon" + }, + "id": "1399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74733859366803, + -12.16736620025219, + -76.7376924782591, + -12.156987866961911 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.74302512414123, + -12.156987866961911 + ] + ] + ], + "type": "Polygon" + }, + "id": "1400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00086809477358, + -11.791399332834608, + -76.99122647357277, + -11.781009109172333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.99655274582852, + -11.781009109172333 + ] + ] + ], + "type": "Polygon" + }, + "id": "1401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93167206487634, + -12.169953119347422, + -76.92202095446902, + -12.15957019449569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.92735353121036, + -12.15957019449569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73361452402754, + -12.21315448050082, + -76.72396741570846, + -12.202777235203108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.72930082118741, + -12.202777235203108 + ] + ] + ], + "type": "Polygon" + }, + "id": "1403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74740878886988, + -11.97871334302872, + -76.73776829825366, + -11.968332104097978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.74309783348528, + -11.968332104097978 + ] + ] + ], + "type": "Polygon" + }, + "id": "1404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17745414374338, + -11.682752234012975, + -77.16781129943348, + -11.672356291451003 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17313553900625, + -11.672356291451003 + ], + [ + -77.17745414374338, + -11.675399755690567 + ], + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.17313553900625, + -11.672356291451003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73522118350766, + -12.008947870443976, + -76.72558012363655, + -11.998567391473193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.7309101605499, + -11.998567391473193 + ] + ] + ], + "type": "Polygon" + }, + "id": "1406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00172388364344, + -12.019595934310539, + -76.99207544154567, + -12.009208949247967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.99740546873689, + -12.009208949247967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80748070966203, + -12.25981635063758, + -76.79783020787474, + -12.249437998060273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.80316435515596, + -12.249437998060273 + ] + ] + ], + "type": "Polygon" + }, + "id": "1408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78689516531898, + -12.328496784457387, + -76.777243165856, + -12.318120104845093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.78257845710934, + -12.318120104845093 + ] + ] + ], + "type": "Polygon" + }, + "id": "1409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11959874681291, + -11.70859583282804, + -77.10995657388438, + -11.698201616846399 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.1152813299771, + -11.698201616846399 + ] + ] + ], + "type": "Polygon" + }, + "id": "1410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76489372120209, + -12.035482228831683, + -76.75525106345289, + -12.02510139651429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.7605815284606, + -12.02510139651429 + ] + ] + ], + "type": "Polygon" + }, + "id": "1411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07693573987451, + -11.672956024965583, + -77.06729570157243, + -11.662562382490524 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.07261993297591, + -11.662562382490524 + ] + ] + ], + "type": "Polygon" + }, + "id": "1412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74577432241915, + -12.27723983507645, + -76.73612496884911, + -12.266863336339297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.74145942891411, + -12.266863336339297 + ] + ] + ], + "type": "Polygon" + }, + "id": "1413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01004605913143, + -11.886699726226835, + -77.00040136389352, + -11.876310598473925 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -77.00572919353283, + -11.876310598473925 + ] + ] + ], + "type": "Polygon" + }, + "id": "1414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08172211042206, + -12.0038636709227, + -77.07207209637002, + -11.993474493357887 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.07740176400776, + -11.993474493357887 + ] + ] + ], + "type": "Polygon" + }, + "id": "1415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95748175204484, + -11.810738507193019, + -76.94784067747251, + -11.800349615355145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.95316731315714, + -11.800349615355145 + ] + ] + ], + "type": "Polygon" + }, + "id": "1416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95835974687273, + -12.227630255447954, + -76.94870621851022, + -12.217247599904958 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.95403972142164, + -12.217247599904958 + ] + ] + ], + "type": "Polygon" + }, + "id": "1417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03966312634736, + -11.724392667435954, + -77.03002250499917, + -11.714000599538993 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.03534762997818, + -11.714000599538993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73373180105902, + -11.930183163257755, + -76.72409312919625, + -11.919801561015355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72942186873688, + -11.919801561015355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13485625720936, + -11.741560898040172, + -77.12521272164246, + -11.73116674617441 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.13053799622496, + -11.73116674617441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04211236297014, + -12.031435303855563, + -77.03246253274175, + -12.02104750601875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.03779270682283, + -12.02104750601875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036919364643, + -12.157256185647096, + -76.7940445986658, + -12.146876263503268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.79937705524948, + -12.146876263503268 + ] + ] + ], + "type": "Polygon" + }, + "id": "1422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88213798224771, + -11.968476836840049, + -76.87249418374424, + -11.95809205540176 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.87782348034044, + -11.95809205540176 + ] + ] + ], + "type": "Polygon" + }, + "id": "1423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01476588922195, + -12.217480785962131, + -77.00511120671555, + -12.207096572870567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.01476588922195, + -12.210144175994 + ], + [ + -77.01425999704288, + -12.215336335112728 + ], + [ + -77.00943256977892, + -12.217480785962131 + ], + [ + -77.00511120671555, + -12.214433099117043 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.01044448099324, + -12.207096572870567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7015634800257, + -12.351397548629524, + -76.69191311969472, + -12.34102343309229 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.69724881527445, + -12.34102343309229 + ] + ] + ], + "type": "Polygon" + }, + "id": "1425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8653871333442, + -12.13979946336476, + -76.85573866884583, + -12.129417713172733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.8610708010956, + -12.129417713172733 + ] + ] + ], + "type": "Polygon" + }, + "id": "1426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94154438724001, + -12.021527664382724, + -76.93189744719885, + -12.011142194119476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.9372275681354, + -12.011142194119476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78461553672257, + -12.304693000909205, + -76.77496431007701, + -12.294315976228578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.78029920914764, + -12.294315976228578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06948925218083, + -11.939732828259231, + -77.05984145957466, + -11.929343006611061 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.06517008802307, + -11.929343006611061 + ] + ] + ], + "type": "Polygon" + }, + "id": "1429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92787811463596, + -12.256058254528376, + -76.91822453231035, + -12.245676822397133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.92737094501857, + -12.25391618980404 + ], + [ + -76.92254406737669, + -12.256058254528376 + ], + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.92355853315213, + -12.245676822397133 + ] + ] + ], + "type": "Polygon" + }, + "id": "1430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69622773477306, + -12.358720161663447, + -76.6865773022623, + -12.348346308588814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.69191311969472, + -12.348346308588814 + ] + ] + ], + "type": "Polygon" + }, + "id": "1431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82499579453673, + -12.316577668727993, + -76.81534312730976, + -12.30619982428117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.82067820250562, + -12.30619982428117 + ] + ] + ], + "type": "Polygon" + }, + "id": "1432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.917166574699, + -11.987664990008808, + -76.90752128195628, + -11.977279619386838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.91285086678302, + -11.977279619386838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88443309888707, + -12.180996945083717, + -76.87478290048413, + -12.170615374186148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.88011569854962, + -12.170615374186148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08764801930644, + -11.752689861349566, + -77.07800533788834, + -11.742296999307346 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.08333086481282, + -11.742296999307346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81586708955393, + -12.221351324313146, + -76.8062175114195, + -12.210972127835815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.81155101940085, + -12.210972127835815 + ] + ] + ], + "type": "Polygon" + }, + "id": "1436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10362396173086, + -11.7306442540037, + -77.09398153381368, + -11.720250712986669 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09930667571534, + -11.720250712986669 + ] + ] + ], + "type": "Polygon" + }, + "id": "1437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14503460237478, + -12.065136218670139, + -77.13538117161659, + -12.05474642981557 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14071175422416, + -12.05474642981557 + ], + [ + -77.14503460237478, + -12.057792104347916 + ], + [ + -77.14453077714165, + -12.062987050596886 + ], + [ + -77.13970397650614, + -12.065136218670139 + ], + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.14071175422416, + -12.05474642981557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75335192686669, + -12.388010392093081, + -76.74369905690335, + -12.377635586976158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.74903534456271, + -12.377635586976158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75793956630802, + -12.34132215207034, + -76.74828796731303, + -12.33094642577782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.75362348189307, + -12.33094642577782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8029193554918, + -12.212202554827076, + -76.79327039821405, + -12.201823536099242 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.79860376181625, + -12.201823536099242 + ] + ] + ], + "type": "Polygon" + }, + "id": "1441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96518445889102, + -12.110362847329455, + -76.95553425386471, + -12.09997815168615 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.96086581586991, + -12.09997815168615 + ] + ] + ], + "type": "Polygon" + }, + "id": "1442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73432083554341, + -12.346818817604797, + -76.72466971514163, + -12.336443786655844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.73000532787434, + -12.336443786655844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03458120496245, + -12.203709800748854, + -77.0249264261058, + -12.193324877807427 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.03458120496245, + -12.196372231107183 + ], + [ + -77.03407561222654, + -12.20156474502873 + ], + [ + -77.02924813689707, + -12.203709800748854 + ], + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.03025944929288, + -12.193324877807427 + ] + ] + ], + "type": "Polygon" + }, + "id": "1444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10290241562036, + -11.785654286004894, + -77.09325836855238, + -11.775261495881415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.09858441572527, + -11.775261495881415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00483817295861, + -12.17718493984197, + -76.995184948792, + -12.16680032119332 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -77.00051756991488, + -12.16680032119332 + ] + ] + ], + "type": "Polygon" + }, + "id": "1446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97878721640056, + -11.781365466962002, + -76.9691464637406, + -11.770975650373458 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.9744725948197, + -11.770975650373458 + ] + ] + ], + "type": "Polygon" + }, + "id": "1447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79992539742047, + -11.960338916791907, + -76.7902840337155, + -11.949956078410022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7956132459377, + -11.949956078410022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89813413730914, + -12.040829791168543, + -76.8884877596593, + -12.03044569118453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.89381823604886, + -12.03044569118453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1386712642012, + -11.749802166949374, + -77.12902738812849, + -11.739408032253882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.1343527922292, + -11.739408032253882 + ] + ] + ], + "type": "Polygon" + }, + "id": "1450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148247396598, + -12.2661832321243, + -76.86183007437552, + -12.25580337532535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.8671642877311, + -12.25580337532535 + ] + ] + ], + "type": "Polygon" + }, + "id": "1451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76177711287785, + -12.255260499482885, + -76.75212798096787, + -12.244883228843866 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.75746207278014, + -12.244883228843866 + ] + ] + ], + "type": "Polygon" + }, + "id": "1452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85090958329069, + -12.240557112906606, + -76.84125849544819, + -12.23017734905206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.84659229978224, + -12.23017734905206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76645045229905, + -11.925568818006866, + -76.75681102839488, + -11.915186319000423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.76213968183714, + -11.915186319000423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76872589911339, + -11.949381900195183, + -76.75908570403777, + -11.938999689656672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.76441474888121, + -11.938999689656672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12794435037111, + -11.670061939902558, + -77.1183031148538, + -11.659667025601372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1236272252964, + -11.659667025601372 + ], + [ + -77.12794435037111, + -11.66271086241547 + ], + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.1236272252964, + -11.659667025601372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83797556338855, + -12.042736275358036, + -76.82833072381995, + -12.03235370939618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.83366127340686, + -12.03235370939618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89278166840273, + -11.765043297631548, + -76.88314364782687, + -11.75465539019681 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.8884695882228, + -11.75465539019681 + ] + ] + ], + "type": "Polygon" + }, + "id": "1458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74812033431694, + -12.112423001787334, + -76.7384758371791, + -12.102043779726849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.7438075764294, + -12.102043779726849 + ] + ] + ], + "type": "Polygon" + }, + "id": "1459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06870288999693, + -11.900322049974132, + -77.05905629170415, + -11.88993168144073 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.06438427257368, + -11.88993168144073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0024628445721, + -11.964612644724845, + -76.99281602266578, + -11.954224826011501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.99814514347673, + -11.954224826011501 + ] + ] + ], + "type": "Polygon" + }, + "id": "1461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93850449424791, + -12.052682983184377, + -76.92885670444002, + -12.04229805960251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.93418734155037, + -12.04229805960251 + ] + ] + ], + "type": "Polygon" + }, + "id": "1462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01840561929491, + -11.848188038484023, + -77.0087618565751, + -11.837798164959931 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.01408904283888, + -11.837798164959931 + ] + ] + ], + "type": "Polygon" + }, + "id": "1463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01628347445602, + -12.201904393792125, + -77.0066292181347, + -12.19151989099901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.0119622336788, + -12.19151989099901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67266974161099, + -12.26992935607808, + -76.66302261158995, + -12.259554604231916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.66835696470443, + -12.259554604231916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76258733184356, + -12.10600262108009, + -76.7529426333178, + -12.095622931480012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.75827426187425, + -12.095622931480012 + ] + ] + ], + "type": "Polygon" + }, + "id": "1466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76705238043054, + -12.43652479809896, + -76.75739768793515, + -12.426150495077291 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.76273477265421, + -12.426150495077291 + ] + ] + ], + "type": "Polygon" + }, + "id": "1467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74737370150586, + -12.073045474104678, + -76.7377303993135, + -12.062665659997489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.74306148941663, + -12.062665659997489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83188792004697, + -12.01068284460619, + -76.82224419877562, + -12.00029994810434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.82757422369971, + -12.00029994810434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1226201965291, + -11.6774127077374, + -77.1129788756055, + -11.667018015990484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.1183031148538, + -11.667018015990484 + ] + ] + ], + "type": "Polygon" + }, + "id": "1470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04796342899317, + -11.59143626643514, + -77.03832655028705, + -11.581042306147529 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04364948071488, + -11.581042306147529 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.03832655028705, + -11.588392075614566 + ], + [ + -77.0388311268604, + -11.583195148361224 + ], + [ + -77.04364948071488, + -11.581042306147529 + ] + ] + ], + "type": "Polygon" + }, + "id": "1471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18357834940765, + -11.714828752919606, + -77.1739343994177, + -11.70443307868403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.18357834940765, + -11.707476658220566 + ], + [ + -77.18307561051407, + -11.712674547193362 + ], + [ + -77.17825355064637, + -11.714828752919606 + ], + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.17925915556174, + -11.70443307868403 + ] + ] + ], + "type": "Polygon" + }, + "id": "1472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6604680025827, + -12.300136736354332, + -76.65082030789188, + -12.289762803922416 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.65513309964597, + -12.300136736354332 + ], + [ + -76.65082030789188, + -12.297085360333693 + ], + [ + -76.6513314011033, + -12.29189844901694 + ], + [ + -76.65615516058665, + -12.289762803922416 + ] + ] + ], + "type": "Polygon" + }, + "id": "1473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01545999316056, + -12.06813702905952, + -77.00580975026283, + -12.057750442139612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.01114056140938, + -12.057750442139612 + ] + ] + ], + "type": "Polygon" + }, + "id": "1474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09981060281194, + -11.722403069735908, + -77.09016851608438, + -11.712009512855554 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.09549352803964, + -11.712009512855554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77022411199204, + -12.028150412209138, + -76.7605815284606, + -12.01776933394112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.76591187065324, + -12.01776933394112 + ] + ] + ], + "type": "Polygon" + }, + "id": "1476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75797160010954, + -12.24702169161154, + -76.74832281753221, + -12.2366443815717 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.75365677465794, + -12.2366443815717 + ] + ] + ], + "type": "Polygon" + }, + "id": "1477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81666731909887, + -11.977723751222392, + -76.80702498767408, + -11.967340747048311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.81235447794445, + -11.967340747048311 + ] + ] + ], + "type": "Polygon" + }, + "id": "1478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9696820343589, + -11.87486628382365, + -76.96003873338543, + -11.864477981987498 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.96536641199609, + -11.864477981987498 + ] + ] + ], + "type": "Polygon" + }, + "id": "1479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6759018145966, + -11.955877111986814, + -76.66626396441744, + -11.945497359722467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.67159313664872, + -11.945497359722467 + ] + ] + ], + "type": "Polygon" + }, + "id": "1481", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85091938326588, + -12.05188157564181, + -76.84127392604101, + -12.041498823977847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.84660461835828, + -12.041498823977847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85243415491952, + -12.224987393687746, + -76.84278349147743, + -12.214607336513563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.84811703784952, + -12.214607336513563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8463475149871, + -12.09860167079149, + -76.8367007859043, + -12.08821975268934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.84203225130845, + -12.08821975268934 + ] + ] + ], + "type": "Polygon" + }, + "id": "1484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69775933257007, + -12.343159305396847, + -76.68810932301002, + -12.332785146131139 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.6934448830661, + -12.332785146131139 + ] + ] + ], + "type": "Polygon" + }, + "id": "1485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92705670900897, + -11.933590365525802, + -76.91741276880626, + -11.923203957194897 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.92655003336047, + -11.931444244986135 + ], + [ + -76.92172797694813, + -11.933590365525802 + ], + [ + -76.91741276880626, + -11.930543249306346 + ], + [ + -76.91791957073065, + -11.925350098564028 + ], + [ + -76.92274145453044, + -11.923203957194897 + ] + ] + ], + "type": "Polygon" + }, + "id": "1486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97956206459095, + -11.820774570088416, + -76.96992011865227, + -11.810385271518005 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.97524689709188, + -11.810385271518005 + ] + ] + ], + "type": "Polygon" + }, + "id": "1487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08020820724565, + -12.019447100301331, + -77.07055776679907, + -12.009058192397406 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.07588769317304, + -12.009058192397406 + ] + ] + ], + "type": "Polygon" + }, + "id": "1488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83036349883396, + -12.026256848950563, + -76.82071935395685, + -12.015874224861301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.82604963639913, + -12.015874224861301 + ] + ] + ], + "type": "Polygon" + }, + "id": "1489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95758657365043, + -12.18824204897064, + -76.9479342415317, + -12.177858774361768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.95326709539304, + -12.177858774361768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13206652392267, + -12.055998863149425, + -77.12241368939527, + -12.045609248541545 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.12774414185353, + -12.045609248541545 + ] + ] + ], + "type": "Polygon" + }, + "id": "1491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91183694337916, + -11.995002635926095, + -76.90219157176664, + -11.984617506734034 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.90752128195628, + -11.984617506734034 + ] + ] + ], + "type": "Polygon" + }, + "id": "1492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8288389404392, + -12.041830442744155, + -76.8191943719328, + -12.031448092612989 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.82452491191047, + -12.031448092612989 + ] + ] + ], + "type": "Polygon" + }, + "id": "1493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462398743313, + -12.289082605210671, + -76.85497108560884, + -12.278703301834094 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.86030568184812, + -12.278703301834094 + ] + ] + ], + "type": "Polygon" + }, + "id": "1494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88061586325699, + -11.984053674307091, + -76.87097164069043, + -11.973669160707045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.87630119498692, + -11.973669160707045 + ] + ] + ], + "type": "Polygon" + }, + "id": "1495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06270309458482, + -12.057055624847328, + -77.05305197612272, + -12.046667711940943 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.05838254568584, + -12.046667711940943 + ] + ] + ], + "type": "Polygon" + }, + "id": "1496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80448270176451, + -12.007965710383365, + -76.79483979590002, + -11.997583462952285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.80016979062655, + -11.997583462952285 + ] + ] + ], + "type": "Polygon" + }, + "id": "1497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06197398375704, + -12.112039184367118, + -77.052321243399, + -12.101652136206967 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.06197398375704, + -12.104698808685312 + ], + [ + -77.06146891860304, + -12.109892385110378 + ], + [ + -77.05664246271303, + -12.112039184367118 + ], + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.05765271998162, + -12.101652136206967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70472116340338, + -12.131676983275916, + -76.69507727776893, + -12.121299169393534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.70040934498715, + -12.121299169393534 + ] + ] + ], + "type": "Polygon" + }, + "id": "1499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06416057942566, + -11.94707655917476, + -77.0545127031302, + -11.93668697397618 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.05984145957466, + -11.93668697397618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99561636702067, + -11.987534669204283, + -76.98596903817867, + -11.977147356534768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.99129854410266, + -11.977147356534768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09929103749539, + -12.060649667492111, + -77.089638886556, + -12.050260918316189 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.09496946467995, + -12.050260918316189 + ] + ] + ], + "type": "Polygon" + }, + "id": "1502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81055021468434, + -12.134355213245756, + -76.80090337608169, + -12.123974755305422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.80623545146716, + -12.123974755305422 + ] + ] + ], + "type": "Polygon" + }, + "id": "1503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13255192832244, + -11.717728316494181, + -77.12290915952944, + -11.707333906910241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.12823404602626, + -11.707333906910241 + ] + ] + ], + "type": "Polygon" + }, + "id": "1504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74125988614372, + -12.135320428826583, + -76.73161489257272, + -12.124941740983902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.73694701156064, + -12.124941740983902 + ] + ] + ], + "type": "Polygon" + }, + "id": "1505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75946850423605, + -12.325758486529846, + -76.74981732885034, + -12.315382456258273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.75515258577161, + -12.315382456258273 + ] + ] + ], + "type": "Polygon" + }, + "id": "1506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9804028323503, + -12.04895345817932, + -76.97075406494896, + -12.03856744157454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.9760845990974, + -12.03856744157454 + ] + ] + ], + "type": "Polygon" + }, + "id": "1507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88517162257777, + -11.748562467808817, + -76.8755342932594, + -11.73817452953788 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88085996834661, + -11.73817452953788 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.8755342932594, + -11.745515975573003 + ], + [ + -76.87604139010497, + -11.74032206030213 + ], + [ + -76.88085996834661, + -11.73817452953788 + ] + ] + ], + "type": "Polygon" + }, + "id": "1508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.020790722105, + -12.060797338904989, + -77.01114056140938, + -12.050410508915258 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.01647124531827, + -12.050410508915258 + ] + ] + ], + "type": "Polygon" + }, + "id": "1509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12276891639894, + -11.866277882992234, + -77.11312196979395, + -11.855885721288594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.11844931346826, + -11.855885721288594 + ] + ] + ], + "type": "Polygon" + }, + "id": "1510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96899689561153, + -12.118602779470196, + -76.95934634579748, + -12.10821811821225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.96467803976492, + -12.10821811821225 + ] + ] + ], + "type": "Polygon" + }, + "id": "1511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97123009519055, + -11.953673212966606, + -76.9615844060226, + -11.943286003493679 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.96691338030887, + -11.943286003493679 + ] + ] + ], + "type": "Polygon" + }, + "id": "1512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78468823665742, + -12.021725352666833, + -76.77504545369933, + -12.011343811546695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.78037568420207, + -12.011343811546695 + ] + ] + ], + "type": "Polygon" + }, + "id": "1513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81286280360032, + -11.969483966552096, + -76.80322081978751, + -11.959100936598569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.80855017629189, + -11.959100936598569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7222037386824, + -12.188437892604417, + -76.71255767999322, + -12.178060537688632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.71789068033374, + -12.178060537688632 + ] + ] + ], + "type": "Polygon" + }, + "id": "1515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7816352058938, + -12.052868878741426, + -76.77199157671312, + -12.04248788695079 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.7773223218341, + -12.04248788695079 + ] + ] + ], + "type": "Polygon" + }, + "id": "1516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1097399748074, + -11.762716584051569, + -77.10009643864781, + -11.752323320218022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.10542209878692, + -11.752323320218022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85928934386396, + -12.296412224087684, + -76.8496363646964, + -12.286033177363246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.85878115198032, + -12.2942721821268 + ], + [ + -76.85395457554336, + -12.296412224087684 + ], + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.85497108560884, + -12.286033177363246 + ] + ] + ], + "type": "Polygon" + }, + "id": "1518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18065295393602, + -11.840456034963589, + -77.17100533636862, + -11.830062119272482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.18065295393602, + -11.833106373123053 + ], + [ + -77.18014997893674, + -11.838303382738747 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.17633216241319, + -11.830062119272482 + ] + ] + ], + "type": "Polygon" + }, + "id": "1519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84332737049102, + -11.752304322715093, + -76.83369103987081, + -11.741917479304261 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83901680459891, + -11.741917479304261 + ], + [ + -76.84332737049102, + -11.744964269309683 + ], + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.8341987259224, + -11.744064077581058 + ], + [ + -76.83901680459891, + -11.741917479304261 + ] + ] + ], + "type": "Polygon" + }, + "id": "1520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71302260897359, + -12.281825288310957, + -76.70337401298657, + -12.27144970132181 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.70870855710078, + -12.27144970132181 + ] + ] + ], + "type": "Polygon" + }, + "id": "1521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9940989187463, + -12.003115302354752, + -76.98445116451515, + -11.992728258454262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98978092872882, + -11.992728258454262 + ] + ] + ], + "type": "Polygon" + }, + "id": "1522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00631552587889, + -12.067236205741036, + -76.99666554479332, + -12.056849829759749 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -77.00199635168258, + -12.056849829759749 + ] + ] + ], + "type": "Polygon" + }, + "id": "1523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90039272681831, + -11.7815241441975, + -76.89075401522645, + -11.771136269422373 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.8960802207666, + -11.771136269422373 + ] + ] + ], + "type": "Polygon" + }, + "id": "1524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01702042031687, + -12.146932649419114, + -77.00736778620349, + -12.136547250055235 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.01269989431522, + -12.136547250055235 + ] + ] + ], + "type": "Polygon" + }, + "id": "1525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72840301243187, + -11.937515704508344, + -76.71876426755529, + -11.927134344211519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.72409312919625, + -11.927134344211519 + ] + ] + ], + "type": "Polygon" + }, + "id": "1526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71984420587238, + -12.353227902414547, + -76.7101932895376, + -12.342853350801493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.7155290117787, + -12.342853350801493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72298972005147, + -12.133499236746845, + -76.71334527949831, + -12.123120985385466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.71867737315155, + -12.123120985385466 + ] + ] + ], + "type": "Polygon" + }, + "id": "1528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79380093773483, + -12.116968224464333, + -76.78415506836049, + -12.106587916089122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78948686508964, + -12.106587916089122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04342283271761, + -11.638207188621642, + -77.03378467913649, + -11.627813920730711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.03910838335909, + -11.627813920730711 + ] + ] + ], + "type": "Polygon" + }, + "id": "1530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10981057370954, + -11.857142815989276, + -77.1001642242317, + -11.846750840166921 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.10549143696291, + -11.846750840166921 + ] + ] + ], + "type": "Polygon" + }, + "id": "1531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99173202107475, + -11.790502882315279, + -76.98209066200216, + -11.78011287093347 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.9874169295685, + -11.78011287093347 + ] + ] + ], + "type": "Polygon" + }, + "id": "1532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09902098428189, + -11.682980692106957, + -77.08938009031519, + -11.672586642555022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.09470445564892, + -11.672586642555022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91333118962558, + -11.79066364138668, + -76.90369186591155, + -11.780275568967074 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.90901821128806, + -11.780275568967074 + ] + ] + ], + "type": "Polygon" + }, + "id": "1534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81432542426252, + -12.331232645598082, + -76.80467260501345, + -12.320855318891548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.8100079281163, + -12.320855318891548 + ] + ] + ], + "type": "Polygon" + }, + "id": "1535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0656170826723, + -11.837082237476274, + -77.05597244637845, + -11.826691056310004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.06129939093016, + -11.826691056310004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09441944499468, + -11.635315553980867, + -77.08478008461495, + -11.624921010185655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.09010367353743, + -11.624921010185655 + ] + ] + ], + "type": "Polygon" + }, + "id": "1537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02377823795503, + -11.935245451189951, + -77.01413174398819, + -11.924856681623455 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01946035655936, + -11.924856681623455 + ] + ] + ], + "type": "Polygon" + }, + "id": "1538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96051778208165, + -11.779571331629558, + -76.9508775564326, + -11.769181941119646 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.95620367652793, + -11.769181941119646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386574774734, + -11.966670245777973, + -76.85422248697913, + -11.956285894378468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.85955176675158, + -11.956285894378468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73525980572269, + -11.914610693846182, + -76.72562155611779, + -11.904228827841312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.7309500387754, + -11.904228827841312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91793421940739, + -12.027060044918947, + -76.9082877319821, + -12.016675243956414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.91361796516597, + -12.016675243956414 + ] + ] + ], + "type": "Polygon" + }, + "id": "1542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9766225288675, + -12.135082602905804, + -76.96697128966088, + -12.124698011785604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.97230324742839, + -12.124698011785604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66904166160356, + -11.978776078904273, + -76.65940331858874, + -11.968396839913646 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.66853132077328, + -11.976636079702406 + ], + [ + -76.66371206161244, + -11.978776078904273 + ], + [ + -76.65940331858874, + -11.975726427110667 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.66473286855953, + -11.968396839913646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96358121347538, + -11.842802650155347, + -76.95393902572158, + -11.83241405007043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95926618287949, + -11.83241405007043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99335847349819, + -12.058094944735732, + -76.98370909879881, + -12.047708747957476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.9890397695912, + -12.047708747957476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83645124581795, + -12.058309780012467, + -76.82680598249071, + -12.04792748956714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.83213678967712, + -12.04792748956714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04206148469707, + -11.93704119159154, + -77.03241446984092, + -11.926652000438555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.03774308959042, + -11.926652000438555 + ] + ] + ], + "type": "Polygon" + }, + "id": "1548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300321234736, + -12.061931759894273, + -76.86335686911056, + -12.051548608680257 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.8686877121677, + -12.051548608680257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75498000783462, + -12.089524063602626, + -76.74533600735583, + -12.0791443108387 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.75066736676742, + -12.0791443108387 + ] + ] + ], + "type": "Polygon" + }, + "id": "1550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11823391292134, + -11.913040492895007, + -77.10858568677676, + -11.902649103096072 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.11391380665061, + -11.902649103096072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90723893537296, + -11.758600502537446, + -76.89760072597983, + -11.748212149342345 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.90292654903243, + -11.748212149342345 + ] + ] + ], + "type": "Polygon" + }, + "id": "1552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80141211917208, + -12.13344690620993, + -76.79176555321936, + -12.123066664519781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.7970976181632, + -12.123066664519781 + ] + ] + ], + "type": "Polygon" + }, + "id": "1553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0543419206305, + -12.095558712888565, + -77.04468986604563, + -12.085171595332916 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.05002108102497, + -12.085171595332916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13040113949462, + -11.882759922111694, + -77.12075351091488, + -11.87236780770754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.12608111408974, + -11.87236780770754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01766958474732, + -11.903180987841111, + -77.00802420279429, + -11.892791907353127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.0133522948192, + -11.892791907353127 + ] + ] + ], + "type": "Polygon" + }, + "id": "1556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7822864008227, + -12.469476998283303, + -76.77263031046003, + -12.459102894494023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.77796793385436, + -12.459102894494023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93011464329292, + -11.996807297821308, + -76.92046873887017, + -11.986421741383538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.92579846299431, + -11.986421741383538 + ] + ] + ], + "type": "Polygon" + }, + "id": "1558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7390604674199, + -11.922850293336104, + -76.72942186873688, + -11.912468449590586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.73475048608917, + -11.912468449590586 + ] + ] + ], + "type": "Polygon" + }, + "id": "1559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08462292299244, + -11.78386746640849, + -77.07497938995108, + -11.773475095589776 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.080305433621, + -11.773475095589776 + ] + ] + ], + "type": "Polygon" + }, + "id": "1560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08178457983627, + -12.09825739901075, + -77.0721317486738, + -12.087869653594057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.08127981427069, + -12.096110000953841 + ], + [ + -77.07645331308817, + -12.09825739901075 + ], + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.07746297124744, + -12.087869653594057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78619077329313, + -12.100489502683782, + -76.77654560073745, + -12.09010912944437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.78187712908792, + -12.09010912944437 + ] + ] + ], + "type": "Polygon" + }, + "id": "1562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98721639613423, + -11.931650815653068, + -76.9775709496767, + -11.921262892273097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.98289954458286, + -11.921262892273097 + ] + ] + ], + "type": "Polygon" + }, + "id": "1563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75195762035494, + -12.026334855813793, + -76.74231558645164, + -12.015954213218656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.74764590507083, + -12.015954213218656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06174742714745, + -11.734421169561823, + -77.0521059451894, + -11.724028695179257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.057431206859, + -11.724028695179257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75039557163672, + -12.1362306265912, + -76.74075030226989, + -12.125851720882125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.74608243351243, + -12.125851720882125 + ] + ] + ], + "type": "Polygon" + }, + "id": "1566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81512708229609, + -12.087641668801487, + -76.80548151461645, + -12.077260365856098 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.81081281727833, + -12.077260365856098 + ] + ] + ], + "type": "Polygon" + }, + "id": "1567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90043088315463, + -12.158997184274185, + -76.89078091951508, + -12.148614862476226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.89611334223908, + -12.148614862476226 + ] + ] + ], + "type": "Polygon" + }, + "id": "1568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94769252275093, + -12.24229819616683, + -76.93803883395766, + -12.231916045245997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.9471856520181, + -12.240155522450415 + ], + [ + -76.94235872125175, + -12.24229819616683 + ], + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.94337258932624, + -12.231916045245997 + ] + ] + ], + "type": "Polygon" + }, + "id": "1569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17212986147436, + -11.690104403232636, + -77.16248693017911, + -11.67970868294663 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.16781129943348, + -11.67970868294663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71005315827308, + -12.124349221377837, + -76.70040934498715, + -12.113971155923014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70574129037449, + -12.113971155923014 + ], + [ + -76.71005315827308, + -12.117021122447646 + ], + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.70091947124558, + -12.116110191388778 + ], + [ + -76.70574129037449, + -12.113971155923014 + ] + ] + ], + "type": "Polygon" + }, + "id": "1571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0701576668281, + -11.790320603446272, + -77.06051430771765, + -11.779928671533746 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.06584047719991, + -11.779928671533746 + ] + ] + ], + "type": "Polygon" + }, + "id": "1572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88746720093108, + -11.961139670606338, + -76.87782348034044, + -11.950754648472627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8831526521152, + -11.950754648472627 + ], + [ + -76.88746720093108, + -11.953802177718293 + ], + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.87833087833924, + -11.952899598002343 + ], + [ + -76.8831526521152, + -11.950754648472627 + ] + ] + ], + "type": "Polygon" + }, + "id": "1573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63539416849386, + -12.226907032075102, + -76.62574935746389, + -12.216532528738178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6310830004541, + -12.216532528738178 + ], + [ + -76.63539416849386, + -12.219583688777156 + ], + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.62574935746389, + -12.223855787026231 + ], + [ + -76.62626068288888, + -12.218668590491408 + ], + [ + -76.6310830004541, + -12.216532528738178 + ] + ] + ], + "type": "Polygon" + }, + "id": "1574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1128342335739, + -11.825966381879182, + -77.10318873666509, + -11.81557390079245 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.10851543217257, + -11.81557390079245 + ] + ] + ], + "type": "Polygon" + }, + "id": "1575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09843332522756, + -11.926836353423381, + -77.08878518555234, + -11.916445641614432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.09411356152222, + -11.916445641614432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03428939211517, + -11.63731468960469, + -77.02465149818848, + -11.62692163335035 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02997519900748, + -11.62692163335035 + ] + ] + ], + "type": "Polygon" + }, + "id": "1577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9810462222782, + -11.710783308435081, + -76.97140751162812, + -11.700392498858923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97673247993028, + -11.700392498858923 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.97572120847171, + -11.710783308435081 + ], + [ + -76.97140751162812, + -11.707737865086148 + ], + [ + -76.97191321051103, + -11.702542513544097 + ], + [ + -76.97673247993028, + -11.700392498858923 + ] + ] + ], + "type": "Polygon" + }, + "id": "1578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92779040918244, + -11.784220480062288, + -76.91815089834766, + -11.773831961671553 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.92347712538351, + -11.773831961671553 + ] + ] + ], + "type": "Polygon" + }, + "id": "1579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01095041377262, + -12.209241045154117, + -77.00129607532106, + -12.19885679220924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -77.0066292181347, + -12.19885679220924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79375779020299, + -12.305604874725459, + -76.78410628973955, + -12.295227633950262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78944119976975, + -12.295227633950262 + ] + ] + ], + "type": "Polygon" + }, + "id": "1581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767232214623, + -12.069266405814592, + -76.85802590140814, + -12.058883500338526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.86335686911056, + -12.058883500338526 + ] + ] + ], + "type": "Polygon" + }, + "id": "1582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69706826246187, + -12.209504481442778, + -76.68742226421105, + -12.19912810982299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.6927556169731, + -12.19912810982299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66580278426186, + -12.292814095530664, + -76.65615516058665, + -12.282439902777137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.66148989210201, + -12.282439902777137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7564104907814, + -12.35688535971734, + -76.7467584681537, + -12.34650993894379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.75209424040968, + -12.34650993894379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02299759458361, + -11.895837962815476, + -77.0133522948192, + -11.885448647141391 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.01868025969733, + -11.885448647141391 + ] + ] + ], + "type": "Polygon" + }, + "id": "1586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99720923776802, + -12.160705218930046, + -76.98755670201037, + -12.150320525322783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.99288905997795, + -12.150320525322783 + ] + ] + ], + "type": "Polygon" + }, + "id": "1587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72989109750505, + -12.016278876091091, + -76.72024996453726, + -12.005898642778 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.72558012363655, + -12.005898642778 + ] + ] + ], + "type": "Polygon" + }, + "id": "1588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14097632721865, + -11.773634305582286, + -77.1313316842789, + -11.76324043341556 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.13665747649421, + -11.76324043341556 + ] + ] + ], + "type": "Polygon" + }, + "id": "1589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77625106134973, + -12.248844782385618, + -76.76660172902231, + -12.238467038557543 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.77193570939087, + -12.238467038557543 + ] + ] + ], + "type": "Polygon" + }, + "id": "1590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10211225704157, + -11.746234262481586, + -77.0924694032051, + -11.73584096398892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.09779480351308, + -11.73584096398892 + ] + ] + ], + "type": "Polygon" + }, + "id": "1591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81358580789436, + -12.197543290618587, + -76.80393700180075, + -12.187163765017386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80927011807941, + -12.187163765017386 + ] + ] + ], + "type": "Polygon" + }, + "id": "1592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17221864986512, + -11.784549845216997, + -77.16257290563331, + -11.774155368229103 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.16789882671111, + -11.774155368229103 + ] + ] + ], + "type": "Polygon" + }, + "id": "1593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1037616164288, + -11.919491081004846, + -77.09411356152222, + -11.909100134318656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09944180891165, + -11.909100134318656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07336393808826, + -12.042372283239253, + -77.06371298719152, + -12.031983887363731 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.06904330055207, + -12.031983887363731 + ] + ] + ], + "type": "Polygon" + }, + "id": "1595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81132133720949, + -12.079402156330916, + -76.80167611740973, + -12.0690208220201 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.80700728619527, + -12.0690208220201 + ] + ] + ], + "type": "Polygon" + }, + "id": "1596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82272621188112, + -12.19845235961865, + -76.81307713366614, + -12.188072618322337 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.81841026002341, + -12.188072618322337 + ] + ] + ], + "type": "Polygon" + }, + "id": "1597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08534751578225, + -11.728859377487188, + -77.07570560164132, + -11.718466256103767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.08103074008486, + -11.718466256103767 + ] + ] + ], + "type": "Polygon" + }, + "id": "1598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81133778090705, + -11.985058175945113, + -76.80169537381178, + -11.974675414507296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.80702498767408, + -11.974675414507296 + ] + ] + ], + "type": "Polygon" + }, + "id": "1599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80670851563987, + -12.31475522018609, + -76.79705639329356, + -12.304377806415557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.80239144817827, + -12.304377806415557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94614896309108, + -12.163522979111862, + -76.9364976666689, + -12.153139592392204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.94183012391612, + -12.153139592392204 + ] + ] + ], + "type": "Polygon" + }, + "id": "1601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.901952995076, + -12.143423630246941, + -76.89230345618219, + -12.133041023556746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.8976356208289, + -12.133041023556746 + ] + ] + ], + "type": "Polygon" + }, + "id": "1602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78010848456321, + -12.068440020307428, + -76.77046443223611, + -12.058059305498556 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.77579543469196, + -12.058059305498556 + ] + ] + ], + "type": "Polygon" + }, + "id": "1603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00254151406749, + -12.153368031679028, + -76.99288905997795, + -12.142983090283563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.99822129095537, + -12.142983090283563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81207597451416, + -12.118784455424947, + -76.80242955957601, + -12.108403714272226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.80776137736976, + -12.108403714272226 + ] + ] + ], + "type": "Polygon" + }, + "id": "1605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0800842551525, + -11.830631081774712, + -77.07043944449518, + -11.820239459426752 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.07576626341468, + -11.820239459426752 + ] + ] + ], + "type": "Polygon" + }, + "id": "1606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84026578451459, + -11.972198273386454, + -76.83062298680203, + -11.961814594640533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.83595237273958, + -11.961814594640533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919408267876, + -11.7705851581965, + -76.85955652064347, + -11.760197913128017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.86488256932016, + -11.760197913128017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81740771655136, + -12.111452727858993, + -76.80776137736976, + -12.101071737637454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.81309307145635, + -12.101071737637454 + ] + ] + ], + "type": "Polygon" + }, + "id": "1609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04347406108556, + -11.732633652918185, + -77.0338330973031, + -11.722241600422246 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.0391583529903, + -11.722241600422246 + ] + ] + ], + "type": "Polygon" + }, + "id": "1610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14248652293227, + -11.758043435998903, + -77.13284230641537, + -11.747649318930211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.13816783999256, + -11.747649318930211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91412495504915, + -12.018820022413124, + -76.90447881326621, + -12.008435192209388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.90980891391831, + -12.008435192209388 + ] + ] + ], + "type": "Polygon" + }, + "id": "1612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9750096323203, + -11.867524323007165, + -76.96536641199609, + -11.85713578648026 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.97069396432299, + -11.85713578648026 + ] + ] + ], + "type": "Polygon" + }, + "id": "1613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03135628659125, + -11.857325451239097, + -77.02171192009884, + -11.846935388003912 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.02703924121163, + -11.846935388003912 + ] + ] + ], + "type": "Polygon" + }, + "id": "1614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71923055879601, + -12.030939890255016, + -76.70958928013314, + -12.020560149582915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.70958928013314, + -12.027890404263326 + ], + [ + -76.71009913142541, + -12.022700588670384 + ], + [ + -76.71491968334011, + -12.020560149582915 + ] + ] + ], + "type": "Polygon" + }, + "id": "1615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89129533092375, + -12.252429412743059, + -76.8816428183112, + -12.242048832719828 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.88697678986307, + -12.242048832719828 + ] + ] + ], + "type": "Polygon" + }, + "id": "1616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01528772099334, + -11.690534766826774, + -77.00564873072685, + -11.680142853864663 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01097332848151, + -11.680142853864663 + ], + [ + -77.01528772099334, + -11.683187797266354 + ], + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.00564873072685, + -11.687489736054188 + ], + [ + -77.00615391906734, + -11.682293832603506 + ], + [ + -77.01097332848151, + -11.680142853864663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03819846662982, + -11.83439557563044, + -77.02855460820076, + -11.824005026320147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.03388154370941, + -11.824005026320147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90802830679284, + -11.986762555892573, + -76.89838328087936, + -11.976377399150355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.90371285848664, + -11.976377399150355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06404601715587, + -11.75825059830333, + -77.05440376767025, + -11.747858384072922 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.05972941801775, + -11.747858384072922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93321203596969, + -12.248725420611775, + -76.92355853315213, + -12.23834373494726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.92889240814665, + -12.23834373494726 + ] + ] + ], + "type": "Polygon" + }, + "id": "1621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70852311032397, + -12.139915963912179, + -76.69887887451951, + -12.129538183061374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.70421107699666, + -12.129538183061374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98951021131238, + -11.95547279875114, + -76.97986399568869, + -11.945085164966589 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.98519298032436, + -11.945085164966589 + ] + ] + ], + "type": "Polygon" + }, + "id": "1623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98640570813393, + -11.797846879807409, + -76.97676426791922, + -11.787457099151512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.98209066200216, + -11.787457099151512 + ] + ] + ], + "type": "Polygon" + }, + "id": "1624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91561788115503, + -11.814485873145482, + -76.90597778825628, + -11.804098069159947 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91130452359106, + -11.804098069159947 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91029109935485, + -11.814485873145482 + ], + [ + -76.90597778825628, + -11.811439285948001 + ], + [ + -76.90648456343841, + -11.806245437557605 + ], + [ + -76.91130452359106, + -11.804098069159947 + ] + ] + ], + "type": "Polygon" + }, + "id": "1625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73130034273298, + -12.283652429168876, + -76.72165119217881, + -12.273276406219232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.72698576225197, + -12.273276406219232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7495451987709, + -12.379772118643285, + -76.73989267859994, + -12.369397267450552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.74522883135594, + -12.369397267450552 + ] + ] + ], + "type": "Polygon" + }, + "id": "1627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9858022024248, + -12.230344713606232, + -76.9761478817324, + -12.219961423783701 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.9858022024248, + -12.223009358867566 + ], + [ + -76.98529588414156, + -12.228201056536502 + ], + [ + -76.98046863762833, + -12.230344713606232 + ], + [ + -76.9761478817324, + -12.227296694785055 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.98148140094602, + -12.219961423783701 + ] + ] + ], + "type": "Polygon" + }, + "id": "1628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75953165817688, + -12.137140558703846, + -76.74988611348978, + -12.126761435377949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.75521825671171, + -12.126761435377949 + ] + ] + ], + "type": "Polygon" + }, + "id": "1629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06264620267393, + -11.96266060681763, + -77.05299790032934, + -11.952271285829106 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.0583269153338, + -11.952271285829106 + ] + ] + ], + "type": "Polygon" + }, + "id": "1630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00783276149684, + -12.051656572915828, + -76.99818320610595, + -12.041269921951132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -77.00351375454326, + -12.041269921951132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09974294942828, + -11.627964952751988, + -77.09010367353743, + -11.617570187908836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.09542713418077, + -11.617570187908836 + ] + ] + ], + "type": "Polygon" + }, + "id": "1632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15313728854409, + -11.743343241724693, + -77.14349324435236, + -11.732948673005831 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.1488185194075, + -11.732948673005831 + ] + ] + ], + "type": "Polygon" + }, + "id": "1633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14550650548077, + -11.726860598266184, + -77.1358631417367, + -11.716465996050955 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.1411881580904, + -11.716465996050955 + ] + ] + ], + "type": "Polygon" + }, + "id": "1634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84710056106249, + -12.232317954210737, + -76.8374498206958, + -12.221938150868409 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.84278349147743, + -12.221938150868409 + ] + ] + ], + "type": "Polygon" + }, + "id": "1635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12118344086292, + -11.787440066087266, + -77.11153888167948, + -11.777046857665711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.11686493125283, + -11.777046857665711 + ] + ] + ], + "type": "Polygon" + }, + "id": "1636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94841745659215, + -12.092979888681755, + -76.93876820621303, + -12.082595338052522 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.94409949816392, + -12.082595338052522 + ] + ] + ], + "type": "Polygon" + }, + "id": "1637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11513770134688, + -11.849795824328963, + -77.10549143696291, + -11.839403617151348 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.11081852096974, + -11.839403617151348 + ] + ] + ], + "type": "Polygon" + }, + "id": "1638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1035551945687, + -11.636206231702854, + -77.09391557768565, + -11.6258114779011 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.0992391682005, + -11.6258114779011 + ] + ] + ], + "type": "Polygon" + }, + "id": "1639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81816318921196, + -12.150833909215356, + -76.80851565464158, + -12.140453520044531 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.81384799784915, + -12.140453520044531 + ] + ] + ], + "type": "Polygon" + }, + "id": "1640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17754448390403, + -11.777199413782359, + -77.16789882671111, + -11.766804710012233 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17322461803016, + -11.766804710012233 + ], + [ + -77.17754448390403, + -11.769848669392418 + ], + [ + -77.17704156339822, + -11.775046073121723 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.17322461803016, + -11.766804710012233 + ] + ] + ], + "type": "Polygon" + }, + "id": "1641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300630446893, + -12.250613372901585, + -76.86335432957894, + -12.240233220433915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.86868828482946, + -12.240233220433915 + ] + ] + ], + "type": "Polygon" + }, + "id": "1642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02295231324102, + -11.801432281006088, + -77.01330982621155, + -11.79104165225588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.0186362380432, + -11.79104165225588 + ] + ] + ], + "type": "Polygon" + }, + "id": "1643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05104323375512, + -11.65468935856612, + -77.04140439588559, + -11.644296113205549 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.04672836124912, + -11.644296113205549 + ] + ] + ], + "type": "Polygon" + }, + "id": "1644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87071567618003, + -11.755004228762255, + -76.86107853752013, + -11.744616736798099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640432889268, + -11.744616736798099 + ], + [ + -76.87071567618003, + -11.747663303644533 + ], + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.86158584605771, + -11.746763882440542 + ], + [ + -76.86640432889268, + -11.744616736798099 + ] + ] + ], + "type": "Polygon" + }, + "id": "1645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77935795776507, + -12.029057795759767, + -76.76971510013246, + -12.018676500029919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.77504545369933, + -12.018676500029919 + ] + ] + ], + "type": "Polygon" + }, + "id": "1646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13938676059932, + -11.694785948437103, + -77.12974450377133, + -11.684391075871291 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.13506900273448, + -11.684391075871291 + ] + ] + ], + "type": "Polygon" + }, + "id": "1647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7427885461294, + -12.11975232598511, + -76.73314397543805, + -12.109373354261265 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.7384758371791, + -12.109373354261265 + ] + ] + ], + "type": "Polygon" + }, + "id": "1648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01771333853449, + -11.997574360779007, + -77.00806514215577, + -11.987186654027571 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.013394788208, + -11.987186654027571 + ] + ] + ], + "type": "Polygon" + }, + "id": "1649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07487823669621, + -12.02678962132425, + -77.06522771217811, + -12.016400953471837 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.07055776679907, + -12.016400953471837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08311017017799, + -11.799455712820448, + -77.0734662112888, + -11.789063589940808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.07879251335773, + -11.789063589940808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8516789035542, + -12.091268353173671, + -76.84203225130845, + -12.080886187564875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.84736359241913, + -12.080886187564875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04968880885504, + -11.953522440294051, + -77.04004110839043, + -11.943133302142135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.04536998979769, + -11.943133302142135 + ] + ] + ], + "type": "Polygon" + }, + "id": "1653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77475031919812, + -12.17009715536725, + -76.76510337861748, + -12.159718170058795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.77043605989522, + -12.159718170058795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72154544582635, + -11.960419260096923, + -76.71190620590386, + -11.950038409028991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.71723544642707, + -11.950038409028991 + ] + ] + ], + "type": "Polygon" + }, + "id": "1655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65991378469602, + -11.977866240686126, + -76.65027572144899, + -11.967487222309158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.65940331858874, + -11.975726427110667 + ], + [ + -76.65458419926588, + -11.977866240686126 + ], + [ + -76.65027572144899, + -11.974816513596563 + ], + [ + -76.65078631279576, + -11.969627059597494 + ], + [ + -76.65560525672947, + -11.967487222309158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79459613704375, + -11.96767311832343, + -76.78495469820841, + -11.957290522148375 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.7902840337155, + -11.957290522148375 + ] + ] + ], + "type": "Polygon" + }, + "id": "1657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79835943172107, + -12.164586490596045, + -76.78871201858094, + -12.154206819934004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.7940445986658, + -12.154206819934004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76330548314063, + -12.23969451954292, + -76.75365677465794, + -12.229316953406329 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.7589906089295, + -12.229316953406329 + ] + ] + ], + "type": "Polygon" + }, + "id": "1659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82197005773068, + -12.159073239383714, + -76.81232217526674, + -12.148692885280488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.81765465232374, + -12.148692885280488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87834018196135, + -12.243282307815218, + -76.86868828482946, + -12.232901901105423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.87402211520106, + -12.232901901105423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88747873407841, + -12.149851658186375, + -76.87782938489771, + -12.13946951445665 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.88316166691402, + -12.13946951445665 + ] + ] + ], + "type": "Polygon" + }, + "id": "1662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11499344052862, + -11.66093010287132, + -77.10535280103704, + -11.650535384932878 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.11067678091685, + -11.650535384932878 + ] + ] + ], + "type": "Polygon" + }, + "id": "1663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75488127763974, + -12.372448107161299, + -76.74522883135594, + -12.36207299344637 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.75056486130504, + -12.36207299344637 + ] + ] + ], + "type": "Polygon" + }, + "id": "1664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94764584729984, + -12.053585640297774, + -76.9379977921497, + -12.043200503889656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.9433284355632, + -12.043200503889656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80372927129125, + -11.968578673404817, + -76.79408755972946, + -11.958195860215538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.79941690587268, + -11.958195860215538 + ] + ] + ], + "type": "Polygon" + }, + "id": "1666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65212946585952, + -12.244299072224658, + -76.64248367020126, + -12.233924423678694 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.64781760079111, + -12.233924423678694 + ] + ] + ], + "type": "Polygon" + }, + "id": "1667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9027191082741, + -12.182809830571253, + -76.89306837357687, + -12.172427832243416 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.89840118724706, + -12.172427832243416 + ] + ] + ], + "type": "Polygon" + }, + "id": "1668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01472296623325, + -12.123114437528963, + -77.00507110193806, + -12.11272871992293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.01040282007175, + -12.11272871992293 + ] + ] + ], + "type": "Polygon" + }, + "id": "1669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74286138336264, + -11.931089892751375, + -76.73322243566118, + -11.920708071720496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.73855118766735, + -11.920708071720496 + ] + ] + ], + "type": "Polygon" + }, + "id": "1670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9225120667846, + -12.074693186761472, + -76.91286403873411, + -12.064308996929775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.91819505294406, + -12.064308996929775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84560798333898, + -11.776124506755961, + -76.83597088307187, + -11.765737925977316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.84129703820004, + -11.765737925977316 + ] + ] + ], + "type": "Polygon" + }, + "id": "1672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00316204753757, + -11.815225094436832, + -76.99351965796477, + -11.80483513940023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.99884631950708, + -11.80483513940023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77397288005294, + -12.225039154116509, + -76.76432432025864, + -12.21466107710835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76965790855722, + -12.21466107710835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93700456203119, + -12.16261835575719, + -76.92735353121036, + -12.152235181520883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.93268598210483, + -12.152235181520883 + ] + ] + ], + "type": "Polygon" + }, + "id": "1675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10066834754372, + -11.856248514376208, + -77.09102225459151, + -11.845856747651977 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.09634946591663, + -11.845856747651977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462488715561, + -12.194754340853814, + -76.85497480252052, + -12.184373487091857 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.86030784183497, + -12.184373487091857 + ] + ] + ], + "type": "Polygon" + }, + "id": "1677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66144509136122, + -11.9622976457451, + -76.6518074496545, + -11.951918358294858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.65713672834745, + -11.951918358294858 + ] + ] + ], + "type": "Polygon" + }, + "id": "1678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15997176058141, + -11.720400425050473, + -77.15032822931775, + -11.710005390138434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.15565311631846, + -11.710005390138434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85166954580858, + -12.279934242298006, + -76.84201726154947, + -12.26955511120941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.84735171543474, + -12.26955511120941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86233817470074, + -12.265274486608051, + -76.85268604479349, + -12.254894843947957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.85802024953759, + -12.254894843947957 + ] + ] + ], + "type": "Polygon" + }, + "id": "1681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84939556435577, + -12.067455357858927, + -76.83974968320184, + -12.05707288250387 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.84508063319751, + -12.05707288250387 + ] + ] + ], + "type": "Polygon" + }, + "id": "1682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14034044464519, + -11.923070671836985, + -77.13069136675598, + -11.912678891461265 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.14034044464519, + -11.915723927283263 + ], + [ + -77.13983677451922, + -11.92091986944589 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.13601961774228, + -11.912678891461265 + ] + ] + ], + "type": "Polygon" + }, + "id": "1683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81514241663587, + -11.993297920971964, + -76.80549966186396, + -11.982915186093006 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.81082940952432, + -11.982915186093006 + ] + ] + ], + "type": "Polygon" + }, + "id": "1684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72522144709875, + -12.251610981112727, + -76.71557341966265, + -12.241234580516277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.72090746213965, + -12.241234580516277 + ] + ] + ], + "type": "Polygon" + }, + "id": "1685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02694921342803, + -12.187230090462082, + -77.01729512186552, + -12.176845089299228 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.02262788260698, + -12.176845089299228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06640290597562, + -11.876495601339812, + -77.0567570758399, + -11.866104951381056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.0620846677266, + -11.866104951381056 + ] + ] + ], + "type": "Polygon" + }, + "id": "1687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99102762894572, + -11.93989128193862, + -76.98138183853453, + -11.929503384041377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.98671056497906, + -11.929503384041377 + ] + ] + ], + "type": "Polygon" + }, + "id": "1688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83647857470116, + -11.775223665376474, + -76.82684174465128, + -11.764837301140325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.83216789041596, + -11.764837301140325 + ] + ] + ], + "type": "Polygon" + }, + "id": "1689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85168357833304, + -11.996917891695754, + -76.84203973963001, + -11.986534292837785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.84736952571527, + -11.986534292837785 + ] + ] + ], + "type": "Polygon" + }, + "id": "1690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81966067143756, + -12.323905328550325, + -76.8100079281163, + -12.313527742753474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.81534312730976, + -12.313527742753474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14264687923179, + -11.946898926797367, + -77.1329970336706, + -11.936507434893564 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13832567317392, + -11.936507434893564 + ], + [ + -77.14264687923179, + -11.939552566559978 + ], + [ + -77.14214320445197, + -11.94474836445075 + ], + [ + -77.13731819646488, + -11.946898926797367 + ], + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.13832567317392, + -11.936507434893564 + ] + ] + ], + "type": "Polygon" + }, + "id": "1692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92097559710251, + -11.995905098678863, + -76.91132995884648, + -11.98551975573866 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.91665967614114, + -11.98551975573866 + ] + ] + ], + "type": "Polygon" + }, + "id": "1693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96587244018092, + -11.86662575881085, + -76.95622948346195, + -11.856237435008147 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.96155703031775, + -11.856237435008147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09146124035652, + -11.760930967150617, + -77.08181821743392, + -11.75053812240349 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.08714387448292, + -11.75053812240349 + ] + ] + ], + "type": "Polygon" + }, + "id": "1695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05507226896859, + -12.040574824810399, + -77.04542183601639, + -12.030186848100126 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.05075214408366, + -12.030186848100126 + ] + ] + ], + "type": "Polygon" + }, + "id": "1696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78003176375198, + -12.351387115135957, + -76.77037926551537, + -12.341011000192847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.77571493789083, + -12.341011000192847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96744860352926, + -12.03981174798983, + -76.95780044433731, + -12.029425912528817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.96313084129498, + -12.029425912528817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65973189172254, + -12.260775929765071, + -76.65008539315193, + -12.250401358219374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.65541959572705, + -12.250401358219374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98880444045578, + -12.104830547605996, + -76.9791537890363, + -12.094445182679834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.98448523505486, + -12.094445182679834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05334037241919, + -11.678520007955486, + -77.04370076729843, + -11.66812701079453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.04902512123174, + -11.66812701079453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77011025825537, + -12.405401262714587, + -76.76045641366248, + -12.395026334741312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.76045641366248, + -12.402350416735072 + ], + [ + -76.76096614774893, + -12.397163006815164 + ], + [ + -76.76579298268587, + -12.395026334741312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07263664125811, + -12.09735810435988, + -77.06298406847603, + -12.086970567978922 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.06831528879454, + -12.086970567978922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14256667769381, + -11.852476296532783, + -77.13291964747589, + -11.842083463931415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.13824673356342, + -11.842083463931415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02685628896909, + -11.998473627851695, + -77.01720783148843, + -11.98808571023042 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.02253748145219, + -11.98808571023042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99491332853314, + -12.136888167760944, + -76.98526156284582, + -12.12650315387691 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.99059353064865, + -12.12650315387691 + ] + ] + ], + "type": "Polygon" + }, + "id": "1706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10585654636076, + -11.660039337764017, + -77.09621616281244, + -11.649644829438786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.10154014144426, + -11.649644829438786 + ] + ] + ], + "type": "Polygon" + }, + "id": "1707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08928957709989, + -11.9259405089264, + -77.07964169465781, + -11.915550006288766 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.08497006887757, + -11.915550006288766 + ] + ] + ], + "type": "Polygon" + }, + "id": "1708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9004213357213, + -12.064645464227896, + -76.89077418755585, + -12.054261670065118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.89610505462356, + -12.054261670065118 + ] + ] + ], + "type": "Polygon" + }, + "id": "1710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01775711786064, + -12.091956724051494, + -77.00810610541329, + -12.08157044716056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.01343730639964, + -12.08157044716056 + ] + ] + ], + "type": "Polygon" + }, + "id": "1711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79911264797234, + -12.203963459235002, + -76.78946403909268, + -12.193584402912807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.79479726856164, + -12.193584402912807 + ] + ] + ], + "type": "Polygon" + }, + "id": "1712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71678262103863, + -12.384350327550045, + -76.70713085822165, + -12.373976391472844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.7124670954871, + -12.373976391472844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98198775976506, + -12.222105102641354, + -76.97233378375245, + -12.211721772583122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.97766717112506, + -12.211721772583122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96965230444458, + -11.780468528616634, + -76.9600118150519, + -11.770078924941918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.96533794077668, + -11.770078924941918 + ] + ] + ], + "type": "Polygon" + }, + "id": "1715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63766082499771, + -12.250706790850067, + -76.62801524018155, + -12.24033262081642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.62801524018155, + -12.247655447989636 + ], + [ + -76.62852657183147, + -12.242468418069834 + ], + [ + -76.63334927628834, + -12.24033262081642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95596353193218, + -11.826321530481389, + -76.94632203286248, + -11.81593289030436 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.95164892636778, + -11.81593289030436 + ] + ] + ], + "type": "Polygon" + }, + "id": "1717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92406574317613, + -12.247818909616777, + -76.91441250677835, + -12.237437436485532 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91974637502598, + -12.237437436485532 + ] + ] + ], + "type": "Polygon" + }, + "id": "1718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78080849621311, + -12.296454294089457, + -76.77115761853997, + -12.286077227278469 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.7764923831701, + -12.286077227278469 + ] + ] + ], + "type": "Polygon" + }, + "id": "1719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71394494604371, + -11.943940337606685, + -76.70430640521309, + -11.933559438972623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70963537580441, + -11.933559438972623 + ] + ] + ], + "type": "Polygon" + }, + "id": "1720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9027088924384, + -12.088460617831105, + -76.89306097366503, + -12.078077133049593 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.89839223145091, + -12.078077133049593 + ] + ] + ], + "type": "Polygon" + }, + "id": "1721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95290183856216, + -11.763090048600695, + -76.9432623014541, + -11.752700624507186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94858815792256, + -11.752700624507186 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.94376847544663, + -11.754849411536112 + ], + [ + -76.94858815792256, + -11.752700624507186 + ] + ] + ], + "type": "Polygon" + }, + "id": "1722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9575603453076, + -12.093882944455837, + -76.94791083003945, + -12.083498181408835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.95324212799595, + -12.083498181408835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03761444195483, + -12.172554455729308, + -77.02796051581542, + -12.162168957966196 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.033293021403, + -12.162168957966196 + ], + [ + -77.03761444195483, + -12.165216140114223 + ], + [ + -77.03710894047961, + -12.170408941453278 + ], + [ + -77.03228189154099, + -12.172554455729308 + ], + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.02846614419282, + -12.16431449321725 + ], + [ + -77.033293021403, + -12.162168957966196 + ] + ] + ], + "type": "Polygon" + }, + "id": "1724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70699292484686, + -12.15548227761232, + -76.69734826650064, + -12.145104782908057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.70268072608467, + -12.145104782908057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08541098993682, + -11.823284576476219, + -77.07576626341468, + -11.812892723507275 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.08109295415133, + -11.812892723507275 + ] + ] + ], + "type": "Polygon" + }, + "id": "1726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67721022669014, + -12.317528999577434, + -76.6675615492545, + -12.307154930793939 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.67187503764075, + -12.317528999577434 + ], + [ + -76.6675615492545, + -12.314477694182287 + ], + [ + -76.66807243736318, + -12.309290714561516 + ], + [ + -76.67289668829476, + -12.307154930793939 + ] + ] + ], + "type": "Polygon" + }, + "id": "1727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01909726347716, + -11.698775706285224, + -77.00945793034619, + -11.688383806767929 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.01478265908936, + -11.688383806767929 + ] + ] + ], + "type": "Polygon" + }, + "id": "1728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11585734776216, + -11.794788438180403, + -77.10621270332547, + -11.784395458034137 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.11153888167948, + -11.784395458034137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03365323223133, + -11.88115094985895, + -77.0240080973411, + -11.870761165145282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.02933580766292, + -11.870761165145282 + ] + ] + ], + "type": "Polygon" + }, + "id": "1730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79227442223937, + -12.132538333152983, + -76.78262812941264, + -12.122158307962861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.78796018363948, + -12.122158307962861 + ] + ] + ], + "type": "Polygon" + }, + "id": "1731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71835708040786, + -12.274500421059594, + -76.70870855710078, + -12.264124575537148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.71404297912487, + -12.264124575537148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08619925119464, + -11.862700049511359, + -77.07655333089991, + -11.852308724177052 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.0818806688585, + -11.852308724177052 + ] + ] + ], + "type": "Polygon" + }, + "id": "1733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84635374481913, + -12.004253125338101, + -76.83670982932364, + -11.993869769508501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.84203973963001, + -11.993869769508501 + ] + ] + ], + "type": "Polygon" + }, + "id": "1734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71232531199946, + -12.148154935133649, + -76.70268072608467, + -12.137777187769377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.70801306377994, + -12.137777187769377 + ] + ] + ], + "type": "Polygon" + }, + "id": "1735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72977042729272, + -12.299216088604393, + -76.72012085356069, + -12.288840365731488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.72545568108411, + -12.288840365731488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99935178609708, + -11.806984356700893, + -76.98970973996343, + -11.796594382426452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.99503627022182, + -11.796594382426452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71144633430693, + -12.391672748740506, + -76.70179449881074, + -12.38129907641563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.71093593076104, + -12.389537218176446 + ], + [ + -76.70610992535147, + -12.391672748740506 + ], + [ + -76.70179449881074, + -12.38862141400931 + ], + [ + -76.7023050281255, + -12.383434632320606 + ], + [ + -76.70713085822165, + -12.38129907641563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00242354423915, + -11.87021845003826, + -76.99277953596042, + -11.859829276844653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.9981071030483, + -11.859829276844653 + ] + ] + ], + "type": "Polygon" + }, + "id": "1739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85473778754749, + -11.777025090642026, + -76.84510041753816, + -11.766638293571209 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.85042658175516, + -11.766638293571209 + ] + ] + ], + "type": "Polygon" + }, + "id": "1740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06797513402921, + -11.95531723153709, + -77.0583269153338, + -11.944927673330502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.06365580235644, + -11.944927673330502 + ] + ] + ], + "type": "Polygon" + }, + "id": "1741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83263473558634, + -12.14441043998889, + -76.82298700546897, + -12.134029584718661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.82831923461438, + -12.134029584718661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77244502496964, + -12.240605902272973, + -76.76279604166508, + -12.230228119235086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.76812988753444, + -12.230228119235086 + ] + ] + ], + "type": "Polygon" + }, + "id": "1743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99635627403, + -11.932549868631416, + -76.98671056497906, + -11.922161733328243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.99203916471495, + -11.922161733328243 + ] + ] + ], + "type": "Polygon" + }, + "id": "1744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7108867442549, + -11.975081964480157, + -76.70124735921775, + -11.964701601047205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.7065768434714, + -11.964701601047205 + ] + ] + ], + "type": "Polygon" + }, + "id": "1745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81893308146739, + -12.09588117219367, + -76.80928716596802, + -12.085499901069015 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.81461860246522, + -12.085499901069015 + ] + ] + ], + "type": "Polygon" + }, + "id": "1746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92249608049006, + -11.980327016993972, + -76.91285086678302, + -11.969941405385157 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.91818032615903, + -11.969941405385157 + ] + ] + ], + "type": "Polygon" + }, + "id": "1747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0776613670797, + -11.617942187939502, + -77.0680229464722, + -11.60754783330043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.07334627328358, + -11.60754783330043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0366835251037, + -11.849981083059152, + -77.02703924121163, + -11.839590787064363 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.03236643497387, + -11.839590787064363 + ] + ] + ], + "type": "Polygon" + }, + "id": "1749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10843898427954, + -12.061547511580265, + -77.09878657641802, + -12.051158553965506 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.10411715599147, + -12.051158553965506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72671018353472, + -12.330342049043805, + -76.71705976337704, + -12.319966930945002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.72239510585237, + -12.319966930945002 + ] + ] + ], + "type": "Polygon" + }, + "id": "1751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87529068600082, + -12.180090100413851, + -76.86564075646089, + -12.169708743606815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.87097354631027, + -12.169708743606815 + ] + ] + ], + "type": "Polygon" + }, + "id": "1752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76327500675121, + -12.333997009766168, + -76.75362348189307, + -12.323621022915919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.75895887354777, + -12.323621022915919 + ] + ] + ], + "type": "Polygon" + }, + "id": "1753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8531942713953, + -12.264365471262384, + -76.84354241164861, + -12.253986042991206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.84887660750526, + -12.253986042991206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76109066604269, + -12.027242765526884, + -76.75144835708774, + -12.016861904970455 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.75677868763113, + -12.016861904970455 + ] + ] + ], + "type": "Polygon" + }, + "id": "1755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0558023712623, + -11.98558695106231, + -77.0461535594011, + -11.975198134262962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.05148296086307, + -11.975198134262962 + ] + ] + ], + "type": "Polygon" + }, + "id": "1756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11434585886936, + -11.810377597564983, + -77.10470078820872, + -11.79998486617277 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.11002722513068, + -11.79998486617277 + ] + ] + ], + "type": "Polygon" + }, + "id": "1757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96211816078059, + -12.047150054339063, + -76.95246992109412, + -12.036764461895245 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.95780044433731, + -12.036764461895245 + ] + ] + ], + "type": "Polygon" + }, + "id": "1758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77391814051545, + -12.41363949587109, + -76.7642639464955, + -12.403264615470002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.77391814051545, + -12.406315379235883 + ], + [ + -76.77340857252926, + -12.411502873460263 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.76960065018484, + -12.403264615470002 + ] + ] + ], + "type": "Polygon" + }, + "id": "1759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97045596933437, + -11.914270608384419, + -76.96081147440974, + -11.903882847844129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.96613980078041, + -11.903882847844129 + ] + ] + ], + "type": "Polygon" + }, + "id": "1760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00701318348789, + -11.917866072923761, + -76.99736763765453, + -11.907477464140252 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -77.0026959837102, + -11.907477464140252 + ] + ] + ], + "type": "Polygon" + }, + "id": "1761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07923515062248, + -11.696787336437014, + -77.069594345228, + -11.686393944921264 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.07491896504385, + -11.686393944921264 + ] + ] + ], + "type": "Polygon" + }, + "id": "1762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09389439763773, + -11.973592387844674, + -77.08424497875649, + -11.963202466468397 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08957413086209, + -11.963202466468397 + ] + ] + ], + "type": "Polygon" + }, + "id": "1763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03360484496972, + -11.786741660038333, + -77.02396252271542, + -11.776350571240057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.0292886801407, + -11.776350571240057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84177441181735, + -12.145317976681314, + -76.83212641066429, + -12.134936906042551 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.83745864931058, + -12.134936906042551 + ] + ] + ], + "type": "Polygon" + }, + "id": "1765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9164417614528, + -12.231340164715952, + -76.906789217093, + -12.220958610950795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.9121228200282, + -12.220958610950795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73279074700777, + -12.362380981320953, + -76.72313920322813, + -12.35200625662334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.728475073527, + -12.35200625662334 + ] + ] + ], + "type": "Polygon" + }, + "id": "1767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73518253876125, + -12.103273988767826, + -76.72553866698462, + -12.0928949528495 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.73087025906067, + -12.0928949528495 + ] + ] + ], + "type": "Polygon" + }, + "id": "1768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94376847544663, + -11.762192655129075, + -76.93412920292975, + -11.751803444713635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93945505326495, + -11.751803444713635 + ], + [ + -76.94376847544663, + -11.754849411536112 + ], + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.934635503131, + -11.753952049419425 + ], + [ + -76.93945505326495, + -11.751803444713635 + ] + ] + ], + "type": "Polygon" + }, + "id": "1769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00332022242291, + -12.192761508717131, + -76.99366657226466, + -12.182377177432565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.99899945202547, + -12.182377177432565 + ] + ] + ], + "type": "Polygon" + }, + "id": "1770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82957342942386, + -12.269875791610975, + -76.81992203504551, + -12.259497048786505 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.82525633642992, + -12.259497048786505 + ] + ] + ], + "type": "Polygon" + }, + "id": "1771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00328064407952, + -12.098394225845828, + -76.99362981153259, + -12.08800840447142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.99896113537811, + -12.08800840447142 + ] + ] + ], + "type": "Polygon" + }, + "id": "1772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8341987259224, + -11.751403840139307, + -76.82456266559863, + -11.741017213413643 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82988842089604, + -11.741017213413643 + ], + [ + -76.8341987259224, + -11.744064077581058 + ], + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.82456266559863, + -11.748356888364588 + ], + [ + -76.82507047741392, + -11.743163629209214 + ], + [ + -76.82988842089604, + -11.741017213413643 + ] + ] + ], + "type": "Polygon" + }, + "id": "1773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12212449328388, + -12.01569240955975, + -77.11247310967897, + -12.005302427640917 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.12212449328388, + -12.008348082469118 + ], + [ + -77.12162042302025, + -12.01354312544823 + ], + [ + -77.11679464586881, + -12.01569240955975 + ], + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.11780291351863, + -12.005302427640917 + ] + ] + ], + "type": "Polygon" + }, + "id": "1774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09527471343142, + -11.76917207349417, + -77.08563134906564, + -11.75877924649853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.09095713619756, + -11.75877924649853 + ] + ] + ], + "type": "Polygon" + }, + "id": "1775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0374657668349, + -11.889391669216462, + -77.02782028905482, + -11.879001907845717 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.03314813028737, + -11.879001907845717 + ] + ] + ], + "type": "Polygon" + }, + "id": "1776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18127018382336, + -11.69099370688873, + -77.17162700001244, + -11.680597778894864 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.17695136851692, + -11.680597778894864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78236117636773, + -12.186575383070288, + -76.77271353820024, + -12.17619646950111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.77804648826006, + -12.17619646950111 + ] + ] + ], + "type": "Polygon" + }, + "id": "1778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98869850829836, + -11.821671917232836, + -76.97905629954545, + -11.811282406153946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.98438308304212, + -11.811282406153946 + ] + ] + ], + "type": "Polygon" + }, + "id": "1779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9339629613768, + -12.193766730787116, + -76.92431108014975, + -12.183384131076695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.9296440476238, + -12.183384131076695 + ] + ] + ], + "type": "Polygon" + }, + "id": "1780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72373344547665, + -12.172871787808859, + -76.71408780958897, + -12.162494143633905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.7194205526937, + -12.162494143633905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68634842104352, + -12.318444466493036, + -76.67669946415437, + -12.308070178769652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.68203461739455, + -12.308070178769652 + ] + ] + ], + "type": "Polygon" + }, + "id": "1782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08298460994313, + -11.610591826330477, + -77.07334627328358, + -11.600197251173718 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.0786694721226, + -11.600197251173718 + ] + ] + ], + "type": "Polygon" + }, + "id": "1783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17452673378273, + -11.808382537375318, + -77.16488022284202, + -11.797988328153808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.17020653185443, + -11.797988328153808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10001379987231, + -12.00565823171574, + -77.0903632707904, + -11.995268636180567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.09569294211099, + -11.995268636180567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79603818579042, + -12.329409009060896, + -76.7863859125885, + -12.319032113500844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.79172121473422, + -12.319032113500844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97420418743357, + -11.733714018379708, + -76.96456497156137, + -11.723323678290317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96989032389362, + -11.723323678290317 + ], + [ + -76.97420418743357, + -11.726369220907193 + ], + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.96456497156137, + -11.730668388541009 + ], + [ + -76.96507080191063, + -11.725473271769552 + ], + [ + -76.96989032389362, + -11.723323678290317 + ] + ] + ], + "type": "Polygon" + }, + "id": "1787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7261310012452, + -11.913704032531761, + -76.71649302784715, + -11.903322385577773 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.72182149781182, + -11.903322385577773 + ] + ] + ], + "type": "Polygon" + }, + "id": "1788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00541620110367, + -11.744642028374537, + -76.99577585455776, + -11.734251065852702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -77.00110135291007, + -11.734251065852702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78005735228335, + -12.257083646796062, + -76.77040767099314, + -12.246705942632776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.7757417858199, + -12.246705942632776 + ] + ] + ], + "type": "Polygon" + }, + "id": "1790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80143145552788, + -12.039111361465876, + -76.79178770306358, + -12.028729660326936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.79711821256211, + -12.028729660326936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16005700888259, + -11.814840489788061, + -77.15041066432617, + -11.804446716511228 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.15573710345556, + -11.804446716511228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01074161773687, + -11.737296393016502, + -77.00110135291007, + -11.726905202642724 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -77.0064267244545, + -11.726905202642724 + ] + ] + ], + "type": "Polygon" + }, + "id": "1793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84634128151889, + -12.192938668722185, + -76.83669173720654, + -12.182558244364474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.84202475861622, + -12.182558244364474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78456699932045, + -12.493275665724992, + -76.77491013532992, + -12.482901931547856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.77922893479231, + -12.493275665724992 + ], + [ + -76.77491013532992, + -12.490224569909433 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.78024815132517, + -12.482901931547856 + ] + ] + ], + "type": "Polygon" + }, + "id": "1795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7046736071205, + -12.225981901345373, + -76.69502690793975, + -12.215605604024095 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.70036053150132, + -12.215605604024095 + ] + ] + ], + "type": "Polygon" + }, + "id": "1796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96750684142629, + -12.228535344679567, + -76.95785304847547, + -12.218152477459395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.96318655709723, + -12.218152477459395 + ] + ] + ], + "type": "Polygon" + }, + "id": "1797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75790751379853, + -12.435609759999142, + -76.7482530967412, + -12.425235673318957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75359016968532, + -12.425235673318957 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.75257039195864, + -12.435609759999142 + ], + [ + -76.7482530967412, + -12.432558663530179 + ], + [ + -76.74876304859497, + -12.427371674311527 + ], + [ + -76.75359016968532, + -12.425235673318957 + ] + ] + ], + "type": "Polygon" + }, + "id": "1798", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81585195592257, + -12.315666579799524, + -76.8061995608974, + -12.305288950565958 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.81153462607564, + -12.305288950565958 + ] + ] + ], + "type": "Polygon" + }, + "id": "1799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11664934083625, + -11.834207450295352, + -77.10700350278876, + -11.823814990479821 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.11233032816088, + -11.823814990479821 + ] + ] + ], + "type": "Polygon" + }, + "id": "1800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95377378333824, + -12.180002374848069, + -76.9441217963908, + -12.169619062413384 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.94945451808886, + -12.169619062413384 + ] + ] + ], + "type": "Polygon" + }, + "id": "1801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72307410162642, + -11.94484791667747, + -76.71343528390197, + -11.934466798768604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.71876426755529, + -11.934466798768604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83414003104261, + -12.317488486869843, + -76.82448709209099, + -12.30711042745959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.8298221770285, + -12.30711042745959 + ] + ] + ], + "type": "Polygon" + }, + "id": "1803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05653222763571, + -11.93059519254302, + -77.04688503632414, + -11.920205554728856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.05221353148735, + -11.920205554728856 + ] + ] + ], + "type": "Polygon" + }, + "id": "1804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12133137234464, + -11.976281157425577, + -77.1116811836978, + -11.96589061015253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.11701033980994, + -11.96589061015253 + ] + ] + ], + "type": "Polygon" + }, + "id": "1805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07257684252406, + -12.002965992735483, + -77.0629270867048, + -11.992577024533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.06825675208695, + -11.992577024533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07391048670529, + -11.704136002453959, + -77.06426959743733, + -11.69374283563734 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.069594345228, + -11.69374283563734 + ] + ] + ], + "type": "Polygon" + }, + "id": "1807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0138150802668, + -11.800536319874682, + -77.00417285422573, + -11.7901459027713 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00949926203319, + -11.7901459027713 + ] + ] + ], + "type": "Polygon" + }, + "id": "1808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0633178031745, + -11.813254466215083, + -77.05367393476696, + -11.802863013091702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.05900049046377, + -11.802863013091702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74890181182569, + -12.057475683409942, + -76.73925893241967, + -12.047095591595847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.74458976534436, + -12.047095591595847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81434100410729, + -12.23691975255723, + -76.80469100199637, + -12.226540849343111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.81002476775188, + -12.226540849343111 + ] + ] + ], + "type": "Polygon" + }, + "id": "1811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8554864527276, + -12.099507972716786, + -76.84583945340304, + -12.089125839455624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.85117092789197, + -12.089125839455624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00779188364677, + -11.957271331821717, + -76.99814514347673, + -11.946883274729418 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -77.00347413735922, + -11.946883274729418 + ] + ] + ], + "type": "Polygon" + }, + "id": "1813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77327786278762, + -11.99700663137664, + -76.7636361250903, + -11.986625008453576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.76896595285734, + -11.986625008453576 + ] + ] + ], + "type": "Polygon" + }, + "id": "1814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68808991835769, + -11.925645612084582, + -76.67845263280297, + -11.915265107527999 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68378130589743, + -11.915265107527999 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.67896275063835, + -11.917406220117462 + ], + [ + -76.68378130589743, + -11.915265107527999 + ] + ] + ], + "type": "Polygon" + }, + "id": "1815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10599547406609, + -11.848901810294285, + -77.09634946591663, + -11.838509812094708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.1016765486782, + -11.838509812094708 + ] + ] + ], + "type": "Polygon" + }, + "id": "1816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99250850720182, + -11.829912595993962, + -76.98286595475939, + -11.819523104802423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.98819286968634, + -11.819523104802423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07620986839284, + -11.727966551710935, + -77.06656821185614, + -11.717573640521765 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.07189334815747, + -11.717573640521765 + ] + ] + ], + "type": "Polygon" + }, + "id": "1818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01914140606011, + -11.793191456249579, + -77.00949926203319, + -11.782800808779834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.0148255428419, + -11.782800808779834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04812115602986, + -11.8747034372992, + -77.03847584403715, + -11.864313208016936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.0438034302166, + -11.864313208016936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9560665855054, + -12.203816599939614, + -76.94641382789648, + -12.193433614172005 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.9517469401813, + -12.193433614172005 + ] + ] + ], + "type": "Polygon" + }, + "id": "1822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7678023152394, + -12.4758843831666, + -76.7581464250606, + -12.465510761930096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.7624645311941, + -12.4758843831666 + ], + [ + -76.7581464250606, + -12.47283320292034 + ], + [ + -76.75865630265916, + -12.467646446320362 + ], + [ + -76.76348416033906, + -12.465510761930096 + ] + ] + ], + "type": "Polygon" + }, + "id": "1823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0009846737456, + -12.074575276268217, + -76.99133461091523, + -12.06418914391891 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.99666554479332, + -12.06418914391891 + ] + ] + ], + "type": "Polygon" + }, + "id": "1824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67816994308195, + -11.979685656087193, + -76.66853132077328, + -11.969306196732148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.67284032880437, + -11.979685656087193 + ], + [ + -76.66853132077328, + -11.976636079702406 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.6738608851599, + -11.969306196732148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97435963454492, + -12.205625825804765, + -76.96470634807503, + -12.195242416641795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.97003947164114, + -12.195242416641795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14105604504964, + -11.868065227763534, + -77.13140858815932, + -11.857672649385373 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.13673593303619, + -11.857672649385373 + ] + ] + ], + "type": "Polygon" + }, + "id": "1827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79528506139205, + -12.290038938410856, + -76.78563398485164, + -12.279661397456493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.79096863710082, + -12.279661397456493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04279352525657, + -11.882047713318363, + -77.03314813028737, + -11.871657717769672 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.03847584403715, + -11.871657717769672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1015950544473, + -12.084472872078313, + -77.09194213478963, + -12.074084431906495 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.10109058858718, + -12.08232487639249 + ], + [ + -77.09626404326681, + -12.084472872078313 + ], + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.09727310208261, + -12.074084431906495 + ] + ] + ], + "type": "Polygon" + }, + "id": "1831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91409788841014, + -11.830067263752909, + -76.90445737147458, + -11.819679712150144 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90978436442991, + -11.819679712150144 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.91359119375333, + -11.827920139607471 + ], + [ + -76.90877084896329, + -11.830067263752909 + ], + [ + -76.90445737147458, + -11.827020578914437 + ], + [ + -76.90496419227497, + -11.82182685671248 + ], + [ + -76.90978436442991, + -11.819679712150144 + ] + ] + ], + "type": "Polygon" + }, + "id": "1832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94911797780465, + -11.84924593784107, + -76.93947597423062, + -11.83885778471099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.94480325147734, + -11.83885778471099 + ] + ] + ], + "type": "Polygon" + }, + "id": "1833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03834775828707, + -12.117578093785301, + -77.02869545433705, + -12.107191709940434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.03402705261394, + -12.107191709940434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8570195215998, + -11.800845214656851, + -76.84738138193056, + -11.790458683926664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.85651207614822, + -11.798698944560835 + ], + [ + -76.85169291971462, + -11.800845214656851 + ], + [ + -76.84738138193056, + -11.797798186207375 + ], + [ + -76.84788895327539, + -11.792604974853212 + ], + [ + -76.85270793652045, + -11.790458683926664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90958593548747, + -12.254244373554505, + -76.89993288706279, + -12.243863366976626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.90526687381184, + -12.243863366976626 + ] + ] + ], + "type": "Polygon" + }, + "id": "1836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98725126570415, + -12.026035111196082, + -76.97760300477647, + -12.015648579181013 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.98293315400711, + -12.015648579181013 + ] + ] + ], + "type": "Polygon" + }, + "id": "1837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919495018859, + -11.959333664406506, + -76.85955176675158, + -11.948949072073836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488092202451, + -11.948949072073836 + ], + [ + -76.86919495018859, + -11.95199675606455 + ], + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.86488092202451, + -11.948949072073836 + ] + ] + ], + "type": "Polygon" + }, + "id": "1838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1242803113395, + -11.850689576778995, + -77.1146337911992, + -11.840297160875043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.1199608761755, + -11.840297160875043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70091947124558, + -12.123437993674886, + -76.69127593584078, + -12.113060147215881 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69660786775927, + -12.113060147215881 + ], + [ + -76.70091947124558, + -12.116110191388778 + ], + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.69127593584078, + -12.12038786400362 + ], + [ + -76.69178618761697, + -12.115198995559105 + ], + [ + -76.69660786775927, + -12.113060147215881 + ] + ] + ], + "type": "Polygon" + }, + "id": "1840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85624331057497, + -12.233226595339424, + -76.84659229978224, + -12.222846577329864 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.85192597963348, + -12.222846577329864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93009644348204, + -11.902430615747742, + -76.9204533521634, + -11.892043684007552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.92578152220635, + -11.892043684007552 + ] + ] + ], + "type": "Polygon" + }, + "id": "1842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69938904662472, + -12.139004407732928, + -76.68974508880802, + -12.128626845863998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.69405680802531, + -12.139004407732928 + ], + [ + -76.68974508880802, + -12.135954184925462 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.69507727776893, + -12.128626845863998 + ] + ] + ], + "type": "Polygon" + }, + "id": "1843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13580686767085, + -11.969831520759572, + -77.12615650920743, + -11.959440528653147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13148553692086, + -11.959440528653147 + ], + [ + -77.13580686767085, + -11.962485835338997 + ], + [ + -77.13530306107565, + -11.96768138335808 + ], + [ + -77.13047779658993, + -11.969831520759572 + ], + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.13148553692086, + -11.959440528653147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91031594411668, + -12.010579992068113, + -76.9006701480367, + -12.000195133078838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.90600011611573, + -12.000195133078838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70323883529413, + -12.052928912529223, + -76.69359733933436, + -12.042549914131474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.69892810804217, + -12.042549914131474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76866814532602, + -12.13805022506323, + -76.75902232579426, + -12.127670884370122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.76435448072039, + -12.127670884370122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93471363379058, + -12.138803773540394, + -76.92506337361264, + -12.128420278809905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.9303954338731, + -12.128420278809905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.817378350125, + -12.300100060595637, + -76.80772637930016, + -12.289722130376003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.81306118657103, + -12.289722130376003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90571885395597, + -11.774182723760333, + -76.8960802207666, + -11.763794617507145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.90140630130954, + -11.763794617507145 + ] + ] + ], + "type": "Polygon" + }, + "id": "1850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78764733033658, + -12.367864074927276, + -76.77799413394604, + -12.35748805027489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.78333007527245, + -12.35748805027489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7191005513476, + -12.313865206589488, + -76.7094508316734, + -12.303490003159709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.71478590372767, + -12.303490003159709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82804768854034, + -12.285443533557569, + -76.8183958699027, + -12.275065088650837 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.82373042920699, + -12.275065088650837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74819006189871, + -11.923756728604506, + -76.73855118766735, + -11.913374666188956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.7438798173243, + -11.913374666188956 + ] + ] + ], + "type": "Polygon" + }, + "id": "1854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84176684271767, + -12.23964817623878, + -76.83211602559267, + -12.229268627169423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.8374498206958, + -12.229268627169423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06701449728943, + -11.632641984917848, + -77.05737590928155, + -11.622248072652367 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.06269949177575, + -11.622248072652367 + ] + ] + ], + "type": "Polygon" + }, + "id": "1856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91794887663357, + -12.121419740046296, + -76.90829957412102, + -12.111036388729516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.91363136259062, + -12.111036388729516 + ] + ] + ], + "type": "Polygon" + }, + "id": "1857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11218533080948, + -11.975385165568394, + -77.10253539827248, + -11.964994826676023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.10786455332523, + -11.964994826676023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05726183821282, + -11.875599650194111, + -77.04761626690973, + -11.865209210447912 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.05294385608065, + -11.865209210447912 + ] + ] + ], + "type": "Polygon" + }, + "id": "1859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9004117938574, + -11.970282377512397, + -76.89076745952363, + -11.959897167036901 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.89609677184247, + -11.959897167036901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11909984408238, + -12.046861271633638, + -77.109447606702, + -12.03647183224432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.114777928462, + -12.03647183224432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85701016766173, + -12.08393470286471, + -76.84736359241913, + -12.073552290191326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.85269480914835, + -12.073552290191326 + ] + ] + ], + "type": "Polygon" + }, + "id": "1862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09771047487227, + -11.981833084404142, + -77.08806071414938, + -11.971443191651879 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.0933899964781, + -11.971443191651879 + ] + ] + ], + "type": "Polygon" + }, + "id": "1863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79683288195595, + -12.180155636910182, + -76.78718504518692, + -12.169776254077004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.79251788286807, + -12.169776254077004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00844758907091, + -11.713468654612436, + -76.99880809217528, + -11.703077207273001 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -77.004133074679, + -11.703077207273001 + ] + ] + ], + "type": "Polygon" + }, + "id": "1865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05636711599666, + -11.647340544145349, + -77.04672836124912, + -11.636947076037295 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.0520521990769, + -11.636947076037295 + ] + ] + ], + "type": "Polygon" + }, + "id": "1866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843418868328, + -12.202993685242683, + -76.85878375701267, + -12.1926128692204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.86411692962764, + -12.1926128692204 + ] + ] + ], + "type": "Polygon" + }, + "id": "1867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19964875775364, + -11.787221800410771, + -77.19000225698309, + -11.776826702005023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1953281749742, + -11.776826702005023 + ], + [ + -77.19964875775364, + -11.779870512308403 + ], + [ + -77.19914613256852, + -11.785068113196573 + ], + [ + -77.19432279735587, + -11.787221800410771 + ], + [ + -77.19000225698309, + -11.784177904085537 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.1953281749742, + -11.776826702005023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74662725287918, + -12.033666082500403, + -76.73698514533947, + -12.023285686092299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.74231558645164, + -12.023285686092299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10836874120363, + -11.967144411022721, + -77.09871915019534, + -11.956754043698904 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.10404817521353, + -11.956754043698904 + ] + ] + ], + "type": "Polygon" + }, + "id": "1870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07106255850813, + -12.018549108086056, + -77.06141237639868, + -12.00816040953211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.06674230047113, + -12.00816040953211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80139277152996, + -12.227770717437373, + -76.79174339044668, + -12.217391991180385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.79707701174387, + -12.217391991180385 + ] + ] + ], + "type": "Polygon" + }, + "id": "1872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94993724492427, + -12.077402993130866, + -76.94028841965778, + -12.067018164502873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.94561945339996, + -12.067018164502873 + ] + ] + ], + "type": "Polygon" + }, + "id": "1873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8791035800072, + -12.282661442316982, + -76.869450486381, + -12.272281668854568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.87478496624126, + -12.272281668854568 + ] + ] + ], + "type": "Polygon" + }, + "id": "1874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78313712432488, + -12.131629494175959, + -76.77349110510013, + -12.121249685735664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.77882314833462, + -12.121249685735664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90806362182026, + -12.269815513872079, + -76.89841014827238, + -12.259434803019307 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.90755615343708, + -12.267674059301243 + ], + [ + -76.90272933007478, + -12.269815513872079 + ], + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.90374439331352, + -12.259434803019307 + ] + ] + ], + "type": "Polygon" + }, + "id": "1876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79455347340391, + -12.156347258777583, + -76.78490640865252, + -12.145967552988232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.7902388545863, + -12.145967552988232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97962733276287, + -12.009554603154204, + -76.96997976032539, + -11.999168011916517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.97530964620232, + -11.999168011916517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73126052080408, + -12.377942683735956, + -76.72160855362323, + -12.367568266828986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.7269446815054, + -12.367568266828986 + ] + ] + ], + "type": "Polygon" + }, + "id": "1879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.840241755127, + -12.255217131389927, + -76.83059051368392, + -12.244837877168568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.83592456671937, + -12.244837877168568 + ] + ] + ], + "type": "Polygon" + }, + "id": "1880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95519161617023, + -11.78691449045905, + -76.94555131037592, + -11.776525330709509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.9508775564326, + -11.776525330709509 + ] + ] + ], + "type": "Polygon" + }, + "id": "1881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68555587856332, + -12.373364346979912, + -76.67590530219279, + -12.36299102014872 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.68124136306551, + -12.36299102014872 + ] + ] + ], + "type": "Polygon" + }, + "id": "1882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6910465689856, + -12.08315399310933, + -76.68140450682118, + -12.072775770937923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.68571525039958, + -12.08315399310933 + ], + [ + -76.68140450682118, + -12.08010398240723 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.68673577566726, + -12.072775770937923 + ] + ] + ], + "type": "Polygon" + }, + "id": "1883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68793270547408, + -12.208591313887808, + -76.67828698592875, + -12.198215161310682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.68362032482354, + -12.198215161310682 + ] + ] + ], + "type": "Polygon" + }, + "id": "1884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89430224864626, + -11.749461374834386, + -76.88466465169711, + -11.73907322124993 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88999033468107, + -11.73907322124993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82273933471527, + -12.104120666057128, + -76.81309307145635, + -12.093739427208519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.81842464174778, + -12.093739427208519 + ] + ] + ], + "type": "Polygon" + }, + "id": "1886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08165967745511, + -11.90945889613599, + -77.07201247886967, + -11.899068342566421 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.07734059247828, + -11.899068342566421 + ] + ] + ], + "type": "Polygon" + }, + "id": "1887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68349943603135, + -11.972355686538068, + -76.6738608851599, + -11.961975982348084 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.67919032829626, + -11.961975982348084 + ] + ] + ], + "type": "Polygon" + }, + "id": "1888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15473052677356, + -11.822189636729064, + -77.14508409571395, + -11.811796092341432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.15041066432617, + -11.811796092341432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69400613892623, + -12.240632422279644, + -76.68435929546628, + -12.230256638356028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68969316256532, + -12.230256638356028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74346221824871, + -12.347733019027745, + -76.73381082132695, + -12.337357770781143 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73914644653972, + -12.337357770781143 + ] + ] + ], + "type": "Polygon" + }, + "id": "1891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99176819273032, + -11.884903789239655, + -76.98212402157367, + -11.87451508515432 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.98745184210634, + -11.87451508515432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01619677180523, + -12.01315558404607, + -77.00654814976349, + -12.002768146868696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.01187805422964, + -12.002768146868696 + ] + ] + ], + "type": "Polygon" + }, + "id": "1893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09448554704181, + -11.729751944950703, + -77.08484337577404, + -11.719358613624648 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.09016851608438, + -11.719358613624648 + ] + ] + ], + "type": "Polygon" + }, + "id": "1894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91715215168198, + -11.893289767761551, + -76.9075096716878, + -11.882903026973842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.91182407438964, + -11.893289767761551 + ], + [ + -76.9075096716878, + -11.890242773210462 + ], + [ + -76.90801654884774, + -11.885049456341385 + ], + [ + -76.91283770251394, + -11.882903026973842 + ] + ] + ], + "type": "Polygon" + }, + "id": "1895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86081785008835, + -12.092174361017904, + -76.85117092789197, + -12.081791980368497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.85650227792623, + -12.081791980368497 + ] + ] + ], + "type": "Polygon" + }, + "id": "1896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99113564029842, + -12.223009358867566, + -76.98148140094602, + -12.212625817752029 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.99062940823661, + -12.220865492352837 + ], + [ + -76.9858022024248, + -12.223009358867566 + ], + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.98681479331508, + -12.212625817752029 + ] + ] + ], + "type": "Polygon" + }, + "id": "1897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10441427098421, + -11.770065039109454, + -77.09477064994795, + -11.759672002576124 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.10009643864781, + -11.759672002576124 + ] + ] + ], + "type": "Polygon" + }, + "id": "1898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75719117691932, + -12.301955759018332, + -76.74754077458697, + -12.291579384118938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.75287563912444, + -12.291579384118938 + ] + ] + ], + "type": "Polygon" + }, + "id": "1899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86158584605771, + -11.75410451712574, + -76.85194897626933, + -11.743717241095624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85727475903506, + -11.743717241095624 + ], + [ + -76.86158584605771, + -11.746763882440542 + ], + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.85245641068207, + -11.74586420429589 + ], + [ + -76.85727475903506, + -11.743717241095624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93929584917973, + -12.186432383319124, + -76.9296440476238, + -12.176049533135258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.9349768891922, + -12.176049533135258 + ] + ] + ], + "type": "Polygon" + }, + "id": "1901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84786002805293, + -12.271695223308024, + -76.83820809133876, + -12.261316050720037 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.84354241164861, + -12.261316050720037 + ] + ] + ], + "type": "Polygon" + }, + "id": "1902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73283012056928, + -12.268088320003365, + -76.7231813931696, + -12.25771199851752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.72851570580964, + -12.25771199851752 + ] + ] + ], + "type": "Polygon" + }, + "id": "1903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83720897357082, + -12.097695103328764, + -76.82756251520618, + -12.087313400635734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.83289397125013, + -12.087313400635734 + ] + ] + ], + "type": "Polygon" + }, + "id": "1904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15011779557659, + -11.77452597271455, + -77.14047289835608, + -11.764131892269043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.14579869076101, + -11.764131892269043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87909692954547, + -12.093985580103833, + -76.86944946887758, + -12.083602770123823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.87478083593244, + -12.083602770123823 + ] + ] + ], + "type": "Polygon" + }, + "id": "1906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72683354200616, + -12.047418479063328, + -76.71719156409064, + -12.037038794920125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.72252223724222, + -12.037038794920125 + ] + ] + ], + "type": "Polygon" + }, + "id": "1907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14717927003758, + -11.900135840960903, + -77.13753070509698, + -11.889743567745269 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.14717927003758, + -11.892788427051887 + ], + [ + -77.146675731693, + -11.897984615607378 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.14285856788398, + -11.889743567745269 + ] + ] + ], + "type": "Polygon" + }, + "id": "1908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84786581985033, + -12.177367959909263, + -76.83821669976166, + -12.166987246874832 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.84354946330804, + -12.166987246874832 + ] + ] + ], + "type": "Polygon" + }, + "id": "1909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72914696321216, + -11.976898176763065, + -76.71950702443624, + -11.966517375082073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.72483653472833, + -11.966517375082073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80521809124383, + -12.14168623094393, + -76.79557117709206, + -12.13130602327913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.80090337608169, + -12.13130602327913 + ] + ] + ], + "type": "Polygon" + }, + "id": "1911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995719223191, + -12.093080103361455, + -76.86031000056144, + -12.082697507921624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.86564135924378, + -12.082697507921624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7656126768135, + -12.169187103565191, + -76.75596601081428, + -12.15880833534652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.7612986805688, + -12.15880833534652 + ] + ] + ], + "type": "Polygon" + }, + "id": "1913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16689268598944, + -11.791899963281866, + -77.1572468548841, + -11.7815057135218 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.16257290563331, + -11.7815057135218 + ] + ] + ], + "type": "Polygon" + }, + "id": "1914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.763366382587, + -12.051053133151838, + -76.75372330192708, + -12.040672576245004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.7590540241583, + -12.040672576245004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8135700095248, + -12.29186122804407, + -76.80391838699147, + -12.281483255620529 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80925306023815, + -12.281483255620529 + ] + ] + ], + "type": "Polygon" + }, + "id": "1916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05939331401892, + -11.616159673705145, + -77.04975540954844, + -11.605765740861585 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.0550787313405, + -11.605765740861585 + ] + ] + ], + "type": "Polygon" + }, + "id": "1917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93777510155475, + -12.202006297684605, + -76.92812287471918, + -12.191623736314781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.93345597461803, + -12.191623736314781 + ] + ] + ], + "type": "Polygon" + }, + "id": "1918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74659193161966, + -12.127991481089618, + -76.73694701156064, + -12.117612542145622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.74227900807288, + -12.117612542145622 + ] + ] + ], + "type": "Polygon" + }, + "id": "1919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03756485465453, + -12.078178136487667, + -77.0279137462788, + -12.06779116141369 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.03324469617421, + -12.06779116141369 + ] + ] + ], + "type": "Polygon" + }, + "id": "1920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01164625085747, + -12.059896806788844, + -77.00199635168258, + -12.049510187618612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -77.0073270314953, + -12.049510187618612 + ] + ] + ], + "type": "Polygon" + }, + "id": "1921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13270646473765, + -11.906588745809263, + -77.12305806858168, + -11.896196913833732 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.12838606025471, + -11.896196913833732 + ] + ] + ], + "type": "Polygon" + }, + "id": "1922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71241591383266, + -11.959511352130145, + -76.70277695091036, + -11.94913072032404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.70810617832433, + -11.94913072032404 + ] + ] + ], + "type": "Polygon" + }, + "id": "1923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82731424484632, + -12.057403623669021, + -76.81766925268708, + -12.047021549041206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.82300005021736, + -12.047021549041206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90420927656776, + -11.884148716700324, + -76.89456740880603, + -11.873762167834311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8998952998702, + -11.873762167834311 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.90370235913839, + -11.882002471262272 + ], + [ + -76.8988813388557, + -11.884148716700324 + ], + [ + -76.89456740880603, + -11.881101654883118 + ], + [ + -76.89507445238172, + -11.875908434070377 + ], + [ + -76.8998952998702, + -11.873762167834311 + ] + ] + ], + "type": "Polygon" + }, + "id": "1925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96283604310972, + -11.897789700092563, + -76.95319223689073, + -11.887401892041472 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.95852029966572, + -11.887401892041472 + ] + ] + ], + "type": "Polygon" + }, + "id": "1926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94379065455968, + -11.856587380548063, + -76.93414857116812, + -11.846199461698584 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.93846320542096, + -11.856587380548063 + ], + [ + -76.93414857116812, + -11.853540817925163 + ], + [ + -76.93465501870946, + -11.848346911876021 + ], + [ + -76.93947597423062, + -11.846199461698584 + ] + ] + ], + "type": "Polygon" + }, + "id": "1927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96206309890081, + -11.85838523192579, + -76.95242048649713, + -11.847996886612492 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.95774790155676, + -11.847996886612492 + ] + ] + ], + "type": "Polygon" + }, + "id": "1928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76480368697891, + -12.318432953579729, + -76.75515258577161, + -12.308056663513085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.76048771975248, + -12.308056663513085 + ] + ] + ], + "type": "Polygon" + }, + "id": "1929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07996044757692, + -11.641774626712696, + -77.0703212601443, + -11.631380514790372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.07564497523056, + -11.631380514790372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83800155828715, + -11.759644057007288, + -76.8283651512555, + -11.749257445141586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.83369103987081, + -11.749257445141586 + ] + ] + ], + "type": "Polygon" + }, + "id": "1931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96896734323799, + -12.024232926539455, + -76.95931960923272, + -12.013846818472727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.96464974797293, + -12.013846818472727 + ] + ] + ], + "type": "Polygon" + }, + "id": "1932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74055114715833, + -12.001616532966603, + -76.7309101605499, + -11.991235808780093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.73624007518924, + -11.991235808780093 + ] + ] + ], + "type": "Polygon" + }, + "id": "1933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08553804938236, + -12.012104254372147, + -77.07588769317304, + -12.00171510686043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.08121749121246, + -12.00171510686043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95295153880369, + -11.951872575262465, + -76.94330637800003, + -11.941485791104661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.9486353408346, + -11.941485791104661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73745663537305, + -12.12708131402952, + -76.72781199129439, + -12.116702593083605 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.73314397543805, + -12.116702593083605 + ] + ] + ], + "type": "Polygon" + }, + "id": "1936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69795752071816, + -11.965934110550322, + -76.68831876321083, + -11.955553942088395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.69364809882825, + -11.955553942088395 + ] + ] + ], + "type": "Polygon" + }, + "id": "1937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71547384090438, + -11.928368923227625, + -76.70583572214224, + -11.91798775931101 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.71116443592797, + -11.91798775931101 + ] + ] + ], + "type": "Polygon" + }, + "id": "1938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88518690692173, + -12.03168594465527, + -76.87554114344881, + -12.021302029256162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.88087147913551, + -12.021302029256162 + ] + ] + ], + "type": "Polygon" + }, + "id": "1939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85852839011805, + -12.257035379555711, + -76.84887660750526, + -12.246655696042287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.85421067882058, + -12.246655696042287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10462153075329, + -12.053306999954364, + -77.09496946467995, + -12.042918009549826 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.10029991410207, + -12.042918009549826 + ] + ] + ], + "type": "Polygon" + }, + "id": "1941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94612607470387, + -12.069163000425887, + -76.93647759452945, + -12.058778139690922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.94180849610238, + -12.058778139690922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88823706158946, + -12.09489079114459, + -76.87858933240094, + -12.084507766874683 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.88392070755272, + -12.084507766874683 + ] + ] + ], + "type": "Polygon" + }, + "id": "1943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03741626626496, + -11.794982542176529, + -77.02777360131971, + -11.784591471904239 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.03309988958003, + -11.784591471904239 + ] + ] + ], + "type": "Polygon" + }, + "id": "1944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14566860953208, + -11.915723927283263, + -77.13601961774228, + -11.905331912954642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.14566860953208, + -11.908376863444213 + ], + [ + -77.14516502571455, + -11.913572922553284 + ], + [ + -77.14034044464519, + -11.915723927283263 + ], + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.1413477394171, + -11.905331912954642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73137991689924, + -12.09503480755527, + -76.72173639466965, + -12.08465574022232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.72706785185191, + -12.08465574022232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04963573232749, + -11.859118029353628, + -77.03999084599043, + -11.848727544413215 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.04531817382107, + -11.848727544413215 + ] + ] + ], + "type": "Polygon" + }, + "id": "1947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8608138279498, + -12.280843579209243, + -76.85116127342422, + -12.270464233745981 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.85649573624386, + -12.270464233745981 + ] + ] + ], + "type": "Polygon" + }, + "id": "1948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03223385995831, + -12.085518043425155, + -77.02258266883783, + -12.075131311949765 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.0279137462788, + -12.075131311949765 + ] + ] + ], + "type": "Polygon" + }, + "id": "1949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73969374269626, + -12.245197526936796, + -76.73004551177351, + -12.23482065168327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.73537944455431, + -12.23482065168327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91415205329035, + -12.207528302648306, + -76.90450028009249, + -12.197146418153704 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90983349206942, + -12.197146418153704 + ] + ] + ], + "type": "Polygon" + }, + "id": "1951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00394002002373, + -11.854634626240372, + -76.99429643687822, + -11.844245197447302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.99962374584764, + -11.844245197447302 + ] + ] + ], + "type": "Polygon" + }, + "id": "1952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96893780810379, + -11.929851922102861, + -76.9592928882646, + -11.919464423322191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.96462147268464, + -11.919464423322191 + ] + ] + ], + "type": "Polygon" + }, + "id": "1953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9263394417964, + -12.177287548759995, + -76.91668825196875, + -12.166904873734813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.92202095446902, + -12.166904873734813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01377248977498, + -11.706122337238815, + -77.004133074679, + -11.69573066358782 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.00945793034619, + -11.69573066358782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93090236434297, + -12.130564010294709, + -76.92125244970138, + -12.120180480471722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.92658437755017, + -12.120180480471722 + ] + ] + ], + "type": "Polygon" + }, + "id": "1956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70536788260824, + -12.359635772911219, + -76.69571717156612, + -12.349261701557072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.70105300262858, + -12.349261701557072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76642092249297, + -12.019910911781839, + -76.75677868763113, + -12.009529805598554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.76210889543249, + -12.009529805598554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01853757967733, + -12.131354479580665, + -77.00888537158838, + -12.120968797475665 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.01421722106836, + -12.120968797475665 + ] + ] + ], + "type": "Polygon" + }, + "id": "1959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73357538604371, + -12.307454610834558, + -76.72392546228973, + -12.297078929754402 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.7292604248978, + -12.297078929754402 + ] + ] + ], + "type": "Polygon" + }, + "id": "1960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12514859624895, + -11.984521926091722, + -77.11549806632237, + -11.974131407838202 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.1208273523121, + -11.974131407838202 + ] + ] + ], + "type": "Polygon" + }, + "id": "1961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64372876998478, + -12.282744261739586, + -76.63408205948845, + -12.272370468254369 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.64321759724989, + -12.280608780456793 + ], + [ + -76.63839415405435, + -12.282744261739586 + ], + [ + -76.63408205948845, + -12.279692816705266 + ], + [ + -76.6345933576339, + -12.274505974990051 + ], + [ + -76.63941662494427, + -12.272370468254369 + ] + ] + ], + "type": "Polygon" + }, + "id": "1962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07772257770677, + -11.712377124584526, + -77.06808134675323, + -11.701983972455906 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.0734062248031, + -11.701983972455906 + ] + ] + ], + "type": "Polygon" + }, + "id": "1963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04420540418822, + -11.677627100365457, + -77.03456605826747, + -11.667234314437321 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03989040909502, + -11.667234314437321 + ] + ] + ], + "type": "Polygon" + }, + "id": "1964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15703743297742, + -11.846020806447772, + -77.14739023486224, + -11.835627535445948 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.15271719163663, + -11.835627535445948 + ] + ] + ], + "type": "Polygon" + }, + "id": "1965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94453890631709, + -11.801599853324007, + -76.93489844072886, + -11.791211156428604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.94022493844547, + -11.791211156428604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94918925629624, + -12.132372249205444, + -76.93953881039543, + -12.121988294111642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.9448707510396, + -12.121988294111642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09987829565746, + -11.816831662805583, + -77.09023339645344, + -11.806439370156498 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.09555996062505, + -11.806439370156498 + ] + ] + ], + "type": "Polygon" + }, + "id": "1968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1463833038336, + -11.860717404217006, + -77.13673593303619, + -11.85032459451924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.14206314863297, + -11.85032459451924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67420190091539, + -12.254367153784218, + -76.66455519334323, + -12.243992104267427 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66988928934161, + -12.243992104267427 + ] + ] + ], + "type": "Polygon" + }, + "id": "1970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8273024586975, + -12.15174200751443, + -76.81765465232374, + -12.141361402606936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.82298700546897, + -12.141361402606936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96369316931947, + -12.220295780965388, + -76.95403972142164, + -12.209912873773892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95937309797256, + -12.209912873773892 + ] + ] + ], + "type": "Polygon" + }, + "id": "1973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0785096094829, + -11.751796692090153, + -77.06886718558641, + -11.741404040099932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.07419271043769, + -11.741404040099932 + ] + ] + ], + "type": "Polygon" + }, + "id": "1974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06718892307079, + -11.915907278429174, + -77.05754189880123, + -11.905517169457916 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.06287013817823, + -11.905517169457916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90957371318846, + -12.159902878653693, + -76.89992348203741, + -12.149520343370506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.90525591221788, + -12.149520343370506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89662922413432, + -12.245097757497671, + -76.88697678986307, + -12.23471692346846 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.89231063621325, + -12.23471692346846 + ] + ] + ], + "type": "Polygon" + }, + "id": "1977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14320140065341, + -11.703027290508388, + -77.1335588035116, + -11.692632432767507 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.1388834318982, + -11.692632432767507 + ] + ] + ], + "type": "Polygon" + }, + "id": "1978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04671086853156, + -12.07907818516991, + -77.03705949996525, + -12.068691000042474 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.04239045317473, + -12.068691000042474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71223460438462, + -12.336751283847011, + -76.70258438891307, + -12.326376644703211 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.70791984052225, + -12.326376644703211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75046397795286, + -11.94756908955772, + -76.7408243323937, + -11.937187315322003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.7461533535852, + -11.937187315322003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11895318286302, + -11.858036855878023, + -77.10930657733776, + -11.847644671209213 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.1146337911992, + -11.847644671209213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9545464602898, + -12.219390715716438, + -76.9448932771668, + -12.209008020334286 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.95022664789248, + -12.209008020334286 + ] + ] + ], + "type": "Polygon" + }, + "id": "1983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8547226496444, + -12.15446470181447, + -76.84507403071969, + -12.144083451196972 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.85040641202453, + -12.144083451196972 + ] + ] + ], + "type": "Polygon" + }, + "id": "1984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0002065416375, + -12.035176072166175, + -76.99055767399783, + -12.024789358980142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.99588795955985, + -12.024789358980142 + ] + ] + ], + "type": "Polygon" + }, + "id": "1985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70022755508687, + -11.989743344962426, + -76.69058802559904, + -11.979363470932661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.69971763011887, + -11.98760281232637 + ], + [ + -76.69489777787422, + -11.989743344962426 + ], + [ + -76.69058802559904, + -11.9866939090506 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.69591775323094, + -11.979363470932661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95670968392169, + -11.771330688782038, + -76.9470698025128, + -11.760941281252316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.95239579081533, + -11.760941281252316 + ] + ] + ], + "type": "Polygon" + }, + "id": "1987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7945107599424, + -12.344973972460128, + -76.78485806270552, + -12.334597380938328 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.79019362269887, + -12.334597380938328 + ] + ] + ], + "type": "Polygon" + }, + "id": "1988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1067166447168, + -11.793895391270073, + -77.09707225638981, + -11.783502620267278 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.10239843352072, + -11.783502620267278 + ] + ] + ], + "type": "Polygon" + }, + "id": "1989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73738059967619, + -12.315693115505505, + -76.72773032596008, + -12.305317476672865 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.73306542361188, + -12.305317476672865 + ] + ] + ], + "type": "Polygon" + }, + "id": "1990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79453212290632, + -12.250666798445577, + -76.78488224273407, + -12.24028862182775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.79021624524314, + -12.24028862182775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15464683062493, + -11.72775132808663, + -77.14500321291112, + -11.717356517560019 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.15032822931775, + -11.717356517560019 + ] + ] + ], + "type": "Polygon" + }, + "id": "1992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91260393973, + -12.034396927164883, + -76.90295737339135, + -12.024012369490132 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.9082877319821, + -12.024012369490132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70017870957113, + -12.084064795450454, + -76.69053636907988, + -12.073686353874715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.69586765168869, + -12.073686353874715 + ] + ] + ], + "type": "Polygon" + }, + "id": "1994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06791672170428, + -11.860909562373658, + -77.05827131743287, + -11.850518656733415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.06359865087886, + -11.850518656733415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80674410869173, + -12.126115848345169, + -76.7970976181632, + -12.115735356702936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.80242955957601, + -12.115735356702936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9750722525931, + -12.056292019585516, + -76.9654234042806, + -12.045906246202899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.97075406494896, + -12.045906246202899 + ] + ] + ], + "type": "Polygon" + }, + "id": "1997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70254610451366, + -11.919221950826001, + -76.69290861276764, + -11.908840984256729 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.69823717815557, + -11.908840984256729 + ] + ] + ], + "type": "Polygon" + }, + "id": "1998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7238174037542, + -11.98422962293679, + -76.71417739208908, + -11.973849065500017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71950702443624, + -11.973849065500017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71617197511682, + -12.062078009180988, + -76.70652985167258, + -12.051698820740274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.71186076887139, + -12.051698820740274 + ] + ] + ], + "type": "Polygon" + }, + "id": "2000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83340219907126, + -12.08945554138538, + -76.82375608815606, + -12.07907380660819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.82908741059315, + -12.07907380660819 + ] + ] + ], + "type": "Polygon" + }, + "id": "2001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71237062612721, + -12.053838793456706, + -76.70272885252847, + -12.043459575876733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.70805963462942, + -12.043459575876733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08613553936313, + -11.76827884847577, + -77.07649243214549, + -11.757886231269463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.08181821743392, + -11.757886231269463 + ] + ] + ], + "type": "Polygon" + }, + "id": "2003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72137479175107, + -12.337665998523285, + -76.7117242986224, + -12.32729114145114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.71705976337704, + -12.32729114145114 + ] + ] + ], + "type": "Polygon" + }, + "id": "2004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07324397138612, + -11.853564040173392, + -77.06359865087886, + -11.843172902253029 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.06892585633113, + -11.843172902253029 + ] + ] + ], + "type": "Polygon" + }, + "id": "2005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8379495229541, + -12.325727287241012, + -76.8282962360775, + -12.315349271531877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.8379495229541, + -12.31839903412347 + ], + [ + -76.83744098692583, + -12.323588095649688 + ], + [ + -76.83261425650907, + -12.325727287241012 + ], + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.83363145480128, + -12.315349271531877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90343326787209, + -11.750360024622273, + -76.89379540376757, + -11.739971655974902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.89912109437353, + -11.739971655974902 + ] + ] + ], + "type": "Polygon" + }, + "id": "2007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0921846407355, + -11.705920708087497, + -77.08254323657121, + -11.695527120849833 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.08786798850889, + -11.695527120849833 + ] + ] + ], + "type": "Polygon" + }, + "id": "2008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07717999092091, + -12.0506127374567, + -77.06752869761267, + -12.040224373518972 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.0728591415118, + -12.040224373518972 + ] + ] + ], + "type": "Polygon" + }, + "id": "2009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.776975227323, + -12.382514232949742, + -76.76732188124168, + -12.372138732198726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.77265806923968, + -12.372138732198726 + ] + ] + ], + "type": "Polygon" + }, + "id": "2010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79524275752351, + -12.47862987380144, + -76.7855860438105, + -12.468255605526942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79092381269754, + -12.468255605526942 + ], + [ + -76.79524275752351, + -12.47130645334645 + ], + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.79092381269754, + -12.468255605526942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1432817504144, + -11.797466017234878, + -77.13363634051687, + -11.787072411168785 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.13896252088585, + -11.787072411168785 + ] + ] + ], + "type": "Polygon" + }, + "id": "2012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08528407862993, + -11.634424620211089, + -77.07564497523056, + -11.624030286674133 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.08096856228545, + -11.624030286674133 + ] + ] + ], + "type": "Polygon" + }, + "id": "2013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76477364051937, + -12.41272508089645, + -76.75511972153912, + -12.402350416735072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76045641366248, + -12.402350416735072 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.75943689960508, + -12.41272508089645 + ], + [ + -76.75511972153912, + -12.409674151654519 + ], + [ + -76.75562954156315, + -12.404486873669834 + ], + [ + -76.76045641366248, + -12.402350416735072 + ] + ] + ], + "type": "Polygon" + }, + "id": "2014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97578421501157, + -11.906929387036632, + -76.96613980078041, + -11.896541389944202 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.97146800082307, + -11.896541389944202 + ] + ] + ], + "type": "Polygon" + }, + "id": "2015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67652777176492, + -12.183875185706057, + -76.66688310461413, + -12.173498925487635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6722160366623, + -12.173498925487635 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.667393790804, + -12.17563645409478 + ], + [ + -76.6722160366623, + -12.173498925487635 + ] + ] + ], + "type": "Polygon" + }, + "id": "2016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8265218102501, + -12.301010826700585, + -76.81686956732959, + -12.290632681253156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.82220438457104, + -12.290632681253156 + ] + ] + ], + "type": "Polygon" + }, + "id": "2017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68333818352095, + -12.255281574945226, + -76.67369119644752, + -12.244906306180193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.6790253067309, + -12.244906306180193 + ] + ] + ], + "type": "Polygon" + }, + "id": "2018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12658490194578, + -11.874518905220496, + -77.11693761432262, + -11.864126766938405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.12226508776807, + -11.864126766938405 + ] + ] + ], + "type": "Polygon" + }, + "id": "2019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89890863408424, + -12.17457030903269, + -76.88925824567524, + -12.164188273671265 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.89459092649388, + -12.164188273671265 + ] + ] + ], + "type": "Polygon" + }, + "id": "2020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80063921484494, + -12.18839480210706, + -76.79099102968249, + -12.178015455634787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.79632400150581, + -12.178015455634787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13175823544927, + -11.678303272683145, + -77.12211665943357, + -11.667908371837186 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.1274408994247, + -11.667908371837186 + ] + ] + ], + "type": "Polygon" + }, + "id": "2022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83949151380065, + -12.121506808509253, + -76.82984428408815, + -12.111125420064722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.83517613141315, + -12.111125420064722 + ] + ] + ], + "type": "Polygon" + }, + "id": "2023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11355421158052, + -11.770957745223729, + -77.10391033435151, + -11.7605644994044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10923612434371, + -11.7605644994044 + ] + ] + ], + "type": "Polygon" + }, + "id": "2024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93469408402927, + -12.044442959549192, + -76.9250466394958, + -12.034058005227394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.93037714431281, + -12.034058005227394 + ] + ] + ], + "type": "Polygon" + }, + "id": "2025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73298738527004, + -11.89079819755161, + -76.72334990697279, + -11.880416048305703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72867799806112, + -11.880416048305703 + ], + [ + -76.73298738527004, + -11.883464571570551 + ], + [ + -76.73247807152565, + -11.888655700956116 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.72334990697279, + -11.887749587284773 + ], + [ + -76.72385934618346, + -11.882558567434158 + ], + [ + -76.72867799806112, + -11.880416048305703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11981926673543, + -11.9918666451774, + -77.11016865132575, + -11.981476364516615 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.11549806632237, + -11.981476364516615 + ] + ] + ], + "type": "Polygon" + }, + "id": "2027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08232244838541, + -11.760037769903041, + -77.0726796827977, + -11.74964513507659 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.07800533788834, + -11.74964513507659 + ] + ] + ], + "type": "Polygon" + }, + "id": "2028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77169505607692, + -12.201232955317105, + -76.76204726872261, + -12.19085454868197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.76738046499172, + -12.19085454868197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74506339148213, + -12.143559533788267, + -76.7354180484786, + -12.133180879503868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.74075030226989, + -12.133180879503868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9887337984191, + -11.916068865029592, + -76.97908877708578, + -11.905680679865709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.98441711385003, + -11.905680679865709 + ] + ] + ], + "type": "Polygon" + }, + "id": "2031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9765589887391, + -11.94633273787645, + -76.96691338030887, + -11.93594528999085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.9722422282228, + -11.93594528999085 + ] + ] + ], + "type": "Polygon" + }, + "id": "2032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7488324707052, + -12.24610974346088, + -76.73918396371717, + -12.235732650689465 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.74451790880816, + -12.235732650689465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12413071696939, + -11.661820611120923, + -77.11448982201193, + -11.651425683821069 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.12413071696939, + -11.654469509647523 + ], + [ + -77.1236272252964, + -11.659667025601372 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11981380286436, + -11.651425683821069 + ] + ] + ], + "type": "Polygon" + }, + "id": "2034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04430835992888, + -11.866462655780884, + -77.0346633905752, + -11.856072403804937 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.03999084599043, + -11.856072403804937 + ] + ] + ], + "type": "Polygon" + }, + "id": "2035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90875887999411, + -11.74301791128916, + -76.89912109437353, + -11.732629312702102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90444665995308, + -11.732629312702102 + ], + [ + -76.90875887999411, + -11.735675480620808 + ], + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.90444665995308, + -11.732629312702102 + ] + ] + ], + "type": "Polygon" + }, + "id": "2036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80518160558479, + -12.330320962808399, + -76.7955290591208, + -12.319943851550253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.80086437188305, + -12.319943851550253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04519513946482, + -12.094658616266889, + -77.03554334469659, + -12.084271708500731 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.04087455659196, + -12.084271708500731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98107926859852, + -11.805190559396411, + -76.97143774740725, + -11.794801009911012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.97676426791922, + -11.794801009911012 + ] + ] + ], + "type": "Polygon" + }, + "id": "2039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17603567697114, + -11.792791161422647, + -77.16638959291652, + -11.782396704150687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.17171564307341, + -11.782396704150687 + ] + ] + ], + "type": "Polygon" + }, + "id": "2040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02754437872112, + -11.849084691190962, + -77.01790035517654, + -11.838694606305902 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.0232275453273, + -11.838694606305902 + ] + ] + ], + "type": "Polygon" + }, + "id": "2041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03736679455459, + -11.70056350076988, + -77.02772694080409, + -11.690171177813822 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.03305167699722, + -11.690171177813822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85320273908147, + -12.075695034994906, + -76.84355651085302, + -12.065312590752976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.84888759423603, + -12.065312590752976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74357092999152, + -12.064806168473384, + -76.73392797703208, + -12.054426324377282 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73925893241967, + -12.054426324377282 + ] + ] + ], + "type": "Polygon" + }, + "id": "2044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0611881417392, + -12.072637150489777, + -77.05153659695456, + -12.062249512643058 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.05686742524637, + -12.062249512643058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04054622524643, + -11.952624649171876, + -77.03089878461425, + -11.942235721424252 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.0362276628, + -11.942235721424252 + ] + ] + ], + "type": "Polygon" + }, + "id": "2046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919625335248, + -12.242374178795956, + -76.85954462550643, + -12.231993986121134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.86487844747478, + -12.231993986121134 + ] + ] + ], + "type": "Polygon" + }, + "id": "2047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07633151972178, + -11.916803623579298, + -77.06668423707573, + -11.906413304802093 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.07201247886967, + -11.906413304802093 + ] + ] + ], + "type": "Polygon" + }, + "id": "2048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01844958042588, + -11.94258773464197, + -77.00880300422558, + -11.932199202123018 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.01413174398819, + -11.932199202123018 + ] + ] + ], + "type": "Polygon" + }, + "id": "2049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74971743299099, + -11.90818356912167, + -76.74007898116517, + -11.897801243697574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7454073538769, + -11.897801243697574 + ], + [ + -76.74971743299099, + -11.900849715650113 + ], + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.7454073538769, + -11.897801243697574 + ] + ] + ], + "type": "Polygon" + }, + "id": "2050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78085919655084, + -12.107820384435067, + -76.77121394923651, + -12.097440260295357 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.77654560073745, + -12.097440260295357 + ] + ] + ], + "type": "Polygon" + }, + "id": "2051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853642072857, + -11.974006499767766, + -76.84889308279504, + -11.963622389744344 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.85422248697913, + -11.963622389744344 + ] + ] + ], + "type": "Polygon" + }, + "id": "2052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03511962010491, + -11.77115496495781, + -77.02547772311316, + -11.760763629057953 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.0308036224007, + -11.760763629057953 + ] + ] + ], + "type": "Polygon" + }, + "id": "2053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89051716456821, + -12.024349940394169, + -76.88087147913551, + -12.013965781350931 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.8862016898985, + -12.013965781350931 + ] + ] + ], + "type": "Polygon" + }, + "id": "2054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93388569300757, + -11.816283940378137, + -76.92424506828765, + -11.805895708114273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92957181731371, + -11.805895708114273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93165340083411, + -12.075596721274083, + -76.92200510656765, + -12.065212318259693 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.92733612756409, + -12.065212318259693 + ] + ] + ], + "type": "Polygon" + }, + "id": "2056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94608033797724, + -11.880409373396438, + -76.9364374853705, + -11.87002173287223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94176527831635, + -11.87002173287223 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.93694393818852, + -11.872168938558596 + ], + [ + -76.94176527831635, + -11.87002173287223 + ] + ] + ], + "type": "Polygon" + }, + "id": "2057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95063659253269, + -11.833663644543547, + -76.94099501343929, + -11.823275237434228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.94632203286248, + -11.823275237434228 + ] + ] + ], + "type": "Polygon" + }, + "id": "2058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95068498162537, + -12.022429682991643, + -76.94103777645225, + -12.0120439998765 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.94636790359904, + -12.0120439998765 + ] + ] + ], + "type": "Polygon" + }, + "id": "2059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10592598995814, + -11.754475422987184, + -77.09628279492941, + -11.744082141595856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.10160832517377, + -11.744082141595856 + ] + ] + ], + "type": "Polygon" + }, + "id": "2060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12960731076538, + -11.843341980583597, + -77.1199608761755, + -11.832949333889479 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.12528783217923, + -11.832949333889479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9499132573693, + -11.983031863570691, + -76.9402672469083, + -11.97264561218331 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.94559672580678, + -11.97264561218331 + ] + ] + ], + "type": "Polygon" + }, + "id": "2062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98802775727938, + -12.065433760867942, + -76.97837830125209, + -12.055047807516775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.98370909879881, + -12.055047807516775 + ] + ] + ], + "type": "Polygon" + }, + "id": "2063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80371060932298, + -12.062923105955853, + -76.79406608546336, + -12.05254171028011 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.7993969863731, + -12.05254171028011 + ] + ] + ], + "type": "Polygon" + }, + "id": "2064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0754837525115, + -11.782973667037458, + -77.06584047719991, + -11.77258150624852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.071166518705, + -11.77258150624852 + ] + ] + ], + "type": "Polygon" + }, + "id": "2065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00627508881625, + -11.97285308546082, + -76.99662792320025, + -11.962465294054011 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -77.00195717538377, + -11.962465294054011 + ] + ] + ], + "type": "Polygon" + }, + "id": "2066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14026092211571, + -11.828645838558725, + -77.13061465912298, + -11.818252731619484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.13594135691939, + -11.818252731619484 + ] + ] + ], + "type": "Polygon" + }, + "id": "2067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92398359734653, + -11.775979959238388, + -76.9143444314336, + -11.765591423896536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.91967052626057, + -11.765591423896536 + ] + ] + ], + "type": "Polygon" + }, + "id": "2068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69568784228935, + -11.942124397903203, + -76.68604985666914, + -11.931743938567216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.6913788003128, + -11.931743938567216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1015268044402, + -11.990073771271211, + -77.09187670193714, + -11.979683907599147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.09720611444726, + -11.979683907599147 + ] + ] + ], + "type": "Polygon" + }, + "id": "2070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72596572343112, + -12.290977549265108, + -76.71631649978092, + -12.280601785054243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.72165119217881, + -12.280601785054243 + ] + ] + ], + "type": "Polygon" + }, + "id": "2071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12140540285469, + -12.070685609507493, + -77.11175239701106, + -12.060296477083316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.11708310775192, + -12.060296477083316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82504561215794, + -11.939238724468861, + -76.81540420327563, + -11.928854945582867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82073305510804, + -11.928854945582867 + ], + [ + -76.82504561215794, + -11.931902918468214 + ], + [ + -76.82453750381255, + -11.937094862009971 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81591243749412, + -11.93099882991339 + ], + [ + -76.82073305510804, + -11.928854945582867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65899596255221, + -12.221413084920405, + -76.64935065980842, + -12.211037883985856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.65468421242055, + -12.211037883985856 + ] + ] + ], + "type": "Polygon" + }, + "id": "2074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75419946617264, + -12.144469762039709, + -76.74455384755785, + -12.134090890020632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74988611348978, + -12.134090890020632 + ] + ] + ], + "type": "Polygon" + }, + "id": "2075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79764728080399, + -11.93652479608205, + -76.7880066880396, + -11.926141667565172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79333550907015, + -11.926141667565172 + ], + [ + -76.79764728080399, + -11.929189869463437 + ], + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.78851529965377, + -11.92828499776857 + ], + [ + -76.79333550907015, + -11.926141667565172 + ] + ] + ], + "type": "Polygon" + }, + "id": "2076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09685362993858, + -11.848007534773114, + -77.08720787850177, + -11.837615745803214 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.09253495974225, + -11.837615745803214 + ] + ] + ], + "type": "Polygon" + }, + "id": "2077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82732602412098, + -11.963053915683593, + -76.81768384453495, + -11.952670427364854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.82301308735768, + -11.952670427364854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70550991999711, + -12.076736201760758, + -76.69586765168869, + -12.06635751078863 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.70119881258229, + -12.06635751078863 + ] + ] + ], + "type": "Polygon" + }, + "id": "2080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77777879628673, + -12.233278092849368, + -76.76812988753444, + -12.222900054272996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.77346361030006, + -12.222900054272996 + ] + ] + ], + "type": "Polygon" + }, + "id": "2081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0054965405924, + -11.933448658946405, + -76.99585056942536, + -11.923060311971037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -77.00117917371534, + -11.923060311971037 + ] + ] + ], + "type": "Polygon" + }, + "id": "2082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84710657374988, + -12.137985779158656, + -76.83745864931058, + -12.127604458716986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.8427907637078, + -12.127604458716986 + ] + ] + ], + "type": "Polygon" + }, + "id": "2083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70926504274422, + -12.179287027813983, + -76.69961961159278, + -12.16890985584137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.70495246358335, + -12.16890985584137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7260484105469, + -12.10236391512719, + -76.7164048153039, + -12.091985097601869 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.7164048153039, + -12.099314119618022 + ], + [ + -76.71691468446878, + -12.09412476548967 + ], + [ + -76.72173639466965, + -12.091985097601869 + ] + ] + ], + "type": "Polygon" + }, + "id": "2085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13047779658993, + -11.977176884481477, + -77.1208273523121, + -11.966786129079383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.13047779658993, + -11.969831520759572 + ], + [ + -77.12997390367332, + -11.975026950456446 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.12615650920743, + -11.966786129079383 + ] + ] + ], + "type": "Polygon" + }, + "id": "2086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10678636803816, + -11.888317721899698, + -77.09713916589438, + -11.877926257544795 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.10246689591958, + -11.877926257544795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13413990105238, + -11.796573751260658, + -77.12449474583032, + -11.786180353582699 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.1298209258034, + -11.786180353582699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90500769198474, + -12.206621916429906, + -76.89535618613743, + -12.19624024512919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.90068939079384, + -12.19624024512919 + ] + ] + ], + "type": "Polygon" + }, + "id": "2089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82423908021528, + -12.277204611350644, + -76.81458760961887, + -12.266826124885823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81992203504551, + -12.266826124885823 + ] + ] + ], + "type": "Polygon" + }, + "id": "2090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78546340129596, + -11.966767301408295, + -76.77582223566232, + -11.95638492249739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.78115156025832, + -11.95638492249739 + ] + ] + ], + "type": "Polygon" + }, + "id": "2091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73294810348646, + -11.985137631787044, + -76.72330781537336, + -11.974756855482342 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.72863746048867, + -11.974756855482342 + ] + ] + ], + "type": "Polygon" + }, + "id": "2092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79145549565014, + -12.376102523000396, + -76.78180195027288, + -12.365726544175596 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.79145549565014, + -12.368776973363655 + ], + [ + -76.79094623144299, + -12.37396501671575 + ], + [ + -76.78611937151042, + -12.376102523000396 + ], + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.78713802601314, + -12.365726544175596 + ] + ] + ], + "type": "Polygon" + }, + "id": "2093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1280202403297, + -11.764501163507955, + -77.11837619284421, + -11.754107481594868 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.12370185497106, + -11.754107481594868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9666170323931, + -11.811636343628427, + -76.95697569386753, + -11.801247238648827 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.96230233527415, + -11.801247238648827 + ] + ] + ], + "type": "Polygon" + }, + "id": "2095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90347496986477, + -12.127849649267462, + -76.89382585569295, + -12.117466759229576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89915776227966, + -12.117466759229576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7769487288701, + -12.476799821106498, + -76.76729256370251, + -12.466425983941225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.77263031046003, + -12.466425983941225 + ] + ] + ], + "type": "Polygon" + }, + "id": "2097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74588098836894, + -11.994284864068955, + -76.73624007518924, + -11.98390389510876 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.7415698674666, + -11.98390389510876 + ] + ] + ], + "type": "Polygon" + }, + "id": "2098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03829796535928, + -12.023194900059835, + -77.02864847822599, + -12.012807071592936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.03397852134009, + -12.012807071592936 + ] + ] + ], + "type": "Polygon" + }, + "id": "2099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78386389776249, + -12.265322495054058, + -76.77421386756954, + -12.254944831010546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77954811681349, + -12.254944831010546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00401952508732, + -12.043416327891327, + -76.9943703135415, + -12.033029645588027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.99970073056193, + -12.033029645588027 + ] + ] + ], + "type": "Polygon" + }, + "id": "2101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83491722552952, + -12.168220711886999, + -76.82526872379941, + -12.15784017783366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.8306013443738, + -12.15784017783366 + ] + ] + ], + "type": "Polygon" + }, + "id": "2102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87909360722435, + -11.999630108083457, + -76.86944896057105, + -11.989245863868291 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.87477877258512, + -11.989245863868291 + ] + ] + ], + "type": "Polygon" + }, + "id": "2103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88060833724626, + -11.795306151575394, + -76.87096973729254, + -11.784918956367749 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.88010122950516, + -11.793159311697226 + ], + [ + -76.87528184305299, + -11.795306151575394 + ], + [ + -76.87096973729254, + -11.792259360561125 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.87629618452769, + -11.784918956367749 + ] + ] + ], + "type": "Polygon" + }, + "id": "2104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04890488579356, + -11.914113799708202, + -77.03925837971092, + -11.903724111103005 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.04458661342656, + -11.903724111103005 + ] + ] + ], + "type": "Polygon" + }, + "id": "2105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91413850021601, + -12.11317997727787, + -76.90448954354729, + -12.102796591911595 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.90982119940789, + -12.102796591911595 + ] + ] + ], + "type": "Polygon" + }, + "id": "2106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02612132364588, + -12.053457320895593, + -77.01647124531827, + -12.043070248279182 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.02180180190177, + -12.043070248279182 + ] + ] + ], + "type": "Polygon" + }, + "id": "2107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89887225105542, + -11.797105644892012, + -76.88923311568439, + -11.786718019377508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.89836539539176, + -11.794958439111216 + ], + [ + -76.89354574132352, + -11.797105644892012 + ], + [ + -76.88923311568439, + -11.794059004580301 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.89455957871755, + -11.786718019377508 + ] + ] + ], + "type": "Polygon" + }, + "id": "2108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91942480250418, + -11.822726310216474, + -76.90978436442991, + -11.812338525068014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.90978436442991, + -11.819679712150144 + ], + [ + -76.91029109935485, + -11.814485873145482 + ], + [ + -76.91511123211038, + -11.812338525068014 + ] + ] + ], + "type": "Polygon" + }, + "id": "2109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68407723269871, + -12.294644582013857, + -76.6744290494864, + -12.284269950837695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.67976380980957, + -12.284269950837695 + ] + ] + ], + "type": "Polygon" + }, + "id": "2110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00787366321075, + -12.146030512429801, + -76.99822129095537, + -12.1356453236886 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -77.00355339485478, + -12.1356453236886 + ] + ] + ], + "type": "Polygon" + }, + "id": "2111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74431706867408, + -12.104183797707675, + -76.73467292083905, + -12.093804543645854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.74000452535034, + -12.093804543645854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69484737735192, + -12.091393053527673, + -76.68520496484403, + -12.081014861789624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69433721726476, + -12.089253946163975 + ], + [ + -76.68951592342763, + -12.091393053527673 + ], + [ + -76.68520496484403, + -12.088343034124126 + ], + [ + -76.68571525039958, + -12.08315399310933 + ], + [ + -76.69053636907988, + -12.081014861789624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.986371109652, + -11.703437854852027, + -76.97673247993028, + -11.693046818604067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.97673247993028, + -11.700392498858923 + ], + [ + -76.97723809289131, + -11.695197033950969 + ], + [ + -76.98205732187763, + -11.693046818604067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06858569473538, + -11.71148435626483, + -77.05894472175923, + -11.70109141459292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.06426959743733, + -11.70109141459292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843440104282, + -12.297321611963472, + -76.85878115198032, + -12.286942351128726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.86843440104282, + -12.289991697270631 + ], + [ + -76.8679263354852, + -12.2951813811794 + ], + [ + -76.86309962414722, + -12.297321611963472 + ], + [ + -76.85878115198032, + -12.2942721821268 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.86411588159798, + -12.286942351128726 + ] + ] + ], + "type": "Polygon" + }, + "id": "2116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89510641006535, + -12.26066863998283, + -76.88545355084122, + -12.250288100886253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.89078765540475, + -12.250288100886253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.000829280424, + -11.696986883750656, + -76.99119046981865, + -11.686595408677272 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99651519001146, + -11.686595408677272 + ], + [ + -77.000829280424, + -11.689640514713018 + ], + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.99169587050562, + -11.688746005922312 + ], + [ + -76.99651519001146, + -11.686595408677272 + ] + ] + ], + "type": "Polygon" + }, + "id": "2118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16831420172963, + -11.681862957191065, + -77.15867161012272, + -11.671467222468243 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.1639958503303, + -11.671467222468243 + ] + ] + ], + "type": "Polygon" + }, + "id": "2119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16156659236434, + -11.799249767562564, + -77.15192067455077, + -11.78885574547587 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.1572468548841, + -11.78885574547587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89204615814474, + -12.103130523032327, + -76.88239808261953, + -12.092747531637187 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.88772959069193, + -12.092747531637187 + ] + ] + ], + "type": "Polygon" + }, + "id": "2121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13104150196574, + -11.733319629722375, + -77.12139830696616, + -11.72292546114287 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.12672345198874, + -11.72292546114287 + ] + ] + ], + "type": "Polygon" + }, + "id": "2122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75881530624531, + -12.003431896253494, + -76.74917376890224, + -11.993050735605452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.7545037077983, + -11.993050735605452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0281850559783, + -11.605242937396886, + -77.0185482717063, + -11.59484962992145 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0238714531498, + -11.59484962992145 + ], + [ + -77.0281850559783, + -11.597893982987957 + ], + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.0185482717063, + -11.602198496415708 + ], + [ + -77.01905314662142, + -11.597001895691578 + ], + [ + -77.0238714531498, + -11.59484962992145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84558218935301, + -12.153557403914888, + -76.835933840802, + -12.14317636828401 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.8412662129959, + -12.14317636828401 + ] + ] + ], + "type": "Polygon" + }, + "id": "2125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94682826292892, + -11.825423114675878, + -76.93718702839372, + -11.815034687879795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.94251391585551, + -11.815034687879795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73827767542208, + -11.977805890698429, + -76.72863746048867, + -11.967424870267756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.73396698338789, + -11.967424870267756 + ] + ] + ], + "type": "Polygon" + }, + "id": "2127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01238364742039, + -12.00491521119258, + -77.0027353689695, + -11.994527744560664 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -77.00806514215577, + -11.994527744560664 + ] + ] + ], + "type": "Polygon" + }, + "id": "2128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79382249262459, + -12.02263217851665, + -76.78417943633144, + -12.012250420302822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78950967777232, + -12.012250420302822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92094453758783, + -11.807144569482688, + -76.91130452359106, + -11.796756532720215 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.91130452359106, + -11.804098069159947 + ], + [ + -76.91181121290352, + -11.798904104351218 + ], + [ + -76.91663113363639, + -11.796756532720215 + ] + ] + ], + "type": "Polygon" + }, + "id": "2130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386238413314, + -12.249704948597161, + -76.85421067882058, + -12.23932501028249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.85954462550643, + -12.23932501028249 + ] + ] + ], + "type": "Polygon" + }, + "id": "2131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8295956785579, + -12.08121596992819, + -76.81994991515239, + -12.070834203522192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.82528110394153, + -12.070834203522192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9316161054058, + -11.886850153184348, + -76.92197343849354, + -11.876462962061842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.92730135072186, + -11.876462962061842 + ] + ] + ], + "type": "Polygon" + }, + "id": "2133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7351051815953, + -12.29189101389378, + -76.72545568108411, + -12.28151503195933 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.73079038620969, + -12.28151503195933 + ] + ] + ], + "type": "Polygon" + }, + "id": "2134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71687068901275, + -12.195764728973527, + -76.70722455755994, + -12.1853876284513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.71255767999322, + -12.1853876284513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89891774311847, + -12.26890784868489, + -76.88926453734341, + -12.25852735097024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.8945987748773, + -12.25852735097024 + ] + ] + ], + "type": "Polygon" + }, + "id": "2136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90804007159929, + -12.081125167786269, + -76.89839223145091, + -12.070741436975059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.90372336396166, + -12.070741436975059 + ] + ] + ], + "type": "Polygon" + }, + "id": "2137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99857450076519, + -11.767573142966775, + -76.98893364784483, + -11.757182654247396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.99425953085358, + -11.757182654247396 + ] + ] + ], + "type": "Polygon" + }, + "id": "2138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08481285424915, + -12.067093608107935, + -77.07516087630223, + -12.056705309413923 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.08049158115347, + -12.056705309413923 + ] + ] + ], + "type": "Polygon" + }, + "id": "2139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85473022301075, + -11.965766556600618, + -76.84508723182428, + -11.955382420595976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.850416502772, + -11.955382420595976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73596615030273, + -12.048327537696743, + -76.72632389598853, + -12.037947634988246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.73165458182243, + -12.037947634988246 + ] + ] + ], + "type": "Polygon" + }, + "id": "2141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03062239282308, + -11.91231927041771, + -77.02097640683856, + -11.9019300031838 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.0263046337898, + -11.9019300031838 + ] + ] + ], + "type": "Polygon" + }, + "id": "2142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02837233877555, + -11.982891684302642, + -77.01872430703853, + -11.97250349864281 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.02405369855968, + -11.97250349864281 + ] + ] + ], + "type": "Polygon" + }, + "id": "2143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87833397773716, + -12.054596782924476, + -76.8686877121677, + -12.044213386414873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.8740184304916, + -12.044213386414873 + ] + ] + ], + "type": "Polygon" + }, + "id": "2144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84102378700604, + -12.011588029701823, + -76.83137979488403, + -12.001204917343182 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.83670982932364, + -12.001204917343182 + ] + ] + ], + "type": "Polygon" + }, + "id": "2145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14185136406425, + -11.907482936251654, + -77.13220271298448, + -11.897090896219575 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.13753070509698, + -11.897090896219575 + ] + ] + ], + "type": "Polygon" + }, + "id": "2146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05967305215628, + -12.088218261608645, + -77.05002108102497, + -12.077830900368845 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.05535216806301, + -12.077830900368845 + ] + ] + ], + "type": "Polygon" + }, + "id": "2147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97349188142626, + -11.883106806513515, + -76.96384823625911, + -11.872718527099877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96917604658323, + -11.872718527099877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78767069777903, + -12.273561326709368, + -76.77802031874347, + -12.2631837032406 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.78335470236354, + -12.2631837032406 + ] + ] + ], + "type": "Polygon" + }, + "id": "2149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11657675187364, + -11.73977751820017, + -77.1069337268433, + -11.729383784194958 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.11225899985065, + -11.729383784194958 + ] + ] + ], + "type": "Polygon" + }, + "id": "2150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8021273729819, + -12.361451078659353, + -76.79247397821192, + -12.351074577047546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.8021273729819, + -12.354124839295505 + ], + [ + -76.80161828073636, + -12.359313143982424 + ], + [ + -76.79679149617004, + -12.361451078659353 + ], + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.79780980678092, + -12.351074577047546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0474949171835, + -12.11847879625927, + -77.0378423530206, + -12.108092202518687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.04698963881593, + -12.116332389986155 + ], + [ + -77.04216327094528, + -12.11847879625927 + ], + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.04317395458872, + -12.108092202518687 + ] + ] + ], + "type": "Polygon" + }, + "id": "2152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03888100876529, + -11.684974956587428, + -77.02924158009313, + -11.674582395069063 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.02924158009313, + -11.681930163968163 + ], + [ + -77.02974642952611, + -11.676733936083627 + ], + [ + -77.03456605826747, + -11.674582395069063 + ] + ] + ], + "type": "Polygon" + }, + "id": "2153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88671460318778, + -12.110464977367622, + -76.87706644953575, + -12.100082233329008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.88239808261953, + -12.100082233329008 + ] + ] + ], + "type": "Polygon" + }, + "id": "2154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94766917821406, + -12.147947827685208, + -76.93801830706451, + -12.137564156005995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.94335050600151, + -12.137564156005995 + ] + ] + ], + "type": "Polygon" + }, + "id": "2155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79457481144608, + -12.06201586232042, + -76.78493056047319, + -12.05163468333046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.7902614507399, + -12.05163468333046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64832863576689, + -12.236060623577194, + -76.63868319165398, + -12.22568593721308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.64401698619012, + -12.22568593721308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14018144596308, + -11.734210904156347, + -77.13053799622496, + -11.723816526892982 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.1358631417367, + -11.723816526892982 + ] + ] + ], + "type": "Polygon" + }, + "id": "2158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97274827193596, + -11.938092332627663, + -76.96310300777083, + -11.927704859066576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.9684317239585, + -11.927704859066576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04362792556755, + -12.015853539203038, + -77.03397852134009, + -12.005465470206941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.0393084368514, + -12.005465470206941 + ] + ] + ], + "type": "Polygon" + }, + "id": "2160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03991414526953, + -12.196372231107183, + -77.03025944929288, + -12.185987058997313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03559234479997, + -12.185987058997313 + ], + [ + -77.03991414526953, + -12.189034328520433 + ], + [ + -77.03940863882048, + -12.194226966996494 + ], + [ + -77.03458120496245, + -12.196372231107183 + ], + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.03559234479997, + -12.185987058997313 + ] + ] + ], + "type": "Polygon" + }, + "id": "2161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80825264358509, + -12.204873091827011, + -76.79860376181625, + -12.194493819441949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.80393700180075, + -12.194493819441949 + ] + ] + ], + "type": "Polygon" + }, + "id": "2162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03375009148206, + -12.069937876962484, + -77.02409932639446, + -12.059550868918453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02943014522748, + -12.059550868918453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80293825689076, + -12.117876472767813, + -76.7932921144965, + -12.107495947878913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.79862392189563, + -12.107495947878913 + ] + ] + ], + "type": "Polygon" + }, + "id": "2164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03076508267193, + -12.195469954693953, + -77.0211106474317, + -12.185084992413952 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.0264435394168, + -12.185084992413952 + ] + ] + ], + "type": "Polygon" + }, + "id": "2165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88975295063244, + -11.984956897941842, + -76.88010845980713, + -11.974572169710632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.88543802214924, + -11.974572169710632 + ] + ] + ], + "type": "Polygon" + }, + "id": "2166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70087080733136, + -12.217743197807279, + -76.69122445858574, + -12.207366863109334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.69655794676795, + -12.207366863109334 + ] + ] + ], + "type": "Polygon" + }, + "id": "2167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83795820816584, + -12.23140904420509, + -76.8283077387022, + -12.221029455780002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.83364140013845, + -12.221029455780002 + ] + ] + ], + "type": "Polygon" + }, + "id": "2168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148027085969, + -12.07750614042949, + -76.86183350341788, + -12.06712326632997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.86716460427898, + -12.06712326632997 + ] + ] + ], + "type": "Polygon" + }, + "id": "2169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386462719678, + -12.061026661948508, + -76.8542185532228, + -12.05064372555137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.85954938772538, + -12.05064372555137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16680544944579, + -11.697456262934514, + -77.15716243133036, + -11.687060765370623 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.16248693017911, + -11.687060765370623 + ] + ] + ], + "type": "Polygon" + }, + "id": "2171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76324451256355, + -12.428286686660119, + -76.75359016968532, + -12.417912334966942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75892711963289, + -12.417912334966942 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.75359016968532, + -12.425235673318957 + ], + [ + -76.75410003560083, + -12.420048551564555 + ], + [ + -76.75892711963289, + -12.417912334966942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10534338633266, + -11.998314447994805, + -77.09569294211099, + -11.987924613859123 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.10102248476078, + -11.987924613859123 + ] + ] + ], + "type": "Polygon" + }, + "id": "2173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10764746054599, + -12.022139483323777, + -77.09799624795995, + -12.011749948878467 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.10332617958156, + -12.011749948878467 + ] + ] + ], + "type": "Polygon" + }, + "id": "2174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72910655120084, + -12.071226901188368, + -76.71946380117492, + -12.060847523672193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.72479486632153, + -12.060847523672193 + ] + ] + ], + "type": "Polygon" + }, + "id": "2175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8440576676978, + -12.169128599525175, + -76.83440889501145, + -12.158747850248881 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.8397415250193, + -12.158747850248881 + ] + ] + ], + "type": "Polygon" + }, + "id": "2176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66297626055415, + -11.946728647580292, + -76.65333904036466, + -11.936349092601361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65866806248707, + -11.936349092601361 + ], + [ + -76.66297626055415, + -11.939398535955059 + ], + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.65333904036466, + -11.943679117364523 + ], + [ + -76.65384954004968, + -11.938489395071057 + ], + [ + -76.65866806248707, + -11.936349092601361 + ] + ] + ], + "type": "Polygon" + }, + "id": "2177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71149193904543, + -12.297388293842522, + -76.70184292009395, + -12.28701300690067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.70717772156361, + -12.28701300690067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73051538206535, + -12.338580442786016, + -76.72086461175567, + -12.328205368034782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.72620008938016, + -12.328205368034782 + ] + ] + ], + "type": "Polygon" + }, + "id": "2179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538848632095, + -11.95109365200476, + -76.8557456493812, + -11.9407090343391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.861074671564, + -11.9407090343391 + ], + [ + -76.86538848632095, + -11.943756709425324 + ], + [ + -76.86488092202451, + -11.948949072073836 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.85625333972128, + -11.942853635802962 + ], + [ + -76.861074671564, + -11.9407090343391 + ] + ] + ], + "type": "Polygon" + }, + "id": "2180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82960679339173, + -11.986868625171644, + -76.81996384300936, + -11.97648543098113 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.82529347686265, + -11.97648543098113 + ] + ] + ], + "type": "Polygon" + }, + "id": "2181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68196900040518, + -11.9879249055821, + -76.6723300277152, + -11.977545471270679 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.68145882465225, + -11.985784744311774 + ], + [ + -76.67663925071459, + -11.9879249055821 + ], + [ + -76.6723300277152, + -11.98487531821092 + ], + [ + -76.67284032880437, + -11.979685656087193 + ], + [ + -76.67765972756622, + -11.977545471270679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71603927760988, + -12.344989602599389, + -76.70638871167681, + -12.33461500699363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.7117242986224, + -12.33461500699363 + ] + ] + ], + "type": "Polygon" + }, + "id": "2183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745280066188, + -12.14070590542753, + -76.86487927280609, + -12.130323940735577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.87021141356865, + -12.130323940735577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04801597402043, + -11.68586815104978, + -77.03837628585781, + -11.675475378178257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.04370076729843, + -11.675475378178257 + ] + ] + ], + "type": "Polygon" + }, + "id": "2185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91489229370974, + -12.058213352854228, + -76.90524495702014, + -12.047829100055045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.91057570616259, + -12.047829100055045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82044452169522, + -12.17464341178082, + -76.81079621534896, + -12.16426334476952 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.81612895011119, + -12.16426334476952 + ] + ] + ], + "type": "Polygon" + }, + "id": "2187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02759100674803, + -11.94348602614313, + -77.0179441695731, + -11.93309728258581 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.02327291322365, + -11.93309728258581 + ] + ] + ], + "type": "Polygon" + }, + "id": "2188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97504093332331, + -11.961913578726906, + -76.96539489982587, + -11.951526395709662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.97072400587025, + -11.951526395709662 + ] + ] + ], + "type": "Polygon" + }, + "id": "2189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95302619798724, + -12.234964393985123, + -76.94337258932624, + -12.224581990532373 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.94870621851022, + -12.224581990532373 + ] + ] + ], + "type": "Polygon" + }, + "id": "2190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97271764191919, + -11.843700865821859, + -76.96307519047902, + -11.833312052869534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.9684023531763, + -11.833312052869534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00238426682263, + -11.775813935274185, + -76.99274307053071, + -11.765423463774587 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.99806908480123, + -11.765423463774587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77700171030706, + -12.288215569302208, + -76.76735118166643, + -12.27783846081577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.77268581181502, + -12.27783846081577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10757745706005, + -11.927731934546904, + -77.09792906063004, + -11.917341013818191 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.10325743807408, + -11.917341013818191 + ] + ] + ], + "type": "Polygon" + }, + "id": "2194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84178197650112, + -12.05097597759009, + -76.83213678967712, + -12.040593441375075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.83746747277472, + -12.040593441375075 + ] + ] + ], + "type": "Polygon" + }, + "id": "2195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7344375432509, + -12.063897045723376, + -76.72479486632153, + -12.05351741992955 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.73012580925446, + -12.05351741992955 + ] + ] + ], + "type": "Polygon" + }, + "id": "2196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02446760468924, + -11.785846275612808, + -77.0148255428419, + -11.775455398221482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.0201516965644, + -11.775455398221482 + ] + ] + ], + "type": "Polygon" + }, + "id": "2197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04425686704886, + -11.772049773315908, + -77.03461471023155, + -11.761658226249132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.03994061290051, + -11.761658226249132 + ] + ] + ], + "type": "Polygon" + }, + "id": "2198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9659583953593, + -12.1497556339436, + -76.95630699465099, + -12.139371538022703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.96163920537246, + -12.139371538022703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0099630782277, + -11.697881423475149, + -77.00032400612132, + -11.687489736054188 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00564873072685, + -11.687489736054188 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -77.000829280424, + -11.689640514713018 + ], + [ + -77.00564873072685, + -11.687489736054188 + ] + ] + ], + "type": "Polygon" + }, + "id": "2200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76861032410251, + -12.32667152308992, + -76.75895887354777, + -12.31629527612191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.76429414218882, + -12.31629527612191 + ] + ] + ], + "type": "Polygon" + }, + "id": "2201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.819744684087, + -11.757842252924963, + -76.81010881870328, + -11.747456074918473 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81543468786136, + -11.747456074918473 + ], + [ + -76.819744684087, + -11.750503100782211 + ], + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81010881870328, + -11.754795139446493 + ], + [ + -76.81061684192653, + -11.749602104743088 + ], + [ + -76.81543468786136, + -11.747456074918473 + ] + ] + ], + "type": "Polygon" + }, + "id": "2202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94006673186296, + -12.225819267950595, + -76.93041373411165, + -12.215437036513707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.93574722477372, + -12.215437036513707 + ] + ] + ], + "type": "Polygon" + }, + "id": "2203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97969267714785, + -12.198290345947262, + -76.97003947164114, + -12.18790668646148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.97537246858299, + -12.18790668646148 + ] + ] + ], + "type": "Polygon" + }, + "id": "2204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73820215378392, + -12.166455348944075, + -76.72855631438362, + -12.156077233492308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.73388894791663, + -12.156077233492308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74968302632684, + -12.002524345768986, + -76.74004176411363, + -11.992143403226878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.74537169101878, + -11.992143403226878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94302018626541, + -11.8171825851891, + -76.93337929634906, + -11.806794139162196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.93870605180817, + -11.806794139162196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03057488501967, + -11.817913930100227, + -77.02093171216825, + -11.807523340157617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.02625838592137, + -11.807523340157617 + ] + ] + ], + "type": "Polygon" + }, + "id": "2208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94235872125175, + -12.249631661583113, + -76.93270495249244, + -12.239249763635776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.94235872125175, + -12.24229819616683 + ], + [ + -76.94185176435842, + -12.247489198174955 + ], + [ + -76.93702479357765, + -12.249631661583113 + ], + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.93803883395766, + -12.239249763635776 + ] + ] + ], + "type": "Polygon" + }, + "id": "2209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90880679778297, + -12.120514979603445, + -76.89915776227966, + -12.11013184168028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.90448954354729, + -12.11013184168028 + ] + ] + ], + "type": "Polygon" + }, + "id": "2210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71450843421813, + -12.360551113338362, + -76.70485744512067, + -12.350176823953854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.7101932895376, + -12.350176823953854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77860761608815, + -11.9896737478953, + -76.76896595285734, + -11.979291880995676 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.77429565769137, + -11.979291880995676 + ] + ] + ], + "type": "Polygon" + }, + "id": "2212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11679464586881, + -12.02303641279374, + -77.10714317686062, + -12.012646670004308 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.11679464586881, + -12.01569240955975 + ], + [ + -77.11629048928141, + -12.020887333004076 + ], + [ + -77.11146466939687, + -12.02303641279374 + ], + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.11247310967897, + -12.012646670004308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07021672034729, + -11.884736432563297, + -77.06057054800715, + -11.87434580601751 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.06589827038675, + -11.87434580601751 + ] + ] + ], + "type": "Polygon" + }, + "id": "2214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68714069663562, + -12.263520088650578, + -76.67749335868811, + -12.253144859008623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.68282760460235, + -12.253144859008623 + ] + ] + ], + "type": "Polygon" + }, + "id": "2215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96592972691283, + -12.05539015859817, + -76.95628114251029, + -12.045004597289626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.96161179770283, + -12.045004597289626 + ] + ] + ], + "type": "Polygon" + }, + "id": "2216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10053252401718, + -11.667389558595428, + -77.09089205576919, + -11.65699527274038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.09621616281244, + -11.65699527274038 + ] + ] + ], + "type": "Polygon" + }, + "id": "2217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97116973543633, + -11.764884061241343, + -76.96152967057434, + -11.75449421054445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.96685553848423, + -11.75449421054445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9606261387944, + -12.157091650722055, + -76.95097465758434, + -12.146707803064285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.95630699465099, + -12.146707803064285 + ] + ] + ], + "type": "Polygon" + }, + "id": "2219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83185655118956, + -12.293682437388698, + -76.82220438457104, + -12.283304034495115 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.8275390777118, + -12.283304034495115 + ] + ] + ], + "type": "Polygon" + }, + "id": "2220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7488671513803, + -12.151798628464446, + -76.73922145900409, + -12.141420008193382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.74455384755785, + -12.141420008193382 + ] + ] + ], + "type": "Polygon" + }, + "id": "2221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74428106581054, + -12.198500044316127, + -76.7346341042661, + -12.188122289614752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.73996726485633, + -12.188122289614752 + ] + ] + ], + "type": "Polygon" + }, + "id": "2222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13342330360237, + -11.851583067546285, + -77.12377652818405, + -11.841190443167735 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.12910361385393, + -11.841190443167735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8935759064582, + -12.181903521836418, + -76.88392543966945, + -12.171521737098573 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88925824567524, + -12.171521737098573 + ] + ] + ], + "type": "Polygon" + }, + "id": "2224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88672015106931, + -12.20480833789744, + -76.87706918135568, + -12.194427093735452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.88240237054319, + -12.194427093735452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68566215745008, + -12.184788259890938, + -76.67601721104135, + -12.174411780234585 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.68135015729821, + -12.174411780234585 + ] + ] + ], + "type": "Polygon" + }, + "id": "2226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03228189154099, + -12.179892439315593, + -77.02262788260698, + -12.169507189631384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.03228189154099, + -12.172554455729308 + ], + [ + -77.03177630379538, + -12.177747133058633 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.02796051581542, + -12.169507189631384 + ] + ] + ], + "type": "Polygon" + }, + "id": "2227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98792251751009, + -11.782262146567032, + -76.97828150205932, + -11.771872117315686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.98360763821756, + -11.771872117315686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07542318148143, + -11.68854619246984, + -77.06578271770844, + -11.678152787047706 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.07110720729678, + -11.678152787047706 + ] + ] + ], + "type": "Polygon" + }, + "id": "2229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05120368798327, + -11.937938667104248, + -77.04155641339915, + -11.927549265534882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.04688503632414, + -11.927549265534882 + ] + ] + ], + "type": "Polygon" + }, + "id": "2230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97584729509968, + -12.095688256807643, + -76.96619725148645, + -12.085303069677245 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.97152856062648, + -12.085303069677245 + ] + ] + ], + "type": "Polygon" + }, + "id": "2231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69785848445808, + -12.1545703929778, + -76.68821410420628, + -12.144193117241377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69354655022664, + -12.144193117241377 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.68821410420628, + -12.151520077430236 + ], + [ + -76.68872444769332, + -12.146331494340012 + ], + [ + -76.69354655022664, + -12.144193117241377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14121562032312, + -12.056895617241048, + -77.13156253060284, + -12.046505795068605 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13689298352031, + -12.046505795068605 + ], + [ + -77.14121562032312, + -12.049551466874641 + ], + [ + -77.14071175422416, + -12.05474642981557 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.13689298352031, + -12.046505795068605 + ] + ] + ], + "type": "Polygon" + }, + "id": "2233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71381034820762, + -12.226894862568093, + -76.70416337116535, + -12.216518346717036 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70949700809119, + -12.216518346717036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7230319231428, + -12.03917918720268, + -76.71339029482377, + -12.028799474567464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.71872083302344, + -12.028799474567464 + ] + ] + ], + "type": "Polygon" + }, + "id": "2235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12182784158261, + -11.637986818614033, + -77.11218771312444, + -11.627591645554533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11751130599826, + -11.627591645554533 + ], + [ + -77.12182784158261, + -11.630635361394946 + ], + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.11269132691153, + -11.629745481250453 + ], + [ + -77.11751130599826, + -11.627591645554533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90044043616221, + -12.253337028078025, + -76.89078765540475, + -12.242956234652333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.89612163469324, + -12.242956234652333 + ] + ] + ], + "type": "Polygon" + }, + "id": "2237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71612776842203, + -12.156393896490284, + -76.70648283245654, + -12.1460161830675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.71181530532915, + -12.1460161830675 + ] + ] + ], + "type": "Polygon" + }, + "id": "2238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74051405753309, + -12.095944585157838, + -76.73087025906067, + -12.085565299549781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.73620172879208, + -12.085565299549781 + ] + ] + ], + "type": "Polygon" + }, + "id": "2239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99868906279676, + -12.050755800273024, + -76.9890397695912, + -12.040369360510699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.9943703135415, + -12.040369360510699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83643299997316, + -12.246978059362654, + -76.82678210625619, + -12.236598765007308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.83211602559267, + -12.236598765007308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76555306636861, + -12.357799046307305, + -76.75590076835888, + -12.347423408867066 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.7612365524292, + -12.347423408867066 + ] + ] + ], + "type": "Polygon" + }, + "id": "2242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01225712202827, + -11.721709546744504, + -77.00261728207884, + -11.711318113956354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -77.00794239567594, + -11.711318113956354 + ] + ] + ], + "type": "Polygon" + }, + "id": "2243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75868814051387, + -12.380686428588334, + -76.74903534456271, + -12.370311360626745 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.75437150934191, + -12.370311360626745 + ] + ] + ], + "type": "Polygon" + }, + "id": "2244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97277891982652, + -12.032473113499318, + -76.96313084129498, + -12.022087035464107 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.96846111187938, + -12.022087035464107 + ] + ] + ], + "type": "Polygon" + }, + "id": "2245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538781002992, + -12.045452188356483, + -76.85574216013168, + -12.035068976403391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.86107273689433, + -12.035068976403391 + ] + ] + ], + "type": "Polygon" + }, + "id": "2246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11592973908499, + -11.889212388281651, + -77.10628228068582, + -11.878820715103412 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.11161001193271, + -11.878820715103412 + ] + ] + ], + "type": "Polygon" + }, + "id": "2247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74118606818215, + -12.323931602167109, + -76.73153544456383, + -12.313556006036755 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.73687067721839, + -12.313556006036755 + ] + ] + ], + "type": "Polygon" + }, + "id": "2248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11578499865091, + -11.700354571386391, + -77.10614316653567, + -11.689960340517066 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.11146779290176, + -11.689960340517066 + ] + ] + ], + "type": "Polygon" + }, + "id": "2249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78849220292379, + -12.029964916078036, + -76.77884907166536, + -12.019583403136162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.78417943633144, + -12.019583403136162 + ] + ] + ], + "type": "Polygon" + }, + "id": "2250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04132919752959, + -11.992030874072867, + -77.03168056224546, + -11.98164250639567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.0370100883011, + -11.98164250639567 + ] + ] + ], + "type": "Polygon" + }, + "id": "2251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99169587050562, + -11.696092087209871, + -76.98205732187763, + -11.68570082473526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9873820373827, + -11.68570082473526 + ], + [ + -76.99169587050562, + -11.688746005922312 + ], + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.982562848912, + -11.687851240552765 + ], + [ + -76.9873820373827, + -11.68570082473526 + ] + ] + ], + "type": "Polygon" + }, + "id": "2252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78999572838549, + -12.10872886835329, + -76.78035020739046, + -12.098348527318377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.78568186995076, + -12.098348527318377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75036133853578, + -12.230544030520392, + -76.7407132548037, + -12.22016664304371 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.74604694243342, + -12.22016664304371 + ] + ] + ], + "type": "Polygon" + }, + "id": "2254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78000616027552, + -12.445677675553496, + -76.77035084344742, + -12.435303205698299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7756880742814, + -12.435303205698299 + ], + [ + -76.78000616027552, + -12.43835405438097 + ], + [ + -76.77949662661212, + -12.443541343262394 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.7756880742814, + -12.435303205698299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97810910958461, + -12.025134151278982, + -76.96846111187938, + -12.014747831112652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.97379125600268, + -12.014747831112652 + ] + ] + ], + "type": "Polygon" + }, + "id": "2256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01455152454933, + -11.74553726552728, + -77.0049109166655, + -11.735146090942242 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.01023641929363, + -11.735146090942242 + ] + ] + ], + "type": "Polygon" + }, + "id": "2257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919538432309, + -12.053691978409363, + -76.85954938772538, + -12.043308796598057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.86488009765586, + -12.043308796598057 + ] + ] + ], + "type": "Polygon" + }, + "id": "2258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72832174077452, + -12.126170881656599, + -76.71867737315155, + -12.115792378958268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.72400934465152, + -12.115792378958268 + ] + ] + ], + "type": "Polygon" + }, + "id": "2259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96816402544164, + -11.890448414333168, + -76.95852029966572, + -11.88006037037884 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.96384823625911, + -11.88006037037884 + ] + ] + ], + "type": "Polygon" + }, + "id": "2260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84787160826832, + -12.083028723681272, + -76.83822530316174, + -12.072646526180238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.84355651085302, + -12.072646526180238 + ] + ] + ], + "type": "Polygon" + }, + "id": "2261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76858138816529, + -12.42096326514832, + -76.75892711963289, + -12.410588648881484 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.75892711963289, + -12.417912334966942 + ], + [ + -76.75943689960508, + -12.41272508089645 + ], + [ + -76.7642639464955, + -12.410588648881484 + ] + ] + ], + "type": "Polygon" + }, + "id": "2262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79074776939343, + -12.148108015134563, + -76.78110105309086, + -12.137728274673067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.78643336483256, + -12.137728274673067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02607510866953, + -11.959068811384752, + -77.01642784586336, + -11.948680331988953 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.02175684788978, + -11.948680331988953 + ] + ] + ], + "type": "Polygon" + }, + "id": "2264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6445280609105, + -12.22782216227807, + -76.63488296840235, + -12.217447438550456 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64021662684411, + -12.217447438550456 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63539416849386, + -12.219583688777156 + ], + [ + -76.64021662684411, + -12.217447438550456 + ] + ] + ], + "type": "Polygon" + }, + "id": "2266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76783148351102, + -12.381600466724572, + -76.75817841225637, + -12.371225182243537 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.76351458878291, + -12.371225182243537 + ] + ] + ], + "type": "Polygon" + }, + "id": "2267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05188048463243, + -11.78853165079767, + -77.04223764299552, + -11.778140139939461 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.04756380700019, + -11.778140139939461 + ] + ] + ], + "type": "Polygon" + }, + "id": "2268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94762252999632, + -11.959212143769555, + -76.93797728920273, + -11.94882559870642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.94330637800003, + -11.94882559870642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76714047977974, + -12.15361887937787, + -76.75749423702597, + -12.143239824150506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.7628266493577, + -12.143239824150506 + ] + ] + ], + "type": "Polygon" + }, + "id": "2270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15934469968751, + -11.869851523508766, + -77.1496967344261, + -11.859458529463343 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15934469968751, + -11.86250312602307 + ], + [ + -77.15884137941777, + -11.867699674936244 + ], + [ + -77.15401731170752, + -11.869851523508766 + ], + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.15502407940164, + -11.859458529463343 + ] + ] + ], + "type": "Polygon" + }, + "id": "2271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83949974377911, + -12.02716235781513, + -76.8298553279456, + -12.016779517882085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.83518561995024, + -12.016779517882085 + ] + ] + ], + "type": "Polygon" + }, + "id": "2272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1167219721556, + -11.928627252198467, + -77.1070733194493, + -11.918236122801598 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.1124016980915, + -11.918236122801598 + ] + ] + ], + "type": "Polygon" + }, + "id": "2273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08679596979961, + -11.618833061892166, + -77.07715729183873, + -11.608438496732772 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.08248062074712, + -11.608438496732772 + ] + ] + ], + "type": "Polygon" + }, + "id": "2275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74420899701688, + -12.387095783618442, + -76.73455640312537, + -12.376721195387494 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73989267859994, + -12.376721195387494 + ] + ] + ], + "type": "Polygon" + }, + "id": "2276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84253300876786, + -12.184699363674142, + -76.83288381192257, + -12.174318902295974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.83821669976166, + -12.174318902295974 + ] + ] + ], + "type": "Polygon" + }, + "id": "2277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72460262009393, + -11.92927617338298, + -76.7149642245443, + -11.918894790178685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.72029295134476, + -11.918894790178685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78698941907854, + -11.951193666201778, + -76.77734867638615, + -11.940811020359686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.7826777437823, + -11.940811020359686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8418046440954, + -11.767884279362917, + -76.83216789041596, + -11.757497682812891 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.8374939123082, + -11.757497682812891 + ] + ] + ], + "type": "Polygon" + }, + "id": "2280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78471244170701, + -11.927379865227344, + -76.77507247002917, + -11.91699693062923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78040114615784, + -11.91699693062923 + ], + [ + -76.78471244170701, + -11.920045198077144 + ], + [ + -76.78420379009265, + -11.925236719757814 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77558124734584, + -11.919140098309013 + ], + [ + -76.78040114615784, + -11.91699693062923 + ] + ] + ], + "type": "Polygon" + }, + "id": "2281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73212460213598, + -12.134409965511335, + -76.72247988483625, + -12.124031495784568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.72781199129439, + -12.124031495784568 + ] + ] + ], + "type": "Polygon" + }, + "id": "2282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7663913754581, + -12.114241886685738, + -76.7567463279987, + -12.103862229350304 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.76207809106621, + -12.103862229350304 + ] + ] + ], + "type": "Polygon" + }, + "id": "2283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01246812080684, + -12.193664593398912, + -77.00281420847591, + -12.183280051531607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -77.00814709258785, + -12.183280051531607 + ] + ] + ], + "type": "Polygon" + }, + "id": "2284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76180801876903, + -12.16094800097688, + -76.75216170183803, + -12.150569197703003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.75749423702597, + -12.150569197703003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03218585640361, + -11.991132161756106, + -77.02253748145219, + -11.980744004578208 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.02786700403321, + -11.980744004578208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10988121380956, + -11.95155879386182, + -77.10023204937157, + -11.941168162267692 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.10556081560036, + -11.941168162267692 + ] + ] + ], + "type": "Polygon" + }, + "id": "2287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745260167113, + -12.046356964073654, + -76.86488009765586, + -12.035973537290586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.8702106829263, + -12.035973537290586 + ] + ] + ], + "type": "Polygon" + }, + "id": "2288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9613176393864, + -11.913371087028025, + -76.95167340838161, + -11.902983539175906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.95700172914226, + -11.902983539175906 + ] + ] + ], + "type": "Polygon" + }, + "id": "2289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74435305053997, + -12.009855978222042, + -76.73471171477347, + -11.999475280777443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.74004176411363, + -11.999475280777443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76024860509764, + -12.270826034249822, + -76.75059904973693, + -12.260449060649698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.75593339910711, + -12.260449060649698 + ] + ] + ], + "type": "Polygon" + }, + "id": "2291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09764338019949, + -11.887422793038516, + -77.08799643478945, + -11.87703153775857 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.093324163317, + -11.87703153775857 + ] + ] + ], + "type": "Polygon" + }, + "id": "2292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08777635693696, + -11.941525935595154, + -77.07812804822125, + -11.931135694873761 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.0834566810895, + -11.931135694873761 + ] + ] + ], + "type": "Polygon" + }, + "id": "2293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00168479223994, + -11.925208132155689, + -76.99203916471495, + -11.914819759890397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.99736763765453, + -11.914819759890397 + ] + ] + ], + "type": "Polygon" + }, + "id": "2294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99643137019336, + -12.12131057634371, + -76.98678003025627, + -12.110925280524311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.99211173955172, + -12.110925280524311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82727886575333, + -12.34038276568269, + -76.81762542602088, + -12.330005268124177 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.82727886575333, + -12.333055197896924 + ], + [ + -76.82677015768238, + -12.338244000406647 + ], + [ + -76.8219433507751, + -12.34038276568269 + ], + [ + -76.81762542602088, + -12.33733275236713 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.8229608931213, + -12.330005268124177 + ] + ] + ], + "type": "Polygon" + }, + "id": "2296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95825401052709, + -11.850144703619122, + -76.94861174249945, + -11.839756337251197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.95393902572158, + -11.839756337251197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76711113047062, + -12.247933371287019, + -76.75746207278014, + -12.237555844228279 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.76279604166508, + -12.237555844228279 + ] + ] + ], + "type": "Polygon" + }, + "id": "2298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81509638676043, + -12.276294194634984, + -76.80544518833904, + -12.265915923544517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.81077960372771, + -12.265915923544517 + ] + ] + ], + "type": "Polygon" + }, + "id": "2299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04216327094528, + -12.125818222214791, + -77.0325106237009, + -12.115431873811264 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.04216327094528, + -12.11847879625927 + ], + [ + -77.04165790632007, + -12.123672022928384 + ], + [ + -77.03683149687726, + -12.125818222214791 + ], + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.0378423530206, + -12.115431873811264 + ] + ] + ], + "type": "Polygon" + }, + "id": "2300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8341596188367, + -12.128839085971732, + -76.82451231266047, + -12.118457946683113 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82984428408815, + -12.118457946683113 + ] + ] + ], + "type": "Polygon" + }, + "id": "2301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77241721594459, + -12.334910073486167, + -76.76276541610247, + -12.324533870071624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.76810081936269, + -12.324533870071624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04728524807598, + -11.740874641164686, + -77.03764394192034, + -11.730482604526058 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.04296932827424, + -11.730482604526058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03291966787403, + -11.93614345292047, + -77.02327291322365, + -11.925754472435123 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.02860152952188, + -11.925754472435123 + ] + ] + ], + "type": "Polygon" + }, + "id": "2304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0564221211169, + -11.74176855770142, + -77.04678055582134, + -11.731376310124988 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.0521059451894, + -11.731376310124988 + ] + ] + ], + "type": "Polygon" + }, + "id": "2305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97814133062029, + -12.119505645640912, + -76.9684905169539, + -12.109120772611677 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.97382221630671, + -12.109120772611677 + ] + ] + ], + "type": "Polygon" + }, + "id": "2306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90954928998019, + -11.971184753702772, + -76.89990468844591, + -11.960799329084379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.90523400821306, + -11.960799329084379 + ] + ] + ], + "type": "Polygon" + }, + "id": "2307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79231841159363, + -11.943859395131769, + -76.7826777437823, + -11.933476507730944 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7880066880396, + -11.933476507730944 + ] + ] + ], + "type": "Polygon" + }, + "id": "2308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80523631810999, + -12.047350943274267, + -76.79559221765021, + -12.03696927135577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.80092286111608, + -12.03696927135577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04503986599737, + -11.811464306082415, + -77.03539651585352, + -11.801073274230767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.04072306565945, + -11.801073274230767 + ] + ] + ], + "type": "Polygon" + }, + "id": "2310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95753413226797, + -11.999512312589241, + -76.9478874322068, + -11.98912611716273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.95321717516609, + -11.98912611716273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96664587974449, + -11.906030156083869, + -76.95700172914226, + -11.895642371560216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.9623299237358, + -11.895642371560216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08238504594077, + -11.854459126369987, + -77.07273946747392, + -11.844067778596798 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.07806667515956, + -11.844067778596798 + ] + ] + ], + "type": "Polygon" + }, + "id": "2313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98259633592536, + -11.789606172719443, + -76.97295523945762, + -11.779216373869183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.97828150205932, + -11.779216373869183 + ] + ] + ], + "type": "Polygon" + }, + "id": "2314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13946599519028, + -11.78922480587248, + -77.1298209258034, + -11.7788311801599 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.13514697667443, + -11.7788311801599 + ] + ] + ], + "type": "Polygon" + }, + "id": "2315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82350835269435, + -12.049163988652937, + -76.81386370810054, + -12.038781884086125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.8191943719328, + -12.038781884086125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69321506409345, + -12.295559421778545, + -76.68356660182577, + -12.28518457176467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.68890137613982, + -12.28518457176467 + ] + ] + ], + "type": "Polygon" + }, + "id": "2317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00479815341191, + -12.082815424157651, + -76.99514774660766, + -12.072429324706542 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -77.00047881196632, + -12.072429324706542 + ] + ] + ], + "type": "Polygon" + }, + "id": "2318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73506646913626, + -12.386180903301442, + -76.72541415179316, + -12.37580653220581 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.73075041480712, + -12.37580653220581 + ] + ] + ], + "type": "Polygon" + }, + "id": "2319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05720656541983, + -11.781185289640032, + -77.04756380700019, + -11.77079354966519 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.05288984334906, + -11.77079354966519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94308611856361, + -12.100316472036074, + -76.9334367882691, + -12.089932167285513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.93876820621303, + -12.089932167285513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386798688876, + -11.777925416935378, + -76.8542303476123, + -11.767538403822764 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.85955652064347, + -11.767538403822764 + ] + ] + ], + "type": "Polygon" + }, + "id": "2322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72675132702288, + -12.236046306251065, + -76.71710372258805, + -12.225669610214766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.72243750771351, + -12.225669610214766 + ] + ] + ], + "type": "Polygon" + }, + "id": "2323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99106361171948, + -12.03427535107064, + -76.98141500663817, + -12.02388884935064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.9867452874835, + -12.02388884935064 + ] + ] + ], + "type": "Polygon" + }, + "id": "2324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0929077976325, + -11.650907078298745, + -77.08326801168624, + -11.64051276768978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.08859185881846, + -11.64051276768978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9688787894931, + -11.741058500298614, + -76.95923949306376, + -11.730668388541009 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96456497156137, + -11.730668388541009 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.95923949306376, + -11.73801278326959 + ], + [ + -76.95974540933105, + -11.732817780694003 + ], + [ + -76.96456497156137, + -11.730668388541009 + ] + ] + ], + "type": "Polygon" + }, + "id": "2326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7107036411995, + -12.35231286086453, + -76.70105300262858, + -12.341938527164796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.70638871167681, + -12.341938527164796 + ] + ] + ], + "type": "Polygon" + }, + "id": "2327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66886775488464, + -12.261690917494603, + -76.65922097604651, + -12.251316126334437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.66455519334323, + -12.251316126334437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87224109731923, + -12.02254188356778, + -76.86259594893134, + -12.012158153722808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.86792614336973, + -12.012158153722808 + ] + ] + ], + "type": "Polygon" + }, + "id": "2329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95300129706628, + -12.140612064024397, + -76.94335050600151, + -12.130228144287004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.94868257882793, + -12.130228144287004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04885204441719, + -11.819705186948406, + -77.03920835176574, + -11.809314174991414 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.0445350322822, + -11.809314174991414 + ] + ] + ], + "type": "Polygon" + }, + "id": "2331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94381284661107, + -11.95097186218899, + -76.93416795070505, + -11.940585291064934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93949690740047, + -11.940585291064934 + ] + ] + ], + "type": "Polygon" + }, + "id": "2332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9964689511613, + -12.215673669067037, + -76.98681479331508, + -12.205289877100451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.99214805875167, + -12.205289877100451 + ] + ] + ], + "type": "Polygon" + }, + "id": "2333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72443555051403, + -12.30654081963893, + -76.71478590372767, + -12.296165356267613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.72012085356069, + -12.296165356267613 + ] + ] + ], + "type": "Polygon" + }, + "id": "2334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74193250731007, + -12.36329550867162, + -76.7322806869038, + -12.352920566691365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.73761656973008, + -12.352920566691365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15615623645894, + -11.712159052125154, + -77.14651304519876, + -11.7017640013437 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.15183780297451, + -11.7017640013437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0740909898858, + -11.987382473299185, + -77.06444166033259, + -11.97699323699654 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.06977106704197, + -11.97699323699654 + ] + ] + ], + "type": "Polygon" + }, + "id": "2337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15091401621498, + -11.813948433114312, + -77.14126792548107, + -11.803554867710691 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.14659436472064, + -11.803554867710691 + ] + ] + ], + "type": "Polygon" + }, + "id": "2338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97801255919079, + -11.741954769040571, + -76.96837299951777, + -11.731564444215294 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.97369848339169, + -11.731564444215294 + ] + ] + ], + "type": "Polygon" + }, + "id": "2339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17292862199277, + -11.72953201106205, + -77.16328449777383, + -11.719136784668647 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.17292862199277, + -11.722180537338396 + ], + [ + -77.1724257105791, + -11.727378202450469 + ], + [ + -77.16760356353409, + -11.72953201106205 + ], + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.16860951345932, + -11.719136784668647 + ] + ] + ], + "type": "Polygon" + }, + "id": "2340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95070919735396, + -12.11679624599008, + -76.94105917667805, + -12.106412009026894 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.94639085904679, + -12.106412009026894 + ] + ] + ], + "type": "Polygon" + }, + "id": "2341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90118707091497, + -12.10403549576239, + -76.89153872753171, + -12.093652290459513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.89687024331093, + -12.093652290459513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70082211501135, + -12.3120362184671, + -76.69117295128297, + -12.301661451437212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.69650799663762, + -12.301661451437212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96438250347724, + -11.976593486520674, + -76.95473630875114, + -11.96620678230787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.96006566742359, + -11.96620678230787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02065681905299, + -11.777605422972254, + -77.01101510014396, + -11.767214527642455 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.01634112287529, + -11.767214527642455 + ] + ] + ], + "type": "Polygon" + }, + "id": "2345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9293455491586, + -11.957409872368263, + -76.91970083921899, + -11.947023753861675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92502991514066, + -11.947023753861675 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.91970083921899, + -11.954362653962642 + ], + [ + -76.92020764647336, + -11.949169648096508 + ], + [ + -76.92502991514066, + -11.947023753861675 + ] + ] + ], + "type": "Polygon" + }, + "id": "2346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83493635099308, + -11.979533613538727, + -76.82529347686265, + -11.969150176849167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.83062298680203, + -11.969150176849167 + ] + ] + ], + "type": "Polygon" + }, + "id": "2347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95683960598319, + -12.243203872984429, + -76.9471856520181, + -12.23282151014961 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.95683960598319, + -12.235869776930913 + ], + [ + -76.95633286188698, + -12.241061011290558 + ], + [ + -76.95150579858131, + -12.243203872984429 + ], + [ + -76.9471856520181, + -12.240155522450415 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.95251941341978, + -12.23282151014961 + ] + ] + ], + "type": "Polygon" + }, + "id": "2348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76339680567504, + -11.956715254987866, + -76.75375653646535, + -11.9463332866877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.75908570403777, + -11.9463332866877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02313359723938, + -12.178990208504153, + -77.01347984941584, + -12.168605168914173 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.01881247887209, + -12.168605168914173 + ] + ] + ], + "type": "Polygon" + }, + "id": "2350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83341220409454, + -11.995108432029355, + -76.82376890640543, + -11.984725264660659 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.82909867382855, + -11.984725264660659 + ] + ] + ], + "type": "Polygon" + }, + "id": "2351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03590147621738, + -11.810568835900702, + -77.02625838592137, + -11.800178015061976 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.03158493236862, + -11.800178015061976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06622918888083, + -11.593218595826958, + -77.05659179292005, + -11.582824212958137 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.06191472905478, + -11.582824212958137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87681129409442, + -12.07017153236074, + -76.86716460427898, + -12.059788412199508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.87249558042159, + -12.059788412199508 + ] + ] + ], + "type": "Polygon" + }, + "id": "2354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00852968966213, + -11.902283094576111, + -76.99888456913847, + -11.891894225533342 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -77.00421265697723, + -11.891894225533342 + ] + ] + ], + "type": "Polygon" + }, + "id": "2355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77627774462297, + -12.154528605541767, + -76.76663122739403, + -12.144149333210699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.77196365120182, + -12.144149333210699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07233799616604, + -11.625292240940206, + -77.06269949177575, + -11.614898107264915 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.0680229464722, + -11.614898107264915 + ] + ] + ], + "type": "Polygon" + }, + "id": "2357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94158749531321, + -12.210245847903835, + -76.93193492292998, + -12.199863325330073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.93726815521224, + -12.199863325330073 + ] + ] + ], + "type": "Polygon" + }, + "id": "2358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88366927495886, + -12.141612080662552, + -76.87402027230871, + -12.131229901720895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.8793524213084, + -12.131229901720895 + ] + ] + ], + "type": "Polygon" + }, + "id": "2359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00709449842572, + -12.10663431021068, + -76.99744332190157, + -12.096248522969942 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -77.00277477721802, + -12.096248522969942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12564110115295, + -11.646228161563384, + -77.11600063213741, + -11.635833000264007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.1213243546115, + -11.635833000264007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0900785727454, + -11.965351682043874, + -77.08042949576729, + -11.954961732499763 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.08575851760808, + -11.954961732499763 + ] + ] + ], + "type": "Polygon" + }, + "id": "2362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85471885964529, + -12.24879625483841, + -76.84506742438742, + -12.238416530926834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.8504013622327, + -12.238416530926834 + ] + ] + ], + "type": "Polygon" + }, + "id": "2363", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88900756172255, + -12.228619163223128, + -76.87935582060571, + -12.21823824935279 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.88468940095534, + -12.21823824935279 + ] + ] + ], + "type": "Polygon" + }, + "id": "2364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.073303937237, + -11.947973533694965, + -77.06365580235644, + -11.937583738714354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.0689845613097, + -11.937583738714354 + ] + ] + ], + "type": "Polygon" + }, + "id": "2365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80751584621575, + -12.071162635232271, + -76.797870974356, + -12.060781270011335 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.80320200922415, + -12.060781270011335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01849356721253, + -12.036976718479357, + -77.00884417588966, + -12.026589583114207 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.0141744700574, + -12.026589583114207 + ] + ] + ], + "type": "Polygon" + }, + "id": "2367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17141984234634, + -11.745124548473411, + -77.16177529144235, + -11.734729563909278 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16710056586732, + -11.734729563909278 + ], + [ + -77.17141984234634, + -11.737773411929851 + ], + [ + -77.17091688552604, + -11.7429709561246 + ], + [ + -77.1660945251225, + -11.745124548473411 + ], + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.16710056586732, + -11.734729563909278 + ] + ] + ], + "type": "Polygon" + }, + "id": "2368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74267913078529, + -12.402657278419317, + -76.7330261132975, + -12.392283000310297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.74267913078529, + -12.395334008839233 + ], + [ + -76.74216914477954, + -12.400521202137712 + ], + [ + -76.73734254852776, + -12.402657278419317 + ], + [ + -76.7330261132975, + -12.399606186480021 + ], + [ + -76.73353622520659, + -12.394419101679267 + ], + [ + -76.73836264645216, + -12.392283000310297 + ] + ] + ], + "type": "Polygon" + }, + "id": "2369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10303967242653, + -11.97448890900854, + -77.0933899964781, + -11.964098778748443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.09871915019534, + -11.964098778748443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00939120295997, + -12.13045265852866, + -76.99973925662417, + -12.120067187059483 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -77.00507110193806, + -12.120067187059483 + ] + ] + ], + "type": "Polygon" + }, + "id": "2371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82503316865082, + -12.033590763014374, + -76.81538894764515, + -12.023208383723386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.82071935395685, + -12.023208383723386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07857109290872, + -11.846218199664118, + -77.06892585633113, + -11.835826829908335 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.07425293370218, + -11.835826829908335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73134014142458, + -12.18934963426735, + -76.72169380585368, + -12.178972061160026 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.72702681902715, + -12.178972061160026 + ] + ] + ], + "type": "Polygon" + }, + "id": "2374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97497834956805, + -11.773124762985754, + -76.96533794077668, + -11.762734929115 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.97066394029184, + -11.762734929115 + ] + ] + ], + "type": "Polygon" + }, + "id": "2375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8120922001379, + -12.024445040527775, + -76.80244859860132, + -12.01406284887627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.80777886109321, + -12.01406284887627 + ] + ] + ], + "type": "Polygon" + }, + "id": "2376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95374866846167, + -12.085642974624413, + -76.94409949816392, + -12.075258178559078 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94943066403395, + -12.075258178559078 + ] + ] + ], + "type": "Polygon" + }, + "id": "2377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85396260060155, + -12.115080821519621, + -76.8443151771714, + -12.104698969215393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.84964690943727, + -12.104698969215393 + ] + ] + ], + "type": "Polygon" + }, + "id": "2378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07614909591477, + -11.633533430490932, + -77.06651024997272, + -11.6231393074639 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.07183383488484, + -11.6231393074639 + ] + ] + ], + "type": "Polygon" + }, + "id": "2379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67970049799605, + -11.96411639967244, + -76.67006229744104, + -11.953736671217735 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.67539160514521, + -11.953736671217735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99713367849087, + -11.971953633287212, + -76.98748677501405, + -11.96156605339647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.99281602266578, + -11.96156605339647 + ] + ] + ], + "type": "Polygon" + }, + "id": "2381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72216127446684, + -12.282738993266815, + -76.71251240095832, + -12.272363188172767 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.71784695818974, + -12.272363188172767 + ] + ] + ], + "type": "Polygon" + }, + "id": "2382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0525566590049, + -11.639099431938549, + -77.04291824624588, + -11.628705952662479 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.04824195359704, + -11.628705952662479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09067256997628, + -11.72151078882736, + -77.08103074008486, + -11.711117441769247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.08635575033395, + -11.711117441769247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03149959506722, + -12.140496083603848, + -77.02184678215784, + -12.130110227202893 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.03149959506722, + -12.133157318133431 + ], + [ + -77.03099405794106, + -12.138350298860766 + ], + [ + -77.0261675656029, + -12.140496083603848 + ], + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.02717876671738, + -12.130110227202893 + ] + ] + ], + "type": "Polygon" + }, + "id": "2385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83115238135662, + -11.782562731198556, + -76.82151547510189, + -11.77217659972024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.83064460399831, + -11.780416785307468 + ], + [ + -76.82582606414948, + -11.782562731198556 + ], + [ + -76.82151547510189, + -11.77951557814045 + ], + [ + -76.82202337823593, + -11.774322566602898 + ], + [ + -76.82684174465128, + -11.77217659972024 + ] + ] + ], + "type": "Polygon" + }, + "id": "2386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97817357046891, + -12.213865473223935, + -76.96851993919714, + -12.203482103385554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.97385319468727, + -12.203482103385554 + ] + ] + ], + "type": "Polygon" + }, + "id": "2387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16298991869557, + -11.689214841519656, + -77.15334724039408, + -11.678819329193594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.15867161012272, + -11.678819329193594 + ] + ] + ], + "type": "Polygon" + }, + "id": "2388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15242398099896, + -11.798358022701429, + -77.14277831690424, + -11.787964208499071 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.1481044973933, + -11.787964208499071 + ] + ] + ], + "type": "Polygon" + }, + "id": "2389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75959473846376, + -11.948475625405079, + -76.74995481790896, + -11.938093632893088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.75528385106381, + -11.938093632893088 + ] + ] + ], + "type": "Polygon" + }, + "id": "2390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90498592944029, + -12.01791694670848, + -76.89534005469719, + -12.00753233035904 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.9006701480367, + -12.00753233035904 + ] + ] + ], + "type": "Polygon" + }, + "id": "2391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69262813549503, + -11.973264706986589, + -76.68298930609413, + -11.96288478279956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.68831876321083, + -11.96288478279956 + ] + ] + ], + "type": "Polygon" + }, + "id": "2392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84100041849729, + -12.294592636698894, + -76.83134798055178, + -12.284214018945086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.83668268322576, + -12.284214018945086 + ] + ] + ], + "type": "Polygon" + }, + "id": "2393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94839391131562, + -11.998610904876195, + -76.93874747599017, + -11.988224922195226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.94407721294668, + -11.988224922195226 + ] + ] + ], + "type": "Polygon" + }, + "id": "2394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88367393440858, + -12.23595090445258, + -76.87402211520106, + -12.225570243941867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87935582060571, + -12.225570243941867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02905970017214, + -11.83349950042975, + -77.01941610198614, + -11.823109162240787 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.02474303392934, + -11.823109162240787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90119684302678, + -12.198382467221018, + -76.89154568347169, + -12.188000757652544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.89687875528585, + -12.188000757652544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0677999992172, + -11.672063917485223, + -77.0581602188709, + -11.661670485619537 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.06348444787953, + -11.661670485619537 + ] + ] + ], + "type": "Polygon" + }, + "id": "2398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08251035066293, + -12.043270613422301, + -77.0728591415118, + -12.032882008341145 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.07818945710474, + -12.032882008341145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75644297227956, + -12.262587286452028, + -76.74679376631644, + -12.252210272673235 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.75212798096787, + -12.252210272673235 + ] + ] + ], + "type": "Polygon" + }, + "id": "2400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91490606449074, + -12.152568661898663, + -76.90525591221788, + -12.142185877317445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.91058821694732, + -12.142185877317445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11808781750433, + -11.724186856643417, + -77.10844521853701, + -11.713792880873703 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.11377023307827, + -11.713792880873703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17062123169366, + -11.70569768634335, + -77.16097787382597, + -11.695302203998283 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.16630250175305, + -11.695302203998283 + ] + ] + ], + "type": "Polygon" + }, + "id": "2403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76102844323117, + -12.215889172224054, + -76.75138050735526, + -12.205511274286625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.75671394948105, + -12.205511274286625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83338217150141, + -12.278114758267332, + -76.82373042920699, + -12.267736056677998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.82906486439575, + -12.267736056677998 + ] + ] + ], + "type": "Polygon" + }, + "id": "2405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15854728909241, + -11.830430836858959, + -77.1489005177688, + -11.820037313943816 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.15422721571187, + -11.820037313943816 + ] + ] + ], + "type": "Polygon" + }, + "id": "2406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76408473641091, + -12.184754895311084, + -76.75443764714285, + -12.174376415643803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75977057433731, + -12.174376415643803 + ] + ] + ], + "type": "Polygon" + }, + "id": "2407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85244306501498, + -12.036307379347647, + -76.84279803169557, + -12.025924352920129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.84812846635171, + -12.025924352920129 + ] + ] + ], + "type": "Polygon" + }, + "id": "2408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98117852328419, + -12.088350465998314, + -76.97152856062648, + -12.077965033788368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.97685974320218, + -12.077965033788368 + ] + ] + ], + "type": "Polygon" + }, + "id": "2409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00009065758466, + -11.751987348403626, + -76.99045022948505, + -11.741596614178734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.99577585455776, + -11.741596614178734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94537746893351, + -12.124132420674018, + -76.93572736825753, + -12.113748430679404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.94105917667805, + -12.113748430679404 + ] + ] + ], + "type": "Polygon" + }, + "id": "2411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96435431003577, + -11.8822079232458, + -76.95471092857873, + -11.871819856544441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.96003873338543, + -11.871819856544441 + ] + ] + ], + "type": "Polygon" + }, + "id": "2412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06113168928094, + -11.978244256209337, + -77.05148296086307, + -11.967855200979718 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.05681223444505, + -11.967855200979718 + ] + ] + ], + "type": "Polygon" + }, + "id": "2413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14471117361454, + -11.687434944311903, + -77.13506900273448, + -11.677039848661805 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.14039337258488, + -11.677039848661805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98337167937521, + -11.829015219469927, + -76.97372938956097, + -11.818625940655528 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.97905629954545, + -11.818625940655528 + ] + ] + ], + "type": "Polygon" + }, + "id": "2415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93546405333853, + -12.08383664957132, + -76.92581541366863, + -12.073452278855903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.93114656702225, + -12.073452278855903 + ] + ] + ], + "type": "Polygon" + }, + "id": "2416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09823156031571, + -11.643556809606137, + -77.08859185881846, + -11.633162277177753 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.09391557768565, + -11.633162277177753 + ] + ] + ], + "type": "Polygon" + }, + "id": "2417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05344865906726, + -11.867358841571964, + -77.0438034302166, + -11.856968379000563 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.04913088873815, + -11.856968379000563 + ] + ] + ], + "type": "Polygon" + }, + "id": "2418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94988928380513, + -11.888649806112932, + -76.9402460865078, + -11.8782621880729 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9455740114693, + -11.8782621880729 + ] + ] + ], + "type": "Polygon" + }, + "id": "2419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0191855743928, + -11.887597302321032, + -77.0095406178301, + -11.877207963110989 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.01486845160942, + -11.877207963110989 + ] + ] + ], + "type": "Polygon" + }, + "id": "2420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72063098172633, + -12.29830232593731, + -76.7109816851466, + -12.287926820905296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.71631649978092, + -12.287926820905296 + ] + ] + ], + "type": "Polygon" + }, + "id": "2421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1342176290366, + -11.891000933214714, + -77.12456965956187, + -11.880608843144872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12989739242438, + -11.880608843144872 + ] + ] + ], + "type": "Polygon" + }, + "id": "2422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93923321594727, + -11.903330893112042, + -76.92958985909279, + -11.892943747799828 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.93491803568638, + -11.892943747799828 + ] + ] + ], + "type": "Polygon" + }, + "id": "2423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14709775742561, + -11.805707226465866, + -77.13745200707908, + -11.795313640502759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.14277831690424, + -11.795313640502759 + ] + ] + ], + "type": "Polygon" + }, + "id": "2424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76936019857966, + -12.366037462933384, + -76.75970755115263, + -12.355661870601452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.76504346990656, + -12.355661870601452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90421992361614, + -11.97852246960449, + -76.89457524346224, + -11.968137285767796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89990468844591, + -11.968137285767796 + ] + ] + ], + "type": "Polygon" + }, + "id": "2426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98111233419505, + -11.899587843121653, + -76.97146800082307, + -11.889199609920956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.97679607445004, + -11.889199609920956 + ] + ] + ], + "type": "Polygon" + }, + "id": "2427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6498616488754, + -12.220498520287574, + -76.64021662684411, + -12.21012353937759 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64555016444103, + -12.21012353937759 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64021662684411, + -12.217447438550456 + ], + [ + -76.64072774129811, + -12.212260003137592 + ], + [ + -76.64555016444103, + -12.21012353937759 + ] + ] + ], + "type": "Polygon" + }, + "id": "2428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13588512409214, + -12.064239442484924, + -77.12623194833915, + -12.053849861062881 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.13156253060284, + -12.053849861062881 + ] + ] + ], + "type": "Polygon" + }, + "id": "2429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78233626573633, + -12.28088861891925, + -76.77268581181502, + -12.270511252721423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.77802031874347, + -12.270511252721423 + ] + ] + ], + "type": "Polygon" + }, + "id": "2430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00467823479754, + -11.79964009923208, + -76.99503627022182, + -11.789249894026725 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -77.00036267372973, + -11.789249894026725 + ] + ] + ], + "type": "Polygon" + }, + "id": "2431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05944919640496, + -11.710591330205395, + -77.04980848188333, + -11.700198599241734 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.05513335491436, + -11.700198599241734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75416634199284, + -12.238782868473983, + -76.74451790880816, + -12.228405519488254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.74985173120636, + -12.228405519488254 + ] + ] + ], + "type": "Polygon" + }, + "id": "2433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.988663238752, + -11.727264912671703, + -76.97902384093962, + -11.716874131867616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.97902384093962, + -11.72421944551605 + ], + [ + -76.97952945904323, + -11.719024108294489 + ], + [ + -76.98434907207402, + -11.716874131867616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84863638520405, + -12.028067602981267, + -76.83899169889014, + -12.01768454745457 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.84432200018188, + -12.01768454745457 + ] + ] + ], + "type": "Polygon" + }, + "id": "2435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81970271452019, + -12.04092434615715, + -76.81005841755197, + -12.030542212106731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.81538894764515, + -12.030542212106731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68502973422127, + -11.956786063062346, + -76.67539160514521, + -11.946406090538497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.68072079158392, + -11.946406090538497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72765924509655, + -11.898131496442486, + -76.71802169382686, + -11.887749587284773 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72334990697279, + -11.887749587284773 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.71853121863998, + -11.889891899428738 + ], + [ + -76.72334990697279, + -11.887749587284773 + ] + ] + ], + "type": "Polygon" + }, + "id": "2438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64299479083611, + -12.243383878840506, + -76.63334927628834, + -12.233009450421653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.63868319165398, + -12.233009450421653 + ] + ] + ], + "type": "Polygon" + }, + "id": "2439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93852515673676, + -12.147043523058928, + -76.92887455108327, + -12.136660063876496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.93420674371403, + -12.136660063876496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78926675330418, + -11.975006990958223, + -76.77962523950438, + -11.964624637432534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.78495469820841, + -11.964624637432534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94540014264375, + -12.218485380994126, + -76.93574722477372, + -12.2081028976719 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.94108058939798, + -12.2081028976719 + ] + ] + ], + "type": "Polygon" + }, + "id": "2442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67953592548136, + -12.247043047034873, + -76.66988928934161, + -12.236667739601481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.67522326395337, + -12.236667739601481 + ] + ] + ], + "type": "Polygon" + }, + "id": "2443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75728786517169, + -12.019003296948076, + -76.74764590507083, + -12.008622408607847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.75297610110901, + -12.008622408607847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14399658234754, + -11.742452199450653, + -77.1343527922292, + -11.732057839032386 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.13967806718584, + -11.732057839032386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89967444059863, + -12.213954668802106, + -76.89002285616192, + -12.203573249536685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.89535618613743, + -12.203573249536685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08014621311857, + -11.925044401154505, + -77.0704985883879, + -11.914654107939699 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.0758269605816, + -11.914654107939699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14940391510368, + -11.82953846838939, + -77.13975739770625, + -11.819145153336256 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.14508409571395, + -11.819145153336256 + ] + ] + ], + "type": "Polygon" + }, + "id": "2448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96134494945021, + -12.007752525633697, + -76.95169790468015, + -11.997366358871316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.9570277796078, + -11.997366358871316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0778451060958, + -11.901218080412367, + -77.06819824953077, + -11.89082750206117 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.07352623277134, + -11.89082750206117 + ] + ] + ], + "type": "Polygon" + }, + "id": "2450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02671710544692, + -11.715257599104808, + -77.01707708676983, + -11.704865727845892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.02240207736583, + -11.704865727845892 + ] + ] + ], + "type": "Polygon" + }, + "id": "2451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06017782503511, + -11.655581662772597, + -77.05053872836017, + -11.645188206288946 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.05586269662307, + -11.645188206288946 + ] + ] + ], + "type": "Polygon" + }, + "id": "2452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78995036082384, + -12.297366140825602, + -76.78029920914764, + -12.286988857787922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.78563398485164, + -12.286988857787922 + ] + ] + ], + "type": "Polygon" + }, + "id": "2453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0122992725627, + -11.816121632912113, + -77.00265662142002, + -11.805731465988979 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -77.00798328730798, + -11.805731465988979 + ] + ] + ], + "type": "Polygon" + }, + "id": "2454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70703979459844, + -12.061168095590917, + -76.69739794860904, + -12.050789126200943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.70272885252847, + -12.050789126200943 + ] + ] + ], + "type": "Polygon" + }, + "id": "2455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04269144803644, + -11.693215982125958, + -77.03305167699722, + -11.682823433989423 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.03837628585781, + -11.682823433989423 + ] + ] + ], + "type": "Polygon" + }, + "id": "2456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.681013217924, + -12.325767267660405, + -76.67136418935405, + -12.31539324110948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.67567789316612, + -12.325767267660405 + ], + [ + -76.67136418935405, + -12.322715958114923 + ], + [ + -76.67187503764075, + -12.317528999577434 + ], + [ + -76.67669946415437, + -12.31539324110948 + ] + ] + ], + "type": "Polygon" + }, + "id": "2457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7236493891642, + -12.361466182842415, + -76.71399812248752, + -12.35109167567673 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.71933397998325, + -12.35109167567673 + ] + ] + ], + "type": "Polygon" + }, + "id": "2458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95066078002239, + -11.928051979089487, + -76.94101638870964, + -11.917664905911625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.9463449615415, + -11.917664905911625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78543941230247, + -12.061108354501663, + -76.77579543469196, + -12.050727392447344 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.78112631404049, + -12.050727392447344 + ] + ] + ], + "type": "Polygon" + }, + "id": "2460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77552749658001, + -12.115150931322255, + -76.7658821746732, + -12.10477105672382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.77121394923651, + -12.10477105672382 + ] + ] + ], + "type": "Polygon" + }, + "id": "2461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78158496704107, + -12.241517016562504, + -76.77193570939087, + -12.231139016872925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.77726956658252, + -12.231139016872925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92930961302464, + -11.768637640432127, + -76.91967052626057, + -11.758248874295708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.92499649568133, + -11.758248874295708 + ] + ] + ], + "type": "Polygon" + }, + "id": "2463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93540479179286, + -11.800701529160518, + -76.92576459129612, + -11.790313046039815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.93109108262607, + -11.790313046039815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92861216958666, + -12.106748816709427, + -76.918963025492, + -12.096364971185894 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.92429456273729, + -12.096364971185894 + ] + ] + ], + "type": "Polygon" + }, + "id": "2465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14479196006081, + -11.781875546219037, + -77.13514697667443, + -11.771481692917247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.14047289835608, + -11.771481692917247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08698770683749, + -11.902113848289353, + -77.07734059247828, + -11.891723060371827 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.08266857781405, + -11.891723060371827 + ] + ] + ], + "type": "Polygon" + }, + "id": "2467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76105956371282, + -12.121571802630635, + -76.75141444211806, + -12.111192395395964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.7567463279987, + -12.111192395395964 + ] + ] + ], + "type": "Polygon" + }, + "id": "2468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90194300400815, + -12.049069703974325, + -76.89229628034053, + -12.038685634203315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.89762688948153, + -12.038685634203315 + ] + ] + ], + "type": "Polygon" + }, + "id": "2469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71014507777329, + -11.93570087530253, + -76.70050688657798, + -11.9253199535682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.70583572214224, + -11.9253199535682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614821338505, + -12.273513575544968, + -76.85649573624386, + -12.263133974193392 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.86183007437552, + -12.263133974193392 + ] + ] + ], + "type": "Polygon" + }, + "id": "2471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75117672745623, + -12.08128477263114, + -76.74153307609073, + -12.070904988968007 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.74686430086852, + -12.070904988968007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1196722105779, + -11.803029568847572, + -77.11002722513068, + -11.792636608409847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.11535353328607, + -11.792636608409847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85929670958939, + -12.01339760982311, + -76.84965217719414, + -12.003014066501368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.85498222983902, + -12.003014066501368 + ] + ] + ], + "type": "Polygon" + }, + "id": "2474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82346964138387, + -12.332144057328167, + -76.81381654982685, + -12.321766515422997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.81915188299438, + -12.321766515422997 + ] + ] + ], + "type": "Polygon" + }, + "id": "2475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95138364975115, + -11.77867387609945, + -76.941743688322, + -11.768284699005276 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.9470698025128, + -11.768284699005276 + ] + ] + ], + "type": "Polygon" + }, + "id": "2476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.838724990102, + -12.176460044578947, + -76.82907614078414, + -12.166079546635567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.83440889501145, + -12.166079546635567 + ] + ] + ], + "type": "Polygon" + }, + "id": "2477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73741862861813, + -12.221393317237695, + -76.72777117054201, + -12.211016109389181 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.73310471098536, + -12.211016109389181 + ] + ] + ], + "type": "Polygon" + }, + "id": "2478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80828732394602, + -12.016205378294803, + -76.79864407021543, + -12.005823158525823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.80397419884517, + -12.005823158525823 + ] + ] + ], + "type": "Polygon" + }, + "id": "2479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82576494163749, + -12.261636807261418, + -76.81611389523556, + -12.251258023656899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.82144806277444, + -12.251258023656899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2480", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11204273688539, + -11.786547306034299, + -77.10239843352072, + -11.77615430663592 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.10772448203168, + -11.77615430663592 + ] + ] + ], + "type": "Polygon" + }, + "id": "2481", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08935424079239, + -12.02034482697868, + -77.07970354248725, + -12.009955709976168 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.08503347088663, + -12.009955709976168 + ] + ] + ], + "type": "Polygon" + }, + "id": "2482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78308774993354, + -12.320258160905382, + -76.77343609944778, + -12.309881437930155 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.77877125626948, + -12.309881437930155 + ] + ] + ], + "type": "Polygon" + }, + "id": "2483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08159728090348, + -11.815043585384727, + -77.07195289614228, + -11.80465171199541 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.07727945662775, + -11.80465171199541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92023829017586, + -12.145234111313584, + -76.91058821694732, + -12.134851077876341 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.9159203961378, + -12.134851077876341 + ] + ] + ], + "type": "Polygon" + }, + "id": "2485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06258934395068, + -11.868254765851631, + -77.05294385608065, + -11.857864092936135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.05827131743287, + -11.857864092936135 + ] + ] + ], + "type": "Polygon" + }, + "id": "2486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98947469042007, + -11.861080054817467, + -76.97983128807309, + -11.850691071690242 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.98515871906359, + -11.850691071690242 + ] + ] + ], + "type": "Polygon" + }, + "id": "2487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89053048051113, + -12.213047719352295, + -76.88087916419406, + -12.202666513649335 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.88621248641175, + -12.202666513649335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71227997142634, + -12.24245926814221, + -76.7026325715544, + -12.23208304693875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.70796646575216, + -12.23208304693875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9598528510425, + -12.117699646219904, + -76.95020256555866, + -12.10731519698399 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.95553425386471, + -12.10731519698399 + ] + ] + ], + "type": "Polygon" + }, + "id": "2490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07645331308817, + -12.105598393925527, + -77.0668003977631, + -12.09521089227843 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.07645331308817, + -12.09825739901075 + ], + [ + -77.07594846122005, + -12.103451202086667 + ], + [ + -77.07112191792477, + -12.105598393925527 + ], + [ + -77.0668003977631, + -12.102551802921132 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.0721317486738, + -12.09521089227843 + ] + ] + ], + "type": "Polygon" + }, + "id": "2491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95145689628009, + -12.061825680968328, + -76.94180849610238, + -12.051440575887609 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.9471392716532, + -12.051440575887609 + ] + ] + ], + "type": "Polygon" + }, + "id": "2492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01684628586769, + -11.769364571477391, + -77.00720490995799, + -11.75897365866531 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.0125308016567, + -11.75897365866531 + ] + ] + ], + "type": "Polygon" + }, + "id": "2493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81438768912389, + -11.953909354772032, + -76.80474612857006, + -11.943526057848928 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.81007522773368, + -11.943526057848928 + ] + ] + ], + "type": "Polygon" + }, + "id": "2494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02924813689707, + -12.2110470370346, + -77.01959327532651, + -12.200662363703918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.02924813689707, + -12.203709800748854 + ], + [ + -77.0287424578791, + -12.208902189894724 + ], + [ + -77.02391494116124, + -12.2110470370346 + ], + [ + -77.01959327532651, + -12.207999516275937 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.0249264261058, + -12.200662363703918 + ] + ] + ], + "type": "Polygon" + }, + "id": "2495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08002233331582, + -11.736207653178795, + -77.0703803350907, + -11.725814757915552 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.07570560164132, + -11.725814757915552 + ] + ] + ], + "type": "Polygon" + }, + "id": "2496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84863082090479, + -12.122413727572232, + -76.83898332055361, + -12.112032123863811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.8443151771714, + -12.112032123863811 + ] + ] + ], + "type": "Polygon" + }, + "id": "2497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11362592542335, + -11.865383817467025, + -77.10397923467862, + -11.854991864478253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.10930657733776, + -11.854991864478253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97807690734543, + -11.930751500110484, + -76.9684317239585, + -11.920363788904702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.97376031375939, + -11.920363788904702 + ] + ] + ], + "type": "Polygon" + }, + "id": "2499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93015107478789, + -12.185527147662025, + -76.92049953923015, + -12.175144510066486 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.92583237423798, + -12.175144510066486 + ] + ] + ], + "type": "Polygon" + }, + "id": "2500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10283384724023, + -11.691221918886635, + -77.09319261215063, + -11.68082788317818 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.09851710740912, + -11.68082788317818 + ] + ] + ], + "type": "Polygon" + }, + "id": "2501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69469599923663, + -12.37428055671971, + -76.68504514375188, + -12.363907011375117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.69038121857774, + -12.363907011375117 + ] + ] + ], + "type": "Polygon" + }, + "id": "2502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66813068189128, + -12.222327382573454, + -76.65848509890988, + -12.211951961863349 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.66381866626216, + -12.211951961863349 + ] + ] + ], + "type": "Polygon" + }, + "id": "2503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95521712873953, + -11.881308778840403, + -76.9455740114693, + -11.870920925102201 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.95090181048324, + -11.870920925102201 + ] + ] + ], + "type": "Polygon" + }, + "id": "2504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68186063233784, + -12.176549496720854, + -76.6722160366623, + -12.16617298196197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67754884733587, + -12.16617298196197 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.6722160366623, + -12.173498925487635 + ], + [ + -76.67272663718407, + -12.168310722974326 + ], + [ + -76.67754884733587, + -12.16617298196197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81128842101631, + -12.268055281264756, + -76.80163757088185, + -12.257676969203349 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.80697185223735, + -12.257676969203349 + ] + ] + ], + "type": "Polygon" + }, + "id": "2506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68941192125737, + -12.287320998853744, + -76.67976380980957, + -12.276946108029904 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.68509844854208, + -12.276946108029904 + ] + ] + ], + "type": "Polygon" + }, + "id": "2507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84711858860419, + -11.949286657918806, + -76.8374762910927, + -11.93890247131841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84280529544442, + -11.93890247131841 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.8374762910927, + -11.94623874265449 + ], + [ + -76.83798423340838, + -11.941046703304911 + ], + [ + -76.84280529544442, + -11.93890247131841 + ] + ] + ], + "type": "Polygon" + }, + "id": "2508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09297346189592, + -11.745341638905781, + -77.08333086481282, + -11.73494855009316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.08865626348371, + -11.73494855009316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7557929254253, + -11.94023599418019, + -76.7461533535852, + -11.929853977911694 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.75148225228158, + -11.929853977911694 + ] + ] + ], + "type": "Polygon" + }, + "id": "2510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07009864773967, + -11.695894883805085, + -77.06045810021853, + -11.685501702756858 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.06578271770844, + -11.685501702756858 + ] + ] + ], + "type": "Polygon" + }, + "id": "2511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69479694742206, + -12.185701067775051, + -76.6851517222304, + -12.175324368929942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.69048468242087, + -12.175324368929942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08468619647677, + -11.87828671798953, + -77.0750398501093, + -11.867895648359985 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.08036744660036, + -11.867895648359985 + ] + ] + ], + "type": "Polygon" + }, + "id": "2513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72080248209102, + -11.921036642167245, + -76.71116443592797, + -11.910655236510722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.71649302784715, + -11.910655236510722 + ] + ] + ], + "type": "Polygon" + }, + "id": "2514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9841811812242, + -11.96281353074305, + -76.97453488444644, + -11.952426135576154 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97986399568869, + -11.952426135576154 + ] + ] + ], + "type": "Polygon" + }, + "id": "2515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08692375721377, + -11.807696734347202, + -77.07727945662775, + -11.797304631106712 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.08260588891619, + -11.797304631106712 + ] + ] + ], + "type": "Polygon" + }, + "id": "2516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94233693317307, + -12.155283258399642, + -76.93268598210483, + -12.14489983522082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.93801830706451, + -12.14489983522082 + ] + ] + ], + "type": "Polygon" + }, + "id": "2517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16760356353409, + -11.736883173675748, + -77.1579593524485, + -11.726488171872365 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.16760356353409, + -11.72953201106205 + ], + [ + -77.16710056586732, + -11.734729563909278 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.16328449777383, + -11.726488171872365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03355648591766, + -11.692322500631239, + -77.0239169746594, + -11.681930163968163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02924158009313, + -11.681930163968163 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.02442191009001, + -11.684081505293648 + ], + [ + -77.02924158009313, + -11.681930163968163 + ] + ] + ], + "type": "Polygon" + }, + "id": "2519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8151117390069, + -12.181973929759723, + -76.80546335677788, + -12.17159411475886 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.81079621534896, + -12.17159411475886 + ] + ] + ], + "type": "Polygon" + }, + "id": "2520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71459782222045, + -12.17196010710293, + -76.70495246358335, + -12.161582681383052 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.71028519362727, + -12.161582681383052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9468513389069, + -11.919811620886378, + -76.93720729235284, + -11.909424523207873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.9425357331466, + -11.909424523207873 + ] + ] + ], + "type": "Polygon" + }, + "id": "2522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79915265893415, + -12.015299109814986, + -76.78950967777232, + -12.0049171067714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.79483979590002, + -12.0049171067714 + ] + ] + ], + "type": "Polygon" + }, + "id": "2523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77550059766953, + -12.209471965390097, + -76.76585246136207, + -12.199093595953594 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.77118579210703, + -12.199093595953594 + ] + ] + ], + "type": "Polygon" + }, + "id": "2524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0208354085721, + -12.15517262155512, + -77.0111824306617, + -12.144787258927527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.0208354085721, + -12.147834518214799 + ], + [ + -77.02032969896408, + -12.15302725211492 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.01651467011001, + -12.144787258927527 + ] + ] + ], + "type": "Polygon" + }, + "id": "2525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99709593190684, + -11.877561280097584, + -76.98745184210634, + -11.867172341236039 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.99277953596042, + -11.867172341236039 + ] + ] + ], + "type": "Polygon" + }, + "id": "2526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80290044305765, + -12.306516478298336, + -76.79324866925309, + -12.296139021678234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.79858358996705, + -12.296139021678234 + ] + ] + ], + "type": "Polygon" + }, + "id": "2527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87985652427346, + -12.039021619352042, + -76.8702106829263, + -12.028637948039682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.87554114344881, + -12.028637948039682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80145078060715, + -11.944764592567378, + -76.79180983999065, + -11.934381488008178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.7971387949511, + -11.934381488008178 + ] + ] + ], + "type": "Polygon" + }, + "id": "2529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84252566017912, + -12.279024635283584, + -76.83287364666376, + -12.26864571881965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.83820809133876, + -12.26864571881965 + ] + ] + ], + "type": "Polygon" + }, + "id": "2530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0253861106535, + -12.108437004404042, + -77.01573441093748, + -12.09805079585253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.02106587444743, + -12.09805079585253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05282643550423, + -12.111139040678285, + -77.04317395458872, + -12.100752202043566 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.04850542831755, + -12.100752202043566 + ] + ] + ], + "type": "Polygon" + }, + "id": "2532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70615708806082, + -12.304712428352607, + -76.69650799663762, + -12.294337401146807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.70184292009395, + -12.294337401146807 + ] + ] + ], + "type": "Polygon" + }, + "id": "2533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83416940416343, + -12.034496565661406, + -76.82452491191047, + -12.02411397040813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.8298553279456, + -12.02411397040813 + ] + ] + ], + "type": "Polygon" + }, + "id": "2534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12363661303777, + -12.000107369338487, + -77.11398565628419, + -11.98971711847784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11931520119006, + -11.98971711847784 + ] + ] + ], + "type": "Polygon" + }, + "id": "2535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8097957316582, + -12.094973808722736, + -76.80015008830567, + -12.084592753757244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.80548151461645, + -12.084592753757244 + ] + ] + ], + "type": "Polygon" + }, + "id": "2536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82349545645432, + -12.143502636734567, + -76.81384799784915, + -12.133121997082878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81918021721812, + -12.133121997082878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09461786684223, + -11.918595524965697, + -77.08497006887757, + -11.908204787330973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.09029831467775, + -11.908204787330973 + ] + ] + ], + "type": "Polygon" + }, + "id": "2538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1257915698647, + -11.835100889653022, + -77.1161454761648, + -11.824708221099758 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.12147230246066, + -11.824708221099758 + ] + ] + ], + "type": "Polygon" + }, + "id": "2539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70931125349294, + -12.084975333870208, + -76.69966863514962, + -12.074596673139482 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.70499993124628, + -12.074596673139482 + ] + ] + ], + "type": "Polygon" + }, + "id": "2540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94081645971372, + -12.170858036118636, + -76.93116508341356, + -12.160474898665019 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.9364976666689, + -12.160474898665019 + ] + ] + ], + "type": "Polygon" + }, + "id": "2541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0077101994546, + -11.768468986551676, + -76.99806908480123, + -11.758078285660355 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -77.00339497229258, + -11.758078285660355 + ] + ] + ], + "type": "Polygon" + }, + "id": "2542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78318644113091, + -11.942953936474904, + -76.77354604659992, + -11.932571266482388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.7788749798792, + -11.932571266482388 + ] + ] + ], + "type": "Polygon" + }, + "id": "2543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79154444446061, + -11.998819831171312, + -76.78190215946057, + -11.988437773521884 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.78723200951285, + -11.988437773521884 + ] + ] + ], + "type": "Polygon" + }, + "id": "2544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14415781260227, + -11.931311623337159, + -77.13450839393896, + -11.92091986944589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13983677451922, + -11.92091986944589 + ], + [ + -77.14415781260227, + -11.923964910722063 + ], + [ + -77.14365418330634, + -11.929160839609521 + ], + [ + -77.13882938878419, + -11.931311623337159 + ], + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13983677451922, + -11.92091986944589 + ] + ] + ], + "type": "Polygon" + }, + "id": "2545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10606499872007, + -11.943317988322512, + -77.09641617580816, + -11.932927329533861 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.10174481199236, + -11.932927329533861 + ] + ] + ], + "type": "Polygon" + }, + "id": "2546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14630203339372, + -11.766284704737668, + -77.13665747649421, + -11.755890605752299 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.14198313950614, + -11.755890605752299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82734956207187, + -11.774322566602898, + -76.81771300271413, + -11.763936419159522 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.82202337823593, + -11.774322566602898 + ], + [ + -76.81771300271413, + -11.771275426515622 + ], + [ + -76.81822094588884, + -11.766082407028293 + ], + [ + -76.82303913884068, + -11.763936419159522 + ] + ] + ], + "type": "Polygon" + }, + "id": "2548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76786063475559, + -12.287303480198926, + -76.75821038077967, + -12.276926588320855 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.76354499946441, + -12.276926588320855 + ] + ] + ], + "type": "Polygon" + }, + "id": "2549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03986388287308, + -12.101998447991884, + -77.03021200510881, + -12.091611784472136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.03554334469659, + -12.091611784472136 + ] + ] + ], + "type": "Polygon" + }, + "id": "2550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79079265105217, + -11.959433393634688, + -76.78115156025832, + -11.949050772398415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.7864807617304, + -11.949050772398415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64526219633794, + -12.26718349661327, + -76.63561590799253, + -12.25680940396179 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.64095021645811, + -12.25680940396179 + ] + ] + ], + "type": "Polygon" + }, + "id": "2552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12650940501767, + -11.780091379408407, + -77.11686493125283, + -11.769697943156887 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.12219085195818, + -11.769697943156887 + ] + ] + ], + "type": "Polygon" + }, + "id": "2553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75338530399935, + -12.2937171348675, + -76.7437352511945, + -12.283340718234006 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.74906998094876, + -12.283340718234006 + ] + ] + ], + "type": "Polygon" + }, + "id": "2554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00463830853329, + -11.705227766797593, + -76.99499915475235, + -11.69483630536308 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -77.00032400612132, + -11.69483630536308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01987694516781, + -11.73819134215746, + -77.01023641929363, + -11.72779993984052 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.01556179495327, + -11.72779993984052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07481779677431, + -11.932388775448214, + -77.06517008802307, + -11.921998717794605 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.0704985883879, + -11.921998717794605 + ] + ] + ], + "type": "Polygon" + }, + "id": "2557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81967469397878, + -12.229590417967712, + -76.81002476775188, + -12.219211260126942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.81535840967001, + -12.219211260126942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99931341199758, + -11.712573796380301, + -76.98967417670744, + -11.702182561377462 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.99499915475235, + -11.702182561377462 + ] + ] + ], + "type": "Polygon" + }, + "id": "2559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98182118358315, + -11.75019552330152, + -76.97218128017009, + -11.739805214196464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.97750689554435, + -11.739805214196464 + ] + ] + ], + "type": "Polygon" + }, + "id": "2560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88215062021254, + -12.25152152765057, + -76.87249837622252, + -12.24114116128003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.87783233976172, + -12.24114116128003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04509159362469, + -11.90587309459198, + -77.03544543024839, + -11.895483381275465 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.04077353317787, + -11.895483381275465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.756475434824, + -12.168276785159708, + -76.74682904388204, + -12.157898234280443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.75216170183803, + -12.157898234280443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.878337078944, + -12.14894545581545, + -76.86868799841501, + -12.138563526203534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.87402027230871, + -12.138563526203534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12443008035315, + -12.039517663671987, + -77.114777928462, + -12.029127984060972 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1201081211839, + -12.029127984060972 + ], + [ + -77.12443008035315, + -12.032173730934714 + ], + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.11528213057862, + -12.03127704443239 + ], + [ + -77.1201081211839, + -12.029127984060972 + ] + ] + ], + "type": "Polygon" + }, + "id": "2565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66427009234125, + -12.30837500787664, + -76.65462204621276, + -12.298001116636096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.66375916442156, + -12.306239413539364 + ], + [ + -76.65893505350057, + -12.30837500787664 + ], + [ + -76.65462204621276, + -12.305323627108384 + ], + [ + -76.65513309964597, + -12.300136736354332 + ], + [ + -76.65995703486303, + -12.298001116636096 + ] + ] + ], + "type": "Polygon" + }, + "id": "2566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87528626194765, + -11.991390150808773, + -76.86564196167504, + -11.981005879114145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.87097164069043, + -11.981005879114145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0246048485087, + -12.069037586166512, + -77.01495434427693, + -12.058650788559007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.02028515940474, + -12.058650788559007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74591650222621, + -11.89994390228007, + -76.73627839922963, + -11.889561555244875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74160663739252, + -11.889561555244875 + ], + [ + -76.74591650222621, + -11.892610015512581 + ], + [ + -76.7454073538769, + -11.897801243697574 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.73678767310427, + -11.891704236279686 + ], + [ + -76.74160663739252, + -11.889561555244875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91104485593085, + -11.766840984654783, + -76.90140630130954, + -11.75645264736785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.90673225676763, + -11.75645264736785 + ] + ] + ], + "type": "Polygon" + }, + "id": "2570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91337112531903, + -12.073789386659469, + -76.90372336396166, + -12.063405410260996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.90905437110939, + -12.063405410260996 + ] + ] + ], + "type": "Polygon" + }, + "id": "2571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74438901142655, + -11.915517095153886, + -76.73475048608917, + -11.905135010347776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.74007898116517, + -11.905135010347776 + ] + ] + ], + "type": "Polygon" + }, + "id": "2572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06852714833944, + -11.617051058511349, + -77.0588889855621, + -11.606656914644237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.06421231000137, + -11.606656914644237 + ] + ] + ], + "type": "Polygon" + }, + "id": "2573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07469702266435, + -11.74355561548804, + -77.06505494052037, + -11.733162946790415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.0703803350907, + -11.733162946790415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67874242247125, + -12.301967820718982, + -76.66909416766096, + -12.291593449630309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.6744290494864, + -12.291593449630309 + ] + ] + ], + "type": "Polygon" + }, + "id": "2575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95822761496986, + -11.75574651582232, + -76.94858815792256, + -11.745356862062732 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9539138884883, + -11.745356862062732 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.94858815792256, + -11.752700624507186 + ], + [ + -76.94909424601151, + -11.74750585099052 + ], + [ + -76.9539138884883, + -11.745356862062732 + ] + ] + ], + "type": "Polygon" + }, + "id": "2576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89281093792457, + -12.14251798896921, + -76.88316166691402, + -12.132135596028125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.8884938238751, + -12.132135596028125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82198339952254, + -12.064736800273844, + -76.81233833131705, + -12.054354971976311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.81766925268708, + -12.054354971976311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77855562056806, + -12.178336275479674, + -76.76890833116397, + -12.167957325813315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.77424114685324, + -12.167957325813315 + ] + ] + ], + "type": "Polygon" + }, + "id": "2579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83721786863538, + -12.003348233689533, + -76.82757422369971, + -11.99296509359813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.8329041246516, + -11.99296509359813 + ] + ] + ], + "type": "Polygon" + }, + "id": "2580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71918724826193, + -12.12526018407223, + -76.70954315756991, + -12.11488189987095 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7148751161511, + -12.11488189987095 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.71005315827308, + -12.117021122447646 + ], + [ + -76.7148751161511, + -12.11488189987095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7000320019245, + -12.366958338332049, + -76.69038121857774, + -12.356584529762978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.69571717156612, + -12.356584529762978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86081583960599, + -12.186514981531358, + -76.85116610206688, + -12.176134090485021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.85649900803959, + -12.176134090485021 + ] + ] + ], + "type": "Polygon" + }, + "id": "2583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73976841292115, + -12.056566856187368, + -76.73012580925446, + -12.046186982557497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.73545662988562, + -12.046186982557497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96819333120271, + -11.98483377712092, + -76.95854679195745, + -11.974447100468128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.96387628249312, + -11.974447100468128 + ] + ] + ], + "type": "Polygon" + }, + "id": "2585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1122566902025, + -12.069788009656753, + -77.10260394061443, + -12.059399085287875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.10793465029742, + -12.059399085287875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6536623597017, + -12.228737025467884, + -76.64401698619012, + -12.21836208159851 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64935065980842, + -12.21836208159851 + ] + ] + ], + "type": "Polygon" + }, + "id": "2587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78153466950663, + -12.430115892154502, + -76.77187977681302, + -12.419741108261883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77721674971104, + -12.419741108261883 + ], + [ + -76.78153466950663, + -12.422791873520652 + ], + [ + -76.78102518172216, + -12.427979319424619 + ], + [ + -76.77619764805142, + -12.430115892154502 + ], + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.77721674971104, + -12.419741108261883 + ] + ] + ], + "type": "Polygon" + }, + "id": "2588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04895775800723, + -12.008511852803842, + -77.0393084368514, + -11.998123543722096 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.04463822467225, + -11.998123543722096 + ] + ] + ], + "type": "Polygon" + }, + "id": "2589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79833919135189, + -12.25890571844298, + -76.78868896258706, + -12.24852758175397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.7940230993258, + -12.24852758175397 + ] + ] + ], + "type": "Polygon" + }, + "id": "2590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81591243749412, + -11.938334342924167, + -76.80627130017578, + -11.927950780577836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81160014201583, + -11.927950780577836 + ], + [ + -76.81591243749412, + -11.93099882991339 + ], + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.8067796602301, + -11.930094480211764 + ], + [ + -76.81160014201583, + -11.927950780577836 + ] + ] + ], + "type": "Polygon" + }, + "id": "2591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03208993328009, + -11.802327982527837, + -77.02244718573922, + -11.791937142382043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.02777360131971, + -11.791937142382043 + ] + ] + ], + "type": "Polygon" + }, + "id": "2592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06023394304408, + -11.750009577179698, + -77.0505920356229, + -11.73961734604812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.05591755550145, + -11.73961734604812 + ] + ] + ], + "type": "Polygon" + }, + "id": "2593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78166030334661, + -11.958527608881342, + -76.77201948593907, + -11.94814520504059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.77734867638615, + -11.94814520504059 + ] + ] + ], + "type": "Polygon" + }, + "id": "2594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70161196201983, + -12.2571096130646, + -76.69196441736997, + -12.246733906550471 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.69729855539758, + -12.246733906550471 + ] + ] + ], + "type": "Polygon" + }, + "id": "2595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03961301035282, + -11.62996611405633, + -77.02997519900748, + -11.619572835584753 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.03529877259744, + -11.619572835584753 + ] + ] + ], + "type": "Polygon" + }, + "id": "2596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08474950688489, + -11.972695602175502, + -77.07510034554939, + -11.962305889934541 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.08042949576729, + -11.962305889934541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00926724726547, + -11.847291125036968, + -76.99962374584764, + -11.83690146312503 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -77.00495092794894, + -11.83690146312503 + ] + ] + ], + "type": "Polygon" + }, + "id": "2598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76716981196826, + -12.059292546717401, + -76.75752638250923, + -12.048912019283762 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.76285723919598, + -12.048912019283762 + ] + ] + ], + "type": "Polygon" + }, + "id": "2599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94462861091085, + -12.17909770116829, + -76.9349768891922, + -12.168714600952889 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.94030960476705, + -12.168714600952889 + ] + ] + ], + "type": "Polygon" + }, + "id": "2600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77933218328295, + -12.123390217760877, + -76.76968651268719, + -12.113010376013925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.77501842160657, + -12.113010376013925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67743235132811, + -11.940307416789029, + -76.66779492281462, + -11.92992739774878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67312383841268, + -11.92992739774878 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.66779492281462, + -11.937258048312156 + ], + [ + -76.66830521173635, + -11.93206809389619 + ], + [ + -76.67312383841268, + -11.92992739774878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68191483217358, + -12.082242926948247, + -76.67227304881062, + -12.071864924430459 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67760430361913, + -12.071864924430459 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.68140450682118, + -12.08010398240723 + ], + [ + -76.67658352749564, + -12.082242926948247 + ], + [ + -76.67227304881062, + -12.079192839317905 + ], + [ + -76.67278349957219, + -12.074003893008433 + ], + [ + -76.67760430361913, + -12.071864924430459 + ] + ] + ], + "type": "Polygon" + }, + "id": "2603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95601502865357, + -12.015091268003694, + -76.94636790359904, + -12.004705342843383 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.95169790468015, + -12.004705342843383 + ] + ] + ], + "type": "Polygon" + }, + "id": "2604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07844816190091, + -11.65736550227012, + -77.06880854904558, + -11.646971624294927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.07413252228173, + -11.646971624294927 + ] + ] + ], + "type": "Polygon" + }, + "id": "2605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13278380059317, + -12.001003431934528, + -77.12313258829204, + -11.990612973088822 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.13278380059317, + -11.993658458368763 + ], + [ + -77.13227990299116, + -11.99885373975145 + ], + [ + -77.12745421155451, + -12.001003431934528 + ], + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.12846213391161, + -11.990612973088822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96974154623786, + -12.063630252344392, + -76.96009261718011, + -12.053244722626875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.9654234042806, + -12.053244722626875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00320155665705, + -11.909625508393267, + -76.9935563544014, + -11.899236875100273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.99888456913847, + -11.899236875100273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74282497536657, + -12.025426683170696, + -76.73318321698999, + -12.015046258786509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.73851352341003, + -12.015046258786509 + ] + ] + ], + "type": "Polygon" + }, + "id": "2609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85777342266982, + -12.028972584348631, + -76.84812846635171, + -12.018589313478445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.85345877665523, + -12.018589313478445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77247281776803, + -12.14628942077186, + -76.7628266493577, + -12.135910114032212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.76815893874515, + -12.135910114032212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82122765080733, + -12.025351076487961, + -76.81158377736259, + -12.014968668492562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.81691404996725, + -12.014968668492562 + ] + ] + ], + "type": "Polygon" + }, + "id": "2612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94156593498658, + -12.115892578880805, + -76.93191617959626, + -12.105508554440995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.93724785575174, + -12.105508554440995 + ] + ] + ], + "type": "Polygon" + }, + "id": "2613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99565369454534, + -12.081914017958928, + -76.9860035501361, + -12.071528129684555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.99133461091523, + -12.071528129684555 + ] + ] + ], + "type": "Polygon" + }, + "id": "2614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98121164681059, + -12.182714784585603, + -76.971558867045, + -12.172330836996954 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.97689160545603, + -12.172330836996954 + ] + ] + ], + "type": "Polygon" + }, + "id": "2615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07711887471226, + -11.956214231460258, + -77.06747039761865, + -11.945824463603369 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.07279928703511, + -11.945824463603369 + ] + ] + ], + "type": "Polygon" + }, + "id": "2616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91637073265534, + -11.759498927293548, + -76.90673225676763, + -11.749110359417246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.91205808705324, + -11.749110359417246 + ] + ] + ], + "type": "Polygon" + }, + "id": "2617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74349847664658, + -12.253436277317007, + -76.73384989602157, + -12.243059441200389 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73918396371717, + -12.243059441200389 + ] + ] + ], + "type": "Polygon" + }, + "id": "2618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07796777753981, + -12.090017071802565, + -77.06831528879454, + -12.079629291975941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.07364638084945, + -12.079629291975941 + ] + ] + ], + "type": "Polygon" + }, + "id": "2619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04655427611124, + -11.795877695836008, + -77.03691135142249, + -11.785486414539408 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.04223764299552, + -11.785486414539408 + ] + ] + ], + "type": "Polygon" + }, + "id": "2620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87529289996469, + -12.274422346612695, + -76.86564015332607, + -12.264042531254415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.87097449995463, + -12.264042531254415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89737758792424, + -12.095795736383323, + -76.88772959069193, + -12.085412498073861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.89306097366503, + -12.085412498073861 + ] + ] + ], + "type": "Polygon" + }, + "id": "2622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13111831057034, + -11.827752947464843, + -77.12147230246066, + -11.81736004889133 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.12679899976992, + -11.81736004889133 + ] + ] + ], + "type": "Polygon" + }, + "id": "2623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72067389434669, + -12.204003561583786, + -76.71102741283275, + -12.193626497469104 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.71636067042614, + -12.193626497469104 + ] + ] + ], + "type": "Polygon" + }, + "id": "2624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09080266070926, + -11.910354689770672, + -77.0811552045166, + -11.899963926766429 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.08648332010542, + -11.899963926766429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02005460216034, + -12.11577588601701, + -77.01040282007175, + -12.105389922716842 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.01573441093748, + -12.105389922716842 + ] + ] + ], + "type": "Polygon" + }, + "id": "2626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00471818435179, + -11.894042493476519, + -76.99507340734154, + -11.883653600704784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -77.00040136389352, + -11.883653600704784 + ] + ] + ], + "type": "Polygon" + }, + "id": "2627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7922303815193, + -12.321170358845187, + -76.78257845710934, + -12.31079341979004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.78791362493777, + -12.31079341979004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71529611770693, + -12.305626758777546, + -76.70564674836419, + -12.29525151336437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.7109816851466, + -12.29525151336437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13119516399426, + -11.922176169324402, + -77.12154634113276, + -11.911784596993519 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.12687459163392, + -11.911784596993519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11441781250561, + -11.904799575567925, + -77.10476992763311, + -11.894408160460682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.1100979175991, + -11.894408160460682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91720989427992, + -12.270722908724403, + -76.90755615343708, + -12.260341984983807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.91720989427992, + -12.263390750702465 + ], + [ + -76.91670255239688, + -12.268581265758495 + ], + [ + -76.91187559543366, + -12.270722908724403 + ], + [ + -76.90755615343708, + -12.267674059301243 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.91289040570933, + -12.260341984983807 + ] + ] + ], + "type": "Polygon" + }, + "id": "2632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79077021676834, + -12.053776355819462, + -76.78112631404049, + -12.043395146961604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.7864570701937, + -12.043395146961604 + ] + ] + ], + "type": "Polygon" + }, + "id": "2633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99631875879625, + -11.838153274049422, + -76.98667586272519, + -11.827763803201297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.99200290904106, + -11.827763803201297 + ] + ] + ], + "type": "Polygon" + }, + "id": "2634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96747771397919, + -12.134179419094641, + -76.95782673872998, + -12.123795039732535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.96315869106571, + -12.123795039732535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829012060922, + -12.007870059072909, + -76.87325621311865, + -11.997485842792795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.87858615809022, + -11.997485842792795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82881625232476, + -12.230499865423669, + -76.81916605424107, + -12.22012049216578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.82449970605613, + -12.22012049216578 + ] + ] + ], + "type": "Polygon" + }, + "id": "2637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83186701357839, + -12.199361160795101, + -76.82221766371865, + -12.18898120405359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.82755079987889, + -12.18898120405359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07929683527432, + -11.791214690233554, + -77.06965321814329, + -11.780822548171095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.07497938995108, + -11.780822548171095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03130857280996, + -11.762914056387839, + -77.02166701850607, + -11.752522703199372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.0269927869488, + -11.752522703199372 + ] + ] + ], + "type": "Polygon" + }, + "id": "2640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69015180307113, + -12.326682763878594, + -76.680502495232, + -12.316308518519815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.68583778411832, + -12.316308518519815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89126095132787, + -11.780624849266962, + -76.88162250710167, + -11.77023718953167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.8869487049268, + -11.77023718953167 + ] + ] + ], + "type": "Polygon" + }, + "id": "2642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691062349054, + -12.124226767146027, + -76.8572625832918, + -12.113844733660192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.86259445766846, + -12.113844733660192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06191729502154, + -12.017650850431865, + -77.05226737172774, + -12.007262361479247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.05759729322253, + -12.007262361479247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98943919023921, + -11.766677040821099, + -76.9797985995285, + -11.756286764524805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.98512447777946, + -11.756286764524805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.130247959402, + -11.69389532766403, + -77.12060595729218, + -11.683500663934804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.12593045574236, + -11.683500663934804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81968870833727, + -12.135263254159465, + -76.81004159756091, + -12.124882580218838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.81537368311254, + -12.124882580218838 + ] + ] + ], + "type": "Polygon" + }, + "id": "2647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00697256158621, + -11.823465831933872, + -76.99732982863519, + -11.813075896591227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -77.00265662142002, + -11.813075896591227 + ] + ] + ], + "type": "Polygon" + }, + "id": "2648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10750749440943, + -11.833313749730586, + -77.09786191249252, + -11.822921498904496 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.10318873666509, + -11.822921498904496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12817215310874, + -11.953349839815935, + -77.11852247676327, + -11.942958791424445 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.12385124497351, + -11.942958791424445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11880669266537, + -11.669171403196295, + -77.10916571242707, + -11.658776698125347 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.11448982201193, + -11.658776698125347 + ] + ] + ], + "type": "Polygon" + }, + "id": "2651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04587502049098, + -11.945281819451404, + -77.0362276628, + -11.934892654570909 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.04155641339915, + -11.934892654570909 + ] + ] + ], + "type": "Polygon" + }, + "id": "2652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78541540931056, + -12.155438065375412, + -76.77576861808238, + -12.145058576190332 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.78110105309086, + -12.145058576190332 + ] + ] + ], + "type": "Polygon" + }, + "id": "2653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05585726898558, + -12.07997796710415, + -77.04620564070719, + -12.06959057217443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.05153659695456, + -12.06959057217443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13723954836676, + -11.859824150089977, + -77.12759243218163, + -11.849431548483409 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.13291964747589, + -11.849431548483409 + ] + ] + ], + "type": "Polygon" + }, + "id": "2655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95140805102105, + -11.873068314480866, + -76.94176527831635, + -11.86268043858299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.94176527831635, + -11.87002173287223 + ], + [ + -76.9422716451797, + -11.864827848233212 + ], + [ + -76.94709294538778, + -11.86268043858299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78771739176544, + -12.0849188726965, + -76.77807264250916, + -12.074538219373327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.78340391344337, + -12.074538219373327 + ] + ] + ], + "type": "Polygon" + }, + "id": "2657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13708238974347, + -11.670952219416202, + -77.1274408994247, + -11.660557096136646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13276501044962, + -11.660557096136646 + ], + [ + -77.13708238974347, + -11.66360085665765 + ], + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.12794435037111, + -11.66271086241547 + ], + [ + -77.13276501044962, + -11.660557096136646 + ] + ] + ], + "type": "Polygon" + }, + "id": "2658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03751529628965, + -11.98379037087774, + -77.02786700403321, + -11.973401974586853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.03319639914388, + -11.973401974586853 + ] + ] + ], + "type": "Polygon" + }, + "id": "2659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85244751616521, + -11.941950300396181, + -76.84280529544442, + -11.931565873392067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84813417560379, + -11.931565873392067 + ], + [ + -76.85244751616521, + -11.934613616251529 + ], + [ + -76.85193978566254, + -11.9398058836647 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.84280529544442, + -11.93890247131841 + ], + [ + -76.8433131519319, + -11.933710311737268 + ], + [ + -76.84813417560379, + -11.931565873392067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94986532421952, + -11.794257331161495, + -76.94022493844547, + -11.783868402616811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.94555131037592, + -11.783868402616811 + ] + ] + ], + "type": "Polygon" + }, + "id": "2661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92096006281638, + -11.901530077028793, + -76.91131723751008, + -11.891143359111318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.91563185318509, + -11.901530077028793 + ], + [ + -76.91131723751008, + -11.898483073228364 + ], + [ + -76.91182407438964, + -11.893289767761551 + ], + [ + -76.91664540072703, + -11.891143359111318 + ] + ] + ], + "type": "Polygon" + }, + "id": "2662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99025106394566, + -11.900486522117411, + -76.98060646771265, + -11.890098076718328 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.98593454635241, + -11.890098076718328 + ] + ] + ], + "type": "Polygon" + }, + "id": "2663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72824037423209, + -12.314779295999397, + -76.71859037729891, + -12.304403874743535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.72392546228973, + -12.304403874743535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09159180734096, + -11.949766691558555, + -77.08194315672488, + -11.93937647776818 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.08727191986792, + -11.93937647776818 + ] + ] + ], + "type": "Polygon" + }, + "id": "2665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0616908705372, + -11.639991419457758, + -77.0520521990769, + -11.629597729048045 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.05737590928155, + -11.629597729048045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72290523995949, + -12.32210363682827, + -76.71325517001362, + -12.311728475836613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.71859037729891, + -12.311728475836613 + ] + ] + ], + "type": "Polygon" + }, + "id": "2667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06785834344353, + -11.766491620621432, + -77.05821575195468, + -11.75609942374852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.0635415327296, + -11.75609942374852 + ] + ] + ], + "type": "Polygon" + }, + "id": "2668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88137893371969, + -12.023446043961911, + -76.87173351657117, + -12.01306209939263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.87706371930956, + -12.01306209939263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16991092647456, + -11.760716721199788, + -77.16026594886114, + -11.750321980017777 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16559148204323, + -11.750321980017777 + ], + [ + -77.16991092647456, + -11.753365922992868 + ], + [ + -77.16940792424217, + -11.758563345493853 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.16559148204323, + -11.750321980017777 + ] + ] + ], + "type": "Polygon" + }, + "id": "2670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08093406459781, + -11.964454921104108, + -77.07128524535256, + -11.954065180827103 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.07661426519057, + -11.954065180827103 + ] + ] + ], + "type": "Polygon" + }, + "id": "2671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995850616275, + -12.281752645915988, + -76.86030568184812, + -12.271373086328103 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.86564015332607, + -12.271373086328103 + ] + ] + ], + "type": "Polygon" + }, + "id": "2672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89052382059688, + -12.118704658969282, + -76.88087532054355, + -12.108321948584575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.88620708657994, + -12.108321948584575 + ] + ] + ], + "type": "Polygon" + }, + "id": "2673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84939022090794, + -12.161796818467113, + -76.8397415250193, + -12.15141581829942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.84507403071969, + -12.15141581829942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16999908652078, + -11.855154411827664, + -77.16035129477551, + -11.844760956069045 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16999908652078, + -11.847805381336494 + ], + [ + -77.16949593887698, + -11.85300216104613 + ], + [ + -77.16467195798772, + -11.855154411827664 + ], + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.16567838046029, + -11.844760956069045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77622436249709, + -12.343148604318252, + -76.76657221342768, + -12.332772444912012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.77190775126604, + -12.332772444912012 + ] + ] + ], + "type": "Polygon" + }, + "id": "2676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93319291787175, + -12.154378660534627, + -76.92354223259106, + -12.143995449971161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.92887455108327, + -12.143995449971161 + ] + ] + ], + "type": "Polygon" + }, + "id": "2677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79001839231958, + -12.014392578276324, + -76.78037568420207, + -12.004010792208051 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.78570579155266, + -12.004010792208051 + ] + ] + ], + "type": "Polygon" + }, + "id": "2678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853106855055, + -12.162704144018704, + -76.8488821024737, + -12.152322928996288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.85421461717061, + -12.152322928996288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234599915501, + -11.793505625194593, + -76.85270793652045, + -11.783118861295806 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.85803436685828, + -11.783118861295806 + ] + ] + ], + "type": "Polygon" + }, + "id": "2680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03683149687726, + -12.133157318133431, + -77.02717876671738, + -12.122771215509802 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.03683149687726, + -12.125818222214791 + ], + [ + -77.03632604599919, + -12.131011326023714 + ], + [ + -77.03149959506722, + -12.133157318133431 + ], + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.0325106237009, + -12.122771215509802 + ] + ] + ], + "type": "Polygon" + }, + "id": "2681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12435517399678, + -11.945108985652572, + -77.11470583880276, + -11.934717909802991 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.12003447719874, + -11.934717909802991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77619764805142, + -12.437439562927047, + -76.76654268059508, + -12.427065043813306 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.77619764805142, + -12.430115892154502 + ], + [ + -76.7756880742814, + -12.435303205698299 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.77187977681302, + -12.427065043813306 + ] + ] + ], + "type": "Polygon" + }, + "id": "2683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04974191636096, + -12.047916078330987, + -77.04009140012614, + -12.037528343122277 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.04542183601639, + -12.037528343122277 + ] + ] + ], + "type": "Polygon" + }, + "id": "2684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80597211124301, + -12.181064916958185, + -76.79632400150581, + -12.170685317916249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.8016568497697, + -12.170685317916249 + ] + ] + ], + "type": "Polygon" + }, + "id": "2685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9080518432731, + -12.175476323623071, + -76.89840118724706, + -12.16509407479 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.90373387556885, + -12.16509407479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07935855591272, + -11.885632148271899, + -77.06971212540458, + -11.87524131189656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.0750398501093, + -11.87524131189656 + ] + ] + ], + "type": "Polygon" + }, + "id": "2687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90269868256249, + -11.994099909662816, + -76.89305357807018, + -11.983714994469434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.89838328087936, + -11.983714994469434 + ] + ] + ], + "type": "Polygon" + }, + "id": "2688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69632778472932, + -12.170135947096162, + -76.68668298201919, + -12.159758959034429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.69201568511609, + -12.159758959034429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70764130169931, + -12.383434632320606, + -76.69798981685983, + -12.373060914126418 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.7023050281255, + -12.383434632320606 + ], + [ + -76.69798981685983, + -12.38038329995809 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.70332604083745, + -12.373060914126418 + ] + ] + ], + "type": "Polygon" + }, + "id": "2690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00865302030483, + -12.18542477526524, + -76.99899945202547, + -12.175040194779422 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -77.00433220466367, + -12.175040194779422 + ] + ] + ], + "type": "Polygon" + }, + "id": "2691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68123091547322, + -11.948546739994375, + -76.67159313664872, + -11.938166743984771 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.67692218768745, + -11.938166743984771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95215507049207, + -11.818080970664509, + -76.94251391585551, + -11.807692311125386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.94784067747251, + -11.807692311125386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8813829231413, + -12.117799098978793, + -76.87173469152853, + -12.107416602738832 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.87706644953575, + -12.107416602738832 + ] + ] + ], + "type": "Polygon" + }, + "id": "2694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06494648783838, + -11.986484844473702, + -77.05529741689203, + -11.976095817797036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.0606268211157, + -11.976095817797036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69326597251994, + -12.201265752701888, + -76.68362032482354, + -12.190889344615082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.68895354212465, + -12.190889344615082 + ] + ] + ], + "type": "Polygon" + }, + "id": "2696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07385038912113, + -11.609700982611853, + -77.06421231000137, + -11.599306618106413 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06953550662871, + -11.599306618106413 + ] + ] + ], + "type": "Polygon" + }, + "id": "2697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16307603955399, + -11.783658672510283, + -77.15343054845894, + -11.773264403165786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.15875647001384, + -11.773264403165786 + ] + ] + ], + "type": "Polygon" + }, + "id": "2698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6924748707017, + -12.256195728072743, + -76.68282760460235, + -12.24582024030858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.68816172889548, + -12.24582024030858 + ] + ] + ], + "type": "Polygon" + }, + "id": "2699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93773421930318, + -12.013287550087032, + -76.92808762440744, + -12.002902050643218 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.9334176131145, + -12.002902050643218 + ] + ] + ], + "type": "Polygon" + }, + "id": "2700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79371459226118, + -12.494190877966208, + -76.78405745413016, + -12.483816928374733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78939548109929, + -12.483816928374733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79681219510289, + -12.27447255221277, + -76.78716154246202, + -12.264094712620379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.79249593694738, + -12.264094712620379 + ] + ] + ], + "type": "Polygon" + }, + "id": "2702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93159747400067, + -11.792461003519838, + -76.92195761830463, + -11.782072502536154 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.92728397750814, + -11.782072502536154 + ] + ] + ], + "type": "Polygon" + }, + "id": "2703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71074945703738, + -12.25802322981869, + -76.70110163431254, + -12.247647304803804 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.7064357857993, + -12.247647304803804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90196299197692, + -12.237765764290284, + -76.89231063621325, + -12.227384676696394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.89764435727372, + -12.227384676696394 + ] + ] + ], + "type": "Polygon" + }, + "id": "2705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538645626344, + -12.234134967490016, + -76.85573517552187, + -12.223754735063281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.86106886416681, + -12.223754735063281 + ] + ] + ], + "type": "Polygon" + }, + "id": "2706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00705382909415, + -12.012255735840393, + -76.99740546873689, + -12.001868509771459 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -77.0027353689695, + -12.001868509771459 + ] + ] + ], + "type": "Polygon" + }, + "id": "2707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12824817600671, + -12.047758270061387, + -77.1185956827666, + -12.03736862272385 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.12392600537757, + -12.03736862272385 + ] + ] + ], + "type": "Polygon" + }, + "id": "2708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9201770385014, + -11.767739441498646, + -76.9105382175708, + -11.757350889661607 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.9158641801477, + -11.757350889661607 + ] + ] + ], + "type": "Polygon" + }, + "id": "2709", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.934635503131, + -11.761295003688174, + -76.92499649568133, + -11.750906007201658 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93032233960825, + -11.750906007201658 + ], + [ + -76.934635503131, + -11.753952049419425 + ], + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.92550292205429, + -11.753054429570941 + ], + [ + -76.93032233960825, + -11.750906007201658 + ] + ] + ], + "type": "Polygon" + }, + "id": "2710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74275209563255, + -12.214066311965755, + -76.73310471098536, + -12.203688848871991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.73843812895531, + -12.203688848871991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05872032247366, + -11.765597617981511, + -77.04907798956528, + -11.755205631652576 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.05440376767025, + -11.755205631652576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07403078705694, + -11.892977259071145, + -77.06438427257368, + -11.882586656394539 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06971212540458, + -11.882586656394539 + ] + ] + ], + "type": "Polygon" + }, + "id": "2713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87681395107384, + -12.164517993302484, + -76.86716444605122, + -12.154136349321027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.87249697791411, + -12.154136349321027 + ] + ] + ], + "type": "Polygon" + }, + "id": "2714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86158048947608, + -12.037212390186093, + -76.85193518633771, + -12.026829148546705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.85726562989137, + -12.026829148546705 + ] + ] + ], + "type": "Polygon" + }, + "id": "2715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1865944650517, + -11.683641252918497, + -77.17695136851692, + -11.673245102769489 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18227560717929, + -11.673245102769489 + ], + [ + -77.1865944650517, + -11.676288490006417 + ], + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.17745414374338, + -11.675399755690567 + ], + [ + -77.18227560717929, + -11.673245102769489 + ] + ] + ], + "type": "Polygon" + }, + "id": "2716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04901066108525, + -12.10289883561904, + -77.03935852321271, + -12.09251196219065 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.04468986604563, + -12.09251196219065 + ] + ] + ], + "type": "Polygon" + }, + "id": "2717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8158822143545, + -12.127023860239479, + -76.80623545146716, + -12.116643152465176 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.81156740316037, + -12.116643152465176 + ] + ] + ], + "type": "Polygon" + }, + "id": "2718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0900137086616, + -11.870940968637248, + -77.08036744660036, + -11.860549666198105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.08569491479025, + -11.860549666198105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02846614419282, + -12.171652516954262, + -77.01881247887209, + -12.16126722916651 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02414498086875, + -12.16126722916651 + ], + [ + -77.02846614419282, + -12.16431449321725 + ], + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.02414498086875, + -12.16126722916651 + ] + ] + ], + "type": "Polygon" + }, + "id": "2720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67499604371501, + -12.199439212728647, + -76.6653509542731, + -12.189063243239888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.6706841433369, + -12.189063243239888 + ] + ] + ], + "type": "Polygon" + }, + "id": "2721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05125723515641, + -12.032334407230577, + -77.04160714505116, + -12.02194639930236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.04693732230807, + -12.02194639930236 + ] + ] + ], + "type": "Polygon" + }, + "id": "2722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76794798647603, + -12.004339184319374, + -76.75830617447816, + -11.993957805815105 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.7636361250903, + -11.993957805815105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78466401748506, + -12.11605971061547, + -76.77501842160657, + -12.10567961900377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.78035020739046, + -12.10567961900377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74360712497561, + -11.970473819105669, + -76.73396698338789, + -11.960092554991206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73929638398302, + -11.960092554991206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05025986455804, + -11.61526803361837, + -77.04062221887102, + -11.604874312049906 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.04594553774085, + -11.604874312049906 + ] + ] + ], + "type": "Polygon" + }, + "id": "2726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68877664284565, + -12.059347478279136, + -76.67913535319005, + -12.048968947738771 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68446622972623, + -12.048968947738771 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.67913535319005, + -12.056297571602366 + ], + [ + -76.6796456724856, + -12.051108361255578 + ], + [ + -76.68446622972623, + -12.048968947738771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04498816853, + -11.717045513647218, + -77.03534762997818, + -11.706653219474097 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.04067262756573, + -11.706653219474097 + ] + ] + ], + "type": "Polygon" + }, + "id": "2728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82354699631263, + -11.766082407028293, + -76.81391078391188, + -11.755696244075533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.81822094588884, + -11.766082407028293 + ], + [ + -76.81391078391188, + -11.763035280134243 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81923678657466, + -11.755696244075533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94385726957421, + -12.139708052479017, + -76.93420674371403, + -12.12932434511978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.93953881039543, + -12.12932434511978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93236645743326, + -11.831865973373631, + -76.92272540846642, + -11.821477993516087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.93186001517479, + -11.829718482690254 + ], + [ + -76.92703940446187, + -11.831865973373631 + ], + [ + -76.92272540846642, + -11.828819440899109 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.92805241520594, + -11.821477993516087 + ] + ] + ], + "type": "Polygon" + }, + "id": "2731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02373272337455, + -11.840843928883379, + -77.01408904283888, + -11.830453822804593 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01941610198614, + -11.830453822804593 + ] + ] + ], + "type": "Polygon" + }, + "id": "2732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75199136656761, + -11.9319963617633, + -76.742352143502, + -11.921614322193616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.74768090769909, + -11.921614322193616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92939953204119, + -12.24048603267182, + -76.91974637502598, + -12.230104306330496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.92508011749975, + -12.230104306330496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89739491282927, + -12.284478223796942, + -76.88774128201285, + -12.274098023335924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.89739491282927, + -12.277147038398684 + ], + [ + -76.89688727223104, + -12.282337191936538 + ], + [ + -76.89206037017178, + -12.284478223796942 + ], + [ + -76.88774128201285, + -12.28142912505398 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.89307577780946, + -12.274098023335924 + ] + ] + ], + "type": "Polygon" + }, + "id": "2735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8661486682394, + -12.179182987927605, + -76.85649900803959, + -12.168801845461305 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.86183178939704, + -12.168801845461305 + ] + ] + ], + "type": "Polygon" + }, + "id": "2736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7754736830557, + -12.303780856951366, + -76.76582273070468, + -12.29340404861493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.77115761853997, + -12.29340404861493 + ] + ] + ], + "type": "Polygon" + }, + "id": "2737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70856953173575, + -12.045599572180205, + -76.69892810804217, + -12.035220325916058 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70425875500446, + -12.035220325916058 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.69943813063664, + -12.03736034580151 + ], + [ + -76.70425875500446, + -12.035220325916058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84100821254681, + -12.200269694046797, + -76.831358591519, + -12.189889522110036 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.83669173720654, + -12.189889522110036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74204256246684, + -12.08037558663458, + -76.73239918676256, + -12.069996021010617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.7377303993135, + -12.069996021010617 + ] + ] + ], + "type": "Polygon" + }, + "id": "2740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15385035592851, + -11.688325021846994, + -77.14420793109879, + -11.67792971773292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14953230102608, + -11.67792971773292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65439763890724, + -12.268099051235822, + -76.64475106952821, + -12.257724738603821 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.65008539315193, + -12.257724738603821 + ] + ] + ], + "type": "Polygon" + }, + "id": "2742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03599962675075, + -11.999372630357932, + -77.0263509086461, + -11.988984502117962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.03168056224546, + -11.988984502117962 + ] + ] + ], + "type": "Polygon" + }, + "id": "2743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78762394924537, + -12.462153826029496, + -76.77796793385436, + -12.45177945605536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78330543379711, + -12.45177945605536 + ], + [ + -76.78762394924537, + -12.454830304752283 + ], + [ + -76.78711449582828, + -12.460017543626956 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.78330543379711, + -12.45177945605536 + ] + ] + ], + "type": "Polygon" + }, + "id": "2744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85014468286874, + -12.295502565632368, + -76.84049197407354, + -12.285123733268255 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.84582668600476, + -12.285123733268255 + ] + ] + ], + "type": "Polygon" + }, + "id": "2745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00176299786533, + -12.11397260848608, + -76.99211173955172, + -12.10358706673466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.99744332190157, + -12.10358706673466 + ] + ] + ], + "type": "Polygon" + }, + "id": "2746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76564245595492, + -12.074862990807812, + -76.75599860349702, + -12.064482741108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.76132971745655, + -12.064482741108 + ] + ] + ], + "type": "Polygon" + }, + "id": "2747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03731735167855, + -11.606135056331164, + -77.02768030748416, + -11.595741536946761 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03300349251437, + -11.595741536946761 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.0281850559783, + -11.597893982987957 + ], + [ + -77.03300349251437, + -11.595741536946761 + ] + ] + ], + "type": "Polygon" + }, + "id": "2748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75878354263307, + -12.097763346568996, + -76.74913919310085, + -12.087383625159422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.75447068710533, + -12.087383625159422 + ] + ] + ], + "type": "Polygon" + }, + "id": "2749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7412967628324, + -12.040996976597993, + -76.73165458182243, + -12.030616826818795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.73698514533947, + -12.030616826818795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0703349307986, + -12.073536375047397, + -77.06068312707207, + -12.063148527768899 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.06601395796446, + -12.063148527768899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77852960004415, + -12.272649831813267, + -76.76887949509045, + -12.262272424717786 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.77421386756954, + -12.262272424717786 + ] + ] + ], + "type": "Polygon" + }, + "id": "2752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16715470121093, + -12.075169599316615, + -77.15750042128047, + -12.064779430390404 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1628311331636, + -12.064779430390404 + ], + [ + -77.16715470121093, + -12.067824943493186 + ], + [ + -77.16665117149279, + -12.073020079619077 + ], + [ + -77.1618239463805, + -12.075169599316615 + ], + [ + -77.15750042128047, + -12.072124002063363 + ], + [ + -77.15800407833609, + -12.066928969273015 + ], + [ + -77.1628311331636, + -12.064779430390404 + ] + ] + ], + "type": "Polygon" + }, + "id": "2753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12039099618812, + -11.748018732878029, + -77.11074763027791, + -11.737625015780377 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.11607303303344, + -11.737625015780377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09698738092632, + -12.036825937858756, + -77.08733599861402, + -12.026436883243004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.09266618760824, + -12.026436883243004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7701672183478, + -12.216800200814152, + -76.76051900757152, + -12.206422085829214 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.76585246136207, + -12.206422085829214 + ] + ] + ], + "type": "Polygon" + }, + "id": "2756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91487853096186, + -11.963846711209866, + -76.90523400821306, + -11.953461046252908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91056320267586, + -11.953461046252908 + ], + [ + -76.91487853096186, + -11.956508342537257 + ], + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.90574102768167, + -11.955606550085479 + ], + [ + -76.91056320267586, + -11.953461046252908 + ] + ] + ], + "type": "Polygon" + }, + "id": "2757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89736893305216, + -12.001436935766025, + -76.88772375014693, + -11.991052262564429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.89305357807018, + -11.991052262564429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19583084108194, + -11.778980406577917, + -77.18618467963327, + -11.76858528851828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.19151046884912, + -11.76858528851828 + ], + [ + -77.19583084108194, + -11.771629091257022 + ], + [ + -77.1953281749742, + -11.776826702005023 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.18618467963327, + -11.775936517746173 + ], + [ + -77.18668747295835, + -11.770739010444487 + ], + [ + -77.19151046884912, + -11.76858528851828 + ] + ] + ], + "type": "Polygon" + }, + "id": "2759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78837651688941, + -12.501513547699618, + -76.77871930357774, + -12.491139865698424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.78786701183934, + -12.499377772813531 + ], + [ + -76.78303831785598, + -12.501513547699618 + ], + [ + -76.77871930357774, + -12.498462452869036 + ], + [ + -76.77922893479231, + -12.493275665724992 + ], + [ + -76.78405745413016, + -12.491139865698424 + ] + ] + ], + "type": "Polygon" + }, + "id": "2760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95143246652654, + -11.967452419592403, + -76.94178688090612, + -11.957065901046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.94711610176398, + -11.957065901046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08547450112606, + -11.917699705791007, + -77.0758269605816, + -11.907309177459288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.0811552045166, + -11.907309177459288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05177313867283, + -11.599677393650921, + -77.04213591798417, + -11.589283442054924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.04745897890821, + -11.589283442054924 + ] + ] + ], + "type": "Polygon" + }, + "id": "2763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.707688015371, + -12.289149812234458, + -76.69803934687053, + -12.27877448421867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.70337401298657, + -12.27877448421867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72447735446984, + -12.212242381614278, + -76.71483052295454, + -12.20186535436204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.7201639156672, + -12.20186535436204 + ] + ] + ], + "type": "Polygon" + }, + "id": "2765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75185626351636, + -12.309281383820062, + -76.74220578725554, + -12.298905268070296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.74754077458697, + -12.298905268070296 + ] + ] + ], + "type": "Polygon" + }, + "id": "2766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87604868396787, + -12.030781755285863, + -76.86640318907013, + -12.020398054479426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.87173351657117, + -12.020398054479426 + ] + ] + ], + "type": "Polygon" + }, + "id": "2767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0298409501669, + -11.872910226656103, + -77.02019615822763, + -11.86252041905564 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.02552373759718, + -11.86252041905564 + ] + ] + ], + "type": "Polygon" + }, + "id": "2768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71153751717222, + -12.203091225569377, + -76.7018913131221, + -12.192714379881359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.70722455755994, + -12.192714379881359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99180438549077, + -11.979294297096718, + -76.9821574006092, + -11.968906956472166 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.98748677501405, + -11.968906956472166 + ] + ] + ], + "type": "Polygon" + }, + "id": "2770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02308823655964, + -12.08461743699039, + -77.01343730639964, + -12.07423091593872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.01876838008928, + -12.07423091593872 + ] + ] + ], + "type": "Polygon" + }, + "id": "2771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87680333244998, + -11.78706581681319, + -76.86716507840877, + -11.77667860452948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.87249139283219, + -11.77667860452948 + ] + ] + ], + "type": "Polygon" + }, + "id": "2772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95220434338768, + -12.006851090453157, + -76.9425575631673, + -11.99646513630463 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.9478874322068, + -11.99646513630463 + ] + ] + ], + "type": "Polygon" + }, + "id": "2773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75806758942969, + -11.964048280664633, + -76.74842724625185, + -11.953666555045263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.75375653646535, + -11.953666555045263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96667474392754, + -12.000413456293177, + -76.9570277796078, + -11.990027048371896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.96235752829425, + -11.990027048371896 + ] + ] + ], + "type": "Polygon" + }, + "id": "2775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95676160726923, + -11.960112885140752, + -76.94711610176398, + -11.94972612717544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.95244519658586, + -11.94972612717544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08850077601055, + -11.886527601796452, + -77.0788540878124, + -11.876136555843043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.08418181456646, + -11.876136555843043 + ] + ] + ], + "type": "Polygon" + }, + "id": "2777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74509916012352, + -12.049236332989967, + -76.73545662988562, + -12.038856211965733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.74078732812693, + -12.038856211965733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94073120359914, + -11.793359296701553, + -76.93109108262607, + -11.78297058181196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.93641744833056, + -11.78297058181196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0809962963108, + -12.05885317922994, + -77.07134466065249, + -12.048464847686049 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.07667523504853, + -12.048464847686049 + ] + ] + ], + "type": "Polygon" + }, + "id": "2780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85167422604685, + -12.185607306478653, + -76.84202475861622, + -12.175226630141367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.84735765565996, + -12.175226630141367 + ] + ] + ], + "type": "Polygon" + }, + "id": "2781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88366461822775, + -12.047261475315832, + -76.8740184304916, + -12.036877833953087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.87934902399441, + -12.036877833953087 + ] + ] + ], + "type": "Polygon" + }, + "id": "2782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82121409016625, + -12.119692172334807, + -76.81156740316037, + -12.109311215168173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.8168992310733, + -12.109311215168173 + ] + ] + ], + "type": "Polygon" + }, + "id": "2783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75501287951268, + -11.99519238205274, + -76.74537169101878, + -11.984811194855206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.7507014954009, + -11.984811194855206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79225240830569, + -12.226860464565705, + -76.78260330050904, + -12.216481954475286 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.78793691108227, + -12.216481954475286 + ] + ] + ], + "type": "Polygon" + }, + "id": "2785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8592942557803, + -12.107747581860176, + -76.84964690943727, + -12.09736548140206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.85497851726329, + -12.09736548140206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75426565658444, + -11.95580868604865, + -76.74462566218604, + -11.945426935893458 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.74995481790896, + -11.945426935893458 + ] + ] + ], + "type": "Polygon" + }, + "id": "2787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89127469113346, + -11.96937973852488, + -76.88163062447667, + -11.95899474244277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.88695992907185, + -11.95899474244277 + ] + ] + ], + "type": "Polygon" + }, + "id": "2788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69850038608459, + -12.382518665658719, + -76.68884917969878, + -12.372145165596686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.69798981685983, + -12.38038329995809 + ], + [ + -76.69316412594436, + -12.382518665658719 + ], + [ + -76.68884917969878, + -12.37946725218167 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.69418539011288, + -12.372145165596686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11074376508378, + -12.085371051439017, + -77.10109058858718, + -12.074982402972966 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.11074376508378, + -12.07802849373271 + ], + [ + -77.11023942634672, + -12.083222870002887 + ], + [ + -77.10541275265375, + -12.085371051439017 + ], + [ + -77.10109058858718, + -12.08232487639249 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.10642155726029, + -12.074982402972966 + ] + ] + ], + "type": "Polygon" + }, + "id": "2790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78694231969774, + -12.139868760117272, + -76.77729595190407, + -12.129488985438794 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.78262812941264, + -12.129488985438794 + ] + ] + ], + "type": "Polygon" + }, + "id": "2791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06573259012981, + -12.025891339275825, + -77.05608232424032, + -12.015502880892862 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.06141237639868, + -12.015502880892862 + ] + ] + ], + "type": "Polygon" + }, + "id": "2792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75950009042127, + -12.23145565276482, + -76.74985173120636, + -12.221078048005348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.75518543082354, + -12.221078048005348 + ] + ] + ], + "type": "Polygon" + }, + "id": "2793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8288502745724, + -11.947478616544215, + -76.8192085183923, + -11.937094862009971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82453750381255, + -11.937094862009971 + ], + [ + -76.8288502745724, + -11.940142844629131 + ], + [ + -76.82834220632475, + -11.945334775962168 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.82453750381255, + -11.937094862009971 + ] + ] + ], + "type": "Polygon" + }, + "id": "2794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96214571582613, + -12.141515808076319, + -76.95249466003455, + -12.131131676211412 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.95782673872998, + -12.131131676211412 + ] + ] + ], + "type": "Polygon" + }, + "id": "2795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12125738502664, + -11.881865805966518, + -77.11161001193271, + -11.871473900013967 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.11693761432262, + -11.871473900013967 + ] + ] + ], + "type": "Polygon" + }, + "id": "2796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.952976410676, + -12.046247954513246, + -76.9433284355632, + -12.035862574526071 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.94865895294006, + -12.035862574526071 + ] + ] + ], + "type": "Polygon" + }, + "id": "2797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02455907387524, + -11.974651198448424, + -77.01491138541378, + -11.96426298476267 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.02024064583352, + -11.96426298476267 + ] + ] + ], + "type": "Polygon" + }, + "id": "2798", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88365066432226, + -11.764144067650099, + -76.87401291148238, + -11.753756375517359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.87933884393499, + -11.753756375517359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78990494026031, + -12.485952944729998, + -76.78024815132517, + -12.47557894328465 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.7855860438105, + -12.47557894328465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02134728090971, + -11.628180922672833, + -77.01170998972178, + -11.617788067987778 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.01602366972362, + -11.628180922672833 + ], + [ + -77.01170998972178, + -11.6251362926345 + ], + [ + -77.01221499606146, + -11.619939918333053 + ], + [ + -77.01703355600051, + -11.617788067987778 + ] + ] + ], + "type": "Polygon" + }, + "id": "2801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99184059937454, + -12.073673895338537, + -76.98219079912576, + -12.063287974297868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.98752172830943, + -12.063287974297868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77555437980087, + -12.020818263721667, + -76.76591187065324, + -12.010436939945064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.77124208994279, + -12.010436939945064 + ] + ] + ], + "type": "Polygon" + }, + "id": "2803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0261675656029, + -12.147834518214799, + -77.01651467011001, + -12.137448908479216 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.0261675656029, + -12.140496083603848 + ], + [ + -77.02566194223343, + -12.145688941028235 + ], + [ + -77.0208354085721, + -12.147834518214799 + ], + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.02184678215784, + -12.137448908479216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9247682271547, + -11.909770383692557, + -76.91512505659685, + -11.899383689101125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.91943988522571, + -11.909770383692557 + ], + [ + -76.91512505659685, + -11.906723370865437 + ], + [ + -76.91563185318509, + -11.901530077028793 + ], + [ + -76.9204533521634, + -11.899383689101125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95899983542255, + -11.795155106800816, + -76.94935918532377, + -11.784765964851912 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.95468556320508, + -11.784765964851912 + ] + ] + ], + "type": "Polygon" + }, + "id": "2806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76630263082971, + -12.397163006815164, + -76.756649135724, + -12.386788031724407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.76096614774893, + -12.397163006815164 + ], + [ + -76.756649135724, + -12.394112162068588 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.76198557004037, + -12.386788031724407 + ] + ] + ], + "type": "Polygon" + }, + "id": "2807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9591064247413, + -12.17266706512587, + -76.94945451808886, + -12.162283503220197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.95478711354414, + -12.162283503220197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16449879344974, + -11.673621513828452, + -77.15485654159284, + -11.663225765125478 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.16018065271184, + -11.663225765125478 + ] + ] + ], + "type": "Polygon" + }, + "id": "2809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97730198137448, + -11.891347326429747, + -76.96765799207448, + -11.880959069894597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.97298593407072, + -11.880959069894597 + ] + ] + ], + "type": "Polygon" + }, + "id": "2810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05485381241049, + -11.662930453043758, + -77.04521463248837, + -11.652537219632908 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.05053872836017, + -11.652537219632908 + ] + ] + ], + "type": "Polygon" + }, + "id": "2811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02823183573271, + -11.699669732082812, + -77.01859224205367, + -11.68927762072047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.0239169746594, + -11.68927762072047 + ] + ] + ], + "type": "Polygon" + }, + "id": "2812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78083385377934, + -12.202143390878682, + -76.77118579210703, + -12.191764767431497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.77651899971826, + -12.191764767431497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74957968582997, + -12.285478493403485, + -76.73992998261254, + -12.275102035490733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.74526457754266, + -12.275102035490733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0541786417966, + -11.812359516219987, + -77.0445350322822, + -11.801968273606771 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.04986158517134, + -11.801968273606771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04284460853955, + -11.976448255628808, + -77.03319639914388, + -11.966059620668656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.03852566669653, + -11.966059620668656 + ] + ] + ], + "type": "Polygon" + }, + "id": "2816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08994888240726, + -11.776519927357402, + -77.080305433621, + -11.766127328227606 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.08563134906564, + -11.766127328227606 + ] + ] + ], + "type": "Polygon" + }, + "id": "2817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77702817783576, + -12.193904338406702, + -76.76738046499172, + -12.183525678084052 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.77271353820024, + -12.183525678084052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98033710383233, + -11.860182041208862, + -76.97069396432299, + -11.849793270435311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.97602139027856, + -11.849793270435311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15322054814399, + -11.837779639503378, + -77.14357369035685, + -11.827386346247653 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.1489005177688, + -11.827386346247653 + ] + ] + ], + "type": "Polygon" + }, + "id": "2820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12492341757887, + -11.70124573574104, + -77.1152813299771, + -11.690851295662679 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.12060595729218, + -11.690851295662679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2821", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85547931774833, + -12.288173242708043, + -76.84582668600476, + -12.277794153573959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.85116127342422, + -12.277794153573959 + ] + ] + ], + "type": "Polygon" + }, + "id": "2822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93548383025, + -12.17819275910546, + -76.92583237423798, + -12.16780987135991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.93116508341356, + -12.16780987135991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72530455814682, + -12.06298765925887, + -76.71566215772253, + -12.052608252016853 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.72099308792586, + -12.052608252016853 + ] + ] + ], + "type": "Polygon" + }, + "id": "2824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70393214124326, + -12.186613609256527, + -76.6942866377438, + -12.176236691471898 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.69961961159278, + -12.176236691471898 + ] + ] + ], + "type": "Polygon" + }, + "id": "2825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80519985373853, + -12.23600974044167, + -76.7955501242525, + -12.225631053012362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.800883879674, + -12.225631053012362 + ] + ] + ], + "type": "Polygon" + }, + "id": "2826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02520223865238, + -11.730845104031951, + -77.01556179495327, + -11.720453474428222 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.02088704355695, + -11.720453474428222 + ] + ] + ], + "type": "Polygon" + }, + "id": "2827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8189046068862, + -12.28453309029793, + -76.80925306023815, + -12.274154860633438 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.81458760961887, + -12.274154860633438 + ] + ] + ], + "type": "Polygon" + }, + "id": "2828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75654030311811, + -11.97962053365323, + -76.7468995372939, + -11.96923907647209 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.75222908458315, + -11.96923907647209 + ] + ] + ], + "type": "Polygon" + }, + "id": "2829", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84254769308563, + -11.996013293336558, + -76.8329041246516, + -11.985629910098146 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.8382339015434, + -11.985629910098146 + ] + ] + ], + "type": "Polygon" + }, + "id": "2830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9795946891586, + -11.91516986775133, + -76.96994993079112, + -11.90478189477377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.97527826249633, + -11.90478189477377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9583068478496, + -12.038909940017799, + -76.94865895294006, + -12.028524316894453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.95398934419251, + -12.028524316894453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00623467534055, + -11.878459089728938, + -76.99659032355171, + -11.868069939027649 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -77.00191802193604, + -11.868069939027649 + ] + ] + ], + "type": "Polygon" + }, + "id": "2833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87528847332885, + -12.08574586534273, + -76.86564135924378, + -12.07536302307523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.87097259322236, + -12.07536302307523 + ] + ] + ], + "type": "Polygon" + }, + "id": "2834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1219760809092, + -11.826859795205676, + -77.11233032816088, + -11.816467105249679 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.11765702470714, + -11.816467105249679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71621615603424, + -11.967750777571155, + -76.7065768434714, + -11.95737017009965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.71190620590386, + -11.95737017009965 + ] + ] + ], + "type": "Polygon" + }, + "id": "2836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03047995248666, + -11.629073646047052, + -77.02084240098186, + -11.618680579343044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.02616597105369, + -11.618680579343044 + ] + ] + ], + "type": "Polygon" + }, + "id": "2837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90419863572681, + -11.78976457263315, + -76.89455957871755, + -11.779376714871624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.8998859167681, + -11.779376714871624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85396660961945, + -12.020732771294536, + -76.84432200018188, + -12.010349471649048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84965217719414, + -12.010349471649048 + ] + ] + ], + "type": "Polygon" + }, + "id": "2839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12348732532377, + -11.811270697584753, + -77.11384199892753, + -11.800877757312 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11916843684257, + -11.800877757312 + ] + ] + ], + "type": "Polygon" + }, + "id": "2840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08856520156469, + -11.980936274223408, + -77.07891569820038, + -11.970546590474655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.08424497875649, + -11.970546590474655 + ] + ] + ], + "type": "Polygon" + }, + "id": "2841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05355707212351, + -12.056156448108796, + -77.0439062129774, + -12.045768744898105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.0492367797098, + -12.045768744898105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92022296385439, + -12.050876873530683, + -76.91057570616259, + -12.04049237635317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.91590632983953, + -12.04049237635317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83034170162257, + -12.214930732301427, + -76.82069192766265, + -12.204551066530378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.82602532164168, + -12.204551066530378 + ] + ] + ], + "type": "Polygon" + }, + "id": "2844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01316322798309, + -12.044316809371983, + -77.00351375454326, + -12.033929915985453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -77.00884417588966, + -12.033929915985453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73145939827893, + -11.906371094731636, + -76.72182149781182, + -11.895989206922703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.72714984573396, + -11.895989206922703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66126454693313, + -12.245213998119956, + -76.65161847063933, + -12.23483912969583 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.65695241617829, + -12.23483912969583 + ] + ] + ], + "type": "Polygon" + }, + "id": "2847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06090620848765, + -11.600568716822458, + -77.05126872911963, + -11.590174553941004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.05659179292005, + -11.590174553941004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08607186467701, + -11.673847875600714, + -77.07643156889615, + -11.663454022767885 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.08175580241924, + -11.663454022767885 + ] + ] + ], + "type": "Polygon" + }, + "id": "2849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06241896661656, + -11.584977415271286, + -77.05278191232696, + -11.574583023905442 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05810471815317, + -11.574583023905442 + ], + [ + -77.06241896661656, + -11.577626964487658 + ], + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.05328627642915, + -11.5767362438745 + ], + [ + -77.05810471815317, + -11.574583023905442 + ] + ] + ], + "type": "Polygon" + }, + "id": "2850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11528213057862, + -12.038620688012132, + -77.10563023473473, + -12.028231216481325 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1109604264904, + -12.028231216481325 + ], + [ + -77.11528213057862, + -12.03127704443239 + ], + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.1109604264904, + -12.028231216481325 + ] + ] + ], + "type": "Polygon" + }, + "id": "2851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85093406180648, + -11.768784829695836, + -76.84129703820004, + -11.758398016722614 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.84662306929509, + -11.758398016722614 + ] + ] + ], + "type": "Polygon" + }, + "id": "2852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69035884901506, + -11.949455395669283, + -76.68072079158392, + -11.93907517951831 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.68604985666914, + -11.93907517951831 + ] + ] + ], + "type": "Polygon" + }, + "id": "2853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8798600696277, + -12.133372490268764, + -76.87021141356865, + -12.122990276570592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.87554342951047, + -12.122990276570592 + ] + ] + ], + "type": "Polygon" + }, + "id": "2854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77172306422408, + -12.106911635310317, + -76.76207809106621, + -12.096531728315572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.76740973123252, + -12.096531728315572 + ] + ] + ], + "type": "Polygon" + }, + "id": "2855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07942031256917, + -11.980039199398147, + -77.06977106704197, + -11.969649724904366 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.07510034554939, + -11.969649724904366 + ] + ] + ], + "type": "Polygon" + }, + "id": "2856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06337486482022, + -11.907666520567822, + -77.0537281828835, + -11.89727638662201 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.05905629170415, + -11.89727638662201 + ] + ] + ], + "type": "Polygon" + }, + "id": "2857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95828042148251, + -11.94453268187437, + -76.9486353408346, + -11.934145659065363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.95396417761869, + -11.934145659065363 + ] + ] + ], + "type": "Polygon" + }, + "id": "2858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98795757697194, + -11.876663209170307, + -76.97831374963684, + -11.866274482399557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.9836414386852, + -11.866274482399557 + ] + ] + ], + "type": "Polygon" + }, + "id": "2859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9605990259032, + -12.062728099463023, + -76.95095036104674, + -12.052342781938533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.95628114251029, + -12.052342781938533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01320568510995, + -12.138692661593334, + -77.00355339485478, + -12.128307225948928 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -77.00888537158838, + -12.128307225948928 + ] + ] + ], + "type": "Polygon" + }, + "id": "2861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89815190097329, + -12.229526432999272, + -76.88849989163118, + -12.219145305580358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.89383347978536, + -12.219145305580358 + ] + ] + ], + "type": "Polygon" + }, + "id": "2862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95673563802478, + -11.865726933853187, + -76.94709294538778, + -11.855338823025587 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.95242048649713, + -11.855338823025587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8471305894516, + -11.7605445735701, + -76.8374939123082, + -11.750157745150208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.84281981024029, + -11.750157745150208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82729066566851, + -12.246068557848114, + -76.81764004343749, + -12.235689478645815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.82297395310584, + -12.235689478645815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98192107096894, + -12.033374364815163, + -76.9722727289237, + -12.02298807481212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.97760300477647, + -12.02298807481212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88824305356682, + -12.189236399169623, + -76.87859250856454, + -12.17885486549705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.88392543966945, + -12.17885486549705 + ] + ] + ], + "type": "Polygon" + }, + "id": "2867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99109961549759, + -12.128648213372443, + -76.98144819410301, + -12.118263163927699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.98678003025627, + -12.118263163927699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91491984331192, + -12.246912128698881, + -76.90526687381184, + -12.2365308683513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.91060073503643, + -12.2365308683513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18447098120822, + -11.848697275781083, + -77.17482302387546, + -11.838303382738747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18014997893674, + -11.838303382738747 + ], + [ + -77.18447098120822, + -11.841347643129371 + ], + [ + -77.18396804711183, + -11.846544641387766 + ], + [ + -77.17914398350719, + -11.848697275781083 + ], + [ + -77.17482302387546, + -11.84565292973757 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.18014997893674, + -11.838303382738747 + ] + ] + ], + "type": "Polygon" + }, + "id": "2870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81742238691689, + -12.017111383615253, + -76.80777886109321, + -12.006728947370847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.81310899994982, + -12.006728947370847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79307035936323, + -11.983246677080922, + -76.78342849745725, + -11.97286434939582 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.78875809022833, + -11.97286434939582 + ] + ] + ], + "type": "Polygon" + }, + "id": "2872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7961008978728, + -12.046444024670835, + -76.7864570701937, + -12.03606256945141 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.79178770306358, + -12.03606256945141 + ] + ] + ], + "type": "Polygon" + }, + "id": "2873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88824904904286, + -12.283569968311022, + -76.87859568658268, + -12.273189981224208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.88774128201285, + -12.28142912505398 + ], + [ + -76.8829145140852, + -12.283569968311022 + ], + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.88393017454919, + -12.273189981224208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01550312406256, + -12.162510393213736, + -77.00585006390072, + -12.15212527813668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.0111824306617, + -12.15212527813668 + ] + ] + ], + "type": "Polygon" + }, + "id": "2875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02667076502246, + -11.620832610245287, + -77.01703355600051, + -11.610439533547932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.02235699528376, + -11.610439533547932 + ] + ] + ], + "type": "Polygon" + }, + "id": "2876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0923811486284, + -11.989176936796792, + -77.08273130329674, + -11.978787281996398 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.08806071414938, + -11.978787281996398 + ] + ] + ], + "type": "Polygon" + }, + "id": "2877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10383050403486, + -12.013898863159165, + -77.0941796331701, + -12.003509297940846 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.09950943466207, + -12.003509297940846 + ] + ] + ], + "type": "Polygon" + }, + "id": "2878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17070958406869, + -11.800141251720607, + -77.16106341301479, + -11.789747022001535 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.16638959291652, + -11.789747022001535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99794927493791, + -12.105732562409871, + -76.98829836072704, + -12.095346986200973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.99362981153259, + -12.095346986200973 + ] + ] + ], + "type": "Polygon" + }, + "id": "2880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10527406048391, + -11.903904595965573, + -77.09562643197086, + -11.893513389669979 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.10095442066937, + -11.893513389669979 + ] + ] + ], + "type": "Polygon" + }, + "id": "2881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76186977648064, + -11.972287872955556, + -76.75222908458315, + -11.961906172327307 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.75755850924637, + -11.961906172327307 + ] + ] + ], + "type": "Polygon" + }, + "id": "2882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78241095404331, + -11.997913362515432, + -76.77276894245699, + -11.987531522104266 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.77809878150413, + -11.987531522104266 + ] + ] + ], + "type": "Polygon" + }, + "id": "2883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03204201366228, + -11.707910706567485, + -77.02240207736583, + -11.697518609237328 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.02772694080409, + -11.697518609237328 + ] + ] + ], + "type": "Polygon" + }, + "id": "2884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01090860581317, + -12.114874380922014, + -77.00125708537293, + -12.104488628270735 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -77.00658867211877, + -12.104488628270735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75345199984753, + -12.105093341845496, + -76.7438075764294, + -12.094713869889743 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.74913919310085, + -12.094713869889743 + ] + ] + ], + "type": "Polygon" + }, + "id": "2886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97051594027269, + -12.103025717388379, + -76.96086581586991, + -12.092640775780218 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.96619725148645, + -12.092640775780218 + ] + ] + ], + "type": "Polygon" + }, + "id": "2887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99942860147027, + -11.99577503333129, + -76.98978092872882, + -11.985387749072721 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.99511056613049, + -11.985387749072721 + ] + ] + ], + "type": "Polygon" + }, + "id": "2888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04039508651846, + -11.669386054949562, + -77.03075608290067, + -11.658993256421143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03608030307365, + -11.658993256421143 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03075608290067, + -11.666341361639741 + ], + [ + -77.03126088684344, + -11.661145015252867 + ], + [ + -77.03608030307365, + -11.658993256421143 + ] + ] + ], + "type": "Polygon" + }, + "id": "2889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98030426831642, + -11.76578068021312, + -76.97066394029184, + -11.755390616591002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.97598981350984, + -11.755390616591002 + ] + ] + ], + "type": "Polygon" + }, + "id": "2890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92480152827497, + -12.098508976284133, + -76.91515272977358, + -12.088125097358478 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.92048413455646, + -12.088125097358478 + ] + ] + ], + "type": "Polygon" + }, + "id": "2891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09382841833282, + -11.879181883296642, + -77.08418181456646, + -11.868790604208954 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08950941294603, + -11.868790604208954 + ] + ] + ], + "type": "Polygon" + }, + "id": "2892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00553674549941, + -12.027836236164813, + -76.99588795955985, + -12.017449281205034 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -77.00121811817766, + -12.017449281205034 + ] + ] + ], + "type": "Polygon" + }, + "id": "2893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77019567346868, + -12.12248114293576, + -76.76055027713556, + -12.112101518320108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.7658821746732, + -12.112101518320108 + ] + ] + ], + "type": "Polygon" + }, + "id": "2894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15171043317198, + -11.853369263640472, + -77.14206314863297, + -11.842976223068128 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.14739023486224, + -11.842976223068128 + ] + ] + ], + "type": "Polygon" + }, + "id": "2895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04493650119623, + -11.622617228589391, + -77.03529877259744, + -11.61222372834642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.04062221887102, + -11.61222372834642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80976192333924, + -12.283622377102695, + -76.80011064915769, + -12.273244362930267 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.80544518833904, + -12.273244362930267 + ] + ] + ], + "type": "Polygon" + }, + "id": "2897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8851920076497, + -12.126038741312613, + -76.87554342951047, + -12.115656279050162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.88087532054355, + -12.115656279050162 + ] + ] + ], + "type": "Polygon" + }, + "id": "2898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70481619278573, + -11.943032497981681, + -76.69517792932324, + -11.932651818871925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.70050688657798, + -11.932651818871925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85700704604267, + -12.178275607725787, + -76.84735765565996, + -12.167894679850365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.85269042824976, + -12.167894679850365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538983772034, + -11.762344835242715, + -76.8557526217784, + -11.751957574465523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.86107853752013, + -11.751957574465523 + ] + ] + ], + "type": "Polygon" + }, + "id": "2901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03609789190278, + -12.188132344183543, + -77.0264435394168, + -12.177747133058633 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03177630379538, + -12.177747133058633 + ], + [ + -77.03609789190278, + -12.180794400980682 + ], + [ + -77.03559234479997, + -12.185987058997313 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.03177630379538, + -12.177747133058633 + ] + ] + ], + "type": "Polygon" + }, + "id": "2902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77319517901245, + -12.279976826997707, + -76.76354499946441, + -12.269599677290731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.76887949509045, + -12.269599677290731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98114541908464, + -11.993974648809205, + -76.971498271891, + -11.98358778804748 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.97682789953895, + -11.98358778804748 + ] + ] + ], + "type": "Polygon" + }, + "id": "2904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98718154690037, + -11.83725586836311, + -76.97753891327145, + -11.826866609760774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.98286595475939, + -11.826866609760774 + ] + ] + ], + "type": "Polygon" + }, + "id": "2905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00324108883096, + -12.004015389026932, + -76.99359307225109, + -11.993628133635225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.99892284108897, + -11.993628133635225 + ] + ] + ], + "type": "Polygon" + }, + "id": "2906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.874529997688, + -12.235043070561414, + -76.86487844747478, + -12.224662623967616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.87021214463753, + -12.224662623967616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89810753064576, + -11.757701820207314, + -76.8884695882228, + -11.747313681944075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.89379540376757, + -11.747313681944075 + ] + ] + ], + "type": "Polygon" + }, + "id": "2908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03433795669531, + -11.73173950745636, + -77.02469725271611, + -11.721347666280854 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.03002250499917, + -11.721347666280854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09152650480704, + -11.855353951137026, + -77.0818806688585, + -11.844962393762533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.08720787850177, + -11.844962393762533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11506554990449, + -11.7553678151697, + -77.10542209878692, + -11.744974324481353 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.11074763027791, + -11.744974324481353 + ] + ] + ], + "type": "Polygon" + }, + "id": "2911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95678759166827, + -12.054488032135657, + -76.9471392716532, + -12.04410268315196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.95246992109412, + -12.04410268315196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02749777788304, + -11.754673149430602, + -77.01785656632802, + -11.744281779409745 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.02318220388452, + -11.744281779409745 + ] + ] + ], + "type": "Polygon" + }, + "id": "2913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79909262497233, + -12.298277717556493, + -76.78944119976975, + -12.287900218541779 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.79477598627187, + -12.287900218541779 + ] + ] + ], + "type": "Polygon" + }, + "id": "2914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0693128012304, + -11.656473710706475, + -77.05967344622684, + -11.646080043351263 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.06499741711394, + -11.646080043351263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77238939067867, + -12.42920142597525, + -76.76273477265421, + -12.418826858057631 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.76807173421503, + -12.418826858057631 + ] + ] + ], + "type": "Polygon" + }, + "id": "2916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99787329667564, + -11.916967600120094, + -76.98822801285365, + -11.906579203020879 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.9935563544014, + -11.906579203020879 + ] + ] + ], + "type": "Polygon" + }, + "id": "2917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9856644488074, + -11.852839438841334, + -76.97602139027856, + -11.842450434265317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.98134868977516, + -11.842450434265317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07415122785767, + -12.081776730331105, + -77.06449908159104, + -12.071388916550546 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06983004308555, + -12.071388916550546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11427394719136, + -11.715945618510464, + -77.10463168910135, + -11.705551627071333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10995657388438, + -11.705551627071333 + ] + ] + ], + "type": "Polygon" + }, + "id": "2920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6909950319408, + -12.177462273283966, + -76.68135015729821, + -12.167085539204603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.68668298201919, + -12.167085539204603 + ] + ] + ], + "type": "Polygon" + }, + "id": "2921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88823107310769, + -12.000533653649024, + -76.87858615809022, + -11.99014919481544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.88391597819655, + -11.99014919481544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09829877606653, + -11.737993102985769, + -77.08865626348371, + -11.727599787848192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.09398153381368, + -11.727599787848192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89585550838127, + -12.111370243649082, + -76.88620708657994, + -12.100987285584203 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.89153872753171, + -12.100987285584203 + ] + ] + ], + "type": "Polygon" + }, + "id": "2924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12284334142629, + -11.960695270142654, + -77.11319357951801, + -11.950304457806595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.11852247676327, + -11.950304457806595 + ] + ] + ], + "type": "Polygon" + }, + "id": "2925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19573516521294, + -11.684530013810534, + -77.18609181693151, + -11.674133656326658 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1914160544078, + -11.674133656326658 + ], + [ + -77.19573516521294, + -11.677176966449386 + ], + [ + -77.19523264423557, + -11.682375196988547 + ], + [ + -77.19041088530095, + -11.684530013810534 + ], + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.1865944650517, + -11.676288490006417 + ], + [ + -77.1914160544078, + -11.674133656326658 + ] + ] + ], + "type": "Polygon" + }, + "id": "2926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77088877605205, + -12.35047399775074, + -76.7612365524292, + -12.340098099107548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.76657221342768, + -12.340098099107548 + ] + ] + ], + "type": "Polygon" + }, + "id": "2927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10448331726977, + -11.864489489979656, + -77.09483688286359, + -11.854097745957427 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.1001642242317, + -11.854097745957427 + ] + ] + ], + "type": "Polygon" + }, + "id": "2928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73887267246599, + -12.394419101679267, + -76.72922000502057, + -12.384044776849622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.73353622520659, + -12.394419101679267 + ], + [ + -76.72922000502057, + -12.391368011429442 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.73455640312537, + -12.384044776849622 + ] + ] + ], + "type": "Polygon" + }, + "id": "2929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79608000604331, + -12.140777628609582, + -76.78643336483256, + -12.130397637313038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.79176555321936, + -12.130397637313038 + ] + ] + ], + "type": "Polygon" + }, + "id": "2930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06398878611152, + -11.663822787369494, + -77.05434934757032, + -11.653429342966625 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05967344622684, + -11.653429342966625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99406205390801, + -11.90872706329041, + -76.98441711385003, + -11.898338641813263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98974532396451, + -11.898338641813263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.084496486666, + -11.594999906165715, + -77.07485857535681, + -11.58460510172206 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08018151609845, + -11.58460510172206 + ], + [ + -77.084496486666, + -11.587648906448848 + ], + [ + -77.08399254290197, + -11.592846361299678 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.08018151609845, + -11.58460510172206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92557039015591, + -12.137899227308791, + -76.9159203961378, + -12.1275159454576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.92125244970138, + -12.1275159454576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79298319656776, + -12.360538477876643, + -76.78333007527245, + -12.350162191933352 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.78866589313066, + -12.350162191933352 + ] + ] + ], + "type": "Polygon" + }, + "id": "2935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78616698658911, + -12.194814477688851, + -76.77651899971826, + -12.184435600671943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.78185208410761, + -12.184435600671943 + ] + ] + ], + "type": "Polygon" + }, + "id": "2936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70634546392732, + -11.927461412892319, + -76.6967076224269, + -11.917080468512916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.70203632292333, + -11.917080468512916 + ] + ] + ], + "type": "Polygon" + }, + "id": "2937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05664246271303, + -12.119379230993648, + -77.04698963881593, + -12.108992427608499 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.05664246271303, + -12.112039184367118 + ], + [ + -77.05613731128129, + -12.117232638434473 + ], + [ + -77.05131081359032, + -12.119379230993648 + ], + [ + -77.04698963881593, + -12.116332389986155 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.052321243399, + -12.108992427608499 + ] + ] + ], + "type": "Polygon" + }, + "id": "2938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7640242311143, + -12.373362118732553, + -76.75437150934191, + -12.362986788365935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75970755115263, + -12.362986788365935 + ] + ] + ], + "type": "Polygon" + }, + "id": "2939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11348253955099, + -11.67652188545884, + -77.10384147419705, + -11.666127403062804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10916571242707, + -11.666127403062804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90879480785162, + -12.026156940972717, + -76.89914858728045, + -12.015772353732805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.90447881326621, + -12.015772353732805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.904241236357, + -12.167236761168425, + -76.89459092649388, + -12.15685447562519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89992348203741, + -12.15685447562519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00028391045024, + -12.223913345218808, + -76.99062940823661, + -12.213529593296746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -77.00028391045024, + -12.216577362433199 + ], + [ + -76.99977780518272, + -12.221769291059559 + ], + [ + -76.994950467987, + -12.223913345218808 + ], + [ + -76.99062940823661, + -12.220865492352837 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.99596280532573, + -12.213529593296746 + ] + ] + ], + "type": "Polygon" + }, + "id": "2943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.799885844121, + -12.149016912924381, + -76.7902388545863, + -12.138636955976603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.79557117709206, + -12.138636955976603 + ] + ] + ], + "type": "Polygon" + }, + "id": "2944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03976344604949, + -11.913216666334765, + -77.03011719977707, + -11.902827188289585 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.03544543024839, + -11.902827188289585 + ] + ] + ], + "type": "Polygon" + }, + "id": "2945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76719912705114, + -11.964954882478425, + -76.75755850924637, + -11.95457293884541 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.76288781119553, + -11.95457293884541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08711571808142, + -12.090916076022943, + -77.07746297124744, + -12.080528087279882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.08279406539633, + -12.080528087279882 + ] + ] + ], + "type": "Polygon" + }, + "id": "2947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01390033580607, + -11.989333943938732, + -77.00425248295385, + -11.97894620851288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.009581997758, + -11.97894620851288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70388434669154, + -12.280911314403417, + -76.6942360287018, + -12.270535945768426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.69957055942338, + -12.270535945768426 + ] + ] + ], + "type": "Polygon" + }, + "id": "2949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97280958560653, + -12.126842698145897, + -76.96315869106571, + -12.116458071728983 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.9684905169539, + -12.116458071728983 + ] + ] + ], + "type": "Polygon" + }, + "id": "2950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13565049176219, + -11.780983592829793, + -77.12600576294753, + -11.770589947927219 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.1313316842789, + -11.770589947927219 + ] + ] + ], + "type": "Polygon" + }, + "id": "2951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98414721400309, + -11.86842262634313, + -76.97450373055044, + -11.858033877342978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97983128807309, + -11.858033877342978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81739303762322, + -12.205782456559838, + -76.80774388344172, + -12.195402968361739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.81307713366614, + -12.195402968361739 + ] + ] + ], + "type": "Polygon" + }, + "id": "2953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72058804404999, + -12.392588471527416, + -76.71093593076104, + -12.382214581451734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.72007776631057, + -12.390452750683998 + ], + [ + -76.71525162205079, + -12.392588471527416 + ], + [ + -76.71093593076104, + -12.389537218176446 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.71627230334566, + -12.382214581451734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91565982170695, + -12.097604829053372, + -76.90601128981811, + -12.08722116341599 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.91134268760679, + -12.08722116341599 + ] + ] + ], + "type": "Polygon" + }, + "id": "2955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88747296582241, + -12.055501322726737, + -76.87782643175777, + -12.045117711769151 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.88315715819965, + -12.045117711769151 + ] + ] + ], + "type": "Polygon" + }, + "id": "2956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04435988285456, + -11.960865236647413, + -77.03471209932327, + -11.950476335952747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.04004110839043, + -11.950476335952747 + ] + ] + ], + "type": "Polygon" + }, + "id": "2957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71840065306932, + -12.180199005577345, + -76.70875494437634, + -12.169821615032046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.71408780958897, + -12.169821615032046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96822265406712, + -12.079208201429772, + -76.95857329971044, + -12.06882294819088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.96390434509509, + -12.06882294819088 + ] + ] + ], + "type": "Polygon" + }, + "id": "2959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90499680753733, + -12.112275243652626, + -76.89534811806374, + -12.101892071811843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.9006797666078, + -12.101892071811843 + ] + ] + ], + "type": "Polygon" + }, + "id": "2960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14860784465722, + -11.790116785409126, + -77.13896252088585, + -11.779722951428797 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.14428857199209, + -11.779722951428797 + ] + ] + ], + "type": "Polygon" + }, + "id": "2961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04352531933243, + -11.827050540223, + -77.03388154370941, + -11.816659759367003 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03920835176574, + -11.816659759367003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07639239863475, + -12.011206551830906, + -77.06674230047113, + -12.000817613549655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.07207209637002, + -12.000817613549655 + ] + ] + ], + "type": "Polygon" + }, + "id": "2963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07948210527523, + -12.074435332797092, + -77.06983004308555, + -12.064047276338124 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.07516087630223, + -12.064047276338124 + ] + ] + ], + "type": "Polygon" + }, + "id": "2964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843376433583, + -12.014302004648258, + -76.85878896251823, + -12.003918246220303 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.8641190238528, + -12.003918246220303 + ] + ] + ], + "type": "Polygon" + }, + "id": "2965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12968372679008, + -11.937763201434915, + -77.12003447719874, + -11.927371890298792 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.12536298654565, + -11.927371890298792 + ] + ] + ], + "type": "Polygon" + }, + "id": "2966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69642771800511, + -11.981504026943025, + -76.68678853853099, + -11.971124127607073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.69211813092564, + -11.971124127607073 + ] + ] + ], + "type": "Polygon" + }, + "id": "2967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04195981715317, + -11.74822142773373, + -77.03231842811606, + -11.737829618466685 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.03764394192034, + -11.737829618466685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92401642692609, + -11.964748532692935, + -76.91437163774424, + -11.954362653962642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91970083921899, + -11.954362653962642 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.91487853096186, + -11.956508342537257 + ], + [ + -76.91970083921899, + -11.954362653962642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18517904757397, + -11.793682098902908, + -77.17553271104865, + -11.783287434371095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.18517904757397, + -11.786331409264742 + ], + [ + -77.18467620883854, + -11.791528793309128 + ], + [ + -77.17985295567013, + -11.793682098902908 + ], + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.18085876033736, + -11.783287434371095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74502760196494, + -12.23787094916786, + -76.73537944455431, + -12.2274938175825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.7407132548037, + -12.2274938175825 + ] + ] + ], + "type": "Polygon" + }, + "id": "2971", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68935987463298, + -12.38160242766698, + -76.67970894717689, + -12.371229145986188 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.68884917969878, + -12.37946725218167 + ], + [ + -76.68402362820201, + -12.38160242766698 + ], + [ + -76.67970894717689, + -12.378550933188981 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.68504514375188, + -12.371229145986188 + ] + ] + ], + "type": "Polygon" + }, + "id": "2972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01078332823437, + -11.831706568741268, + -77.00114025196609, + -11.82131665354869 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -77.00646717595201, + -11.82131665354869 + ] + ] + ], + "type": "Polygon" + }, + "id": "2973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09613069178067, + -11.903009353506578, + -77.08648332010542, + -11.892618356274236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.09181130726051, + -11.892618356274236 + ] + ] + ], + "type": "Polygon" + }, + "id": "2974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76633222964158, + -12.30286844295378, + -76.75668155206168, + -12.292491851211109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.76201642838589, + -12.292491851211109 + ] + ] + ], + "type": "Polygon" + }, + "id": "2975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9552937558061, + -12.164427334459338, + -76.94564219426039, + -12.154043735506914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.95097465758434, + -12.154043735506914 + ] + ] + ], + "type": "Polygon" + }, + "id": "2976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14622081034146, + -11.671842241639904, + -77.13657906569885, + -11.661446909633899 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14190317703064, + -11.661446909633899 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.13708238974347, + -11.66360085665765 + ], + [ + -77.14190317703064, + -11.661446909633899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02988825185095, + -11.967309339082785, + -77.02024064583352, + -11.956920886932602 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.02556977892957, + -11.956920886932602 + ] + ] + ], + "type": "Polygon" + }, + "id": "2978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80823528821921, + -12.299189024180397, + -76.79858358996705, + -12.288811309438346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.80391838699147, + -12.288811309438346 + ] + ] + ], + "type": "Polygon" + }, + "id": "2979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02152659407375, + -12.005814768752364, + -77.01187805422964, + -11.995427091131292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.01720783148843, + -11.995427091131292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02680986739658, + -11.90407861899798, + -77.01716422449157, + -11.893689327315945 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.02249232042702, + -11.893689327315945 + ] + ] + ], + "type": "Polygon" + }, + "id": "2981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91789029899569, + -11.7439160140206, + -76.90825224698558, + -11.733527200740909 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91357781975168, + -11.733527200740909 + ], + [ + -76.91789029899569, + -11.736573293791425 + ], + [ + -76.91738379207874, + -11.741767754068185 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.90875887999411, + -11.735675480620808 + ], + [ + -76.91357781975168, + -11.733527200740909 + ] + ] + ], + "type": "Polygon" + }, + "id": "2982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19041088530095, + -11.691882752390784, + -77.18076744945257, + -11.68148661694119 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.19041088530095, + -11.684530013810534 + ], + [ + -77.18990827805789, + -11.689728133362769 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.18609181693151, + -11.68148661694119 + ] + ] + ], + "type": "Polygon" + }, + "id": "2983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81361737698765, + -12.008871684846566, + -76.80397419884517, + -11.998489220808548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80930420391269, + -11.998489220808548 + ] + ] + ], + "type": "Polygon" + }, + "id": "2984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82348255268637, + -12.237829495962817, + -76.81383227842726, + -12.227450377213728 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81916605424107, + -12.227450377213728 + ] + ] + ], + "type": "Polygon" + }, + "id": "2985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0229070582979, + -11.707016650528143, + -77.01326738236338, + -11.696624764911917 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.01859224205367, + -11.696624764911917 + ] + ] + ], + "type": "Polygon" + }, + "id": "2986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65746332572351, + -12.236975518228645, + -76.64781760079111, + -12.226600611854552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.65315141039008, + -12.226600611854552 + ] + ] + ], + "type": "Polygon" + }, + "id": "2987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78769405158468, + -12.179246089716925, + -76.77804648826006, + -12.168866923342287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.783379315083, + -12.168866923342287 + ] + ] + ], + "type": "Polygon" + }, + "id": "2988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0756656777398, + -12.066194940589728, + -77.06601395796446, + -12.05580685095683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.07134466065249, + -12.05580685095683 + ] + ] + ], + "type": "Polygon" + }, + "id": "2989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76112175023667, + -11.932902570193043, + -76.75148225228158, + -11.92252031233428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.75681102839488, + -11.92252031233428 + ] + ] + ], + "type": "Polygon" + }, + "id": "2990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68560903351371, + -12.27908256014193, + -76.6759612729454, + -12.268707628962808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.68129577605558, + -12.268707628962808 + ] + ] + ], + "type": "Polygon" + }, + "id": "2991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13811326031235, + -11.993658458368763, + -77.12846213391161, + -11.983267761725736 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13379155028986, + -11.983267761725736 + ], + [ + -77.13811326031235, + -11.986313162184677 + ], + [ + -77.13760944904814, + -11.991508562436074 + ], + [ + -77.13278380059317, + -11.993658458368763 + ], + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.13379155028986, + -11.983267761725736 + ] + ] + ], + "type": "Polygon" + }, + "id": "2992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15917463945196, + -11.680973422549913, + -77.14953230102608, + -11.670577895918317 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.15485654159284, + -11.670577895918317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64679548492651, + -12.251622283122515, + -76.63714961870892, + -12.241247892844651 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.64248367020126, + -12.241247892844651 + ] + ] + ], + "type": "Polygon" + }, + "id": "2994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13803437056278, + -11.89924193807842, + -77.12838606025471, + -11.888849872799263 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.13371392276309, + -11.888849872799263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75423257103087, + -12.050144864841986, + -76.74458976534436, + -12.039764525751625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74992047571813, + -12.039764525751625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88745568123066, + -11.772384456482307, + -76.87781758266746, + -11.761996780320374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.88314364782687, + -11.761996780320374 + ] + ] + ], + "type": "Polygon" + }, + "id": "2997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04650213950285, + -11.701457012248442, + -77.03686202615765, + -11.691064477950054 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.042186765663, + -11.691064477950054 + ] + ] + ], + "type": "Polygon" + }, + "id": "2998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72600707905173, + -12.196676767734079, + -76.71636067042614, + -12.186299448902727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.72169380585368, + -12.186299448902727 + ] + ] + ], + "type": "Polygon" + }, + "id": "2999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05350284978053, + -11.961763053668554, + -77.04385480660355, + -11.951373942701307 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04918381877731, + -11.951373942701307 + ] + ] + ], + "type": "Polygon" + }, + "id": "3000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90651850811004, + -12.096700415719685, + -76.89687024331093, + -12.086316963621048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.90220163382968, + -12.086316963621048 + ] + ] + ], + "type": "Polygon" + }, + "id": "3001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95449578812837, + -12.03066981608509, + -76.94484823805664, + -12.020284162737973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.95017849727692, + -12.020284162737973 + ] + ] + ], + "type": "Polygon" + }, + "id": "3002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7953484246636, + -12.00705947299851, + -76.78570579155266, + -11.996677442424325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.79103577566313, + -11.996677442424325 + ] + ] + ], + "type": "Polygon" + }, + "id": "3003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73965637488881, + -12.339494616532917, + -76.73000532787434, + -12.32911932435189 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.73534081809304, + -12.32911932435189 + ] + ] + ], + "type": "Polygon" + }, + "id": "3004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75572762907632, + -12.12890138273557, + -76.74608243351243, + -12.118522226043044 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.75141444211806, + -12.118522226043044 + ] + ] + ], + "type": "Polygon" + }, + "id": "3005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81279875512843, + -12.346798255680214, + -76.8031455116319, + -12.336421233041401 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.81279875512843, + -12.339471328221672 + ], + [ + -76.81228983486444, + -12.344659893363367 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.80848109267662, + -12.336421233041401 + ] + ] + ], + "type": "Polygon" + }, + "id": "3006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68481646435707, + -12.334005518360474, + -76.67516708471241, + -12.32363153449672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.6794810039315, + -12.334005518360474 + ], + [ + -76.67516708471241, + -12.330954204887318 + ], + [ + -76.67567789316612, + -12.325767267660405 + ], + [ + -76.680502495232, + -12.32363153449672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68276119552978, + -11.932976679370196, + -76.67312383841268, + -11.922596417350697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.67312383841268, + -11.92992739774878 + ], + [ + -76.67363404179376, + -11.924737321813645 + ], + [ + -76.67845263280297, + -11.922596417350697 + ] + ] + ], + "type": "Polygon" + }, + "id": "3008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13191228975495, + -11.867171686457112, + -77.12226508776807, + -11.856779316290327 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.12759243218163, + -11.856779316290327 + ] + ] + ], + "type": "Polygon" + }, + "id": "3009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77175105603517, + -12.012578726424811, + -76.76210889543249, + -12.002197375056733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.76743898040377, + -12.002197375056733 + ] + ] + ], + "type": "Polygon" + }, + "id": "3010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90727353456765, + -12.041733480320342, + -76.89762688948153, + -12.031349166376126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.90295737339135, + -12.031349166376126 + ] + ] + ], + "type": "Polygon" + }, + "id": "3011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8356750192187, + -12.207600382043008, + -76.82602532164168, + -12.197220462968497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.831358591519, + -12.197220462968497 + ] + ] + ], + "type": "Polygon" + }, + "id": "3012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95222900140365, + -12.101219820356986, + -76.94257940592875, + -12.090835303069875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.94791083003945, + -12.090835303069875 + ] + ] + ], + "type": "Polygon" + }, + "id": "3013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74964859959034, + -12.09685409819614, + -76.74000452535034, + -12.086474594562526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.74533600735583, + -12.086474594562526 + ] + ] + ], + "type": "Polygon" + }, + "id": "3014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85014980834686, + -12.201177959272648, + -76.84049991662782, + -12.190797572390645 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.84583307156693, + -12.190797572390645 + ] + ] + ], + "type": "Polygon" + }, + "id": "3015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69242372278944, + -12.350481965811984, + -76.68277364117436, + -12.340108068686378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.68277364117436, + -12.347430645151533 + ], + [ + -76.68328436992908, + -12.34224375122766 + ], + [ + -76.68810932301002, + -12.340108068686378 + ] + ] + ], + "type": "Polygon" + }, + "id": "3016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94004561438308, + -12.131468263327672, + -76.9303954338731, + -12.121084520743986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.93572736825753, + -12.121084520743986 + ] + ] + ], + "type": "Polygon" + }, + "id": "3017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06034627729157, + -11.93883587935975, + -77.05069874345742, + -11.928446267625306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.05602736928206, + -11.928446267625306 + ] + ] + ], + "type": "Polygon" + }, + "id": "3018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13882938878419, + -11.938658016000018, + -77.12917988406123, + -11.928266496830847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.13882938878419, + -11.931311623337159 + ], + [ + -77.13832567317392, + -11.936507434893564 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.13450839393896, + -11.928266496830847 + ] + ] + ], + "type": "Polygon" + }, + "id": "3019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02515633763731, + -11.636421934985396, + -77.01551870384147, + -11.626029090619044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.01983259564152, + -11.636421934985396 + ], + [ + -77.01551870384147, + -11.633377291847662 + ], + [ + -77.01602366972362, + -11.628180922672833 + ], + [ + -77.02084240098186, + -11.626029090619044 + ] + ] + ], + "type": "Polygon" + }, + "id": "3020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00012926307309, + -11.846393950948473, + -76.9904860234343, + -11.836004500899838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.99581320109768, + -11.836004500899838 + ] + ] + ], + "type": "Polygon" + }, + "id": "3021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73980571537675, + -11.962234292842043, + -76.73016592287726, + -11.951853003999117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.73549518879504, + -11.951853003999117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69933993396889, + -12.233307332642033, + -76.68969316256532, + -12.222931291799437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.69502690793975, + -12.222931291799437 + ] + ] + ], + "type": "Polygon" + }, + "id": "3023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71311284165279, + -12.093214459062315, + -76.70346987333419, + -12.082835829028014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.71260293261496, + -12.091074978004208 + ], + [ + -76.70778136096452, + -12.093214459062315 + ], + [ + -76.70346987333419, + -12.090164594157798 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.70880130459312, + -12.082835829028014 + ] + ] + ], + "type": "Polygon" + }, + "id": "3024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88291007549812, + -12.196568940622397, + -76.8732594524485, + -12.18618765845672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.87859250856454, + -12.18618765845672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11197150228149, + -11.692113312791326, + -77.10233001104098, + -11.681719067490823 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.1076545076388, + -11.681719067490823 + ] + ] + ], + "type": "Polygon" + }, + "id": "3026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93619423930924, + -11.934491283557275, + -76.92655003336047, + -11.92410466167883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.93086550073481, + -11.934491283557275 + ], + [ + -76.92655003336047, + -11.931444244986135 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.93187872572823, + -11.92410466167883 + ] + ] + ], + "type": "Polygon" + }, + "id": "3027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78388836153935, + -12.171006940464537, + -76.77424114685324, + -12.160627738315975 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.7795738393788, + -12.160627738315975 + ] + ] + ], + "type": "Polygon" + }, + "id": "3028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99557906126968, + -11.893144366100435, + -76.98593454635241, + -11.882755685156535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.99126249832798, + -11.882755685156535 + ] + ] + ], + "type": "Polygon" + }, + "id": "3029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99783534077675, + -11.822569004547555, + -76.98819286968634, + -11.812179281211234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.99351965796477, + -11.812179281211234 + ] + ] + ], + "type": "Polygon" + }, + "id": "3030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65611576254518, + -11.969627059597494, + -76.64647805010608, + -11.959248016894422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65078631279576, + -11.969627059597494 + ], + [ + -76.64647805010608, + -11.96657734401977 + ], + [ + -76.64698868113959, + -11.96138787789045 + ], + [ + -76.6518074496545, + -11.959248016894422 + ] + ] + ], + "type": "Polygon" + }, + "id": "3031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93163474768043, + -11.98122889588691, + -76.92198926791185, + -11.970843070767911 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.9273187340709, + -11.970843070767911 + ] + ] + ], + "type": "Polygon" + }, + "id": "3032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1069259367884, + -12.07713060420656, + -77.09727310208261, + -12.066741921714463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.10260394061443, + -12.066741921714463 + ] + ] + ], + "type": "Polygon" + }, + "id": "3033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77402755573054, + -12.03638990714496, + -76.76438462358944, + -12.026008857247474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.76971510013246, + -12.026008857247474 + ] + ] + ], + "type": "Polygon" + }, + "id": "3034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09757632465963, + -11.793002084243499, + -77.0879321929202, + -11.782609522635857 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.09325836855238, + -11.782609522635857 + ] + ] + ], + "type": "Polygon" + }, + "id": "3035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11902649207626, + -11.95245444893179, + -77.1093770714452, + -11.94206360881316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.11470583880276, + -11.94206360881316 + ] + ] + ], + "type": "Polygon" + }, + "id": "3036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17150843857391, + -11.839564164905493, + -77.16186107378789, + -11.829170456440872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.16718790056424, + -11.829170456440872 + ] + ] + ], + "type": "Polygon" + }, + "id": "3037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02768434446362, + -12.132256032815508, + -77.01803187509994, + -12.121870140325676 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.0233637284698, + -12.121870140325676 + ] + ] + ], + "type": "Polygon" + }, + "id": "3038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88442334140736, + -11.99229366700422, + -76.87477877258512, + -11.981909180559601 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.88010845980713, + -11.981909180559601 + ] + ] + ], + "type": "Polygon" + }, + "id": "3039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13970397650614, + -12.072480007616711, + -77.1300504595893, + -12.062090459836682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13970397650614, + -12.065136218670139 + ], + [ + -77.13920006488587, + -12.070331044411743 + ], + [ + -77.13437322113955, + -12.072480007616711 + ], + [ + -77.1300504595893, + -12.069434164513389 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.13538117161659, + -12.062090459836682 + ] + ] + ], + "type": "Polygon" + }, + "id": "3040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06803358044819, + -12.049714117241278, + -77.05838254568584, + -12.039325962628594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.06371298719152, + -12.039325962628594 + ] + ] + ], + "type": "Polygon" + }, + "id": "3041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96054484756067, + -11.873967429602251, + -76.95090181048324, + -11.863579340609805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.95622948346195, + -11.863579340609805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12730269199088, + -11.819511823940875, + -77.11765702470714, + -11.80911890428952 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.12298359234015, + -11.80911890428952 + ] + ] + ], + "type": "Polygon" + }, + "id": "3043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70397990791542, + -12.092303888374525, + -76.69433721726476, + -12.081925477363672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.70346987333419, + -12.090164594157798 + ], + [ + -76.69864844047169, + -12.092303888374525 + ], + [ + -76.69433721726476, + -12.089253946163975 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69966863514962, + -12.081925477363672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7915222267188, + -12.09315828647806, + -76.78187712908792, + -12.082777664580602 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.78720853419986, + -12.082777664580602 + ] + ] + ], + "type": "Polygon" + }, + "id": "3045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76183890663135, + -12.06662362242561, + -76.75219540303738, + -12.056243342473756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.75752638250923, + -12.056243342473756 + ] + ] + ], + "type": "Polygon" + }, + "id": "3046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01398569089802, + -12.178087708646293, + -77.00433220466367, + -12.167702879401508 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00966483009137, + -12.167702879401508 + ] + ] + ], + "type": "Polygon" + }, + "id": "3047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84406456687816, + -12.07478908469, + -76.83441860897108, + -12.064406855752136 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83974968320184, + -12.064406855752136 + ] + ] + ], + "type": "Polygon" + }, + "id": "3048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1250734928984, + -11.890106792086076, + -77.1154257787222, + -11.87971491033617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.12075351091488, + -11.87971491033617 + ] + ] + ], + "type": "Polygon" + }, + "id": "3049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03521730233723, + -11.959967155853152, + -77.02556977892957, + -11.949578465682322 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.03089878461425, + -11.949578465682322 + ] + ] + ], + "type": "Polygon" + }, + "id": "3050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65764718833523, + -11.954058428362018, + -76.64800989737155, + -11.943679117364523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65333904036466, + -11.943679117364523 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.64800989737155, + -11.951008811316285 + ], + [ + -76.64852048257123, + -11.945819211043046 + ], + [ + -76.65333904036466, + -11.943679117364523 + ] + ] + ], + "type": "Polygon" + }, + "id": "3051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02993558114295, + -12.061697604948156, + -77.02028515940474, + -12.051310564389983 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.02561584713379, + -12.051310564389983 + ] + ] + ], + "type": "Polygon" + }, + "id": "3052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07173041413823, + -11.86915042852137, + -77.0620846677266, + -11.858759545513188 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.06741213163377, + -11.858759545513188 + ] + ] + ], + "type": "Polygon" + }, + "id": "3053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0967200349065, + -11.659148315896408, + -77.08707990777869, + -11.648754017436161 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.09240388488723, + -11.648754017436161 + ] + ] + ], + "type": "Polygon" + }, + "id": "3054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17594577267494, + -11.698345851502019, + -77.16630250175305, + -11.68795014610949 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.17162700001244, + -11.68795014610949 + ] + ] + ], + "type": "Polygon" + }, + "id": "3055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83490765442382, + -12.262546631487757, + -76.82525633642992, + -12.252167632744417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.83059051368392, + -12.252167632744417 + ] + ] + ], + "type": "Polygon" + }, + "id": "3056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11448980813688, + -11.99921104132568, + -77.1048391074098, + -11.988820998701723 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.11016865132575, + -11.988820998701723 + ] + ] + ], + "type": "Polygon" + }, + "id": "3057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69548701998535, + -12.319359663778298, + -76.68583778411832, + -12.308985157364114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.69117295128297, + -12.308985157364114 + ] + ] + ], + "type": "Polygon" + }, + "id": "3058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89738624784847, + -12.190143002206334, + -76.88773543464625, + -12.17976125482548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.89306837357687, + -12.17976125482548 + ] + ] + ], + "type": "Polygon" + }, + "id": "3059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767231208574, + -12.163611202330763, + -76.85802307629753, + -12.153229772703735 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.8633555997153, + -12.153229772703735 + ] + ] + ], + "type": "Polygon" + }, + "id": "3060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7717790315245, + -11.918234738032323, + -76.76213968183714, + -11.907851998320856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76746821252041, + -11.907851998320856 + ], + [ + -76.7717790315245, + -11.910900330680175 + ], + [ + -76.77127021424023, + -11.91609175501281 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.76264862476475, + -11.909995003631336 + ], + [ + -76.76746821252041, + -11.907851998320856 + ] + ] + ], + "type": "Polygon" + }, + "id": "3061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98492293987944, + -11.907828356138513, + -76.97527826249633, + -11.897440146728236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.98060646771265, + -11.897440146728236 + ] + ] + ], + "type": "Polygon" + }, + "id": "3062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93473319496611, + -12.233152818646477, + -76.92508011749975, + -12.222770839536578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.93041373411165, + -12.222770839536578 + ] + ] + ], + "type": "Polygon" + }, + "id": "3063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76099730458184, + -12.310194365405804, + -76.75134655278202, + -12.299818032695367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.75668155206168, + -12.299818032695367 + ] + ] + ], + "type": "Polygon" + }, + "id": "3064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78316178991976, + -12.037297322088909, + -76.77351858386209, + -12.026916054861104 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.77884907166536, + -12.026916054861104 + ] + ] + ], + "type": "Polygon" + }, + "id": "3065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05193420457822, + -11.88294421498797, + -77.04228855000765, + -11.872554008855552 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.04761626690973, + -11.872554008855552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90952489525003, + -11.782423181039563, + -76.8998859167681, + -11.772035091475226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.9052121297484, + -11.772035091475226 + ] + ] + ], + "type": "Polygon" + }, + "id": "3067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00857077588793, + -11.996674829239115, + -76.99892284108897, + -11.986287333608592 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -77.00425248295385, + -11.986287333608592 + ] + ] + ], + "type": "Polygon" + }, + "id": "3068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78997305122411, + -12.203053558885113, + -76.78032471570998, + -12.192674718875555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.78565793438784, + -12.192674718875555 + ] + ] + ], + "type": "Polygon" + }, + "id": "3069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92786055306712, + -12.161713464495664, + -76.91820978832531, + -12.151330502993254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.92354223259106, + -12.151330502993254 + ] + ] + ], + "type": "Polygon" + }, + "id": "3070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03052740491562, + -11.723498551564466, + -77.02088704355695, + -11.713106695119125 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.02621216501718, + -11.713106695119125 + ] + ] + ], + "type": "Polygon" + }, + "id": "3071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87605111809326, + -12.125132887455518, + -76.86640280868582, + -12.114750639456254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.87173469152853, + -12.114750639456254 + ] + ] + ], + "type": "Polygon" + }, + "id": "3072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03971327157105, + -11.818809688616037, + -77.03006983858099, + -11.808418887540576 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.03539651585352, + -11.808418887540576 + ] + ] + ], + "type": "Polygon" + }, + "id": "3073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72526301474586, + -12.157305249510078, + -76.71561780163637, + -12.146927317618145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.72095028752243, + -12.146927317618145 + ] + ] + ], + "type": "Polygon" + }, + "id": "3074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98502559296037, + -12.190954531785492, + -76.97537246858299, + -12.180570622418943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.9807053388127, + -12.180570622418943 + ] + ] + ], + "type": "Polygon" + }, + "id": "3075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757121413343, + -12.015206135849482, + -76.86792614336973, + -12.004822162565597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.87325621311865, + -12.004822162565597 + ] + ] + ], + "type": "Polygon" + }, + "id": "3076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90346453524235, + -12.03349353069487, + -76.89381823604886, + -12.023109186861552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89914858728045, + -12.023109186861552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99413580510189, + -12.097492502898165, + -76.98448523505486, + -12.087106892687554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98981655427457, + -12.087106892687554 + ] + ] + ], + "type": "Polygon" + }, + "id": "3078", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80900719032022, + -12.244248747772232, + -76.79935711249163, + -12.23387009962568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.80469100199637, + -12.23387009962568 + ] + ] + ], + "type": "Polygon" + }, + "id": "3079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9789169081687, + -12.158898971165968, + -76.96926489872855, + -12.148514700031924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.97459724679794, + -12.148514700031924 + ] + ] + ], + "type": "Polygon" + }, + "id": "3080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75348531859707, + -12.010763823545396, + -76.74384370741014, + -12.000382907876611 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74917376890224, + -12.000382907876611 + ] + ] + ], + "type": "Polygon" + }, + "id": "3081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79679149617004, + -12.368776973363655, + -76.78713802601314, + -12.358400732925393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.79679149617004, + -12.361451078659353 + ], + [ + -76.7962823179412, + -12.366639252788849 + ], + [ + -76.79145549565014, + -12.368776973363655 + ], + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.79247397821192, + -12.358400732925393 + ] + ] + ], + "type": "Polygon" + }, + "id": "3082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80595409157647, + -12.275383508221843, + -76.79630316580696, + -12.265005452755535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.80163757088185, + -12.265005452755535 + ] + ] + ], + "type": "Polygon" + }, + "id": "3083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04357660748437, + -11.921457339290393, + -77.03393001838016, + -11.911067886281037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03925837971092, + -11.911067886281037 + ] + ] + ], + "type": "Polygon" + }, + "id": "3084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09225010516163, + -11.80034956716221, + -77.08260588891619, + -11.789957234515589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.0879321929202, + -11.789957234515589 + ] + ] + ], + "type": "Polygon" + }, + "id": "3085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9826298424711, + -11.88400542854447, + -76.97298593407072, + -11.873616936669498 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.97831374963684, + -11.873616936669498 + ] + ] + ], + "type": "Polygon" + }, + "id": "3086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82120052161001, + -12.214021607974669, + -76.81155101940085, + -12.203642157634825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.81688440352994, + -12.203642157634825 + ] + ] + ], + "type": "Polygon" + }, + "id": "3087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9826633685663, + -11.978394290565022, + -76.97301664659255, + -11.968007161826819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.97834601602895, + -11.968007161826819 + ] + ] + ], + "type": "Polygon" + }, + "id": "3088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08455968639959, + -11.689438358628282, + -77.07491896504385, + -11.679044742859059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.08024345679756, + -11.679044742859059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71306773847597, + -12.187525884233573, + -76.70342195714399, + -12.177148747758702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.70875494437634, + -12.177148747758702 + ] + ] + ], + "type": "Polygon" + }, + "id": "3090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98573328542167, + -12.0416145685372, + -76.9760845990974, + -12.031228309153269 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.98141500663817, + -12.031228309153269 + ] + ] + ], + "type": "Polygon" + }, + "id": "3091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95526819854442, + -12.070065711110976, + -76.94561945339996, + -12.059680637813365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.95095036104674, + -12.059680637813365 + ] + ] + ], + "type": "Polygon" + }, + "id": "3092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98714671798476, + -11.742850780032825, + -76.97750689554435, + -11.732460242390918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.98283238451953, + -11.732460242390918 + ] + ] + ], + "type": "Polygon" + }, + "id": "3093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78088452454057, + -12.013485783779394, + -76.77124208994279, + -12.003104214936306 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.77657218624124, + -12.003104214936306 + ] + ] + ], + "type": "Polygon" + }, + "id": "3094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96673252284758, + -12.189146478764245, + -76.95707992616447, + -12.178762992318791 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.96241278575809, + -12.178762992318791 + ] + ] + ], + "type": "Polygon" + }, + "id": "3095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76174618894206, + -12.34956060920289, + -76.75209424040968, + -12.33918492710912 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.75742988975537, + -12.33918492710912 + ] + ] + ], + "type": "Polygon" + }, + "id": "3096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12420549234311, + -11.75625994813097, + -77.1145617856145, + -11.745866248397357 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.11988731807654, + -11.745866248397357 + ] + ] + ], + "type": "Polygon" + }, + "id": "3097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76486372730494, + -12.129811018866093, + -76.75521825671171, + -12.11943164467464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.76055027713556, + -12.11943164467464 + ] + ] + ], + "type": "Polygon" + }, + "id": "3098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71848772216316, + -11.991560738039208, + -76.70884763777485, + -11.981180425288715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.71797804813, + -11.989419834084895 + ], + [ + -76.7131579185271, + -11.991560738039208 + ], + [ + -76.70884763777485, + -11.988511454038113 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.71417739208908, + -11.981180425288715 + ] + ] + ], + "type": "Polygon" + }, + "id": "3099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95905309898798, + -11.98393295216228, + -76.94940682389627, + -11.973546488016803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.95473630875114, + -11.973546488016803 + ] + ] + ], + "type": "Polygon" + }, + "id": "3100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12031733525298, + -11.653579286789245, + -77.11067678091685, + -11.643184346947283 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.11600063213741, + -11.643184346947283 + ] + ] + ], + "type": "Polygon" + }, + "id": "3101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90574102768167, + -11.962944626967921, + -76.89609677184247, + -11.952559176034875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90142595901793, + -11.952559176034875 + ], + [ + -76.90574102768167, + -11.955606550085479 + ], + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.89660391752497, + -11.954704495112583 + ], + [ + -76.90142595901793, + -11.952559176034875 + ] + ] + ], + "type": "Polygon" + }, + "id": "3102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8379668883092, + -12.137078537216793, + -76.82831923461438, + -12.126697432025452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.83365133967195, + -12.126697432025452 + ] + ] + ], + "type": "Polygon" + }, + "id": "3103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.880619629556, + -12.07841129535828, + -76.87097259322236, + -12.06802820670533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.87630370240925, + -12.06802820670533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87680863866487, + -11.975813676008118, + -76.86716476241443, + -11.965429135708256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.87249418374424, + -11.965429135708256 + ] + ] + ], + "type": "Polygon" + }, + "id": "3105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94757593617382, + -11.770433264172603, + -76.93793631917049, + -11.760044070189796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.9432623014541, + -11.760044070189796 + ] + ] + ], + "type": "Polygon" + }, + "id": "3106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81660771166254, + -12.355036871010135, + -76.8069541197402, + -12.344659893363367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81228983486444, + -12.344659893363367 + ], + [ + -76.81660771166254, + -12.347709990189877 + ], + [ + -76.81609883156874, + -12.352898532802486 + ], + [ + -76.81127194850389, + -12.355036871010135 + ], + [ + -76.8069541197402, + -12.351986690704548 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.81228983486444, + -12.344659893363367 + ] + ] + ], + "type": "Polygon" + }, + "id": "3107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05950511138319, + -11.80501352845115, + -77.04986158517134, + -11.794622055626554 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.05518801034563, + -11.794622055626554 + ] + ] + ], + "type": "Polygon" + }, + "id": "3108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84254035306877, + -12.0903620799293, + -76.83289397125013, + -12.07998012961126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.83822530316174, + -12.07998012961126 + ] + ] + ], + "type": "Polygon" + }, + "id": "3109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97581574585405, + -12.001314335888416, + -76.96616851775306, + -11.990927715723188 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.971498271891, + -11.990927715723188 + ] + ] + ], + "type": "Polygon" + }, + "id": "3110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77013874661488, + -12.311107076917528, + -76.76048771975248, + -12.300730527495906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.76582273070468, + -12.300730527495906 + ] + ] + ], + "type": "Polygon" + }, + "id": "3111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08705169378247, + -11.99652046577383, + -77.07740176400776, + -11.986131049369284 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.08273130329674, + -11.986131049369284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96137227545354, + -12.102122902174429, + -76.95172241527587, + -12.091738172601433 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.95705384527743, + -12.091738172601433 + ] + ] + ], + "type": "Polygon" + }, + "id": "3113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00713519150338, + -12.201001285922167, + -76.9974811971679, + -12.190616993579617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -77.00281420847591, + -12.190616993579617 + ] + ] + ], + "type": "Polygon" + }, + "id": "3114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02230731899952, + -12.045217025255699, + -77.01265758414371, + -12.03482992103696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.0179880095401, + -12.03482992103696 + ] + ] + ], + "type": "Polygon" + }, + "id": "3115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05277241722753, + -12.01675232743782, + -77.04312275322773, + -12.006364048337836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.0484526718688, + -12.006364048337836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76264862476475, + -11.91732911734735, + -76.75300954938604, + -11.906946595687897 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7583380684749, + -11.906946595687897 + ], + [ + -76.76264862476475, + -11.909995003631336 + ], + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.7583380684749, + -11.906946595687897 + ] + ] + ], + "type": "Polygon" + }, + "id": "3117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69929079264405, + -12.327597990228426, + -76.68964120601144, + -12.317223526310878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.69497650870828, + -12.317223526310878 + ] + ] + ], + "type": "Polygon" + }, + "id": "3118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02442191009001, + -11.69142876216552, + -77.01478265908936, + -11.681036637227265 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0201072608211, + -11.681036637227265 + ], + [ + -77.02442191009001, + -11.684081505293648 + ], + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.01528772099334, + -11.683187797266354 + ], + [ + -77.0201072608211, + -11.681036637227265 + ] + ] + ], + "type": "Polygon" + }, + "id": "3119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07082546687457, + -11.640883151081658, + -77.06118653718967, + -11.630489249789845 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.06651024997272, + -11.630489249789845 + ] + ] + ], + "type": "Polygon" + }, + "id": "3120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9377546544639, + -12.107652724276495, + -76.92810524442002, + -12.097268665847087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.9334367882691, + -12.097268665847087 + ] + ] + ], + "type": "Polygon" + }, + "id": "3121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74043981333354, + -12.284565595915108, + -76.73079038620969, + -12.274189355359205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.73612496884911, + -12.274189355359205 + ] + ] + ], + "type": "Polygon" + }, + "id": "3122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12896607233478, + -11.992762684411755, + -77.11931520119006, + -11.982372195634015 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.12464461701562, + -11.982372195634015 + ] + ] + ], + "type": "Polygon" + }, + "id": "3123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78842283182732, + -12.3129316893112, + -76.77877125626948, + -12.302554707215858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.78410628973955, + -12.302554707215858 + ] + ] + ], + "type": "Polygon" + }, + "id": "3124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9324419553952, + -12.209340268485903, + -76.92278964892928, + -12.19895795835473 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.92812287471918, + -12.19895795835473 + ] + ] + ], + "type": "Polygon" + }, + "id": "3125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70240154308402, + -12.202178622574799, + -76.6927556169731, + -12.191801995562754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.69808884798017, + -12.191801995562754 + ] + ] + ], + "type": "Polygon" + }, + "id": "3126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84329179296893, + -12.224078779201234, + -76.83364140013845, + -12.213698936826315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.83897493732648, + -12.213698936826315 + ] + ] + ], + "type": "Polygon" + }, + "id": "3127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11139354988427, + -11.935972780682807, + -77.10174481199236, + -11.92558188636785 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.1070733194493, + -11.92558188636785 + ] + ] + ], + "type": "Polygon" + }, + "id": "3128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.667393790804, + -12.182961845322298, + -76.6577494033861, + -12.172585804790948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66308232095055, + -12.172585804790948 + ], + [ + -76.667393790804, + -12.17563645409478 + ], + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.66206082313253, + -12.182961845322298 + ], + [ + -76.6577494033861, + -12.179911110815544 + ], + [ + -76.65826021500469, + -12.174723145507635 + ], + [ + -76.66308232095055, + -12.172585804790948 + ] + ] + ], + "type": "Polygon" + }, + "id": "3129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64146138301287, + -12.258945150514501, + -76.63181544640238, + -12.248571018944634 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.63714961870892, + -12.248571018944634 + ] + ] + ], + "type": "Polygon" + }, + "id": "3130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6925770770284, + -12.067586589952777, + -76.6829354370347, + -12.057208088612283 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.68826644896916, + -12.057208088612283 + ] + ] + ], + "type": "Polygon" + }, + "id": "3131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75494711697431, + -12.183844250914017, + -76.74530030286988, + -12.173465988572117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.75063321821858, + -12.173465988572117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02070142736825, + -11.872013229105196, + -77.01105689617188, + -11.861623632722516 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.01638447172307, + -11.861623632722516 + ] + ] + ], + "type": "Polygon" + }, + "id": "3133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05799120311752, + -11.820600424998936, + -77.04834725128208, + -11.810209202411784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.05367393476696, + -11.810209202411784 + ] + ] + ], + "type": "Polygon" + }, + "id": "3134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67040003361959, + -12.24612865642411, + -76.66075367716525, + -12.235753568370823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.66608763737818, + -12.235753568370823 + ] + ] + ], + "type": "Polygon" + }, + "id": "3135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98647496565945, + -11.986634635741359, + -76.97682789953895, + -11.976247534826502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.9821574006092, + -11.976247534826502 + ] + ] + ], + "type": "Polygon" + }, + "id": "3136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91642753911063, + -12.136994413884521, + -76.90677781172982, + -12.126611345163129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.91210985832066, + -12.126611345163129 + ] + ] + ], + "type": "Polygon" + }, + "id": "3137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83720007331453, + -12.192030430772592, + -76.82755079987889, + -12.181650221492088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.83288381192257, + -12.181650221492088 + ] + ] + ], + "type": "Polygon" + }, + "id": "3138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71831348230702, + -12.368789346193013, + -76.70866214274281, + -12.35841510157836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.71399812248752, + -12.35841510157836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79149999601069, + -12.187485226229645, + -76.78185208410761, + -12.17710609608404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.78718504518692, + -12.17710609608404 + ] + ] + ], + "type": "Polygon" + }, + "id": "3140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93242306438087, + -12.114988644992215, + -76.92277357475366, + -12.104604833326377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.92810524442002, + -12.104604833326377 + ] + ] + ], + "type": "Polygon" + }, + "id": "3141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68106768994974, + -12.231480011935984, + -76.67142147627753, + -12.221104409135362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.67675519377498, + -12.221104409135362 + ] + ] + ], + "type": "Polygon" + }, + "id": "3142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92025362544561, + -12.23957954619576, + -76.91060073503643, + -12.229198032519871 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.91593447064854, + -12.229198032519871 + ] + ] + ], + "type": "Polygon" + }, + "id": "3143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96139961741038, + -12.196481706661904, + -76.9517469401813, + -12.18609847033439 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.95707992616447, + -12.18609847033439 + ] + ] + ], + "type": "Polygon" + }, + "id": "3144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75576028677233, + -12.034574287249884, + -76.74611790389032, + -12.024193672762298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.75144835708774, + -12.024193672762298 + ] + ] + ], + "type": "Polygon" + }, + "id": "3145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83109903291705, + -12.254307603173215, + -76.82144806277444, + -12.24392856397284 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.82678210625619, + -12.24392856397284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02832547710747, + -11.888494616683836, + -77.01868025969733, + -11.87810506626783 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.0240080973411, + -11.87810506626783 + ] + ] + ], + "type": "Polygon" + }, + "id": "3147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04723290718795, + -11.646448270275156, + -77.03759441143208, + -11.636055013421227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.04291824624588, + -11.636055013421227 + ] + ] + ], + "type": "Polygon" + }, + "id": "3148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77161093347594, + -12.484122294091966, + -76.76195469367019, + -12.473748723989763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.76627301472861, + -12.484122294091966 + ], + [ + -76.76195469367019, + -12.481071114232543 + ], + [ + -76.7624645311941, + -12.4758843831666 + ], + [ + -76.76729256370251, + -12.473748723989763 + ] + ] + ], + "type": "Polygon" + }, + "id": "3149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96825199404987, + -12.17357117716122, + -76.95859982293824, + -12.163187403405466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.96393242407937, + -12.163187403405466 + ] + ] + ], + "type": "Polygon" + }, + "id": "3150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03443517085444, + -11.920559916623798, + -77.02478884185155, + -11.910170674294108 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.03011719977707, + -11.910170674294108 + ] + ] + ], + "type": "Polygon" + }, + "id": "3151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97510359014564, + -12.150659135375303, + -76.96545192537482, + -12.140274827709597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.97078414157447, + -12.140274827709597 + ] + ] + ], + "type": "Polygon" + }, + "id": "3152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9659010751916, + -11.961013363493011, + -76.95625530545168, + -11.950626392876314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.9615844060226, + -11.950626392876314 + ] + ] + ], + "type": "Polygon" + }, + "id": "3153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10664696205048, + -11.699463149181089, + -77.09700538589935, + -11.689069127772589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.10233001104098, + -11.689069127772589 + ] + ] + ], + "type": "Polygon" + }, + "id": "3154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05198795587121, + -11.977346388043562, + -77.04233948672538, + -11.966957542823037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.04766875743067, + -11.966957542823037 + ] + ] + ], + "type": "Polygon" + }, + "id": "3155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96521291460957, + -12.20472134747113, + -76.95555989233107, + -12.194338149880512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.96089301039463, + -12.194338149880512 + ] + ] + ], + "type": "Polygon" + }, + "id": "3156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8950904218996, + -12.071980990087832, + -76.8854431953595, + -12.061597441307203 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.89077418755585, + -12.061597441307203 + ] + ] + ], + "type": "Polygon" + }, + "id": "3157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80214651424464, + -12.267144621851836, + -76.79249593694738, + -12.25676652554667 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.79783020787474, + -12.25676652554667 + ] + ] + ], + "type": "Polygon" + }, + "id": "3158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562600160753, + -11.761444833014984, + -76.84662306929509, + -11.751057788291249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.85194897626933, + -11.751057788291249 + ] + ] + ], + "type": "Polygon" + }, + "id": "3159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16387390040656, + -11.823081718680065, + -77.15422721571187, + -11.81268796655077 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15955378409872, + -11.81268796655077 + ] + ] + ], + "type": "Polygon" + }, + "id": "3160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80902431754012, + -12.149925544318332, + -76.79937705524948, + -12.139545371134092 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.80470938824386, + -12.139545371134092 + ] + ] + ], + "type": "Polygon" + }, + "id": "3161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17683517830443, + -11.832214789323551, + -77.16718790056424, + -11.821820851440226 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.17251459755022, + -11.821820851440226 + ] + ] + ], + "type": "Polygon" + }, + "id": "3162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77630441233045, + -12.060200582600379, + -76.76666070855794, + -12.049819837731519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.77199157671312, + -12.049819837731519 + ] + ] + ], + "type": "Polygon" + }, + "id": "3163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757697234007, + -12.20390114578493, + -76.86792627140933, + -12.193520115567695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.8732594524485, + -12.193520115567695 + ] + ] + ], + "type": "Polygon" + }, + "id": "3164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71079524614366, + -12.163721197631244, + -76.70115023762217, + -12.153343737191705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.70648283245654, + -12.153343737191705 + ] + ] + ], + "type": "Polygon" + }, + "id": "3165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93692375380549, + -11.78511874204506, + -76.92728397750814, + -11.774730009617235 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.93261021115929, + -11.774730009617235 + ] + ] + ], + "type": "Polygon" + }, + "id": "3166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08080971005232, + -11.775626415242685, + -77.071166518705, + -11.76523402602246 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.07649243214549, + -11.76523402602246 + ] + ] + ], + "type": "Polygon" + }, + "id": "3167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08147259691889, + -11.626183400622859, + -77.07183383488484, + -11.615789056306612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.07715729183873, + -11.615789056306612 + ] + ] + ], + "type": "Polygon" + }, + "id": "3168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8623397414183, + -12.170943572873238, + -76.85269042824976, + -12.160562393901216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.85802307629753, + -12.160562393901216 + ] + ] + ], + "type": "Polygon" + }, + "id": "3169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96739043356149, + -11.85104320911116, + -76.95774790155676, + -11.840654629756262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.96307519047902, + -11.840654629756262 + ] + ] + ], + "type": "Polygon" + }, + "id": "3170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11887991640518, + -11.76360900350923, + -77.10923612434371, + -11.753215530510031 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.1145617856145, + -11.753215530510031 + ] + ] + ], + "type": "Polygon" + }, + "id": "3171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95369848265493, + -11.896890236257457, + -76.9440549407277, + -11.886502641157495 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.94938299766359, + -11.886502641157495 + ] + ] + ], + "type": "Polygon" + }, + "id": "3172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16076907819475, + -11.759825885809729, + -77.15112435380192, + -11.74943135241352 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.15644988739145, + -11.74943135241352 + ] + ] + ], + "type": "Polygon" + }, + "id": "3173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11046032870381, + -11.707704382539358, + -77.10081841155252, + -11.6973103758873 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.10614316653567, + -11.6973103758873 + ] + ] + ], + "type": "Polygon" + }, + "id": "3174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76414517113147, + -11.99609963785553, + -76.7545037077983, + -11.985718232670358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.75983352401036, + -11.985718232670358 + ] + ] + ], + "type": "Polygon" + }, + "id": "3175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01394300089707, + -12.083716563868022, + -77.00429233217586, + -12.073330253491129 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00962340183804, + -12.073330253491129 + ] + ] + ], + "type": "Polygon" + }, + "id": "3176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90953708905846, + -11.876809143218821, + -76.8998952998702, + -11.86642235805805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90522306579099, + -11.86642235805805 + ], + [ + -76.90953708905846, + -11.86946924697822 + ], + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.8998952998702, + -11.873762167834311 + ], + [ + -76.90040225755801, + -11.868568828844387 + ], + [ + -76.90522306579099, + -11.86642235805805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74584545379412, + -12.088614846309119, + -76.73620172879208, + -12.078235311452776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.74153307609073, + -12.078235311452776 + ] + ] + ], + "type": "Polygon" + }, + "id": "3178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94456131284515, + -11.895990511007543, + -76.93491803568638, + -11.885603129109533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.9402460865078, + -11.885603129109533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06343195976642, + -12.002068049486386, + -77.05378246265839, + -11.991679290897595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.05911212550886, + -11.991679290897595 + ] + ] + ], + "type": "Polygon" + }, + "id": "3180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96971178161826, + -11.969253695238269, + -76.96006566742359, + -11.95886675140152 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.96539489982587, + -11.95886675140152 + ] + ] + ], + "type": "Polygon" + }, + "id": "3181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82500825984658, + -12.222260744412734, + -76.81535840967001, + -12.211881332386293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.82069192766265, + -12.211881332386293 + ] + ] + ], + "type": "Polygon" + }, + "id": "3182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65231799516768, + -11.96138787789045, + -76.64268063359582, + -11.951008811316285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64800989737155, + -11.951008811316285 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.64698868113959, + -11.96138787789045 + ], + [ + -76.64268063359582, + -11.958338174046881 + ], + [ + -76.64319130430508, + -11.953148696014809 + ], + [ + -76.64800989737155, + -11.951008811316285 + ] + ] + ], + "type": "Polygon" + }, + "id": "3183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15418446242556, + -12.066032727632422, + -77.14453077714165, + -12.055642731597036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1498613598166, + -12.055642731597036 + ], + [ + -77.15418446242556, + -12.058688324371253 + ], + [ + -77.1536807644716, + -12.063883374147709 + ], + [ + -77.14885383662018, + -12.066032727632422 + ], + [ + -77.14453077714165, + -12.062987050596886 + ], + [ + -77.14503460237478, + -12.057792104347916 + ], + [ + -77.1498613598166, + -12.055642731597036 + ] + ] + ], + "type": "Polygon" + }, + "id": "3184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03663425870202, + -11.755567899612688, + -77.0269927869488, + -11.745176318162383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.03231842811606, + -11.745176318162383 + ] + ] + ], + "type": "Polygon" + }, + "id": "3185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005495381914, + -12.147132249977055, + -76.85040641202453, + -12.136750749351423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.85573866884583, + -12.136750749351423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99187683440017, + -12.168042073771995, + -76.98222421714043, + -12.157657628395317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.98755670201037, + -12.157657628395317 + ] + ] + ], + "type": "Polygon" + }, + "id": "3187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02143688520344, + -11.817017911499425, + -77.01179397296787, + -11.806627532940936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.01712064292612, + -11.806627532940936 + ] + ] + ], + "type": "Polygon" + }, + "id": "3188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91261704164354, + -12.128754703164278, + -76.90296766017113, + -12.118371599614237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.90829957412102, + -12.118371599614237 + ] + ] + ], + "type": "Polygon" + }, + "id": "3189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09317068464331, + -12.028585388291237, + -77.08351964430383, + -12.018196302254049 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.0888497030215, + -12.018196302254049 + ] + ] + ], + "type": "Polygon" + }, + "id": "3190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76483371590233, + -12.224128096741978, + -76.75518543082354, + -12.213750236649414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.76051900757152, + -12.213750236649414 + ] + ] + ], + "type": "Polygon" + }, + "id": "3191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7016604157274, + -12.162809281736067, + -76.69201568511609, + -12.152432040132673 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.69734826650064, + -12.152432040132673 + ] + ] + ], + "type": "Polygon" + }, + "id": "3192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80133466078651, + -12.510666662213167, + -76.7916768244446, + -12.500292817693234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79701512025787, + -12.500292817693234 + ], + [ + -76.80133466078651, + -12.50334374500997 + ], + [ + -76.80082532211141, + -12.508530721021144 + ], + [ + -76.79599631667442, + -12.510666662213167 + ], + [ + -76.7916768244446, + -12.507615652442935 + ], + [ + -76.79218628934343, + -12.50242878394401 + ], + [ + -76.79701512025787, + -12.500292817693234 + ] + ] + ], + "type": "Polygon" + }, + "id": "3193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82887292301973, + -11.758743283425808, + -76.81923678657466, + -11.748356888364588 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82456266559863, + -11.748356888364588 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.819744684087, + -11.750503100782211 + ], + [ + -76.82456266559863, + -11.748356888364588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9042305768774, + -12.0728853210682, + -76.89458308269019, + -12.06250155835343 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89991408250005, + -12.06250155835343 + ] + ] + ], + "type": "Polygon" + }, + "id": "3195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7807831238392, + -12.390752585439577, + -76.77112942852094, + -12.38037713116117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.7807831238392, + -12.383427727161648 + ], + [ + -76.78027368769038, + -12.388615508299184 + ], + [ + -76.77544675272475, + -12.390752585439577 + ], + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.77646575107936, + -12.38037713116117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74879776978267, + -12.340408519661754, + -76.73914644653972, + -12.330033010300284 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.74448194907694, + -12.330033010300284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70620422324902, + -12.210417381983438, + -76.69655794676795, + -12.200040791570208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.7018913131221, + -12.200040791570208 + ] + ] + ], + "type": "Polygon" + }, + "id": "3198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91186270389457, + -12.183715871187538, + -76.90221170176629, + -12.173333659520065 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.90754452282498, + -12.173333659520065 + ] + ] + ], + "type": "Polygon" + }, + "id": "3199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10224903585646, + -11.935077174692672, + -77.09260055453214, + -11.924686489165747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.09792906063004, + -11.924686489165747 + ] + ] + ], + "type": "Polygon" + }, + "id": "3200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71320296912188, + -11.904557581264637, + -76.70356562191074, + -11.894176132069385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70889394394516, + -11.894176132069385 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.70407535771871, + -11.896318052477712 + ], + [ + -76.70889394394516, + -11.894176132069385 + ] + ] + ], + "type": "Polygon" + }, + "id": "3201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0694304008887, + -11.845323140272829, + -77.05978542245751, + -11.834931980501382 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.0651124974803, + -11.834931980501382 + ] + ] + ], + "type": "Polygon" + }, + "id": "3202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08626300020408, + -11.957110967452786, + -77.07661426519057, + -11.946720990197033 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.08194315672488, + -11.946720990197033 + ] + ] + ], + "type": "Polygon" + }, + "id": "3203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02382377909746, + -12.029636300649699, + -77.0141744700574, + -12.019248923749213 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.01950463695877, + -12.019248923749213 + ] + ] + ], + "type": "Polygon" + }, + "id": "3204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88214640509887, + -12.157184993100822, + -76.87249697791411, + -12.146803099024329 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.87782938489771, + -12.146803099024329 + ] + ] + ], + "type": "Polygon" + }, + "id": "3205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01780092274811, + -12.18632756745599, + -77.00814709258785, + -12.175942776506181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.01347984941584, + -12.175942776506181 + ] + ] + ], + "type": "Polygon" + }, + "id": "3206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13644492212396, + -11.820404689261627, + -77.12679899976992, + -11.810011561113008 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.13212556800518, + -11.810011561113008 + ] + ] + ], + "type": "Polygon" + }, + "id": "3207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81360159704596, + -12.103213273171525, + -76.80395560574883, + -12.092832250350368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80928716596802, + -12.092832250350368 + ] + ] + ], + "type": "Polygon" + }, + "id": "3208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13875030343071, + -11.84423518421192, + -77.12910361385393, + -11.833842329163398 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.13443057039045, + -11.833842329163398 + ] + ] + ], + "type": "Polygon" + }, + "id": "3209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94689753126737, + -12.108556365302261, + -76.93724785575174, + -12.098172094217572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.94257940592875, + -12.098172094217572 + ] + ] + ], + "type": "Polygon" + }, + "id": "3210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99258133365137, + -12.018695530417219, + -76.98293315400711, + -12.008308756833316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.98826317652791, + -12.008308756833316 + ] + ] + ], + "type": "Polygon" + }, + "id": "3211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91713773707431, + -11.798904104351218, + -76.90749806818866, + -11.788516049532232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.91181121290352, + -11.798904104351218 + ], + [ + -76.90749806818866, + -11.795857615190872 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.91282454592017, + -11.788516049532232 + ] + ] + ], + "type": "Polygon" + }, + "id": "3212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84024976959749, + -12.160889225776812, + -76.8306013443738, + -12.15050844071393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.835933840802, + -12.15050844071393 + ] + ] + ], + "type": "Polygon" + }, + "id": "3213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07239765552977, + -11.719725452589318, + -77.06275634074274, + -11.709332525930588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.06808134675323, + -11.709332525930588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02979367606666, + -11.778500778377737, + -77.0201516965644, + -11.768109671509684 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.02547772311316, + -11.768109671509684 + ] + ] + ], + "type": "Polygon" + }, + "id": "3215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08383505028993, + -11.74444875654198, + -77.07419271043769, + -11.734055877661056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.07951810719602, + -11.734055877661056 + ] + ] + ], + "type": "Polygon" + }, + "id": "3216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9362142201482, + -12.028865459625527, + -76.9265672004455, + -12.018480231969423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.93189744719885, + -12.018480231969423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76788976898804, + -12.192993931807365, + -76.75824233064685, + -12.182615488428635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.76357539239913, + -12.182615488428635 + ] + ] + ], + "type": "Polygon" + }, + "id": "3218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88443798189977, + -12.275330847511649, + -76.87478496624126, + -12.264950818396787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.88011932109069, + -12.264950818396787 + ] + ] + ], + "type": "Polygon" + }, + "id": "3219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04289572163927, + -12.070837901347968, + -77.03324469617421, + -12.060450683118527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.0385755184363, + -12.060450683118527 + ] + ] + ], + "type": "Polygon" + }, + "id": "3220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78611937151042, + -12.383427727161648, + -76.77646575107936, + -12.373052010390161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.78611937151042, + -12.376102523000396 + ], + [ + -76.78561002132994, + -12.381290435355155 + ], + [ + -76.7807831238392, + -12.383427727161648 + ], + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.78180195027288, + -12.373052010390161 + ] + ] + ], + "type": "Polygon" + }, + "id": "3221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78846909271726, + -12.12429902700486, + -76.77882314833462, + -12.113918968376353 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.78415506836049, + -12.113918968376353 + ] + ] + ], + "type": "Polygon" + }, + "id": "3222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92169648404185, + -11.752156552089398, + -76.91205808705324, + -11.741767754068185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91738379207874, + -11.741767754068185 + ], + [ + -76.92169648404185, + -11.744813859455196 + ], + [ + -76.92119001739142, + -11.75000831206995 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.91738379207874, + -11.741767754068185 + ] + ] + ], + "type": "Polygon" + }, + "id": "3223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83947503942774, + -12.310160188122044, + -76.8298221770285, + -12.299781870619922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.83515713771874, + -12.299781870619922 + ] + ] + ], + "type": "Polygon" + }, + "id": "3224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95982596710479, + -12.023331437077122, + -76.95017849727692, + -12.012945541360805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.95550863035828, + -12.012945541360805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93625421682233, + -12.217579776898969, + -76.9266015646833, + -12.207197505887216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.93193492292998, + -12.207197505887216 + ] + ] + ], + "type": "Polygon" + }, + "id": "3226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15154483552048, + -11.664490593750198, + -77.14190317703064, + -11.654095039877438 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14722715914847, + -11.654095039877438 + ], + [ + -77.15154483552048, + -11.657138636944554 + ], + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.14190317703064, + -11.661446909633899 + ], + [ + -77.1424064149063, + -11.656249184822407 + ], + [ + -77.14722715914847, + -11.654095039877438 + ] + ] + ], + "type": "Polygon" + }, + "id": "3227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97736594443205, + -12.08011040649522, + -76.96771632624672, + -12.069724941327003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.9730473770388, + -12.069724941327003 + ] + ] + ], + "type": "Polygon" + }, + "id": "3228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0016066778083, + -11.736401185969948, + -76.99196667450548, + -11.726010207790551 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.99729204165953, + -11.726010207790551 + ] + ] + ], + "type": "Polygon" + }, + "id": "3229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96289156289136, + -12.086545738009757, + -76.95324212799595, + -12.07616072964547 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.95857329971044, + -12.07616072964547 + ] + ] + ], + "type": "Polygon" + }, + "id": "3230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12809617456266, + -11.858930633944297, + -77.11844931346826, + -11.848538240680726 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.12377652818405, + -11.848538240680726 + ] + ] + ], + "type": "Polygon" + }, + "id": "3231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81663753277397, + -12.166404135187108, + -76.80698957438604, + -12.156024032329618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.81232217526674, + -12.156024032329618 + ] + ] + ], + "type": "Polygon" + }, + "id": "3232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02235244613676, + -12.139594506626242, + -77.01269989431522, + -12.129208860478059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.01803187509994, + -12.129208860478059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72687461354325, + -11.953087412467578, + -76.71723544642707, + -11.94270631824542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.72256456495305, + -11.94270631824542 + ] + ] + ], + "type": "Polygon" + }, + "id": "3234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93698434229107, + -12.068260024089286, + -76.92733612756409, + -12.057875376167628 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.93266702278738, + -12.057875376167628 + ] + ] + ], + "type": "Polygon" + }, + "id": "3235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8257771804085, + -12.167312557073979, + -76.81612895011119, + -12.15693223849359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.82146156097654, + -12.15693223849359 + ] + ] + ], + "type": "Polygon" + }, + "id": "3236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74666255354293, + -11.939329491641933, + -76.73702325688276, + -11.928947693780986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.742352143502, + -11.928947693780986 + ] + ] + ], + "type": "Polygon" + }, + "id": "3237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13055449843675, + -12.071582942193793, + -77.12090123681685, + -12.06119360196588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.1300504595893, + -12.069434164513389 + ], + [ + -77.12522374344452, + -12.071582942193793 + ], + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.12623194833915, + -12.06119360196588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76933147805705, + -12.460323871930406, + -76.75967601195319, + -12.449949933595354 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.76501348930854, + -12.449949933595354 + ] + ] + ], + "type": "Polygon" + }, + "id": "3239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92475159115774, + -11.815385036330593, + -76.91511123211038, + -11.804997018080531 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.92043797442834, + -11.804997018080531 + ] + ] + ], + "type": "Polygon" + }, + "id": "3240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8988904319575, + -11.985859858503634, + -76.88924567334985, + -11.975474915891684 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.89457524346224, + -11.975474915891684 + ] + ] + ], + "type": "Polygon" + }, + "id": "3241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76021723353509, + -12.36512374958008, + -76.75056486130504, + -12.35474837378262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.75590076835888, + -12.35474837378262 + ] + ] + ], + "type": "Polygon" + }, + "id": "3242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9690264652395, + -12.212960970947579, + -76.95937309797256, + -12.202577812549404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.96470634807503, + -12.202577812549404 + ] + ] + ], + "type": "Polygon" + }, + "id": "3243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06628706081865, + -11.687653769088783, + -77.0566468551055, + -11.67726057426533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.06197134225317, + -11.67726057426533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0199657218413, + -11.927004870105819, + -77.01031957114364, + -11.916616074986187 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.01564805259396, + -11.916616074986187 + ] + ] + ], + "type": "Polygon" + }, + "id": "3245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73812654396097, + -12.355057173050033, + -76.728475073527, + -12.344682186358082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.73381082132695, + -12.344682186358082 + ] + ] + ], + "type": "Polygon" + }, + "id": "3246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72993127400498, + -11.921943597823516, + -76.72029295134476, + -11.911561972997685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.72562155611779, + -11.911561972997685 + ] + ] + ], + "type": "Polygon" + }, + "id": "3247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06954813782163, + -12.034131817028623, + -77.05989752939782, + -12.02374338967136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.06522771217811, + -12.02374338967136 + ] + ] + ], + "type": "Polygon" + }, + "id": "3248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69410744757238, + -12.052018768428429, + -76.68446622972623, + -12.041639989462272 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68979698476608, + -12.041639989462272 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.68446622972623, + -12.048968947738771 + ], + [ + -76.6849764633991, + -12.043779613149617 + ], + [ + -76.68979698476608, + -12.041639989462272 + ] + ] + ], + "type": "Polygon" + }, + "id": "3249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00848862739677, + -11.807880866074834, + -76.99884631950708, + -11.797490679782522 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -77.00417285422573, + -11.797490679782522 + ] + ] + ], + "type": "Polygon" + }, + "id": "3250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04044543671651, + -11.763808835766563, + -77.0308036224007, + -11.753417271279897 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.03612939433954, + -11.753417271279897 + ] + ] + ], + "type": "Polygon" + }, + "id": "3251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74730346533845, + -12.261675012416793, + -76.73765453507109, + -12.251298215891971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.74298873764053, + -12.251298215891971 + ] + ] + ], + "type": "Polygon" + }, + "id": "3252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7389102753061, + -12.300129581741631, + -76.7292604248978, + -12.289753641277173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.73459526503483, + -12.289753641277173 + ] + ] + ], + "type": "Polygon" + }, + "id": "3253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01312079562724, + -11.949929694990004, + -77.00347413735922, + -11.939541399962481 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -77.00880300422558, + -11.939541399962481 + ] + ] + ], + "type": "Polygon" + }, + "id": "3254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0466064431344, + -11.890288459820171, + -77.03696070546192, + -11.87989848774595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.04228855000765, + -11.87989848774595 + ] + ] + ], + "type": "Polygon" + }, + "id": "3255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82808238898315, + -12.002443078955475, + -76.81843901508321, + -11.992060154852396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.82376890640543, + -11.992060154852396 + ] + ] + ], + "type": "Polygon" + }, + "id": "3256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7748045322657, + -11.981434129382302, + -76.76516321745036, + -11.971052236449552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.77049278803034, + -11.971052236449552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05883177859637, + -11.954419967782082, + -77.04918381877731, + -11.944030619477163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.0545127031302, + -11.944030619477163 + ] + ] + ], + "type": "Polygon" + }, + "id": "3258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93392430465134, + -12.005047427749684, + -76.92427805496173, + -11.994661899581027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.929607911398, + -11.994661899581027 + ] + ] + ], + "type": "Polygon" + }, + "id": "3259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02001014903378, + -12.021395947348735, + -77.01036118346232, + -12.011008540081836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.01569121916685, + -12.011008540081836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69943813063664, + -12.044689724132752, + -76.68979698476608, + -12.034310697182269 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69512761822153, + -12.034310697182269 + ], + [ + -76.69943813063664, + -12.03736034580151 + ], + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.68979698476608, + -12.041639989462272 + ], + [ + -76.69030713281123, + -12.036450530851486 + ], + [ + -76.69512761822153, + -12.034310697182269 + ] + ] + ], + "type": "Polygon" + }, + "id": "3261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79612177751856, + -11.952099157217475, + -76.7864807617304, + -11.941716294098415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.79180983999065, + -11.941716294098415 + ] + ] + ], + "type": "Polygon" + }, + "id": "3262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87833087833924, + -11.96023679868628, + -76.86868742608735, + -11.949851991327895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87401658974882, + -11.949851991327895 + ], + [ + -76.87833087833924, + -11.952899598002343 + ], + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.86919495018859, + -11.95199675606455 + ], + [ + -76.87401658974882, + -11.949851991327895 + ] + ] + ], + "type": "Polygon" + }, + "id": "3263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83033079347186, + -12.309249666539573, + -76.82067820250562, + -12.298871563883221 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.82601315361569, + -12.298871563883221 + ] + ] + ], + "type": "Polygon" + }, + "id": "3264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99628126543557, + -11.74374653317694, + -76.98664118070417, + -11.733355782969499 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.99196667450548, + -11.733355782969499 + ] + ] + ], + "type": "Polygon" + }, + "id": "3265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12666044293381, + -11.968936082142928, + -77.11701033980994, + -11.958545298045717 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.12233936690113, + -11.958545298045717 + ] + ] + ], + "type": "Polygon" + }, + "id": "3266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95598927278314, + -11.920711694833944, + -76.9463449615415, + -11.910324384097109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.95167340838161, + -11.910324384097109 + ] + ] + ], + "type": "Polygon" + }, + "id": "3267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92632233352586, + -12.0829330881036, + -76.91667395988593, + -12.072548930439059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.92200510656765, + -12.072548930439059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73585078642742, + -12.331256194896504, + -76.72620008938016, + -12.320880859235787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.73153544456383, + -12.320880859235787 + ] + ] + ], + "type": "Polygon" + }, + "id": "3269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04059666362976, + -12.047016659834572, + -77.03094640737633, + -12.036629134704702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.03627684004469, + -12.036629134704702 + ] + ] + ], + "type": "Polygon" + }, + "id": "3270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05647715832056, + -11.836186944252145, + -77.04683278083745, + -11.825795973453152 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.0521597226504, + -11.825795973453152 + ] + ] + ], + "type": "Polygon" + }, + "id": "3271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77775254460988, + -12.327584289099757, + -76.76810081936269, + -12.317207825684822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.77343609944778, + -12.317207825684822 + ] + ] + ], + "type": "Polygon" + }, + "id": "3272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77094527226602, + -12.16185802318324, + -76.7612986805688, + -12.151479002687784 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.76663122739403, + -12.151479002687784 + ] + ] + ], + "type": "Polygon" + }, + "id": "3273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77472318893042, + -12.264411027872413, + -76.76507343300442, + -12.254033580334227 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.77040767099314, + -12.254033580334227 + ] + ] + ], + "type": "Polygon" + }, + "id": "3274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07251707867832, + -11.90856283970218, + -77.06287013817823, + -11.898172495818773 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.06819824953077, + -11.898172495818773 + ] + ] + ], + "type": "Polygon" + }, + "id": "3275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09211921446966, + -11.611482414713656, + -77.08248062074712, + -11.60108762915725 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08780382152271, + -11.60108762915725 + ], + [ + -77.09211921446966, + -11.604131459502215 + ], + [ + -77.0916153519519, + -11.609328904843927 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.08780382152271, + -11.60108762915725 + ] + ] + ], + "type": "Polygon" + }, + "id": "3276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09777760871225, + -12.076232447475839, + -77.08812503103283, + -12.065843973410024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.09345586806927, + -12.065843973410024 + ] + ] + ], + "type": "Polygon" + }, + "id": "3277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08685984487867, + -11.713269635066679, + -77.07721835642496, + -11.702876272732938 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.08254323657121, + -11.702876272732938 + ] + ] + ], + "type": "Polygon" + }, + "id": "3278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06488895368639, + -11.892081254846136, + -77.05524269766222, + -11.881690862118935 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.06057054800715, + -11.881690862118935 + ] + ] + ], + "type": "Polygon" + }, + "id": "3279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72233098278755, + -11.905464467832514, + -76.71269335871132, + -11.89508279920563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.71802169382686, + -11.89508279920563 + ] + ] + ], + "type": "Polygon" + }, + "id": "3280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92246413586317, + -11.791562451715238, + -76.91282454592017, + -11.781174164888233 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.91815089834766, + -11.781174164888233 + ] + ] + ], + "type": "Polygon" + }, + "id": "3281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.190505009407, + -11.786331409264742, + -77.18085876033736, + -11.775936517746173 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18618467963327, + -11.775936517746173 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.19000225698309, + -11.784177904085537 + ], + [ + -77.18517904757397, + -11.786331409264742 + ], + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.18136163996346, + -11.7780900403701 + ], + [ + -77.18618467963327, + -11.775936517746173 + ] + ] + ], + "type": "Polygon" + }, + "id": "3282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89658707104086, + -11.773283719046821, + -76.8869487049268, + -11.76289582771396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.8922747779154, + -11.76289582771396 + ] + ] + ], + "type": "Polygon" + }, + "id": "3283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66200081390285, + -12.284575762415606, + -76.65235354160022, + -12.274201529247964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.65768813719244, + -12.274201529247964 + ] + ] + ], + "type": "Polygon" + }, + "id": "3284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79070283532462, + -12.336735388459058, + -76.78105048694462, + -12.326358752664575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.7863859125885, + -12.326358752664575 + ] + ] + ], + "type": "Polygon" + }, + "id": "3285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77466888085789, + -12.453000948205727, + -76.76501348930854, + -12.442626743890996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.77035084344742, + -12.442626743890996 + ] + ] + ], + "type": "Polygon" + }, + "id": "3286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91110811194396, + -12.238672790034983, + -76.90145548861868, + -12.228291489274921 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.906789217093, + -12.228291489274921 + ] + ] + ], + "type": "Polygon" + }, + "id": "3287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9415228520625, + -11.927151614282343, + -76.93187872572823, + -11.916764754282086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.93720729235284, + -11.916764754282086 + ] + ] + ], + "type": "Polygon" + }, + "id": "3288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8768166096045, + -12.258852549356412, + -76.8671642877311, + -12.248472437551118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.87249837622252, + -12.248472437551118 + ] + ] + ], + "type": "Polygon" + }, + "id": "3289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1427271275872, + -12.041310815663822, + -77.13307446503907, + -12.03092072064727 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13840465886439, + -12.03092072064727 + ], + [ + -77.1427271275872, + -12.033966305029514 + ], + [ + -77.14222330700403, + -12.039161404395585 + ], + [ + -77.13739689047415, + -12.041310815663822 + ], + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.13357841283683, + -12.033070151166669 + ], + [ + -77.13840465886439, + -12.03092072064727 + ] + ] + ], + "type": "Polygon" + }, + "id": "3290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69874699954018, + -11.910982489553522, + -76.68910985760803, + -11.90060150124957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69443828784674, + -11.90060150124957 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.68910985760803, + -11.907933468690867 + ], + [ + -76.68961980433684, + -11.902743029524814 + ], + [ + -76.69443828784674, + -11.90060150124957 + ] + ] + ], + "type": "Polygon" + }, + "id": "3291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02690273763832, + -12.09285762174882, + -77.01725146393899, + -12.082471134315066 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.02258266883783, + -12.082471134315066 + ] + ] + ], + "type": "Polygon" + }, + "id": "3292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0018021349256, + -12.208337644615073, + -76.99214805875167, + -12.197953602239455 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.9974811971679, + -12.197953602239455 + ] + ] + ], + "type": "Polygon" + }, + "id": "3293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67647198349397, + -12.278167779992426, + -76.66682450234961, + -12.267793067914921 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.67215899124109, + -12.267793067914921 + ] + ] + ], + "type": "Polygon" + }, + "id": "3294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67113744459506, + -12.285491109940839, + -76.66148989210201, + -12.275116657305423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.66682450234961, + -12.275116657305423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87605355363958, + -12.219472327417744, + -76.86640242807945, + -12.209091588240671 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.87173586717176, + -12.209091588240671 + ] + ] + ], + "type": "Polygon" + }, + "id": "3296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70012983555547, + -12.178374783682274, + -76.69048468242087, + -12.167997830531654 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.6958175209142, + -12.167997830531654 + ] + ] + ], + "type": "Polygon" + }, + "id": "3297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04137987065168, + -12.08641838307278, + -77.03172841904906, + -12.07603144142476 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.03705949996525, + -12.07603144142476 + ] + ] + ], + "type": "Polygon" + }, + "id": "3298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0253401024152, + -12.01405516740793, + -77.01569121916685, + -12.003667519373186 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.02102112759067, + -12.003667519373186 + ] + ] + ], + "type": "Polygon" + }, + "id": "3299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66432944423013, + -12.214088802342683, + -76.65468421242055, + -12.20371334478313 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.6600176439382, + -12.20371334478313 + ] + ] + ], + "type": "Polygon" + }, + "id": "3300", + "properties": {}, + "type": "Feature" + } + ], + "type": "FeatureCollection" + }, + "hovertemplate": "duration_to_food_facility_bins=De 15 a 30
index=%{location}", + "locations": [ + 32, + 50, + 70, + 72, + 83, + 102, + 108, + 113, + 119, + 120, + 122, + 125, + 128, + 133, + 143, + 146, + 155, + 165, + 175, + 192, + 199, + 222, + 230, + 231, + 243, + 275, + 278, + 285, + 288, + 292, + 296, + 297, + 306, + 308, + 321, + 324, + 335, + 343, + 355, + 356, + 358, + 368, + 373, + 379, + 381, + 390, + 394, + 396, + 400, + 402, + 404, + 405, + 407, + 409, + 411, + 424, + 452, + 460, + 471, + 472, + 488, + 498, + 507, + 515, + 518, + 527, + 532, + 537, + 548, + 567, + 569, + 585, + 590, + 600, + 607, + 614, + 616, + 625, + 629, + 645, + 655, + 659, + 669, + 683, + 709, + 724, + 725, + 734, + 742, + 757, + 759, + 765, + 772, + 777, + 786, + 788, + 791, + 792, + 808, + 817, + 824, + 826, + 832, + 842, + 843, + 844, + 850, + 852, + 862, + 866, + 889, + 890, + 894, + 895, + 902, + 911, + 924, + 939, + 946, + 952, + 954, + 965, + 966, + 969, + 970, + 977, + 980, + 985, + 1015, + 1025, + 1030, + 1043, + 1048, + 1062, + 1080, + 1081, + 1082, + 1096, + 1098, + 1100, + 1108, + 1111, + 1114, + 1137, + 1144, + 1154, + 1155, + 1158, + 1177, + 1185, + 1187, + 1194, + 1196, + 1204, + 1206, + 1219, + 1225, + 1229, + 1231, + 1232, + 1248, + 1278, + 1280, + 1283, + 1311, + 1313, + 1317, + 1331, + 1334, + 1337, + 1373, + 1402, + 1414, + 1419, + 1434, + 1468, + 1469, + 1488, + 1498, + 1501, + 1507, + 1518, + 1519, + 1526, + 1531, + 1535, + 1550, + 1553, + 1556, + 1589, + 1601, + 1609, + 1614, + 1650, + 1653, + 1661, + 1665, + 1670, + 1675, + 1677, + 1681, + 1698, + 1700, + 1714, + 1742, + 1749, + 1752, + 1768, + 1792, + 1797, + 1803, + 1806, + 1813, + 1814, + 1820, + 1824, + 1836, + 1837, + 1897, + 1908, + 1911, + 1922, + 1932, + 1934, + 1939, + 1942, + 1946, + 1953, + 1961, + 1965, + 1967, + 1973, + 1975, + 1977, + 1988, + 1993, + 1995, + 1996, + 2006, + 2010, + 2012, + 2025, + 2032, + 2056, + 2063, + 2086, + 2089, + 2093, + 2099, + 2112, + 2151, + 2154, + 2155, + 2159, + 2164, + 2186, + 2189, + 2212, + 2239, + 2240, + 2267, + 2286, + 2301, + 2304, + 2315, + 2324, + 2329, + 2330, + 2333, + 2338, + 2341, + 2342, + 2372, + 2373, + 2376, + 2377, + 2387, + 2395, + 2406, + 2411, + 2413, + 2420, + 2450, + 2467, + 2470, + 2471, + 2472, + 2475, + 2479, + 2482, + 2486, + 2490, + 2491, + 2492, + 2495, + 2498, + 2499, + 2500, + 2513, + 2537, + 2541, + 2553, + 2557, + 2565, + 2583, + 2589, + 2613, + 2622, + 2643, + 2669, + 2672, + 2679, + 2707, + 2708, + 2714, + 2727, + 2733, + 2735, + 2740, + 2743, + 2745, + 2749, + 2753, + 2762, + 2767, + 2768, + 2784, + 2792, + 2798, + 2816, + 2822, + 2832, + 2833, + 2843, + 2845, + 2853, + 2854, + 2866, + 2870, + 2874, + 2886, + 2888, + 2892, + 2895, + 2898, + 2899, + 2900, + 2912, + 2925, + 2928, + 2935, + 2950, + 2951, + 2957, + 2961, + 2963, + 2984, + 2995, + 3011, + 3014, + 3025, + 3036, + 3047, + 3060, + 3068, + 3070, + 3076, + 3077, + 3088, + 3113, + 3141, + 3151, + 3155, + 3178, + 3202, + 3206, + 3217, + 3219, + 3235, + 3237, + 3243, + 3256, + 3264, + 3266, + 3277, + 3290, + 3296, + 3299 + ], + "name": "De 15 a 30", + "showlegend": true, + "showscale": false, + "subplot": "mapbox", + "type": "choroplethmapbox", + "z": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ] + }, + { + "colorscale": [ + [ + 0, + "#fb9f3a" + ], + [ + 1, + "#fb9f3a" + ] + ], + "geojson": { + "bbox": [ + -77.25103444130222, + -12.517989228728535, + -76.62041559387855, + -11.573692228960413 + ], + "features": [ + { + "bbox": [ + -76.80439037166623, + -12.479544488351467, + -76.79473338439676, + -12.469170004896617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80007116393422, + -12.469170004896617 + ], + [ + -76.80439037166623, + -12.472220769284453 + ], + [ + -76.80388112475119, + -12.477408064770854 + ], + [ + -76.79905254388291, + -12.479544488351467 + ], + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.79524275752351, + -12.47130645334645 + ], + [ + -76.80007116393422, + -12.469170004896617 + ] + ] + ], + "type": "Polygon" + }, + "id": "0", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.21673567169266, + -12.087887614728018, + -77.20707979007148, + -12.077496450750104 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21241062497951, + -12.077496450750104 + ], + [ + -77.21673567169266, + -12.080541553271305 + ], + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.20707979007148, + -12.08484242832682 + ], + [ + -77.20758276905593, + -12.07964689766269 + ], + [ + -77.21241062497951, + -12.077496450750104 + ] + ] + ], + "type": "Polygon" + }, + "id": "1", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23121969655782, + -12.081435940629902, + -77.22156365305825, + -12.071044331177799 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22689435492259, + -12.071044331177799 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.22156365305825, + -12.078390920956918 + ], + [ + -77.22206641798117, + -12.073195167462707 + ], + [ + -77.22689435492259, + -12.071044331177799 + ] + ] + ], + "type": "Polygon" + }, + "id": "2", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.25103444130222, + -12.067635813317104, + -77.24137832668924, + -12.057243520014259 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24670876354409, + -12.057243520014259 + ], + [ + -77.25103444130222, + -12.060288205140235 + ], + [ + -77.25053210471678, + -12.065484402890457 + ], + [ + -77.2457039627029, + -12.067635813317104 + ], + [ + -77.24137832668924, + -12.06459104429789 + ], + [ + -77.24188079093568, + -12.059394948755278 + ], + [ + -77.24670876354409, + -12.057243520014259 + ] + ] + ], + "type": "Polygon" + }, + "id": "3", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24952738610197, + -12.083223910203523, + -77.23987084304808, + -12.072831891441023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24520153955892, + -12.072831891441023 + ], + [ + -77.24952738610197, + -12.075876661289815 + ], + [ + -77.24902500407138, + -12.08107272176681 + ], + [ + -77.24419664782108, + -12.083223910203523 + ], + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.24520153955892, + -12.072831891441023 + ] + ] + ], + "type": "Polygon" + }, + "id": "4", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.21522707189207, + -12.103474014776776, + -77.2055707621553, + -12.093083127619384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.21472417497435, + -12.1013238098318 + ], + [ + -77.20989593519363, + -12.103474014776776 + ], + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.21090185658713, + -12.093083127619384 + ] + ] + ], + "type": "Polygon" + }, + "id": "5", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24037335274606, + -12.082330059640089, + -77.23071705922906, + -12.071938245406702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.23604775855509, + -12.071938245406702 + ] + ] + ], + "type": "Polygon" + }, + "id": "6", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2457039627029, + -12.074983098288111, + -77.23604775855509, + -12.06459104429789 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24137832668924, + -12.06459104429789 + ], + [ + -77.2457039627029, + -12.067635813317104 + ], + [ + -77.24520153955892, + -12.072831891441023 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.23655030934498, + -12.066742269550407 + ], + [ + -77.24137832668924, + -12.06459104429789 + ] + ] + ], + "type": "Polygon" + }, + "id": "7", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2007426480144, + -12.109923848858411, + -77.19108650152918, + -12.099533408866476 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.19641772825882, + -12.099533408866476 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.20023953704263, + -12.107774034334977 + ], + [ + -77.19541137880904, + -12.109923848858411 + ], + [ + -77.19108650152918, + -12.106878411003903 + ], + [ + -77.19158973999788, + -12.101683242422597 + ], + [ + -77.19641772825882, + -12.099533408866476 + ] + ] + ], + "type": "Polygon" + }, + "id": "8", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2114047945437, + -12.095233351419967, + -77.20174882446877, + -12.08484242832682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.20707979007148, + -12.08484242832682 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.20174882446877, + -12.092188081169875 + ], + [ + -77.20225188995258, + -12.086992670978084 + ], + [ + -77.20707979007148, + -12.08484242832682 + ] + ] + ], + "type": "Polygon" + }, + "id": "9", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22438073560453, + -12.104368997851333, + -77.21472417497435, + -12.093977905553041 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.22438073560453, + -12.097023009834665 + ], + [ + -77.22387796627224, + -12.10221860723253 + ], + [ + -77.21904960109191, + -12.104368997851333 + ], + [ + -77.21472417497435, + -12.1013238098318 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.22005526735124, + -12.093977905553041 + ] + ] + ], + "type": "Polygon" + }, + "id": "10", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24419664782108, + -12.090570835245073, + -77.23454001527175, + -12.080179056563606 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.24419664782108, + -12.083223910203523 + ], + [ + -77.24369417922603, + -12.088419850669997 + ], + [ + -77.2388657781964, + -12.090570835245073 + ], + [ + -77.23454001527175, + -12.087525897845072 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23987084304808, + -12.080179056563606 + ] + ] + ], + "type": "Polygon" + }, + "id": "11", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.20989593519363, + -12.110819389181554, + -77.20023953704263, + -12.100428743676936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.20989593519363, + -12.103474014776776 + ], + [ + -77.20939295175548, + -12.108669388870759 + ], + [ + -77.20456466773608, + -12.110819389181554 + ], + [ + -77.20023953704263, + -12.107774034334977 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.2055707621553, + -12.100428743676936 + ] + ] + ], + "type": "Polygon" + }, + "id": "12", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22971173910942, + -12.097023009834665, + -77.22005526735124, + -12.086631676447317 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.22971173910942, + -12.089676696959943 + ], + [ + -77.2292090563173, + -12.094872414872372 + ], + [ + -77.22438073560453, + -12.097023009834665 + ], + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.22538622879863, + -12.086631676447317 + ] + ] + ], + "type": "Polygon" + }, + "id": "13", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.20607378662177, + -12.102578762934337, + -77.19641772825882, + -12.092188081169875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.20174882446877, + -12.092188081169875 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.19641772825882, + -12.099533408866476 + ], + [ + -77.19692088023739, + -12.09433811936897 + ], + [ + -77.20174882446877, + -12.092188081169875 + ] + ] + ], + "type": "Polygon" + }, + "id": "14", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22588895266163, + -12.088782290088124, + -77.21623282025061, + -12.078390920956918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22156365305825, + -12.078390920956918 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.21673567169266, + -12.080541553271305 + ], + [ + -77.22156365305825, + -12.078390920956918 + ] + ] + ], + "type": "Polygon" + }, + "id": "15", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2205580777439, + -12.09612831494137, + -77.21090185658713, + -12.085737186575091 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.21623282025061, + -12.085737186575091 + ] + ] + ], + "type": "Polygon" + }, + "id": "16", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23655030934498, + -12.074089266979648, + -77.22689435492259, + -12.063697417650754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23222492575619, + -12.063697417650754 + ], + [ + -77.23655030934498, + -12.066742269550407 + ], + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.22689435492259, + -12.071044331177799 + ], + [ + -77.22739703332178, + -12.065848457715207 + ], + [ + -77.23222492575619, + -12.063697417650754 + ] + ] + ], + "type": "Polygon" + }, + "id": "17", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23504261151906, + -12.089676696959943, + -77.22538622879863, + -12.079285122927537 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23454001527175, + -12.087525897845072 + ], + [ + -77.22971173910942, + -12.089676696959943 + ], + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.23071705922906, + -12.079285122927537 + ] + ] + ], + "type": "Polygon" + }, + "id": "18", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82882759969192, + -12.13617102885011, + -76.81918021721812, + -12.125790139159133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.82451231266047, + -12.125790139159133 + ] + ] + ], + "type": "Polygon" + }, + "id": "19", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07003966305193, + -11.601459785090736, + -77.06040192548107, + -11.591065411175384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.06572499188286, + -11.591065411175384 + ] + ] + ], + "type": "Polygon" + }, + "id": "20", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12190193963382, + -11.732428096487205, + -77.11225899985065, + -11.722034136843403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.11758414410848, + -11.722034136843403 + ] + ] + ], + "type": "Polygon" + }, + "id": "21", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84940090468687, + -11.9731025177947, + -76.83975783662588, + -11.962718623284918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.84508723182428, + -11.962718623284918 + ] + ] + ], + "type": "Polygon" + }, + "id": "22", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17363835507746, + -11.674510763598882, + -77.1639958503303, + -11.66411480692549 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16931996092957, + -11.66411480692549 + ], + [ + -77.17363835507746, + -11.667158261158178 + ], + [ + -77.17313553900625, + -11.672356291451003 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.16931996092957, + -11.66411480692549 + ] + ] + ], + "type": "Polygon" + }, + "id": "23", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13572865690753, + -11.875412733866321, + -77.12608111408974, + -11.865020387252722 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.13140858815932, + -11.865020387252722 + ] + ] + ], + "type": "Polygon" + }, + "id": "24", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95452111681495, + -12.125036113648834, + -76.9448707510396, + -12.114651911262783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.95020256555866, + -12.114651911262783 + ] + ] + ], + "type": "Polygon" + }, + "id": "25", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05737248058583, + -12.064396805645382, + -77.04772127858978, + -12.05400913488869 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.05305197612272, + -12.05400913488869 + ] + ] + ], + "type": "Polygon" + }, + "id": "26", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09139601395617, + -11.66649825089569, + -77.08175580241924, + -11.656104175026211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.08707990777869, + -11.656104175026211 + ] + ] + ], + "type": "Polygon" + }, + "id": "27", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81204349484707, + -12.307427811526102, + -76.80239144817827, + -12.297050139310805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.80772637930016, + -12.297050139310805 + ] + ] + ], + "type": "Polygon" + }, + "id": "28", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1006004159775, + -11.76182390523275, + -77.09095713619756, + -11.751430850816579 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.09628279492941, + -11.751430850816579 + ] + ] + ], + "type": "Polygon" + }, + "id": "29", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71993047958371, + -12.164632847532044, + -76.71028519362727, + -12.154255168505697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.71561780163637, + -12.154255168505697 + ] + ] + ], + "type": "Polygon" + }, + "id": "30", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14932177118453, + -11.73510191969156, + -77.13967806718584, + -11.72470733399623 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.14500321291112, + -11.72470733399623 + ] + ] + ], + "type": "Polygon" + }, + "id": "31", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08784058193292, + -12.035928163563065, + -77.07818945710474, + -12.02553931778207 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.08351964430383, + -12.02553931778207 + ] + ] + ], + "type": "Polygon" + }, + "id": "32", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67340749066328, + -12.309290714561516, + -76.66375916442156, + -12.298916604000064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.66807243736318, + -12.309290714561516 + ], + [ + -76.66375916442156, + -12.306239413539364 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.66909416766096, + -12.298916604000064 + ] + ] + ], + "type": "Polygon" + }, + "id": "33", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01693330229243, + -11.958170203341249, + -77.00728630056551, + -11.947781934971644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.01261529865783, + -11.947781934971644 + ] + ] + ], + "type": "Polygon" + }, + "id": "34", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13262917399388, + -11.812163536914829, + -77.12298359234015, + -11.80177038801329 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.12831003097253, + -11.80177038801329 + ] + ] + ], + "type": "Polygon" + }, + "id": "35", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73749461996034, + -12.032757614684131, + -76.72785278823801, + -12.022377436605137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.73318321698999, + -12.022377436605137 + ] + ] + ], + "type": "Polygon" + }, + "id": "36", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70383652423588, + -12.375196495367776, + -76.69418539011288, + -12.364822731758851 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.6995214786163, + -12.364822731758851 + ] + ] + ], + "type": "Polygon" + }, + "id": "37", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67210338584077, + -11.947637823931064, + -76.66246588609687, + -11.937258048312156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66779492281462, + -11.937258048312156 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.66297626055415, + -11.939398535955059 + ], + [ + -76.66779492281462, + -11.937258048312156 + ] + ] + ], + "type": "Polygon" + }, + "id": "38", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08087186918891, + -11.870045829482718, + -77.0712258647135, + -11.859654736633306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.07655333089991, + -11.859654736633306 + ] + ] + ], + "type": "Polygon" + }, + "id": "39", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72369142958553, + -12.267175210888363, + -76.71404297912487, + -12.256799107272748 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71937727897053, + -12.256799107272748 + ] + ] + ], + "type": "Polygon" + }, + "id": "40", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78844596902236, + -12.218621454408437, + -76.77879720987376, + -12.20824290607737 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.78413068616734, + -12.20824290607737 + ] + ] + ], + "type": "Polygon" + }, + "id": "41", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94150132944306, + -11.832764938814465, + -76.93186001517479, + -11.822376745205636 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.93617427012207, + -11.832764938814465 + ], + [ + -76.93186001517479, + -11.829718482690254 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.93718702839372, + -11.822376745205636 + ] + ] + ], + "type": "Polygon" + }, + "id": "42", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06707260531421, + -11.727073467719785, + -77.057431206859, + -11.71668076697643 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.06275634074274, + -11.71668076697643 + ] + ] + ], + "type": "Polygon" + }, + "id": "43", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94224990789239, + -11.777776162125035, + -76.93261021115929, + -11.767387198697477 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.93793631917049, + -11.767387198697477 + ] + ] + ], + "type": "Polygon" + }, + "id": "44", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01836168379718, + -11.75377814076955, + -77.00872073291721, + -11.743386982429449 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.01404636658768, + -11.743386982429449 + ] + ] + ], + "type": "Polygon" + }, + "id": "45", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05109668730994, + -11.749115631724633, + -77.04145503884223, + -11.738723611399607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.04678055582134, + -11.738723611399607 + ] + ] + ], + "type": "Polygon" + }, + "id": "46", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66659842145526, + -12.23789014552682, + -76.65695241617829, + -12.227515019391742 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.66228624056501, + -12.227515019391742 + ] + ] + ], + "type": "Polygon" + }, + "id": "47", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67437114042745, + -11.971446405089681, + -76.66473286855953, + -11.961066921146077 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.67006229744104, + -11.961066921146077 + ] + ] + ], + "type": "Polygon" + }, + "id": "48", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0916571479917, + -12.044168677452284, + -77.08200568106491, + -12.033779863416893 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.08733599861402, + -12.033779863416893 + ] + ] + ], + "type": "Polygon" + }, + "id": "49", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15099664494194, + -11.908376863444213, + -77.1413477394171, + -11.897984615607378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.146675731693, + -11.897984615607378 + ], + [ + -77.15099664494194, + -11.901029480733321 + ], + [ + -77.15049314743752, + -11.90622565656648 + ], + [ + -77.14566860953208, + -11.908376863444213 + ], + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.146675731693, + -11.897984615607378 + ] + ] + ], + "type": "Polygon" + }, + "id": "50", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07161146434342, + -11.680305052668956, + -77.06197134225317, + -11.669911633796843 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.06729570157243, + -11.669911633796843 + ] + ] + ], + "type": "Polygon" + }, + "id": "51", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8509144847081, + -12.146225246710973, + -76.8412662129959, + -12.135843960953725 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.84659846086751, + -12.135843960953725 + ] + ] + ], + "type": "Polygon" + }, + "id": "52", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8608198593979, + -11.997822227006733, + -76.85117575090196, + -11.987438412779426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.85650554590543, + -11.987438412779426 + ] + ] + ], + "type": "Polygon" + }, + "id": "53", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76558288028981, + -12.263499291637828, + -76.75593339910711, + -12.253122060854563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.76126762556498, + -12.253122060854563 + ] + ] + ], + "type": "Polygon" + }, + "id": "54", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0556378701375, + -11.70235026642056, + -77.0459974976744, + -11.69195752103127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.0513222402168, + -11.69195752103127 + ] + ] + ], + "type": "Polygon" + }, + "id": "55", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06186063936075, + -11.923251396180403, + -77.05221353148735, + -11.912861522565587 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.05754189880123, + -11.912861522565587 + ] + ] + ], + "type": "Polygon" + }, + "id": "56", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65519511582903, + -12.213174536111113, + -76.64555016444103, + -12.20279929845889 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65088358110481, + -12.20279929845889 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.64555016444103, + -12.21012353937759 + ], + [ + -76.6460611932524, + -12.204935975564302 + ], + [ + -76.65088358110481, + -12.20279929845889 + ] + ] + ], + "type": "Polygon" + }, + "id": "57", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10132229319773, + -11.706812674259977, + -77.09168063230123, + -11.696418877189256 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.09700538589935, + -11.696418877189256 + ] + ] + ], + "type": "Polygon" + }, + "id": "58", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86615048500505, + -11.801745897900346, + -76.85651207614822, + -11.791359151271195 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.86615048500505, + -11.794406017468413 + ], + [ + -76.86564316548389, + -11.799599444721533 + ], + [ + -76.86082387450271, + -11.801745897900346 + ], + [ + -76.85651207614822, + -11.798698944560835 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.86183863948489, + -11.791359151271195 + ] + ] + ], + "type": "Polygon" + }, + "id": "59", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78774071833327, + -11.990580184783628, + -76.77809878150413, + -11.980198100514313 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.78342849745725, + -11.980198100514313 + ] + ] + ], + "type": "Polygon" + }, + "id": "60", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06410328158418, + -11.852668692645588, + -77.05445821951429, + -11.842277764829527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05978542245751, + -11.842277764829527 + ] + ] + ], + "type": "Polygon" + }, + "id": "61", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66586168634927, + -12.198525542832215, + -76.65621687674711, + -12.188149793016178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66155005127965, + -12.188149793016178 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.65621687674711, + -12.19547471620238 + ], + [ + -76.65672773425791, + -12.19028689624854 + ], + [ + -76.66155005127965, + -12.188149793016178 + ] + ] + ], + "type": "Polygon" + }, + "id": "62", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84025777939198, + -12.066549436650268, + -76.83061216874468, + -12.05616717673097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.83594310947382, + -12.05616717673097 + ] + ] + ], + "type": "Polygon" + }, + "id": "63", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81817764101683, + -12.056497202977384, + -76.80853292050166, + -12.04611534441712 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.81386370810054, + -12.04611534441712 + ] + ] + ], + "type": "Polygon" + }, + "id": "64", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8219567081505, + -12.253397805669033, + -76.81230600978529, + -12.243018981739553 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.81764004343749, + -12.243018981739553 + ] + ] + ], + "type": "Polygon" + }, + "id": "65", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0200990812437, + -12.210144175994, + -77.01044448099324, + -12.19975971273075 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.01959327532651, + -12.207999516275937 + ], + [ + -77.01476588922195, + -12.210144175994 + ], + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.01577762792792, + -12.19975971273075 + ] + ] + ], + "type": "Polygon" + }, + "id": "66", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09093290333456, + -12.099156426139318, + -77.08127981427069, + -12.088768471938241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.09093290333456, + -12.091814812859907 + ], + [ + -77.09042826482461, + -12.097008842120156 + ], + [ + -77.08560163473821, + -12.099156426139318 + ], + [ + -77.08127981427069, + -12.096110000953841 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.08661103882311, + -12.088768471938241 + ] + ] + ], + "type": "Polygon" + }, + "id": "67", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01234144768623, + -11.910523691348068, + -77.0026959837102, + -11.900134846490301 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -77.00802420279429, + -11.900134846490301 + ] + ] + ], + "type": "Polygon" + }, + "id": "68", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76027995835355, + -12.17651584627847, + -76.75063321821858, + -12.166137330777675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.75596601081428, + -12.166137330777675 + ] + ] + ], + "type": "Polygon" + }, + "id": "69", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01160425913811, + -11.965511806491982, + -77.00195717538377, + -11.955123776381928 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -77.00728630056551, + -11.955123776381928 + ] + ] + ], + "type": "Polygon" + }, + "id": "70", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63919435202266, + -12.235145461674747, + -76.62954918920411, + -12.224770995569543 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.63488296840235, + -12.224770995569543 + ] + ] + ], + "type": "Polygon" + }, + "id": "71", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84480992339918, + -12.302831547573303, + -76.83515713771874, + -12.292452972419875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.84049197407354, + -12.292452972419875 + ] + ] + ], + "type": "Polygon" + }, + "id": "72", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81891884833152, + -12.190213151611028, + -76.80927011807941, + -12.17983337323485 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.81460311056414, + -12.17983337323485 + ] + ] + ], + "type": "Polygon" + }, + "id": "73", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85549001709562, + -12.005157753800917, + -76.84584583151634, + -11.994774182483301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.85117575090196, + -11.994774182483301 + ] + ] + ], + "type": "Polygon" + }, + "id": "74", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73220365909692, + -11.945755235093332, + -76.72256456495305, + -11.935373898159224 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.72789356139376, + -11.935373898159224 + ] + ] + ], + "type": "Polygon" + }, + "id": "75", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83414982779807, + -12.223169896075838, + -76.82449970605613, + -12.212790268750183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82983323378433, + -12.212790268750183 + ] + ] + ], + "type": "Polygon" + }, + "id": "76", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462578635307, + -12.100414009004043, + -76.85497851726329, + -12.090031660834033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.86031000056144, + -12.090031660834033 + ] + ] + ], + "type": "Polygon" + }, + "id": "77", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70008093301492, + -12.272672800799432, + -76.69043296559563, + -12.262297391999976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.69576736088189, + -12.262297391999976 + ] + ] + ], + "type": "Polygon" + }, + "id": "78", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96977132823288, + -12.157995444978924, + -76.96011958266877, + -12.147611385457662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.96545192537482, + -12.147611385457662 + ] + ] + ], + "type": "Polygon" + }, + "id": "79", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82352124141302, + -11.954814061110373, + -76.81387940918944, + -11.94443054766028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.8192085183923, + -11.94443054766028 + ] + ] + ], + "type": "Polygon" + }, + "id": "80", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1942275569044, + -11.700124253656242, + -77.18458378180419, + -11.689728133362769 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18990827805789, + -11.689728133362769 + ], + [ + -77.1942275569044, + -11.692771539641688 + ], + [ + -77.19372499054937, + -11.69796965158303 + ], + [ + -77.1889030181894, + -11.700124253656242 + ], + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18990827805789, + -11.689728133362769 + ] + ] + ], + "type": "Polygon" + }, + "id": "81", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80444580205736, + -12.196633953896104, + -76.79479726856164, + -12.186254644239868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.80013037448607, + -12.186254644239868 + ] + ] + ], + "type": "Polygon" + }, + "id": "82", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18216178807918, + -11.82486509852777, + -77.17251459755022, + -11.814470931671089 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1778411646585, + -11.814470931671089 + ], + [ + -77.18216178807918, + -11.817515092932366 + ], + [ + -77.18165885850664, + -11.822712228133646 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.1778411646585, + -11.814470931671089 + ] + ] + ], + "type": "Polygon" + }, + "id": "83", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66353348747742, + -12.26901433775822, + -76.65388663753981, + -12.258639805394635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65922097604651, + -12.258639805394635 + ] + ] + ], + "type": "Polygon" + }, + "id": "84", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98576773386583, + -12.135985519161242, + -76.9761162311798, + -12.125600716533716 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.98144819410301, + -12.125600716533716 + ] + ] + ], + "type": "Polygon" + }, + "id": "85", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82580163653509, + -11.978628813566736, + -76.81615903351965, + -11.968245593009874 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.82148853376206, + -11.968245593009874 + ] + ] + ], + "type": "Polygon" + }, + "id": "86", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95902645943858, + -11.889549240861186, + -76.94938299766359, + -11.879161409738579 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.95471092857873, + -11.879161409738579 + ] + ] + ], + "type": "Polygon" + }, + "id": "87", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15766550606251, + -11.696566416169677, + -77.14802274123163, + -11.686171126686487 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.15334724039408, + -11.686171126686487 + ] + ] + ], + "type": "Polygon" + }, + "id": "88", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04117735542826, + -11.708804505258797, + -77.03153715924657, + -11.698412196466059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.03686202615765, + -11.698412196466059 + ] + ] + ], + "type": "Polygon" + }, + "id": "89", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10297102400413, + -11.880076786460727, + -77.093324163317, + -11.869685298166457 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.0986517633092, + -11.869685298166457 + ] + ] + ], + "type": "Polygon" + }, + "id": "90", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94306412830802, + -12.005949391125256, + -76.9334176131145, + -11.99556364984132 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.93874747599017, + -11.99556364984132 + ] + ] + ], + "type": "Polygon" + }, + "id": "91", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13731819646488, + -11.954244966415759, + -77.12766826488384, + -11.943853710003099 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.13731819646488, + -11.946898926797367 + ], + [ + -77.13681443536487, + -11.952094606972548 + ], + [ + -77.13198938433638, + -11.954244966415759 + ], + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.1329970336706, + -11.943853710003099 + ] + ] + ], + "type": "Polygon" + }, + "id": "92", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02465064986697, + -12.163412577550469, + -77.01499732822077, + -12.15302725211492 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02032969896408, + -12.15302725211492 + ], + [ + -77.02465064986697, + -12.156074513895438 + ], + [ + -77.02414498086875, + -12.16126722916651 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.02032969896408, + -12.15302725211492 + ] + ] + ], + "type": "Polygon" + }, + "id": "93", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84938487434061, + -12.256126390217853, + -76.83973336207409, + -12.245746921225454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.84506742438742, + -12.245746921225454 + ] + ] + ], + "type": "Polygon" + }, + "id": "94", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72608971793768, + -12.008039500312059, + -76.71644893443673, + -11.997659240064669 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72177895864846, + -11.997659240064669 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.71644893443673, + -12.0049901962182 + ], + [ + -76.71695865426739, + -11.999800120811418 + ], + [ + -76.72177895864846, + -11.997659240064669 + ] + ] + ], + "type": "Polygon" + }, + "id": "95", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18508647530837, + -11.699235181774988, + -77.17544295205819, + -11.68883926880591 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.18076744945257, + -11.68883926880591 + ] + ] + ], + "type": "Polygon" + }, + "id": "96", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76031129331884, + -12.082193694336649, + -76.75066736676742, + -12.071813692883966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.75599860349702, + -12.071813692883966 + ] + ] + ], + "type": "Polygon" + }, + "id": "97", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9804357253859, + -12.143322493299152, + -76.97078414157447, + -12.13293793793133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.9761162311798, + -12.13293793793133 + ] + ] + ], + "type": "Polygon" + }, + "id": "98", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71390010626574, + -12.038269897952285, + -76.70425875500446, + -12.027890404263326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70958928013314, + -12.027890404263326 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.70425875500446, + -12.035220325916058 + ], + [ + -76.70476869195036, + -12.03003063384419 + ], + [ + -76.70958928013314, + -12.027890404263326 + ] + ] + ], + "type": "Polygon" + }, + "id": "99", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83267562211819, + -11.766983471773964, + -76.82303913884068, + -11.75659709189744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.8283651512555, + -11.75659709189744 + ] + ] + ], + "type": "Polygon" + }, + "id": "100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91109544597316, + -12.14432900439522, + -76.90144563967331, + -12.133946184206293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.90677781172982, + -12.133946184206293 + ] + ] + ], + "type": "Polygon" + }, + "id": "101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72757754959588, + -12.086795618540236, + -76.71793437697306, + -12.076416520247731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.72326569922069, + -12.076416520247731 + ] + ] + ], + "type": "Polygon" + }, + "id": "102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1111804401277, + -11.652688807213453, + -77.10154014144426, + -11.642294076864047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.10686399157734, + -11.642294076864047 + ] + ] + ], + "type": "Polygon" + }, + "id": "103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919581871099, + -12.14803898637879, + -76.85954700731075, + -12.137657271134916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.86487927280609, + -12.137657271134916 + ] + ] + ], + "type": "Polygon" + }, + "id": "104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65819909878206, + -12.276337414167356, + -76.64855217791148, + -12.265963141040219 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.65388663753981, + -12.265963141040219 + ] + ] + ], + "type": "Polygon" + }, + "id": "105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8059901203962, + -12.086734334962934, + -76.79634482504845, + -12.076353248308395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.80167611740973, + -12.076353248308395 + ] + ] + ], + "type": "Polygon" + }, + "id": "106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02386934682511, + -12.124015966802927, + -77.01421722106836, + -12.113630038680023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01954894320693, + -12.113630038680023 + ] + ] + ], + "type": "Polygon" + }, + "id": "107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79831893916418, + -12.35321253601032, + -76.78866589313066, + -12.34283598921608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.79400158743239, + -12.34283598921608 + ] + ] + ], + "type": "Polygon" + }, + "id": "108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12522374344452, + -12.07892611595525, + -77.1155703961235, + -12.06853701736512 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.12522374344452, + -12.071582942193793 + ], + [ + -77.12471961822986, + -12.076777543433247 + ], + [ + -77.11989285920305, + -12.07892611595525 + ], + [ + -77.1155703961235, + -12.07588010684822 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.12090123681685, + -12.06853701736512 + ] + ] + ], + "type": "Polygon" + }, + "id": "109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74271562385739, + -12.3083681322623, + -76.73306542361188, + -12.297992233722644 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.73840039871943, + -12.297992233722644 + ] + ] + ], + "type": "Polygon" + }, + "id": "110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9880628781608, + -12.15980222918304, + -76.97841060532278, + -12.149417746686982 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.98374295847934, + -12.149417746686982 + ] + ] + ], + "type": "Polygon" + }, + "id": "111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92630523523636, + -11.988567160752535, + -76.91665967614114, + -11.978181576501381 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.92198926791185, + -11.978181576501381 + ] + ] + ], + "type": "Polygon" + }, + "id": "112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80676188964557, + -12.03177836661477, + -76.79711821256211, + -12.021396419998446 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.80244859860132, + -12.021396419998446 + ] + ] + ], + "type": "Polygon" + }, + "id": "113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10822837795646, + -11.778306172860304, + -77.09858441572527, + -11.76791315466624 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.10391033435151, + -11.76791315466624 + ] + ] + ], + "type": "Polygon" + }, + "id": "114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90729663436352, + -12.23043343353049, + -76.89764435727372, + -12.220052092813292 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.90297795295645, + -12.220052092813292 + ] + ] + ], + "type": "Polygon" + }, + "id": "115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77938371721733, + -11.93471420490426, + -76.76974367090764, + -11.924331511216701 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.77507247002917, + -11.924331511216701 + ] + ] + ], + "type": "Polygon" + }, + "id": "116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06634496650707, + -11.78207960808194, + -77.05670194940275, + -11.771687657574303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.06202798846748, + -11.771687657574303 + ] + ] + ], + "type": "Polygon" + }, + "id": "117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08837203759558, + -11.697679531608777, + -77.07873097480493, + -11.687285929877115 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.0840555966714, + -11.687285929877115 + ] + ] + ], + "type": "Polygon" + }, + "id": "118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8250207178825, + -12.127931606148628, + -76.81537368311254, + -12.117550682492183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.82070564481073, + -12.117550682492183 + ] + ] + ], + "type": "Polygon" + }, + "id": "119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82275244989464, + -12.009777396287648, + -76.81310899994982, + -11.999394715892688 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.81843901508321, + -11.999394715892688 + ] + ] + ], + "type": "Polygon" + }, + "id": "120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02841922779602, + -12.077277821156867, + -77.01876838008928, + -12.066891056387474 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.02409932639446, + -12.066891056387474 + ] + ] + ], + "type": "Polygon" + }, + "id": "121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01688978139123, + -11.863772530325008, + -77.00724559339334, + -11.853382911643143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.01257303783603, + -11.853382911643143 + ] + ] + ], + "type": "Polygon" + }, + "id": "122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77847751340215, + -12.461238985973267, + -76.76882177241605, + -12.450864831693949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.7741592612032, + -12.450864831693949 + ] + ] + ], + "type": "Polygon" + }, + "id": "123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92248010351895, + -11.885949935202511, + -76.91283770251394, + -11.875562957914854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.91816560796273, + -11.875562957914854 + ] + ] + ], + "type": "Polygon" + }, + "id": "124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15552744052124, + -11.861610396227354, + -77.14587981559016, + -11.85121737869024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.15120703121349, + -11.85121737869024 + ] + ] + ], + "type": "Polygon" + }, + "id": "125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96509919130068, + -11.827219686614816, + -76.95545742817292, + -11.816830833307726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.96078432744652, + -11.816830833307726 + ] + ] + ], + "type": "Polygon" + }, + "id": "126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1181608439078, + -11.818618697692635, + -77.10851543217257, + -11.80822598679032 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.11384199892753, + -11.80822598679032 + ] + ] + ], + "type": "Polygon" + }, + "id": "127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7891751516025, + -12.352299961256486, + -76.77952237922898, + -12.341923630263008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.78485806270552, + -12.341923630263008 + ] + ] + ], + "type": "Polygon" + }, + "id": "128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72146016857232, + -12.14906625715072, + -76.71181530532915, + -12.138688291185597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.71714765615178, + -12.138688291185597 + ] + ] + ], + "type": "Polygon" + }, + "id": "129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77394551827366, + -12.319345692449595, + -76.76429414218882, + -12.308969185803885 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.769629287728, + -12.308969185803885 + ] + ] + ], + "type": "Polygon" + }, + "id": "130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69780892298022, + -12.248871024767507, + -76.68816172889548, + -12.238495279321253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.69349573147922, + -12.238495279321253 + ] + ] + ], + "type": "Polygon" + }, + "id": "131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562466555747, + -12.138892754574899, + -76.84659846086751, + -12.128511219132987 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.85193058432881, + -12.128511219132987 + ] + ] + ], + "type": "Polygon" + }, + "id": "132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97352274108167, + -11.977494020339872, + -76.96387628249312, + -11.967107103738934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96920564668535, + -11.967107103738934 + ] + ] + ], + "type": "Polygon" + }, + "id": "133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767230201937, + -12.25794409930229, + -76.85802024953759, + -12.247564201517882 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.86335432957894, + -12.247564201517882 + ] + ] + ], + "type": "Polygon" + }, + "id": "134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01307838802076, + -11.855531828818664, + -77.0034345432824, + -11.845142188293716 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -77.0087618565751, + -11.845142188293716 + ] + ] + ], + "type": "Polygon" + }, + "id": "135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00024521475295, + -12.129550569759301, + -76.99059353064865, + -12.119165309176896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.99592537152029, + -12.119165309176896 + ] + ] + ], + "type": "Polygon" + }, + "id": "136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09244672773596, + -12.083574425373987, + -77.08279406539633, + -12.07318619374786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.08812503103283, + -12.07318619374786 + ] + ] + ], + "type": "Polygon" + }, + "id": "137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15234096391768, + -11.703917680726216, + -77.1426981127226, + -11.693522614531949 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.14802274123163, + -11.693522614531949 + ] + ] + ], + "type": "Polygon" + }, + "id": "138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005718601959, + -12.052786909281695, + -76.8504114588701, + -12.042403942418952 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.85574216013168, + -12.042403942418952 + ] + ] + ], + "type": "Polygon" + }, + "id": "139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89356081509209, + -11.993196919988886, + -76.88391597819655, + -11.982812219044666 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88924567334985, + -11.982812219044666 + ] + ] + ], + "type": "Polygon" + }, + "id": "140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74893645205906, + -11.96314141741898, + -76.73929638398302, + -11.952759910062984 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.74462566218604, + -11.952759910062984 + ] + ] + ], + "type": "Polygon" + }, + "id": "141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79990562653929, + -12.054683568951948, + -76.7902614507399, + -12.044302143276708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.79559221765021, + -12.044302143276708 + ] + ] + ], + "type": "Polygon" + }, + "id": "142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84482995919832, + -12.019827819615863, + -76.83518561995024, + -12.009444735445454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.84051578783647, + -12.009444735445454 + ] + ] + ], + "type": "Polygon" + }, + "id": "143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11211401304925, + -11.880971427383447, + -77.10246689591958, + -11.870579730134208 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.10779449724858, + -11.870579730134208 + ] + ] + ], + "type": "Polygon" + }, + "id": "144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72592434366388, + -12.385265751244495, + -76.71627230334566, + -12.37489159753346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.72160855362323, + -12.37489159753346 + ] + ] + ], + "type": "Polygon" + }, + "id": "145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98954575293429, + -12.04985476199432, + -76.97989672239196, + -12.039468533685318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.98522726157927, + -12.039468533685318 + ] + ] + ], + "type": "Polygon" + }, + "id": "146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75351861791964, + -11.916423236354415, + -76.7438798173243, + -11.906040932996763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.74920832454404, + -11.906040932996763 + ] + ] + ], + "type": "Polygon" + }, + "id": "147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98185445995996, + -11.844598821242121, + -76.97221174531012, + -11.83420979567334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.97753891327145, + -11.83420979567334 + ] + ] + ], + "type": "Polygon" + }, + "id": "148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68021976778297, + -12.380685918448043, + -76.67056911973252, + -12.370312855397534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.67970894717689, + -12.378550933188981 + ], + [ + -76.67488353533685, + -12.380685918448043 + ], + [ + -76.67056911973252, + -12.377634343082692 + ], + [ + -76.67108006597283, + -12.37244786625101 + ], + [ + -76.67590530219279, + -12.370312855397534 + ] + ] + ], + "type": "Polygon" + }, + "id": "149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6711947897393, + -12.191200534545944, + -76.66155005127965, + -12.180824529308499 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.66155005127965, + -12.188149793016178 + ], + [ + -76.66206082313253, + -12.182961845322298 + ], + [ + -76.66688310461413, + -12.180824529308499 + ] + ] + ], + "type": "Polygon" + }, + "id": "150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8600638748136, + -11.76968512267344, + -76.85042658175516, + -11.759298093527384 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.8557526217784, + -11.759298093527384 + ] + ] + ], + "type": "Polygon" + }, + "id": "151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05031308315584, + -11.709698046504084, + -77.04067262756573, + -11.699305526500163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.0459974976744, + -11.699305526500163 + ] + ] + ], + "type": "Polygon" + }, + "id": "152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94075249898101, + -11.887750110187577, + -76.93110956663796, + -11.87736270548093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.9364374853705, + -11.87736270548093 + ] + ] + ], + "type": "Polygon" + }, + "id": "153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767233220088, + -11.974910219205581, + -76.85802872487083, + -11.964525893918783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.86335813776539, + -11.964525893918783 + ] + ] + ], + "type": "Polygon" + }, + "id": "154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88062339805332, + -12.17275747631116, + -76.87097354631027, + -12.162375868643965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.87630621129509, + -12.162375868643965 + ] + ] + ], + "type": "Polygon" + }, + "id": "155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72517985518422, + -12.345904345427913, + -76.7155290117787, + -12.335529532025923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.72086461175567, + -12.335529532025923 + ] + ] + ], + "type": "Polygon" + }, + "id": "156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8821295692172, + -11.779725296347022, + -76.87249139283219, + -11.769337851902117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.87781758266746, + -11.769337851902117 + ] + ] + ], + "type": "Polygon" + }, + "id": "157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82199673353281, + -11.97038899766496, + -76.81235447794445, + -11.960005751197215 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.81768384453495, + -11.960005751197215 + ] + ] + ], + "type": "Polygon" + }, + "id": "158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00102357877681, + -12.168945087579957, + -76.99137069878411, + -12.158560431224156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.9967031883501, + -12.158560431224156 + ] + ] + ], + "type": "Polygon" + }, + "id": "159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02676347289709, + -11.809673105773241, + -77.01712064292612, + -11.799282496198739 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.02244718573922, + -11.799282496198739 + ] + ] + ], + "type": "Polygon" + }, + "id": "160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01931823411468, + -12.170750309271076, + -77.00966483009137, + -12.160365231709688 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.01499732822077, + -12.160365231709688 + ] + ] + ], + "type": "Polygon" + }, + "id": "161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11053112580272, + -11.802136495273778, + -77.1008863962782, + -11.791743743848073 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.10621270332547, + -11.791743743848073 + ] + ] + ], + "type": "Polygon" + }, + "id": "162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96363715873285, + -12.03157159722274, + -76.95398934419251, + -12.021185731406186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95931960923272, + -12.021185731406186 + ] + ] + ], + "type": "Polygon" + }, + "id": "163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0175821537006, + -11.714363255553323, + -77.00794239567594, + -11.703971596128511 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.01326738236338, + -11.703971596128511 + ] + ] + ], + "type": "Polygon" + }, + "id": "164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1303245271117, + -11.788332566065934, + -77.12067971258747, + -11.777939148872962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.12600576294753, + -11.777939148872962 + ] + ] + ], + "type": "Polygon" + }, + "id": "165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13557237219497, + -11.686544609011673, + -77.12593045574236, + -11.676149722077502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.13125482524035, + -11.676149722077502 + ] + ] + ], + "type": "Polygon" + }, + "id": "166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7747774336386, + -12.075771352826834, + -76.76513330676103, + -12.065390885705238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.77046443223611, + -12.065390885705238 + ] + ] + ], + "type": "Polygon" + }, + "id": "167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06483145308951, + -11.797667224055386, + -77.05518801034563, + -11.787275521464334 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.06051430771765, + -11.787275521464334 + ] + ] + ], + "type": "Polygon" + }, + "id": "168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93542453412006, + -11.895090524442061, + -76.92578152220635, + -11.884703355996777 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.93110956663796, + -11.884703355996777 + ] + ] + ], + "type": "Polygon" + }, + "id": "169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12110953981572, + -11.693004449082958, + -77.11146779290176, + -11.682609994442181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.11679229056348, + -11.682609994442181 + ] + ] + ], + "type": "Polygon" + }, + "id": "170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80286258504503, + -12.495105815267385, + -76.79320517325112, + -12.484731650511064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79854321091787, + -12.484731650511064 + ], + [ + -76.80286258504503, + -12.487782496561413 + ], + [ + -76.8023532922527, + -12.492969632694676 + ], + [ + -76.79752449910596, + -12.495105815267385 + ], + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.79854321091787, + -12.484731650511064 + ] + ] + ], + "type": "Polygon" + }, + "id": "171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15393380947195, + -11.782767239478423, + -77.14428857199209, + -11.772373178029314 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14961449374826, + -11.772373178029314 + ] + ] + ], + "type": "Polygon" + }, + "id": "172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75110870876391, + -12.269913731786003, + -76.74145942891411, + -12.259536975307856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.74679376631644, + -12.259536975307856 + ] + ] + ], + "type": "Polygon" + }, + "id": "173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1416914914417, + -11.718619277899665, + -77.13204846801388, + -11.708224659621095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.13737335495425, + -11.708224659621095 + ] + ] + ], + "type": "Polygon" + }, + "id": "174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89432552415971, + -12.032589869824976, + -76.88467949258819, + -12.022205740083558 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.89000983618507, + -12.022205740083558 + ] + ] + ], + "type": "Polygon" + }, + "id": "175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77705462992269, + -12.09958104891388, + -76.76740973123252, + -12.08920089270136 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.77274124840952, + -12.08920089270136 + ] + ] + ], + "type": "Polygon" + }, + "id": "176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69094346481755, + -12.271758587700948, + -76.68129577605558, + -12.261383397636797 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.68663015755986, + -12.261383397636797 + ] + ] + ], + "type": "Polygon" + }, + "id": "177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8211869451317, + -12.308338874307061, + -76.81153462607564, + -12.297960986746332 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.81686956732959, + -12.297960986746332 + ] + ] + ], + "type": "Polygon" + }, + "id": "178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05558310035096, + -11.607918529557839, + -77.04594553774085, + -11.59752458710986 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.05126872911963, + -11.59752458710986 + ] + ] + ], + "type": "Polygon" + }, + "id": "179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09619734806722, + -11.997417589444584, + -77.08654716082968, + -11.98702796404873 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.09187670193714, + -11.98702796404873 + ] + ] + ], + "type": "Polygon" + }, + "id": "180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08632678642398, + -12.051511091380085, + -77.07667523504853, + -12.04112251836867 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.08200568106491, + -12.04112251836867 + ] + ] + ], + "type": "Polygon" + }, + "id": "181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94914172344173, + -11.943632259859532, + -76.93949690740047, + -11.93324544996507 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.94482573820638, + -11.93324544996507 + ] + ] + ], + "type": "Polygon" + }, + "id": "182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7031428533829, + -12.2415459791429, + -76.69349573147922, + -12.231169976454744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.69882961226526, + -12.231169976454744 + ] + ] + ], + "type": "Polygon" + }, + "id": "183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00561722574139, + -12.216577362433199, + -76.99596280532573, + -12.2061933597787 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.00511120671555, + -12.214433099117043 + ], + [ + -77.00028391045024, + -12.216577362433199 + ], + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -77.00129607532106, + -12.2061933597787 + ] + ] + ], + "type": "Polygon" + }, + "id": "184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94692064767347, + -12.202911583310625, + -76.93726815521224, + -12.192528809616626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.94260126144214, + -12.192528809616626 + ] + ] + ], + "type": "Polygon" + }, + "id": "185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88594533968153, + -11.976716870075398, + -76.87630119498692, + -11.966332115012834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.88163062447667, + -11.966332115012834 + ] + ] + ], + "type": "Polygon" + }, + "id": "186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13493418105325, + -11.835994067705563, + -77.12528783217923, + -11.825601190666328 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.13061465912298, + -11.825601190666328 + ] + ] + ], + "type": "Polygon" + }, + "id": "187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09376247750903, + -11.784761006096971, + -77.08411868721551, + -11.774368425500061 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.08944473277471, + -11.774368425500061 + ] + ] + ], + "type": "Polygon" + }, + "id": "188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76869703064185, + -12.043721686412313, + -76.7590540241583, + -12.03334088278919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.76438462358944, + -12.03334088278919 + ] + ] + ], + "type": "Polygon" + }, + "id": "189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88975938287112, + -12.079316184960879, + -76.88011207812238, + -12.068932882004805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.8854431953595, + -12.068932882004805 + ] + ] + ], + "type": "Polygon" + }, + "id": "190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72898517360576, + -12.354142673177169, + -76.71933397998325, + -12.343767903900021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.72466971514163, + -12.343767903900021 + ] + ] + ], + "type": "Polygon" + }, + "id": "191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310096881797, + -12.210325258794272, + -76.85345045972396, + -12.199944695280035 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.85878375701267, + -12.199944695280035 + ] + ] + ], + "type": "Polygon" + }, + "id": "192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94837037977253, + -11.90423090902235, + -76.93872675785875, + -11.893843550388853 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.9440549407277, + -11.893843550388853 + ] + ] + ], + "type": "Polygon" + }, + "id": "193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0245133259432, + -11.880253924708416, + -77.01486845160942, + -11.86986435108102 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.02019615822763, + -11.86986435108102 + ] + ] + ], + "type": "Polygon" + }, + "id": "194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8105335335674, + -12.2286807019385, + -76.800883879674, + -12.218301759764714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.8062175114195, + -12.218301759764714 + ] + ] + ], + "type": "Polygon" + }, + "id": "195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6772658064552, + -12.22324141314456, + -76.6676199437112, + -12.212865772907948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.67295352552854, + -12.212865772907948 + ] + ] + ], + "type": "Polygon" + }, + "id": "196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09994602799941, + -11.911250220507718, + -77.09029831467775, + -11.900859248320314 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.09562643197086, + -11.900859248320314 + ] + ] + ], + "type": "Polygon" + }, + "id": "197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0031225614524, + -11.720814657992305, + -76.99348298292249, + -11.710423437409633 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.99880809217528, + -11.710423437409633 + ] + ] + ], + "type": "Polygon" + }, + "id": "198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97054595200163, + -12.197386160834613, + -76.96089301039463, + -12.187002712802617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.96622600199524, + -12.187002712802617 + ] + ] + ], + "type": "Polygon" + }, + "id": "199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82045830911899, + -12.080309195559746, + -76.81081281727833, + -12.069927645076348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.81614399620334, + -12.069927645076348 + ] + ] + ], + "type": "Polygon" + }, + "id": "200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9713207669883, + -12.236774889926947, + -76.96166662904547, + -12.22639206313361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.9713207669883, + -12.229440164099136 + ], + [ + -76.97081423576213, + -12.23463163034578 + ], + [ + -76.96598708054562, + -12.236774889926947 + ], + [ + -76.96166662904547, + -12.233726705216373 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.9670002696966, + -12.22639206313361 + ] + ] + ], + "type": "Polygon" + }, + "id": "201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09060758148638, + -11.627074304592584, + -77.08096856228545, + -11.616679749887037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.08629202122165, + -11.616679749887037 + ] + ] + ], + "type": "Polygon" + }, + "id": "202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7709734956548, + -12.067531953425794, + -76.76132971745655, + -12.057151455920566 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.76666070855794, + -12.057151455920566 + ] + ] + ], + "type": "Polygon" + }, + "id": "203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10894901880158, + -11.723295092373823, + -77.09930667571534, + -11.712901325922918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.10463168910135, + -11.712901325922918 + ] + ] + ], + "type": "Polygon" + }, + "id": "204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93848384381282, + -11.958311139478885, + -76.92883886820782, + -11.947924807568674 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.93416795070505, + -11.947924807568674 + ] + ] + ], + "type": "Polygon" + }, + "id": "205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562499986229, + -12.044547148264597, + -76.84660461835828, + -12.03416415139173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.85193518633771, + -12.03416415139173 + ] + ] + ], + "type": "Polygon" + }, + "id": "206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81819208439303, + -11.96214917791663, + -76.80855017629189, + -11.951765905993467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.81387940918944, + -11.951765905993467 + ] + ] + ], + "type": "Polygon" + }, + "id": "207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77091703240325, + -12.256172207546927, + -76.76126762556498, + -12.245794720020985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.76660172902231, + -12.245794720020985 + ] + ] + ], + "type": "Polygon" + }, + "id": "208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81284680549464, + -12.063830085307226, + -76.80320200922415, + -12.053448473195608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.80853292050166, + -12.053448473195608 + ] + ] + ], + "type": "Polygon" + }, + "id": "209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96736137401393, + -11.756643362179412, + -76.95772165314204, + -11.746253495112441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.96304738940538, + -11.746253495112441 + ] + ] + ], + "type": "Polygon" + }, + "id": "210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6490632649652, + -12.27542182869652, + -76.63941662494427, + -12.265047775418033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.64475106952821, + -12.265047775418033 + ] + ] + ], + "type": "Polygon" + }, + "id": "211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0192739883975, + -12.076377239276992, + -77.00962340183804, + -12.065990685063273 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.01495434427693, + -12.065990685063273 + ] + ] + ], + "type": "Polygon" + }, + "id": "212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97659074953349, + -12.040713290862861, + -76.96694232653657, + -12.030327243314964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.9722727289237, + -12.030327243314964 + ] + ] + ], + "type": "Polygon" + }, + "id": "213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92177528525629, + -12.224007202411528, + -76.9121228200282, + -12.213625396082769 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9174562973363, + -12.213625396082769 + ] + ] + ], + "type": "Polygon" + }, + "id": "214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7214174926185, + -12.243372289175586, + -76.71176981525389, + -12.232995849706088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.71710372258805, + -12.232995849706088 + ] + ] + ], + "type": "Polygon" + }, + "id": "215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0292009864655, + -12.116677123671336, + -77.01954894320693, + -12.106290949973285 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.02488053791635, + -12.106290949973285 + ] + ] + ], + "type": "Polygon" + }, + "id": "216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73365363917806, + -12.1188421898472, + -76.72400934465152, + -12.108463436253102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72934119391006, + -12.108463436253102 + ] + ] + ], + "type": "Polygon" + }, + "id": "217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67641616265432, + -12.37244786625101, + -76.66676586587384, + -12.362074758182251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67210191251787, + -12.362074758182251 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.67108006597283, + -12.37244786625101 + ], + [ + -76.66676586587384, + -12.369396293933365 + ], + [ + -76.66727685194782, + -12.364209794625593 + ], + [ + -76.67210191251787, + -12.362074758182251 + ] + ] + ], + "type": "Polygon" + }, + "id": "218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09850065870648, + -12.021242288019133, + -77.0888497030215, + -12.01085296216948 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.0941796331701, + -12.01085296216948 + ] + ] + ], + "type": "Polygon" + }, + "id": "219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09626404326681, + -12.091814812859907, + -77.08661103882311, + -12.081426615451784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.09626404326681, + -12.084472872078313 + ], + [ + -77.09575949107942, + -12.089667022912241 + ], + [ + -77.09093290333456, + -12.091814812859907 + ], + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.09194213478963, + -12.081426615451784 + ] + ] + ], + "type": "Polygon" + }, + "id": "220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6941580575933, + -11.957694753512014, + -76.68451965009433, + -11.947314560978002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68984885046599, + -11.947314560978002 + ] + ] + ], + "type": "Polygon" + }, + "id": "221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9758788627646, + -12.190050639735956, + -76.96622600199524, + -12.179666941704594 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.971558867045, + -12.179666941704594 + ] + ] + ], + "type": "Polygon" + }, + "id": "222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03438654960014, + -11.82615475353624, + -77.02474303392934, + -11.815764183681697 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.03006983858099, + -11.815764183681697 + ] + ] + ], + "type": "Polygon" + }, + "id": "223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300166763931, + -11.96757367255777, + -76.86335813776539, + -11.9571891060137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.86868742608735, + -11.9571891060137 + ] + ] + ], + "type": "Polygon" + }, + "id": "224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07705779415576, + -11.861804936727008, + -77.06741213163377, + -11.851413821113992 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.07273946747392, + -11.851413821113992 + ] + ] + ], + "type": "Polygon" + }, + "id": "225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05182679600642, + -11.694109206551751, + -77.042186765663, + -11.683716447193174 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.04751137767525, + -11.683716447193174 + ] + ] + ], + "type": "Polygon" + }, + "id": "226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90650718661833, + -12.002339954334488, + -76.8968617363019, + -11.99195506701533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.90219157176664, + -11.99195506701533 + ] + ] + ], + "type": "Polygon" + }, + "id": "227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77928058917642, + -12.312019518253294, + -76.769629287728, + -12.301642752370022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.77496431007701, + -12.301642752370022 + ] + ] + ], + "type": "Polygon" + }, + "id": "228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11269132691153, + -11.637096653279682, + -77.10305145400228, + -11.626701689723147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10837504583426, + -11.626701689723147 + ], + [ + -77.11269132691153, + -11.629745481250453 + ], + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.10837504583426, + -11.626701689723147 + ] + ] + ], + "type": "Polygon" + }, + "id": "229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99035838189461, + -12.183618383729945, + -76.9807053388127, + -12.173234224924753 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.98603808224235, + -12.173234224924753 + ] + ] + ], + "type": "Polygon" + }, + "id": "230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69188875306273, + -11.933885004829797, + -76.68225111744553, + -11.923504522655941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.68757992583494, + -11.923504522655941 + ] + ] + ], + "type": "Polygon" + }, + "id": "231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90117730450434, + -12.009676944822735, + -76.89153177564991, + -11.999292299819398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.8968617363019, + -11.999292299819398 + ] + ] + ], + "type": "Polygon" + }, + "id": "232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96813473676895, + -11.796052623520737, + -76.95849382282175, + -11.785663268418524 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.96382020637876, + -11.785663268418524 + ] + ] + ], + "type": "Polygon" + }, + "id": "233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74726831649916, + -12.355971401930844, + -76.73761656973008, + -12.345596198073407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.74295232989594, + -12.345596198073407 + ] + ] + ], + "type": "Polygon" + }, + "id": "234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1592596447713, + -11.775417379857046, + -77.14961449374826, + -11.76502309138468 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.15494028606705, + -11.76502309138468 + ] + ] + ], + "type": "Polygon" + }, + "id": "235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03213788085237, + -11.896735304580607, + -77.02249232042702, + -11.8863457778321 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.02782028905482, + -11.8863457778321 + ] + ] + ], + "type": "Polygon" + }, + "id": "236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77708106658129, + -12.005246209865932, + -76.76743898040377, + -11.994864613755205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.77276894245699, + -11.994864613755205 + ] + ] + ], + "type": "Polygon" + }, + "id": "237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92784300174633, + -12.067356782201143, + -76.91819505294406, + -12.056972347343413 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.92352594154197, + -12.056972347343413 + ] + ] + ], + "type": "Polygon" + }, + "id": "238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93769338473034, + -11.824524439297228, + -76.92805241520594, + -11.814136226132918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.93337929634906, + -11.814136226132918 + ] + ] + ], + "type": "Polygon" + }, + "id": "239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12499843335446, + -11.795681224876558, + -77.11535353328607, + -11.785288035838555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.12067971258747, + -11.785288035838555 + ] + ] + ], + "type": "Polygon" + }, + "id": "240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66733533843752, + -12.277252731300118, + -76.65768813719244, + -12.266878238573295 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.66302261158995, + -12.266878238573295 + ] + ] + ], + "type": "Polygon" + }, + "id": "241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12341274675862, + -11.71683709666527, + -77.11377023307827, + -11.706442896027827 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.11909511885594, + -11.706442896027827 + ] + ] + ], + "type": "Polygon" + }, + "id": "242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96366515585287, + -12.125939539506163, + -76.95401452545586, + -12.115555124979327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95934634579748, + -12.115555124979327 + ] + ] + ], + "type": "Polygon" + }, + "id": "243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02827864276782, + -11.794087128948268, + -77.0186362380432, + -11.78369626995161 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.02396252271542, + -11.78369626995161 + ] + ] + ], + "type": "Polygon" + }, + "id": "244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11729591380346, + -11.684763165505226, + -77.1076545076388, + -11.67436869675856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.1129788756055, + -11.67436869675856 + ] + ] + ], + "type": "Polygon" + }, + "id": "245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69701846201406, + -12.303797828466333, + -76.68736964898618, + -12.293423019717112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.69270455884096, + -12.293423019717112 + ] + ] + ], + "type": "Polygon" + }, + "id": "246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98883979240779, + -12.199194261899564, + -76.9791863234797, + -12.188810391210726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.98451932548656, + -12.188810391210726 + ] + ] + ], + "type": "Polygon" + }, + "id": "247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83187746986242, + -12.105027793469526, + -76.82223093511791, + -12.094646338843452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.82756251520618, + -12.094646338843452 + ] + ] + ], + "type": "Polygon" + }, + "id": "248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9909557263377, + -11.751091564895404, + -76.98131556034313, + -11.740701043104877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.98664118070417, + -11.740701043104877 + ] + ] + ], + "type": "Polygon" + }, + "id": "249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68719337136983, + -12.169223467998743, + -76.67754884733587, + -12.158846699139984 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68288153654662, + -12.158846699139984 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.67754884733587, + -12.16617298196197 + ], + [ + -76.67805936218447, + -12.16098465236936 + ], + [ + -76.68288153654662, + -12.158846699139984 + ] + ] + ], + "type": "Polygon" + }, + "id": "250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72902565641832, + -12.259849658205354, + -76.71937727897053, + -12.249473296936785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.72471145654949, + -12.249473296936785 + ] + ] + ], + "type": "Polygon" + }, + "id": "251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7626179872414, + -12.011671406313242, + -76.75297610110901, + -12.001290272669946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.75830617447816, + -12.001290272669946 + ] + ] + ], + "type": "Polygon" + }, + "id": "252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11276275940851, + -11.73153630454843, + -77.1031200753195, + -11.721142554092136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.10844521853701, + -11.721142554092136 + ] + ] + ], + "type": "Polygon" + }, + "id": "253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73667308137705, + -12.182022161592267, + -76.72702681902715, + -12.17164433464975 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.73235970985836, + -12.17164433464975 + ] + ] + ], + "type": "Polygon" + }, + "id": "254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63232673834004, + -12.258029359198233, + -76.62268108342197, + -12.247655447989636 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62801524018155, + -12.247655447989636 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.62699253095144, + -12.258029359198233 + ], + [ + -76.62268108342197, + -12.254977931533658 + ], + [ + -76.62319250070485, + -12.249791031055638 + ], + [ + -76.62801524018155, + -12.247655447989636 + ] + ] + ], + "type": "Polygon" + }, + "id": "255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78621454612315, + -12.006152972792512, + -76.77657218624124, + -11.995771159325127 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.78190215946057, + -11.995771159325127 + ] + ] + ], + "type": "Polygon" + }, + "id": "256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81437213653003, + -12.04825759796851, + -76.80472776376529, + -12.03787570960087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.81005841755197, + -12.03787570960087 + ] + ] + ], + "type": "Polygon" + }, + "id": "257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06029009378669, + -11.844427819788107, + -77.05064537397958, + -11.834036870252463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.05597244637845, + -11.834036870252463 + ] + ] + ], + "type": "Polygon" + }, + "id": "258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10736769147145, + -11.644447516673651, + -77.0977277336575, + -11.634052774369808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.10305145400228, + -11.634052774369808 + ] + ] + ], + "type": "Polygon" + }, + "id": "259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7404026587213, + -12.37885753699171, + -76.73075041480712, + -12.3684829028172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.7360865552641, + -12.3684829028172 + ] + ] + ], + "type": "Polygon" + }, + "id": "260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0360487449869, + -12.09375825252047, + -77.02639721051388, + -12.083371554794958 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.03172841904906, + -12.083371554794958 + ] + ] + ], + "type": "Polygon" + }, + "id": "261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74961415276393, + -12.191172317062863, + -76.73996726485633, + -12.180794308320793 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.74530030286988, + -12.180794308320793 + ] + ] + ], + "type": "Polygon" + }, + "id": "262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65593055118065, + -12.252537507770583, + -76.64628440403649, + -12.242162897497423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.65161847063933, + -12.242162897497423 + ] + ] + ], + "type": "Polygon" + }, + "id": "263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8920390583497, + -12.008773633791003, + -76.88239379719744, + -11.99838920302407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.88772375014693, + -11.99838920302407 + ] + ] + ], + "type": "Polygon" + }, + "id": "264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02139206999594, + -11.722604177967943, + -77.01175196910359, + -11.712212533225555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.01707708676983, + -11.712212533225555 + ] + ] + ], + "type": "Polygon" + }, + "id": "265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05204173853885, + -12.071737659223524, + -77.04239045317473, + -12.06135023105984 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.04772127858978, + -12.06135023105984 + ] + ] + ], + "type": "Polygon" + }, + "id": "266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93702479357765, + -12.256964789824073, + -76.92737094501857, + -12.246583145291746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.93702479357765, + -12.249631661583113 + ], + [ + -76.93651775052868, + -12.2548225369133 + ], + [ + -76.93169073981664, + -12.256964789824073 + ], + [ + -76.92737094501857, + -12.25391618980404 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.93270495249244, + -12.246583145291746 + ] + ] + ], + "type": "Polygon" + }, + "id": "267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72001665267737, + -11.975990201323372, + -76.71037699053359, + -11.965609618641642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.71570648794378, + -11.965609618641642 + ] + ] + ], + "type": "Polygon" + }, + "id": "268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7968535567398, + -12.085826736227661, + -76.78720853419986, + -12.07544586611388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.79253981598522, + -12.07544586611388 + ] + ] + ], + "type": "Polygon" + }, + "id": "269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16769104363999, + -11.831322943869608, + -77.15804401886875, + -11.820929213344385 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.16337071647126, + -11.820929213344385 + ] + ] + ], + "type": "Polygon" + }, + "id": "270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91867231328982, + -11.877709591824972, + -76.90903025753246, + -11.867322592447325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91435803062234, + -11.867322592447325 + ], + [ + -76.91867231328982, + -11.870369404708052 + ], + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.90953708905846, + -11.86946924697822 + ], + [ + -76.91435803062234, + -11.867322592447325 + ] + ] + ], + "type": "Polygon" + }, + "id": "271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9544704742171, + -11.936292332902369, + -76.94482573820638, + -11.925905284681008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.95015444303503, + -11.925905284681008 + ] + ] + ], + "type": "Polygon" + }, + "id": "272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12945461237578, + -11.654469509647523, + -77.11981380286436, + -11.644074360564849 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12945461237578, + -11.647118099190985 + ], + [ + -77.12895120684604, + -11.652315726006062 + ], + [ + -77.12413071696939, + -11.654469509647523 + ], + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.12513765489705, + -11.644074360564849 + ] + ] + ], + "type": "Polygon" + }, + "id": "273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9926177787581, + -12.113070568809002, + -76.98296678304929, + -12.102685238208352 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.98829836072704, + -12.102685238208352 + ] + ] + ], + "type": "Polygon" + }, + "id": "274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84481660589722, + -12.208508942591001, + -76.8351666373376, + -12.198128808453212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.84049991662782, + -12.198128808453212 + ] + ] + ], + "type": "Polygon" + }, + "id": "275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82427711179842, + -11.99420330787439, + -76.81463408533007, + -11.983820356625532 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81996384300936, + -11.983820356625532 + ] + ] + ], + "type": "Polygon" + }, + "id": "276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87984590061093, + -11.75590368322072, + -76.8702084935547, + -11.745515975573003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8755342932594, + -11.745515975573003 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.87071567618003, + -11.747663303644533 + ], + [ + -76.8755342932594, + -11.745515975573003 + ] + ] + ], + "type": "Polygon" + }, + "id": "277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72377543685907, + -12.078556422172804, + -76.71413261390275, + -12.06817729337582 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71946380117492, + -12.06817729337582 + ] + ] + ], + "type": "Polygon" + }, + "id": "278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10908977888397, + -11.912145488248639, + -77.09944180891165, + -11.901754307129655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.10476992763311, + -11.901754307129655 + ] + ] + ], + "type": "Polygon" + }, + "id": "279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09750930821846, + -11.698571469222685, + -77.08786798850889, + -11.688177657526756 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.09319261215063, + -11.688177657526756 + ] + ] + ], + "type": "Polygon" + }, + "id": "280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9110827873929, + -12.049973421190323, + -76.90143579647474, + -12.039589137590818 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.9067664130215, + -12.039589137590818 + ] + ] + ], + "type": "Polygon" + }, + "id": "281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97733395357331, + -11.985734338347099, + -76.96768715065176, + -11.975347449437836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.97301664659255, + -11.975347449437836 + ] + ] + ], + "type": "Polygon" + }, + "id": "282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75956320751901, + -12.04281371317928, + -76.74992047571813, + -12.03243312725446 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.75525106345289, + -12.03243312725446 + ] + ] + ], + "type": "Polygon" + }, + "id": "283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75875176048457, + -12.192083257992257, + -76.74910459712224, + -12.181705031807075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.75443764714285, + -12.181705031807075 + ] + ] + ], + "type": "Polygon" + }, + "id": "284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8075333991228, + -11.976818426605972, + -76.79789133976425, + -11.966435639064713 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.80322081978751, + -11.966435639064713 + ] + ] + ], + "type": "Polygon" + }, + "id": "285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69341851972383, + -11.918314215342296, + -76.68378130589743, + -11.907933468690867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68910985760803, + -11.907933468690867 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.68378130589743, + -11.915265107527999 + ], + [ + -76.68429133818205, + -11.910074789217783 + ], + [ + -76.68910985760803, + -11.907933468690867 + ] + ] + ], + "type": "Polygon" + }, + "id": "286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74805052532787, + -12.301042805246956, + -76.73840039871943, + -12.290666647440316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.7437352511945, + -12.290666647440316 + ] + ] + ], + "type": "Polygon" + }, + "id": "287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11132247185941, + -11.841554788796127, + -77.1016765486782, + -11.83116255956609 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.10700350278876, + -11.83116255956609 + ] + ] + ], + "type": "Polygon" + }, + "id": "288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88214219244463, + -12.062836592989617, + -76.87249558042159, + -12.052453227209007 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.87782643175777, + -12.052453227209007 + ] + ] + ], + "type": "Polygon" + }, + "id": "289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07397061934034, + -11.798561598418802, + -77.06432691828502, + -11.788169685557698 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06965321814329, + -11.788169685557698 + ] + ] + ], + "type": "Polygon" + }, + "id": "290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71385524032803, + -12.132588242634544, + -76.70421107699666, + -12.122210209887974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70954315756991, + -12.122210209887974 + ] + ] + ], + "type": "Polygon" + }, + "id": "291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04665864059896, + -11.984688793163983, + -77.0370100883011, + -11.97430018649324 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.04233948672538, + -11.97430018649324 + ] + ] + ], + "type": "Polygon" + }, + "id": "292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95979909884946, + -11.928952081729436, + -76.95015444303503, + -11.918564795624754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.95548302179871, + -11.918564795624754 + ] + ] + ], + "type": "Polygon" + }, + "id": "293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68180640087027, + -12.270844106093083, + -76.67215899124109, + -12.260469135013377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.67749335868811, + -12.260469135013377 + ] + ] + ], + "type": "Polygon" + }, + "id": "294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71853121863998, + -11.897224904175763, + -76.70889394394516, + -11.886843214331241 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7142221441708, + -11.886843214331241 + ], + [ + -76.71853121863998, + -11.889891899428738 + ], + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.70889394394516, + -11.894176132069385 + ], + [ + -76.70940359417143, + -11.888985342011479 + ], + [ + -76.7142221441708, + -11.886843214331241 + ] + ] + ], + "type": "Polygon" + }, + "id": "295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88519711135537, + -12.220379840430045, + -76.87554571690666, + -12.209998887322097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.88087916419406, + -12.209998887322097 + ] + ] + ], + "type": "Polygon" + }, + "id": "296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87910025380584, + -12.188329527977697, + -76.86944997748081, + -12.17794820826367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.87478290048413, + -12.17794820826367 + ] + ] + ], + "type": "Polygon" + }, + "id": "297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04592701330695, + -12.039675696762927, + -77.03627684004469, + -12.029287930012176 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.04160714505116, + -12.029287930012176 + ] + ] + ], + "type": "Polygon" + }, + "id": "298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8440714620343, + -11.980438151038138, + -76.83442831726467, + -11.97005449846602 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83975783662588, + -11.97005449846602 + ] + ] + ], + "type": "Polygon" + }, + "id": "299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80061963833899, + -12.28271139407342, + -76.79096863710082, + -12.272333595642825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.79630316580696, + -12.272333595642825 + ] + ] + ], + "type": "Polygon" + }, + "id": "300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036732527057, + -12.251577403203775, + -76.7940230993258, + -12.241199010565618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.79935711249163, + -12.241199010565618 + ] + ] + ], + "type": "Polygon" + }, + "id": "301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85777052428122, + -12.123320380484714, + -76.84812275376791, + -12.112938561762512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.85345461940292, + -12.112938561762512 + ] + ] + ], + "type": "Polygon" + }, + "id": "302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01468006829356, + -12.028736401017454, + -77.00503102056477, + -12.018349234961796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.01036118346232, + -12.018349234961796 + ] + ] + ], + "type": "Polygon" + }, + "id": "303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06864427527792, + -11.805908190550522, + -77.05900049046377, + -11.7955165073358 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.06432691828502, + -11.7955165073358 + ] + ] + ], + "type": "Polygon" + }, + "id": "304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75650787843132, + -12.073954364533424, + -76.74686430086852, + -12.0635743325051 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.75219540303738, + -12.0635743325051 + ] + ] + ], + "type": "Polygon" + }, + "id": "305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9407951270274, + -12.076499990097224, + -76.93114656702225, + -12.066115374150723 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.93647759452945, + -12.066115374150723 + ] + ] + ], + "type": "Polygon" + }, + "id": "306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99254490980547, + -11.924309369344149, + -76.98289954458286, + -11.91392120888263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.98822801285365, + -11.91392120888263 + ] + ] + ], + "type": "Polygon" + }, + "id": "307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8615769132101, + -12.225895739434248, + -76.85192597963348, + -12.215515467710839 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.85725953491377, + -12.215515467710839 + ] + ] + ], + "type": "Polygon" + }, + "id": "308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82271308138547, + -12.292771967803247, + -76.81306118657103, + -12.282393780019772 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.8183958699027, + -12.282393780019772 + ] + ] + ], + "type": "Polygon" + }, + "id": "309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80442733604714, + -12.290950218212732, + -76.79477598627187, + -12.280572461398913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.80011064915769, + -12.280572461398913 + ] + ] + ], + "type": "Polygon" + }, + "id": "310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91339778797766, + -12.262483650626544, + -76.90374439331352, + -12.252102685239649 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.90907851284486, + -12.252102685239649 + ] + ] + ], + "type": "Polygon" + }, + "id": "311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70170884117316, + -12.06849706318398, + -76.69206692295926, + -12.058118342425482 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.69739794860904, + -12.058118342425482 + ] + ] + ], + "type": "Polygon" + }, + "id": "312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81814872897102, + -12.245158787284186, + -76.80849837870285, + -12.234779923484842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.81383227842726, + -12.234779923484842 + ] + ] + ], + "type": "Polygon" + }, + "id": "313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02304290234876, + -11.990233185011673, + -77.013394788208, + -11.979845238584236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.01872430703853, + -11.979845238584236 + ] + ] + ], + "type": "Polygon" + }, + "id": "314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09073759637283, + -11.815937754362835, + -77.08109295415133, + -11.805545671217839 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.0864195166177, + -11.805545671217839 + ] + ] + ], + "type": "Polygon" + }, + "id": "315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81665243028093, + -12.072069644631195, + -76.80700728619527, + -12.061688063106024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.81233833131705, + -12.061688063106024 + ] + ] + ], + "type": "Polygon" + }, + "id": "316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89962785343658, + -11.742119551359691, + -76.88999033468107, + -11.731731167715946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89531589279926, + -11.731731167715946 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.89049721976161, + -11.733879083200115 + ], + [ + -76.89531589279926, + -11.731731167715946 + ] + ] + ], + "type": "Polygon" + }, + "id": "317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92859440195586, + -12.012385294800126, + -76.91894807285512, + -12.002000008590564 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.92427805496173, + -12.002000008590564 + ] + ] + ], + "type": "Polygon" + }, + "id": "318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71297745312262, + -12.376112162821524, + -76.70332604083745, + -12.365738181197397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.70866214274281, + -12.365738181197397 + ] + ] + ], + "type": "Polygon" + }, + "id": "319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00545635913397, + -11.839050419430704, + -76.99581320109768, + -11.82866073658788 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -77.00114025196609, + -11.82866073658788 + ] + ] + ], + "type": "Polygon" + }, + "id": "320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99791127472288, + -12.01135562289025, + -76.98826317652791, + -12.000968608180774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.99359307225109, + -12.000968608180774 + ] + ] + ], + "type": "Polygon" + }, + "id": "321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04822646082482, + -12.063497338417747, + -77.0385755184363, + -12.053109877476047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.0439062129774, + -12.053109877476047 + ] + ] + ], + "type": "Polygon" + }, + "id": "322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84329891677801, + -12.129746299607943, + -76.83365133967195, + -12.119364944937178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.83898332055361, + -12.119364944937178 + ] + ] + ], + "type": "Polygon" + }, + "id": "323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00016789108413, + -11.94079036244063, + -76.9905218382658, + -11.930402252751769 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.99585056942536, + -11.930402252751769 + ] + ] + ], + "type": "Polygon" + }, + "id": "324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97346103976508, + -11.788709204145691, + -76.96382020637876, + -11.778319618078024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.9691464637406, + -11.778319618078024 + ] + ] + ], + "type": "Polygon" + }, + "id": "325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93467454567222, + -11.950070886433833, + -76.92502991514066, + -11.939684528594263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93035886542148, + -11.939684528594263 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.92502991514066, + -11.947023753861675 + ], + [ + -76.92553663642693, + -11.94183062829927 + ], + [ + -76.93035886542148, + -11.939684528594263 + ] + ] + ], + "type": "Polygon" + }, + "id": "326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08074758715631, + -11.681197189596919, + -77.07110720729678, + -11.670803560246565 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.07643156889615, + -11.670803560246565 + ] + ] + ], + "type": "Polygon" + }, + "id": "327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74499179155363, + -12.332170070369239, + -76.73534081809304, + -12.321794517395944 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.7406761857094, + -12.321794517395944 + ] + ] + ], + "type": "Polygon" + }, + "id": "328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77405486965681, + -11.942048216697108, + -76.76441474888121, + -11.931665764362775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.76974367090764, + -11.931665764362775 + ] + ] + ], + "type": "Polygon" + }, + "id": "329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15535961172395, + -11.672732006476396, + -77.14571761323529, + -11.662336465995901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.15104172459844, + -11.662336465995901 + ] + ] + ], + "type": "Polygon" + }, + "id": "330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90577433681777, + -12.24600507795889, + -76.89612163469324, + -12.23562403064534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.90145548861868, + -12.23562403064534 + ] + ] + ], + "type": "Polygon" + }, + "id": "331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03507082169807, + -11.676733936083627, + -77.02543173545402, + -11.666341361639741 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03075608290067, + -11.666341361639741 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.02974642952611, + -11.676733936083627 + ], + [ + -77.02543173545402, + -11.673689155379838 + ], + [ + -77.02593662538861, + -11.668492921065312 + ], + [ + -77.03075608290067, + -11.666341361639741 + ] + ] + ], + "type": "Polygon" + }, + "id": "332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0319941219745, + -11.613483987993243, + -77.02235699528376, + -11.603090689729418 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.02768030748416, + -11.603090689729418 + ] + ] + ], + "type": "Polygon" + }, + "id": "333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75871995978359, + -12.286391121532061, + -76.74906998094876, + -12.276014446511903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.75440458789402, + -12.276014446511903 + ] + ] + ], + "type": "Polygon" + }, + "id": "334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15401731170752, + -11.877199603870887, + -77.14436925993621, + -11.866806841349657 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.15401731170752, + -11.869851523508766 + ], + [ + -77.15351390513177, + -11.875047956689901 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.1496967344261, + -11.866806841349657 + ] + ] + ], + "type": "Polygon" + }, + "id": "335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75722342514571, + -12.207650233804772, + -76.74757583853264, + -12.197272298477472 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.7529091459953, + -12.197272298477472 + ] + ] + ], + "type": "Polygon" + }, + "id": "336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10139042385023, + -11.801243161345997, + -77.09174595072632, + -11.790850619184004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.09707225638981, + -11.790850619184004 + ] + ] + ], + "type": "Polygon" + }, + "id": "337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01303600514196, + -11.76112372157899, + -77.00339497229258, + -11.750732791740804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -77.00872073291721, + -11.750732791740804 + ] + ] + ], + "type": "Polygon" + }, + "id": "338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13636656128509, + -11.725969609687166, + -77.12672345198874, + -11.715575216035242 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.13204846801388, + -11.715575216035242 + ] + ] + ], + "type": "Polygon" + }, + "id": "339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0176258564768, + -11.808777115798456, + -77.00798328730798, + -11.798386717739445 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.01330982621155, + -11.798386717739445 + ] + ] + ], + "type": "Polygon" + }, + "id": "340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78696587625686, + -12.045536842258883, + -76.7773223218341, + -12.035155603988407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.78265294383284, + -12.035155603988407 + ] + ] + ], + "type": "Polygon" + }, + "id": "341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79302680339849, + -12.171916458755764, + -76.783379315083, + -12.161537040016814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.78871201858094, + -12.161537040016814 + ] + ] + ], + "type": "Polygon" + }, + "id": "342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04739002146519, + -11.929698006363857, + -77.03774308959042, + -11.91930857884644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.04307158173907, + -11.91930857884644 + ] + ] + ], + "type": "Polygon" + }, + "id": "343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0688202220841, + -12.089117800298034, + -77.0591679919064, + -12.078730229639179 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.06449908159104, + -12.078730229639179 + ] + ] + ], + "type": "Polygon" + }, + "id": "344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89205326208422, + -12.197475838118352, + -76.88240237054319, + -12.187094342126143 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.88773543464625, + -12.187094342126143 + ] + ] + ], + "type": "Polygon" + }, + "id": "345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8067796602301, + -11.937429700095176, + -76.7971387949511, + -11.927046354538565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80246762652385, + -11.927046354538565 + ], + [ + -76.8067796602301, + -11.930094480211764 + ], + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.79764728080399, + -11.929189869463437 + ], + [ + -76.80246762652385, + -11.927046354538565 + ] + ] + ], + "type": "Polygon" + }, + "id": "346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0838980861846, + -11.838872041259208, + -77.07425293370218, + -11.828480440112767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07957988290458, + -11.828480440112767 + ] + ] + ], + "type": "Polygon" + }, + "id": "347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85016005033313, + -12.012492951474222, + -76.84051578783647, + -12.002109623508932 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.84584583151634, + -12.002109623508932 + ] + ] + ], + "type": "Polygon" + }, + "id": "348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8364421255576, + -12.152649839114584, + -76.82679404785692, + -12.142269018720391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.83212641066429, + -12.142269018720391 + ] + ] + ], + "type": "Polygon" + }, + "id": "349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98411326658778, + -11.774021412382755, + -76.9744725948197, + -11.763631365717979 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.9797985995285, + -11.763631365717979 + ] + ] + ], + "type": "Polygon" + }, + "id": "350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72973015691596, + -12.393503922541175, + -76.72007776631057, + -12.383129814963885 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.72922000502057, + -12.391368011429442 + ], + [ + -76.72439372214878, + -12.393503922541175 + ], + [ + -76.72007776631057, + -12.390452750683998 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.72541415179316, + -12.383129814963885 + ] + ] + ], + "type": "Polygon" + }, + "id": "351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82653382964753, + -12.20669155333224, + -76.81688440352994, + -12.196311849570971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.82221766371865, + -12.196311849570971 + ] + ] + ], + "type": "Polygon" + }, + "id": "352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.062532518386, + -11.773838612776718, + -77.05288984334906, + -11.763446644130282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.05821575195468, + -11.763446644130282 + ] + ] + ], + "type": "Polygon" + }, + "id": "353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11067284395654, + -11.990970340764324, + -77.10102248476078, + -11.980580268472112 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.10635189865224, + -11.980580268472112 + ] + ] + ], + "type": "Polygon" + }, + "id": "354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91718100613274, + -12.082029260808536, + -76.90753289900002, + -12.071645316445418 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.91286403873411, + -12.071645316445418 + ] + ] + ], + "type": "Polygon" + }, + "id": "355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77163899071718, + -12.38983879310594, + -76.76198557004037, + -12.37946355496523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.76732188124168, + -12.37946355496523 + ] + ] + ], + "type": "Polygon" + }, + "id": "356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14789367764867, + -11.845128126199295, + -77.13824673356342, + -11.834735063048187 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.14357369035685, + -11.834735063048187 + ] + ] + ], + "type": "Polygon" + }, + "id": "357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03448382048302, + -12.01495448582667, + -77.02483467650607, + -12.004566627185671 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.03016458861161, + -12.004566627185671 + ] + ] + ], + "type": "Polygon" + }, + "id": "358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72828106937432, + -12.220481188614924, + -76.71863388791743, + -12.210104198680025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.72396741570846, + -12.210104198680025 + ] + ] + ], + "type": "Polygon" + }, + "id": "359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05715132485159, + -11.686761088582841, + -77.04751137767525, + -11.676368104609603 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.052835862107, + -11.676368104609603 + ] + ] + ], + "type": "Polygon" + }, + "id": "360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91868717906243, + -11.972086866996223, + -76.9090423108042, + -11.961701228485474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.91437163774424, + -11.961701228485474 + ] + ] + ], + "type": "Polygon" + }, + "id": "361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77469604282165, + -12.358712461598577, + -76.76504346990656, + -12.34833660774112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.77037926551537, + -12.34833660774112 + ] + ] + ], + "type": "Polygon" + }, + "id": "362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234287211177, + -11.982246438218551, + -76.8526991874915, + -11.971862354631908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.85802872487083, + -11.971862354631908 + ] + ] + ], + "type": "Polygon" + }, + "id": "363", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99487621075322, + -12.042515580913221, + -76.98522726157927, + -12.032129109944137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.99055767399783, + -12.032129109944137 + ] + ] + ], + "type": "Polygon" + }, + "id": "364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91032837737204, + -12.104940202352134, + -76.9006797666078, + -12.09455678339191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.90601128981811, + -12.09455678339191 + ] + ] + ], + "type": "Polygon" + }, + "id": "365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74424504193092, + -12.292804209128585, + -76.73459526503483, + -12.282428009719903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73992998261254, + -12.282428009719903 + ] + ] + ], + "type": "Polygon" + }, + "id": "366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8417895367728, + -11.956622688408222, + -76.83214716263649, + -11.94623874265449 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374762910927, + -11.94623874265449 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.83265519077547, + -11.948382768092578 + ], + [ + -76.8374762910927, + -11.94623874265449 + ] + ] + ], + "type": "Polygon" + }, + "id": "367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15250704651989, + -11.892788427051887, + -77.14285856788398, + -11.882395921097492 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.15250704651989, + -11.885440694938193 + ], + [ + -77.15200359448251, + -11.890636999833035 + ], + [ + -77.14717927003758, + -11.892788427051887 + ], + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.14818630125804, + -11.882395921097492 + ] + ] + ], + "type": "Polygon" + }, + "id": "368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97426631187085, + -11.922511056543527, + -76.96462147268464, + -11.912123320442527 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96994993079112, + -11.912123320442527 + ] + ] + ], + "type": "Polygon" + }, + "id": "369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95148134029418, + -12.156187588495547, + -76.94183012391612, + -12.145803952951942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.94716245506731, + -12.145803952951942 + ] + ] + ], + "type": "Polygon" + }, + "id": "370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75800361521941, + -12.152708886984989, + -76.74835764741655, + -12.142330049110976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.75369004799695, + -12.142330049110976 + ] + ] + ], + "type": "Polygon" + }, + "id": "371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73435976081797, + -12.25252376341874, + -76.72471145654949, + -12.242147144937514 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.73004551177351, + -12.242147144937514 + ] + ] + ], + "type": "Polygon" + }, + "id": "372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7603426100095, + -11.987860087483437, + -76.7507014954009, + -11.97747865607264 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.75603117717198, + -11.97747865607264 + ] + ] + ], + "type": "Polygon" + }, + "id": "373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03678214416615, + -12.03877630295906, + -77.02713223107217, + -12.028388746419038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.03246253274175, + -12.028388746419038 + ] + ] + ], + "type": "Polygon" + }, + "id": "374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73678767310427, + -11.899037829177402, + -76.72714984573396, + -11.888655700956116 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73247807152565, + -11.888655700956116 + ], + [ + -76.73678767310427, + -11.891704236279686 + ], + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.73247807152565, + -11.888655700956116 + ] + ] + ], + "type": "Polygon" + }, + "id": "375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84711258292944, + -12.043641843898325, + -76.83746747277472, + -12.033259062355883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.84279803169557, + -12.033259062355883 + ] + ] + ], + "type": "Polygon" + }, + "id": "376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69790801702896, + -12.060257918589876, + -76.68826644896916, + -12.049879168500034 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.69359733933436, + -12.049879168500034 + ] + ] + ], + "type": "Polygon" + }, + "id": "377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99328518478939, + -11.8693206687198, + -76.9836414386852, + -11.858931707497396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.9889690011282, + -11.858931707497396 + ] + ] + ], + "type": "Polygon" + }, + "id": "378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17301765432245, + -11.823973539312208, + -77.16337071647126, + -11.813579579693219 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.16869728435682, + -11.813579579693219 + ] + ] + ], + "type": "Polygon" + }, + "id": "379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94304215087904, + -11.911571258743686, + -76.9333984491444, + -11.901184137020397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.93872675785875, + -11.901184137020397 + ] + ] + ], + "type": "Polygon" + }, + "id": "380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829056395012, + -12.102225284262298, + -76.87325783231098, + -12.09184250702525 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.87858933240094, + -12.09184250702525 + ] + ] + ], + "type": "Polygon" + }, + "id": "381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84861968255942, + -12.311070438952921, + -76.83896654920447, + -12.300691906854938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.84861968255942, + -12.30374150213806 + ], + [ + -76.84811131859357, + -12.308930821799855 + ], + [ + -76.84328466500028, + -12.311070438952921 + ], + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.84430151919888, + -12.300691906854938 + ] + ] + ], + "type": "Polygon" + }, + "id": "382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70708663702035, + -11.966842574593313, + -76.69744760174811, + -11.956462186501872 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.70277695091036, + -11.956462186501872 + ] + ] + ], + "type": "Polygon" + }, + "id": "383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7556949523206, + -12.223216771402916, + -76.74604694243342, + -12.212839128475519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.75138050735526, + -12.212839128475519 + ] + ] + ], + "type": "Polygon" + }, + "id": "384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07463668841463, + -11.649124323682695, + -77.06499741711394, + -11.638730433820978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.0703212601443, + -11.638730433820978 + ] + ] + ], + "type": "Polygon" + }, + "id": "385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17372757940474, + -11.768958068198222, + -77.16408226197068, + -11.758563345493853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16940792424217, + -11.758563345493853 + ], + [ + -77.17372757940474, + -11.76160729678294 + ], + [ + -77.17322461803016, + -11.766804710012233 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16940792424217, + -11.758563345493853 + ] + ] + ], + "type": "Polygon" + }, + "id": "386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79762684703003, + -12.030871773063252, + -76.7879834426213, + -12.0204900431592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.7933138181115, + -12.0204900431592 + ] + ] + ], + "type": "Polygon" + }, + "id": "387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80446425729335, + -12.102305614913524, + -76.79481853843406, + -12.091924808369752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.80015008830567, + -12.091924808369752 + ] + ] + ], + "type": "Polygon" + }, + "id": "388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84633504441126, + -12.287263609864066, + -76.83668268322576, + -12.276884735222488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.84201726154947, + -12.276884735222488 + ] + ] + ], + "type": "Polygon" + }, + "id": "389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08402426834797, + -12.027687637695733, + -77.07437348567986, + -12.017298760625222 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07970354248725, + -12.017298760625222 + ] + ] + ], + "type": "Polygon" + }, + "id": "390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745200539487, + -11.763244580154128, + -76.86488256932016, + -11.752857103573922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.8702084935547, + -11.752857103573922 + ] + ] + ], + "type": "Polygon" + }, + "id": "391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63386052230021, + -12.242468418069834, + -76.62421528933771, + -12.232094210027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.62852657183147, + -12.242468418069834 + ], + [ + -76.62421528933771, + -12.239417081515072 + ], + [ + -76.62472666068892, + -12.234230032623628 + ], + [ + -76.62954918920411, + -12.232094210027 + ] + ] + ], + "type": "Polygon" + }, + "id": "392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77783125370048, + -12.04462939613912, + -76.76818797300962, + -12.034248375067428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.77351858386209, + -12.034248375067428 + ] + ] + ], + "type": "Polygon" + }, + "id": "393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80220387104839, + -11.984152557667542, + -76.79256173631005, + -11.9737700129811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.79789133976425, + -11.9737700129811 + ] + ] + ], + "type": "Polygon" + }, + "id": "394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86157870186486, + -12.13155992791658, + -76.85193058432881, + -12.121178143231779 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.8572625832918, + -12.121178143231779 + ] + ] + ], + "type": "Polygon" + }, + "id": "395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09396041545746, + -12.067992008857921, + -77.08430817981784, + -12.057603501354174 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.089638886556, + -12.057603501354174 + ] + ] + ], + "type": "Polygon" + }, + "id": "396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6886199659815, + -12.34224375122766, + -76.6789702353218, + -12.331869810505681 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.68328436992908, + -12.34224375122766 + ], + [ + -76.6789702353218, + -12.339192434049515 + ], + [ + -76.6794810039315, + -12.334005518360474 + ], + [ + -76.68430578151983, + -12.331869810505681 + ] + ] + ], + "type": "Polygon" + }, + "id": "397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06348908804222, + -12.096458542286033, + -77.05383677411936, + -12.086071215192105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.0591679919064, + -12.086071215192105 + ] + ] + ], + "type": "Polygon" + }, + "id": "398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99798729734012, + -12.200097908591262, + -76.98833356546906, + -12.189713826950152 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.99366657226466, + -12.189713826950152 + ] + ] + ], + "type": "Polygon" + }, + "id": "399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06876153892235, + -11.994725423466083, + -77.05911212550886, + -11.98433642579846 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.06444166033259, + -11.98433642579846 + ] + ] + ], + "type": "Polygon" + }, + "id": "400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00164572363487, + -11.830809712450646, + -76.99200290904106, + -11.820420009133029 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.99732982863519, + -11.820420009133029 + ] + ] + ], + "type": "Polygon" + }, + "id": "401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89584729712503, + -12.017013606979658, + -76.8862016898985, + -12.006629204734985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.89153177564991, + -12.006629204734985 + ] + ] + ], + "type": "Polygon" + }, + "id": "402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82426444200071, + -12.088548737642547, + -76.81461860246522, + -12.078167218656258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81994991515239, + -12.078167218656258 + ] + ] + ], + "type": "Polygon" + }, + "id": "403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00635598654908, + -12.161607940306945, + -76.9967031883501, + -12.151223035839331 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -77.00203555085251, + -12.151223035839331 + ] + ] + ], + "type": "Polygon" + }, + "id": "404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0587760342812, + -11.86001392654971, + -77.04913088873815, + -11.849623231133688 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.05445821951429, + -11.849623231133688 + ] + ] + ], + "type": "Polygon" + }, + "id": "405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72753666609293, + -12.181110716870657, + -76.71789068033374, + -12.170733108002043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.72322355849327, + -12.170733108002043 + ] + ] + ], + "type": "Polygon" + }, + "id": "406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96741951006165, + -11.945432841246456, + -76.95777416528405, + -11.935045605773727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.96310300777083, + -11.935045605773727 + ] + ] + ], + "type": "Polygon" + }, + "id": "407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00775102963965, + -11.86287529947436, + -76.9981071030483, + -11.85248589239293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -77.0034345432824, + -11.85248589239293 + ] + ] + ], + "type": "Polygon" + }, + "id": "408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09915593211505, + -11.87183584588659, + -77.08950941294603, + -11.86144433410927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.09483688286359, + -11.86144433410927 + ] + ] + ], + "type": "Polygon" + }, + "id": "409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84328466500028, + -12.31839903412347, + -76.83363145480128, + -12.308020759999653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.84328466500028, + -12.311070438952921 + ], + [ + -76.84277621500075, + -12.316259629657061 + ], + [ + -76.8379495229541, + -12.31839903412347 + ], + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.83896654920447, + -12.308020759999653 + ] + ] + ], + "type": "Polygon" + }, + "id": "410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69948718602971, + -11.950363790854883, + -76.68984885046599, + -11.939983354811924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.69517792932324, + -11.939983354811924 + ] + ] + ], + "type": "Polygon" + }, + "id": "411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68413080591773, + -12.200352616052527, + -76.67448543711103, + -12.189976427140166 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.67981864043104, + -12.189976427140166 + ] + ] + ], + "type": "Polygon" + }, + "id": "412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78614318599892, + -12.28912738874011, + -76.7764923831701, + -12.278750063894888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.78182702450687, + -12.278750063894888 + ] + ] + ], + "type": "Polygon" + }, + "id": "413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04127855396891, + -11.897632384277767, + -77.03163273336011, + -11.88724264670607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.03696070546192, + -11.88724264670607 + ] + ] + ], + "type": "Polygon" + }, + "id": "414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75189006884658, + -12.214977875907383, + -76.74224240834708, + -12.20460019526703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.74757583853264, + -12.20460019526703 + ] + ] + ], + "type": "Polygon" + }, + "id": "415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10145859425279, + -11.895663697411841, + -77.09181130726051, + -11.885272466395929 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.09713916589438, + -11.885272466395929 + ] + ] + ], + "type": "Polygon" + }, + "id": "416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98188775574955, + -11.938991938634567, + -76.9722422282228, + -11.928604252779929 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9775709496767, + -11.928604252779929 + ] + ] + ], + "type": "Polygon" + }, + "id": "417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614912282836, + -12.084840416785354, + -76.85650227792623, + -12.074457789189802 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.86183350341788, + -12.074457789189802 + ] + ] + ], + "type": "Polygon" + }, + "id": "418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75725565455768, + -12.113332576807045, + -76.7476108820213, + -12.102953136984276 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7529426333178, + -12.102953136984276 + ] + ] + ], + "type": "Polygon" + }, + "id": "419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12643395211093, + -11.68565401604365, + -77.11679229056348, + -11.675259338077305 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.12211665943357, + -11.675259338077305 + ] + ] + ], + "type": "Polygon" + }, + "id": "420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97268702976056, + -11.749299223720412, + -76.96304738940538, + -11.738909127551887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.96837299951777, + -11.738909127551887 + ] + ] + ], + "type": "Polygon" + }, + "id": "421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15846247718872, + -11.735992676230515, + -77.1488185194075, + -11.725597882355164 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.15414366507065, + -11.725597882355164 + ] + ] + ], + "type": "Polygon" + }, + "id": "422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88900134591357, + -12.134278371459596, + -76.8793524213084, + -12.123895943630103 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.8846844453261, + -12.123895943630103 + ] + ] + ], + "type": "Polygon" + }, + "id": "423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09310490536778, + -11.93418130509115, + -77.0834566810895, + -11.923790828603828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.08878518555234, + -11.923790828603828 + ] + ] + ], + "type": "Polygon" + }, + "id": "424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74801559026105, + -12.395334008839233, + -76.73836264645216, + -12.384959467006523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.74750569016635, + -12.39319771722414 + ], + [ + -76.74267913078529, + -12.395334008839233 + ], + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.74369905690335, + -12.384959467006523 + ] + ] + ], + "type": "Polygon" + }, + "id": "425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80749828306516, + -12.165495446327435, + -76.79785059706296, + -12.155115559442741 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.8031831876835, + -12.155115559442741 + ] + ] + ], + "type": "Polygon" + }, + "id": "426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07245734969038, + -11.81414915596941, + -77.06281322286723, + -11.803757492587316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.06813978109615, + -11.803757492587316 + ] + ] + ], + "type": "Polygon" + }, + "id": "427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07027580832741, + -11.979141860027168, + -77.0606268211157, + -11.96875259503978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.06595609729841, + -11.96875259503978 + ] + ] + ], + "type": "Polygon" + }, + "id": "428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1050663254176, + -11.620614042981536, + -77.09542713418077, + -11.6102190575366 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1007504664577, + -11.6102190575366 + ], + [ + -77.1050663254176, + -11.613262825084432 + ], + [ + -77.10456263027575, + -11.61846037027471 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.095930956059, + -11.61237274766407 + ], + [ + -77.1007504664577, + -11.6102190575366 + ] + ] + ], + "type": "Polygon" + }, + "id": "429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70921880502439, + -12.273586745286362, + -76.69957055942338, + -12.263211118000788 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.70490496821624, + -12.263211118000788 + ] + ] + ], + "type": "Polygon" + }, + "id": "430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6894639375134, + -12.19302701203461, + -76.67981864043104, + -12.182650567935616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.6851517222304, + -12.182650567935616 + ] + ] + ], + "type": "Polygon" + }, + "id": "431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66506602332277, + -12.253452464691916, + -76.65541959572705, + -12.243077634672435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.66075367716525, + -12.243077634672435 + ] + ] + ], + "type": "Polygon" + }, + "id": "432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11830702458228, + -12.007451731074532, + -77.10865598238549, + -11.997061718575031 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.11398565628419, + -11.997061718575031 + ] + ] + ], + "type": "Polygon" + }, + "id": "433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83113106065038, + -11.971293766643154, + -76.82148853376206, + -11.960910303911259 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.82681791016364, + -11.960910303911259 + ] + ] + ], + "type": "Polygon" + }, + "id": "434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99032258836586, + -12.089252430401785, + -76.98067236254373, + -12.078866786645234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.9860035501361, + -12.078866786645234 + ] + ] + ], + "type": "Polygon" + }, + "id": "435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92175950661635, + -12.129659490206809, + -76.91210985832066, + -12.119276173395058 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.9174417793579, + -12.119276173395058 + ] + ] + ], + "type": "Polygon" + }, + "id": "436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10231748514029, + -12.02948287301179, + -77.09266618760824, + -12.019093578259378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.09799624795995, + -12.019093578259378 + ] + ] + ], + "type": "Polygon" + }, + "id": "437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79905254388291, + -12.486867858047788, + -76.78939548109929, + -12.476493641305064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.79905254388291, + -12.479544488351467 + ], + [ + -76.79854321091787, + -12.484731650511064 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.79473338439676, + -12.476493641305064 + ] + ] + ], + "type": "Polygon" + }, + "id": "438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94229339514817, + -11.966551386983804, + -76.93264807453043, + -11.956165081458742 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.93797728920273, + -11.956165081458742 + ] + ] + ], + "type": "Polygon" + }, + "id": "439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1008043296326, + -12.04506647523016, + -77.09115260540901, + -12.034677452491959 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.09648292463804, + -12.034677452491959 + ] + ] + ], + "type": "Polygon" + }, + "id": "440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05866464314533, + -11.671171553257292, + -77.04902512123174, + -11.660778332252532 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.05434934757032, + -11.660778332252532 + ] + ] + ], + "type": "Polygon" + }, + "id": "441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07863261220974, + -11.940629513703938, + -77.0689845613097, + -11.930239482393434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.074313192106, + -11.930239482393434 + ] + ] + ], + "type": "Polygon" + }, + "id": "442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78013402833781, + -11.974100880127681, + -76.77049278803034, + -11.96371874398464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.77582223566232, + -11.96371874398464 + ] + ] + ], + "type": "Polygon" + }, + "id": "443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66966280464716, + -12.206764178142732, + -76.6600176439382, + -12.196388464398414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.6653509542731, + -12.196388464398414 + ] + ] + ], + "type": "Polygon" + }, + "id": "444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87299858092472, + -11.778825485536775, + -76.86336067285633, + -11.76843825663278 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.86868685442694, + -11.76843825663278 + ] + ] + ], + "type": "Polygon" + }, + "id": "445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75107466963217, + -12.364209764792081, + -76.74142257307574, + -12.353834605778536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.7467584681537, + -12.353834605778536 + ] + ] + ], + "type": "Polygon" + }, + "id": "446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96432613303355, + -11.787811976692664, + -76.95468556320508, + -11.777422603658586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.9600118150519, + -11.777422603658586 + ] + ] + ], + "type": "Polygon" + }, + "id": "447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76708176402589, + -12.342235513656536, + -76.75742988975537, + -12.33185957068241 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.76276541610247, + -12.33185957068241 + ] + ] + ], + "type": "Polygon" + }, + "id": "448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11376947869532, + -12.054204554407193, + -77.10411715599147, + -12.043815355683313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.109447606702, + -12.043815355683313 + ] + ] + ], + "type": "Polygon" + }, + "id": "449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01008758589712, + -11.981093518682389, + -77.00044007663246, + -11.97070575503808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -77.00576946014705, + -11.97070575503808 + ] + ] + ], + "type": "Polygon" + }, + "id": "450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7305954276187, + -12.149977313445877, + -76.72095028752243, + -12.139599129129302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.72628265119727, + -12.139599129129302 + ] + ] + ], + "type": "Polygon" + }, + "id": "451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94996124648227, + -12.171762684744904, + -76.94030960476705, + -12.161379334939959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.94564219426039, + -12.161379334939959 + ] + ] + ], + "type": "Polygon" + }, + "id": "452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03809908389933, + -11.645555740467486, + -77.02846084761174, + -11.635162695119144 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.03277520770102, + -11.645555740467486 + ], + [ + -77.02846084761174, + -11.642511159366103 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.03378467913649, + -11.635162695119144 + ] + ] + ], + "type": "Polygon" + }, + "id": "453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12873754708409, + -11.709487025028457, + -77.11909511885594, + -11.699092599969042 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.12441987578273, + -11.699092599969042 + ] + ] + ], + "type": "Polygon" + }, + "id": "454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99939018258144, + -11.901384939301893, + -76.98974532396451, + -11.890996281955445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.99507340734154, + -11.890996281955445 + ] + ] + ], + "type": "Polygon" + }, + "id": "455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77558124734584, + -11.926474471940011, + -76.76594154931739, + -11.91609175501281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77127021424023, + -11.91609175501281 + ], + [ + -76.77558124734584, + -11.919140098309013 + ], + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.77127021424023, + -11.91609175501281 + ] + ] + ], + "type": "Polygon" + }, + "id": "456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7343986633805, + -12.158216336570128, + -76.72475317360235, + -12.14783818645846 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.7300856722267, + -12.14783818645846 + ] + ] + ], + "type": "Polygon" + }, + "id": "457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02524816643812, + -11.825258706526789, + -77.01560491119679, + -11.814868347924985 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.02093171216825, + -11.814868347924985 + ] + ] + ], + "type": "Polygon" + }, + "id": "458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12053844700944, + -11.936868122963043, + -77.11088945302849, + -11.926477020111669 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.11621796156845, + -11.926477020111669 + ] + ] + ], + "type": "Polygon" + }, + "id": "459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9803699585047, + -11.954573137398487, + -76.97072400587025, + -11.944185715644288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.97605298546904, + -11.944185715644288 + ] + ] + ], + "type": "Polygon" + }, + "id": "460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05804671161432, + -11.915010670439246, + -77.04839994619928, + -11.904620771525344 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.0537281828835, + -11.904620771525344 + ] + ] + ], + "type": "Polygon" + }, + "id": "461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94834686195088, + -11.809840411461849, + -76.93870605180817, + -11.799451733016603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.9440326814956, + -11.799451733016603 + ] + ] + ], + "type": "Polygon" + }, + "id": "462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71756998331423, + -12.329427632913374, + -76.70791984052225, + -12.319052732625766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.71325517001362, + -12.319052732625766 + ] + ] + ], + "type": "Polygon" + }, + "id": "463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90652983621065, + -12.1910493369871, + -76.89687875528585, + -12.180667376148268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.90221170176629, + -12.180667376148268 + ] + ] + ], + "type": "Polygon" + }, + "id": "464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77780503264579, + -12.138959625568104, + -76.76815893874515, + -12.128580067757454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.77349110510013, + -12.128580067757454 + ] + ] + ], + "type": "Polygon" + }, + "id": "465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70843018620451, + -12.328512946607473, + -76.69878032125428, + -12.3181382643803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.70411563748614, + -12.3181382643803 + ] + ] + ], + "type": "Polygon" + }, + "id": "466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00405931242828, + -12.137790548604945, + -76.99440728421787, + -12.127405323715271 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99973925662417, + -12.127405323715271 + ] + ] + ], + "type": "Polygon" + }, + "id": "467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99332181845394, + -11.963713219442123, + -76.98367525887319, + -11.95332561237651 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.98900437503764, + -11.95332561237651 + ] + ] + ], + "type": "Polygon" + }, + "id": "468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78155982561549, + -12.33582286641779, + -76.77190775126604, + -12.32544644668849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.777243165856, + -12.32544644668849 + ] + ] + ], + "type": "Polygon" + }, + "id": "469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73902295224009, + -12.017187279001856, + -76.72938154308636, + -12.006806827096778 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.73471171477347, + -12.006806827096778 + ] + ] + ], + "type": "Polygon" + }, + "id": "470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81435657486047, + -12.142594567019259, + -76.80470938824386, + -12.13221414323606 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.81004159756091, + -12.13221414323606 + ] + ] + ], + "type": "Polygon" + }, + "id": "471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07554435887731, + -11.877391290637775, + -77.06589827038675, + -11.86700043071789 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.0712258647135, + -11.86700043071789 + ] + ] + ], + "type": "Polygon" + }, + "id": "472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13350083559052, + -11.946004088297343, + -77.12385124497351, + -11.935612804294793 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12917988406123, + -11.935612804294793 + ] + ] + ], + "type": "Polygon" + }, + "id": "473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91873182845896, + -12.25515144907158, + -76.90907851284486, + -12.244770229591833 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.91441250677835, + -12.244770229591833 + ] + ] + ], + "type": "Polygon" + }, + "id": "474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07778382403505, + -11.8068025925486, + -77.06813978109615, + -11.79641069919523 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.0734662112888, + -11.79641069919523 + ] + ] + ], + "type": "Polygon" + }, + "id": "475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15083143567514, + -11.71950998078424, + -77.1411881580904, + -11.709115154062955 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.14651304519876, + -11.709115154062955 + ] + ] + ], + "type": "Polygon" + }, + "id": "476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85395457554336, + -12.30374150213806, + -76.84430151919888, + -12.293362712506509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.85395457554336, + -12.296412224087684 + ], + [ + -76.85344629761614, + -12.301601672486825 + ], + [ + -76.84861968255942, + -12.30374150213806 + ], + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.8496363646964, + -12.293362712506509 + ] + ] + ], + "type": "Polygon" + }, + "id": "477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8600527203156, + -12.241465780459382, + -76.8504013622327, + -12.231085802069662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.85573517552187, + -12.231085802069662 + ] + ] + ], + "type": "Polygon" + }, + "id": "478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85929180053891, + -12.202085956371608, + -76.84964163860559, + -12.191705354794417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.85497480252052, + -12.191705354794417 + ] + ] + ], + "type": "Polygon" + }, + "id": "479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1333458168328, + -11.757151821773265, + -77.12370185497106, + -11.746757913246189 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.12902738812849, + -11.746757913246189 + ] + ] + ], + "type": "Polygon" + }, + "id": "480", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07167092189833, + -11.774732643683112, + -77.06202798846748, + -11.76434046462402 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.06735389962827, + -11.76434046462402 + ] + ] + ], + "type": "Polygon" + }, + "id": "482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1692003819991, + -11.815732285380792, + -77.15955378409872, + -11.805338304482683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.16488022284202, + -11.805338304482683 + ] + ] + ], + "type": "Polygon" + }, + "id": "483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07088468793854, + -11.73531454054762, + -77.06124294760833, + -11.724921855598945 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.06656821185614, + -11.724921855598945 + ] + ] + ], + "type": "Polygon" + }, + "id": "484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70175723838183, + -11.974173466334266, + -76.69211813092564, + -11.963793322399562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.69744760174811, + -11.963793322399562 + ] + ] + ], + "type": "Polygon" + }, + "id": "485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85015493083411, + -12.106841251471737, + -76.84050785454744, + -12.096459366040856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.84583945340304, + -12.096459366040856 + ] + ] + ], + "type": "Polygon" + }, + "id": "486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70309482040456, + -12.335836298859522, + -76.6934448830661, + -12.325461877893268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.69878032125428, + -12.325461877893268 + ] + ] + ], + "type": "Polygon" + }, + "id": "487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80600811904529, + -11.992392271422425, + -76.79636563644549, + -11.982009753163393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.80169537381178, + -11.982009753163393 + ] + ] + ], + "type": "Polygon" + }, + "id": "488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70917254030985, + -12.367873977791898, + -76.6995214786163, + -12.357499951075457 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.70485744512067, + -12.357499951075457 + ] + ] + ], + "type": "Polygon" + }, + "id": "489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05956105898211, + -11.899425757073208, + -77.04991471943951, + -11.889035598609016 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.05524269766222, + -11.889035598609016 + ] + ] + ], + "type": "Polygon" + }, + "id": "490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88593470670045, + -11.787965660247313, + -76.87629618452769, + -11.777578232553777 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.88162250710167, + -11.777578232553777 + ] + ] + ], + "type": "Polygon" + }, + "id": "491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65059643428614, + -12.259860674070916, + -76.64095021645811, + -12.24948632238867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.64628440403649, + -12.24948632238867 + ] + ] + ], + "type": "Polygon" + }, + "id": "492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73286947115615, + -12.173783202180944, + -76.72322355849327, + -12.163405339800315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.72855631438362, + -12.163405339800315 + ] + ] + ], + "type": "Polygon" + }, + "id": "493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70407535771871, + -11.903650435128542, + -76.69443828784674, + -11.89326920561445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69976659652558, + -11.89326920561445 + ], + [ + -76.70407535771871, + -11.896318052477712 + ], + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.69443828784674, + -11.90060150124957 + ], + [ + -76.69494814901468, + -11.89541094144886 + ], + [ + -76.69976659652558, + -11.89326920561445 + ] + ] + ], + "type": "Polygon" + }, + "id": "494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84405076448968, + -12.263456186188524, + -76.83439917538082, + -12.253076972556281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83973336207409, + -12.253076972556281 + ] + ] + ], + "type": "Polygon" + }, + "id": "495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72150281963434, + -12.054748411109657, + -76.71186076887139, + -12.044368974596896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.71719156409064, + -12.044368974596896 + ] + ] + ], + "type": "Polygon" + }, + "id": "496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75491420691495, + -12.278152434974485, + -76.74526457754266, + -12.267775718997893 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.75059904973693, + -12.267775718997893 + ] + ] + ], + "type": "Polygon" + }, + "id": "497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77925476952566, + -12.406315379235883, + -76.76960065018484, + -12.395940235140033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77493723061258, + -12.395940235140033 + ], + [ + -76.77925476952566, + -12.398990915650222 + ], + [ + -76.77874528750858, + -12.404178541692698 + ], + [ + -76.77391814051545, + -12.406315379235883 + ], + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.77493723061258, + -12.395940235140033 + ] + ] + ], + "type": "Polygon" + }, + "id": "498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79300500634695, + -12.266233693081073, + -76.78335470236354, + -12.255855812781892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.78868896258706, + -12.255855812781892 + ] + ] + ], + "type": "Polygon" + }, + "id": "499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96057192882992, + -11.96835318904372, + -76.95092607868384, + -11.957966457726739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.95625530545168, + -11.957966457726739 + ] + ] + ], + "type": "Polygon" + }, + "id": "500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99779740700687, + -11.72816034696472, + -76.98815774700806, + -11.71776935358394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.99348298292249, + -11.71776935358394 + ] + ] + ], + "type": "Polygon" + }, + "id": "501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67896275063835, + -11.924737321813645, + -76.6693257437674, + -11.914357037542565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67465440274923, + -11.914357037542565 + ], + [ + -76.67896275063835, + -11.917406220117462 + ], + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.67363404179376, + -11.924737321813645 + ], + [ + -76.6693257437674, + -11.921688052280398 + ], + [ + -76.66983598687797, + -11.916497965252253 + ], + [ + -76.67465440274923, + -11.914357037542565 + ] + ] + ], + "type": "Polygon" + }, + "id": "502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68259931675641, + -12.215916534171438, + -76.67295352552854, + -12.205540637544406 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.67828698592875, + -12.205540637544406 + ] + ] + ], + "type": "Polygon" + }, + "id": "503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8585417666664, + -11.785265355958382, + -76.84890405031436, + -11.774878575245708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.8542303476123, + -11.774878575245708 + ] + ] + ], + "type": "Polygon" + }, + "id": "504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11369768111607, + -11.959799590859504, + -77.10404817521353, + -11.949408986916149 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.1093770714452, + -11.949408986916149 + ] + ] + ], + "type": "Polygon" + }, + "id": "505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.703286784276, + -11.958603183234901, + -76.69364809882825, + -11.948222770940122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.69897731285836, + -11.948222770940122 + ] + ] + ], + "type": "Polygon" + }, + "id": "506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98732106592331, + -12.214769705963864, + -76.97766717112506, + -12.204386124935994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.98300043172658, + -12.204386124935994 + ] + ] + ], + "type": "Polygon" + }, + "id": "507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70787459771711, + -11.91188993028486, + -76.69823717815557, + -11.901508722181376 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.70356562191074, + -11.901508722181376 + ] + ] + ], + "type": "Polygon" + }, + "id": "508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7457387255827, + -12.371533824019414, + -76.7360865552641, + -12.361158927205572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.74142257307574, + -12.361158927205572 + ] + ] + ], + "type": "Polygon" + }, + "id": "509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7573200570042, + -11.924662903528235, + -76.74768090769909, + -11.914280622692358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.75300954938604, + -11.914280622692358 + ] + ] + ], + "type": "Polygon" + }, + "id": "510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75341866165395, + -12.199411281934315, + -76.74377142436369, + -12.189033309672135 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.74910459712224, + -12.189033309672135 + ] + ] + ], + "type": "Polygon" + }, + "id": "511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69252598877264, + -12.1618970999482, + -76.68288153654662, + -12.151520077430236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68821410420628, + -12.151520077430236 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.68288153654662, + -12.158846699139984 + ], + [ + -76.68339196571696, + -12.153658242688385 + ], + [ + -76.68821410420628, + -12.151520077430236 + ] + ] + ], + "type": "Polygon" + }, + "id": "512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65286458888691, + -12.283660146314372, + -76.64321759724989, + -12.273286132863479 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.64752995788032, + -12.283660146314372 + ], + [ + -76.64321759724989, + -12.280608780456793 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.64855217791148, + -12.273286132863479 + ] + ] + ], + "type": "Polygon" + }, + "id": "513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78851529965377, + -11.935619630984991, + -76.7788749798792, + -11.925236719757814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78420379009265, + -11.925236719757814 + ], + [ + -76.78851529965377, + -11.92828499776857 + ], + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.78420379009265, + -11.925236719757814 + ] + ] + ], + "type": "Polygon" + }, + "id": "514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83569370498167, + -12.01892260437619, + -76.82604963639913, + -12.00853973593102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.83137979488403, + -12.00853973593102 + ] + ] + ], + "type": "Polygon" + }, + "id": "515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93921236255058, + -11.808942056533795, + -76.92957181731371, + -11.798553591732015 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.93489844072886, + -11.798553591732015 + ] + ] + ], + "type": "Polygon" + }, + "id": "516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73514387146372, + -12.19758853954884, + -76.72549718614088, + -12.187211002657756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.7308303342874, + -12.187211002657756 + ] + ] + ], + "type": "Polygon" + }, + "id": "517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92329680790736, + -12.208434420033857, + -76.91364476783659, + -12.198052322595753 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.91897798685804, + -12.198052322595753 + ] + ] + ], + "type": "Polygon" + }, + "id": "518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9331165569445, + -11.776878189805075, + -76.92347712538351, + -11.766489440294974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.92880322694008, + -11.766489440294974 + ] + ] + ], + "type": "Polygon" + }, + "id": "519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81205973941998, + -12.213112215449463, + -76.80241050943825, + -12.202732980790707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.80774388344172, + -12.202732980790707 + ] + ] + ], + "type": "Polygon" + }, + "id": "520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76938890233735, + -12.271738067626174, + -76.75973907194198, + -12.26136087715359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.76507343300442, + -12.26136087715359 + ] + ] + ], + "type": "Polygon" + }, + "id": "521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03071749162493, + -12.101097793101392, + -77.02106587444743, + -12.090711339741405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.02639721051388, + -12.090711339741405 + ] + ] + ], + "type": "Polygon" + }, + "id": "522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12291780989925, + -12.05510184217185, + -77.11326523104402, + -12.044712435380177 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.1185956827666, + -12.044712435380177 + ] + ] + ], + "type": "Polygon" + }, + "id": "523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95977224626277, + -11.834562090461873, + -76.95013040282066, + -11.824173470102915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.95545742817292, + -11.824173470102915 + ] + ] + ], + "type": "Polygon" + }, + "id": "524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7099611314612, + -12.312950847377973, + -76.70031168952197, + -12.302575862023534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.70564674836419, + -12.302575862023534 + ] + ] + ], + "type": "Polygon" + }, + "id": "525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.908004797758, + -11.798005003903338, + -76.89836539539176, + -11.787617163611273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.90749806818866, + -11.795857615190872 + ], + [ + -76.90267828066915, + -11.798005003903338 + ], + [ + -76.89836539539176, + -11.794958439111216 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.90369186591155, + -11.787617163611273 + ] + ] + ], + "type": "Polygon" + }, + "id": "526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09692048592095, + -11.94242209383422, + -77.08727191986792, + -11.932031643953428 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.09260055453214, + -11.932031643953428 + ] + ] + ], + "type": "Polygon" + }, + "id": "527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70847666182146, + -12.234220591607027, + -76.69882961226526, + -12.223844332117249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.70416337116535, + -12.223844332117249 + ] + ] + ], + "type": "Polygon" + }, + "id": "528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92707402365286, + -12.027962884503188, + -76.91742726985036, + -12.017577870068575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.92275750995678, + -12.017577870068575 + ] + ] + ], + "type": "Polygon" + }, + "id": "529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16148090774492, + -11.704807812703644, + -77.15183780297451, + -11.694412538307965 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.15716243133036, + -11.694412538307965 + ] + ] + ], + "type": "Polygon" + }, + "id": "530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06555937945983, + -11.742662215841872, + -77.05591755550145, + -11.732269757579088 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.06124294760833, + -11.732269757579088 + ] + ] + ], + "type": "Polygon" + }, + "id": "531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8082699888244, + -12.110545040166192, + -76.79862392189563, + -12.100164266090314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.80395560574883, + -12.100164266090314 + ] + ] + ], + "type": "Polygon" + }, + "id": "532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98333796221709, + -11.734609998553202, + -76.97369848339169, + -11.72421944551605 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97902384093962, + -11.72421944551605 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.97420418743357, + -11.726369220907193 + ], + [ + -76.97902384093962, + -11.72421944551605 + ] + ] + ], + "type": "Polygon" + }, + "id": "533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0398136498083, + -12.007613089657212, + -77.03016458861161, + -11.99722499081118 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.03549437318775, + -11.99722499081118 + ] + ] + ], + "type": "Polygon" + }, + "id": "534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1889030181894, + -11.707476658220566, + -77.17925915556174, + -11.697080760732971 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.1889030181894, + -11.700124253656242 + ], + [ + -77.18840036556279, + -11.70532225422485 + ], + [ + -77.18357834940765, + -11.707476658220566 + ], + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.18458378180419, + -11.697080760732971 + ] + ] + ], + "type": "Polygon" + }, + "id": "535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09468408466303, + -12.013001691514535, + -77.08503347088663, + -12.002612335023782 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.0903632707904, + -12.002612335023782 + ] + ] + ], + "type": "Polygon" + }, + "id": "536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81589733033199, + -12.032684696631991, + -76.80625338104953, + -12.022302533553338 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.81158377736259, + -12.022302533553338 + ] + ] + ], + "type": "Polygon" + }, + "id": "537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12888985280502, + -11.89834777218403, + -77.11924179760814, + -11.887955915093135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.12456965956187, + -11.887955915093135 + ] + ] + ], + "type": "Polygon" + }, + "id": "538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94002450922544, + -12.037105529175706, + -76.93037714431281, + -12.026720331479892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.93570752332758, + -12.026720331479892 + ] + ] + ], + "type": "Polygon" + }, + "id": "539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91334449375987, + -11.885049456341385, + -76.90370235913839, + -11.87466269313924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.90801654884774, + -11.885049456341385 + ], + [ + -76.90370235913839, + -11.882002471262272 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.90903025753246, + -11.87466269313924 + ] + ] + ], + "type": "Polygon" + }, + "id": "540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78311244433367, + -12.225949943424924, + -76.77346361030006, + -12.215571649750798 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.77879720987376, + -12.215571649750798 + ] + ] + ], + "type": "Polygon" + }, + "id": "541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77858162591163, + -12.084010744470321, + -76.7689371504147, + -12.07363030818757 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.77426841022253, + -12.07363030818757 + ] + ] + ], + "type": "Polygon" + }, + "id": "542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66279706443021, + -12.229651621542276, + -76.65315141039008, + -12.219276457780111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.65848509890988, + -12.219276457780111 + ] + ] + ], + "type": "Polygon" + }, + "id": "543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15695305755048, + -11.75158456391446, + -77.14730867322737, + -11.741190012628635 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.1526340775706, + -11.741190012628635 + ] + ] + ], + "type": "Polygon" + }, + "id": "544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9926542451443, + -12.207433974477016, + -76.98300043172658, + -12.197050142921501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.98833356546906, + -12.197050142921501 + ] + ] + ], + "type": "Polygon" + }, + "id": "545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75270471793095, + -12.065715027407807, + -76.74306148941663, + -12.055334965259009 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.74839245698384, + -12.055334965259009 + ] + ] + ], + "type": "Polygon" + }, + "id": "546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04122793994374, + -11.803223424341503, + -77.03158493236862, + -11.792832373051422 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.03691135142249, + -11.792832373051422 + ] + ] + ], + "type": "Polygon" + }, + "id": "547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0252941210179, + -11.919662231274566, + -77.01564805259396, + -11.90927319987577 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.02097640683856, + -11.90927319987577 + ] + ] + ], + "type": "Polygon" + }, + "id": "548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17825355064637, + -11.722180537338396, + -77.16860951345932, + -11.711785086800907 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.17825355064637, + -11.714828752919606 + ], + [ + -77.17775072549043, + -11.720026530073547 + ], + [ + -77.17292862199277, + -11.722180537338396 + ], + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.1739343994177, + -11.711785086800907 + ] + ] + ], + "type": "Polygon" + }, + "id": "549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93544428796525, + -11.989469068023997, + -76.92579846299431, + -11.97908327039427 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.93112806143354, + -11.97908327039427 + ] + ] + ], + "type": "Polygon" + }, + "id": "550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99717144710482, + -12.066335116310636, + -76.98752172830943, + -12.055948951518946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.9928525306654, + -12.055948951518946 + ] + ] + ], + "type": "Polygon" + }, + "id": "551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63992783742441, + -12.274505974990051, + -76.63028147872811, + -12.264132141809126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.6345933576339, + -12.274505974990051 + ], + [ + -76.63028147872811, + -12.27145453552308 + ], + [ + -76.63079281659704, + -12.266267673992983 + ], + [ + -76.63561590799253, + -12.264132141809126 + ] + ] + ], + "type": "Polygon" + }, + "id": "552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234130722171, + -12.076600720274893, + -76.85269480914835, + -12.066218060979061 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.85802590140814, + -12.066218060979061 + ] + ] + ], + "type": "Polygon" + }, + "id": "553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9819544056351, + -12.127745589467992, + -76.97230324742839, + -12.117360751411761 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.97763507858714, + -12.117360751411761 + ] + ] + ], + "type": "Polygon" + }, + "id": "554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09606407437312, + -11.808590615848185, + -77.0864195166177, + -11.798198302972152 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.09174595072632, + -11.798198302972152 + ] + ] + ], + "type": "Polygon" + }, + "id": "555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75267116583025, + -12.16003771240498, + -76.74302512414123, + -12.149659126602288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.74835764741655, + -12.149659126602288 + ] + ] + ], + "type": "Polygon" + }, + "id": "556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67800402333489, + -12.262605637157193, + -76.66835696470443, + -12.252230626631595 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.67369119644752, + -12.252230626631595 + ] + ] + ], + "type": "Polygon" + }, + "id": "557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13954527601143, + -11.883653775720793, + -77.12989739242438, + -11.873261453116775 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.1352249961082, + -11.873261453116775 + ] + ] + ], + "type": "Polygon" + }, + "id": "558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94231515780893, + -12.060922996960164, + -76.93266702278738, + -12.05053810457391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.9379977921497, + -12.05053810457391 + ] + ] + ], + "type": "Polygon" + }, + "id": "559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08304737175783, + -11.705028484119591, + -77.0734062248031, + -11.694635106966642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.07873097480493, + -11.694635106966642 + ] + ] + ], + "type": "Polygon" + }, + "id": "560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08317300523571, + -11.893873000972755, + -77.07352623277134, + -11.883482188598201 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.0788540878124, + -11.883482188598201 + ] + ] + ], + "type": "Polygon" + }, + "id": "561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88974009740531, + -11.796206027416318, + -76.88010122950516, + -11.785818616929973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.88923311568439, + -11.794059004580301 + ], + [ + -76.88441359530529, + -11.796206027416318 + ], + [ + -76.88010122950516, + -11.793159311697226 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.88542768477676, + -11.785818616929973 + ] + ] + ], + "type": "Polygon" + }, + "id": "562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14407717396027, + -11.836886984354994, + -77.13443057039045, + -11.826493899081589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13975739770625, + -11.826493899081589 + ] + ] + ], + "type": "Polygon" + }, + "id": "563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76405449259234, + -12.279064765648851, + -76.75440458789402, + -12.268687832682303 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75973907194198, + -12.268687832682303 + ] + ] + ], + "type": "Polygon" + }, + "id": "564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13357841283683, + -12.040414372922148, + -77.12392600537757, + -12.030024485482539 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12925619878938, + -12.030024485482539 + ], + [ + -77.13357841283683, + -12.033070151166669 + ], + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.12443008035315, + -12.032173730934714 + ], + [ + -77.12925619878938, + -12.030024485482539 + ] + ] + ], + "type": "Polygon" + }, + "id": "565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9461031996698, + -11.974791628497956, + -76.93645753410007, + -11.964405349813838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.94178688090612, + -11.964405349813838 + ] + ] + ], + "type": "Polygon" + }, + "id": "566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83948327901827, + -12.21583958832852, + -76.82983323378433, + -12.205459707376207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.8351666373376, + -12.205459707376207 + ] + ] + ], + "type": "Polygon" + }, + "id": "567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66960500985125, + -12.30105241306261, + -76.65995703486303, + -12.290678261177819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.66529190226078, + -12.290678261177819 + ] + ] + ], + "type": "Polygon" + }, + "id": "568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97429740127725, + -12.016893928379424, + -76.96464974797293, + -12.006507578505625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96997976032539, + -12.006507578505625 + ] + ] + ], + "type": "Polygon" + }, + "id": "569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81441876711634, + -11.765181085225276, + -76.80478282606705, + -11.754795139446493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81010881870328, + -11.754795139446493 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81391078391188, + -11.763035280134243 + ], + [ + -76.80909272658963, + -11.765181085225276 + ], + [ + -76.80478282606705, + -11.76213388416386 + ], + [ + -76.80529093496682, + -11.756940965604116 + ], + [ + -76.81010881870328, + -11.754795139446493 + ] + ] + ], + "type": "Polygon" + }, + "id": "570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0115203491583, + -11.776709808571608, + -77.00187889131944, + -11.76631912503131 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -77.00720490995799, + -11.76631912503131 + ] + ] + ], + "type": "Polygon" + }, + "id": "571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7763310644858, + -11.965861222759813, + -76.76669017252905, + -11.955479061362935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.77201948593907, + -11.955479061362935 + ] + ] + ], + "type": "Polygon" + }, + "id": "572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06730537663464, + -12.104698808685312, + -77.05765271998162, + -12.0943115161932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.0668003977631, + -12.102551802921132 + ], + [ + -77.06197398375704, + -12.104698808685312 + ], + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.06298406847603, + -12.0943115161932 + ] + ] + ], + "type": "Polygon" + }, + "id": "573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72071678193298, + -12.109692686894386, + -76.7110731138428, + -12.099314119618022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7164048153039, + -12.099314119618022 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.71538503114567, + -12.109692686894386 + ], + [ + -76.7110731138428, + -12.10664280586147 + ], + [ + -76.71158306871058, + -12.101453576887053 + ], + [ + -76.7164048153039, + -12.099314119618022 + ] + ] + ], + "type": "Polygon" + }, + "id": "574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98350674487027, + -12.206530034840162, + -76.97385319468727, + -12.196146414355544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.9791863234797, + -12.196146414355544 + ] + ] + ], + "type": "Polygon" + }, + "id": "575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01000455658203, + -11.792295524178872, + -77.00036267372973, + -11.781905088487271 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -77.00568895039962, + -11.781905088487271 + ] + ] + ], + "type": "Polygon" + }, + "id": "576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84862525335753, + -12.216748175954791, + -76.83897493732648, + -12.206368080071197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.84430835017822, + -12.206368080071197 + ] + ] + ], + "type": "Polygon" + }, + "id": "577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90576322729184, + -12.151663261328533, + -76.89611334223908, + -12.14128069011411 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.90144563967331, + -12.14128069011411 + ] + ] + ], + "type": "Polygon" + }, + "id": "578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0647739860184, + -11.703243263188346, + -77.05513335491436, + -11.692850306959631 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.06045810021853, + -11.692850306959631 + ] + ] + ], + "type": "Polygon" + }, + "id": "579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92857664468855, + -11.918010687302278, + -76.91893312893977, + -11.9076240164927 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.91893312893977, + -11.914963665671134 + ], + [ + -76.91943988522571, + -11.909770383692557 + ], + [ + -76.92426155681466, + -11.9076240164927 + ] + ] + ], + "type": "Polygon" + }, + "id": "580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92780792981293, + -11.878609779789487, + -76.91816560796273, + -11.868222566445608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92349338794651, + -11.868222566445608 + ], + [ + -76.92780792981293, + -11.871269301934595 + ], + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.91867231328982, + -11.870369404708052 + ], + [ + -76.92349338794651, + -11.868222566445608 + ] + ] + ], + "type": "Polygon" + }, + "id": "581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09369657513271, + -11.690330267466422, + -77.0840555966714, + -11.679936441601745 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.08938009031519, + -11.679936441601745 + ] + ] + ], + "type": "Polygon" + }, + "id": "582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89509841364945, + -12.166330772821986, + -76.88544837158926, + -12.155948700882378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.89078091951508, + -12.155948700882378 + ] + ] + ], + "type": "Polygon" + }, + "id": "583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03908082753003, + -12.062597604818881, + -77.02943014522748, + -12.052210353943371 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.03476083650062, + -12.052210353943371 + ] + ] + ], + "type": "Polygon" + }, + "id": "584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15624036907705, + -11.806599257644791, + -77.14659436472064, + -11.796205463676934 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.15192067455077, + -11.796205463676934 + ] + ] + ], + "type": "Polygon" + }, + "id": "585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73659657538226, + -12.370619269409174, + -76.7269446815054, + -12.360244589745774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.7322806869038, + -12.360244589745774 + ] + ] + ], + "type": "Polygon" + }, + "id": "586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97423524059491, + -11.82811758297728, + -76.96459321388559, + -11.817728516791046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96992011865227, + -11.817728516791046 + ] + ] + ], + "type": "Polygon" + }, + "id": "587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11758731460198, + -12.062445088841091, + -77.10793465029742, + -12.052055923039 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.11326523104402, + -12.052055923039 + ] + ] + ], + "type": "Polygon" + }, + "id": "588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79605910201941, + -12.23509945971754, + -76.78640964563486, + -12.224720988322822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.79174339044668, + -12.224720988322822 + ] + ] + ], + "type": "Polygon" + }, + "id": "589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9453548084534, + -12.029767770186096, + -76.93570752332758, + -12.019382329559145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.94103777645225, + -12.019382329559145 + ] + ] + ], + "type": "Polygon" + }, + "id": "590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99950550653982, + -12.184521713989865, + -76.98985220061994, + -12.174137344218932 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.995184948792, + -12.174137344218932 + ] + ] + ], + "type": "Polygon" + }, + "id": "591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95907975408434, + -12.078305730275021, + -76.94943066403395, + -12.067920689216223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.9547617037353, + -12.067920689216223 + ] + ] + ], + "type": "Polygon" + }, + "id": "592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1347783787973, + -11.647118099190985, + -77.12513765489705, + -11.636722728771629 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.1347783787973, + -11.639766380166261 + ], + [ + -77.13427505941549, + -11.644964117619487 + ], + [ + -77.12945461237578, + -11.647118099190985 + ], + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.13046137802279, + -11.636722728771629 + ] + ] + ], + "type": "Polygon" + }, + "id": "593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87986361705164, + -12.227711624302946, + -76.87021214463753, + -12.217330924231408 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.87554571690666, + -12.217330924231408 + ] + ] + ], + "type": "Polygon" + }, + "id": "594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9842491751532, + -12.15156236887516, + -76.97459724679794, + -12.141177849715385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97992946819966, + -12.141177849715385 + ] + ] + ], + "type": "Polygon" + }, + "id": "595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71682666787687, + -12.290063815344626, + -76.70717772156361, + -12.279688269106671 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.71251240095832, + -12.279688269106671 + ] + ] + ], + "type": "Polygon" + }, + "id": "596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91948518622011, + -12.200194919843542, + -76.90983349206942, + -12.189812783873554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.91516657847797, + -12.189812783873554 + ] + ] + ], + "type": "Polygon" + }, + "id": "597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97432850882998, + -12.111265688130784, + -76.96467803976492, + -12.100880780584237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.97000960727031, + -12.100880780584237 + ] + ] + ], + "type": "Polygon" + }, + "id": "598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94387950050866, + -12.234058741190108, + -76.93422615720593, + -12.223676549783528 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93955978024196, + -12.223676549783528 + ] + ] + ], + "type": "Polygon" + }, + "id": "599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7823113405589, + -12.37518932675426, + -76.77265806923968, + -12.36481356383266 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.77799413394604, + -12.36481356383266 + ] + ] + ], + "type": "Polygon" + }, + "id": "600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9956910438627, + -12.176281902191208, + -76.98603808224235, + -12.165897494389574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.99137069878411, + -12.165897494389574 + ] + ] + ], + "type": "Polygon" + }, + "id": "601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98569885707472, + -11.947232371665033, + -76.97605298546904, + -11.936844711617471 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.98138183853453, + -11.936844711617471 + ] + ] + ], + "type": "Polygon" + }, + "id": "602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0715520414432, + -11.585868166986149, + -77.06191472905478, + -11.575473564576143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06723753743655, + -11.575473564576143 + ], + [ + -77.0715520414432, + -11.578517430714935 + ], + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.06241896661656, + -11.577626964487658 + ], + [ + -77.06723753743655, + -11.575473564576143 + ] + ] + ], + "type": "Polygon" + }, + "id": "603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9994670427832, + -12.090154128278298, + -76.98981655427457, + -12.079768273226012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.99514774660766, + -12.079768273226012 + ] + ] + ], + "type": "Polygon" + }, + "id": "604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82958455723717, + -12.175551861835796, + -76.81993597916681, + -12.165171579233474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.82526872379941, + -12.165171579233474 + ] + ] + ], + "type": "Polygon" + }, + "id": "605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9468744283491, + -12.014189541188138, + -76.9372275681354, + -12.003803828760722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9425575631673, + -12.003803828760722 + ] + ] + ], + "type": "Polygon" + }, + "id": "606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843397644765, + -12.108653646372675, + -76.85878636052486, + -12.098271331137488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.86411797704574, + -12.098271331137488 + ] + ] + ], + "type": "Polygon" + }, + "id": "607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9392749592512, + -12.092076566642206, + -76.92962597423859, + -12.081692228681398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.93495725990805, + -12.081692228681398 + ] + ] + ], + "type": "Polygon" + }, + "id": "608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96355326530934, + -11.748402666250568, + -76.9539138884883, + -11.73801278326959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95923949306376, + -11.73801278326959 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.9539138884883, + -11.745356862062732 + ], + [ + -76.95441989066885, + -11.740161973905417 + ], + [ + -76.95923949306376, + -11.73801278326959 + ] + ] + ], + "type": "Polygon" + }, + "id": "609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79532731589619, + -12.101397691383978, + -76.78568186995076, + -12.091017101367468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.79101340919945, + -12.091017101367468 + ] + ] + ], + "type": "Polygon" + }, + "id": "610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13096473814126, + -11.638876727608634, + -77.1213243546115, + -11.628481345298022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12664794825186, + -11.628481345298022 + ], + [ + -77.13096473814126, + -11.631524985339984 + ], + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.12182784158261, + -11.630635361394946 + ], + [ + -77.12664794825186, + -11.628481345298022 + ] + ] + ], + "type": "Polygon" + }, + "id": "611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9788520244514, + -11.970153938076619, + -76.96920564668535, + -11.959766781970954 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.97453488444644, + -11.959766781970954 + ] + ] + ], + "type": "Polygon" + }, + "id": "612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89662078367436, + -12.150757593390928, + -76.88697116631901, + -12.140375235793684 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.89230345618219, + -12.140375235793684 + ] + ] + ], + "type": "Polygon" + }, + "id": "613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76944625961667, + -12.083102351650048, + -76.75980205835475, + -12.072722132657477 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.76513330676103, + -12.072722132657477 + ] + ] + ], + "type": "Polygon" + }, + "id": "614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66524324911991, + -11.970536862742463, + -76.65560525672947, + -11.960157599294511 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.66093467108166, + -11.960157599294511 + ] + ] + ], + "type": "Polygon" + }, + "id": "615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08771216940572, + -11.847112997863642, + -77.07806667515956, + -11.836721418375028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.08339375460321, + -11.836721418375028 + ] + ] + ], + "type": "Polygon" + }, + "id": "616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03453249851073, + -12.109337950597192, + -77.02488053791635, + -12.098951531766836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.03021200510881, + -12.098951531766836 + ] + ] + ], + "type": "Polygon" + }, + "id": "617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1340622183934, + -11.702136642147526, + -77.12441987578273, + -11.69174199311196 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12974450377133, + -11.69174199311196 + ] + ] + ], + "type": "Polygon" + }, + "id": "618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89049721976161, + -11.741220934331047, + -76.88085996834661, + -11.730832765881248 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88618551872868, + -11.730832765881248 + ], + [ + -76.89049721976161, + -11.733879083200115 + ], + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88085996834661, + -11.73817452953788 + ], + [ + -76.88136697940755, + -11.73298049914769 + ], + [ + -76.88618551872868, + -11.730832765881248 + ] + ] + ], + "type": "Polygon" + }, + "id": "619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94759922629162, + -11.864827848233212, + -76.93795679821314, + -11.854439950631575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.9422716451797, + -11.864827848233212 + ], + [ + -76.93795679821314, + -11.86178127600612 + ], + [ + -76.93846320542096, + -11.856587380548063 + ], + [ + -76.94328433330075, + -11.854439950631575 + ] + ] + ], + "type": "Polygon" + }, + "id": "620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06421791070956, + -12.041473687002236, + -77.05456721854584, + -12.031085500583696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05989752939782, + -12.031085500583696 + ] + ] + ], + "type": "Polygon" + }, + "id": "621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85395858924355, + -12.209417234875106, + -76.84430835017822, + -12.199036885924063 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84964163860559, + -12.199036885924063 + ] + ] + ], + "type": "Polygon" + }, + "id": "622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78238607246581, + -12.092250127906045, + -76.77274124840952, + -12.081869722917356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.77807264250916, + -12.081869722917356 + ] + ] + ], + "type": "Polygon" + }, + "id": "623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11290574944417, + -11.920386373809967, + -77.10325743807408, + -11.909995218323894 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.10858568677676, + -11.909995218323894 + ] + ] + ], + "type": "Polygon" + }, + "id": "624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05961703923029, + -11.993827505026907, + -77.049967884715, + -11.983438717104802 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.05529741689203, + -11.983438717104802 + ] + ] + ], + "type": "Polygon" + }, + "id": "625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89660391752497, + -11.962042280066823, + -76.88695992907185, + -11.951657043408204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89228910868462, + -11.951657043408204 + ], + [ + -76.89660391752497, + -11.954704495112583 + ], + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.88746720093108, + -11.953802177718293 + ], + [ + -76.89228910868462, + -11.951657043408204 + ] + ] + ], + "type": "Polygon" + }, + "id": "626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89506647460556, + -11.78886524555367, + -76.88542768477676, + -11.778477602700848 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.89075401522645, + -11.778477602700848 + ] + ] + ], + "type": "Polygon" + }, + "id": "627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03585244387004, + -11.716151685168791, + -77.02621216501718, + -11.705759602327092 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.03153715924657, + -11.705759602327092 + ] + ] + ], + "type": "Polygon" + }, + "id": "628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05496297697592, + -11.851773083884977, + -77.04531817382107, + -11.841382366424643 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.05064537397958, + -11.841382366424643 + ] + ] + ], + "type": "Polygon" + }, + "id": "629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76252596736181, + -12.294629791008557, + -76.75287563912444, + -12.284253157399705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.75821038077967, + -12.284253157399705 + ] + ] + ], + "type": "Polygon" + }, + "id": "630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10310836092265, + -12.068890142740551, + -77.09345586806927, + -12.058501426678504 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.09878657641802, + -12.058501426678504 + ] + ] + ], + "type": "Polygon" + }, + "id": "631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06107526975543, + -11.883840454769146, + -77.05142935606118, + -11.873450038304345 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.0567570758399, + -11.873450038304345 + ] + ] + ], + "type": "Polygon" + }, + "id": "632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09534109237974, + -11.863594900628346, + -77.08569491479025, + -11.853203365824285 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.09102225459151, + -11.853203365824285 + ] + ] + ], + "type": "Polygon" + }, + "id": "633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05569267186627, + -11.79677258982838, + -77.04604948791129, + -11.786381097758847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.05137578252155, + -11.786381097758847 + ] + ] + ], + "type": "Polygon" + }, + "id": "634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83719116786196, + -12.286353706780103, + -76.8275390777118, + -12.27597504688099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.83287364666376, + -12.27597504688099 + ] + ] + ], + "type": "Polygon" + }, + "id": "635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95367341169913, + -11.802497918528164, + -76.9440326814956, + -11.792109008108893 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.94935918532377, + -11.792109008108893 + ] + ] + ], + "type": "Polygon" + }, + "id": "636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98958131530397, + -12.144225434269872, + -76.97992946819966, + -12.133840667526744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.98526156284582, + -12.133840667526744 + ] + ] + ], + "type": "Polygon" + }, + "id": "637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72906611560978, + -12.16554423133685, + -76.7194205526937, + -12.155166333973076 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.72475317360235, + -12.155166333973076 + ] + ] + ], + "type": "Polygon" + }, + "id": "638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07917350192574, + -11.602350598358361, + -77.06953550662871, + -11.591956013660715 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.07485857535681, + -11.591956013660715 + ] + ] + ], + "type": "Polygon" + }, + "id": "639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94310812165703, + -12.194671991537737, + -76.93345597461803, + -12.184289179371056 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.93878894853788, + -12.184289179371056 + ] + ] + ], + "type": "Polygon" + }, + "id": "640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82043072622257, + -12.268965671218295, + -76.81077960372771, + -12.258587143650441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.81611389523556, + -12.258587143650441 + ] + ] + ], + "type": "Polygon" + }, + "id": "641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04958268675118, + -11.764703356330509, + -77.03994061290051, + -11.754311580797006 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.04526638806011, + -11.754311580797006 + ] + ] + ], + "type": "Polygon" + }, + "id": "642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99865085317322, + -11.95637219692529, + -76.98900437503764, + -11.945984351361357 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.99433336443455, + -11.945984351361357 + ] + ] + ], + "type": "Polygon" + }, + "id": "643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73067537982008, + -11.961326907034463, + -76.72103586337181, + -11.95094583695424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.72636511672968, + -11.95094583695424 + ] + ] + ], + "type": "Polygon" + }, + "id": "644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03516844697633, + -11.865566208576949, + -77.02552373759718, + -11.85517616744778 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.03085118963048, + -11.85517616744778 + ] + ] + ], + "type": "Polygon" + }, + "id": "645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7069460277417, + -12.24978461168513, + -76.69729855539758, + -12.239408647606211 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.7026325715544, + -12.239408647606211 + ] + ] + ], + "type": "Polygon" + }, + "id": "646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80905854201345, + -11.96124417825265, + -76.79941690587268, + -11.950861122975127 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.80474612857006, + -11.950861122975127 + ] + ] + ], + "type": "Polygon" + }, + "id": "647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80672631735953, + -12.220441635878345, + -76.79707701174387, + -12.210062655199982 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.80241050943825, + -12.210062655199982 + ] + ] + ], + "type": "Polygon" + }, + "id": "648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78008292588275, + -12.16276777892274, + -76.77043605989522, + -12.152388541455363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.77576861808238, + -12.152388541455363 + ] + ] + ], + "type": "Polygon" + }, + "id": "649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68254529417429, + -12.310206151956507, + -76.67289668829476, + -12.299831822323162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.67823170584796, + -12.299831822323162 + ] + ] + ], + "type": "Polygon" + }, + "id": "650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71700259843104, + -11.912797111311136, + -76.70736490171416, + -11.90241568365763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.71269335871132, + -11.90241568365763 + ] + ] + ], + "type": "Polygon" + }, + "id": "651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11744152919867, + -11.873624814276466, + -77.10779449724858, + -11.863232884577629 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.11312196979395, + -11.863232884577629 + ] + ] + ], + "type": "Polygon" + }, + "id": "652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7503270854496, + -12.324845179521553, + -76.7406761857094, + -12.314469366195883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.74601143063515, + -12.314469366195883 + ] + ] + ], + "type": "Polygon" + }, + "id": "653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02161640770376, + -12.194567408757866, + -77.0119622336788, + -12.184182656558736 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.01729512186552, + -12.184182656558736 + ] + ] + ], + "type": "Polygon" + }, + "id": "654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80981262102775, + -12.00063198063219, + -76.80016979062655, + -11.990249489255966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.80549966186396, + -11.990249489255966 + ] + ] + ], + "type": "Polygon" + }, + "id": "655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16982281783459, + -11.66626929609761, + -77.16018065271184, + -11.655873325769475 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16550463429587, + -11.655873325769475 + ], + [ + -77.16982281783459, + -11.65891676977248 + ], + [ + -77.16931996092957, + -11.66411480692549 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.16068363664367, + -11.658027831960283 + ], + [ + -77.16550463429587, + -11.655873325769475 + ] + ] + ], + "type": "Polygon" + }, + "id": "656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82880489833192, + -12.324816443408068, + -76.81915188299438, + -12.314438642530158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.82448709209099, + -12.314438642530158 + ] + ] + ], + "type": "Polygon" + }, + "id": "657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73204545287253, + -12.323017754568626, + -76.72239510585237, + -12.312642375882966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.72773032596008, + -12.312642375882966 + ] + ] + ], + "type": "Polygon" + }, + "id": "658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76411496258548, + -12.090433016367323, + -76.75447068710533, + -12.080053045945451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75980205835475, + -12.080053045945451 + ] + ] + ], + "type": "Polygon" + }, + "id": "659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1226945347792, + -11.771850191739151, + -77.1130504018353, + -11.761456736885556 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.11837619284421, + -11.761456736885556 + ] + ] + ], + "type": "Polygon" + }, + "id": "660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9309208122888, + -12.224913369885968, + -76.92126808056015, + -12.214531350877913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.9266015646833, + -12.214531350877913 + ] + ] + ], + "type": "Polygon" + }, + "id": "661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85320696922011, + -11.98134242596479, + -76.84356355428717, + -11.970958557760294 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.84889308279504, + -11.970958557760294 + ] + ] + ], + "type": "Polygon" + }, + "id": "662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81662262657036, + -12.26072671361088, + -76.80697185223735, + -12.250348145395057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.81230600978529, + -12.250348145395057 + ] + ] + ], + "type": "Polygon" + }, + "id": "663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18136163996346, + -11.785440757500995, + -77.17171564307341, + -11.775046073121723 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17704156339822, + -11.775046073121723 + ], + [ + -77.18136163996346, + -11.7780900403701 + ], + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.17704156339822, + -11.775046073121723 + ] + ] + ], + "type": "Polygon" + }, + "id": "664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0990884385223, + -11.77741317992926, + -77.08944473277471, + -11.767020371141502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.09477064994795, + -11.767020371141502 + ] + ] + ], + "type": "Polygon" + }, + "id": "665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01168826709171, + -12.15427046078302, + -77.00203555085251, + -12.143885308646023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -77.00736778620349, + -12.143885308646023 + ] + ] + ], + "type": "Polygon" + }, + "id": "666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73663483954365, + -12.276326966056654, + -76.72698576225197, + -12.265950684808368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.73232020991215, + -12.265950684808368 + ] + ] + ], + "type": "Polygon" + }, + "id": "667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12356194740411, + -11.905694292215259, + -77.11391380665061, + -11.895302668548025 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.11924179760814, + -11.895302668548025 + ] + ] + ], + "type": "Polygon" + }, + "id": "668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02915386355019, + -12.02229555629483, + -77.01950463695877, + -12.01190793830237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.02483467650607, + -12.01190793830237 + ] + ] + ], + "type": "Polygon" + }, + "id": "669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83261425650907, + -12.333055197896924, + -76.8229608931213, + -12.322677441042922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.83261425650907, + -12.325727287241012 + ], + [ + -76.83210563445698, + -12.330916219369074 + ], + [ + -76.82727886575333, + -12.333055197896924 + ], + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.8282962360775, + -12.322677441042922 + ] + ] + ], + "type": "Polygon" + }, + "id": "670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68027448052584, + -12.286406188787671, + -76.6706266483177, + -12.276031516933502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.6759612729454, + -12.276031516933502 + ] + ] + ], + "type": "Polygon" + }, + "id": "671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7922964233316, + -12.038204473562784, + -76.78265294383284, + -12.027822989254476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.7879834426213, + -12.027822989254476 + ] + ] + ], + "type": "Polygon" + }, + "id": "672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300475795698, + -12.156278496508195, + -76.8633555997153, + -12.145896816667843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.86868799841501, + -12.145896816667843 + ] + ] + ], + "type": "Polygon" + }, + "id": "673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15003545735185, + -11.68008363018671, + -77.14039337258488, + -11.669688311898362 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.14571761323529, + -11.669688311898362 + ] + ] + ], + "type": "Polygon" + }, + "id": "674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69474648805888, + -12.279997071646342, + -76.68509844854208, + -12.269621921614709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.69043296559563, + -12.269621921614709 + ] + ] + ], + "type": "Polygon" + }, + "id": "675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68175213774317, + -12.3651262466463, + -76.67210191251787, + -12.35475287511925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67743783764753, + -12.35475287511925 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.67210191251787, + -12.362074758182251 + ], + [ + -76.67261281282384, + -12.356888127116118 + ], + [ + -76.67743783764753, + -12.35475287511925 + ] + ] + ], + "type": "Polygon" + }, + "id": "676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10743757255847, + -11.738885439965925, + -77.09779480351308, + -11.728491915268664 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.1031200753195, + -11.728491915268664 + ] + ] + ], + "type": "Polygon" + }, + "id": "677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7146424771161, + -12.077646443909943, + -76.70499993124628, + -12.067267533900678 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.71033110546662, + -12.067267533900678 + ] + ] + ], + "type": "Polygon" + }, + "id": "678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05815782581969, + -12.103798955883342, + -77.04850542831755, + -12.093411872797482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.05383677411936, + -12.093411872797482 + ] + ] + ], + "type": "Polygon" + }, + "id": "679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80899005309979, + -12.338559619462862, + -76.7993371580894, + -12.328182552286924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.80467260501345, + -12.328182552286924 + ] + ] + ], + "type": "Polygon" + }, + "id": "680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08922495112633, + -11.831525565372113, + -77.07957988290458, + -11.821133733279856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.08490670385082, + -11.821133733279856 + ] + ] + ], + "type": "Polygon" + }, + "id": "681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99017962292017, + -11.7116786809551, + -76.98054064971193, + -11.701287658540037 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.98586562302299, + -11.701287658540037 + ] + ] + ], + "type": "Polygon" + }, + "id": "682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82654584203155, + -12.11236014994153, + -76.8168992310733, + -12.10197894382428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.82223093511791, + -12.10197894382428 + ] + ] + ], + "type": "Polygon" + }, + "id": "683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96129034524819, + -11.818979096705444, + -76.95164892636778, + -11.808590223904963 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.95697569386753, + -11.808590223904963 + ] + ] + ], + "type": "Polygon" + }, + "id": "684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73674949813784, + -11.993377084004912, + -76.72710886074721, + -11.982996333531698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.73243864064494, + -11.982996333531698 + ] + ] + ], + "type": "Polygon" + }, + "id": "685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8707183093753, + -12.038117136887646, + -76.86107273689433, + -12.027733680286627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.86640318907013, + -12.027733680286627 + ] + ] + ], + "type": "Polygon" + }, + "id": "686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91256467981681, + -11.751258417073567, + -76.90292654903243, + -11.740869833613928 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.90825224698558, + -11.740869833613928 + ] + ] + ], + "type": "Polygon" + }, + "id": "687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01242587178675, + -12.09929568192872, + -77.00277477721802, + -12.088909649641453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -77.00810610541329, + -12.088909649641453 + ] + ] + ], + "type": "Polygon" + }, + "id": "688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98347294893264, + -12.112168261990607, + -76.97382221630671, + -12.101783142791598 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.9791537890363, + -12.101783142791598 + ] + ] + ], + "type": "Polygon" + }, + "id": "689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04571922389995, + -11.662037862305638, + -77.03608030307365, + -11.6516448401383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.03608030307365, + -11.658993256421143 + ], + [ + -77.03658502101985, + -11.653796798184716 + ], + [ + -77.04140439588559, + -11.6516448401383 + ] + ] + ], + "type": "Polygon" + }, + "id": "690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77025253393242, + -11.933808517940161, + -76.7606127615626, + -11.923426042042088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.76594154931739, + -11.923426042042088 + ] + ] + ], + "type": "Polygon" + }, + "id": "691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92100669287933, + -12.184621643584652, + -76.91135542379749, + -12.174239218827926 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.91668825196875, + -12.174239218827926 + ] + ] + ], + "type": "Polygon" + }, + "id": "692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11125143528596, + -11.74712662717159, + -77.10160832517377, + -11.736733119250562 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.1069337268433, + -11.736733119250562 + ] + ] + ], + "type": "Polygon" + }, + "id": "693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77322275635491, + -12.185665272730313, + -76.76357539239913, + -12.175286575987258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.76890833116397, + -12.175286575987258 + ] + ] + ], + "type": "Polygon" + }, + "id": "694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03140402821164, + -11.951726594514492, + -77.02175684788978, + -11.941337877422388 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.02708572257816, + -11.941337877422388 + ] + ] + ], + "type": "Polygon" + }, + "id": "695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1204647000944, + -11.842448515412318, + -77.11081852096974, + -11.832056077324378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.1161454761648, + -11.832056077324378 + ] + ] + ], + "type": "Polygon" + }, + "id": "696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91034081788553, + -12.199288827829646, + -76.90068939079384, + -12.188906904935228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.9060224700432, + -12.188906904935228 + ] + ] + ], + "type": "Polygon" + }, + "id": "697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90881879471397, + -12.21486134938242, + -76.89916694263513, + -12.204479716804844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.90450028009249, + -12.204479716804844 + ] + ] + ], + "type": "Polygon" + }, + "id": "698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00090693176384, + -11.885801888500083, + -76.99126249832798, + -11.875412972455424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.99659032355171, + -11.875412972455424 + ] + ] + ], + "type": "Polygon" + }, + "id": "699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06646087925387, + -11.970901237716319, + -77.05681223444505, + -11.960511944500306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.06214138005943, + -11.960511944500306 + ] + ] + ], + "type": "Polygon" + }, + "id": "700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78539139230794, + -12.249755924805672, + -76.7757417858199, + -12.239377964457887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.78107577739654, + -12.239377964457887 + ] + ] + ], + "type": "Polygon" + }, + "id": "701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71914391245316, + -12.219568792434387, + -76.70949700809119, + -12.209192020662483 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.71483052295454, + -12.209192020662483 + ] + ] + ], + "type": "Polygon" + }, + "id": "702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82047208850095, + -11.985963531813256, + -76.81082940952432, + -11.975580553874062 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.81615903351965, + -11.975580553874062 + ] + ] + ], + "type": "Polygon" + }, + "id": "703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0426404540472, + -11.598785815673589, + -77.03300349251437, + -11.588392075614566 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03832655028705, + -11.588392075614566 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.03300349251437, + -11.595741536946761 + ], + [ + -77.0335081550505, + -11.590544719837856 + ], + [ + -77.03832655028705, + -11.588392075614566 + ] + ] + ], + "type": "Polygon" + }, + "id": "704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93315471513476, + -11.965650091317455, + -76.92350965999657, + -11.95526399906445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.92883886820782, + -11.95526399906445 + ] + ] + ], + "type": "Polygon" + }, + "id": "705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8364603607589, + -11.96395839145334, + -76.82681791016364, + -11.953574686989134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.83214716263649, + -11.953574686989134 + ] + ] + ], + "type": "Polygon" + }, + "id": "706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08323587696303, + -11.988279837439839, + -77.07358628928134, + -11.977890391762607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.07891569820038, + -11.977890391762607 + ] + ] + ], + "type": "Polygon" + }, + "id": "707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9171954459906, + -12.176382070232359, + -76.90754452282498, + -12.165999608178021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.91287721837398, + -12.165999608178021 + ] + ] + ], + "type": "Polygon" + }, + "id": "708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04582305800218, + -11.850877213990001, + -77.03617851423998, + -11.840486707136774 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.04150571133813, + -11.840486707136774 + ] + ] + ], + "type": "Polygon" + }, + "id": "709", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79986605015544, + -12.243338439413659, + -76.79021624524314, + -12.2329600071697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.7955501242525, + -12.2329600071697 + ] + ] + ], + "type": "Polygon" + }, + "id": "710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10520477507204, + -11.80948423695346, + -77.09555996062505, + -11.799091714693501 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.1008863962782, + -11.799091714693501 + ] + ] + ], + "type": "Polygon" + }, + "id": "711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16911246571901, + -11.72129061060097, + -77.15946868125457, + -11.71089536775018 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.16479356787195, + -11.71089536775018 + ] + ] + ], + "type": "Polygon" + }, + "id": "712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9270913484024, + -12.122324233772526, + -76.9174417793579, + -12.111940669312599 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.92277357475366, + -12.111940669312599 + ] + ] + ], + "type": "Polygon" + }, + "id": "713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05047292528558, + -11.992929321862828, + -77.0408240301468, + -11.982540743937543 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0461535594011, + -11.982540743937543 + ] + ] + ], + "type": "Polygon" + }, + "id": "714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03580344010224, + -11.621725047029958, + -77.02616597105369, + -11.611331758434089 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.03148941396958, + -11.611331758434089 + ] + ] + ], + "type": "Polygon" + }, + "id": "715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76863924315116, + -12.232367006908358, + -76.7589906089295, + -12.221989185115637 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.76432432025864, + -12.221989185115637 + ] + ] + ], + "type": "Polygon" + }, + "id": "716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8189473063011, + -12.001537661236243, + -76.80930420391269, + -11.991154953371574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.81463408533007, + -11.991154953371574 + ] + ] + ], + "type": "Polygon" + }, + "id": "717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79984624463256, + -12.337647639508043, + -76.79019362269887, + -12.327270787897998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.7955290591208, + -12.327270787897998 + ] + ] + ], + "type": "Polygon" + }, + "id": "718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0837720511437, + -11.65001582915465, + -77.07413252228173, + -11.639621728793486 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.07945636750061, + -11.639621728793486 + ] + ] + ], + "type": "Polygon" + }, + "id": "719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87224242036379, + -12.116893272673325, + -76.86259445766846, + -12.10651099082839 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.86792620737084, + -12.10651099082839 + ] + ] + ], + "type": "Polygon" + }, + "id": "720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97126030148553, + -12.048051888927668, + -76.96161179770283, + -12.037666084277967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.96694232653657, + -12.037666084277967 + ] + ] + ], + "type": "Polygon" + }, + "id": "721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92558728180057, + -12.232246626454858, + -76.91593447064854, + -12.221864859892118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.92126808056015, + -12.221864859892118 + ] + ] + ], + "type": "Polygon" + }, + "id": "722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88442821872377, + -12.086651048436398, + -76.87478083593244, + -12.076267991747223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.88011207812238, + -12.076267991747223 + ] + ] + ], + "type": "Polygon" + }, + "id": "723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13429540238576, + -11.98541767670714, + -77.12464461701562, + -11.975026950456446 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12997390367332, + -11.975026950456446 + ], + [ + -77.13429540238576, + -11.978072346637527 + ], + [ + -77.13379155028986, + -11.983267761725736 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.12997390367332, + -11.975026950456446 + ] + ] + ], + "type": "Polygon" + }, + "id": "724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02074606171132, + -11.966410704644337, + -77.01109871658657, + -11.956022463388656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.01642784586336, + -11.956022463388656 + ] + ] + ], + "type": "Polygon" + }, + "id": "725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03296787747006, + -12.030535934962174, + -77.02331830759675, + -12.02014834746796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.02864847822599, + -12.02014834746796 + ] + ] + ], + "type": "Polygon" + }, + "id": "726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97888445684347, + -12.06453213951262, + -76.96923526406209, + -12.054146397852861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.97456605652364, + -12.054146397852861 + ] + ] + ], + "type": "Polygon" + }, + "id": "727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15775007507085, + -11.791008504578148, + -77.1481044973933, + -11.780614462581973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.15343054845894, + -11.780614462581973 + ] + ] + ], + "type": "Polygon" + }, + "id": "728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14336214705776, + -11.891894811569372, + -77.13371392276309, + -11.881502513431343 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.13904165601942, + -11.881502513431343 + ] + ] + ], + "type": "Polygon" + }, + "id": "729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05339449995601, + -11.772944322621605, + -77.0437520837903, + -11.762552564639291 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.04907798956528, + -11.762552564639291 + ] + ] + ], + "type": "Polygon" + }, + "id": "730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74133361801815, + -11.946662292753619, + -76.73169424792931, + -11.936280737043877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.73702325688276, + -11.936280737043877 + ] + ] + ], + "type": "Polygon" + }, + "id": "731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69721748959954, + -11.926553642477728, + -76.68757992583494, + -11.91617291788502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.69290861276764, + -11.91617291788502 + ] + ] + ], + "type": "Polygon" + }, + "id": "732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78393724628965, + -11.982340534285681, + -76.77429565769137, + -11.97195842385183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77962523950438, + -11.97195842385183 + ] + ] + ], + "type": "Polygon" + }, + "id": "733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97965999542038, + -12.103928265898874, + -76.97000960727031, + -12.093543112506309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.97534104822586, + -12.093543112506309 + ] + ] + ], + "type": "Polygon" + }, + "id": "734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97119990651262, + -11.859283766878656, + -76.96155703031775, + -11.848895208709763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.96688445096302, + -11.848895208709763 + ] + ] + ], + "type": "Polygon" + }, + "id": "735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97804472388628, + -11.836358202470539, + -76.9684023531763, + -11.825969156365021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.97372938956097, + -11.825969156365021 + ] + ] + ], + "type": "Polygon" + }, + "id": "736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10966941706714, + -11.668280609394783, + -77.10002869258531, + -11.657886113805892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.10535280103704, + -11.657886113805892 + ] + ] + ], + "type": "Polygon" + }, + "id": "737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14868979413514, + -11.884547366695656, + -77.13904165601942, + -11.87415483614358 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.14436925993621, + -11.87415483614358 + ] + ] + ], + "type": "Polygon" + }, + "id": "738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09540751006311, + -11.958007439415958, + -77.08575851760808, + -11.947617253012801 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.09108741098423, + -11.947617253012801 + ] + ] + ], + "type": "Polygon" + }, + "id": "739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00557697387555, + -12.122212640675958, + -76.99592537152029, + -12.111827133837776 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -77.00125708537293, + -12.111827133837776 + ] + ] + ], + "type": "Polygon" + }, + "id": "740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12737842966976, + -11.91393523434845, + -77.11772994783145, + -11.90354363612122 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.12305806858168, + -11.90354363612122 + ] + ] + ], + "type": "Polygon" + }, + "id": "741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94460616513058, + -12.0847399451116, + -76.93495725990805, + -12.074355361595908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.94028841965778, + -12.074355361595908 + ] + ] + ], + "type": "Polygon" + }, + "id": "742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07318404050496, + -11.759144313587951, + -77.0635415327296, + -11.748751888933759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.06886718558641, + -11.748751888933759 + ] + ] + ], + "type": "Polygon" + }, + "id": "743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80904143476829, + -12.055590518038148, + -76.7993969863731, + -12.045208875795424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.80472776376529, + -12.045208875795424 + ] + ] + ], + "type": "Polygon" + }, + "id": "744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90575212424837, + -12.057309607791785, + -76.89610505462356, + -12.046925568689364 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.90143579647474, + -12.046925568689364 + ] + ] + ], + "type": "Polygon" + }, + "id": "745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73816435990518, + -12.26076246963394, + -76.72851570580964, + -12.250385890612547 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.73384989602157, + -12.250385890612547 + ] + ] + ], + "type": "Polygon" + }, + "id": "746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06713074723143, + -11.821495402669278, + -77.0574865366895, + -11.811103969703382 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.06281322286723, + -11.811103969703382 + ] + ] + ], + "type": "Polygon" + }, + "id": "747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05793572698686, + -11.72618012561161, + -77.0482945870903, + -11.715787635565595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.0536197182811, + -11.715787635565595 + ] + ] + ], + "type": "Polygon" + }, + "id": "748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9651275972511, + -11.921611506752752, + -76.95548302179871, + -11.911223983208405 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.96081147440974, + -11.911223983208405 + ] + ] + ], + "type": "Polygon" + }, + "id": "749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94000341637921, + -11.94273157530135, + -76.93035886542148, + -11.932344978572196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93035886542148, + -11.939684528594263 + ], + [ + -76.93086550073481, + -11.934491283557275 + ], + [ + -76.93568768997372, + -11.932344978572196 + ] + ] + ], + "type": "Polygon" + }, + "id": "750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05406994786475, + -11.62350915482596, + -77.04443196019218, + -11.613115443187354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04975540954844, + -11.613115443187354 + ] + ] + ], + "type": "Polygon" + }, + "id": "751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97665432675743, + -12.229440164099136, + -76.9670002696966, + -12.21905708545244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.9761478817324, + -12.227296694785055 + ], + [ + -76.9713207669883, + -12.229440164099136 + ], + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.97233378375245, + -12.21905708545244 + ] + ] + ], + "type": "Polygon" + }, + "id": "752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02226221819163, + -11.950828276420859, + -77.01261529865783, + -11.940439770235475 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.0179441695731, + -11.940439770235475 + ] + ] + ], + "type": "Polygon" + }, + "id": "753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01753847639644, + -11.619939918333053, + -77.00790152787737, + -11.60954705378559 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01322496325302, + -11.60954705378559 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.01221499606146, + -11.619939918333053 + ], + [ + -77.00790152787737, + -11.616895301616642 + ], + [ + -77.00840657466362, + -11.611698922416727 + ], + [ + -77.01322496325302, + -11.60954705378559 + ] + ] + ], + "type": "Polygon" + }, + "id": "754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05788028319404, + -11.631750283589346, + -77.04824195359704, + -11.621356582336988 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.05356553339821, + -11.621356582336988 + ] + ] + ], + "type": "Polygon" + }, + "id": "755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03903082911609, + -11.968207709708224, + -77.02938296268381, + -11.957819046914711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.03471209932327, + -11.957819046914711 + ] + ] + ], + "type": "Polygon" + }, + "id": "756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02763766198758, + -12.037876643498095, + -77.0179880095401, + -12.027489297419951 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.02331830759675, + -12.027489297419951 + ] + ] + ], + "type": "Polygon" + }, + "id": "757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74058821515908, + -11.9072774618615, + -76.7309500387754, + -11.896895355120149 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.73627839922963, + -11.896895355120149 + ] + ] + ], + "type": "Polygon" + }, + "id": "758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72224617812658, + -12.09412476548967, + -76.71260293261496, + -12.083745916681321 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.71691468446878, + -12.09412476548967 + ], + [ + -76.71260293261496, + -12.091074978004208 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.71793437697306, + -12.083745916681321 + ] + ] + ], + "type": "Polygon" + }, + "id": "759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16467195798772, + -11.86250312602307, + -77.15502407940164, + -11.852109900898498 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.16467195798772, + -11.855154411827664 + ], + [ + -77.16416872402861, + -11.860351076250351 + ], + [ + -77.15934469968751, + -11.86250312602307 + ], + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.16035129477551, + -11.852109900898498 + ] + ] + ], + "type": "Polygon" + }, + "id": "760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74353471388801, + -12.15912715756892, + -76.73388894791663, + -12.148748789486985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.73922145900409, + -12.148748789486985 + ] + ] + ], + "type": "Polygon" + }, + "id": "761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89966511229073, + -12.119609952544312, + -76.89001634427386, + -12.109227028265185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.89534811806374, + -12.109227028265185 + ] + ] + ], + "type": "Polygon" + }, + "id": "762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10434526495581, + -11.67563080594488, + -77.09470445564892, + -11.665236533151518 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.10002869258531, + -11.665236533151518 + ] + ] + ], + "type": "Polygon" + }, + "id": "763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0290126596613, + -11.739086033294592, + -77.01937187321646, + -11.728694419285759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.02469725271611, + -11.728694419285759 + ] + ] + ], + "type": "Polygon" + }, + "id": "764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85701328745988, + -11.989582329185607, + -76.84736952571527, + -11.97919848774193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.8526991874915, + -11.97919848774193 + ] + ] + ], + "type": "Polygon" + }, + "id": "765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68788024000483, + -12.302882959221018, + -76.67823170584796, + -12.292508369177517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.68356660182577, + -12.292508369177517 + ] + ] + ], + "type": "Polygon" + }, + "id": "766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7031908583379, + -12.147243347496211, + -76.69354655022664, + -12.136865818982148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.69354655022664, + -12.144193117241377 + ], + [ + -76.69405680802531, + -12.139004407732928 + ], + [ + -76.69887887451951, + -12.136865818982148 + ] + ] + ], + "type": "Polygon" + }, + "id": "767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7404769462645, + -12.190261109120701, + -76.7308303342874, + -12.179883318071274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.73616336001857, + -12.179883318071274 + ] + ] + ], + "type": "Polygon" + }, + "id": "768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91870205350978, + -12.06645327486148, + -76.90905437110939, + -12.056069053318232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.91438525280623, + -12.056069053318232 + ] + ] + ], + "type": "Polygon" + }, + "id": "769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0337016477272, + -11.975549859064076, + -77.02405369855968, + -11.965161434615531 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02938296268381, + -11.965161434615531 + ] + ] + ], + "type": "Polygon" + }, + "id": "770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7892438729184, + -12.069347822969608, + -76.77959954693806, + -12.058966891106873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.78493056047319, + -12.058966891106873 + ] + ] + ], + "type": "Polygon" + }, + "id": "771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09086776301875, + -12.004761083949083, + -77.08121749121246, + -11.994371697273364 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.08654716082968, + -11.994371697273364 + ] + ] + ], + "type": "Polygon" + }, + "id": "772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81813426028664, + -12.339471328221672, + -76.80848109267662, + -12.329094045729562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.81762542602088, + -12.33733275236713 + ], + [ + -76.81279875512843, + -12.339471328221672 + ], + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.81381654982685, + -12.329094045729562 + ] + ] + ], + "type": "Polygon" + }, + "id": "773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72294749233089, + -12.227807556198803, + -76.7133002379026, + -12.21743082206727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.71863388791743, + -12.21743082206727 + ] + ] + ], + "type": "Polygon" + }, + "id": "774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00390030226055, + -11.760228166345442, + -76.99425953085358, + -11.749837448559255 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99958528715631, + -11.749837448559255 + ] + ] + ], + "type": "Polygon" + }, + "id": "775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9865096247384, + -12.081012345371532, + -76.97685974320218, + -12.07062666852481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.98219079912576, + -12.07062666852481 + ] + ] + ], + "type": "Polygon" + }, + "id": "776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376551542411, + -12.101319779552716, + -76.86411797704574, + -12.090937216724063 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86944946887758, + -12.090937216724063 + ] + ] + ], + "type": "Polygon" + }, + "id": "777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17985295567013, + -11.801032475077907, + -77.17020653185443, + -11.79063803797847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17985295567013, + -11.793682098902908 + ], + [ + -77.17935003062777, + -11.798879369261241 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.17553271104865, + -11.79063803797847 + ] + ] + ], + "type": "Polygon" + }, + "id": "778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67493980594223, + -12.293729473230442, + -76.66529190226078, + -12.28335506114108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.6706266483177, + -12.28335506114108 + ] + ] + ], + "type": "Polygon" + }, + "id": "779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98273047947357, + -12.167138791455821, + -76.97307812542513, + -12.156754557309089 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.97841060532278, + -12.156754557309089 + ] + ] + ], + "type": "Polygon" + }, + "id": "780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94844101561416, + -12.18733735045547, + -76.93878894853788, + -12.176954287933816 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.9441217963908, + -12.176954287933816 + ] + ] + ], + "type": "Polygon" + }, + "id": "781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11650420523074, + -11.645337967358513, + -77.10686399157734, + -11.63494301543099 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.11218771312444, + -11.63494301543099 + ] + ] + ], + "type": "Polygon" + }, + "id": "782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08909581220408, + -11.642665846253342, + -77.07945636750061, + -11.632271523952147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.08478008461495, + -11.632271523952147 + ] + ] + ], + "type": "Polygon" + }, + "id": "783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83110971505863, + -12.1599813660487, + -76.82146156097654, + -12.149600796340655 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.82679404785692, + -12.149600796340655 + ] + ] + ], + "type": "Polygon" + }, + "id": "784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72749575872707, + -12.275413828017038, + -76.71784695818974, + -12.265037764507003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.7231813931696, + -12.265037764507003 + ] + ] + ], + "type": "Polygon" + }, + "id": "785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78536736128238, + -12.344061423953447, + -76.77571493789083, + -12.333685048364634 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.78105048694462, + -12.333685048364634 + ] + ] + ], + "type": "Polygon" + }, + "id": "786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89280361413988, + -12.048165721982786, + -76.88315715819965, + -12.037781866290707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.8884877596593, + -12.037781866290707 + ] + ] + ], + "type": "Polygon" + }, + "id": "787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98499135529495, + -12.0965905131855, + -76.97534104822586, + -12.086205114389575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.98067236254373, + -12.086205114389575 + ] + ] + ], + "type": "Polygon" + }, + "id": "788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10916022054083, + -12.006555114123822, + -77.09950943466207, + -11.996165309980713 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.1048391074098, + -11.996165309980713 + ] + ] + ], + "type": "Polygon" + }, + "id": "789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95225367381518, + -12.195576983529483, + -76.94260126144214, + -12.185193959157086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.9479342415317, + -12.185193959157086 + ] + ] + ], + "type": "Polygon" + }, + "id": "790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75121070705156, + -11.986952864161111, + -76.7415698674666, + -11.976571650869348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.7468995372939, + -11.976571650869348 + ] + ] + ], + "type": "Polygon" + }, + "id": "791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83566566815477, + -12.301921322393653, + -76.82601315361569, + -12.291542961968277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.83134798055178, + -12.291542961968277 + ] + ] + ], + "type": "Polygon" + }, + "id": "792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70555721057644, + -11.982412820413897, + -76.69591775323094, + -11.972032701461549 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.70124735921775, + -11.972032701461549 + ] + ] + ], + "type": "Polygon" + }, + "id": "793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0992234650946, + -11.966248178716308, + -77.08957413086209, + -11.955858020156578 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.09490315442963, + -11.955858020156578 + ] + ] + ], + "type": "Polygon" + }, + "id": "794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04274247176421, + -11.787636785132722, + -77.03309988958003, + -11.777245485178796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.03842605043272, + -11.777245485178796 + ] + ] + ], + "type": "Polygon" + }, + "id": "795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05888755544764, + -12.048815230832972, + -77.0492367797098, + -12.038427285796647 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.05456721854584, + -12.038427285796647 + ] + ] + ], + "type": "Polygon" + }, + "id": "796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9392540815106, + -11.997709233253659, + -76.929607911398, + -11.98732346356895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.93493764207611, + -11.98732346356895 + ] + ] + ], + "type": "Polygon" + }, + "id": "797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16236430316253, + -11.838672033052822, + -77.15271719163663, + -11.82827853206668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.15804401886875, + -11.82827853206668 + ] + ] + ], + "type": "Polygon" + }, + "id": "799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93844257906177, + -11.769535581356383, + -76.92880322694008, + -11.759146601171354 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.93412920292975, + -11.759146601171354 + ] + ] + ], + "type": "Polygon" + }, + "id": "800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74200589882092, + -12.1746943501176, + -76.73235970985836, + -12.164316269780736 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.7376924782591, + -12.164316269780736 + ] + ] + ], + "type": "Polygon" + }, + "id": "801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76552323503469, + -12.452085859258752, + -76.75586811855288, + -12.441711871020711 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.75586811855288, + -12.449034761862043 + ], + [ + -76.75637799031294, + -12.443847821798274 + ], + [ + -76.76120546114556, + -12.441711871020711 + ] + ] + ], + "type": "Polygon" + }, + "id": "802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04806854969038, + -11.780290711809894, + -77.03842605043272, + -11.76989918261927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.0437520837903, + -11.76989918261927 + ] + ] + ], + "type": "Polygon" + }, + "id": "803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81971671253469, + -11.9465742033738, + -76.81007522773368, + -11.936190665247844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.81540420327563, + -11.936190665247844 + ] + ] + ], + "type": "Polygon" + }, + "id": "804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71000715829284, + -12.218656128797884, + -76.70036053150132, + -12.208279575438318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.70569403316173, + -12.208279575438318 + ] + ] + ], + "type": "Polygon" + }, + "id": "805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.770860503198, + -12.44476288543089, + -76.76120546114556, + -12.434388631535374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.76654268059508, + -12.434388631535374 + ] + ] + ], + "type": "Polygon" + }, + "id": "806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88595066082539, + -12.07107639381859, + -76.87630370240925, + -12.060693059222487 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.88163468671651, + -12.060693059222487 + ] + ] + ], + "type": "Polygon" + }, + "id": "807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02602892065026, + -11.864669500058774, + -77.01638447172307, + -11.854279670027646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.02171192009884, + -11.854279670027646 + ] + ] + ], + "type": "Polygon" + }, + "id": "808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0824476800226, + -11.948870244522471, + -77.07279928703511, + -11.938480240011247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.07812804822125, + -11.938480240011247 + ] + ] + ], + "type": "Polygon" + }, + "id": "809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72211878545826, + -12.377027558978414, + -76.7124670954871, + -12.366653359588256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.71780321051871, + -12.366653359588256 + ] + ] + ], + "type": "Polygon" + }, + "id": "810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74207920473138, + -11.986045378895406, + -76.73243864064494, + -11.975664383972358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.73776829825366, + -11.975664383972358 + ] + ] + ], + "type": "Polygon" + }, + "id": "811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00475815721644, + -11.988434438636515, + -76.99511056613049, + -11.978046914463318 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -77.00044007663246, + -11.978046914463318 + ] + ] + ], + "type": "Polygon" + }, + "id": "812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92550292205429, + -11.760397094376735, + -76.9158641801477, + -11.75000831206995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92119001739142, + -11.75000831206995 + ], + [ + -76.92550292205429, + -11.753054429570941 + ], + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.92119001739142, + -11.75000831206995 + ] + ] + ], + "type": "Polygon" + }, + "id": "813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03282333301406, + -11.747326965305097, + -77.02318220388452, + -11.736935367347403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.0285077142387, + -11.736935367347403 + ] + ] + ], + "type": "Polygon" + }, + "id": "814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04645003328264, + -11.607026920417335, + -77.03681272964218, + -11.5966331893754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.04213591798417, + -11.5966331893754 + ] + ] + ], + "type": "Polygon" + }, + "id": "815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95833328964184, + -12.13327596782782, + -76.94868257882793, + -12.122891800474527 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.95401452545586, + -12.122891800474527 + ] + ] + ], + "type": "Polygon" + }, + "id": "816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07100323372507, + -11.924148030206293, + -77.061355867184, + -11.91375794666577 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.06668423707573, + -11.91375794666577 + ] + ] + ], + "type": "Polygon" + }, + "id": "817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73063541537817, + -12.055657765386918, + -76.72099308792586, + -12.045278110190841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.72632389598853, + -12.045278110190841 + ] + ] + ], + "type": "Polygon" + }, + "id": "818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83871653018056, + -12.270785642341346, + -76.82906486439575, + -12.260406684510155 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.83439917538082, + -12.260406684510155 + ] + ] + ], + "type": "Polygon" + }, + "id": "819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72075964450715, + -12.015370210689754, + -76.7111187882001, + -12.0049901962182 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71644893443673, + -12.0049901962182 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.7111187882001, + -12.012320820416516 + ], + [ + -76.71162859368374, + -12.00713086792718 + ], + [ + -76.71644893443673, + -12.0049901962182 + ] + ] + ], + "type": "Polygon" + }, + "id": "820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03526618621252, + -12.054357296033595, + -77.02561584713379, + -12.043970012967936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.03094640737633, + -12.043970012967936 + ] + ] + ], + "type": "Polygon" + }, + "id": "821", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0884363880318, + -11.79210851719865, + -77.07879251335773, + -11.781716165237807 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.08411868721551, + -11.781716165237807 + ] + ] + ], + "type": "Polygon" + }, + "id": "822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91871693663941, + -12.160808305427684, + -76.90906643845423, + -12.150425556909662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.9143988758153, + -12.150425556909662 + ] + ] + ], + "type": "Polygon" + }, + "id": "823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04514335143836, + -12.000271368198543, + -77.03549437318775, + -11.98988302959106 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.0408240301468, + -11.98988302959106 + ] + ] + ], + "type": "Polygon" + }, + "id": "824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06320377966797, + -11.624400825642079, + -77.05356553339821, + -11.614006902859346 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.0588889855621, + -11.614006902859346 + ] + ] + ], + "type": "Polygon" + }, + "id": "825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95681359123516, + -12.148851864680172, + -76.94716245506731, + -12.138467980754791 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.95249466003455, + -12.138467980754791 + ] + ] + ], + "type": "Polygon" + }, + "id": "826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99872729472598, + -12.145128107346745, + -76.98907518480699, + -12.134743129479142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.99440728421787, + -12.134743129479142 + ] + ] + ], + "type": "Polygon" + }, + "id": "827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99324857248585, + -11.774917803178406, + -76.98360763821756, + -11.764527543970662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.98893364784483, + -11.764527543970662 + ] + ] + ], + "type": "Polygon" + }, + "id": "828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79304858773354, + -12.077587283695028, + -76.78340391344337, + -12.067206382479135 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.78873506112411, + -12.067206382479135 + ] + ] + ], + "type": "Polygon" + }, + "id": "829", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67193217465872, + -12.230565950399034, + -76.66228624056501, + -12.220190566993102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.6676199437112, + -12.220190566993102 + ] + ] + ], + "type": "Polygon" + }, + "id": "830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71084100854172, + -12.069407272867826, + -76.70119881258229, + -12.059028332940686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.70652985167258, + -12.059028332940686 + ] + ] + ], + "type": "Polygon" + }, + "id": "831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18597969264354, + -11.833106373123053, + -77.17633216241319, + -11.822712228133646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18165885850664, + -11.822712228133646 + ], + [ + -77.18597969264354, + -11.825756396229076 + ], + [ + -77.18547680397347, + -11.830953520463813 + ], + [ + -77.18065295393602, + -11.833106373123053 + ], + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.18165885850664, + -11.822712228133646 + ] + ] + ], + "type": "Polygon" + }, + "id": "832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757409239667, + -12.109559444908664, + -76.86792620737084, + -12.099176915146629 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.87325783231098, + -12.099176915146629 + ] + ] + ], + "type": "Polygon" + }, + "id": "833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9049533331956, + -11.734777410390771, + -76.89531589279926, + -11.724388797132207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90064132596405, + -11.724388797132207 + ], + [ + -76.9049533331956, + -11.727434952340467 + ], + [ + -76.90444665995308, + -11.732629312702102 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.89531589279926, + -11.731731167715946 + ], + [ + -76.89582269207477, + -11.726536914828818 + ], + [ + -76.90064132596405, + -11.724388797132207 + ] + ] + ], + "type": "Polygon" + }, + "id": "834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80218476326813, + -12.078494852342422, + -76.79253981598522, + -12.068113734454123 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.797870974356, + -12.068113734454123 + ] + ] + ], + "type": "Polygon" + }, + "id": "835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91945497674708, + -12.011482775427204, + -76.90980891391831, + -12.001097702702506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.91513888914889, + -12.001097702702506 + ] + ] + ], + "type": "Polygon" + }, + "id": "836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02286182973117, + -11.61259158265008, + -77.01322496325302, + -11.602198496415708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0185482717063, + -11.602198496415708 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.01322496325302, + -11.60954705378559 + ], + [ + -77.0137299241061, + -11.604350563712114 + ], + [ + -77.0185482717063, + -11.602198496415708 + ] + ] + ], + "type": "Polygon" + }, + "id": "837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84787739330984, + -11.988678023958032, + -76.8382339015434, + -11.978294398015231 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.84356355428717, + -11.978294398015231 + ] + ] + ], + "type": "Polygon" + }, + "id": "838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93007825428319, + -11.808043442507751, + -76.92043797442834, + -11.79765519160025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.92576459129612, + -11.79765519160025 + ] + ] + ], + "type": "Polygon" + }, + "id": "839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96203559203848, + -11.763987184004337, + -76.95239579081533, + -11.753597546483656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.95772165314204, + -11.753597546483656 + ] + ] + ], + "type": "Polygon" + }, + "id": "840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98563006060213, + -11.758436280711917, + -76.97598981350984, + -11.748045987783186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.98131556034313, + -11.748045987783186 + ] + ] + ], + "type": "Polygon" + }, + "id": "841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0717899410935, + -11.963557895995766, + -77.06214138005943, + -11.953168365237303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.06747039761865, + -11.953168365237303 + ] + ] + ], + "type": "Polygon" + }, + "id": "842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0786941674174, + -12.035030123253344, + -77.06904330055207, + -12.024641486558524 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.07437348567986, + -12.024641486558524 + ] + ] + ], + "type": "Polygon" + }, + "id": "843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71844420031368, + -12.08588560826724, + -76.70880130459312, + -12.075506728630906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.71413261390275, + -12.075506728630906 + ] + ] + ], + "type": "Polygon" + }, + "id": "844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8714769710167, + -11.794406017468413, + -76.86183863948489, + -11.784019037789967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.87096973729254, + -11.792259360561125 + ], + [ + -76.86615048500505, + -11.794406017468413 + ], + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.86716507840877, + -11.784019037789967 + ] + ] + ], + "type": "Polygon" + }, + "id": "845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88976581886428, + -12.173664026561832, + -76.88011569854962, + -12.163282204922382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.88544837158926, + -12.163282204922382 + ] + ] + ], + "type": "Polygon" + }, + "id": "846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94533216119186, + -11.93539193938261, + -76.93568768997372, + -11.925005104207333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.94101638870964, + -11.925005104207333 + ] + ] + ], + "type": "Polygon" + }, + "id": "847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78922097918067, + -12.163677268094085, + -76.7795738393788, + -12.1532978139045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.78490640865252, + -12.1532978139045 + ] + ] + ], + "type": "Polygon" + }, + "id": "848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01541688742464, + -11.973752273880953, + -77.00576946014705, + -11.963364271209128 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.01109871658657, + -11.963364271209128 + ] + ] + ], + "type": "Polygon" + }, + "id": "849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91796354241674, + -12.215767760992469, + -76.9083114231734, + -12.20538591535309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.91364476783659, + -12.20538591535309 + ] + ] + ], + "type": "Polygon" + }, + "id": "850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73447640044901, + -11.969566399928096, + -76.72483653472833, + -11.959185354445033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.73016592287726, + -11.959185354445033 + ] + ] + ], + "type": "Polygon" + }, + "id": "851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88977225861518, + -12.267999913263832, + -76.88011932109069, + -12.257619628937562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.88545355084122, + -12.257619628937562 + ] + ] + ], + "type": "Polygon" + }, + "id": "852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01697684859359, + -12.052557079823186, + -77.0073270314953, + -12.042170217907112 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.01265758414371, + -12.042170217907112 + ] + ] + ], + "type": "Polygon" + }, + "id": "853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9247848728576, + -12.004145200426171, + -76.91513888914889, + -11.993759885623435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.92046873887017, + -11.993759885623435 + ] + ] + ], + "type": "Polygon" + }, + "id": "854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98343917271575, + -12.017794861740347, + -76.97379125600268, + -12.007408299886048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.9791212735772, + -12.007408299886048 + ] + ] + ], + "type": "Polygon" + }, + "id": "855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005941691805, + -11.95843026786693, + -76.850416502772, + -11.948045890810304 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.8557456493812, + -11.948045890810304 + ] + ] + ], + "type": "Polygon" + }, + "id": "856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04874645406854, + -11.630858326602976, + -77.03910838335909, + -11.62046483661527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.04443196019218, + -11.62046483661527 + ] + ] + ], + "type": "Polygon" + }, + "id": "857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93390499319918, + -11.9106709520143, + -76.92426155681466, + -11.900284043731586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.92958985909279, + -11.900284043731586 + ] + ] + ], + "type": "Polygon" + }, + "id": "858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93998233583369, + -11.848346911876021, + -76.93034059718973, + -11.837958972234613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93566786818583, + -11.837958972234613 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.93465501870946, + -11.848346911876021 + ], + [ + -76.93034059718973, + -11.84530035907996 + ], + [ + -76.93084708505363, + -11.840106442667686 + ], + [ + -76.93566786818583, + -11.837958972234613 + ] + ] + ], + "type": "Polygon" + }, + "id": "859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0581022525056, + -12.009410350947725, + -77.0484526718688, + -11.999021831881507 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.05378246265839, + -11.999021831881507 + ] + ] + ], + "type": "Polygon" + }, + "id": "860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71765757709707, + -12.140827254708853, + -76.70801306377994, + -12.130449255125516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.71334527949831, + -12.130449255125516 + ] + ] + ], + "type": "Polygon" + }, + "id": "861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97284026929162, + -12.221200576640506, + -76.96318655709723, + -12.210817457890297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.96851993919714, + -12.210817457890297 + ] + ] + ], + "type": "Polygon" + }, + "id": "862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.095930956059, + -11.61972368027196, + -77.08629202122165, + -11.609328904843927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0916153519519, + -11.609328904843927 + ], + [ + -77.095930956059, + -11.61237274766407 + ], + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.0916153519519, + -11.609328904843927 + ] + ] + ], + "type": "Polygon" + }, + "id": "863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70235329968838, + -12.296473992422191, + -76.69270455884096, + -12.286098923819736 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.69803934687053, + -12.286098923819736 + ] + ] + ], + "type": "Polygon" + }, + "id": "864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0115622919122, + -11.871115970199662, + -77.00191802193604, + -11.86072658528595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -77.00724559339334, + -11.86072658528595 + ] + ] + ], + "type": "Polygon" + }, + "id": "865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16538336134342, + -11.807491027980511, + -77.15573710345556, + -11.797097026259834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.16106341301479, + -11.797097026259834 + ] + ] + ], + "type": "Polygon" + }, + "id": "866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74122298793326, + -12.22963214027675, + -76.73157518015995, + -12.219254970332356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.73690885552678, + -12.219254970332356 + ] + ] + ], + "type": "Polygon" + }, + "id": "867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08329878539203, + -12.08267571142518, + -77.07364638084945, + -12.072287688596155 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.0789773445531, + -12.072287688596155 + ] + ] + ], + "type": "Polygon" + }, + "id": "868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13739689047415, + -12.048655001841324, + -77.12774414185353, + -12.038265146807191 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.13739689047415, + -12.041310815663822 + ], + [ + -77.13689298352031, + -12.046505795068605 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.13307446503907, + -12.038265146807191 + ] + ] + ], + "type": "Polygon" + }, + "id": "869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91263015120613, + -12.223100765627967, + -76.90297795295645, + -12.212719172228914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.9083114231734, + -12.212719172228914 + ] + ] + ], + "type": "Polygon" + }, + "id": "870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69859911780576, + -12.193939851021995, + -76.68895354212465, + -12.183563187865994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.6942866377438, + -12.183563187865994 + ] + ] + ], + "type": "Polygon" + }, + "id": "871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69089186758949, + -12.366042427915994, + -76.68124136306551, + -12.3556688377434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.6865773022623, + -12.3556688377434 + ] + ] + ], + "type": "Polygon" + }, + "id": "872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91485102953742, + -11.77508147052384, + -76.9052121297484, + -11.764693149600971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.9105382175708, + -11.764693149600971 + ] + ] + ], + "type": "Polygon" + }, + "id": "873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83873344508733, + -12.082122479335572, + -76.82908741059315, + -12.071740497257018 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.83441860897108, + -12.071740497257018 + ] + ] + ], + "type": "Polygon" + }, + "id": "874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17976193532238, + -11.706587301548067, + -77.17011832483557, + -11.696191611505677 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.17544295205819, + -11.696191611505677 + ] + ] + ], + "type": "Polygon" + }, + "id": "875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69854976635179, + -12.28823554003676, + -76.68890137613982, + -12.277860430492359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.6942360287018, + -12.277860430492359 + ] + ] + ], + "type": "Polygon" + }, + "id": "876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81051684271087, + -12.322993942769445, + -76.80086437188305, + -12.312616572303435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.8061995608974, + -12.312616572303435 + ] + ] + ], + "type": "Polygon" + }, + "id": "877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05423303632197, + -11.906769938831534, + -77.04458661342656, + -11.8963800150747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04991471943951, + -11.8963800150747 + ] + ] + ], + "type": "Polygon" + }, + "id": "878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05052626819823, + -12.08731845583376, + -77.04087455659196, + -12.076931304264257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.04620564070719, + -12.076931304264257 + ] + ] + ], + "type": "Polygon" + }, + "id": "879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70689910325899, + -12.344074589221568, + -76.69724881527445, + -12.33370021166125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.70258438891307, + -12.33370021166125 + ] + ] + ], + "type": "Polygon" + }, + "id": "880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06567481955248, + -11.931492115604053, + -77.05602736928206, + -11.921102267744477 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.061355867184, + -11.921102267744477 + ] + ] + ], + "type": "Polygon" + }, + "id": "881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04817379306573, + -11.969105816421617, + -77.03852566669653, + -11.958716943235986 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.04385480660355, + -11.958716943235986 + ] + ] + ], + "type": "Polygon" + }, + "id": "882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93317381093003, + -12.060020047538446, + -76.92352594154197, + -12.049635368097302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.92885670444002, + -12.049635368097302 + ] + ] + ], + "type": "Polygon" + }, + "id": "883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97652724646818, + -11.851941454218206, + -76.96688445096302, + -11.84155266212726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.97221174531012, + -11.84155266212726 + ] + ] + ], + "type": "Polygon" + }, + "id": "884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04744245401982, + -12.024093978544471, + -77.03779270682283, + -12.013705939854315 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.04312275322773, + -12.013705939854315 + ] + ] + ], + "type": "Polygon" + }, + "id": "885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73894785620234, + -12.205827432265012, + -76.72930082118741, + -12.195449932045117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.7346341042661, + -12.195449932045117 + ] + ] + ], + "type": "Polygon" + }, + "id": "886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0898840939493, + -11.682089069442124, + -77.08024345679756, + -11.671695229865149 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.08556782040179, + -11.671695229865149 + ] + ] + ], + "type": "Polygon" + }, + "id": "887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99639381115598, + -12.0269358061912, + -76.9867452874835, + -12.016549062578301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.99207544154567, + -12.016549062578301 + ] + ] + ], + "type": "Polygon" + }, + "id": "888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8699578490056, + -12.18742238873133, + -76.86030784183497, + -12.17704128322607 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.86564075646089, + -12.17704128322607 + ] + ] + ], + "type": "Polygon" + }, + "id": "889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88138691489176, + -12.212140501133804, + -76.87173586717176, + -12.201759509243557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.87706918135568, + -12.201759509243557 + ] + ] + ], + "type": "Polygon" + }, + "id": "890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89586372443094, + -12.205715261479368, + -76.88621248641175, + -12.195333803622875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.89154568347169, + -12.195333803622875 + ] + ] + ], + "type": "Polygon" + }, + "id": "891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92627106856558, + -11.799802946136609, + -76.91663113363639, + -11.789414677041398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.92195761830463, + -11.789414677041398 + ] + ] + ], + "type": "Polygon" + }, + "id": "892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02217209547176, + -11.762019018292557, + -77.0125308016567, + -11.751627876653597 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.01785656632802, + -11.751627876653597 + ] + ] + ], + "type": "Polygon" + }, + "id": "893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91567381821305, + -12.191955403411235, + -76.9060224700432, + -12.181573229364783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.91135542379749, + -12.181573229364783 + ] + ] + ], + "type": "Polygon" + }, + "id": "894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310231270403, + -12.115987180153407, + -76.85345461940292, + -12.105605112953732 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.85878636052486, + -12.105605112953732 + ] + ] + ], + "type": "Polygon" + }, + "id": "895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75715890986203, + -12.396248643918653, + -76.74750569016635, + -12.385873885332224 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.756649135724, + -12.394112162068588 + ], + [ + -76.75182243844581, + -12.396248643918653 + ], + [ + -76.74750569016635, + -12.39319771722414 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.75284211268807, + -12.385873885332224 + ] + ] + ], + "type": "Polygon" + }, + "id": "896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995653584135, + -11.998726299169338, + -76.86031215802862, + -11.988342269822946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.86564196167504, + -11.988342269822946 + ] + ] + ], + "type": "Polygon" + }, + "id": "897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10887870030422, + -11.62885534500371, + -77.0992391682005, + -11.61846037027471 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10456263027575, + -11.61846037027471 + ], + [ + -77.10887870030422, + -11.621504149923604 + ], + [ + -77.10837504583426, + -11.626701689723147 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.10456263027575, + -11.61846037027471 + ] + ] + ], + "type": "Polygon" + }, + "id": "898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79377937026464, + -12.211292626208802, + -76.78413068616734, + -12.200913823661686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78946403909268, + -12.200913823661686 + ] + ] + ], + "type": "Polygon" + }, + "id": "899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1637875362761, + -11.72864179905105, + -77.15414366507065, + -11.718246780465037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15946868125457, + -11.718246780465037 + ] + ] + ], + "type": "Polygon" + }, + "id": "900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73898541517394, + -12.111513161727805, + -76.72934119391006, + -12.101134157679185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.73467292083905, + -12.101134157679185 + ] + ] + ], + "type": "Polygon" + }, + "id": "901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88062716875089, + -12.26709170770994, + -76.87097449995463, + -12.25671163702225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.8763087216457, + -12.25671163702225 + ] + ] + ], + "type": "Polygon" + }, + "id": "902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15020018184114, + -11.868958506813428, + -77.14055247052595, + -11.858565720475708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.14587981559016, + -11.858565720475708 + ] + ] + ], + "type": "Polygon" + }, + "id": "903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72534607732281, + -11.968658719383011, + -76.71570648794378, + -11.958277892780949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.72103586337181, + -11.958277892780949 + ] + ] + ], + "type": "Polygon" + }, + "id": "904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69627777434903, + -12.264434271872533, + -76.68663015755986, + -12.254058823363355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.69196441736997, + -12.254058823363355 + ] + ] + ], + "type": "Polygon" + }, + "id": "905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93088392716145, + -12.036202926505245, + -76.92123682796311, + -12.025817941899199 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.9265672004455, + -12.025817941899199 + ] + ] + ], + "type": "Polygon" + }, + "id": "906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14487279364208, + -11.876306300115813, + -77.1352249961082, + -11.865913745422484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.14055247052595, + -11.865913745422484 + ] + ] + ], + "type": "Polygon" + }, + "id": "907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14781197042952, + -11.750693495118995, + -77.13816783999256, + -11.74029915200237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.14349324435236, + -11.74029915200237 + ] + ] + ], + "type": "Polygon" + }, + "id": "908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71455314126207, + -12.266261833093527, + -76.70490496821624, + -12.255885947597468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.71023925499208, + -12.255885947597468 + ] + ] + ], + "type": "Polygon" + }, + "id": "909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03893091975922, + -11.77939587468971, + -77.0292886801407, + -11.7690045565347 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.03461471023155, + -11.7690045565347 + ] + ] + ], + "type": "Polygon" + }, + "id": "910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96217328696085, + -12.235869776930913, + -76.95251941341978, + -12.225487161682565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.96166662904547, + -12.233726705216373 + ], + [ + -76.95683960598319, + -12.235869776930913 + ], + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.95785304847547, + -12.225487161682565 + ] + ] + ], + "type": "Polygon" + }, + "id": "911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08153492073534, + -11.720618249745904, + -77.07189334815747, + -11.710225112761684 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.07721835642496, + -11.710225112761684 + ] + ] + ], + "type": "Polygon" + }, + "id": "912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386350599226, + -12.155371732712497, + -76.85421461717061, + -12.144990267358493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85954700731075, + -12.144990267358493 + ] + ] + ], + "type": "Polygon" + }, + "id": "913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8265578474083, + -12.018017125675863, + -76.81691404996725, + -12.00763447320604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.82224419877562, + -12.00763447320604 + ] + ] + ], + "type": "Polygon" + }, + "id": "914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9848887620944, + -11.81343123821675, + -76.97524689709188, + -11.803041707706576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.9805735491169, + -11.803041707706576 + ] + ] + ], + "type": "Polygon" + }, + "id": "915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0314517976955, + -12.046116975443027, + -77.02180180190177, + -12.035729660643163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.02713223107217, + -12.035729660643163 + ] + ] + ], + "type": "Polygon" + }, + "id": "916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97042601009434, + -11.819876963213021, + -76.96078432744652, + -11.809487877402098 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.96611110055383, + -11.809487877402098 + ] + ] + ], + "type": "Polygon" + }, + "id": "917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79599631667442, + -12.517989228728535, + -76.78633840490126, + -12.507615652442935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7916768244446, + -12.507615652442935 + ], + [ + -76.79599631667442, + -12.510666662213167 + ], + [ + -76.79548689193783, + -12.515853504136402 + ], + [ + -76.79065784875387, + -12.517989228728535 + ], + [ + -76.78633840490126, + -12.51493813653674 + ], + [ + -76.78684795584586, + -12.509751402184211 + ], + [ + -76.7916768244446, + -12.507615652442935 + ] + ] + ], + "type": "Polygon" + }, + "id": "918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98876910913224, + -12.010455245295036, + -76.9791212735772, + -12.000068442195992 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.98445116451515, + -12.000068442195992 + ] + ] + ], + "type": "Polygon" + }, + "id": "919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83492679105099, + -12.073882869460697, + -76.82528110394153, + -12.063500856077013 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.83061216874468, + -12.063500856077013 + ] + ] + ], + "type": "Polygon" + }, + "id": "920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72836238845345, + -12.031848883902006, + -76.71872083302344, + -12.021468924401695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.72405124914033, + -12.021468924401695 + ] + ] + ], + "type": "Polygon" + }, + "id": "921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74815520827484, + -12.018095419321138, + -76.73851352341003, + -12.007714749073665 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.74384370741014, + -12.007714749073665 + ] + ] + ], + "type": "Polygon" + }, + "id": "922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92404929483082, + -12.15347379500084, + -76.9143988758153, + -12.14309079730326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.91973118756407, + -12.14309079730326 + ] + ] + ], + "type": "Polygon" + }, + "id": "923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03673282025002, + -11.944384054445932, + -77.02708572257816, + -11.933995100101411 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.03241446984092, + -11.933995100101411 + ] + ] + ], + "type": "Polygon" + }, + "id": "924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09520837318426, + -11.674739469293002, + -77.08556782040179, + -11.664345406354057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.09089205576919, + -11.664345406354057 + ] + ] + ], + "type": "Polygon" + }, + "id": "925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77930639375779, + -12.217710961576115, + -76.76965790855722, + -12.207332629793287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.77499137373707, + -12.207332629793287 + ] + ] + ], + "type": "Polygon" + }, + "id": "926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75192385445368, + -12.12066219694668, + -76.74227900807288, + -12.110283007342625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.7476108820213, + -12.110283007342625 + ] + ] + ], + "type": "Polygon" + }, + "id": "927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7360045600812, + -11.95399476468791, + -76.72636511672968, + -11.943613451571766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.73169424792931, + -11.943613451571766 + ] + ] + ], + "type": "Polygon" + }, + "id": "928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89128844697805, + -12.158091222389695, + -76.88163875132733, + -12.147709114327318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.88697116631901, + -12.147709114327318 + ] + ] + ], + "type": "Polygon" + }, + "id": "929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79530619480927, + -12.19572434955243, + -76.78565793438784, + -12.185345256090976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.79099102968249, + -12.185345256090976 + ] + ] + ], + "type": "Polygon" + }, + "id": "930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00861188609517, + -12.0910555595281, + -76.99896113537811, + -12.080669493431007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -77.00429233217586, + -12.080669493431007 + ] + ] + ], + "type": "Polygon" + }, + "id": "931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14177140443816, + -11.813056115457298, + -77.13212556800518, + -11.802662758178792 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.13745200707908, + -11.802662758178792 + ] + ] + ], + "type": "Polygon" + }, + "id": "932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1220502654466, + -11.921281403282615, + -77.1124016980915, + -11.9108900392483 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.11772994783145, + -11.9108900392483 + ] + ] + ], + "type": "Polygon" + }, + "id": "933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70935743729416, + -11.99065217233925, + -76.69971763011887, + -11.980272078824388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.70884763777485, + -11.988511454038113 + ], + [ + -76.70402764673246, + -11.99065217233925 + ], + [ + -76.69971763011887, + -11.98760281232637 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.70504737122927, + -11.980272078824388 + ] + ] + ], + "type": "Polygon" + }, + "id": "934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69173486000662, + -12.216829999564478, + -76.68208878978226, + -12.2064538837774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.68742226421105, + -12.2064538837774 + ] + ] + ], + "type": "Polygon" + }, + "id": "935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18367048595304, + -11.80927378573156, + -77.1740237224381, + -11.798879369261241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17935003062777, + -11.798879369261241 + ], + [ + -77.18367048595304, + -11.80192343753687 + ], + [ + -77.18316760180178, + -11.807120697547752 + ], + [ + -77.17834413512257, + -11.80927378573156 + ], + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.17935003062777, + -11.798879369261241 + ] + ] + ], + "type": "Polygon" + }, + "id": "936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85472643743225, + -12.06012129925268, + -76.84508063319751, + -12.049738577922643 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.8504114588701, + -12.049738577922643 + ] + ] + ], + "type": "Polygon" + }, + "id": "937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10073631875052, + -11.950662874704548, + -77.09108741098423, + -11.940272451886518 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.09641617580816, + -11.940272451886518 + ] + ] + ], + "type": "Polygon" + }, + "id": "938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79687421946501, + -11.99148635932617, + -76.78723200951285, + -11.981104057937031 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.79256173631005, + -11.981104057937031 + ] + ] + ], + "type": "Polygon" + }, + "id": "939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94077380678681, + -11.9821305114457, + -76.93112806143354, + -11.971744473067163 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.93645753410007, + -11.971744473067163 + ] + ] + ], + "type": "Polygon" + }, + "id": "940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95750793451818, + -11.905130663379374, + -76.9478640480218, + -11.89474309167538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.95319223689073, + -11.89474309167538 + ] + ] + ], + "type": "Polygon" + }, + "id": "941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83262449903634, + -12.238738970557103, + -76.82297395310584, + -12.228359636522914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.8283077387022, + -12.228359636522914 + ] + ] + ], + "type": "Polygon" + }, + "id": "942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0254321457563, + -12.202807232101039, + -77.01577762792792, + -12.192422519108282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.0211106474317, + -12.192422519108282 + ] + ] + ], + "type": "Polygon" + }, + "id": "943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96441071337233, + -12.070968156044636, + -76.9547617037353, + -12.06058287043508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.96009261718011, + -12.06058287043508 + ] + ] + ], + "type": "Polygon" + }, + "id": "944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0542874625907, + -12.00116984127439, + -77.04463822467225, + -11.990781292550615 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.049967884715, + -11.990781292550615 + ] + ] + ], + "type": "Polygon" + }, + "id": "945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92936353295272, + -12.051780060895364, + -76.91971600896433, + -12.041395350390388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.9250466394958, + -12.041395350390388 + ] + ] + ], + "type": "Polygon" + }, + "id": "946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99480204013926, + -11.853737162881668, + -76.98515871906359, + -11.843347946071592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.9904860234343, + -11.843347946071592 + ] + ] + ], + "type": "Polygon" + }, + "id": "947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92481819341526, + -12.1928612013781, + -76.91516657847797, + -12.182478814374438 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.92049953923015, + -12.182478814374438 + ] + ] + ], + "type": "Polygon" + }, + "id": "948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07699674922024, + -11.767385364152195, + -77.06735389962827, + -11.756992956986812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.0726796827977, + -11.756992956986812 + ] + ] + ], + "type": "Polygon" + }, + "id": "949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72745482747742, + -12.36970444343291, + -76.71780321051871, + -12.35932998116926 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.72313920322813, + -12.35932998116926 + ] + ] + ], + "type": "Polygon" + }, + "id": "950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376905302551, + -12.289991697270631, + -76.86411588159798, + -12.279612179901612 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.87326107353199, + -12.287851254463419 + ], + [ + -76.86843440104282, + -12.289991697270631 + ], + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.869450486381, + -12.279612179901612 + ] + ] + ], + "type": "Polygon" + }, + "id": "951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0214817265551, + -11.911421612055852, + -77.01183600133608, + -11.901032555884436 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.01716422449157, + -11.901032555884436 + ] + ] + ], + "type": "Polygon" + }, + "id": "952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1090193783162, + -11.817725310614867, + -77.09937422260758, + -11.80733280871333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.10470078820872, + -11.80733280871333 + ] + ] + ], + "type": "Polygon" + }, + "id": "953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98421516826845, + -12.05719361499794, + -76.97456605652364, + -12.04680762979207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97989672239196, + -12.04680762979207 + ] + ] + ], + "type": "Polygon" + }, + "id": "954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67573392252467, + -12.238804505369492, + -76.66608763737818, + -12.228429159722467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.67142147627753, + -12.228429159722467 + ] + ] + ], + "type": "Polygon" + }, + "id": "955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95292668143662, + -11.857486436449246, + -76.94328433330075, + -11.84709830424244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.94861174249945, + -11.84709830424244 + ] + ] + ], + "type": "Polygon" + }, + "id": "956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73592771811401, + -12.142649039748369, + -76.72628265119727, + -12.13227060344819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.73161489257272, + -12.13227060344819 + ] + ] + ], + "type": "Polygon" + }, + "id": "957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99339514994088, + -12.152465334343079, + -76.98374295847934, + -12.142080603940038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.98907518480699, + -12.142080603940038 + ] + ] + ], + "type": "Polygon" + }, + "id": "958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08830772466908, + -11.603241156527957, + -77.0786694721226, + -11.592846361299678 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08399254290197, + -11.592846361299678 + ], + [ + -77.08830772466908, + -11.595890178946851 + ], + [ + -77.08780382152271, + -11.60108762915725 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.08399254290197, + -11.592846361299678 + ] + ] + ], + "type": "Polygon" + }, + "id": "959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01012913690029, + -12.07547639094758, + -77.00047881196632, + -12.065090047540574 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -77.00580975026283, + -12.065090047540574 + ] + ] + ], + "type": "Polygon" + }, + "id": "960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76399395196134, + -12.467646446320362, + -76.75433841146966, + -12.457272774404128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.75865630265916, + -12.467646446320362 + ], + [ + -76.75433841146966, + -12.464595265910154 + ], + [ + -76.75484832913186, + -12.459408484003427 + ], + [ + -76.75967601195319, + -12.457272774404128 + ] + ] + ], + "type": "Polygon" + }, + "id": "961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0527184304668, + -11.922354499175524, + -77.04307158173907, + -11.911964835737777 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.04839994619928, + -11.911964835737777 + ] + ] + ], + "type": "Polygon" + }, + "id": "962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7716670315794, + -12.295542177449837, + -76.76201642838589, + -12.285165327115134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.76735118166643, + -12.285165327115134 + ] + ] + ], + "type": "Polygon" + }, + "id": "963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91564583336668, + -12.003242709254497, + -76.90600011611573, + -11.992857608068274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.91132995884648, + -11.992857608068274 + ] + ] + ], + "type": "Polygon" + }, + "id": "964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17834413512257, + -11.81662381979478, + -77.16869728435682, + -11.8062296315274 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.17834413512257, + -11.80927378573156 + ], + [ + -77.1778411646585, + -11.814470931671089 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.1740237224381, + -11.8062296315274 + ] + ] + ], + "type": "Polygon" + }, + "id": "965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92252806241076, + -12.169047934531672, + -76.91287721837398, + -12.15866522253233 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.91820978832531, + -12.15866522253233 + ] + ] + ], + "type": "Polygon" + }, + "id": "966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07312414456297, + -11.66471486518515, + -77.06348444787953, + -11.654321210041806 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.06880854904558, + -11.654321210041806 + ] + ] + ], + "type": "Polygon" + }, + "id": "967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68344571654463, + -12.066675853275546, + -76.67380435524572, + -12.056297571602366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67913535319005, + -12.056297571602366 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.67811466875742, + -12.066675853275546 + ], + [ + -76.67380435524572, + -12.063625860643759 + ], + [ + -76.67431476015891, + -12.058436774760017 + ], + [ + -76.67913535319005, + -12.056297571602366 + ] + ] + ], + "type": "Polygon" + }, + "id": "968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89434106381523, + -12.221287084536423, + -76.88468940095534, + -12.210905917747821 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.89002285616192, + -12.210905917747821 + ] + ] + ], + "type": "Polygon" + }, + "id": "969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77100170258403, + -11.973194507426621, + -76.76136073624404, + -11.96281258891608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.76669017252905, + -11.96281258891608 + ] + ] + ], + "type": "Polygon" + }, + "id": "970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09599749581055, + -11.714161887613525, + -77.08635575033395, + -11.703768315326293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.09168063230123, + -11.703768315326293 + ] + ] + ], + "type": "Polygon" + }, + "id": "971", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1160746485133, + -12.07802849373271, + -77.10642155726029, + -12.067639603065828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.1155703961235, + -12.07588010684822 + ], + [ + -77.11074376508378, + -12.07802849373271 + ], + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.11175239701106, + -12.067639603065828 + ] + ] + ], + "type": "Polygon" + }, + "id": "972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73588926349547, + -12.236958761726294, + -76.72624138233483, + -12.226581847790756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.73157518015995, + -12.226581847790756 + ] + ] + ], + "type": "Polygon" + }, + "id": "973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72451913403755, + -12.117931788634255, + -76.7148751161511, + -12.107553253419399 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.7148751161511, + -12.11488189987095 + ], + [ + -76.71538503114567, + -12.109692686894386 + ], + [ + -76.72020695265205, + -12.107553253419399 + ] + ] + ], + "type": "Polygon" + }, + "id": "974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16458535046792, + -11.768067206959351, + -77.15494028606705, + -11.757672691909333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.16026594886114, + -11.757672691909333 + ] + ] + ], + "type": "Polygon" + }, + "id": "975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80977883243156, + -12.18930411060126, + -76.80013037448607, + -12.178924548052112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.80546335677788, + -12.178924548052112 + ] + ] + ], + "type": "Polygon" + }, + "id": "976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79760640133307, + -12.125207570566637, + -76.78796018363948, + -12.11482729530635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.7932921144965, + -12.11482729530635 + ] + ] + ], + "type": "Polygon" + }, + "id": "977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94383505161213, + -12.045345589550006, + -76.93418734155037, + -12.034960422270192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93951785278517, + -12.034960422270192 + ] + ] + ], + "type": "Polygon" + }, + "id": "978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96280830749967, + -11.80339572467415, + -76.95316731315714, + -11.79300660098189 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.95849382282175, + -11.79300660098189 + ] + ] + ], + "type": "Polygon" + }, + "id": "979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691039110802, + -12.218564545600449, + -76.85725953491377, + -12.208184020604426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.86259296553507, + -12.208184020604426 + ] + ] + ], + "type": "Polygon" + }, + "id": "980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63612716020693, + -12.266267673992983, + -76.62648115337007, + -12.255893801570931 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63079281659704, + -12.266267673992983 + ], + [ + -76.62648115337007, + -12.263216240315934 + ], + [ + -76.62699253095144, + -12.258029359198233 + ], + [ + -76.63181544640238, + -12.255893801570931 + ] + ] + ], + "type": "Polygon" + }, + "id": "981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94921304353792, + -12.226724896504786, + -76.93955978024196, + -12.216342452889569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.9448932771668, + -12.216342452889569 + ] + ] + ], + "type": "Polygon" + }, + "id": "982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310365580609, + -12.02163745931192, + -76.85345877665523, + -12.011253944441567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.85878896251823, + -12.011253944441567 + ] + ] + ], + "type": "Polygon" + }, + "id": "983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92323197694259, + -11.830966748320083, + -76.91359119375333, + -11.820578982464573 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.92272540846642, + -11.828819440899109 + ], + [ + -76.9179049305959, + -11.830966748320083 + ], + [ + -76.91359119375333, + -11.827920139607471 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.9189181937383, + -11.820578982464573 + ] + ] + ], + "type": "Polygon" + }, + "id": "984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11736870026866, + -11.779198906052642, + -77.10772448203168, + -11.768805678703973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.1130504018353, + -11.768805678703973 + ] + ] + ], + "type": "Polygon" + }, + "id": "985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78383941970115, + -12.359625605489043, + -76.77418657235751, + -12.349249535463887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77952237922898, + -12.349249535463887 + ] + ] + ], + "type": "Polygon" + }, + "id": "986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06040249358742, + -12.03323324498799, + -77.05075214408366, + -12.022845027219608 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.05608232424032, + -12.022845027219608 + ] + ] + ], + "type": "Polygon" + }, + "id": "987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89965578942535, + -12.025253572764456, + -76.89000983618507, + -12.014869199497657 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.89534005469719, + -12.014869199497657 + ] + ] + ], + "type": "Polygon" + }, + "id": "988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6902036098657, + -12.232393806051007, + -76.68055711709016, + -12.222017984104818 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.6858908486637, + -12.222017984104818 + ] + ] + ], + "type": "Polygon" + }, + "id": "989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71376542988165, + -12.321189249048247, + -76.70411563748614, + -12.310814305999875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.7094508316734, + -12.310814305999875 + ] + ] + ], + "type": "Polygon" + }, + "id": "990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05115017204355, + -11.843532238308349, + -77.04150571133813, + -11.833141499259918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.04683278083745, + -11.833141499259918 + ] + ] + ], + "type": "Polygon" + }, + "id": "991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81056688607022, + -12.040017985697537, + -76.80092286111608, + -12.029636067977874 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.80625338104953, + -12.029636067977874 + ] + ] + ], + "type": "Polygon" + }, + "id": "992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80525453434636, + -11.953004386774321, + -76.7956132459377, + -11.94262130662824 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.8009423347871, + -11.94262130662824 + ] + ] + ], + "type": "Polygon" + }, + "id": "993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.015330751363, + -11.784950631954494, + -77.00568895039962, + -11.77455996622139 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.01101510014396, + -11.77455996622139 + ] + ] + ], + "type": "Polygon" + }, + "id": "994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68640133580648, + -12.224155176531616, + -76.67675519377498, + -12.213779317017613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.68208878978226, + -12.213779317017613 + ] + ] + ], + "type": "Polygon" + }, + "id": "995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77400022586724, + -12.13072038937995, + -76.76435448072039, + -12.120340797939228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76968651268719, + -12.120340797939228 + ] + ] + ], + "type": "Polygon" + }, + "id": "996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96670362495698, + -12.094785733864455, + -76.95705384527743, + -12.08440075865038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.96238514896365, + -12.08440075865038 + ] + ] + ], + "type": "Polygon" + }, + "id": "997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71761379298549, + -12.235133582844018, + -76.70796646575216, + -12.224757104956316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.7133002379026, + -12.224757104956316 + ] + ] + ], + "type": "Polygon" + }, + "id": "998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84558864349293, + -12.059215671907184, + -76.83594310947382, + -12.048833165894434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.84127392604101, + -12.048833165894434 + ] + ] + ], + "type": "Polygon" + }, + "id": "999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09455168764642, + -11.824178772416365, + -77.08490670385082, + -11.813786709823203 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.09023339645344, + -11.813786709823203 + ] + ] + ], + "type": "Polygon" + }, + "id": "1000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68486982849421, + -12.239718597654473, + -76.67522326395337, + -12.229343032744591 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.68055711709016, + -12.229343032744591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01606690739678, + -11.729950442743089, + -77.0064267244545, + -11.719559024962434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.01175196910359, + -11.719559024962434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03066992835006, + -12.006714061606992, + -77.02102112759067, + -11.996326173247864 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.0263509086461, + -11.996326173247864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16085456959497, + -11.854261968771404, + -77.15120703121349, + -11.843868720479959 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.15653411730851, + -11.843868720479959 + ] + ] + ], + "type": "Polygon" + }, + "id": "1004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89889953036547, + -12.08022080913697, + -76.88925195767845, + -12.06983729212813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.89458308269019, + -12.06983729212813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73208503905217, + -12.22871998213563, + -76.72243750771351, + -12.218343029972967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.72777117054201, + -12.218343029972967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04733761949282, + -11.835291390270726, + -77.03769350129802, + -11.82490063009041 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.0430204400966, + -11.82490063009041 + ] + ] + ], + "type": "Polygon" + }, + "id": "1007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99417271299359, + -12.19185815481261, + -76.98451932548656, + -12.181474034361642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.98985220061994, + -12.181474034361642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9453095271373, + -11.841005438479277, + -76.93566786818583, + -11.830617264881855 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.93566786818583, + -11.837958972234613 + ], + [ + -76.93617427012207, + -11.832764938814465 + ], + [ + -76.94099501343929, + -11.830617264881855 + ] + ] + ], + "type": "Polygon" + }, + "id": "1009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15162761020011, + -11.758934790710255, + -77.14198313950614, + -11.748540465351834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.14730867322737, + -11.748540465351834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87147917027039, + -11.98315018769933, + -76.86183521643888, + -11.972765888980822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.86716476241443, + -11.972765888980822 + ] + ] + ], + "type": "Polygon" + }, + "id": "1011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767235229254, + -11.78616571535048, + -76.85803436685828, + -11.775778718727066 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.86336067285633, + -11.775778718727066 + ] + ] + ], + "type": "Polygon" + }, + "id": "1012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74580989848357, + -12.182933339640575, + -76.73616336001857, + -12.17255529487361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.74149626324618, + -12.17255529487361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10204392744068, + -11.65179807101749, + -77.09240388488723, + -11.641403550412432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.0977277336575, + -11.641403550412432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8531985064739, + -12.170036219887555, + -76.84354946330804, + -12.15965525563835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.8488821024737, + -12.15965525563835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03824820148199, + -11.928800557165367, + -77.02860152952188, + -11.91841134019599 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.03393001838016, + -11.91841134019599 + ] + ] + ], + "type": "Polygon" + }, + "id": "1016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05412427898675, + -11.717939084442081, + -77.04448348121284, + -11.70754657918895 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04980848188333, + -11.70754657918895 + ] + ] + ], + "type": "Polygon" + }, + "id": "1017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70462602307747, + -12.32027459133082, + -76.69497650870828, + -12.309899866474955 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.70031168952197, + -12.309899866474955 + ] + ] + ], + "type": "Polygon" + }, + "id": "1018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83264496616431, + -12.050070115226973, + -76.82300005021736, + -12.039687794711023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.82833072381995, + -12.039687794711023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06471655244374, + -11.60880988365517, + -77.0550787313405, + -11.598415730052668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.06040192548107, + -11.598415730052668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0199213205602, + -11.832603164767171, + -77.01027798309451, + -11.822213037950796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.01560491119679, + -11.822213037950796 + ] + ] + ], + "type": "Polygon" + }, + "id": "1021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9764955227045, + -11.75753995050879, + -76.96685553848423, + -11.747149870385428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.97218128017009, + -11.747149870385428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10815825771351, + -11.683872057493835, + -77.09851710740912, + -11.673477798218656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.10384147419705, + -11.673477798218656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77541980666295, + -12.492360178646281, + -76.76576321729038, + -12.481986660132941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.77491013532992, + -12.490224569909433 + ], + [ + -76.77008175325469, + -12.492360178646281 + ], + [ + -76.76576321729038, + -12.4893089993966 + ], + [ + -76.76627301472861, + -12.484122294091966 + ], + [ + -76.77110122203548, + -12.481986660132941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9735845144383, + -12.166235240731543, + -76.96393242407937, + -12.155851218065534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96926489872855, + -12.155851218065534 + ] + ] + ], + "type": "Polygon" + }, + "id": "1025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92938152724385, + -12.146138950901612, + -76.91973118756407, + -12.135755704466517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.92506337361264, + -12.135755704466517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92782546066458, + -11.972988717293017, + -76.91818032615903, + -11.9626028651405 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.92350965999657, + -11.9626028651405 + ] + ] + ], + "type": "Polygon" + }, + "id": "1027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14852594296659, + -11.695676311304767, + -77.1388834318982, + -11.685281230154288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.14420793109879, + -11.685281230154288 + ] + ] + ], + "type": "Polygon" + }, + "id": "1028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73973108870068, + -12.150888103917602, + -76.7300856722267, + -12.140509701499033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.7354180484786, + -12.140509701499033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10218062650186, + -11.84066080083311, + -77.09253495974225, + -11.830268780712654 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.09786191249252, + -11.830268780712654 + ] + ] + ], + "type": "Polygon" + }, + "id": "1030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84557573144532, + -12.247887291726508, + -76.83592456671937, + -12.23750778246805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.84125849544819, + -12.23750778246805 + ] + ] + ], + "type": "Polygon" + }, + "id": "1031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01459434747348, + -11.839947304408245, + -77.00495092794894, + -11.829557409821852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.01027798309451, + -11.829557409821852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97197399376972, + -11.898688902413674, + -76.9623299237358, + -11.888300881662323 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.96765799207448, + -11.888300881662323 + ] + ] + ], + "type": "Polygon" + }, + "id": "1033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73055541652121, + -12.24428504214108, + -76.72090746213965, + -12.233908384654882 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.72624138233483, + -12.233908384654882 + ] + ] + ], + "type": "Polygon" + }, + "id": "1034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76249525824655, + -12.388924728623014, + -76.75284211268807, + -12.378549706869489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.75817841225637, + -12.378549706869489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99398838870798, + -11.719919511809548, + -76.98434907207402, + -11.709528503683542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98967417670744, + -11.709528503683542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92099114045418, + -12.090269124166962, + -76.91134268760679, + -12.079885212294782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.91667395988593, + -12.079885212294782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6963777659395, + -12.07582569582654, + -76.68673577566726, + -12.065447224140922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.69206692295926, + -12.065447224140922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72679244650637, + -12.141738280021416, + -76.71714765615178, + -12.131360061954938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.72247988483625, + -12.131360061954938 + ] + ] + ], + "type": "Polygon" + }, + "id": "1039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91184981987861, + -12.089365003931517, + -76.90220163382968, + -12.078981305479441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.90753289900002, + -12.078981305479441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02598275956447, + -11.770259897645547, + -77.01634112287529, + -11.759868773163932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.02166701850607, + -11.759868773163932 + ] + ] + ], + "type": "Polygon" + }, + "id": "1041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95372356823819, + -11.991272091751343, + -76.94407721294668, + -11.980885868116502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.94940682389627, + -11.980885868116502 + ] + ] + ], + "type": "Polygon" + }, + "id": "1042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09303916446318, + -11.839766551621409, + -77.08339375460321, + -11.82937474086217 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.08872070571738, + -11.82937474086217 + ] + ] + ], + "type": "Polygon" + }, + "id": "1043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09678681294513, + -11.753582771681197, + -77.08714387448292, + -11.743189699838595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.0924694032051, + -11.743189699838595 + ] + ] + ], + "type": "Polygon" + }, + "id": "1044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97048594605538, + -12.00865369656724, + -76.96083863721292, + -11.998267317441792 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.96616851775306, + -11.998267317441792 + ] + ] + ], + "type": "Polygon" + }, + "id": "1045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853374542026, + -12.068361014280516, + -76.84888759423603, + -12.05797832373986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.8542185532228, + -12.05797832373986 + ] + ] + ], + "type": "Polygon" + }, + "id": "1046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06326077480011, + -11.71883239745542, + -77.0536197182811, + -11.708439681373738 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.05894472175923, + -11.708439681373738 + ] + ] + ], + "type": "Polygon" + }, + "id": "1047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88748450570205, + -12.244190167416125, + -76.87783233976172, + -12.233809546921515 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.88316617826062, + -12.233809546921515 + ] + ] + ], + "type": "Polygon" + }, + "id": "1048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99483911462823, + -11.948131742512953, + -76.98519298032436, + -11.937743870554389 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.9905218382658, + -11.937743870554389 + ] + ] + ], + "type": "Polygon" + }, + "id": "1049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71167409211496, + -11.92012942646787, + -76.70203632292333, + -11.909748240230213 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.70736490171416, + -11.909748240230213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77785745946422, + -11.950287913827557, + -76.76821699034271, + -11.939905485512327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.77354604659992, + -11.939905485512327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71770133567135, + -12.046509157190783, + -76.70805963462942, + -12.036129691862374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.71339029482377, + -12.036129691862374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09547396651546, + -12.052409178912328, + -77.0858221575516, + -12.042020397078621 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.09115260540901, + -12.042020397078621 + ] + ] + ], + "type": "Polygon" + }, + "id": "1053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71997357869677, + -12.070317218903034, + -76.71033110546662, + -12.059938060056648 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.71566215772253, + -12.059938060056648 + ] + ] + ], + "type": "Polygon" + }, + "id": "1054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95444517506823, + -11.8419041743415, + -76.94480325147734, + -11.831515787374899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.95013040282066, + -11.831515787374899 + ] + ] + ], + "type": "Polygon" + }, + "id": "1055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80137341259157, + -12.322082286167143, + -76.79172121473422, + -12.31170513128172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.79705639329356, + -12.31170513128172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04441143585223, + -12.055257005137781, + -77.03476083650062, + -12.044869511874017 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.04009140012614, + -12.044869511874017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08225988732462, + -11.665606686393081, + -77.07261993297591, + -11.655212820760852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.0779440363763, + -11.655212820760852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83339218820858, + -12.183791153218793, + -76.82374326242544, + -12.17341090704977 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.82907614078414, + -12.17341090704977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71608353592724, + -12.25069793050087, + -76.7064357857993, + -12.240321748038541 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.71176981525389, + -12.240321748038541 + ] + ] + ], + "type": "Polygon" + }, + "id": "1060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79756547412828, + -12.313843589989396, + -76.78791362493777, + -12.303466391931623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.79324866925309, + -12.303466391931623 + ] + ] + ], + "type": "Polygon" + }, + "id": "1061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01385769560324, + -11.89494035908116, + -77.00421265697723, + -11.884551254732683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.0095406178301, + -11.884551254732683 + ] + ] + ], + "type": "Polygon" + }, + "id": "1062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06096252938757, + -11.695002173810735, + -77.0513222402168, + -11.68460920348158 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.0566468551055, + -11.68460920348158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12673602802033, + -12.06334239917562, + -77.11708310775192, + -12.05295302543775 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.12241368939527, + -12.05295302543775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97129052541295, + -12.142419284534611, + -76.96163920537246, + -12.13203494079288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.96697128966088, + -12.13203494079288 + ] + ] + ], + "type": "Polygon" + }, + "id": "1065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036545580376, + -12.345886249736346, + -76.79400158743239, + -12.3355094425312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.7993371580894, + -12.3355094425312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76492369760906, + -11.941142235898731, + -76.75528385106381, + -11.930760001472422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.7606127615626, + -11.930760001472422 + ] + ] + ], + "type": "Polygon" + }, + "id": "1067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98644032679718, + -11.892245977051848, + -76.97679607445004, + -11.881857508186826 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.98212402157367, + -11.881857508186826 + ] + ] + ], + "type": "Polygon" + }, + "id": "1068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69395544024927, + -12.3349210436632, + -76.68430578151983, + -12.324546841123642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.68964120601144, + -12.324546841123642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13716094613967, + -11.765393063949995, + -77.12751664370813, + -11.754999173374838 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.13284230641537, + -11.754999173374838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8387418951409, + -11.987773455919982, + -76.82909867382855, + -11.97739004572825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.83442831726467, + -11.97739004572825 + ] + ] + ], + "type": "Polygon" + }, + "id": "1071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91338445275751, + -12.168142481771834, + -76.90373387556885, + -12.157759982875342 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.90906643845423, + -12.157759982875342 + ] + ] + ], + "type": "Polygon" + }, + "id": "1072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93854583128991, + -12.241392249362413, + -76.92889240814665, + -12.231010310606091 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.93422615720593, + -12.231010310606091 + ] + ] + ], + "type": "Polygon" + }, + "id": "1073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16227837535757, + -11.74423402476477, + -77.1526340775706, + -11.733839247997269 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1579593524485, + -11.733839247997269 + ] + ] + ], + "type": "Polygon" + }, + "id": "1074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88670905854293, + -12.016110003326643, + -76.87706371930956, + -12.005725815437172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.88239379719744, + -12.005725815437172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97200441199782, + -11.993074060393743, + -76.96235752829425, + -11.982687411756814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.96768715065176, + -11.982687411756814 + ] + ] + ], + "type": "Polygon" + }, + "id": "1076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77313997600487, + -12.468561859363053, + -76.76348416033906, + -12.458187971385591 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.76882177241605, + -12.458187971385591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93696413434697, + -11.973890304493475, + -76.9273187340709, + -11.963504238949817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.93264807453043, + -11.963504238949817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1078", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74655658974635, + -12.222305178200932, + -76.73690885552678, + -12.211927752688236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.74224240834708, + -12.211927752688236 + ] + ] + ], + "type": "Polygon" + }, + "id": "1079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05574750556521, + -11.891184988396278, + -77.046101508478, + -11.880794805869888 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.05142935606118, + -11.880794805869888 + ] + ] + ], + "type": "Polygon" + }, + "id": "1080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76567221772927, + -11.980527462471294, + -76.75603117717198, + -11.970145787289468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.76136073624404, + -11.970145787289468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68655989499128, + -11.941216037472039, + -76.67692218768745, + -11.93083579815924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.68225111744553, + -11.93083579815924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76255665855558, + -12.200322252301822, + -76.7529091459953, + -12.189944062728372 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.75824233064685, + -12.189944062728372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78391281104423, + -12.076679450489543, + -76.77426841022253, + -12.066298766195905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77959954693806, + -12.066298766195905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02896564657061, + -11.644662954820054, + -77.01932767022781, + -11.634270121228719 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.02846084761174, + -11.642511159366103 + ], + [ + -77.02364177380652, + -11.644662954820054 + ], + [ + -77.01932767022781, + -11.64161829880546 + ], + [ + -77.01983259564152, + -11.636421934985396 + ], + [ + -77.02465149818848, + -11.634270121228719 + ] + ] + ], + "type": "Polygon" + }, + "id": "1085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00693196336836, + -11.729055523687938, + -76.99729204165953, + -11.718664317981617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -77.00261728207884, + -11.718664317981617 + ] + ] + ], + "type": "Polygon" + }, + "id": "1086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79147775232491, + -12.281800141311722, + -76.78182702450687, + -12.27142255887267 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.78716154246202, + -12.27142255887267 + ] + ] + ], + "type": "Polygon" + }, + "id": "1087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83568436482607, + -12.113267306312986, + -76.82603748256743, + -12.102885884550016 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.83136919629462, + -12.102885884550016 + ] + ] + ], + "type": "Polygon" + }, + "id": "1088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85776762420072, + -12.217656495079126, + -76.84811703784952, + -12.207276184514274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.85345045972396, + -12.207276184514274 + ] + ] + ], + "type": "Polygon" + }, + "id": "1089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79072530891602, + -12.242427862309915, + -76.78107577739654, + -12.232049646218293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.78640964563486, + -12.232049646218293 + ] + ] + ], + "type": "Polygon" + }, + "id": "1090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89128156704913, + -12.063741161134244, + -76.88163468671651, + -12.053357581037364 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.88696554605623, + -12.053357581037364 + ] + ] + ], + "type": "Polygon" + }, + "id": "1091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96443893973546, + -12.165331421699312, + -76.95478711354414, + -12.154947610764754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.96011958266877, + -12.154947610764754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90728508109505, + -12.136089333367956, + -76.8976356208289, + -12.125706478026805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.90296766017113, + -12.125706478026805 + ] + ] + ], + "type": "Polygon" + }, + "id": "1093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77772627760187, + -12.42187770583447, + -76.76807173421503, + -12.411502873460263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77340857252926, + -12.411502873460263 + ], + [ + -76.77772627760187, + -12.41455363808403 + ], + [ + -76.77721674971104, + -12.419741108261883 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.77340857252926, + -12.411502873460263 + ] + ] + ], + "type": "Polygon" + }, + "id": "1094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9285588977757, + -11.823625504444419, + -76.9189181937383, + -11.813237505162663 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.92424506828765, + -11.813237505162663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00094579141457, + -11.980194039835608, + -76.99129854410266, + -11.969806487575674 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.99662792320025, + -11.969806487575674 + ] + ] + ], + "type": "Polygon" + }, + "id": "1096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09014347469176, + -12.059751556675645, + -77.08049158115347, + -12.049363016190028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.0858221575516, + -12.049363016190028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92710868326641, + -12.216673903531545, + -76.9174562973363, + -12.206291845080754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.92278964892928, + -12.206291845080754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14701629234833, + -11.71126863477446, + -77.13737335495425, + -11.700873792315088 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.1426981127226, + -11.700873792315088 + ] + ] + ], + "type": "Polygon" + }, + "id": "1099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03898085986765, + -11.87380696275366, + -77.02933580766292, + -11.863416944186655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.0346633905752, + -11.863416944186655 + ] + ] + ], + "type": "Polygon" + }, + "id": "1100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13787672907628, + -11.71037795904309, + -77.12823404602626, + -11.699983325157742 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.1335588035116, + -11.699983325157742 + ] + ] + ], + "type": "Polygon" + }, + "id": "1101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08068550046922, + -11.586758664077767, + -77.07104793045856, + -11.576363850875223 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0763707411209, + -11.576363850875223 + ], + [ + -77.08068550046922, + -11.579407642459048 + ], + [ + -77.08018151609845, + -11.58460510172206 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.0715520414432, + -11.578517430714935 + ], + [ + -77.0763707411209, + -11.576363850875223 + ] + ] + ], + "type": "Polygon" + }, + "id": "1102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07536264575617, + -11.594109378426648, + -77.06572499188286, + -11.58371478464459 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.07104793045856, + -11.58371478464459 + ] + ] + ], + "type": "Polygon" + }, + "id": "1103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148137209137, + -12.171850658381377, + -76.86183178939704, + -12.161469264936672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.86716444605122, + -12.161469264936672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04367927360819, + -12.110238629388466, + -77.03402705261394, + -12.09985200053036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03935852321271, + -12.09985200053036 + ] + ] + ], + "type": "Polygon" + }, + "id": "1105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01537380683278, + -11.87935663796549, + -77.00572919353283, + -11.868967275675567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.01105689617188, + -11.868967275675567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06550170988558, + -11.648232561980405, + -77.05586269662307, + -11.637838882869739 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.06118653718967, + -11.637838882869739 + ] + ] + ], + "type": "Polygon" + }, + "id": "1107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11751440063071, + -11.96804037886446, + -77.10786455332523, + -11.957649803028135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.11319357951801, + -11.957649803028135 + ] + ] + ], + "type": "Polygon" + }, + "id": "1108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78463978417757, + -12.210382429696008, + -76.77499137373707, + -12.200003843579355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.78032471570998, + -12.200003843579355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8410160020484, + -12.105934655307966, + -76.83136919629462, + -12.095552985154452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.8367007859043, + -12.095552985154452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376728370857, + -12.19566177483394, + -76.86411692962764, + -12.18528070674503 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86944997748081, + -12.18528070674503 + ] + ] + ], + "type": "Polygon" + }, + "id": "1111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00934986028216, + -12.036076528002244, + -76.99970073056193, + -12.02568960360114 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -77.00503102056477, + -12.02568960360114 + ] + ] + ], + "type": "Polygon" + }, + "id": "1112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75042978476993, + -12.041905476540872, + -76.74078732812693, + -12.031525108564042 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.74611790389032, + -12.031525108564042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11060196420826, + -11.896558651752457, + -77.10095442066937, + -11.886167211793227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.10628228068582, + -11.886167211793227 + ] + ] + ], + "type": "Polygon" + }, + "id": "1114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85243861126717, + -12.130653246956475, + -76.8427907637078, + -12.120271677153633 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.84812275376791, + -12.120271677153633 + ] + ] + ], + "type": "Polygon" + }, + "id": "1115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00922597688442, + -11.75288287372779, + -76.99958528715631, + -11.74249192731969 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -77.0049109166655, + -11.74249192731969 + ] + ] + ], + "type": "Polygon" + }, + "id": "1116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79752449910596, + -12.50242878394401, + -76.78786701183934, + -12.49205488666101 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.79752449910596, + -12.495105815267385 + ], + [ + -76.79701512025787, + -12.500292817693234 + ], + [ + -76.79218628934343, + -12.50242878394401 + ], + [ + -76.78786701183934, + -12.499377772813531 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.79320517325112, + -12.49205488666101 + ] + ] + ], + "type": "Polygon" + }, + "id": "1117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72985089756669, + -12.110603056729728, + -76.72020695265205, + -12.10022427094249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.72553866698462, + -12.10022427094249 + ] + ] + ], + "type": "Polygon" + }, + "id": "1118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05501760702991, + -11.946179321060637, + -77.04536998979769, + -11.935789945895436 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.05069874345742, + -11.935789945895436 + ] + ] + ], + "type": "Polygon" + }, + "id": "1119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8722437441807, + -12.211233014247494, + -76.86259296553507, + -12.200852236420172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.86792627140933, + -12.200852236420172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89433329172017, + -12.126944328616755, + -76.8846844453261, + -12.116561652341417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.89001634427386, + -12.116561652341417 + ] + ] + ], + "type": "Polygon" + }, + "id": "1121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63006047492802, + -12.234230032623628, + -76.62041559387855, + -12.223855787026231 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62574935746389, + -12.223855787026231 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.62472666068892, + -12.234230032623628 + ], + [ + -76.62041559387855, + -12.23117870259707 + ], + [ + -76.62092700492005, + -12.22599163496129 + ], + [ + -76.62574935746389, + -12.223855787026231 + ] + ] + ], + "type": "Polygon" + }, + "id": "1122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10829853910789, + -11.872730461132422, + -77.0986517633092, + -11.86233874026852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.10397923467862, + -11.86233874026852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7177450687307, + -11.952179799354813, + -76.70810617832433, + -11.941798924276213 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.71343528390197, + -11.941798924276213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01086682225122, + -12.020496073320848, + -77.00121811817766, + -12.010108877030595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -77.00654814976349, + -12.010108877030595 + ] + ] + ], + "type": "Polygon" + }, + "id": "1125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68708799115103, + -12.35780427969756, + -76.67743783764753, + -12.347430645151533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68277364117436, + -12.347430645151533 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.67743783764753, + -12.35475287511925 + ], + [ + -76.6779486521804, + -12.349566112514403 + ], + [ + -76.68277364117436, + -12.347430645151533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8280592621056, + -12.191121925035182, + -76.81841026002341, + -12.18074193108187 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.82374326242544, + -12.18074193108187 + ] + ] + ], + "type": "Polygon" + }, + "id": "1127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93771379606214, + -11.91891128500937, + -76.92807001467239, + -11.908524400639966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.9333984491444, + -11.908524400639966 + ] + ] + ], + "type": "Polygon" + }, + "id": "1128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614957715211, + -11.990486371502552, + -76.85650554590543, + -11.980102314808251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.86183521643888, + -11.980102314808251 + ] + ] + ], + "type": "Polygon" + }, + "id": "1129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462668502598, + -12.006062118977763, + -76.85498222983902, + -11.995678332422358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.86031215802862, + -11.995678332422358 + ] + ] + ], + "type": "Polygon" + }, + "id": "1130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12571631357098, + -11.740669337590807, + -77.11607303303344, + -11.73027539452941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.12139830696616, + -11.73027539452941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76333594174737, + -12.14537972440134, + -76.75369004799695, + -12.13500063489716 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.75902232579426, + -12.13500063489716 + ] + ] + ], + "type": "Polygon" + }, + "id": "1132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79913265928954, + -12.109637086963989, + -76.78948686508964, + -12.099256529283664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.79481853843406, + -12.099256529283664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85625333972128, + -11.950190285922861, + -76.8466107722577, + -11.9398058836647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193978566254, + -11.9398058836647 + ], + [ + -76.85625333972128, + -11.942853635802962 + ], + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.85193978566254, + -11.9398058836647 + ] + ] + ], + "type": "Polygon" + }, + "id": "1134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0665188863714, + -12.065296006402466, + -77.05686742524637, + -12.054908126082028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.06219812549497, + -12.054908126082028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04201063610007, + -11.842636395931981, + -77.03236643497387, + -11.832245867622127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.03769350129802, + -11.832245867622127 + ] + ] + ], + "type": "Polygon" + }, + "id": "1136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77544675272475, + -12.398077097426443, + -76.76579298268587, + -12.3877019060808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.77544675272475, + -12.390752585439577 + ], + [ + -76.77493723061258, + -12.395940235140033 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.77112942852094, + -12.3877019060808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78075773664466, + -12.485037756710549, + -76.77110122203548, + -12.474663970812053 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.77643910343242, + -12.474663970812053 + ] + ] + ], + "type": "Polygon" + }, + "id": "1138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16840187436104, + -11.77630852691217, + -77.15875647001384, + -11.765914030664918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.16408226197068, + -11.765914030664918 + ] + ] + ], + "type": "Polygon" + }, + "id": "1139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9909916671579, + -11.845496516317265, + -76.98134868977516, + -11.835107278383033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.98667586272519, + -11.835107278383033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07475739210732, + -11.837977269844735, + -77.0651124974803, + -11.827585878562633 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.07043944449518, + -11.827585878562633 + ] + ] + ], + "type": "Polygon" + }, + "id": "1141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08758390660638, + -11.658257037365946, + -77.0779440363763, + -11.647862949022391 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.08326801168624, + -11.647862949022391 + ] + ] + ], + "type": "Polygon" + }, + "id": "1142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92326437351194, + -12.019722833993635, + -76.91361796516597, + -12.009337790186137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.91894807285512, + -12.009337790186137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1660945251225, + -11.752475373238246, + -77.15644988739145, + -11.742080614035192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.1660945251225, + -11.745124548473411 + ], + [ + -77.16559148204323, + -11.750321980017777 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.16177529144235, + -11.742080614035192 + ] + ] + ], + "type": "Polygon" + }, + "id": "1144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84330603643112, + -12.035402104472633, + -76.83366127340686, + -12.025019293507167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.83899169889014, + -12.025019293507167 + ] + ] + ], + "type": "Polygon" + }, + "id": "1145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92628814691918, + -11.894190276660288, + -76.91664540072703, + -11.883803321918451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.92197343849354, + -11.883803321918451 + ] + ] + ], + "type": "Polygon" + }, + "id": "1146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7694175893448, + -12.177426194299738, + -76.75977057433731, + -12.16704746159134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.76510337861748, + -12.16704746159134 + ] + ] + ], + "type": "Polygon" + }, + "id": "1147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02157148778231, + -12.100196871047126, + -77.01192013167005, + -12.08981062809799 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.01725146393899, + -12.08981062809799 + ] + ] + ], + "type": "Polygon" + }, + "id": "1148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05709611647988, + -11.592327558463985, + -77.04745897890821, + -11.581933386759996 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.05278191232696, + -11.581933386759996 + ] + ] + ], + "type": "Polygon" + }, + "id": "1149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07560500060974, + -11.971798552099782, + -77.06595609729841, + -11.961409049245594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.07128524535256, + -11.961409049245594 + ] + ] + ], + "type": "Polygon" + }, + "id": "1150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89281826598497, + -12.236858469062517, + -76.88316617826062, + -12.22647759488509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.88849989163118, + -12.22647759488509 + ] + ] + ], + "type": "Polygon" + }, + "id": "1151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90191306575177, + -11.765942269999439, + -76.8922747779154, + -11.755554147513287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.89760072597983, + -11.755554147513287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96286379490223, + -11.992173208007953, + -76.95321717516609, + -11.981786771746663 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.95854679195745, + -11.981786771746663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00250216784151, + -12.058996008699237, + -76.9928525306654, + -12.048609600599512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.99818320610595, + -12.048609600599512 + ] + ] + ], + "type": "Polygon" + }, + "id": "1154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79839987704518, + -11.975912839817791, + -76.78875809022833, + -11.965530269159347 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.79408755972946, + -11.965530269159347 + ] + ] + ], + "type": "Polygon" + }, + "id": "1155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03287148639687, + -11.841740292757484, + -77.0232275453273, + -11.831349975437526 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.02855460820076, + -11.831349975437526 + ] + ] + ], + "type": "Polygon" + }, + "id": "1156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92862994759004, + -12.201100743162062, + -76.91897798685804, + -12.19071839436692 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.92431108014975, + -12.19071839436692 + ] + ] + ], + "type": "Polygon" + }, + "id": "1157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7375325823994, + -11.93842272838447, + -76.72789356139376, + -11.928041149180768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.73322243566118, + -11.928041149180768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99550451501246, + -11.7043329393026, + -76.98586562302299, + -11.69394169033578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.99119046981865, + -11.69394169033578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66677429915578, + -11.95496790038637, + -76.65713672834745, + -11.944588368630823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.66246588609687, + -11.944588368630823 + ] + ] + ], + "type": "Polygon" + }, + "id": "1160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16068363664367, + -11.665380073595909, + -77.15104172459844, + -11.654984311369441 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15636570658712, + -11.654984311369441 + ], + [ + -77.16068363664367, + -11.658027831960283 + ], + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.15154483552048, + -11.657138636944554 + ], + [ + -77.15636570658712, + -11.654984311369441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07627067631817, + -11.82239011986112, + -77.06662620754727, + -11.811998476767947 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.07195289614228, + -11.811998476767947 + ] + ] + ], + "type": "Polygon" + }, + "id": "1162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13795552683085, + -11.804814934541485, + -77.12831003097253, + -11.794421556835012 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.13363634051687, + -11.794421556835012 + ] + ] + ], + "type": "Polygon" + }, + "id": "1163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11146466939687, + -12.030380091758468, + -77.1018131151511, + -12.019990588542333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.11146466939687, + -12.02303641279374 + ], + [ + -77.1109604264904, + -12.028231216481325 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.10714317686062, + -12.019990588542333 + ] + ] + ], + "type": "Polygon" + }, + "id": "1164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05731714325874, + -11.970003659123964, + -77.04766875743067, + -11.959614575797488 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.05299790032934, + -11.959614575797488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10513553006172, + -11.715053882127341, + -77.09549352803964, + -11.704660100138298 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.10081841155252, + -11.704660100138298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97575270255615, + -11.812533920669265, + -76.96611110055383, + -11.80214460279888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.97143774740725, + -11.80214460279888 + ] + ] + ], + "type": "Polygon" + }, + "id": "1167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74652122724122, + -12.316606665005658, + -76.73687067721839, + -12.306230808845596 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.74220578725554, + -12.306230808845596 + ] + ] + ], + "type": "Polygon" + }, + "id": "1168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89661234813936, + -12.056405597715907, + -76.88696554605623, + -12.046021772560698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.89229628034053, + -12.046021772560698 + ] + ] + ], + "type": "Polygon" + }, + "id": "1169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14089665587053, + -11.679193580198696, + -77.13125482524035, + -11.668798470505571 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.13657906569885, + -11.668798470505571 + ] + ] + ], + "type": "Polygon" + }, + "id": "1170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92555350836757, + -12.043540064610674, + -76.91590632983953, + -12.033155323497517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.92123682796311, + -12.033155323497517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78609554311144, + -12.47771498468562, + -76.77643910343242, + -12.467340931841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.78177686139281, + -12.467340931841 + ] + ] + ], + "type": "Polygon" + }, + "id": "1172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91865745618432, + -11.78332195969415, + -76.90901821128806, + -11.77293365559126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.9143444314336, + -11.77293365559126 + ] + ] + ], + "type": "Polygon" + }, + "id": "1173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85245641068207, + -11.753204548410302, + -76.84281981024029, + -11.74281748856464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84814558412451, + -11.74281748856464 + ], + [ + -76.85245641068207, + -11.74586420429589 + ], + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.84332737049102, + -11.744964269309683 + ], + [ + -76.84814558412451, + -11.74281748856464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13198938433638, + -11.961590685001985, + -77.12233936690113, + -11.951199664524877 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.13198938433638, + -11.954244966415759 + ], + [ + -77.13148553692086, + -11.959440528653147 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.12766826488384, + -11.951199664524877 + ] + ] + ], + "type": "Polygon" + }, + "id": "1175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05490837877872, + -11.757356624147194, + -77.04526638806011, + -11.746964620592063 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.0505920356229, + -11.746964620592063 + ] + ] + ], + "type": "Polygon" + }, + "id": "1176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376374817123, + -12.006966220768469, + -76.8641190238528, + -11.996582219225546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.86944896057105, + -11.996582219225546 + ] + ] + ], + "type": "Polygon" + }, + "id": "1177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89508243481171, + -11.977619801307481, + -76.88543802214924, + -11.967234831732622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.89076745952363, + -11.967234831732622 + ] + ] + ], + "type": "Polygon" + }, + "id": "1178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94605748961445, + -11.786016745543593, + -76.93641744833056, + -11.775627799329481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.941743688322, + -11.775627799329481 + ] + ] + ], + "type": "Polygon" + }, + "id": "1179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05328627642915, + -11.584086409030517, + -77.04364948071488, + -11.573692228960413 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04897228371055, + -11.573692228960413 + ], + [ + -77.05328627642915, + -11.5767362438745 + ], + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.04364948071488, + -11.581042306147529 + ], + [ + -77.04415397132072, + -11.575845268972786 + ], + [ + -77.04897228371055, + -11.573692228960413 + ] + ] + ], + "type": "Polygon" + }, + "id": "1180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9970582073335, + -11.78315856733314, + -76.9874169295685, + -11.772768325670073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.99274307053071, + -11.772768325670073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06724713286194, + -12.010308583989762, + -77.05759729322253, + -11.999919855190361 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.0629270867048, + -11.999919855190361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80067833360147, + -11.99972603724373, + -76.79103577566313, + -11.989343762605934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.79636563644549, + -11.989343762605934 + ] + ] + ], + "type": "Polygon" + }, + "id": "1183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08396115885989, + -11.933285171976797, + -77.074313192106, + -11.922894904780591 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.07964169465781, + -11.922894904780591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73823992561644, + -12.07213631962263, + -76.72859689926975, + -12.061756723686171 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.73392797703208, + -12.061756723686171 + ] + ] + ], + "type": "Polygon" + }, + "id": "1185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72456088923846, + -12.02360954949804, + -76.71491968334011, + -12.013229562284542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.72024996453726, + -12.013229562284542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73671130090193, + -12.087705364587936, + -76.72706785185191, + -12.077326047888745 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.73239918676256, + -12.077326047888745 + ] + ] + ], + "type": "Polygon" + }, + "id": "1187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90272933007478, + -12.277147038398684, + -76.89307577780946, + -12.266766582521228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.90272933007478, + -12.269815513872079 + ], + [ + -76.90222177558165, + -12.27500579508864 + ], + [ + -76.89739491282927, + -12.277147038398684 + ], + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.89841014827238, + -12.266766582521228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01922976849772, + -11.981992733537805, + -77.009581997758, + -11.971604758760181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.01491138541378, + -11.971604758760181 + ] + ] + ], + "type": "Polygon" + }, + "id": "1189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02221714369004, + -11.856428770517805, + -77.01257303783603, + -11.846038918512132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.01790035517654, + -11.846038918512132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85092427896654, + -11.9575266091675, + -76.84128163458745, + -11.947142447637205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.8466107722577, + -11.947142447637205 + ] + ] + ], + "type": "Polygon" + }, + "id": "1191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71988735531627, + -12.258936578232944, + -76.71023925499208, + -12.248560434966567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.71557341966265, + -12.248560434966567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79758594370263, + -12.219531679209652, + -76.78793691108227, + -12.209152914580061 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.79327039821405, + -12.209152914580061 + ] + ] + ], + "type": "Polygon" + }, + "id": "1193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89356835857352, + -12.087555965965969, + -76.88392070755272, + -12.077172695105443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88925195767845, + -12.077172695105443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78919807207927, + -12.257994817128615, + -76.77954811681349, + -12.247616896577632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.78488224273407, + -12.247616896577632 + ] + ] + ], + "type": "Polygon" + }, + "id": "1195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9629193470913, + -12.180906780044413, + -76.95326709539304, + -12.170523255641069 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.95859982293824, + -12.170523255641069 + ] + ] + ], + "type": "Polygon" + }, + "id": "1196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7527382504653, + -11.97138097681504, + -76.74309783348528, + -11.960999494318834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.74842724625185, + -11.960999494318834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93694393818852, + -11.879509707013062, + -76.92730135072186, + -11.869122279953647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93262913732428, + -11.869122279953647 + ], + [ + -76.93694393818852, + -11.872168938558596 + ], + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.92780792981293, + -11.871269301934595 + ], + [ + -76.93262913732428, + -11.869122279953647 + ] + ] + ], + "type": "Polygon" + }, + "id": "1198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05261055138301, + -11.733527540319352, + -77.04296932827424, + -11.723135276754379 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.0482945870903, + -11.723135276754379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9658438218662, + -11.772227855085976, + -76.95620367652793, + -11.761838234260257 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.96152967057434, + -11.761838234260257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97203484797909, + -12.087448235167688, + -76.96238514896365, + -12.07706301475518 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.96771632624672, + -12.07706301475518 + ] + ] + ], + "type": "Polygon" + }, + "id": "1201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95073342722054, + -12.211151158187093, + -76.94108058939798, + -12.200768423421268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.94641382789648, + -12.200768423421268 + ] + ] + ], + "type": "Polygon" + }, + "id": "1202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93623421264917, + -12.12322846068185, + -76.92658437755017, + -12.112844683329298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.93191617959626, + -12.112844683329298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11974571720623, + -11.897453343375958, + -77.1100979175991, + -11.88706169472505 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.1154257787222, + -11.88706169472505 + ] + ] + ], + "type": "Polygon" + }, + "id": "1204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85548288627913, + -12.193846638782915, + -76.84583307156693, + -12.183465999598042 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.85116610206688, + -12.183465999598042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7694749131676, + -11.988767048761703, + -76.75983352401036, + -11.97838539948161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.76516321745036, + -11.97838539948161 + ] + ] + ], + "type": "Polygon" + }, + "id": "1206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95217969975467, + -11.912471303781366, + -76.9425357331466, + -11.902083968868256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.9478640480218, + -11.902083968868256 + ] + ] + ], + "type": "Polygon" + }, + "id": "1207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80065877992911, + -12.094066180117252, + -76.79101340919945, + -12.083685341560843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.79634482504845, + -12.083685341560843 + ] + ] + ], + "type": "Polygon" + }, + "id": "1208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84559509386835, + -11.964862605125719, + -76.83595237273958, + -11.954478684766194 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.84128163458745, + -11.954478684766194 + ] + ] + ], + "type": "Polygon" + }, + "id": "1209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82425176480848, + -12.182882675213632, + -76.81460311056414, + -12.172502644503721 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81993597916681, + -12.172502644503721 + ] + ] + ], + "type": "Polygon" + }, + "id": "1210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12745421155451, + -12.008348082469118, + -77.11780291351863, + -11.997957861864831 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.12745421155451, + -12.001003431934528 + ], + [ + -77.12695022761935, + -12.006198594226442 + ], + [ + -77.12212449328388, + -12.008348082469118 + ], + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.12313258829204, + -11.997957861864831 + ] + ] + ], + "type": "Polygon" + }, + "id": "1211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8280708289179, + -12.096788270429258, + -76.81842464174778, + -12.086406783395411 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.82375608815606, + -12.086406783395411 + ] + ] + ], + "type": "Polygon" + }, + "id": "1212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95987975067632, + -12.21205619923516, + -76.95022664789248, + -12.201673252527847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.95555989233107, + -12.201673252527847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67879755272332, + -12.207677879420462, + -76.66915211235865, + -12.197301946135177 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.67448543711103, + -12.197301946135177 + ] + ] + ], + "type": "Polygon" + }, + "id": "1214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691085573749, + -12.029877301816914, + -76.85726562989137, + -12.019493815853467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.86259594893134, + -12.019493815853467 + ] + ] + ], + "type": "Polygon" + }, + "id": "1215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89814301654934, + -12.135183985859491, + -76.8884938238751, + -12.124801344148993 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.89382585569295, + -12.124801344148993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829145140852, + -12.290900518786653, + -76.87326107353199, + -12.280520787675298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.8829145140852, + -12.283569968311022 + ], + [ + -76.88240666097057, + -12.288759887266087 + ], + [ + -76.87757985396507, + -12.290900518786653 + ], + [ + -76.87326107353199, + -12.287851254463419 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.87859568658268, + -12.280520787675298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68882880756448, + -11.965025385543056, + -76.67919032829626, + -11.954645436960062 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.68451965009433, + -11.954645436960062 + ] + ] + ], + "type": "Polygon" + }, + "id": "1218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94916548293489, + -12.038007867046497, + -76.93951785278517, + -12.027622456511569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.94484823805664, + -12.027622456511569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8494115760097, + -11.78436473873615, + -76.83977412921504, + -11.773978174184604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.84408524028794, + -11.78436473873615 + ], + [ + -76.83977412921504, + -11.781317734955268 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.84510041753816, + -11.773978174184604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05041961349244, + -11.898529201808202, + -77.04077353317787, + -11.888139253664596 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.046101508478, + -11.888139253664596 + ] + ] + ], + "type": "Polygon" + }, + "id": "1221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99028681572231, + -11.99487497315486, + -76.98063940551599, + -11.984487900519243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.98596903817867, + -11.984487900519243 + ] + ] + ], + "type": "Polygon" + }, + "id": "1222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01624011047801, + -12.107535790908647, + -77.00658867211877, + -12.097149792887024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.01192013167005, + -12.097149792887024 + ] + ] + ], + "type": "Polygon" + }, + "id": "1223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98269691422809, + -12.072772248258216, + -76.9730473770388, + -12.06238653877709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.97837830125209, + -12.06238653877709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7732503176086, + -12.091341704502138, + -76.76360576760258, + -12.080961516671994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.7689371504147, + -12.080961516671994 + ] + ] + ], + "type": "Polygon" + }, + "id": "1225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79143322597496, + -12.470391862978591, + -76.78177686139281, + -12.460017543626956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78711449582828, + -12.460017543626956 + ], + [ + -76.79143322597496, + -12.463068391996634 + ], + [ + -76.79092381269754, + -12.468255605526942 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.78711449582828, + -12.460017543626956 + ] + ] + ], + "type": "Polygon" + }, + "id": "1226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69025538643692, + -12.1380925862727, + -76.68061170708296, + -12.12771524363493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68594388225262, + -12.12771524363493 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.68974508880802, + -12.135954184925462 + ], + [ + -76.68492316149916, + -12.1380925862727 + ], + [ + -76.68061170708296, + -12.135042285700923 + ], + [ + -76.68112213019799, + -12.12985366922585 + ], + [ + -76.68594388225262, + -12.12771524363493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10995189514357, + -12.045964006656925, + -77.10029991410207, + -12.035574775467405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.10563023473473, + -12.035574775467405 + ] + ] + ], + "type": "Polygon" + }, + "id": "1228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.921743737183, + -12.035300059134995, + -76.912096904176, + -12.024915287869323 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.91742726985036, + -12.024915287869323 + ] + ] + ], + "type": "Polygon" + }, + "id": "1229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01017071216214, + -12.169847832779652, + -77.00051756991488, + -12.159462965695603 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -77.00585006390072, + -12.159462965695603 + ] + ] + ], + "type": "Polygon" + }, + "id": "1230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09231560778144, + -11.894768480452477, + -77.08266857781405, + -11.884377458631468 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.08799643478945, + -11.884377458631468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17532608519932, + -11.847805381336494, + -77.16567838046029, + -11.837411695389006 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.17482302387546, + -11.84565292973757 + ], + [ + -77.16999908652078, + -11.847805381336494 + ], + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.17100533636862, + -11.837411695389006 + ] + ] + ], + "type": "Polygon" + }, + "id": "1232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0291067681271, + -11.927902845046393, + -77.01946035655936, + -11.917513838876287 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.02478884185155, + -11.917513838876287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0503663327916, + -11.804118606348718, + -77.04072306565945, + -11.793727344165687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.04604948791129, + -11.793727344165687 + ] + ] + ], + "type": "Polygon" + }, + "id": "1234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90425190206034, + -12.261576280353019, + -76.8945987748773, + -12.25119552798614 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.89993288706279, + -12.25119552798614 + ] + ] + ], + "type": "Polygon" + }, + "id": "1235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04879923385116, + -11.725286525484341, + -77.0391583529903, + -11.71489424638714 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.04448348121284, + -11.71489424638714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90348541057895, + -12.222194059636005, + -76.89383347978536, + -12.21181267941702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89916694263513, + -12.21181267941702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7054626018254, + -12.171048160164801, + -76.6958175209142, + -12.160670953149346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.70115023762217, + -12.160670953149346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72761840925679, + -11.992469041961389, + -76.71797804813, + -11.98208851022476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.72228859282109, + -11.992469041961389 + ], + [ + -76.71797804813, + -11.989419834084895 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.72330781537336, + -11.98208851022476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8570039226011, + -12.272604534409664, + -76.84735171543474, + -12.262225147314865 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.85268604479349, + -12.262225147314865 + ] + ] + ], + "type": "Polygon" + }, + "id": "1240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12953093930693, + -11.748910579503178, + -77.11988731807654, + -11.738516653480687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.12521272164246, + -11.738516653480687 + ] + ] + ], + "type": "Polygon" + }, + "id": "1241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93013285372511, + -12.091172978437239, + -76.92048413455646, + -12.080788853395468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.92581541366863, + -12.080788853395468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91641332506705, + -12.042636904834396, + -76.9067664130215, + -12.032252377180452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.912096904176, + -12.032252377180452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80746312599743, + -12.354124839295505, + -76.79780980678092, + -12.343748076950156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.8069541197402, + -12.351986690704548 + ], + [ + -76.8021273729819, + -12.354124839295505 + ], + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.8031455116319, + -12.343748076950156 + ] + ] + ], + "type": "Polygon" + }, + "id": "1244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99402521056817, + -11.814328296172167, + -76.98438308304212, + -11.803938553273237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.98970973996343, + -11.803938553273237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89358345874996, + -12.276239078140676, + -76.88393017454919, + -12.265858835519412 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88926453734341, + -12.265858835519412 + ] + ] + ], + "type": "Polygon" + }, + "id": "1246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76636181117934, + -12.208561233392514, + -76.75671394948105, + -12.198183080885817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.76204726872261, + -12.198183080885817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0983660310257, + -11.832419788056797, + -77.08872070571738, + -11.822027746471813 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.09404752841465, + -11.822027746471813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85321542209938, + -11.792604974853212, + -76.84357762883735, + -11.782218426984484 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.84788895327539, + -11.792604974853212 + ], + [ + -76.84357762883735, + -11.789557958626812 + ], + [ + -76.84408524028794, + -11.78436473873615 + ], + [ + -76.84890405031436, + -11.782218426984484 + ] + ] + ], + "type": "Polygon" + }, + "id": "1249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9719435932793, + -11.804293271663148, + -76.96230233527415, + -11.793903934948837 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.96762885050005, + -11.793903934948837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07094394354529, + -11.829736337362805, + -77.06129939093016, + -11.819344925010668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.06662620754727, + -11.819344925010668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04190902783047, + -11.653796798184716, + -77.032270449243, + -11.643403764198709 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.03658502101985, + -11.653796798184716 + ], + [ + -77.032270449243, + -11.650752204580485 + ], + [ + -77.03277520770102, + -11.645555740467486 + ], + [ + -77.03759441143208, + -11.643403764198709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12586687007247, + -11.929522306279624, + -77.11621796156845, + -11.919130968466247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.12154634113276, + -11.919130968466247 + ] + ] + ], + "type": "Polygon" + }, + "id": "1253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87832468496384, + -11.77148493616584, + -76.86868685442694, + -11.761097475425379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.87401291148238, + -11.761097475425379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93240418438886, + -12.020625381350117, + -76.92275750995678, + -12.010240124189432 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.92808762440744, + -12.010240124189432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0108250630654, + -11.926106632442584, + -77.00117917371534, + -11.915718048624578 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -77.00650765104811, + -11.915718048624578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02368723533277, + -11.746432244536884, + -77.01404636658768, + -11.736040858139875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01937187321646, + -11.736040858139875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87071918813156, + -12.132466342387561, + -76.8610708010956, + -12.122084343070966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.86640280868582, + -12.122084343070966 + ] + ] + ], + "type": "Polygon" + }, + "id": "1258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11600217265638, + -11.983625910436993, + -77.10635189865224, + -11.973235600432298 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.1116811836978, + -11.973235600432298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06937158391524, + -11.750903264000875, + -77.05972941801775, + -11.740510822314217 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.06505494052037, + -11.740510822314217 + ] + ] + ], + "type": "Polygon" + }, + "id": "1260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70541525603718, + -12.265348186720896, + -76.69576736088189, + -12.25497251959366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.70110163431254, + -12.25497251959366 + ] + ] + ], + "type": "Polygon" + }, + "id": "1261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74513490790736, + -11.954901855915145, + -76.73549518879504, + -11.94452032415464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.7408243323937, + -11.94452032415464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70101671395611, + -11.934793070174168, + -76.6913788003128, + -11.92441236809535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.6967076224269, + -11.92441236809535 + ] + ] + ], + "type": "Polygon" + }, + "id": "1263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06101888313391, + -11.789426256934922, + -77.05137578252155, + -11.77903453542383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.05670194940275, + -11.77903453542383 + ] + ] + ], + "type": "Polygon" + }, + "id": "1264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73141966917726, + -12.000708457947132, + -76.72177895864846, + -11.990327952365833 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.72177895864846, + -11.997659240064669 + ], + [ + -76.72228859282109, + -11.992469041961389 + ], + [ + -76.72710886074721, + -11.990327952365833 + ] + ] + ], + "type": "Polygon" + }, + "id": "1265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06500405557487, + -12.080877482190992, + -77.05535216806301, + -12.070489877710221 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.06068312707207, + -12.070489877710221 + ] + ] + ], + "type": "Polygon" + }, + "id": "1266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88596131243325, + -12.259760729616948, + -76.8763087216457, + -12.24938040404092 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.8816428183112, + -12.24938040404092 + ] + ] + ], + "type": "Polygon" + }, + "id": "1267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71468710597182, + -11.983321352445454, + -76.70504737122927, + -11.97294101412615 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.71037699053359, + -11.97294101412615 + ] + ] + ], + "type": "Polygon" + }, + "id": "1268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92324817050314, + -11.925350098564028, + -76.91360457555582, + -11.914963665671134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91893312893977, + -11.914963665671134 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.91791957073065, + -11.925350098564028 + ], + [ + -76.91360457555582, + -11.922302990854963 + ], + [ + -76.91411141778282, + -11.917109827864522 + ], + [ + -76.91893312893977, + -11.914963665671134 + ] + ] + ], + "type": "Polygon" + }, + "id": "1269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03595053716927, + -11.904975987947877, + -77.0263046337898, + -11.894586485322977 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.03163273336011, + -11.894586485322977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11297730705584, + -12.014795769207172, + -77.10332617958156, + -12.004405995512812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.10865598238549, + -12.004405995512812 + ] + ] + ], + "type": "Polygon" + }, + "id": "1271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77850356432663, + -12.366950904749825, + -76.7688506421794, + -12.356575096132902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.77418657235751, + -12.356575096132902 + ] + ] + ], + "type": "Polygon" + }, + "id": "1272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00397976095924, + -11.949030850321, + -76.99433336443455, + -11.938642766702428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.99966222697631, + -11.938642766702428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94458373244584, + -11.990370711723484, + -76.93493764207611, + -11.979984700965849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.9402672469083, + -11.979984700965849 + ] + ] + ], + "type": "Polygon" + }, + "id": "1274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74196921377491, + -12.269001160336561, + -76.73232020991215, + -12.25862462122985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.73765453507109, + -12.25862462122985 + ] + ] + ], + "type": "Polygon" + }, + "id": "1275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07184950279452, + -12.057954535254112, + -77.06219812549497, + -12.047566412903313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.06752869761267, + -12.047566412903313 + ] + ] + ], + "type": "Polygon" + }, + "id": "1276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7588470513375, + -11.909089416411733, + -76.74920832454404, + -11.898706872554628 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75453670923866, + -11.898706872554628 + ], + [ + -76.7588470513375, + -11.901755269187179 + ], + [ + -76.7583380684749, + -11.906946595687897 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.74971743299099, + -11.900849715650113 + ], + [ + -76.75453670923866, + -11.898706872554628 + ] + ] + ], + "type": "Polygon" + }, + "id": "1277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7192738440775, + -11.936608420114153, + -76.70963537580441, + -11.926227278973803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.7149642245443, + -11.926227278973803 + ] + ] + ], + "type": "Polygon" + }, + "id": "1278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06180401674567, + -11.828841332234665, + -77.0521597226504, + -11.818450130129829 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.0574865366895, + -11.818450130129829 + ] + ] + ], + "type": "Polygon" + }, + "id": "1279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16618156897498, + -11.84691322485946, + -77.15653411730851, + -11.836519746258821 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.16186107378789, + -11.836519746258821 + ] + ] + ], + "type": "Polygon" + }, + "id": "1280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76791888622323, + -12.098672330175273, + -76.75827426187425, + -12.088292391239376 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.76360576760258, + -12.088292391239376 + ] + ] + ], + "type": "Polygon" + }, + "id": "1281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97881961097595, + -11.875764877046004, + -76.96917604658323, + -11.865376362617072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.97450373055044, + -11.865376362617072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8303526034081, + -12.120599623396519, + -76.82070564481073, + -12.110218450465933 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.82603748256743, + -12.110218450465933 + ] + ] + ], + "type": "Polygon" + }, + "id": "1283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95524265619325, + -11.975692689206868, + -76.94559672580678, + -11.965306197633021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.95092607868384, + -11.965306197633021 + ] + ] + ], + "type": "Polygon" + }, + "id": "1284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10455240384769, + -11.958903647251075, + -77.09490315442963, + -11.948513251952038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.10023204937157, + -11.948513251952038 + ] + ] + ], + "type": "Polygon" + }, + "id": "1285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68032916134541, + -12.19211390650862, + -76.6706841433369, + -12.181737681715827 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.67601721104135, + -12.181737681715827 + ] + ] + ], + "type": "Polygon" + }, + "id": "1286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80216564433681, + -12.17282571013968, + -76.79251788286807, + -12.162446075060112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.79785059706296, + -12.162446075060112 + ] + ] + ], + "type": "Polygon" + }, + "id": "1287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00619428543109, + -11.784054729161792, + -76.99655274582852, + -11.773664275338119 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -77.00187889131944, + -11.773664275338119 + ] + ] + ], + "type": "Polygon" + }, + "id": "1288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75413319847453, + -12.333083675359834, + -76.74448194907694, + -12.322707905323348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.74981732885034, + -12.322707905323348 + ] + ] + ], + "type": "Polygon" + }, + "id": "1289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93238531540953, + -11.926250987407382, + -76.92274145453044, + -11.915864340835464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.92807001467239, + -11.915864340835464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70773470178479, + -12.194852423368907, + -76.69808884798017, + -12.184475541405146 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.70342195714399, + -12.184475541405146 + ] + ] + ], + "type": "Polygon" + }, + "id": "1291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83112039096791, + -12.065643250755059, + -76.82147505130347, + -12.055261206521617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.82680598249071, + -12.055261206521617 + ] + ] + ], + "type": "Polygon" + }, + "id": "1292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75260400286125, + -12.348646949594508, + -76.74295232989594, + -12.338271484299616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.74828796731303, + -12.338271484299616 + ] + ] + ], + "type": "Polygon" + }, + "id": "1293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6955372695075, + -12.225068672632556, + -76.6858908486637, + -12.214692594090314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.69122445858574, + -12.214692594090314 + ] + ] + ], + "type": "Polygon" + }, + "id": "1294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74808544000723, + -12.206738966728407, + -76.73843812895531, + -12.196361248830057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.74377142436369, + -12.196361248830057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99476498726736, + -11.759332352690283, + -76.98512447777946, + -11.748941847207261 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.99045022948505, + -11.748941847207261 + ] + ] + ], + "type": "Polygon" + }, + "id": "1296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03814876077739, + -11.739980466329715, + -77.0285077142387, + -11.729588640880303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.0338330973031, + -11.729588640880303 + ] + ] + ], + "type": "Polygon" + }, + "id": "1297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79837966028205, + -12.070255361311492, + -76.78873506112411, + -12.059874212644718 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.79406608546336, + -12.059874212644718 + ] + ] + ], + "type": "Polygon" + }, + "id": "1298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77316758556714, + -12.374275858630936, + -76.76351458878291, + -12.363900311862078 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.7688506421794, + -12.363900311862078 + ] + ] + ], + "type": "Polygon" + }, + "id": "1299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13652332868733, + -11.91482971251063, + -77.12687459163392, + -11.904437906106825 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.13220271298448, + -11.904437906106825 + ] + ] + ], + "type": "Polygon" + }, + "id": "1300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8707200674008, + -12.226803816339656, + -76.86106886416681, + -12.216423330317117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.86640242807945, + -12.216423330317117 + ] + ] + ], + "type": "Polygon" + }, + "id": "1301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9720653017291, + -12.18181091665702, + -76.96241278575809, + -12.171427180535668 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.96774551887428, + -12.171427180535668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77252835474165, + -11.957621562632255, + -76.76288781119553, + -11.94723937643689 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.76821699034271, + -11.94723937643689 + ] + ] + ], + "type": "Polygon" + }, + "id": "1303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98340541620236, + -11.923410344107053, + -76.97376031375939, + -11.913022395700315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.97908877708578, + -11.913022395700315 + ] + ] + ], + "type": "Polygon" + }, + "id": "1304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10369276900585, + -11.82507270758339, + -77.09404752841465, + -11.814680435617618 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09937422260758, + -11.814680435617618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9902153330177, + -11.806087587775213, + -76.9805735491169, + -11.795697825769755 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.9859000746397, + -11.795697825769755 + ] + ] + ], + "type": "Polygon" + }, + "id": "1306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68729862869469, + -11.980594972133792, + -76.67765972756622, + -11.970215292663621 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.68298930609413, + -11.970215292663621 + ] + ] + ], + "type": "Polygon" + }, + "id": "1307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81058354773354, + -11.945669528681462, + -76.8009423347871, + -11.935286207213867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.80627130017578, + -11.935286207213867 + ] + ] + ], + "type": "Polygon" + }, + "id": "1308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17443726543019, + -11.713939111295032, + -77.16479356787195, + -11.703543644625428 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.17011832483557, + -11.703543644625428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08916036283871, + -11.737100507357457, + -77.07951810719602, + -11.726707402031236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.08484337577404, + -11.726707402031236 + ] + ] + ], + "type": "Polygon" + }, + "id": "1310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93394362737394, + -12.09941285731175, + -76.92429456273729, + -12.089028765348356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92962597423859, + -12.089028765348356 + ] + ] + ], + "type": "Polygon" + }, + "id": "1311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1061345639556, + -12.037723446041424, + -77.09648292463804, + -12.027334182842386 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.1018131151511, + -12.027334182842386 + ] + ] + ], + "type": "Polygon" + }, + "id": "1312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88899513373123, + -12.039925837479066, + -76.87934902399441, + -12.029541951705689 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.88467949258819, + -12.029541951705689 + ] + ] + ], + "type": "Polygon" + }, + "id": "1313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98799265688908, + -11.97105391745938, + -76.97834601602895, + -11.960666549335702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.98367525887319, + -11.960666549335702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71534058739765, + -12.211330015407885, + -76.70569403316173, + -12.20095320645049 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.71102741283275, + -12.20095320645049 + ] + ] + ], + "type": "Polygon" + }, + "id": "1315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68867222208083, + -12.247957169850057, + -76.6790253067309, + -12.237581643285656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.68435929546628, + -12.237581643285656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73290879878853, + -12.079466136448081, + -76.72326569922069, + -12.069086789112852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.72859689926975, + -12.069086789112852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81281478126687, + -12.252487738978745, + -76.80316435515596, + -12.242109130570025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.80849837870285, + -12.242109130570025 + ] + ] + ], + "type": "Polygon" + }, + "id": "1318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84028178076046, + -11.783463863783096, + -76.83064460399831, + -11.773077515643017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.83977412921504, + -11.781317734955268 + ], + [ + -76.83495545415869, + -11.783463863783096 + ], + [ + -76.83064460399831, + -11.780416785307468 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.83597088307187, + -11.773077515643017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01611017028671, + -11.82436239929315, + -77.00646717595201, + -11.81397225219533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.01179397296787, + -11.81397225219533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81130488391538, + -12.173734694515082, + -76.8016568497697, + -12.163354843344715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.80698957438604, + -12.163354843344715 + ] + ] + ], + "type": "Polygon" + }, + "id": "1321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04112680039668, + -11.614376138348545, + -77.03148941396958, + -11.603982628306678 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.03681272964218, + -11.603982628306678 + ] + ] + ], + "type": "Polygon" + }, + "id": "1322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7154294489737, + -12.022700588670384, + -76.70578852002663, + -12.012320820416516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7111187882001, + -12.012320820416516 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.71009913142541, + -12.022700588670384 + ], + [ + -76.70578852002663, + -12.01965111224978 + ], + [ + -76.70629841115822, + -12.014461282898804 + ], + [ + -76.7111187882001, + -12.012320820416516 + ] + ] + ], + "type": "Polygon" + }, + "id": "1323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9848546042346, + -11.719024108294489, + -76.97521554997297, + -11.708633312876302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.97952945904323, + -11.719024108294489 + ], + [ + -76.97521554997297, + -11.715978652930914 + ], + [ + -76.97572120847171, + -11.710783308435081 + ], + [ + -76.98054064971193, + -11.708633312876302 + ] + ] + ], + "type": "Polygon" + }, + "id": "1324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91947007707597, + -12.105844642701232, + -76.90982119940789, + -12.095461010334109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.91515272977358, + -12.095461010334109 + ] + ] + ], + "type": "Polygon" + }, + "id": "1325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90956149802145, + -12.06554950217036, + -76.89991408250005, + -12.055165494192114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.90524495702014, + -12.055165494192114 + ] + ] + ], + "type": "Polygon" + }, + "id": "1326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69558748971512, + -12.130765458772496, + -76.68594388225262, + -12.12038786400362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69127593584078, + -12.12038786400362 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.68594388225262, + -12.12771524363493 + ], + [ + -76.68645421970075, + -12.122526501064902 + ], + [ + -76.69127593584078, + -12.12038786400362 + ] + ] + ], + "type": "Polygon" + }, + "id": "1327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16529656096674, + -11.713049210997788, + -77.15565311631846, + -11.702653952146237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.16097787382597, + -11.702653952146237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75803561165401, + -12.058384246953612, + -76.74839245698384, + -12.048003937204909 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.75372330192708, + -12.048003937204909 + ] + ] + ], + "type": "Polygon" + }, + "id": "1329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01463719538091, + -11.934347186498934, + -77.00499096257522, + -11.92395862810244 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.01031957114364, + -11.92395862810244 + ] + ] + ], + "type": "Polygon" + }, + "id": "1330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15187622416165, + -12.042206991798265, + -77.14222330700403, + -12.031816689456472 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14755350096645, + -12.031816689456472 + ], + [ + -77.15187622416165, + -12.034862192424566 + ], + [ + -77.15137253082985, + -12.040057395390324 + ], + [ + -77.14654598704215, + -12.042206991798265 + ], + [ + -77.14222330700403, + -12.039161404395585 + ], + [ + -77.1427271275872, + -12.033966305029514 + ], + [ + -77.14755350096645, + -12.031816689456472 + ] + ] + ], + "type": "Polygon" + }, + "id": "1331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96515601977637, + -12.015992730434009, + -76.95550863035828, + -12.005606592791555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.96083863721292, + -12.005606592791555 + ] + ] + ], + "type": "Polygon" + }, + "id": "1332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97727002781926, + -11.796949881222499, + -76.96762885050005, + -11.78656031321794 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.97295523945762, + -11.78656031321794 + ] + ] + ], + "type": "Polygon" + }, + "id": "1333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15544350165034, + -11.76717608577332, + -77.14579869076101, + -11.756781778629646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.15112435380192, + -11.756781778629646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78161009379623, + -12.147198851050005, + -76.77196365120182, + -12.136819327324567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.77729595190407, + -12.136819327324567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08862966472714, + -12.075334023639636, + -77.0789773445531, + -12.064945758251548 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.08430817981784, + -12.064945758251548 + ] + ] + ], + "type": "Polygon" + }, + "id": "1336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70861592608053, + -11.951271925450326, + -76.69897731285836, + -11.940891269764808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.70430640521309, + -11.940891269764808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9240328560836, + -12.059116832803134, + -76.91438525280623, + -12.048732366557696 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91971600896433, + -12.048732366557696 + ] + ] + ], + "type": "Polygon" + }, + "id": "1338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12881367773441, + -11.80392238196944, + -77.11916843684257, + -11.793529212771443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.12449474583032, + -11.793529212771443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80295714726417, + -12.02353874117049, + -76.7933138181115, + -12.013156766112859 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.79864407021543, + -12.013156766112859 + ] + ] + ], + "type": "Polygon" + }, + "id": "1340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13183524013903, + -11.772742378557922, + -77.12219085195818, + -11.762348714921844 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.12751664370813, + -11.762348714921844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76171524694584, + -12.443847821798274, + -76.75206048014623, + -12.433473784111852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.75637799031294, + -12.443847821798274 + ], + [ + -76.75206048014623, + -12.440796724754001 + ], + [ + -76.75257039195864, + -12.435609759999142 + ], + [ + -76.75739768793515, + -12.433473784111852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68724601538057, + -12.074914926208635, + -76.67760430361913, + -12.064536674058852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.67760430361913, + -12.071864924430459 + ], + [ + -76.67811466875742, + -12.066675853275546 + ], + [ + -76.6829354370347, + -12.064536674058852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15783469342375, + -11.885440694938193, + -77.14818630125804, + -11.875047956689901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15351390513177, + -11.875047956689901 + ], + [ + -77.15783469342375, + -11.878092645033503 + ], + [ + -77.15733132769827, + -11.883289066045247 + ], + [ + -77.15250704651989, + -11.885440694938193 + ], + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.15351390513177, + -11.875047956689901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88897651891227, + -11.756802880402084, + -76.87933884393499, + -11.746414957321319 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.88466465169711, + -11.746414957321319 + ] + ] + ], + "type": "Polygon" + }, + "id": "1345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69109807597825, + -11.988834256009705, + -76.68145882465225, + -11.97845460171443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.69058802559904, + -11.9866939090506 + ], + [ + -76.68576831238933, + -11.988834256009705 + ], + [ + -76.68145882465225, + -11.985784744311774 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.68678853853099, + -11.97845460171443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9872861556279, + -12.120408244632063, + -76.97763507858714, + -12.110023160082326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.98296678304929, + -12.110023160082326 + ] + ] + ], + "type": "Polygon" + }, + "id": "1347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96890829019385, + -11.835460276470506, + -76.95926618287949, + -11.8250714431128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.96459321388559, + -11.8250714431128 + ] + ] + ], + "type": "Polygon" + }, + "id": "1348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04952967209907, + -11.670278932379485, + -77.03989040909502, + -11.659885922487163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.04521463248837, + -11.659885922487163 + ] + ] + ], + "type": "Polygon" + }, + "id": "1349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6734641780184, + -12.215002801730154, + -76.66381866626216, + -12.204627124512317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.66915211235865, + -12.204627124512317 + ] + ] + ], + "type": "Polygon" + }, + "id": "1350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04049581628392, + -11.85822187088391, + -77.03085118963048, + -11.847831596670456 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.03617851423998, + -11.847831596670456 + ] + ] + ], + "type": "Polygon" + }, + "id": "1351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00930854172435, + -11.94168918004145, + -76.99966222697631, + -11.931300858812001 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -77.00499096257522, + -11.931300858812001 + ] + ] + ], + "type": "Polygon" + }, + "id": "1352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7511427280328, + -12.175605231517274, + -76.74149626324618, + -12.165226933473672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.74682904388204, + -12.165226933473672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99554177727329, + -11.798743619176802, + -76.9859000746397, + -11.788353626120626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.99122647357277, + -11.788353626120626 + ] + ] + ], + "type": "Polygon" + }, + "id": "1354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01615345841549, + -11.918764283341579, + -77.00650765104811, + -11.90837546312486 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.01183600133608, + -11.90837546312486 + ] + ] + ], + "type": "Polygon" + }, + "id": "1355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78691874938912, + -12.234188910486276, + -76.77726956658252, + -12.223810655375887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.78260330050904, + -12.223810655375887 + ] + ] + ], + "type": "Polygon" + }, + "id": "1356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92254406737669, + -12.263390750702465, + -76.91289040570933, + -12.25300957254589 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.92254406737669, + -12.256058254528376 + ], + [ + -76.92203681162405, + -12.261248896762853 + ], + [ + -76.91720989427992, + -12.263390750702465 + ], + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.91822453231035, + -12.25300957254589 + ] + ] + ], + "type": "Polygon" + }, + "id": "1357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03301611520963, + -12.1249172283981, + -77.0233637284698, + -12.11453109000935 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.02869545433705, + -12.11453109000935 + ] + ] + ], + "type": "Polygon" + }, + "id": "1358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99247212582183, + -11.735505721116072, + -76.98283238451953, + -11.725114955382237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.98815774700806, + -11.725114955382237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07790642392028, + -11.995623077081369, + -77.06825675208695, + -11.985233869919584 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.07358628928134, + -11.985233869919584 + ] + ] + ], + "type": "Polygon" + }, + "id": "1360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98654430405175, + -12.175378595794076, + -76.97689160545603, + -12.164994399090295 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.98222421714043, + -12.164994399090295 + ] + ] + ], + "type": "Polygon" + }, + "id": "1361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69168350243632, + -12.311121319959163, + -76.68203461739455, + -12.30074677150299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.68736964898618, + -12.30074677150299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76018584364985, + -12.459408484003427, + -76.75053065290537, + -12.449034761862043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75586811855288, + -12.449034761862043 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.75484832913186, + -12.459408484003427 + ], + [ + -76.75053065290537, + -12.456357303652162 + ], + [ + -76.7510406106202, + -12.45117049666596 + ], + [ + -76.75586811855288, + -12.449034761862043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14558753386541, + -11.821297293556981, + -77.13594135691939, + -11.81090395716292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.14126792548107, + -11.81090395716292 + ] + ] + ], + "type": "Polygon" + }, + "id": "1365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11520989489264, + -11.944213618961474, + -77.10556081560036, + -11.933822751516542 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.11088945302849, + -11.933822751516542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88595598507506, + -12.165424516833124, + -76.87630621129509, + -12.155042658747453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.88163875132733, + -12.155042658747453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99861266583586, + -11.861977807605582, + -76.9889690011282, + -11.851588612375714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.99429643687822, + -11.851588612375714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8128307980529, + -12.158164845882833, + -76.8031831876835, + -12.147784707634363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.80851565464158, + -12.147784707634363 + ] + ] + ], + "type": "Polygon" + }, + "id": "1369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.982562848912, + -11.695197033950969, + -76.97292456273759, + -11.684805984326264 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97824927327991, + -11.684805984326264 + ], + [ + -76.982562848912, + -11.687851240552765 + ], + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.97723809289131, + -11.695197033950969 + ], + [ + -76.97292456273759, + -11.692151690266108 + ], + [ + -76.97343021608245, + -11.686956218702544 + ], + [ + -76.97824927327991, + -11.684805984326264 + ] + ] + ], + "type": "Polygon" + }, + "id": "1370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97355361874709, + -12.071870335126993, + -76.96390434509509, + -12.06148483745625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96923526406209, + -12.06148483745625 + ] + ] + ], + "type": "Polygon" + }, + "id": "1371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73216414214417, + -12.040088213451593, + -76.72252223724222, + -12.029708282119618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.72785278823801, + -12.029708282119618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97739795396706, + -12.174475020750693, + -76.96774551887428, + -12.164091035395554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.97307812542513, + -12.164091035395554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77250059435399, + -12.05196113781861, + -76.76285723919598, + -12.041580363344998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.76818797300962, + -12.041580363344998 + ] + ] + ], + "type": "Polygon" + }, + "id": "1374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06247572595096, + -11.679412658755904, + -77.052835862107, + -11.66901945061361 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.0581602188709, + -11.66901945061361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92328058597725, + -12.114084444424494, + -76.91363136259062, + -12.103700845783184 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.918963025492, + -12.103700845783184 + ] + ] + ], + "type": "Polygon" + }, + "id": "1376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9560407995566, + -12.109459739686608, + -76.94639085904679, + -12.09907525619727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.95172241527587, + -12.09907525619727 + ] + ] + ], + "type": "Polygon" + }, + "id": "1377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05266447519448, + -11.827946066488611, + -77.0430204400966, + -11.817555074882506 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.04834725128208, + -11.817555074882506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98495713760713, + -12.002214951275437, + -76.97530964620232, + -11.991828119117121 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.98063940551599, + -11.991828119117121 + ] + ] + ], + "type": "Polygon" + }, + "id": "1379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73369273151522, + -12.024518247698468, + -76.72405124914033, + -12.014138041774844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72938154308636, + -12.014138041774844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65666616809534, + -12.29189844901694, + -76.64701882490166, + -12.281524475848238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.6513314011033, + -12.29189844901694 + ], + [ + -76.64701882490166, + -12.288847077966532 + ], + [ + -76.64752995788032, + -12.283660146314372 + ], + [ + -76.65235354160022, + -12.281524475848238 + ] + ] + ], + "type": "Polygon" + }, + "id": "1381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82578941203894, + -12.072976389407557, + -76.81614399620334, + -12.06259459182812 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.82147505130347, + -12.06259459182812 + ] + ] + ], + "type": "Polygon" + }, + "id": "1382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13501215036871, + -11.930417096691974, + -77.12536298654565, + -11.92002555071378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.13069136675598, + -11.92002555071378 + ] + ] + ], + "type": "Polygon" + }, + "id": "1383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75566225648843, + -12.31751994439775, + -76.74601143063515, + -12.307143871159672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.75134655278202, + -12.307143871159672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96209062181018, + -11.952773025554812, + -76.95244519658586, + -11.942386028614033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.95777416528405, + -11.942386028614033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72981067416943, + -12.204915630516242, + -76.7201639156672, + -12.194538348224253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.72549718614088, + -12.194538348224253 + ] + ] + ], + "type": "Polygon" + }, + "id": "1386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67057259244947, + -11.963207153039448, + -76.66093467108166, + -11.952827644962346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.66626396441744, + -11.952827644962346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83265519077547, + -11.955718505689148, + -76.82301308735768, + -11.945334775962168 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82834220632475, + -11.945334775962168 + ], + [ + -76.83265519077547, + -11.948382768092578 + ], + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.82834220632475, + -11.945334775962168 + ] + ] + ], + "type": "Polygon" + }, + "id": "1388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.045771125814, + -11.756462391217607, + -77.03612939433954, + -11.746070598589192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.04145503884223, + -11.746070598589192 + ] + ] + ], + "type": "Polygon" + }, + "id": "1389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05658732909049, + -12.024992791649526, + -77.04693732230807, + -12.014604542987334 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.05226737172774, + -12.014604542987334 + ] + ] + ], + "type": "Polygon" + }, + "id": "1390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6605284616831, + -12.205850210156648, + -76.65088358110481, + -12.19547471620238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65621687674711, + -12.19547471620238 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.65088358110481, + -12.20279929845889 + ], + [ + -76.65139452426844, + -12.19761160646526 + ], + [ + -76.65621687674711, + -12.19547471620238 + ] + ] + ], + "type": "Polygon" + }, + "id": "1391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84482328449579, + -12.114174196872586, + -76.83517613141315, + -12.103792559713945 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.84050785454744, + -12.103792559713945 + ] + ] + ], + "type": "Polygon" + }, + "id": "1392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14010201614668, + -11.639766380166261, + -77.13046137802279, + -11.62937078885644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1357849721543, + -11.62937078885644 + ], + [ + -77.14010201614668, + -11.632414352988393 + ], + [ + -77.13959878291747, + -11.637612200856656 + ], + [ + -77.1347783787973, + -11.639766380166261 + ], + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.13096473814126, + -11.631524985339984 + ], + [ + -77.1357849721543, + -11.62937078885644 + ] + ] + ], + "type": "Polygon" + }, + "id": "1393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91335780565544, + -11.979424874866586, + -76.90371285848664, + -11.969039477018557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.9090423108042, + -11.969039477018557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96360917794512, + -11.937192464017167, + -76.95396417761869, + -11.926805203000521 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.9592928882646, + -11.926805203000521 + ] + ] + ], + "type": "Polygon" + }, + "id": "1395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78381492734286, + -12.453915763404387, + -76.7741592612032, + -12.443541343262394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77949662661212, + -12.443541343262394 + ], + [ + -76.78381492734286, + -12.446592192063644 + ], + [ + -76.78330543379711, + -12.45177945605536 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.77949662661212, + -12.443541343262394 + ] + ] + ], + "type": "Polygon" + }, + "id": "1396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75263759414607, + -12.25434852270566, + -76.74298873764053, + -12.243971469203096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.74832281753221, + -12.243971469203096 + ] + ] + ], + "type": "Polygon" + }, + "id": "1397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1272269984792, + -11.72507836244706, + -77.11758414410848, + -11.714684177610327 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.12290915952944, + -11.714684177610327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10685613205014, + -11.982729629841577, + -77.09720611444726, + -11.972339528337319 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.10253539827248, + -11.972339528337319 + ] + ] + ], + "type": "Polygon" + }, + "id": "1399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74733859366803, + -12.16736620025219, + -76.7376924782591, + -12.156987866961911 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.74302512414123, + -12.156987866961911 + ] + ] + ], + "type": "Polygon" + }, + "id": "1400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00086809477358, + -11.791399332834608, + -76.99122647357277, + -11.781009109172333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.99655274582852, + -11.781009109172333 + ] + ] + ], + "type": "Polygon" + }, + "id": "1401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93167206487634, + -12.169953119347422, + -76.92202095446902, + -12.15957019449569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.92735353121036, + -12.15957019449569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73361452402754, + -12.21315448050082, + -76.72396741570846, + -12.202777235203108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.72930082118741, + -12.202777235203108 + ] + ] + ], + "type": "Polygon" + }, + "id": "1403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74740878886988, + -11.97871334302872, + -76.73776829825366, + -11.968332104097978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.74309783348528, + -11.968332104097978 + ] + ] + ], + "type": "Polygon" + }, + "id": "1404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17745414374338, + -11.682752234012975, + -77.16781129943348, + -11.672356291451003 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17313553900625, + -11.672356291451003 + ], + [ + -77.17745414374338, + -11.675399755690567 + ], + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.17313553900625, + -11.672356291451003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73522118350766, + -12.008947870443976, + -76.72558012363655, + -11.998567391473193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.7309101605499, + -11.998567391473193 + ] + ] + ], + "type": "Polygon" + }, + "id": "1406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00172388364344, + -12.019595934310539, + -76.99207544154567, + -12.009208949247967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.99740546873689, + -12.009208949247967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80748070966203, + -12.25981635063758, + -76.79783020787474, + -12.249437998060273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.80316435515596, + -12.249437998060273 + ] + ] + ], + "type": "Polygon" + }, + "id": "1408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78689516531898, + -12.328496784457387, + -76.777243165856, + -12.318120104845093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.78257845710934, + -12.318120104845093 + ] + ] + ], + "type": "Polygon" + }, + "id": "1409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11959874681291, + -11.70859583282804, + -77.10995657388438, + -11.698201616846399 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.1152813299771, + -11.698201616846399 + ] + ] + ], + "type": "Polygon" + }, + "id": "1410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76489372120209, + -12.035482228831683, + -76.75525106345289, + -12.02510139651429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.7605815284606, + -12.02510139651429 + ] + ] + ], + "type": "Polygon" + }, + "id": "1411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07693573987451, + -11.672956024965583, + -77.06729570157243, + -11.662562382490524 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.07261993297591, + -11.662562382490524 + ] + ] + ], + "type": "Polygon" + }, + "id": "1412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74577432241915, + -12.27723983507645, + -76.73612496884911, + -12.266863336339297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.74145942891411, + -12.266863336339297 + ] + ] + ], + "type": "Polygon" + }, + "id": "1413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01004605913143, + -11.886699726226835, + -77.00040136389352, + -11.876310598473925 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -77.00572919353283, + -11.876310598473925 + ] + ] + ], + "type": "Polygon" + }, + "id": "1414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08172211042206, + -12.0038636709227, + -77.07207209637002, + -11.993474493357887 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.07740176400776, + -11.993474493357887 + ] + ] + ], + "type": "Polygon" + }, + "id": "1415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95748175204484, + -11.810738507193019, + -76.94784067747251, + -11.800349615355145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.95316731315714, + -11.800349615355145 + ] + ] + ], + "type": "Polygon" + }, + "id": "1416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95835974687273, + -12.227630255447954, + -76.94870621851022, + -12.217247599904958 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.95403972142164, + -12.217247599904958 + ] + ] + ], + "type": "Polygon" + }, + "id": "1417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03966312634736, + -11.724392667435954, + -77.03002250499917, + -11.714000599538993 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.03534762997818, + -11.714000599538993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73373180105902, + -11.930183163257755, + -76.72409312919625, + -11.919801561015355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72942186873688, + -11.919801561015355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13485625720936, + -11.741560898040172, + -77.12521272164246, + -11.73116674617441 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.13053799622496, + -11.73116674617441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04211236297014, + -12.031435303855563, + -77.03246253274175, + -12.02104750601875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.03779270682283, + -12.02104750601875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036919364643, + -12.157256185647096, + -76.7940445986658, + -12.146876263503268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.79937705524948, + -12.146876263503268 + ] + ] + ], + "type": "Polygon" + }, + "id": "1422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88213798224771, + -11.968476836840049, + -76.87249418374424, + -11.95809205540176 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.87782348034044, + -11.95809205540176 + ] + ] + ], + "type": "Polygon" + }, + "id": "1423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01476588922195, + -12.217480785962131, + -77.00511120671555, + -12.207096572870567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.01476588922195, + -12.210144175994 + ], + [ + -77.01425999704288, + -12.215336335112728 + ], + [ + -77.00943256977892, + -12.217480785962131 + ], + [ + -77.00511120671555, + -12.214433099117043 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.01044448099324, + -12.207096572870567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7015634800257, + -12.351397548629524, + -76.69191311969472, + -12.34102343309229 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.69724881527445, + -12.34102343309229 + ] + ] + ], + "type": "Polygon" + }, + "id": "1425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8653871333442, + -12.13979946336476, + -76.85573866884583, + -12.129417713172733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.8610708010956, + -12.129417713172733 + ] + ] + ], + "type": "Polygon" + }, + "id": "1426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94154438724001, + -12.021527664382724, + -76.93189744719885, + -12.011142194119476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.9372275681354, + -12.011142194119476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78461553672257, + -12.304693000909205, + -76.77496431007701, + -12.294315976228578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.78029920914764, + -12.294315976228578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06948925218083, + -11.939732828259231, + -77.05984145957466, + -11.929343006611061 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.06517008802307, + -11.929343006611061 + ] + ] + ], + "type": "Polygon" + }, + "id": "1429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92787811463596, + -12.256058254528376, + -76.91822453231035, + -12.245676822397133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.92737094501857, + -12.25391618980404 + ], + [ + -76.92254406737669, + -12.256058254528376 + ], + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.92355853315213, + -12.245676822397133 + ] + ] + ], + "type": "Polygon" + }, + "id": "1430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69622773477306, + -12.358720161663447, + -76.6865773022623, + -12.348346308588814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.69191311969472, + -12.348346308588814 + ] + ] + ], + "type": "Polygon" + }, + "id": "1431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82499579453673, + -12.316577668727993, + -76.81534312730976, + -12.30619982428117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.82067820250562, + -12.30619982428117 + ] + ] + ], + "type": "Polygon" + }, + "id": "1432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.917166574699, + -11.987664990008808, + -76.90752128195628, + -11.977279619386838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.91285086678302, + -11.977279619386838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88443309888707, + -12.180996945083717, + -76.87478290048413, + -12.170615374186148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.88011569854962, + -12.170615374186148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08764801930644, + -11.752689861349566, + -77.07800533788834, + -11.742296999307346 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.08333086481282, + -11.742296999307346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81586708955393, + -12.221351324313146, + -76.8062175114195, + -12.210972127835815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.81155101940085, + -12.210972127835815 + ] + ] + ], + "type": "Polygon" + }, + "id": "1436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10362396173086, + -11.7306442540037, + -77.09398153381368, + -11.720250712986669 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09930667571534, + -11.720250712986669 + ] + ] + ], + "type": "Polygon" + }, + "id": "1437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14503460237478, + -12.065136218670139, + -77.13538117161659, + -12.05474642981557 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14071175422416, + -12.05474642981557 + ], + [ + -77.14503460237478, + -12.057792104347916 + ], + [ + -77.14453077714165, + -12.062987050596886 + ], + [ + -77.13970397650614, + -12.065136218670139 + ], + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.14071175422416, + -12.05474642981557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75335192686669, + -12.388010392093081, + -76.74369905690335, + -12.377635586976158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.74903534456271, + -12.377635586976158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75793956630802, + -12.34132215207034, + -76.74828796731303, + -12.33094642577782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.75362348189307, + -12.33094642577782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8029193554918, + -12.212202554827076, + -76.79327039821405, + -12.201823536099242 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.79860376181625, + -12.201823536099242 + ] + ] + ], + "type": "Polygon" + }, + "id": "1441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96518445889102, + -12.110362847329455, + -76.95553425386471, + -12.09997815168615 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.96086581586991, + -12.09997815168615 + ] + ] + ], + "type": "Polygon" + }, + "id": "1442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73432083554341, + -12.346818817604797, + -76.72466971514163, + -12.336443786655844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.73000532787434, + -12.336443786655844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03458120496245, + -12.203709800748854, + -77.0249264261058, + -12.193324877807427 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.03458120496245, + -12.196372231107183 + ], + [ + -77.03407561222654, + -12.20156474502873 + ], + [ + -77.02924813689707, + -12.203709800748854 + ], + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.03025944929288, + -12.193324877807427 + ] + ] + ], + "type": "Polygon" + }, + "id": "1444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10290241562036, + -11.785654286004894, + -77.09325836855238, + -11.775261495881415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.09858441572527, + -11.775261495881415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00483817295861, + -12.17718493984197, + -76.995184948792, + -12.16680032119332 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -77.00051756991488, + -12.16680032119332 + ] + ] + ], + "type": "Polygon" + }, + "id": "1446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97878721640056, + -11.781365466962002, + -76.9691464637406, + -11.770975650373458 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.9744725948197, + -11.770975650373458 + ] + ] + ], + "type": "Polygon" + }, + "id": "1447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79992539742047, + -11.960338916791907, + -76.7902840337155, + -11.949956078410022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7956132459377, + -11.949956078410022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89813413730914, + -12.040829791168543, + -76.8884877596593, + -12.03044569118453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.89381823604886, + -12.03044569118453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1386712642012, + -11.749802166949374, + -77.12902738812849, + -11.739408032253882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.1343527922292, + -11.739408032253882 + ] + ] + ], + "type": "Polygon" + }, + "id": "1450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148247396598, + -12.2661832321243, + -76.86183007437552, + -12.25580337532535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.8671642877311, + -12.25580337532535 + ] + ] + ], + "type": "Polygon" + }, + "id": "1451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76177711287785, + -12.255260499482885, + -76.75212798096787, + -12.244883228843866 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.75746207278014, + -12.244883228843866 + ] + ] + ], + "type": "Polygon" + }, + "id": "1452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85090958329069, + -12.240557112906606, + -76.84125849544819, + -12.23017734905206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.84659229978224, + -12.23017734905206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76645045229905, + -11.925568818006866, + -76.75681102839488, + -11.915186319000423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.76213968183714, + -11.915186319000423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76872589911339, + -11.949381900195183, + -76.75908570403777, + -11.938999689656672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.76441474888121, + -11.938999689656672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12794435037111, + -11.670061939902558, + -77.1183031148538, + -11.659667025601372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1236272252964, + -11.659667025601372 + ], + [ + -77.12794435037111, + -11.66271086241547 + ], + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.1236272252964, + -11.659667025601372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83797556338855, + -12.042736275358036, + -76.82833072381995, + -12.03235370939618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.83366127340686, + -12.03235370939618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89278166840273, + -11.765043297631548, + -76.88314364782687, + -11.75465539019681 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.8884695882228, + -11.75465539019681 + ] + ] + ], + "type": "Polygon" + }, + "id": "1458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74812033431694, + -12.112423001787334, + -76.7384758371791, + -12.102043779726849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.7438075764294, + -12.102043779726849 + ] + ] + ], + "type": "Polygon" + }, + "id": "1459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06870288999693, + -11.900322049974132, + -77.05905629170415, + -11.88993168144073 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.06438427257368, + -11.88993168144073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0024628445721, + -11.964612644724845, + -76.99281602266578, + -11.954224826011501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.99814514347673, + -11.954224826011501 + ] + ] + ], + "type": "Polygon" + }, + "id": "1461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93850449424791, + -12.052682983184377, + -76.92885670444002, + -12.04229805960251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.93418734155037, + -12.04229805960251 + ] + ] + ], + "type": "Polygon" + }, + "id": "1462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01840561929491, + -11.848188038484023, + -77.0087618565751, + -11.837798164959931 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.01408904283888, + -11.837798164959931 + ] + ] + ], + "type": "Polygon" + }, + "id": "1463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01628347445602, + -12.201904393792125, + -77.0066292181347, + -12.19151989099901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.0119622336788, + -12.19151989099901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67266974161099, + -12.26992935607808, + -76.66302261158995, + -12.259554604231916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.66835696470443, + -12.259554604231916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76258733184356, + -12.10600262108009, + -76.7529426333178, + -12.095622931480012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.75827426187425, + -12.095622931480012 + ] + ] + ], + "type": "Polygon" + }, + "id": "1466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76705238043054, + -12.43652479809896, + -76.75739768793515, + -12.426150495077291 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.76273477265421, + -12.426150495077291 + ] + ] + ], + "type": "Polygon" + }, + "id": "1467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74737370150586, + -12.073045474104678, + -76.7377303993135, + -12.062665659997489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.74306148941663, + -12.062665659997489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83188792004697, + -12.01068284460619, + -76.82224419877562, + -12.00029994810434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.82757422369971, + -12.00029994810434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1226201965291, + -11.6774127077374, + -77.1129788756055, + -11.667018015990484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.1183031148538, + -11.667018015990484 + ] + ] + ], + "type": "Polygon" + }, + "id": "1470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04796342899317, + -11.59143626643514, + -77.03832655028705, + -11.581042306147529 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04364948071488, + -11.581042306147529 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.03832655028705, + -11.588392075614566 + ], + [ + -77.0388311268604, + -11.583195148361224 + ], + [ + -77.04364948071488, + -11.581042306147529 + ] + ] + ], + "type": "Polygon" + }, + "id": "1471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18357834940765, + -11.714828752919606, + -77.1739343994177, + -11.70443307868403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.18357834940765, + -11.707476658220566 + ], + [ + -77.18307561051407, + -11.712674547193362 + ], + [ + -77.17825355064637, + -11.714828752919606 + ], + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.17925915556174, + -11.70443307868403 + ] + ] + ], + "type": "Polygon" + }, + "id": "1472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6604680025827, + -12.300136736354332, + -76.65082030789188, + -12.289762803922416 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.65513309964597, + -12.300136736354332 + ], + [ + -76.65082030789188, + -12.297085360333693 + ], + [ + -76.6513314011033, + -12.29189844901694 + ], + [ + -76.65615516058665, + -12.289762803922416 + ] + ] + ], + "type": "Polygon" + }, + "id": "1473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01545999316056, + -12.06813702905952, + -77.00580975026283, + -12.057750442139612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.01114056140938, + -12.057750442139612 + ] + ] + ], + "type": "Polygon" + }, + "id": "1474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09981060281194, + -11.722403069735908, + -77.09016851608438, + -11.712009512855554 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.09549352803964, + -11.712009512855554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77022411199204, + -12.028150412209138, + -76.7605815284606, + -12.01776933394112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.76591187065324, + -12.01776933394112 + ] + ] + ], + "type": "Polygon" + }, + "id": "1476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75797160010954, + -12.24702169161154, + -76.74832281753221, + -12.2366443815717 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.75365677465794, + -12.2366443815717 + ] + ] + ], + "type": "Polygon" + }, + "id": "1477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81666731909887, + -11.977723751222392, + -76.80702498767408, + -11.967340747048311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.81235447794445, + -11.967340747048311 + ] + ] + ], + "type": "Polygon" + }, + "id": "1478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9696820343589, + -11.87486628382365, + -76.96003873338543, + -11.864477981987498 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.96536641199609, + -11.864477981987498 + ] + ] + ], + "type": "Polygon" + }, + "id": "1479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6759018145966, + -11.955877111986814, + -76.66626396441744, + -11.945497359722467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.67159313664872, + -11.945497359722467 + ] + ] + ], + "type": "Polygon" + }, + "id": "1481", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85091938326588, + -12.05188157564181, + -76.84127392604101, + -12.041498823977847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.84660461835828, + -12.041498823977847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85243415491952, + -12.224987393687746, + -76.84278349147743, + -12.214607336513563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.84811703784952, + -12.214607336513563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8463475149871, + -12.09860167079149, + -76.8367007859043, + -12.08821975268934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.84203225130845, + -12.08821975268934 + ] + ] + ], + "type": "Polygon" + }, + "id": "1484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69775933257007, + -12.343159305396847, + -76.68810932301002, + -12.332785146131139 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.6934448830661, + -12.332785146131139 + ] + ] + ], + "type": "Polygon" + }, + "id": "1485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92705670900897, + -11.933590365525802, + -76.91741276880626, + -11.923203957194897 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.92655003336047, + -11.931444244986135 + ], + [ + -76.92172797694813, + -11.933590365525802 + ], + [ + -76.91741276880626, + -11.930543249306346 + ], + [ + -76.91791957073065, + -11.925350098564028 + ], + [ + -76.92274145453044, + -11.923203957194897 + ] + ] + ], + "type": "Polygon" + }, + "id": "1486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97956206459095, + -11.820774570088416, + -76.96992011865227, + -11.810385271518005 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.97524689709188, + -11.810385271518005 + ] + ] + ], + "type": "Polygon" + }, + "id": "1487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08020820724565, + -12.019447100301331, + -77.07055776679907, + -12.009058192397406 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.07588769317304, + -12.009058192397406 + ] + ] + ], + "type": "Polygon" + }, + "id": "1488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83036349883396, + -12.026256848950563, + -76.82071935395685, + -12.015874224861301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.82604963639913, + -12.015874224861301 + ] + ] + ], + "type": "Polygon" + }, + "id": "1489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95758657365043, + -12.18824204897064, + -76.9479342415317, + -12.177858774361768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.95326709539304, + -12.177858774361768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13206652392267, + -12.055998863149425, + -77.12241368939527, + -12.045609248541545 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.12774414185353, + -12.045609248541545 + ] + ] + ], + "type": "Polygon" + }, + "id": "1491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91183694337916, + -11.995002635926095, + -76.90219157176664, + -11.984617506734034 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.90752128195628, + -11.984617506734034 + ] + ] + ], + "type": "Polygon" + }, + "id": "1492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8288389404392, + -12.041830442744155, + -76.8191943719328, + -12.031448092612989 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.82452491191047, + -12.031448092612989 + ] + ] + ], + "type": "Polygon" + }, + "id": "1493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462398743313, + -12.289082605210671, + -76.85497108560884, + -12.278703301834094 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.86030568184812, + -12.278703301834094 + ] + ] + ], + "type": "Polygon" + }, + "id": "1494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88061586325699, + -11.984053674307091, + -76.87097164069043, + -11.973669160707045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.87630119498692, + -11.973669160707045 + ] + ] + ], + "type": "Polygon" + }, + "id": "1495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06270309458482, + -12.057055624847328, + -77.05305197612272, + -12.046667711940943 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.05838254568584, + -12.046667711940943 + ] + ] + ], + "type": "Polygon" + }, + "id": "1496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80448270176451, + -12.007965710383365, + -76.79483979590002, + -11.997583462952285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.80016979062655, + -11.997583462952285 + ] + ] + ], + "type": "Polygon" + }, + "id": "1497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06197398375704, + -12.112039184367118, + -77.052321243399, + -12.101652136206967 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.06197398375704, + -12.104698808685312 + ], + [ + -77.06146891860304, + -12.109892385110378 + ], + [ + -77.05664246271303, + -12.112039184367118 + ], + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.05765271998162, + -12.101652136206967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70472116340338, + -12.131676983275916, + -76.69507727776893, + -12.121299169393534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.70040934498715, + -12.121299169393534 + ] + ] + ], + "type": "Polygon" + }, + "id": "1499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06416057942566, + -11.94707655917476, + -77.0545127031302, + -11.93668697397618 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.05984145957466, + -11.93668697397618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99561636702067, + -11.987534669204283, + -76.98596903817867, + -11.977147356534768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.99129854410266, + -11.977147356534768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09929103749539, + -12.060649667492111, + -77.089638886556, + -12.050260918316189 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.09496946467995, + -12.050260918316189 + ] + ] + ], + "type": "Polygon" + }, + "id": "1502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81055021468434, + -12.134355213245756, + -76.80090337608169, + -12.123974755305422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.80623545146716, + -12.123974755305422 + ] + ] + ], + "type": "Polygon" + }, + "id": "1503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13255192832244, + -11.717728316494181, + -77.12290915952944, + -11.707333906910241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.12823404602626, + -11.707333906910241 + ] + ] + ], + "type": "Polygon" + }, + "id": "1504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74125988614372, + -12.135320428826583, + -76.73161489257272, + -12.124941740983902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.73694701156064, + -12.124941740983902 + ] + ] + ], + "type": "Polygon" + }, + "id": "1505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75946850423605, + -12.325758486529846, + -76.74981732885034, + -12.315382456258273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.75515258577161, + -12.315382456258273 + ] + ] + ], + "type": "Polygon" + }, + "id": "1506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9804028323503, + -12.04895345817932, + -76.97075406494896, + -12.03856744157454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.9760845990974, + -12.03856744157454 + ] + ] + ], + "type": "Polygon" + }, + "id": "1507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88517162257777, + -11.748562467808817, + -76.8755342932594, + -11.73817452953788 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88085996834661, + -11.73817452953788 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.8755342932594, + -11.745515975573003 + ], + [ + -76.87604139010497, + -11.74032206030213 + ], + [ + -76.88085996834661, + -11.73817452953788 + ] + ] + ], + "type": "Polygon" + }, + "id": "1508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.020790722105, + -12.060797338904989, + -77.01114056140938, + -12.050410508915258 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.01647124531827, + -12.050410508915258 + ] + ] + ], + "type": "Polygon" + }, + "id": "1509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12276891639894, + -11.866277882992234, + -77.11312196979395, + -11.855885721288594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.11844931346826, + -11.855885721288594 + ] + ] + ], + "type": "Polygon" + }, + "id": "1510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96899689561153, + -12.118602779470196, + -76.95934634579748, + -12.10821811821225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.96467803976492, + -12.10821811821225 + ] + ] + ], + "type": "Polygon" + }, + "id": "1511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97123009519055, + -11.953673212966606, + -76.9615844060226, + -11.943286003493679 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.96691338030887, + -11.943286003493679 + ] + ] + ], + "type": "Polygon" + }, + "id": "1512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78468823665742, + -12.021725352666833, + -76.77504545369933, + -12.011343811546695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.78037568420207, + -12.011343811546695 + ] + ] + ], + "type": "Polygon" + }, + "id": "1513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81286280360032, + -11.969483966552096, + -76.80322081978751, + -11.959100936598569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.80855017629189, + -11.959100936598569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7222037386824, + -12.188437892604417, + -76.71255767999322, + -12.178060537688632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.71789068033374, + -12.178060537688632 + ] + ] + ], + "type": "Polygon" + }, + "id": "1515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7816352058938, + -12.052868878741426, + -76.77199157671312, + -12.04248788695079 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.7773223218341, + -12.04248788695079 + ] + ] + ], + "type": "Polygon" + }, + "id": "1516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1097399748074, + -11.762716584051569, + -77.10009643864781, + -11.752323320218022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.10542209878692, + -11.752323320218022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85928934386396, + -12.296412224087684, + -76.8496363646964, + -12.286033177363246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.85878115198032, + -12.2942721821268 + ], + [ + -76.85395457554336, + -12.296412224087684 + ], + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.85497108560884, + -12.286033177363246 + ] + ] + ], + "type": "Polygon" + }, + "id": "1518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18065295393602, + -11.840456034963589, + -77.17100533636862, + -11.830062119272482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.18065295393602, + -11.833106373123053 + ], + [ + -77.18014997893674, + -11.838303382738747 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.17633216241319, + -11.830062119272482 + ] + ] + ], + "type": "Polygon" + }, + "id": "1519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84332737049102, + -11.752304322715093, + -76.83369103987081, + -11.741917479304261 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83901680459891, + -11.741917479304261 + ], + [ + -76.84332737049102, + -11.744964269309683 + ], + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.8341987259224, + -11.744064077581058 + ], + [ + -76.83901680459891, + -11.741917479304261 + ] + ] + ], + "type": "Polygon" + }, + "id": "1520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71302260897359, + -12.281825288310957, + -76.70337401298657, + -12.27144970132181 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.70870855710078, + -12.27144970132181 + ] + ] + ], + "type": "Polygon" + }, + "id": "1521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9940989187463, + -12.003115302354752, + -76.98445116451515, + -11.992728258454262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98978092872882, + -11.992728258454262 + ] + ] + ], + "type": "Polygon" + }, + "id": "1522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00631552587889, + -12.067236205741036, + -76.99666554479332, + -12.056849829759749 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -77.00199635168258, + -12.056849829759749 + ] + ] + ], + "type": "Polygon" + }, + "id": "1523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90039272681831, + -11.7815241441975, + -76.89075401522645, + -11.771136269422373 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.8960802207666, + -11.771136269422373 + ] + ] + ], + "type": "Polygon" + }, + "id": "1524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01702042031687, + -12.146932649419114, + -77.00736778620349, + -12.136547250055235 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.01269989431522, + -12.136547250055235 + ] + ] + ], + "type": "Polygon" + }, + "id": "1525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72840301243187, + -11.937515704508344, + -76.71876426755529, + -11.927134344211519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.72409312919625, + -11.927134344211519 + ] + ] + ], + "type": "Polygon" + }, + "id": "1526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71984420587238, + -12.353227902414547, + -76.7101932895376, + -12.342853350801493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.7155290117787, + -12.342853350801493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72298972005147, + -12.133499236746845, + -76.71334527949831, + -12.123120985385466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.71867737315155, + -12.123120985385466 + ] + ] + ], + "type": "Polygon" + }, + "id": "1528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79380093773483, + -12.116968224464333, + -76.78415506836049, + -12.106587916089122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78948686508964, + -12.106587916089122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04342283271761, + -11.638207188621642, + -77.03378467913649, + -11.627813920730711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.03910838335909, + -11.627813920730711 + ] + ] + ], + "type": "Polygon" + }, + "id": "1530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10981057370954, + -11.857142815989276, + -77.1001642242317, + -11.846750840166921 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.10549143696291, + -11.846750840166921 + ] + ] + ], + "type": "Polygon" + }, + "id": "1531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99173202107475, + -11.790502882315279, + -76.98209066200216, + -11.78011287093347 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.9874169295685, + -11.78011287093347 + ] + ] + ], + "type": "Polygon" + }, + "id": "1532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09902098428189, + -11.682980692106957, + -77.08938009031519, + -11.672586642555022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.09470445564892, + -11.672586642555022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91333118962558, + -11.79066364138668, + -76.90369186591155, + -11.780275568967074 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.90901821128806, + -11.780275568967074 + ] + ] + ], + "type": "Polygon" + }, + "id": "1534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81432542426252, + -12.331232645598082, + -76.80467260501345, + -12.320855318891548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.8100079281163, + -12.320855318891548 + ] + ] + ], + "type": "Polygon" + }, + "id": "1535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0656170826723, + -11.837082237476274, + -77.05597244637845, + -11.826691056310004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.06129939093016, + -11.826691056310004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09441944499468, + -11.635315553980867, + -77.08478008461495, + -11.624921010185655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.09010367353743, + -11.624921010185655 + ] + ] + ], + "type": "Polygon" + }, + "id": "1537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02377823795503, + -11.935245451189951, + -77.01413174398819, + -11.924856681623455 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01946035655936, + -11.924856681623455 + ] + ] + ], + "type": "Polygon" + }, + "id": "1538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96051778208165, + -11.779571331629558, + -76.9508775564326, + -11.769181941119646 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.95620367652793, + -11.769181941119646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386574774734, + -11.966670245777973, + -76.85422248697913, + -11.956285894378468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.85955176675158, + -11.956285894378468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73525980572269, + -11.914610693846182, + -76.72562155611779, + -11.904228827841312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.7309500387754, + -11.904228827841312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91793421940739, + -12.027060044918947, + -76.9082877319821, + -12.016675243956414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.91361796516597, + -12.016675243956414 + ] + ] + ], + "type": "Polygon" + }, + "id": "1542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9766225288675, + -12.135082602905804, + -76.96697128966088, + -12.124698011785604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.97230324742839, + -12.124698011785604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66904166160356, + -11.978776078904273, + -76.65940331858874, + -11.968396839913646 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.66853132077328, + -11.976636079702406 + ], + [ + -76.66371206161244, + -11.978776078904273 + ], + [ + -76.65940331858874, + -11.975726427110667 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.66473286855953, + -11.968396839913646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96358121347538, + -11.842802650155347, + -76.95393902572158, + -11.83241405007043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95926618287949, + -11.83241405007043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99335847349819, + -12.058094944735732, + -76.98370909879881, + -12.047708747957476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.9890397695912, + -12.047708747957476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83645124581795, + -12.058309780012467, + -76.82680598249071, + -12.04792748956714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.83213678967712, + -12.04792748956714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04206148469707, + -11.93704119159154, + -77.03241446984092, + -11.926652000438555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.03774308959042, + -11.926652000438555 + ] + ] + ], + "type": "Polygon" + }, + "id": "1548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300321234736, + -12.061931759894273, + -76.86335686911056, + -12.051548608680257 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.8686877121677, + -12.051548608680257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75498000783462, + -12.089524063602626, + -76.74533600735583, + -12.0791443108387 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.75066736676742, + -12.0791443108387 + ] + ] + ], + "type": "Polygon" + }, + "id": "1550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11823391292134, + -11.913040492895007, + -77.10858568677676, + -11.902649103096072 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.11391380665061, + -11.902649103096072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90723893537296, + -11.758600502537446, + -76.89760072597983, + -11.748212149342345 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.90292654903243, + -11.748212149342345 + ] + ] + ], + "type": "Polygon" + }, + "id": "1552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80141211917208, + -12.13344690620993, + -76.79176555321936, + -12.123066664519781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.7970976181632, + -12.123066664519781 + ] + ] + ], + "type": "Polygon" + }, + "id": "1553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0543419206305, + -12.095558712888565, + -77.04468986604563, + -12.085171595332916 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.05002108102497, + -12.085171595332916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13040113949462, + -11.882759922111694, + -77.12075351091488, + -11.87236780770754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.12608111408974, + -11.87236780770754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01766958474732, + -11.903180987841111, + -77.00802420279429, + -11.892791907353127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.0133522948192, + -11.892791907353127 + ] + ] + ], + "type": "Polygon" + }, + "id": "1556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7822864008227, + -12.469476998283303, + -76.77263031046003, + -12.459102894494023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.77796793385436, + -12.459102894494023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93011464329292, + -11.996807297821308, + -76.92046873887017, + -11.986421741383538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.92579846299431, + -11.986421741383538 + ] + ] + ], + "type": "Polygon" + }, + "id": "1558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7390604674199, + -11.922850293336104, + -76.72942186873688, + -11.912468449590586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.73475048608917, + -11.912468449590586 + ] + ] + ], + "type": "Polygon" + }, + "id": "1559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08462292299244, + -11.78386746640849, + -77.07497938995108, + -11.773475095589776 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.080305433621, + -11.773475095589776 + ] + ] + ], + "type": "Polygon" + }, + "id": "1560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08178457983627, + -12.09825739901075, + -77.0721317486738, + -12.087869653594057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.08127981427069, + -12.096110000953841 + ], + [ + -77.07645331308817, + -12.09825739901075 + ], + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.07746297124744, + -12.087869653594057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78619077329313, + -12.100489502683782, + -76.77654560073745, + -12.09010912944437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.78187712908792, + -12.09010912944437 + ] + ] + ], + "type": "Polygon" + }, + "id": "1562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98721639613423, + -11.931650815653068, + -76.9775709496767, + -11.921262892273097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.98289954458286, + -11.921262892273097 + ] + ] + ], + "type": "Polygon" + }, + "id": "1563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75195762035494, + -12.026334855813793, + -76.74231558645164, + -12.015954213218656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.74764590507083, + -12.015954213218656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06174742714745, + -11.734421169561823, + -77.0521059451894, + -11.724028695179257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.057431206859, + -11.724028695179257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75039557163672, + -12.1362306265912, + -76.74075030226989, + -12.125851720882125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.74608243351243, + -12.125851720882125 + ] + ] + ], + "type": "Polygon" + }, + "id": "1566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81512708229609, + -12.087641668801487, + -76.80548151461645, + -12.077260365856098 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.81081281727833, + -12.077260365856098 + ] + ] + ], + "type": "Polygon" + }, + "id": "1567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90043088315463, + -12.158997184274185, + -76.89078091951508, + -12.148614862476226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.89611334223908, + -12.148614862476226 + ] + ] + ], + "type": "Polygon" + }, + "id": "1568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94769252275093, + -12.24229819616683, + -76.93803883395766, + -12.231916045245997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.9471856520181, + -12.240155522450415 + ], + [ + -76.94235872125175, + -12.24229819616683 + ], + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.94337258932624, + -12.231916045245997 + ] + ] + ], + "type": "Polygon" + }, + "id": "1569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17212986147436, + -11.690104403232636, + -77.16248693017911, + -11.67970868294663 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.16781129943348, + -11.67970868294663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71005315827308, + -12.124349221377837, + -76.70040934498715, + -12.113971155923014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70574129037449, + -12.113971155923014 + ], + [ + -76.71005315827308, + -12.117021122447646 + ], + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.70091947124558, + -12.116110191388778 + ], + [ + -76.70574129037449, + -12.113971155923014 + ] + ] + ], + "type": "Polygon" + }, + "id": "1571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0701576668281, + -11.790320603446272, + -77.06051430771765, + -11.779928671533746 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.06584047719991, + -11.779928671533746 + ] + ] + ], + "type": "Polygon" + }, + "id": "1572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88746720093108, + -11.961139670606338, + -76.87782348034044, + -11.950754648472627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8831526521152, + -11.950754648472627 + ], + [ + -76.88746720093108, + -11.953802177718293 + ], + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.87833087833924, + -11.952899598002343 + ], + [ + -76.8831526521152, + -11.950754648472627 + ] + ] + ], + "type": "Polygon" + }, + "id": "1573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63539416849386, + -12.226907032075102, + -76.62574935746389, + -12.216532528738178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6310830004541, + -12.216532528738178 + ], + [ + -76.63539416849386, + -12.219583688777156 + ], + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.62574935746389, + -12.223855787026231 + ], + [ + -76.62626068288888, + -12.218668590491408 + ], + [ + -76.6310830004541, + -12.216532528738178 + ] + ] + ], + "type": "Polygon" + }, + "id": "1574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1128342335739, + -11.825966381879182, + -77.10318873666509, + -11.81557390079245 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.10851543217257, + -11.81557390079245 + ] + ] + ], + "type": "Polygon" + }, + "id": "1575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09843332522756, + -11.926836353423381, + -77.08878518555234, + -11.916445641614432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.09411356152222, + -11.916445641614432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03428939211517, + -11.63731468960469, + -77.02465149818848, + -11.62692163335035 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02997519900748, + -11.62692163335035 + ] + ] + ], + "type": "Polygon" + }, + "id": "1577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9810462222782, + -11.710783308435081, + -76.97140751162812, + -11.700392498858923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97673247993028, + -11.700392498858923 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.97572120847171, + -11.710783308435081 + ], + [ + -76.97140751162812, + -11.707737865086148 + ], + [ + -76.97191321051103, + -11.702542513544097 + ], + [ + -76.97673247993028, + -11.700392498858923 + ] + ] + ], + "type": "Polygon" + }, + "id": "1578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92779040918244, + -11.784220480062288, + -76.91815089834766, + -11.773831961671553 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.92347712538351, + -11.773831961671553 + ] + ] + ], + "type": "Polygon" + }, + "id": "1579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01095041377262, + -12.209241045154117, + -77.00129607532106, + -12.19885679220924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -77.0066292181347, + -12.19885679220924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79375779020299, + -12.305604874725459, + -76.78410628973955, + -12.295227633950262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78944119976975, + -12.295227633950262 + ] + ] + ], + "type": "Polygon" + }, + "id": "1581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767232214623, + -12.069266405814592, + -76.85802590140814, + -12.058883500338526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.86335686911056, + -12.058883500338526 + ] + ] + ], + "type": "Polygon" + }, + "id": "1582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69706826246187, + -12.209504481442778, + -76.68742226421105, + -12.19912810982299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.6927556169731, + -12.19912810982299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66580278426186, + -12.292814095530664, + -76.65615516058665, + -12.282439902777137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.66148989210201, + -12.282439902777137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7564104907814, + -12.35688535971734, + -76.7467584681537, + -12.34650993894379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.75209424040968, + -12.34650993894379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02299759458361, + -11.895837962815476, + -77.0133522948192, + -11.885448647141391 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.01868025969733, + -11.885448647141391 + ] + ] + ], + "type": "Polygon" + }, + "id": "1586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99720923776802, + -12.160705218930046, + -76.98755670201037, + -12.150320525322783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.99288905997795, + -12.150320525322783 + ] + ] + ], + "type": "Polygon" + }, + "id": "1587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72989109750505, + -12.016278876091091, + -76.72024996453726, + -12.005898642778 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.72558012363655, + -12.005898642778 + ] + ] + ], + "type": "Polygon" + }, + "id": "1588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14097632721865, + -11.773634305582286, + -77.1313316842789, + -11.76324043341556 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.13665747649421, + -11.76324043341556 + ] + ] + ], + "type": "Polygon" + }, + "id": "1589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77625106134973, + -12.248844782385618, + -76.76660172902231, + -12.238467038557543 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.77193570939087, + -12.238467038557543 + ] + ] + ], + "type": "Polygon" + }, + "id": "1590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10211225704157, + -11.746234262481586, + -77.0924694032051, + -11.73584096398892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.09779480351308, + -11.73584096398892 + ] + ] + ], + "type": "Polygon" + }, + "id": "1591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81358580789436, + -12.197543290618587, + -76.80393700180075, + -12.187163765017386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80927011807941, + -12.187163765017386 + ] + ] + ], + "type": "Polygon" + }, + "id": "1592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17221864986512, + -11.784549845216997, + -77.16257290563331, + -11.774155368229103 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.16789882671111, + -11.774155368229103 + ] + ] + ], + "type": "Polygon" + }, + "id": "1593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1037616164288, + -11.919491081004846, + -77.09411356152222, + -11.909100134318656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09944180891165, + -11.909100134318656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07336393808826, + -12.042372283239253, + -77.06371298719152, + -12.031983887363731 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.06904330055207, + -12.031983887363731 + ] + ] + ], + "type": "Polygon" + }, + "id": "1595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81132133720949, + -12.079402156330916, + -76.80167611740973, + -12.0690208220201 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.80700728619527, + -12.0690208220201 + ] + ] + ], + "type": "Polygon" + }, + "id": "1596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82272621188112, + -12.19845235961865, + -76.81307713366614, + -12.188072618322337 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.81841026002341, + -12.188072618322337 + ] + ] + ], + "type": "Polygon" + }, + "id": "1597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08534751578225, + -11.728859377487188, + -77.07570560164132, + -11.718466256103767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.08103074008486, + -11.718466256103767 + ] + ] + ], + "type": "Polygon" + }, + "id": "1598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81133778090705, + -11.985058175945113, + -76.80169537381178, + -11.974675414507296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.80702498767408, + -11.974675414507296 + ] + ] + ], + "type": "Polygon" + }, + "id": "1599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80670851563987, + -12.31475522018609, + -76.79705639329356, + -12.304377806415557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.80239144817827, + -12.304377806415557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94614896309108, + -12.163522979111862, + -76.9364976666689, + -12.153139592392204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.94183012391612, + -12.153139592392204 + ] + ] + ], + "type": "Polygon" + }, + "id": "1601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.901952995076, + -12.143423630246941, + -76.89230345618219, + -12.133041023556746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.8976356208289, + -12.133041023556746 + ] + ] + ], + "type": "Polygon" + }, + "id": "1602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78010848456321, + -12.068440020307428, + -76.77046443223611, + -12.058059305498556 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.77579543469196, + -12.058059305498556 + ] + ] + ], + "type": "Polygon" + }, + "id": "1603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00254151406749, + -12.153368031679028, + -76.99288905997795, + -12.142983090283563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.99822129095537, + -12.142983090283563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81207597451416, + -12.118784455424947, + -76.80242955957601, + -12.108403714272226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.80776137736976, + -12.108403714272226 + ] + ] + ], + "type": "Polygon" + }, + "id": "1605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0800842551525, + -11.830631081774712, + -77.07043944449518, + -11.820239459426752 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.07576626341468, + -11.820239459426752 + ] + ] + ], + "type": "Polygon" + }, + "id": "1606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84026578451459, + -11.972198273386454, + -76.83062298680203, + -11.961814594640533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.83595237273958, + -11.961814594640533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919408267876, + -11.7705851581965, + -76.85955652064347, + -11.760197913128017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.86488256932016, + -11.760197913128017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81740771655136, + -12.111452727858993, + -76.80776137736976, + -12.101071737637454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.81309307145635, + -12.101071737637454 + ] + ] + ], + "type": "Polygon" + }, + "id": "1609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04347406108556, + -11.732633652918185, + -77.0338330973031, + -11.722241600422246 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.0391583529903, + -11.722241600422246 + ] + ] + ], + "type": "Polygon" + }, + "id": "1610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14248652293227, + -11.758043435998903, + -77.13284230641537, + -11.747649318930211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.13816783999256, + -11.747649318930211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91412495504915, + -12.018820022413124, + -76.90447881326621, + -12.008435192209388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.90980891391831, + -12.008435192209388 + ] + ] + ], + "type": "Polygon" + }, + "id": "1612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9750096323203, + -11.867524323007165, + -76.96536641199609, + -11.85713578648026 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.97069396432299, + -11.85713578648026 + ] + ] + ], + "type": "Polygon" + }, + "id": "1613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03135628659125, + -11.857325451239097, + -77.02171192009884, + -11.846935388003912 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.02703924121163, + -11.846935388003912 + ] + ] + ], + "type": "Polygon" + }, + "id": "1614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71923055879601, + -12.030939890255016, + -76.70958928013314, + -12.020560149582915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.70958928013314, + -12.027890404263326 + ], + [ + -76.71009913142541, + -12.022700588670384 + ], + [ + -76.71491968334011, + -12.020560149582915 + ] + ] + ], + "type": "Polygon" + }, + "id": "1615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89129533092375, + -12.252429412743059, + -76.8816428183112, + -12.242048832719828 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.88697678986307, + -12.242048832719828 + ] + ] + ], + "type": "Polygon" + }, + "id": "1616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01528772099334, + -11.690534766826774, + -77.00564873072685, + -11.680142853864663 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01097332848151, + -11.680142853864663 + ], + [ + -77.01528772099334, + -11.683187797266354 + ], + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.00564873072685, + -11.687489736054188 + ], + [ + -77.00615391906734, + -11.682293832603506 + ], + [ + -77.01097332848151, + -11.680142853864663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03819846662982, + -11.83439557563044, + -77.02855460820076, + -11.824005026320147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.03388154370941, + -11.824005026320147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90802830679284, + -11.986762555892573, + -76.89838328087936, + -11.976377399150355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.90371285848664, + -11.976377399150355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06404601715587, + -11.75825059830333, + -77.05440376767025, + -11.747858384072922 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.05972941801775, + -11.747858384072922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93321203596969, + -12.248725420611775, + -76.92355853315213, + -12.23834373494726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.92889240814665, + -12.23834373494726 + ] + ] + ], + "type": "Polygon" + }, + "id": "1621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70852311032397, + -12.139915963912179, + -76.69887887451951, + -12.129538183061374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.70421107699666, + -12.129538183061374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98951021131238, + -11.95547279875114, + -76.97986399568869, + -11.945085164966589 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.98519298032436, + -11.945085164966589 + ] + ] + ], + "type": "Polygon" + }, + "id": "1623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98640570813393, + -11.797846879807409, + -76.97676426791922, + -11.787457099151512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.98209066200216, + -11.787457099151512 + ] + ] + ], + "type": "Polygon" + }, + "id": "1624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91561788115503, + -11.814485873145482, + -76.90597778825628, + -11.804098069159947 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91130452359106, + -11.804098069159947 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91029109935485, + -11.814485873145482 + ], + [ + -76.90597778825628, + -11.811439285948001 + ], + [ + -76.90648456343841, + -11.806245437557605 + ], + [ + -76.91130452359106, + -11.804098069159947 + ] + ] + ], + "type": "Polygon" + }, + "id": "1625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73130034273298, + -12.283652429168876, + -76.72165119217881, + -12.273276406219232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.72698576225197, + -12.273276406219232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7495451987709, + -12.379772118643285, + -76.73989267859994, + -12.369397267450552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.74522883135594, + -12.369397267450552 + ] + ] + ], + "type": "Polygon" + }, + "id": "1627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9858022024248, + -12.230344713606232, + -76.9761478817324, + -12.219961423783701 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.9858022024248, + -12.223009358867566 + ], + [ + -76.98529588414156, + -12.228201056536502 + ], + [ + -76.98046863762833, + -12.230344713606232 + ], + [ + -76.9761478817324, + -12.227296694785055 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.98148140094602, + -12.219961423783701 + ] + ] + ], + "type": "Polygon" + }, + "id": "1628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75953165817688, + -12.137140558703846, + -76.74988611348978, + -12.126761435377949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.75521825671171, + -12.126761435377949 + ] + ] + ], + "type": "Polygon" + }, + "id": "1629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06264620267393, + -11.96266060681763, + -77.05299790032934, + -11.952271285829106 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.0583269153338, + -11.952271285829106 + ] + ] + ], + "type": "Polygon" + }, + "id": "1630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00783276149684, + -12.051656572915828, + -76.99818320610595, + -12.041269921951132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -77.00351375454326, + -12.041269921951132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09974294942828, + -11.627964952751988, + -77.09010367353743, + -11.617570187908836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.09542713418077, + -11.617570187908836 + ] + ] + ], + "type": "Polygon" + }, + "id": "1632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15313728854409, + -11.743343241724693, + -77.14349324435236, + -11.732948673005831 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.1488185194075, + -11.732948673005831 + ] + ] + ], + "type": "Polygon" + }, + "id": "1633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14550650548077, + -11.726860598266184, + -77.1358631417367, + -11.716465996050955 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.1411881580904, + -11.716465996050955 + ] + ] + ], + "type": "Polygon" + }, + "id": "1634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84710056106249, + -12.232317954210737, + -76.8374498206958, + -12.221938150868409 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.84278349147743, + -12.221938150868409 + ] + ] + ], + "type": "Polygon" + }, + "id": "1635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12118344086292, + -11.787440066087266, + -77.11153888167948, + -11.777046857665711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.11686493125283, + -11.777046857665711 + ] + ] + ], + "type": "Polygon" + }, + "id": "1636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94841745659215, + -12.092979888681755, + -76.93876820621303, + -12.082595338052522 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.94409949816392, + -12.082595338052522 + ] + ] + ], + "type": "Polygon" + }, + "id": "1637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11513770134688, + -11.849795824328963, + -77.10549143696291, + -11.839403617151348 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.11081852096974, + -11.839403617151348 + ] + ] + ], + "type": "Polygon" + }, + "id": "1638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1035551945687, + -11.636206231702854, + -77.09391557768565, + -11.6258114779011 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.0992391682005, + -11.6258114779011 + ] + ] + ], + "type": "Polygon" + }, + "id": "1639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81816318921196, + -12.150833909215356, + -76.80851565464158, + -12.140453520044531 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.81384799784915, + -12.140453520044531 + ] + ] + ], + "type": "Polygon" + }, + "id": "1640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17754448390403, + -11.777199413782359, + -77.16789882671111, + -11.766804710012233 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17322461803016, + -11.766804710012233 + ], + [ + -77.17754448390403, + -11.769848669392418 + ], + [ + -77.17704156339822, + -11.775046073121723 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.17322461803016, + -11.766804710012233 + ] + ] + ], + "type": "Polygon" + }, + "id": "1641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300630446893, + -12.250613372901585, + -76.86335432957894, + -12.240233220433915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.86868828482946, + -12.240233220433915 + ] + ] + ], + "type": "Polygon" + }, + "id": "1642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02295231324102, + -11.801432281006088, + -77.01330982621155, + -11.79104165225588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.0186362380432, + -11.79104165225588 + ] + ] + ], + "type": "Polygon" + }, + "id": "1643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05104323375512, + -11.65468935856612, + -77.04140439588559, + -11.644296113205549 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.04672836124912, + -11.644296113205549 + ] + ] + ], + "type": "Polygon" + }, + "id": "1644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87071567618003, + -11.755004228762255, + -76.86107853752013, + -11.744616736798099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640432889268, + -11.744616736798099 + ], + [ + -76.87071567618003, + -11.747663303644533 + ], + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.86158584605771, + -11.746763882440542 + ], + [ + -76.86640432889268, + -11.744616736798099 + ] + ] + ], + "type": "Polygon" + }, + "id": "1645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77935795776507, + -12.029057795759767, + -76.76971510013246, + -12.018676500029919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.77504545369933, + -12.018676500029919 + ] + ] + ], + "type": "Polygon" + }, + "id": "1646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13938676059932, + -11.694785948437103, + -77.12974450377133, + -11.684391075871291 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.13506900273448, + -11.684391075871291 + ] + ] + ], + "type": "Polygon" + }, + "id": "1647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7427885461294, + -12.11975232598511, + -76.73314397543805, + -12.109373354261265 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.7384758371791, + -12.109373354261265 + ] + ] + ], + "type": "Polygon" + }, + "id": "1648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01771333853449, + -11.997574360779007, + -77.00806514215577, + -11.987186654027571 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.013394788208, + -11.987186654027571 + ] + ] + ], + "type": "Polygon" + }, + "id": "1649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07487823669621, + -12.02678962132425, + -77.06522771217811, + -12.016400953471837 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.07055776679907, + -12.016400953471837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08311017017799, + -11.799455712820448, + -77.0734662112888, + -11.789063589940808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.07879251335773, + -11.789063589940808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8516789035542, + -12.091268353173671, + -76.84203225130845, + -12.080886187564875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.84736359241913, + -12.080886187564875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04968880885504, + -11.953522440294051, + -77.04004110839043, + -11.943133302142135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.04536998979769, + -11.943133302142135 + ] + ] + ], + "type": "Polygon" + }, + "id": "1653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77475031919812, + -12.17009715536725, + -76.76510337861748, + -12.159718170058795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.77043605989522, + -12.159718170058795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72154544582635, + -11.960419260096923, + -76.71190620590386, + -11.950038409028991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.71723544642707, + -11.950038409028991 + ] + ] + ], + "type": "Polygon" + }, + "id": "1655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65991378469602, + -11.977866240686126, + -76.65027572144899, + -11.967487222309158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.65940331858874, + -11.975726427110667 + ], + [ + -76.65458419926588, + -11.977866240686126 + ], + [ + -76.65027572144899, + -11.974816513596563 + ], + [ + -76.65078631279576, + -11.969627059597494 + ], + [ + -76.65560525672947, + -11.967487222309158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79459613704375, + -11.96767311832343, + -76.78495469820841, + -11.957290522148375 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.7902840337155, + -11.957290522148375 + ] + ] + ], + "type": "Polygon" + }, + "id": "1657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79835943172107, + -12.164586490596045, + -76.78871201858094, + -12.154206819934004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.7940445986658, + -12.154206819934004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76330548314063, + -12.23969451954292, + -76.75365677465794, + -12.229316953406329 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.7589906089295, + -12.229316953406329 + ] + ] + ], + "type": "Polygon" + }, + "id": "1659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82197005773068, + -12.159073239383714, + -76.81232217526674, + -12.148692885280488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.81765465232374, + -12.148692885280488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87834018196135, + -12.243282307815218, + -76.86868828482946, + -12.232901901105423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.87402211520106, + -12.232901901105423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88747873407841, + -12.149851658186375, + -76.87782938489771, + -12.13946951445665 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.88316166691402, + -12.13946951445665 + ] + ] + ], + "type": "Polygon" + }, + "id": "1662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11499344052862, + -11.66093010287132, + -77.10535280103704, + -11.650535384932878 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.11067678091685, + -11.650535384932878 + ] + ] + ], + "type": "Polygon" + }, + "id": "1663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75488127763974, + -12.372448107161299, + -76.74522883135594, + -12.36207299344637 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.75056486130504, + -12.36207299344637 + ] + ] + ], + "type": "Polygon" + }, + "id": "1664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94764584729984, + -12.053585640297774, + -76.9379977921497, + -12.043200503889656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.9433284355632, + -12.043200503889656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80372927129125, + -11.968578673404817, + -76.79408755972946, + -11.958195860215538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.79941690587268, + -11.958195860215538 + ] + ] + ], + "type": "Polygon" + }, + "id": "1666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65212946585952, + -12.244299072224658, + -76.64248367020126, + -12.233924423678694 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.64781760079111, + -12.233924423678694 + ] + ] + ], + "type": "Polygon" + }, + "id": "1667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9027191082741, + -12.182809830571253, + -76.89306837357687, + -12.172427832243416 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.89840118724706, + -12.172427832243416 + ] + ] + ], + "type": "Polygon" + }, + "id": "1668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01472296623325, + -12.123114437528963, + -77.00507110193806, + -12.11272871992293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.01040282007175, + -12.11272871992293 + ] + ] + ], + "type": "Polygon" + }, + "id": "1669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74286138336264, + -11.931089892751375, + -76.73322243566118, + -11.920708071720496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.73855118766735, + -11.920708071720496 + ] + ] + ], + "type": "Polygon" + }, + "id": "1670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9225120667846, + -12.074693186761472, + -76.91286403873411, + -12.064308996929775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.91819505294406, + -12.064308996929775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84560798333898, + -11.776124506755961, + -76.83597088307187, + -11.765737925977316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.84129703820004, + -11.765737925977316 + ] + ] + ], + "type": "Polygon" + }, + "id": "1672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00316204753757, + -11.815225094436832, + -76.99351965796477, + -11.80483513940023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.99884631950708, + -11.80483513940023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77397288005294, + -12.225039154116509, + -76.76432432025864, + -12.21466107710835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76965790855722, + -12.21466107710835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93700456203119, + -12.16261835575719, + -76.92735353121036, + -12.152235181520883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.93268598210483, + -12.152235181520883 + ] + ] + ], + "type": "Polygon" + }, + "id": "1675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10066834754372, + -11.856248514376208, + -77.09102225459151, + -11.845856747651977 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.09634946591663, + -11.845856747651977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462488715561, + -12.194754340853814, + -76.85497480252052, + -12.184373487091857 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.86030784183497, + -12.184373487091857 + ] + ] + ], + "type": "Polygon" + }, + "id": "1677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66144509136122, + -11.9622976457451, + -76.6518074496545, + -11.951918358294858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.65713672834745, + -11.951918358294858 + ] + ] + ], + "type": "Polygon" + }, + "id": "1678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15997176058141, + -11.720400425050473, + -77.15032822931775, + -11.710005390138434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.15565311631846, + -11.710005390138434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85166954580858, + -12.279934242298006, + -76.84201726154947, + -12.26955511120941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.84735171543474, + -12.26955511120941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86233817470074, + -12.265274486608051, + -76.85268604479349, + -12.254894843947957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.85802024953759, + -12.254894843947957 + ] + ] + ], + "type": "Polygon" + }, + "id": "1681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84939556435577, + -12.067455357858927, + -76.83974968320184, + -12.05707288250387 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.84508063319751, + -12.05707288250387 + ] + ] + ], + "type": "Polygon" + }, + "id": "1682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14034044464519, + -11.923070671836985, + -77.13069136675598, + -11.912678891461265 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.14034044464519, + -11.915723927283263 + ], + [ + -77.13983677451922, + -11.92091986944589 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.13601961774228, + -11.912678891461265 + ] + ] + ], + "type": "Polygon" + }, + "id": "1683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81514241663587, + -11.993297920971964, + -76.80549966186396, + -11.982915186093006 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.81082940952432, + -11.982915186093006 + ] + ] + ], + "type": "Polygon" + }, + "id": "1684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72522144709875, + -12.251610981112727, + -76.71557341966265, + -12.241234580516277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.72090746213965, + -12.241234580516277 + ] + ] + ], + "type": "Polygon" + }, + "id": "1685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02694921342803, + -12.187230090462082, + -77.01729512186552, + -12.176845089299228 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.02262788260698, + -12.176845089299228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06640290597562, + -11.876495601339812, + -77.0567570758399, + -11.866104951381056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.0620846677266, + -11.866104951381056 + ] + ] + ], + "type": "Polygon" + }, + "id": "1687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99102762894572, + -11.93989128193862, + -76.98138183853453, + -11.929503384041377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.98671056497906, + -11.929503384041377 + ] + ] + ], + "type": "Polygon" + }, + "id": "1688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83647857470116, + -11.775223665376474, + -76.82684174465128, + -11.764837301140325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.83216789041596, + -11.764837301140325 + ] + ] + ], + "type": "Polygon" + }, + "id": "1689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85168357833304, + -11.996917891695754, + -76.84203973963001, + -11.986534292837785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.84736952571527, + -11.986534292837785 + ] + ] + ], + "type": "Polygon" + }, + "id": "1690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81966067143756, + -12.323905328550325, + -76.8100079281163, + -12.313527742753474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.81534312730976, + -12.313527742753474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14264687923179, + -11.946898926797367, + -77.1329970336706, + -11.936507434893564 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13832567317392, + -11.936507434893564 + ], + [ + -77.14264687923179, + -11.939552566559978 + ], + [ + -77.14214320445197, + -11.94474836445075 + ], + [ + -77.13731819646488, + -11.946898926797367 + ], + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.13832567317392, + -11.936507434893564 + ] + ] + ], + "type": "Polygon" + }, + "id": "1692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92097559710251, + -11.995905098678863, + -76.91132995884648, + -11.98551975573866 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.91665967614114, + -11.98551975573866 + ] + ] + ], + "type": "Polygon" + }, + "id": "1693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96587244018092, + -11.86662575881085, + -76.95622948346195, + -11.856237435008147 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.96155703031775, + -11.856237435008147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09146124035652, + -11.760930967150617, + -77.08181821743392, + -11.75053812240349 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.08714387448292, + -11.75053812240349 + ] + ] + ], + "type": "Polygon" + }, + "id": "1695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05507226896859, + -12.040574824810399, + -77.04542183601639, + -12.030186848100126 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.05075214408366, + -12.030186848100126 + ] + ] + ], + "type": "Polygon" + }, + "id": "1696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78003176375198, + -12.351387115135957, + -76.77037926551537, + -12.341011000192847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.77571493789083, + -12.341011000192847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96744860352926, + -12.03981174798983, + -76.95780044433731, + -12.029425912528817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.96313084129498, + -12.029425912528817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65973189172254, + -12.260775929765071, + -76.65008539315193, + -12.250401358219374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.65541959572705, + -12.250401358219374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98880444045578, + -12.104830547605996, + -76.9791537890363, + -12.094445182679834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.98448523505486, + -12.094445182679834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05334037241919, + -11.678520007955486, + -77.04370076729843, + -11.66812701079453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.04902512123174, + -11.66812701079453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77011025825537, + -12.405401262714587, + -76.76045641366248, + -12.395026334741312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.76045641366248, + -12.402350416735072 + ], + [ + -76.76096614774893, + -12.397163006815164 + ], + [ + -76.76579298268587, + -12.395026334741312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07263664125811, + -12.09735810435988, + -77.06298406847603, + -12.086970567978922 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.06831528879454, + -12.086970567978922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14256667769381, + -11.852476296532783, + -77.13291964747589, + -11.842083463931415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.13824673356342, + -11.842083463931415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02685628896909, + -11.998473627851695, + -77.01720783148843, + -11.98808571023042 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.02253748145219, + -11.98808571023042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99491332853314, + -12.136888167760944, + -76.98526156284582, + -12.12650315387691 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.99059353064865, + -12.12650315387691 + ] + ] + ], + "type": "Polygon" + }, + "id": "1706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10585654636076, + -11.660039337764017, + -77.09621616281244, + -11.649644829438786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.10154014144426, + -11.649644829438786 + ] + ] + ], + "type": "Polygon" + }, + "id": "1707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08928957709989, + -11.9259405089264, + -77.07964169465781, + -11.915550006288766 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.08497006887757, + -11.915550006288766 + ] + ] + ], + "type": "Polygon" + }, + "id": "1708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9004213357213, + -12.064645464227896, + -76.89077418755585, + -12.054261670065118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.89610505462356, + -12.054261670065118 + ] + ] + ], + "type": "Polygon" + }, + "id": "1710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01775711786064, + -12.091956724051494, + -77.00810610541329, + -12.08157044716056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.01343730639964, + -12.08157044716056 + ] + ] + ], + "type": "Polygon" + }, + "id": "1711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79911264797234, + -12.203963459235002, + -76.78946403909268, + -12.193584402912807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.79479726856164, + -12.193584402912807 + ] + ] + ], + "type": "Polygon" + }, + "id": "1712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71678262103863, + -12.384350327550045, + -76.70713085822165, + -12.373976391472844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.7124670954871, + -12.373976391472844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98198775976506, + -12.222105102641354, + -76.97233378375245, + -12.211721772583122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.97766717112506, + -12.211721772583122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96965230444458, + -11.780468528616634, + -76.9600118150519, + -11.770078924941918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.96533794077668, + -11.770078924941918 + ] + ] + ], + "type": "Polygon" + }, + "id": "1715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63766082499771, + -12.250706790850067, + -76.62801524018155, + -12.24033262081642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.62801524018155, + -12.247655447989636 + ], + [ + -76.62852657183147, + -12.242468418069834 + ], + [ + -76.63334927628834, + -12.24033262081642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95596353193218, + -11.826321530481389, + -76.94632203286248, + -11.81593289030436 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.95164892636778, + -11.81593289030436 + ] + ] + ], + "type": "Polygon" + }, + "id": "1717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92406574317613, + -12.247818909616777, + -76.91441250677835, + -12.237437436485532 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91974637502598, + -12.237437436485532 + ] + ] + ], + "type": "Polygon" + }, + "id": "1718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78080849621311, + -12.296454294089457, + -76.77115761853997, + -12.286077227278469 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.7764923831701, + -12.286077227278469 + ] + ] + ], + "type": "Polygon" + }, + "id": "1719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71394494604371, + -11.943940337606685, + -76.70430640521309, + -11.933559438972623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70963537580441, + -11.933559438972623 + ] + ] + ], + "type": "Polygon" + }, + "id": "1720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9027088924384, + -12.088460617831105, + -76.89306097366503, + -12.078077133049593 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.89839223145091, + -12.078077133049593 + ] + ] + ], + "type": "Polygon" + }, + "id": "1721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95290183856216, + -11.763090048600695, + -76.9432623014541, + -11.752700624507186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94858815792256, + -11.752700624507186 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.94376847544663, + -11.754849411536112 + ], + [ + -76.94858815792256, + -11.752700624507186 + ] + ] + ], + "type": "Polygon" + }, + "id": "1722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9575603453076, + -12.093882944455837, + -76.94791083003945, + -12.083498181408835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.95324212799595, + -12.083498181408835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03761444195483, + -12.172554455729308, + -77.02796051581542, + -12.162168957966196 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.033293021403, + -12.162168957966196 + ], + [ + -77.03761444195483, + -12.165216140114223 + ], + [ + -77.03710894047961, + -12.170408941453278 + ], + [ + -77.03228189154099, + -12.172554455729308 + ], + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.02846614419282, + -12.16431449321725 + ], + [ + -77.033293021403, + -12.162168957966196 + ] + ] + ], + "type": "Polygon" + }, + "id": "1724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70699292484686, + -12.15548227761232, + -76.69734826650064, + -12.145104782908057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.70268072608467, + -12.145104782908057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08541098993682, + -11.823284576476219, + -77.07576626341468, + -11.812892723507275 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.08109295415133, + -11.812892723507275 + ] + ] + ], + "type": "Polygon" + }, + "id": "1726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67721022669014, + -12.317528999577434, + -76.6675615492545, + -12.307154930793939 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.67187503764075, + -12.317528999577434 + ], + [ + -76.6675615492545, + -12.314477694182287 + ], + [ + -76.66807243736318, + -12.309290714561516 + ], + [ + -76.67289668829476, + -12.307154930793939 + ] + ] + ], + "type": "Polygon" + }, + "id": "1727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01909726347716, + -11.698775706285224, + -77.00945793034619, + -11.688383806767929 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.01478265908936, + -11.688383806767929 + ] + ] + ], + "type": "Polygon" + }, + "id": "1728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11585734776216, + -11.794788438180403, + -77.10621270332547, + -11.784395458034137 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.11153888167948, + -11.784395458034137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03365323223133, + -11.88115094985895, + -77.0240080973411, + -11.870761165145282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.02933580766292, + -11.870761165145282 + ] + ] + ], + "type": "Polygon" + }, + "id": "1730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79227442223937, + -12.132538333152983, + -76.78262812941264, + -12.122158307962861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.78796018363948, + -12.122158307962861 + ] + ] + ], + "type": "Polygon" + }, + "id": "1731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71835708040786, + -12.274500421059594, + -76.70870855710078, + -12.264124575537148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.71404297912487, + -12.264124575537148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08619925119464, + -11.862700049511359, + -77.07655333089991, + -11.852308724177052 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.0818806688585, + -11.852308724177052 + ] + ] + ], + "type": "Polygon" + }, + "id": "1733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84635374481913, + -12.004253125338101, + -76.83670982932364, + -11.993869769508501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.84203973963001, + -11.993869769508501 + ] + ] + ], + "type": "Polygon" + }, + "id": "1734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71232531199946, + -12.148154935133649, + -76.70268072608467, + -12.137777187769377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.70801306377994, + -12.137777187769377 + ] + ] + ], + "type": "Polygon" + }, + "id": "1735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72977042729272, + -12.299216088604393, + -76.72012085356069, + -12.288840365731488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.72545568108411, + -12.288840365731488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99935178609708, + -11.806984356700893, + -76.98970973996343, + -11.796594382426452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.99503627022182, + -11.796594382426452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71144633430693, + -12.391672748740506, + -76.70179449881074, + -12.38129907641563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.71093593076104, + -12.389537218176446 + ], + [ + -76.70610992535147, + -12.391672748740506 + ], + [ + -76.70179449881074, + -12.38862141400931 + ], + [ + -76.7023050281255, + -12.383434632320606 + ], + [ + -76.70713085822165, + -12.38129907641563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00242354423915, + -11.87021845003826, + -76.99277953596042, + -11.859829276844653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.9981071030483, + -11.859829276844653 + ] + ] + ], + "type": "Polygon" + }, + "id": "1739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85473778754749, + -11.777025090642026, + -76.84510041753816, + -11.766638293571209 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.85042658175516, + -11.766638293571209 + ] + ] + ], + "type": "Polygon" + }, + "id": "1740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06797513402921, + -11.95531723153709, + -77.0583269153338, + -11.944927673330502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.06365580235644, + -11.944927673330502 + ] + ] + ], + "type": "Polygon" + }, + "id": "1741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83263473558634, + -12.14441043998889, + -76.82298700546897, + -12.134029584718661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.82831923461438, + -12.134029584718661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77244502496964, + -12.240605902272973, + -76.76279604166508, + -12.230228119235086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.76812988753444, + -12.230228119235086 + ] + ] + ], + "type": "Polygon" + }, + "id": "1743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99635627403, + -11.932549868631416, + -76.98671056497906, + -11.922161733328243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.99203916471495, + -11.922161733328243 + ] + ] + ], + "type": "Polygon" + }, + "id": "1744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7108867442549, + -11.975081964480157, + -76.70124735921775, + -11.964701601047205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.7065768434714, + -11.964701601047205 + ] + ] + ], + "type": "Polygon" + }, + "id": "1745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81893308146739, + -12.09588117219367, + -76.80928716596802, + -12.085499901069015 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.81461860246522, + -12.085499901069015 + ] + ] + ], + "type": "Polygon" + }, + "id": "1746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92249608049006, + -11.980327016993972, + -76.91285086678302, + -11.969941405385157 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.91818032615903, + -11.969941405385157 + ] + ] + ], + "type": "Polygon" + }, + "id": "1747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0776613670797, + -11.617942187939502, + -77.0680229464722, + -11.60754783330043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.07334627328358, + -11.60754783330043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0366835251037, + -11.849981083059152, + -77.02703924121163, + -11.839590787064363 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.03236643497387, + -11.839590787064363 + ] + ] + ], + "type": "Polygon" + }, + "id": "1749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10843898427954, + -12.061547511580265, + -77.09878657641802, + -12.051158553965506 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.10411715599147, + -12.051158553965506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72671018353472, + -12.330342049043805, + -76.71705976337704, + -12.319966930945002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.72239510585237, + -12.319966930945002 + ] + ] + ], + "type": "Polygon" + }, + "id": "1751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87529068600082, + -12.180090100413851, + -76.86564075646089, + -12.169708743606815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.87097354631027, + -12.169708743606815 + ] + ] + ], + "type": "Polygon" + }, + "id": "1752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76327500675121, + -12.333997009766168, + -76.75362348189307, + -12.323621022915919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.75895887354777, + -12.323621022915919 + ] + ] + ], + "type": "Polygon" + }, + "id": "1753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8531942713953, + -12.264365471262384, + -76.84354241164861, + -12.253986042991206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.84887660750526, + -12.253986042991206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76109066604269, + -12.027242765526884, + -76.75144835708774, + -12.016861904970455 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.75677868763113, + -12.016861904970455 + ] + ] + ], + "type": "Polygon" + }, + "id": "1755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0558023712623, + -11.98558695106231, + -77.0461535594011, + -11.975198134262962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.05148296086307, + -11.975198134262962 + ] + ] + ], + "type": "Polygon" + }, + "id": "1756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11434585886936, + -11.810377597564983, + -77.10470078820872, + -11.79998486617277 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.11002722513068, + -11.79998486617277 + ] + ] + ], + "type": "Polygon" + }, + "id": "1757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96211816078059, + -12.047150054339063, + -76.95246992109412, + -12.036764461895245 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.95780044433731, + -12.036764461895245 + ] + ] + ], + "type": "Polygon" + }, + "id": "1758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77391814051545, + -12.41363949587109, + -76.7642639464955, + -12.403264615470002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.77391814051545, + -12.406315379235883 + ], + [ + -76.77340857252926, + -12.411502873460263 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.76960065018484, + -12.403264615470002 + ] + ] + ], + "type": "Polygon" + }, + "id": "1759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97045596933437, + -11.914270608384419, + -76.96081147440974, + -11.903882847844129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.96613980078041, + -11.903882847844129 + ] + ] + ], + "type": "Polygon" + }, + "id": "1760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00701318348789, + -11.917866072923761, + -76.99736763765453, + -11.907477464140252 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -77.0026959837102, + -11.907477464140252 + ] + ] + ], + "type": "Polygon" + }, + "id": "1761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07923515062248, + -11.696787336437014, + -77.069594345228, + -11.686393944921264 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.07491896504385, + -11.686393944921264 + ] + ] + ], + "type": "Polygon" + }, + "id": "1762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09389439763773, + -11.973592387844674, + -77.08424497875649, + -11.963202466468397 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08957413086209, + -11.963202466468397 + ] + ] + ], + "type": "Polygon" + }, + "id": "1763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03360484496972, + -11.786741660038333, + -77.02396252271542, + -11.776350571240057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.0292886801407, + -11.776350571240057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84177441181735, + -12.145317976681314, + -76.83212641066429, + -12.134936906042551 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.83745864931058, + -12.134936906042551 + ] + ] + ], + "type": "Polygon" + }, + "id": "1765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9164417614528, + -12.231340164715952, + -76.906789217093, + -12.220958610950795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.9121228200282, + -12.220958610950795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73279074700777, + -12.362380981320953, + -76.72313920322813, + -12.35200625662334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.728475073527, + -12.35200625662334 + ] + ] + ], + "type": "Polygon" + }, + "id": "1767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73518253876125, + -12.103273988767826, + -76.72553866698462, + -12.0928949528495 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.73087025906067, + -12.0928949528495 + ] + ] + ], + "type": "Polygon" + }, + "id": "1768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94376847544663, + -11.762192655129075, + -76.93412920292975, + -11.751803444713635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93945505326495, + -11.751803444713635 + ], + [ + -76.94376847544663, + -11.754849411536112 + ], + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.934635503131, + -11.753952049419425 + ], + [ + -76.93945505326495, + -11.751803444713635 + ] + ] + ], + "type": "Polygon" + }, + "id": "1769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00332022242291, + -12.192761508717131, + -76.99366657226466, + -12.182377177432565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.99899945202547, + -12.182377177432565 + ] + ] + ], + "type": "Polygon" + }, + "id": "1770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82957342942386, + -12.269875791610975, + -76.81992203504551, + -12.259497048786505 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.82525633642992, + -12.259497048786505 + ] + ] + ], + "type": "Polygon" + }, + "id": "1771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00328064407952, + -12.098394225845828, + -76.99362981153259, + -12.08800840447142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.99896113537811, + -12.08800840447142 + ] + ] + ], + "type": "Polygon" + }, + "id": "1772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8341987259224, + -11.751403840139307, + -76.82456266559863, + -11.741017213413643 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82988842089604, + -11.741017213413643 + ], + [ + -76.8341987259224, + -11.744064077581058 + ], + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.82456266559863, + -11.748356888364588 + ], + [ + -76.82507047741392, + -11.743163629209214 + ], + [ + -76.82988842089604, + -11.741017213413643 + ] + ] + ], + "type": "Polygon" + }, + "id": "1773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12212449328388, + -12.01569240955975, + -77.11247310967897, + -12.005302427640917 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.12212449328388, + -12.008348082469118 + ], + [ + -77.12162042302025, + -12.01354312544823 + ], + [ + -77.11679464586881, + -12.01569240955975 + ], + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.11780291351863, + -12.005302427640917 + ] + ] + ], + "type": "Polygon" + }, + "id": "1774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09527471343142, + -11.76917207349417, + -77.08563134906564, + -11.75877924649853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.09095713619756, + -11.75877924649853 + ] + ] + ], + "type": "Polygon" + }, + "id": "1775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0374657668349, + -11.889391669216462, + -77.02782028905482, + -11.879001907845717 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.03314813028737, + -11.879001907845717 + ] + ] + ], + "type": "Polygon" + }, + "id": "1776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18127018382336, + -11.69099370688873, + -77.17162700001244, + -11.680597778894864 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.17695136851692, + -11.680597778894864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78236117636773, + -12.186575383070288, + -76.77271353820024, + -12.17619646950111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.77804648826006, + -12.17619646950111 + ] + ] + ], + "type": "Polygon" + }, + "id": "1778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98869850829836, + -11.821671917232836, + -76.97905629954545, + -11.811282406153946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.98438308304212, + -11.811282406153946 + ] + ] + ], + "type": "Polygon" + }, + "id": "1779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9339629613768, + -12.193766730787116, + -76.92431108014975, + -12.183384131076695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.9296440476238, + -12.183384131076695 + ] + ] + ], + "type": "Polygon" + }, + "id": "1780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72373344547665, + -12.172871787808859, + -76.71408780958897, + -12.162494143633905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.7194205526937, + -12.162494143633905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68634842104352, + -12.318444466493036, + -76.67669946415437, + -12.308070178769652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.68203461739455, + -12.308070178769652 + ] + ] + ], + "type": "Polygon" + }, + "id": "1782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08298460994313, + -11.610591826330477, + -77.07334627328358, + -11.600197251173718 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.0786694721226, + -11.600197251173718 + ] + ] + ], + "type": "Polygon" + }, + "id": "1783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17452673378273, + -11.808382537375318, + -77.16488022284202, + -11.797988328153808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.17020653185443, + -11.797988328153808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10001379987231, + -12.00565823171574, + -77.0903632707904, + -11.995268636180567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.09569294211099, + -11.995268636180567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79603818579042, + -12.329409009060896, + -76.7863859125885, + -12.319032113500844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.79172121473422, + -12.319032113500844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97420418743357, + -11.733714018379708, + -76.96456497156137, + -11.723323678290317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96989032389362, + -11.723323678290317 + ], + [ + -76.97420418743357, + -11.726369220907193 + ], + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.96456497156137, + -11.730668388541009 + ], + [ + -76.96507080191063, + -11.725473271769552 + ], + [ + -76.96989032389362, + -11.723323678290317 + ] + ] + ], + "type": "Polygon" + }, + "id": "1787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7261310012452, + -11.913704032531761, + -76.71649302784715, + -11.903322385577773 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.72182149781182, + -11.903322385577773 + ] + ] + ], + "type": "Polygon" + }, + "id": "1788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00541620110367, + -11.744642028374537, + -76.99577585455776, + -11.734251065852702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -77.00110135291007, + -11.734251065852702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78005735228335, + -12.257083646796062, + -76.77040767099314, + -12.246705942632776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.7757417858199, + -12.246705942632776 + ] + ] + ], + "type": "Polygon" + }, + "id": "1790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80143145552788, + -12.039111361465876, + -76.79178770306358, + -12.028729660326936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.79711821256211, + -12.028729660326936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16005700888259, + -11.814840489788061, + -77.15041066432617, + -11.804446716511228 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.15573710345556, + -11.804446716511228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01074161773687, + -11.737296393016502, + -77.00110135291007, + -11.726905202642724 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -77.0064267244545, + -11.726905202642724 + ] + ] + ], + "type": "Polygon" + }, + "id": "1793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84634128151889, + -12.192938668722185, + -76.83669173720654, + -12.182558244364474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.84202475861622, + -12.182558244364474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78456699932045, + -12.493275665724992, + -76.77491013532992, + -12.482901931547856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.77922893479231, + -12.493275665724992 + ], + [ + -76.77491013532992, + -12.490224569909433 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.78024815132517, + -12.482901931547856 + ] + ] + ], + "type": "Polygon" + }, + "id": "1795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7046736071205, + -12.225981901345373, + -76.69502690793975, + -12.215605604024095 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.70036053150132, + -12.215605604024095 + ] + ] + ], + "type": "Polygon" + }, + "id": "1796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96750684142629, + -12.228535344679567, + -76.95785304847547, + -12.218152477459395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.96318655709723, + -12.218152477459395 + ] + ] + ], + "type": "Polygon" + }, + "id": "1797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75790751379853, + -12.435609759999142, + -76.7482530967412, + -12.425235673318957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75359016968532, + -12.425235673318957 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.75257039195864, + -12.435609759999142 + ], + [ + -76.7482530967412, + -12.432558663530179 + ], + [ + -76.74876304859497, + -12.427371674311527 + ], + [ + -76.75359016968532, + -12.425235673318957 + ] + ] + ], + "type": "Polygon" + }, + "id": "1798", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81585195592257, + -12.315666579799524, + -76.8061995608974, + -12.305288950565958 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.81153462607564, + -12.305288950565958 + ] + ] + ], + "type": "Polygon" + }, + "id": "1799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11664934083625, + -11.834207450295352, + -77.10700350278876, + -11.823814990479821 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.11233032816088, + -11.823814990479821 + ] + ] + ], + "type": "Polygon" + }, + "id": "1800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95377378333824, + -12.180002374848069, + -76.9441217963908, + -12.169619062413384 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.94945451808886, + -12.169619062413384 + ] + ] + ], + "type": "Polygon" + }, + "id": "1801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72307410162642, + -11.94484791667747, + -76.71343528390197, + -11.934466798768604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.71876426755529, + -11.934466798768604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83414003104261, + -12.317488486869843, + -76.82448709209099, + -12.30711042745959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.8298221770285, + -12.30711042745959 + ] + ] + ], + "type": "Polygon" + }, + "id": "1803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05653222763571, + -11.93059519254302, + -77.04688503632414, + -11.920205554728856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.05221353148735, + -11.920205554728856 + ] + ] + ], + "type": "Polygon" + }, + "id": "1804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12133137234464, + -11.976281157425577, + -77.1116811836978, + -11.96589061015253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.11701033980994, + -11.96589061015253 + ] + ] + ], + "type": "Polygon" + }, + "id": "1805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07257684252406, + -12.002965992735483, + -77.0629270867048, + -11.992577024533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.06825675208695, + -11.992577024533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07391048670529, + -11.704136002453959, + -77.06426959743733, + -11.69374283563734 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.069594345228, + -11.69374283563734 + ] + ] + ], + "type": "Polygon" + }, + "id": "1807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0138150802668, + -11.800536319874682, + -77.00417285422573, + -11.7901459027713 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00949926203319, + -11.7901459027713 + ] + ] + ], + "type": "Polygon" + }, + "id": "1808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0633178031745, + -11.813254466215083, + -77.05367393476696, + -11.802863013091702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.05900049046377, + -11.802863013091702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74890181182569, + -12.057475683409942, + -76.73925893241967, + -12.047095591595847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.74458976534436, + -12.047095591595847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81434100410729, + -12.23691975255723, + -76.80469100199637, + -12.226540849343111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.81002476775188, + -12.226540849343111 + ] + ] + ], + "type": "Polygon" + }, + "id": "1811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8554864527276, + -12.099507972716786, + -76.84583945340304, + -12.089125839455624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.85117092789197, + -12.089125839455624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00779188364677, + -11.957271331821717, + -76.99814514347673, + -11.946883274729418 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -77.00347413735922, + -11.946883274729418 + ] + ] + ], + "type": "Polygon" + }, + "id": "1813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77327786278762, + -11.99700663137664, + -76.7636361250903, + -11.986625008453576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.76896595285734, + -11.986625008453576 + ] + ] + ], + "type": "Polygon" + }, + "id": "1814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68808991835769, + -11.925645612084582, + -76.67845263280297, + -11.915265107527999 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68378130589743, + -11.915265107527999 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.67896275063835, + -11.917406220117462 + ], + [ + -76.68378130589743, + -11.915265107527999 + ] + ] + ], + "type": "Polygon" + }, + "id": "1815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10599547406609, + -11.848901810294285, + -77.09634946591663, + -11.838509812094708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.1016765486782, + -11.838509812094708 + ] + ] + ], + "type": "Polygon" + }, + "id": "1816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99250850720182, + -11.829912595993962, + -76.98286595475939, + -11.819523104802423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.98819286968634, + -11.819523104802423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07620986839284, + -11.727966551710935, + -77.06656821185614, + -11.717573640521765 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.07189334815747, + -11.717573640521765 + ] + ] + ], + "type": "Polygon" + }, + "id": "1818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01914140606011, + -11.793191456249579, + -77.00949926203319, + -11.782800808779834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.0148255428419, + -11.782800808779834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04812115602986, + -11.8747034372992, + -77.03847584403715, + -11.864313208016936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.0438034302166, + -11.864313208016936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9560665855054, + -12.203816599939614, + -76.94641382789648, + -12.193433614172005 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.9517469401813, + -12.193433614172005 + ] + ] + ], + "type": "Polygon" + }, + "id": "1822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7678023152394, + -12.4758843831666, + -76.7581464250606, + -12.465510761930096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.7624645311941, + -12.4758843831666 + ], + [ + -76.7581464250606, + -12.47283320292034 + ], + [ + -76.75865630265916, + -12.467646446320362 + ], + [ + -76.76348416033906, + -12.465510761930096 + ] + ] + ], + "type": "Polygon" + }, + "id": "1823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0009846737456, + -12.074575276268217, + -76.99133461091523, + -12.06418914391891 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.99666554479332, + -12.06418914391891 + ] + ] + ], + "type": "Polygon" + }, + "id": "1824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67816994308195, + -11.979685656087193, + -76.66853132077328, + -11.969306196732148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.67284032880437, + -11.979685656087193 + ], + [ + -76.66853132077328, + -11.976636079702406 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.6738608851599, + -11.969306196732148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97435963454492, + -12.205625825804765, + -76.96470634807503, + -12.195242416641795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.97003947164114, + -12.195242416641795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14105604504964, + -11.868065227763534, + -77.13140858815932, + -11.857672649385373 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.13673593303619, + -11.857672649385373 + ] + ] + ], + "type": "Polygon" + }, + "id": "1827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79528506139205, + -12.290038938410856, + -76.78563398485164, + -12.279661397456493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.79096863710082, + -12.279661397456493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04279352525657, + -11.882047713318363, + -77.03314813028737, + -11.871657717769672 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.03847584403715, + -11.871657717769672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1015950544473, + -12.084472872078313, + -77.09194213478963, + -12.074084431906495 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.10109058858718, + -12.08232487639249 + ], + [ + -77.09626404326681, + -12.084472872078313 + ], + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.09727310208261, + -12.074084431906495 + ] + ] + ], + "type": "Polygon" + }, + "id": "1831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91409788841014, + -11.830067263752909, + -76.90445737147458, + -11.819679712150144 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90978436442991, + -11.819679712150144 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.91359119375333, + -11.827920139607471 + ], + [ + -76.90877084896329, + -11.830067263752909 + ], + [ + -76.90445737147458, + -11.827020578914437 + ], + [ + -76.90496419227497, + -11.82182685671248 + ], + [ + -76.90978436442991, + -11.819679712150144 + ] + ] + ], + "type": "Polygon" + }, + "id": "1832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94911797780465, + -11.84924593784107, + -76.93947597423062, + -11.83885778471099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.94480325147734, + -11.83885778471099 + ] + ] + ], + "type": "Polygon" + }, + "id": "1833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03834775828707, + -12.117578093785301, + -77.02869545433705, + -12.107191709940434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.03402705261394, + -12.107191709940434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8570195215998, + -11.800845214656851, + -76.84738138193056, + -11.790458683926664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.85651207614822, + -11.798698944560835 + ], + [ + -76.85169291971462, + -11.800845214656851 + ], + [ + -76.84738138193056, + -11.797798186207375 + ], + [ + -76.84788895327539, + -11.792604974853212 + ], + [ + -76.85270793652045, + -11.790458683926664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90958593548747, + -12.254244373554505, + -76.89993288706279, + -12.243863366976626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.90526687381184, + -12.243863366976626 + ] + ] + ], + "type": "Polygon" + }, + "id": "1836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98725126570415, + -12.026035111196082, + -76.97760300477647, + -12.015648579181013 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.98293315400711, + -12.015648579181013 + ] + ] + ], + "type": "Polygon" + }, + "id": "1837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919495018859, + -11.959333664406506, + -76.85955176675158, + -11.948949072073836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488092202451, + -11.948949072073836 + ], + [ + -76.86919495018859, + -11.95199675606455 + ], + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.86488092202451, + -11.948949072073836 + ] + ] + ], + "type": "Polygon" + }, + "id": "1838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1242803113395, + -11.850689576778995, + -77.1146337911992, + -11.840297160875043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.1199608761755, + -11.840297160875043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70091947124558, + -12.123437993674886, + -76.69127593584078, + -12.113060147215881 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69660786775927, + -12.113060147215881 + ], + [ + -76.70091947124558, + -12.116110191388778 + ], + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.69127593584078, + -12.12038786400362 + ], + [ + -76.69178618761697, + -12.115198995559105 + ], + [ + -76.69660786775927, + -12.113060147215881 + ] + ] + ], + "type": "Polygon" + }, + "id": "1840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85624331057497, + -12.233226595339424, + -76.84659229978224, + -12.222846577329864 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.85192597963348, + -12.222846577329864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93009644348204, + -11.902430615747742, + -76.9204533521634, + -11.892043684007552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.92578152220635, + -11.892043684007552 + ] + ] + ], + "type": "Polygon" + }, + "id": "1842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69938904662472, + -12.139004407732928, + -76.68974508880802, + -12.128626845863998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.69405680802531, + -12.139004407732928 + ], + [ + -76.68974508880802, + -12.135954184925462 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.69507727776893, + -12.128626845863998 + ] + ] + ], + "type": "Polygon" + }, + "id": "1843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13580686767085, + -11.969831520759572, + -77.12615650920743, + -11.959440528653147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13148553692086, + -11.959440528653147 + ], + [ + -77.13580686767085, + -11.962485835338997 + ], + [ + -77.13530306107565, + -11.96768138335808 + ], + [ + -77.13047779658993, + -11.969831520759572 + ], + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.13148553692086, + -11.959440528653147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91031594411668, + -12.010579992068113, + -76.9006701480367, + -12.000195133078838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.90600011611573, + -12.000195133078838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70323883529413, + -12.052928912529223, + -76.69359733933436, + -12.042549914131474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.69892810804217, + -12.042549914131474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76866814532602, + -12.13805022506323, + -76.75902232579426, + -12.127670884370122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.76435448072039, + -12.127670884370122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93471363379058, + -12.138803773540394, + -76.92506337361264, + -12.128420278809905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.9303954338731, + -12.128420278809905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.817378350125, + -12.300100060595637, + -76.80772637930016, + -12.289722130376003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.81306118657103, + -12.289722130376003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90571885395597, + -11.774182723760333, + -76.8960802207666, + -11.763794617507145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.90140630130954, + -11.763794617507145 + ] + ] + ], + "type": "Polygon" + }, + "id": "1850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78764733033658, + -12.367864074927276, + -76.77799413394604, + -12.35748805027489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.78333007527245, + -12.35748805027489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7191005513476, + -12.313865206589488, + -76.7094508316734, + -12.303490003159709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.71478590372767, + -12.303490003159709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82804768854034, + -12.285443533557569, + -76.8183958699027, + -12.275065088650837 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.82373042920699, + -12.275065088650837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74819006189871, + -11.923756728604506, + -76.73855118766735, + -11.913374666188956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.7438798173243, + -11.913374666188956 + ] + ] + ], + "type": "Polygon" + }, + "id": "1854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84176684271767, + -12.23964817623878, + -76.83211602559267, + -12.229268627169423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.8374498206958, + -12.229268627169423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06701449728943, + -11.632641984917848, + -77.05737590928155, + -11.622248072652367 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.06269949177575, + -11.622248072652367 + ] + ] + ], + "type": "Polygon" + }, + "id": "1856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91794887663357, + -12.121419740046296, + -76.90829957412102, + -12.111036388729516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.91363136259062, + -12.111036388729516 + ] + ] + ], + "type": "Polygon" + }, + "id": "1857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11218533080948, + -11.975385165568394, + -77.10253539827248, + -11.964994826676023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.10786455332523, + -11.964994826676023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05726183821282, + -11.875599650194111, + -77.04761626690973, + -11.865209210447912 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.05294385608065, + -11.865209210447912 + ] + ] + ], + "type": "Polygon" + }, + "id": "1859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9004117938574, + -11.970282377512397, + -76.89076745952363, + -11.959897167036901 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.89609677184247, + -11.959897167036901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11909984408238, + -12.046861271633638, + -77.109447606702, + -12.03647183224432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.114777928462, + -12.03647183224432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85701016766173, + -12.08393470286471, + -76.84736359241913, + -12.073552290191326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.85269480914835, + -12.073552290191326 + ] + ] + ], + "type": "Polygon" + }, + "id": "1862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09771047487227, + -11.981833084404142, + -77.08806071414938, + -11.971443191651879 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.0933899964781, + -11.971443191651879 + ] + ] + ], + "type": "Polygon" + }, + "id": "1863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79683288195595, + -12.180155636910182, + -76.78718504518692, + -12.169776254077004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.79251788286807, + -12.169776254077004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00844758907091, + -11.713468654612436, + -76.99880809217528, + -11.703077207273001 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -77.004133074679, + -11.703077207273001 + ] + ] + ], + "type": "Polygon" + }, + "id": "1865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05636711599666, + -11.647340544145349, + -77.04672836124912, + -11.636947076037295 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.0520521990769, + -11.636947076037295 + ] + ] + ], + "type": "Polygon" + }, + "id": "1866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843418868328, + -12.202993685242683, + -76.85878375701267, + -12.1926128692204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.86411692962764, + -12.1926128692204 + ] + ] + ], + "type": "Polygon" + }, + "id": "1867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19964875775364, + -11.787221800410771, + -77.19000225698309, + -11.776826702005023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1953281749742, + -11.776826702005023 + ], + [ + -77.19964875775364, + -11.779870512308403 + ], + [ + -77.19914613256852, + -11.785068113196573 + ], + [ + -77.19432279735587, + -11.787221800410771 + ], + [ + -77.19000225698309, + -11.784177904085537 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.1953281749742, + -11.776826702005023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74662725287918, + -12.033666082500403, + -76.73698514533947, + -12.023285686092299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.74231558645164, + -12.023285686092299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10836874120363, + -11.967144411022721, + -77.09871915019534, + -11.956754043698904 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.10404817521353, + -11.956754043698904 + ] + ] + ], + "type": "Polygon" + }, + "id": "1870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07106255850813, + -12.018549108086056, + -77.06141237639868, + -12.00816040953211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.06674230047113, + -12.00816040953211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80139277152996, + -12.227770717437373, + -76.79174339044668, + -12.217391991180385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.79707701174387, + -12.217391991180385 + ] + ] + ], + "type": "Polygon" + }, + "id": "1872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94993724492427, + -12.077402993130866, + -76.94028841965778, + -12.067018164502873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.94561945339996, + -12.067018164502873 + ] + ] + ], + "type": "Polygon" + }, + "id": "1873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8791035800072, + -12.282661442316982, + -76.869450486381, + -12.272281668854568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.87478496624126, + -12.272281668854568 + ] + ] + ], + "type": "Polygon" + }, + "id": "1874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78313712432488, + -12.131629494175959, + -76.77349110510013, + -12.121249685735664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.77882314833462, + -12.121249685735664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90806362182026, + -12.269815513872079, + -76.89841014827238, + -12.259434803019307 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.90755615343708, + -12.267674059301243 + ], + [ + -76.90272933007478, + -12.269815513872079 + ], + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.90374439331352, + -12.259434803019307 + ] + ] + ], + "type": "Polygon" + }, + "id": "1876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79455347340391, + -12.156347258777583, + -76.78490640865252, + -12.145967552988232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.7902388545863, + -12.145967552988232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97962733276287, + -12.009554603154204, + -76.96997976032539, + -11.999168011916517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.97530964620232, + -11.999168011916517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73126052080408, + -12.377942683735956, + -76.72160855362323, + -12.367568266828986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.7269446815054, + -12.367568266828986 + ] + ] + ], + "type": "Polygon" + }, + "id": "1879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.840241755127, + -12.255217131389927, + -76.83059051368392, + -12.244837877168568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.83592456671937, + -12.244837877168568 + ] + ] + ], + "type": "Polygon" + }, + "id": "1880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95519161617023, + -11.78691449045905, + -76.94555131037592, + -11.776525330709509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.9508775564326, + -11.776525330709509 + ] + ] + ], + "type": "Polygon" + }, + "id": "1881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68555587856332, + -12.373364346979912, + -76.67590530219279, + -12.36299102014872 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.68124136306551, + -12.36299102014872 + ] + ] + ], + "type": "Polygon" + }, + "id": "1882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6910465689856, + -12.08315399310933, + -76.68140450682118, + -12.072775770937923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.68571525039958, + -12.08315399310933 + ], + [ + -76.68140450682118, + -12.08010398240723 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.68673577566726, + -12.072775770937923 + ] + ] + ], + "type": "Polygon" + }, + "id": "1883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68793270547408, + -12.208591313887808, + -76.67828698592875, + -12.198215161310682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.68362032482354, + -12.198215161310682 + ] + ] + ], + "type": "Polygon" + }, + "id": "1884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89430224864626, + -11.749461374834386, + -76.88466465169711, + -11.73907322124993 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88999033468107, + -11.73907322124993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82273933471527, + -12.104120666057128, + -76.81309307145635, + -12.093739427208519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.81842464174778, + -12.093739427208519 + ] + ] + ], + "type": "Polygon" + }, + "id": "1886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08165967745511, + -11.90945889613599, + -77.07201247886967, + -11.899068342566421 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.07734059247828, + -11.899068342566421 + ] + ] + ], + "type": "Polygon" + }, + "id": "1887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68349943603135, + -11.972355686538068, + -76.6738608851599, + -11.961975982348084 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.67919032829626, + -11.961975982348084 + ] + ] + ], + "type": "Polygon" + }, + "id": "1888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15473052677356, + -11.822189636729064, + -77.14508409571395, + -11.811796092341432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.15041066432617, + -11.811796092341432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69400613892623, + -12.240632422279644, + -76.68435929546628, + -12.230256638356028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68969316256532, + -12.230256638356028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74346221824871, + -12.347733019027745, + -76.73381082132695, + -12.337357770781143 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73914644653972, + -12.337357770781143 + ] + ] + ], + "type": "Polygon" + }, + "id": "1891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99176819273032, + -11.884903789239655, + -76.98212402157367, + -11.87451508515432 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.98745184210634, + -11.87451508515432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01619677180523, + -12.01315558404607, + -77.00654814976349, + -12.002768146868696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.01187805422964, + -12.002768146868696 + ] + ] + ], + "type": "Polygon" + }, + "id": "1893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09448554704181, + -11.729751944950703, + -77.08484337577404, + -11.719358613624648 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.09016851608438, + -11.719358613624648 + ] + ] + ], + "type": "Polygon" + }, + "id": "1894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91715215168198, + -11.893289767761551, + -76.9075096716878, + -11.882903026973842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.91182407438964, + -11.893289767761551 + ], + [ + -76.9075096716878, + -11.890242773210462 + ], + [ + -76.90801654884774, + -11.885049456341385 + ], + [ + -76.91283770251394, + -11.882903026973842 + ] + ] + ], + "type": "Polygon" + }, + "id": "1895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86081785008835, + -12.092174361017904, + -76.85117092789197, + -12.081791980368497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.85650227792623, + -12.081791980368497 + ] + ] + ], + "type": "Polygon" + }, + "id": "1896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99113564029842, + -12.223009358867566, + -76.98148140094602, + -12.212625817752029 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.99062940823661, + -12.220865492352837 + ], + [ + -76.9858022024248, + -12.223009358867566 + ], + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.98681479331508, + -12.212625817752029 + ] + ] + ], + "type": "Polygon" + }, + "id": "1897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10441427098421, + -11.770065039109454, + -77.09477064994795, + -11.759672002576124 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.10009643864781, + -11.759672002576124 + ] + ] + ], + "type": "Polygon" + }, + "id": "1898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75719117691932, + -12.301955759018332, + -76.74754077458697, + -12.291579384118938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.75287563912444, + -12.291579384118938 + ] + ] + ], + "type": "Polygon" + }, + "id": "1899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86158584605771, + -11.75410451712574, + -76.85194897626933, + -11.743717241095624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85727475903506, + -11.743717241095624 + ], + [ + -76.86158584605771, + -11.746763882440542 + ], + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.85245641068207, + -11.74586420429589 + ], + [ + -76.85727475903506, + -11.743717241095624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93929584917973, + -12.186432383319124, + -76.9296440476238, + -12.176049533135258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.9349768891922, + -12.176049533135258 + ] + ] + ], + "type": "Polygon" + }, + "id": "1901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84786002805293, + -12.271695223308024, + -76.83820809133876, + -12.261316050720037 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.84354241164861, + -12.261316050720037 + ] + ] + ], + "type": "Polygon" + }, + "id": "1902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73283012056928, + -12.268088320003365, + -76.7231813931696, + -12.25771199851752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.72851570580964, + -12.25771199851752 + ] + ] + ], + "type": "Polygon" + }, + "id": "1903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83720897357082, + -12.097695103328764, + -76.82756251520618, + -12.087313400635734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.83289397125013, + -12.087313400635734 + ] + ] + ], + "type": "Polygon" + }, + "id": "1904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15011779557659, + -11.77452597271455, + -77.14047289835608, + -11.764131892269043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.14579869076101, + -11.764131892269043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87909692954547, + -12.093985580103833, + -76.86944946887758, + -12.083602770123823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.87478083593244, + -12.083602770123823 + ] + ] + ], + "type": "Polygon" + }, + "id": "1906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72683354200616, + -12.047418479063328, + -76.71719156409064, + -12.037038794920125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.72252223724222, + -12.037038794920125 + ] + ] + ], + "type": "Polygon" + }, + "id": "1907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14717927003758, + -11.900135840960903, + -77.13753070509698, + -11.889743567745269 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.14717927003758, + -11.892788427051887 + ], + [ + -77.146675731693, + -11.897984615607378 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.14285856788398, + -11.889743567745269 + ] + ] + ], + "type": "Polygon" + }, + "id": "1908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84786581985033, + -12.177367959909263, + -76.83821669976166, + -12.166987246874832 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.84354946330804, + -12.166987246874832 + ] + ] + ], + "type": "Polygon" + }, + "id": "1909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72914696321216, + -11.976898176763065, + -76.71950702443624, + -11.966517375082073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.72483653472833, + -11.966517375082073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80521809124383, + -12.14168623094393, + -76.79557117709206, + -12.13130602327913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.80090337608169, + -12.13130602327913 + ] + ] + ], + "type": "Polygon" + }, + "id": "1911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995719223191, + -12.093080103361455, + -76.86031000056144, + -12.082697507921624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.86564135924378, + -12.082697507921624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7656126768135, + -12.169187103565191, + -76.75596601081428, + -12.15880833534652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.7612986805688, + -12.15880833534652 + ] + ] + ], + "type": "Polygon" + }, + "id": "1913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16689268598944, + -11.791899963281866, + -77.1572468548841, + -11.7815057135218 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.16257290563331, + -11.7815057135218 + ] + ] + ], + "type": "Polygon" + }, + "id": "1914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.763366382587, + -12.051053133151838, + -76.75372330192708, + -12.040672576245004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.7590540241583, + -12.040672576245004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8135700095248, + -12.29186122804407, + -76.80391838699147, + -12.281483255620529 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80925306023815, + -12.281483255620529 + ] + ] + ], + "type": "Polygon" + }, + "id": "1916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05939331401892, + -11.616159673705145, + -77.04975540954844, + -11.605765740861585 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.0550787313405, + -11.605765740861585 + ] + ] + ], + "type": "Polygon" + }, + "id": "1917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93777510155475, + -12.202006297684605, + -76.92812287471918, + -12.191623736314781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.93345597461803, + -12.191623736314781 + ] + ] + ], + "type": "Polygon" + }, + "id": "1918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74659193161966, + -12.127991481089618, + -76.73694701156064, + -12.117612542145622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.74227900807288, + -12.117612542145622 + ] + ] + ], + "type": "Polygon" + }, + "id": "1919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03756485465453, + -12.078178136487667, + -77.0279137462788, + -12.06779116141369 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.03324469617421, + -12.06779116141369 + ] + ] + ], + "type": "Polygon" + }, + "id": "1920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01164625085747, + -12.059896806788844, + -77.00199635168258, + -12.049510187618612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -77.0073270314953, + -12.049510187618612 + ] + ] + ], + "type": "Polygon" + }, + "id": "1921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13270646473765, + -11.906588745809263, + -77.12305806858168, + -11.896196913833732 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.12838606025471, + -11.896196913833732 + ] + ] + ], + "type": "Polygon" + }, + "id": "1922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71241591383266, + -11.959511352130145, + -76.70277695091036, + -11.94913072032404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.70810617832433, + -11.94913072032404 + ] + ] + ], + "type": "Polygon" + }, + "id": "1923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82731424484632, + -12.057403623669021, + -76.81766925268708, + -12.047021549041206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.82300005021736, + -12.047021549041206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90420927656776, + -11.884148716700324, + -76.89456740880603, + -11.873762167834311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8998952998702, + -11.873762167834311 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.90370235913839, + -11.882002471262272 + ], + [ + -76.8988813388557, + -11.884148716700324 + ], + [ + -76.89456740880603, + -11.881101654883118 + ], + [ + -76.89507445238172, + -11.875908434070377 + ], + [ + -76.8998952998702, + -11.873762167834311 + ] + ] + ], + "type": "Polygon" + }, + "id": "1925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96283604310972, + -11.897789700092563, + -76.95319223689073, + -11.887401892041472 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.95852029966572, + -11.887401892041472 + ] + ] + ], + "type": "Polygon" + }, + "id": "1926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94379065455968, + -11.856587380548063, + -76.93414857116812, + -11.846199461698584 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.93846320542096, + -11.856587380548063 + ], + [ + -76.93414857116812, + -11.853540817925163 + ], + [ + -76.93465501870946, + -11.848346911876021 + ], + [ + -76.93947597423062, + -11.846199461698584 + ] + ] + ], + "type": "Polygon" + }, + "id": "1927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96206309890081, + -11.85838523192579, + -76.95242048649713, + -11.847996886612492 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.95774790155676, + -11.847996886612492 + ] + ] + ], + "type": "Polygon" + }, + "id": "1928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76480368697891, + -12.318432953579729, + -76.75515258577161, + -12.308056663513085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.76048771975248, + -12.308056663513085 + ] + ] + ], + "type": "Polygon" + }, + "id": "1929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07996044757692, + -11.641774626712696, + -77.0703212601443, + -11.631380514790372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.07564497523056, + -11.631380514790372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83800155828715, + -11.759644057007288, + -76.8283651512555, + -11.749257445141586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.83369103987081, + -11.749257445141586 + ] + ] + ], + "type": "Polygon" + }, + "id": "1931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96896734323799, + -12.024232926539455, + -76.95931960923272, + -12.013846818472727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.96464974797293, + -12.013846818472727 + ] + ] + ], + "type": "Polygon" + }, + "id": "1932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74055114715833, + -12.001616532966603, + -76.7309101605499, + -11.991235808780093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.73624007518924, + -11.991235808780093 + ] + ] + ], + "type": "Polygon" + }, + "id": "1933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08553804938236, + -12.012104254372147, + -77.07588769317304, + -12.00171510686043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.08121749121246, + -12.00171510686043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95295153880369, + -11.951872575262465, + -76.94330637800003, + -11.941485791104661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.9486353408346, + -11.941485791104661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73745663537305, + -12.12708131402952, + -76.72781199129439, + -12.116702593083605 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.73314397543805, + -12.116702593083605 + ] + ] + ], + "type": "Polygon" + }, + "id": "1936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69795752071816, + -11.965934110550322, + -76.68831876321083, + -11.955553942088395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.69364809882825, + -11.955553942088395 + ] + ] + ], + "type": "Polygon" + }, + "id": "1937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71547384090438, + -11.928368923227625, + -76.70583572214224, + -11.91798775931101 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.71116443592797, + -11.91798775931101 + ] + ] + ], + "type": "Polygon" + }, + "id": "1938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88518690692173, + -12.03168594465527, + -76.87554114344881, + -12.021302029256162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.88087147913551, + -12.021302029256162 + ] + ] + ], + "type": "Polygon" + }, + "id": "1939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85852839011805, + -12.257035379555711, + -76.84887660750526, + -12.246655696042287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.85421067882058, + -12.246655696042287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10462153075329, + -12.053306999954364, + -77.09496946467995, + -12.042918009549826 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.10029991410207, + -12.042918009549826 + ] + ] + ], + "type": "Polygon" + }, + "id": "1941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94612607470387, + -12.069163000425887, + -76.93647759452945, + -12.058778139690922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.94180849610238, + -12.058778139690922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88823706158946, + -12.09489079114459, + -76.87858933240094, + -12.084507766874683 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.88392070755272, + -12.084507766874683 + ] + ] + ], + "type": "Polygon" + }, + "id": "1943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03741626626496, + -11.794982542176529, + -77.02777360131971, + -11.784591471904239 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.03309988958003, + -11.784591471904239 + ] + ] + ], + "type": "Polygon" + }, + "id": "1944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14566860953208, + -11.915723927283263, + -77.13601961774228, + -11.905331912954642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.14566860953208, + -11.908376863444213 + ], + [ + -77.14516502571455, + -11.913572922553284 + ], + [ + -77.14034044464519, + -11.915723927283263 + ], + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.1413477394171, + -11.905331912954642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73137991689924, + -12.09503480755527, + -76.72173639466965, + -12.08465574022232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.72706785185191, + -12.08465574022232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04963573232749, + -11.859118029353628, + -77.03999084599043, + -11.848727544413215 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.04531817382107, + -11.848727544413215 + ] + ] + ], + "type": "Polygon" + }, + "id": "1947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8608138279498, + -12.280843579209243, + -76.85116127342422, + -12.270464233745981 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.85649573624386, + -12.270464233745981 + ] + ] + ], + "type": "Polygon" + }, + "id": "1948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03223385995831, + -12.085518043425155, + -77.02258266883783, + -12.075131311949765 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.0279137462788, + -12.075131311949765 + ] + ] + ], + "type": "Polygon" + }, + "id": "1949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73969374269626, + -12.245197526936796, + -76.73004551177351, + -12.23482065168327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.73537944455431, + -12.23482065168327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91415205329035, + -12.207528302648306, + -76.90450028009249, + -12.197146418153704 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90983349206942, + -12.197146418153704 + ] + ] + ], + "type": "Polygon" + }, + "id": "1951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00394002002373, + -11.854634626240372, + -76.99429643687822, + -11.844245197447302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.99962374584764, + -11.844245197447302 + ] + ] + ], + "type": "Polygon" + }, + "id": "1952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96893780810379, + -11.929851922102861, + -76.9592928882646, + -11.919464423322191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.96462147268464, + -11.919464423322191 + ] + ] + ], + "type": "Polygon" + }, + "id": "1953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9263394417964, + -12.177287548759995, + -76.91668825196875, + -12.166904873734813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.92202095446902, + -12.166904873734813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01377248977498, + -11.706122337238815, + -77.004133074679, + -11.69573066358782 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.00945793034619, + -11.69573066358782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93090236434297, + -12.130564010294709, + -76.92125244970138, + -12.120180480471722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.92658437755017, + -12.120180480471722 + ] + ] + ], + "type": "Polygon" + }, + "id": "1956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70536788260824, + -12.359635772911219, + -76.69571717156612, + -12.349261701557072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.70105300262858, + -12.349261701557072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76642092249297, + -12.019910911781839, + -76.75677868763113, + -12.009529805598554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.76210889543249, + -12.009529805598554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01853757967733, + -12.131354479580665, + -77.00888537158838, + -12.120968797475665 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.01421722106836, + -12.120968797475665 + ] + ] + ], + "type": "Polygon" + }, + "id": "1959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73357538604371, + -12.307454610834558, + -76.72392546228973, + -12.297078929754402 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.7292604248978, + -12.297078929754402 + ] + ] + ], + "type": "Polygon" + }, + "id": "1960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12514859624895, + -11.984521926091722, + -77.11549806632237, + -11.974131407838202 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.1208273523121, + -11.974131407838202 + ] + ] + ], + "type": "Polygon" + }, + "id": "1961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64372876998478, + -12.282744261739586, + -76.63408205948845, + -12.272370468254369 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.64321759724989, + -12.280608780456793 + ], + [ + -76.63839415405435, + -12.282744261739586 + ], + [ + -76.63408205948845, + -12.279692816705266 + ], + [ + -76.6345933576339, + -12.274505974990051 + ], + [ + -76.63941662494427, + -12.272370468254369 + ] + ] + ], + "type": "Polygon" + }, + "id": "1962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07772257770677, + -11.712377124584526, + -77.06808134675323, + -11.701983972455906 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.0734062248031, + -11.701983972455906 + ] + ] + ], + "type": "Polygon" + }, + "id": "1963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04420540418822, + -11.677627100365457, + -77.03456605826747, + -11.667234314437321 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03989040909502, + -11.667234314437321 + ] + ] + ], + "type": "Polygon" + }, + "id": "1964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15703743297742, + -11.846020806447772, + -77.14739023486224, + -11.835627535445948 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.15271719163663, + -11.835627535445948 + ] + ] + ], + "type": "Polygon" + }, + "id": "1965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94453890631709, + -11.801599853324007, + -76.93489844072886, + -11.791211156428604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.94022493844547, + -11.791211156428604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94918925629624, + -12.132372249205444, + -76.93953881039543, + -12.121988294111642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.9448707510396, + -12.121988294111642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09987829565746, + -11.816831662805583, + -77.09023339645344, + -11.806439370156498 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.09555996062505, + -11.806439370156498 + ] + ] + ], + "type": "Polygon" + }, + "id": "1968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1463833038336, + -11.860717404217006, + -77.13673593303619, + -11.85032459451924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.14206314863297, + -11.85032459451924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67420190091539, + -12.254367153784218, + -76.66455519334323, + -12.243992104267427 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66988928934161, + -12.243992104267427 + ] + ] + ], + "type": "Polygon" + }, + "id": "1970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8273024586975, + -12.15174200751443, + -76.81765465232374, + -12.141361402606936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.82298700546897, + -12.141361402606936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96369316931947, + -12.220295780965388, + -76.95403972142164, + -12.209912873773892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95937309797256, + -12.209912873773892 + ] + ] + ], + "type": "Polygon" + }, + "id": "1973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0785096094829, + -11.751796692090153, + -77.06886718558641, + -11.741404040099932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.07419271043769, + -11.741404040099932 + ] + ] + ], + "type": "Polygon" + }, + "id": "1974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06718892307079, + -11.915907278429174, + -77.05754189880123, + -11.905517169457916 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.06287013817823, + -11.905517169457916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90957371318846, + -12.159902878653693, + -76.89992348203741, + -12.149520343370506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.90525591221788, + -12.149520343370506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89662922413432, + -12.245097757497671, + -76.88697678986307, + -12.23471692346846 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.89231063621325, + -12.23471692346846 + ] + ] + ], + "type": "Polygon" + }, + "id": "1977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14320140065341, + -11.703027290508388, + -77.1335588035116, + -11.692632432767507 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.1388834318982, + -11.692632432767507 + ] + ] + ], + "type": "Polygon" + }, + "id": "1978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04671086853156, + -12.07907818516991, + -77.03705949996525, + -12.068691000042474 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.04239045317473, + -12.068691000042474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71223460438462, + -12.336751283847011, + -76.70258438891307, + -12.326376644703211 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.70791984052225, + -12.326376644703211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75046397795286, + -11.94756908955772, + -76.7408243323937, + -11.937187315322003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.7461533535852, + -11.937187315322003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11895318286302, + -11.858036855878023, + -77.10930657733776, + -11.847644671209213 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.1146337911992, + -11.847644671209213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9545464602898, + -12.219390715716438, + -76.9448932771668, + -12.209008020334286 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.95022664789248, + -12.209008020334286 + ] + ] + ], + "type": "Polygon" + }, + "id": "1983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8547226496444, + -12.15446470181447, + -76.84507403071969, + -12.144083451196972 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.85040641202453, + -12.144083451196972 + ] + ] + ], + "type": "Polygon" + }, + "id": "1984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0002065416375, + -12.035176072166175, + -76.99055767399783, + -12.024789358980142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.99588795955985, + -12.024789358980142 + ] + ] + ], + "type": "Polygon" + }, + "id": "1985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70022755508687, + -11.989743344962426, + -76.69058802559904, + -11.979363470932661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.69971763011887, + -11.98760281232637 + ], + [ + -76.69489777787422, + -11.989743344962426 + ], + [ + -76.69058802559904, + -11.9866939090506 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.69591775323094, + -11.979363470932661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95670968392169, + -11.771330688782038, + -76.9470698025128, + -11.760941281252316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.95239579081533, + -11.760941281252316 + ] + ] + ], + "type": "Polygon" + }, + "id": "1987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7945107599424, + -12.344973972460128, + -76.78485806270552, + -12.334597380938328 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.79019362269887, + -12.334597380938328 + ] + ] + ], + "type": "Polygon" + }, + "id": "1988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1067166447168, + -11.793895391270073, + -77.09707225638981, + -11.783502620267278 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.10239843352072, + -11.783502620267278 + ] + ] + ], + "type": "Polygon" + }, + "id": "1989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73738059967619, + -12.315693115505505, + -76.72773032596008, + -12.305317476672865 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.73306542361188, + -12.305317476672865 + ] + ] + ], + "type": "Polygon" + }, + "id": "1990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79453212290632, + -12.250666798445577, + -76.78488224273407, + -12.24028862182775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.79021624524314, + -12.24028862182775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15464683062493, + -11.72775132808663, + -77.14500321291112, + -11.717356517560019 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.15032822931775, + -11.717356517560019 + ] + ] + ], + "type": "Polygon" + }, + "id": "1992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91260393973, + -12.034396927164883, + -76.90295737339135, + -12.024012369490132 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.9082877319821, + -12.024012369490132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70017870957113, + -12.084064795450454, + -76.69053636907988, + -12.073686353874715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.69586765168869, + -12.073686353874715 + ] + ] + ], + "type": "Polygon" + }, + "id": "1994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06791672170428, + -11.860909562373658, + -77.05827131743287, + -11.850518656733415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.06359865087886, + -11.850518656733415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80674410869173, + -12.126115848345169, + -76.7970976181632, + -12.115735356702936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.80242955957601, + -12.115735356702936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9750722525931, + -12.056292019585516, + -76.9654234042806, + -12.045906246202899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.97075406494896, + -12.045906246202899 + ] + ] + ], + "type": "Polygon" + }, + "id": "1997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70254610451366, + -11.919221950826001, + -76.69290861276764, + -11.908840984256729 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.69823717815557, + -11.908840984256729 + ] + ] + ], + "type": "Polygon" + }, + "id": "1998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7238174037542, + -11.98422962293679, + -76.71417739208908, + -11.973849065500017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71950702443624, + -11.973849065500017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71617197511682, + -12.062078009180988, + -76.70652985167258, + -12.051698820740274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.71186076887139, + -12.051698820740274 + ] + ] + ], + "type": "Polygon" + }, + "id": "2000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83340219907126, + -12.08945554138538, + -76.82375608815606, + -12.07907380660819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.82908741059315, + -12.07907380660819 + ] + ] + ], + "type": "Polygon" + }, + "id": "2001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71237062612721, + -12.053838793456706, + -76.70272885252847, + -12.043459575876733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.70805963462942, + -12.043459575876733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08613553936313, + -11.76827884847577, + -77.07649243214549, + -11.757886231269463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.08181821743392, + -11.757886231269463 + ] + ] + ], + "type": "Polygon" + }, + "id": "2003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72137479175107, + -12.337665998523285, + -76.7117242986224, + -12.32729114145114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.71705976337704, + -12.32729114145114 + ] + ] + ], + "type": "Polygon" + }, + "id": "2004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07324397138612, + -11.853564040173392, + -77.06359865087886, + -11.843172902253029 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.06892585633113, + -11.843172902253029 + ] + ] + ], + "type": "Polygon" + }, + "id": "2005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8379495229541, + -12.325727287241012, + -76.8282962360775, + -12.315349271531877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.8379495229541, + -12.31839903412347 + ], + [ + -76.83744098692583, + -12.323588095649688 + ], + [ + -76.83261425650907, + -12.325727287241012 + ], + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.83363145480128, + -12.315349271531877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90343326787209, + -11.750360024622273, + -76.89379540376757, + -11.739971655974902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.89912109437353, + -11.739971655974902 + ] + ] + ], + "type": "Polygon" + }, + "id": "2007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0921846407355, + -11.705920708087497, + -77.08254323657121, + -11.695527120849833 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.08786798850889, + -11.695527120849833 + ] + ] + ], + "type": "Polygon" + }, + "id": "2008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07717999092091, + -12.0506127374567, + -77.06752869761267, + -12.040224373518972 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.0728591415118, + -12.040224373518972 + ] + ] + ], + "type": "Polygon" + }, + "id": "2009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.776975227323, + -12.382514232949742, + -76.76732188124168, + -12.372138732198726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.77265806923968, + -12.372138732198726 + ] + ] + ], + "type": "Polygon" + }, + "id": "2010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79524275752351, + -12.47862987380144, + -76.7855860438105, + -12.468255605526942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79092381269754, + -12.468255605526942 + ], + [ + -76.79524275752351, + -12.47130645334645 + ], + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.79092381269754, + -12.468255605526942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1432817504144, + -11.797466017234878, + -77.13363634051687, + -11.787072411168785 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.13896252088585, + -11.787072411168785 + ] + ] + ], + "type": "Polygon" + }, + "id": "2012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08528407862993, + -11.634424620211089, + -77.07564497523056, + -11.624030286674133 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.08096856228545, + -11.624030286674133 + ] + ] + ], + "type": "Polygon" + }, + "id": "2013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76477364051937, + -12.41272508089645, + -76.75511972153912, + -12.402350416735072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76045641366248, + -12.402350416735072 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.75943689960508, + -12.41272508089645 + ], + [ + -76.75511972153912, + -12.409674151654519 + ], + [ + -76.75562954156315, + -12.404486873669834 + ], + [ + -76.76045641366248, + -12.402350416735072 + ] + ] + ], + "type": "Polygon" + }, + "id": "2014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97578421501157, + -11.906929387036632, + -76.96613980078041, + -11.896541389944202 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.97146800082307, + -11.896541389944202 + ] + ] + ], + "type": "Polygon" + }, + "id": "2015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67652777176492, + -12.183875185706057, + -76.66688310461413, + -12.173498925487635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6722160366623, + -12.173498925487635 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.667393790804, + -12.17563645409478 + ], + [ + -76.6722160366623, + -12.173498925487635 + ] + ] + ], + "type": "Polygon" + }, + "id": "2016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8265218102501, + -12.301010826700585, + -76.81686956732959, + -12.290632681253156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.82220438457104, + -12.290632681253156 + ] + ] + ], + "type": "Polygon" + }, + "id": "2017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68333818352095, + -12.255281574945226, + -76.67369119644752, + -12.244906306180193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.6790253067309, + -12.244906306180193 + ] + ] + ], + "type": "Polygon" + }, + "id": "2018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12658490194578, + -11.874518905220496, + -77.11693761432262, + -11.864126766938405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.12226508776807, + -11.864126766938405 + ] + ] + ], + "type": "Polygon" + }, + "id": "2019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89890863408424, + -12.17457030903269, + -76.88925824567524, + -12.164188273671265 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.89459092649388, + -12.164188273671265 + ] + ] + ], + "type": "Polygon" + }, + "id": "2020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80063921484494, + -12.18839480210706, + -76.79099102968249, + -12.178015455634787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.79632400150581, + -12.178015455634787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13175823544927, + -11.678303272683145, + -77.12211665943357, + -11.667908371837186 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.1274408994247, + -11.667908371837186 + ] + ] + ], + "type": "Polygon" + }, + "id": "2022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83949151380065, + -12.121506808509253, + -76.82984428408815, + -12.111125420064722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.83517613141315, + -12.111125420064722 + ] + ] + ], + "type": "Polygon" + }, + "id": "2023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11355421158052, + -11.770957745223729, + -77.10391033435151, + -11.7605644994044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10923612434371, + -11.7605644994044 + ] + ] + ], + "type": "Polygon" + }, + "id": "2024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93469408402927, + -12.044442959549192, + -76.9250466394958, + -12.034058005227394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.93037714431281, + -12.034058005227394 + ] + ] + ], + "type": "Polygon" + }, + "id": "2025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73298738527004, + -11.89079819755161, + -76.72334990697279, + -11.880416048305703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72867799806112, + -11.880416048305703 + ], + [ + -76.73298738527004, + -11.883464571570551 + ], + [ + -76.73247807152565, + -11.888655700956116 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.72334990697279, + -11.887749587284773 + ], + [ + -76.72385934618346, + -11.882558567434158 + ], + [ + -76.72867799806112, + -11.880416048305703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11981926673543, + -11.9918666451774, + -77.11016865132575, + -11.981476364516615 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.11549806632237, + -11.981476364516615 + ] + ] + ], + "type": "Polygon" + }, + "id": "2027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08232244838541, + -11.760037769903041, + -77.0726796827977, + -11.74964513507659 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.07800533788834, + -11.74964513507659 + ] + ] + ], + "type": "Polygon" + }, + "id": "2028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77169505607692, + -12.201232955317105, + -76.76204726872261, + -12.19085454868197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.76738046499172, + -12.19085454868197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74506339148213, + -12.143559533788267, + -76.7354180484786, + -12.133180879503868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.74075030226989, + -12.133180879503868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9887337984191, + -11.916068865029592, + -76.97908877708578, + -11.905680679865709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.98441711385003, + -11.905680679865709 + ] + ] + ], + "type": "Polygon" + }, + "id": "2031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9765589887391, + -11.94633273787645, + -76.96691338030887, + -11.93594528999085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.9722422282228, + -11.93594528999085 + ] + ] + ], + "type": "Polygon" + }, + "id": "2032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7488324707052, + -12.24610974346088, + -76.73918396371717, + -12.235732650689465 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.74451790880816, + -12.235732650689465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12413071696939, + -11.661820611120923, + -77.11448982201193, + -11.651425683821069 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.12413071696939, + -11.654469509647523 + ], + [ + -77.1236272252964, + -11.659667025601372 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11981380286436, + -11.651425683821069 + ] + ] + ], + "type": "Polygon" + }, + "id": "2034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04430835992888, + -11.866462655780884, + -77.0346633905752, + -11.856072403804937 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.03999084599043, + -11.856072403804937 + ] + ] + ], + "type": "Polygon" + }, + "id": "2035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90875887999411, + -11.74301791128916, + -76.89912109437353, + -11.732629312702102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90444665995308, + -11.732629312702102 + ], + [ + -76.90875887999411, + -11.735675480620808 + ], + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.90444665995308, + -11.732629312702102 + ] + ] + ], + "type": "Polygon" + }, + "id": "2036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80518160558479, + -12.330320962808399, + -76.7955290591208, + -12.319943851550253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.80086437188305, + -12.319943851550253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04519513946482, + -12.094658616266889, + -77.03554334469659, + -12.084271708500731 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.04087455659196, + -12.084271708500731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98107926859852, + -11.805190559396411, + -76.97143774740725, + -11.794801009911012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.97676426791922, + -11.794801009911012 + ] + ] + ], + "type": "Polygon" + }, + "id": "2039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17603567697114, + -11.792791161422647, + -77.16638959291652, + -11.782396704150687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.17171564307341, + -11.782396704150687 + ] + ] + ], + "type": "Polygon" + }, + "id": "2040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02754437872112, + -11.849084691190962, + -77.01790035517654, + -11.838694606305902 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.0232275453273, + -11.838694606305902 + ] + ] + ], + "type": "Polygon" + }, + "id": "2041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03736679455459, + -11.70056350076988, + -77.02772694080409, + -11.690171177813822 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.03305167699722, + -11.690171177813822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85320273908147, + -12.075695034994906, + -76.84355651085302, + -12.065312590752976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.84888759423603, + -12.065312590752976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74357092999152, + -12.064806168473384, + -76.73392797703208, + -12.054426324377282 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73925893241967, + -12.054426324377282 + ] + ] + ], + "type": "Polygon" + }, + "id": "2044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0611881417392, + -12.072637150489777, + -77.05153659695456, + -12.062249512643058 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.05686742524637, + -12.062249512643058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04054622524643, + -11.952624649171876, + -77.03089878461425, + -11.942235721424252 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.0362276628, + -11.942235721424252 + ] + ] + ], + "type": "Polygon" + }, + "id": "2046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919625335248, + -12.242374178795956, + -76.85954462550643, + -12.231993986121134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.86487844747478, + -12.231993986121134 + ] + ] + ], + "type": "Polygon" + }, + "id": "2047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07633151972178, + -11.916803623579298, + -77.06668423707573, + -11.906413304802093 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.07201247886967, + -11.906413304802093 + ] + ] + ], + "type": "Polygon" + }, + "id": "2048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01844958042588, + -11.94258773464197, + -77.00880300422558, + -11.932199202123018 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.01413174398819, + -11.932199202123018 + ] + ] + ], + "type": "Polygon" + }, + "id": "2049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74971743299099, + -11.90818356912167, + -76.74007898116517, + -11.897801243697574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7454073538769, + -11.897801243697574 + ], + [ + -76.74971743299099, + -11.900849715650113 + ], + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.7454073538769, + -11.897801243697574 + ] + ] + ], + "type": "Polygon" + }, + "id": "2050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78085919655084, + -12.107820384435067, + -76.77121394923651, + -12.097440260295357 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.77654560073745, + -12.097440260295357 + ] + ] + ], + "type": "Polygon" + }, + "id": "2051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853642072857, + -11.974006499767766, + -76.84889308279504, + -11.963622389744344 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.85422248697913, + -11.963622389744344 + ] + ] + ], + "type": "Polygon" + }, + "id": "2052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03511962010491, + -11.77115496495781, + -77.02547772311316, + -11.760763629057953 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.0308036224007, + -11.760763629057953 + ] + ] + ], + "type": "Polygon" + }, + "id": "2053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89051716456821, + -12.024349940394169, + -76.88087147913551, + -12.013965781350931 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.8862016898985, + -12.013965781350931 + ] + ] + ], + "type": "Polygon" + }, + "id": "2054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93388569300757, + -11.816283940378137, + -76.92424506828765, + -11.805895708114273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92957181731371, + -11.805895708114273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93165340083411, + -12.075596721274083, + -76.92200510656765, + -12.065212318259693 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.92733612756409, + -12.065212318259693 + ] + ] + ], + "type": "Polygon" + }, + "id": "2056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94608033797724, + -11.880409373396438, + -76.9364374853705, + -11.87002173287223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94176527831635, + -11.87002173287223 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.93694393818852, + -11.872168938558596 + ], + [ + -76.94176527831635, + -11.87002173287223 + ] + ] + ], + "type": "Polygon" + }, + "id": "2057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95063659253269, + -11.833663644543547, + -76.94099501343929, + -11.823275237434228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.94632203286248, + -11.823275237434228 + ] + ] + ], + "type": "Polygon" + }, + "id": "2058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95068498162537, + -12.022429682991643, + -76.94103777645225, + -12.0120439998765 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.94636790359904, + -12.0120439998765 + ] + ] + ], + "type": "Polygon" + }, + "id": "2059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10592598995814, + -11.754475422987184, + -77.09628279492941, + -11.744082141595856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.10160832517377, + -11.744082141595856 + ] + ] + ], + "type": "Polygon" + }, + "id": "2060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12960731076538, + -11.843341980583597, + -77.1199608761755, + -11.832949333889479 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.12528783217923, + -11.832949333889479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9499132573693, + -11.983031863570691, + -76.9402672469083, + -11.97264561218331 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.94559672580678, + -11.97264561218331 + ] + ] + ], + "type": "Polygon" + }, + "id": "2062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98802775727938, + -12.065433760867942, + -76.97837830125209, + -12.055047807516775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.98370909879881, + -12.055047807516775 + ] + ] + ], + "type": "Polygon" + }, + "id": "2063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80371060932298, + -12.062923105955853, + -76.79406608546336, + -12.05254171028011 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.7993969863731, + -12.05254171028011 + ] + ] + ], + "type": "Polygon" + }, + "id": "2064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0754837525115, + -11.782973667037458, + -77.06584047719991, + -11.77258150624852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.071166518705, + -11.77258150624852 + ] + ] + ], + "type": "Polygon" + }, + "id": "2065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00627508881625, + -11.97285308546082, + -76.99662792320025, + -11.962465294054011 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -77.00195717538377, + -11.962465294054011 + ] + ] + ], + "type": "Polygon" + }, + "id": "2066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14026092211571, + -11.828645838558725, + -77.13061465912298, + -11.818252731619484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.13594135691939, + -11.818252731619484 + ] + ] + ], + "type": "Polygon" + }, + "id": "2067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92398359734653, + -11.775979959238388, + -76.9143444314336, + -11.765591423896536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.91967052626057, + -11.765591423896536 + ] + ] + ], + "type": "Polygon" + }, + "id": "2068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69568784228935, + -11.942124397903203, + -76.68604985666914, + -11.931743938567216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.6913788003128, + -11.931743938567216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1015268044402, + -11.990073771271211, + -77.09187670193714, + -11.979683907599147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.09720611444726, + -11.979683907599147 + ] + ] + ], + "type": "Polygon" + }, + "id": "2070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72596572343112, + -12.290977549265108, + -76.71631649978092, + -12.280601785054243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.72165119217881, + -12.280601785054243 + ] + ] + ], + "type": "Polygon" + }, + "id": "2071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12140540285469, + -12.070685609507493, + -77.11175239701106, + -12.060296477083316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.11708310775192, + -12.060296477083316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82504561215794, + -11.939238724468861, + -76.81540420327563, + -11.928854945582867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82073305510804, + -11.928854945582867 + ], + [ + -76.82504561215794, + -11.931902918468214 + ], + [ + -76.82453750381255, + -11.937094862009971 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81591243749412, + -11.93099882991339 + ], + [ + -76.82073305510804, + -11.928854945582867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65899596255221, + -12.221413084920405, + -76.64935065980842, + -12.211037883985856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.65468421242055, + -12.211037883985856 + ] + ] + ], + "type": "Polygon" + }, + "id": "2074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75419946617264, + -12.144469762039709, + -76.74455384755785, + -12.134090890020632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74988611348978, + -12.134090890020632 + ] + ] + ], + "type": "Polygon" + }, + "id": "2075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79764728080399, + -11.93652479608205, + -76.7880066880396, + -11.926141667565172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79333550907015, + -11.926141667565172 + ], + [ + -76.79764728080399, + -11.929189869463437 + ], + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.78851529965377, + -11.92828499776857 + ], + [ + -76.79333550907015, + -11.926141667565172 + ] + ] + ], + "type": "Polygon" + }, + "id": "2076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09685362993858, + -11.848007534773114, + -77.08720787850177, + -11.837615745803214 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.09253495974225, + -11.837615745803214 + ] + ] + ], + "type": "Polygon" + }, + "id": "2077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82732602412098, + -11.963053915683593, + -76.81768384453495, + -11.952670427364854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.82301308735768, + -11.952670427364854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70550991999711, + -12.076736201760758, + -76.69586765168869, + -12.06635751078863 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.70119881258229, + -12.06635751078863 + ] + ] + ], + "type": "Polygon" + }, + "id": "2080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77777879628673, + -12.233278092849368, + -76.76812988753444, + -12.222900054272996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.77346361030006, + -12.222900054272996 + ] + ] + ], + "type": "Polygon" + }, + "id": "2081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0054965405924, + -11.933448658946405, + -76.99585056942536, + -11.923060311971037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -77.00117917371534, + -11.923060311971037 + ] + ] + ], + "type": "Polygon" + }, + "id": "2082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84710657374988, + -12.137985779158656, + -76.83745864931058, + -12.127604458716986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.8427907637078, + -12.127604458716986 + ] + ] + ], + "type": "Polygon" + }, + "id": "2083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70926504274422, + -12.179287027813983, + -76.69961961159278, + -12.16890985584137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.70495246358335, + -12.16890985584137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7260484105469, + -12.10236391512719, + -76.7164048153039, + -12.091985097601869 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.7164048153039, + -12.099314119618022 + ], + [ + -76.71691468446878, + -12.09412476548967 + ], + [ + -76.72173639466965, + -12.091985097601869 + ] + ] + ], + "type": "Polygon" + }, + "id": "2085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13047779658993, + -11.977176884481477, + -77.1208273523121, + -11.966786129079383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.13047779658993, + -11.969831520759572 + ], + [ + -77.12997390367332, + -11.975026950456446 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.12615650920743, + -11.966786129079383 + ] + ] + ], + "type": "Polygon" + }, + "id": "2086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10678636803816, + -11.888317721899698, + -77.09713916589438, + -11.877926257544795 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.10246689591958, + -11.877926257544795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13413990105238, + -11.796573751260658, + -77.12449474583032, + -11.786180353582699 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.1298209258034, + -11.786180353582699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90500769198474, + -12.206621916429906, + -76.89535618613743, + -12.19624024512919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.90068939079384, + -12.19624024512919 + ] + ] + ], + "type": "Polygon" + }, + "id": "2089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82423908021528, + -12.277204611350644, + -76.81458760961887, + -12.266826124885823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81992203504551, + -12.266826124885823 + ] + ] + ], + "type": "Polygon" + }, + "id": "2090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78546340129596, + -11.966767301408295, + -76.77582223566232, + -11.95638492249739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.78115156025832, + -11.95638492249739 + ] + ] + ], + "type": "Polygon" + }, + "id": "2091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73294810348646, + -11.985137631787044, + -76.72330781537336, + -11.974756855482342 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.72863746048867, + -11.974756855482342 + ] + ] + ], + "type": "Polygon" + }, + "id": "2092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79145549565014, + -12.376102523000396, + -76.78180195027288, + -12.365726544175596 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.79145549565014, + -12.368776973363655 + ], + [ + -76.79094623144299, + -12.37396501671575 + ], + [ + -76.78611937151042, + -12.376102523000396 + ], + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.78713802601314, + -12.365726544175596 + ] + ] + ], + "type": "Polygon" + }, + "id": "2093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1280202403297, + -11.764501163507955, + -77.11837619284421, + -11.754107481594868 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.12370185497106, + -11.754107481594868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9666170323931, + -11.811636343628427, + -76.95697569386753, + -11.801247238648827 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.96230233527415, + -11.801247238648827 + ] + ] + ], + "type": "Polygon" + }, + "id": "2095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90347496986477, + -12.127849649267462, + -76.89382585569295, + -12.117466759229576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89915776227966, + -12.117466759229576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7769487288701, + -12.476799821106498, + -76.76729256370251, + -12.466425983941225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.77263031046003, + -12.466425983941225 + ] + ] + ], + "type": "Polygon" + }, + "id": "2097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74588098836894, + -11.994284864068955, + -76.73624007518924, + -11.98390389510876 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.7415698674666, + -11.98390389510876 + ] + ] + ], + "type": "Polygon" + }, + "id": "2098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03829796535928, + -12.023194900059835, + -77.02864847822599, + -12.012807071592936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.03397852134009, + -12.012807071592936 + ] + ] + ], + "type": "Polygon" + }, + "id": "2099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78386389776249, + -12.265322495054058, + -76.77421386756954, + -12.254944831010546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77954811681349, + -12.254944831010546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00401952508732, + -12.043416327891327, + -76.9943703135415, + -12.033029645588027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.99970073056193, + -12.033029645588027 + ] + ] + ], + "type": "Polygon" + }, + "id": "2101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83491722552952, + -12.168220711886999, + -76.82526872379941, + -12.15784017783366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.8306013443738, + -12.15784017783366 + ] + ] + ], + "type": "Polygon" + }, + "id": "2102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87909360722435, + -11.999630108083457, + -76.86944896057105, + -11.989245863868291 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.87477877258512, + -11.989245863868291 + ] + ] + ], + "type": "Polygon" + }, + "id": "2103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88060833724626, + -11.795306151575394, + -76.87096973729254, + -11.784918956367749 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.88010122950516, + -11.793159311697226 + ], + [ + -76.87528184305299, + -11.795306151575394 + ], + [ + -76.87096973729254, + -11.792259360561125 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.87629618452769, + -11.784918956367749 + ] + ] + ], + "type": "Polygon" + }, + "id": "2104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04890488579356, + -11.914113799708202, + -77.03925837971092, + -11.903724111103005 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.04458661342656, + -11.903724111103005 + ] + ] + ], + "type": "Polygon" + }, + "id": "2105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91413850021601, + -12.11317997727787, + -76.90448954354729, + -12.102796591911595 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.90982119940789, + -12.102796591911595 + ] + ] + ], + "type": "Polygon" + }, + "id": "2106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02612132364588, + -12.053457320895593, + -77.01647124531827, + -12.043070248279182 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.02180180190177, + -12.043070248279182 + ] + ] + ], + "type": "Polygon" + }, + "id": "2107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89887225105542, + -11.797105644892012, + -76.88923311568439, + -11.786718019377508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.89836539539176, + -11.794958439111216 + ], + [ + -76.89354574132352, + -11.797105644892012 + ], + [ + -76.88923311568439, + -11.794059004580301 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.89455957871755, + -11.786718019377508 + ] + ] + ], + "type": "Polygon" + }, + "id": "2108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91942480250418, + -11.822726310216474, + -76.90978436442991, + -11.812338525068014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.90978436442991, + -11.819679712150144 + ], + [ + -76.91029109935485, + -11.814485873145482 + ], + [ + -76.91511123211038, + -11.812338525068014 + ] + ] + ], + "type": "Polygon" + }, + "id": "2109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68407723269871, + -12.294644582013857, + -76.6744290494864, + -12.284269950837695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.67976380980957, + -12.284269950837695 + ] + ] + ], + "type": "Polygon" + }, + "id": "2110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00787366321075, + -12.146030512429801, + -76.99822129095537, + -12.1356453236886 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -77.00355339485478, + -12.1356453236886 + ] + ] + ], + "type": "Polygon" + }, + "id": "2111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74431706867408, + -12.104183797707675, + -76.73467292083905, + -12.093804543645854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.74000452535034, + -12.093804543645854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69484737735192, + -12.091393053527673, + -76.68520496484403, + -12.081014861789624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69433721726476, + -12.089253946163975 + ], + [ + -76.68951592342763, + -12.091393053527673 + ], + [ + -76.68520496484403, + -12.088343034124126 + ], + [ + -76.68571525039958, + -12.08315399310933 + ], + [ + -76.69053636907988, + -12.081014861789624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.986371109652, + -11.703437854852027, + -76.97673247993028, + -11.693046818604067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.97673247993028, + -11.700392498858923 + ], + [ + -76.97723809289131, + -11.695197033950969 + ], + [ + -76.98205732187763, + -11.693046818604067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06858569473538, + -11.71148435626483, + -77.05894472175923, + -11.70109141459292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.06426959743733, + -11.70109141459292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843440104282, + -12.297321611963472, + -76.85878115198032, + -12.286942351128726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.86843440104282, + -12.289991697270631 + ], + [ + -76.8679263354852, + -12.2951813811794 + ], + [ + -76.86309962414722, + -12.297321611963472 + ], + [ + -76.85878115198032, + -12.2942721821268 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.86411588159798, + -12.286942351128726 + ] + ] + ], + "type": "Polygon" + }, + "id": "2116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89510641006535, + -12.26066863998283, + -76.88545355084122, + -12.250288100886253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.89078765540475, + -12.250288100886253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.000829280424, + -11.696986883750656, + -76.99119046981865, + -11.686595408677272 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99651519001146, + -11.686595408677272 + ], + [ + -77.000829280424, + -11.689640514713018 + ], + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.99169587050562, + -11.688746005922312 + ], + [ + -76.99651519001146, + -11.686595408677272 + ] + ] + ], + "type": "Polygon" + }, + "id": "2118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16831420172963, + -11.681862957191065, + -77.15867161012272, + -11.671467222468243 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.1639958503303, + -11.671467222468243 + ] + ] + ], + "type": "Polygon" + }, + "id": "2119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16156659236434, + -11.799249767562564, + -77.15192067455077, + -11.78885574547587 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.1572468548841, + -11.78885574547587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89204615814474, + -12.103130523032327, + -76.88239808261953, + -12.092747531637187 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.88772959069193, + -12.092747531637187 + ] + ] + ], + "type": "Polygon" + }, + "id": "2121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13104150196574, + -11.733319629722375, + -77.12139830696616, + -11.72292546114287 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.12672345198874, + -11.72292546114287 + ] + ] + ], + "type": "Polygon" + }, + "id": "2122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75881530624531, + -12.003431896253494, + -76.74917376890224, + -11.993050735605452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.7545037077983, + -11.993050735605452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0281850559783, + -11.605242937396886, + -77.0185482717063, + -11.59484962992145 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0238714531498, + -11.59484962992145 + ], + [ + -77.0281850559783, + -11.597893982987957 + ], + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.0185482717063, + -11.602198496415708 + ], + [ + -77.01905314662142, + -11.597001895691578 + ], + [ + -77.0238714531498, + -11.59484962992145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84558218935301, + -12.153557403914888, + -76.835933840802, + -12.14317636828401 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.8412662129959, + -12.14317636828401 + ] + ] + ], + "type": "Polygon" + }, + "id": "2125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94682826292892, + -11.825423114675878, + -76.93718702839372, + -11.815034687879795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.94251391585551, + -11.815034687879795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73827767542208, + -11.977805890698429, + -76.72863746048867, + -11.967424870267756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.73396698338789, + -11.967424870267756 + ] + ] + ], + "type": "Polygon" + }, + "id": "2127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01238364742039, + -12.00491521119258, + -77.0027353689695, + -11.994527744560664 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -77.00806514215577, + -11.994527744560664 + ] + ] + ], + "type": "Polygon" + }, + "id": "2128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79382249262459, + -12.02263217851665, + -76.78417943633144, + -12.012250420302822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78950967777232, + -12.012250420302822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92094453758783, + -11.807144569482688, + -76.91130452359106, + -11.796756532720215 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.91130452359106, + -11.804098069159947 + ], + [ + -76.91181121290352, + -11.798904104351218 + ], + [ + -76.91663113363639, + -11.796756532720215 + ] + ] + ], + "type": "Polygon" + }, + "id": "2130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386238413314, + -12.249704948597161, + -76.85421067882058, + -12.23932501028249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.85954462550643, + -12.23932501028249 + ] + ] + ], + "type": "Polygon" + }, + "id": "2131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8295956785579, + -12.08121596992819, + -76.81994991515239, + -12.070834203522192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.82528110394153, + -12.070834203522192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9316161054058, + -11.886850153184348, + -76.92197343849354, + -11.876462962061842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.92730135072186, + -11.876462962061842 + ] + ] + ], + "type": "Polygon" + }, + "id": "2133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7351051815953, + -12.29189101389378, + -76.72545568108411, + -12.28151503195933 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.73079038620969, + -12.28151503195933 + ] + ] + ], + "type": "Polygon" + }, + "id": "2134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71687068901275, + -12.195764728973527, + -76.70722455755994, + -12.1853876284513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.71255767999322, + -12.1853876284513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89891774311847, + -12.26890784868489, + -76.88926453734341, + -12.25852735097024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.8945987748773, + -12.25852735097024 + ] + ] + ], + "type": "Polygon" + }, + "id": "2136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90804007159929, + -12.081125167786269, + -76.89839223145091, + -12.070741436975059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.90372336396166, + -12.070741436975059 + ] + ] + ], + "type": "Polygon" + }, + "id": "2137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99857450076519, + -11.767573142966775, + -76.98893364784483, + -11.757182654247396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.99425953085358, + -11.757182654247396 + ] + ] + ], + "type": "Polygon" + }, + "id": "2138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08481285424915, + -12.067093608107935, + -77.07516087630223, + -12.056705309413923 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.08049158115347, + -12.056705309413923 + ] + ] + ], + "type": "Polygon" + }, + "id": "2139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85473022301075, + -11.965766556600618, + -76.84508723182428, + -11.955382420595976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.850416502772, + -11.955382420595976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73596615030273, + -12.048327537696743, + -76.72632389598853, + -12.037947634988246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.73165458182243, + -12.037947634988246 + ] + ] + ], + "type": "Polygon" + }, + "id": "2141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03062239282308, + -11.91231927041771, + -77.02097640683856, + -11.9019300031838 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.0263046337898, + -11.9019300031838 + ] + ] + ], + "type": "Polygon" + }, + "id": "2142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02837233877555, + -11.982891684302642, + -77.01872430703853, + -11.97250349864281 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.02405369855968, + -11.97250349864281 + ] + ] + ], + "type": "Polygon" + }, + "id": "2143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87833397773716, + -12.054596782924476, + -76.8686877121677, + -12.044213386414873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.8740184304916, + -12.044213386414873 + ] + ] + ], + "type": "Polygon" + }, + "id": "2144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84102378700604, + -12.011588029701823, + -76.83137979488403, + -12.001204917343182 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.83670982932364, + -12.001204917343182 + ] + ] + ], + "type": "Polygon" + }, + "id": "2145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14185136406425, + -11.907482936251654, + -77.13220271298448, + -11.897090896219575 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.13753070509698, + -11.897090896219575 + ] + ] + ], + "type": "Polygon" + }, + "id": "2146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05967305215628, + -12.088218261608645, + -77.05002108102497, + -12.077830900368845 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.05535216806301, + -12.077830900368845 + ] + ] + ], + "type": "Polygon" + }, + "id": "2147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97349188142626, + -11.883106806513515, + -76.96384823625911, + -11.872718527099877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96917604658323, + -11.872718527099877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78767069777903, + -12.273561326709368, + -76.77802031874347, + -12.2631837032406 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.78335470236354, + -12.2631837032406 + ] + ] + ], + "type": "Polygon" + }, + "id": "2149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11657675187364, + -11.73977751820017, + -77.1069337268433, + -11.729383784194958 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.11225899985065, + -11.729383784194958 + ] + ] + ], + "type": "Polygon" + }, + "id": "2150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8021273729819, + -12.361451078659353, + -76.79247397821192, + -12.351074577047546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.8021273729819, + -12.354124839295505 + ], + [ + -76.80161828073636, + -12.359313143982424 + ], + [ + -76.79679149617004, + -12.361451078659353 + ], + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.79780980678092, + -12.351074577047546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0474949171835, + -12.11847879625927, + -77.0378423530206, + -12.108092202518687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.04698963881593, + -12.116332389986155 + ], + [ + -77.04216327094528, + -12.11847879625927 + ], + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.04317395458872, + -12.108092202518687 + ] + ] + ], + "type": "Polygon" + }, + "id": "2152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03888100876529, + -11.684974956587428, + -77.02924158009313, + -11.674582395069063 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.02924158009313, + -11.681930163968163 + ], + [ + -77.02974642952611, + -11.676733936083627 + ], + [ + -77.03456605826747, + -11.674582395069063 + ] + ] + ], + "type": "Polygon" + }, + "id": "2153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88671460318778, + -12.110464977367622, + -76.87706644953575, + -12.100082233329008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.88239808261953, + -12.100082233329008 + ] + ] + ], + "type": "Polygon" + }, + "id": "2154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94766917821406, + -12.147947827685208, + -76.93801830706451, + -12.137564156005995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.94335050600151, + -12.137564156005995 + ] + ] + ], + "type": "Polygon" + }, + "id": "2155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79457481144608, + -12.06201586232042, + -76.78493056047319, + -12.05163468333046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.7902614507399, + -12.05163468333046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64832863576689, + -12.236060623577194, + -76.63868319165398, + -12.22568593721308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.64401698619012, + -12.22568593721308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14018144596308, + -11.734210904156347, + -77.13053799622496, + -11.723816526892982 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.1358631417367, + -11.723816526892982 + ] + ] + ], + "type": "Polygon" + }, + "id": "2158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97274827193596, + -11.938092332627663, + -76.96310300777083, + -11.927704859066576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.9684317239585, + -11.927704859066576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04362792556755, + -12.015853539203038, + -77.03397852134009, + -12.005465470206941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.0393084368514, + -12.005465470206941 + ] + ] + ], + "type": "Polygon" + }, + "id": "2160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03991414526953, + -12.196372231107183, + -77.03025944929288, + -12.185987058997313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03559234479997, + -12.185987058997313 + ], + [ + -77.03991414526953, + -12.189034328520433 + ], + [ + -77.03940863882048, + -12.194226966996494 + ], + [ + -77.03458120496245, + -12.196372231107183 + ], + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.03559234479997, + -12.185987058997313 + ] + ] + ], + "type": "Polygon" + }, + "id": "2161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80825264358509, + -12.204873091827011, + -76.79860376181625, + -12.194493819441949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.80393700180075, + -12.194493819441949 + ] + ] + ], + "type": "Polygon" + }, + "id": "2162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03375009148206, + -12.069937876962484, + -77.02409932639446, + -12.059550868918453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02943014522748, + -12.059550868918453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80293825689076, + -12.117876472767813, + -76.7932921144965, + -12.107495947878913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.79862392189563, + -12.107495947878913 + ] + ] + ], + "type": "Polygon" + }, + "id": "2164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03076508267193, + -12.195469954693953, + -77.0211106474317, + -12.185084992413952 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.0264435394168, + -12.185084992413952 + ] + ] + ], + "type": "Polygon" + }, + "id": "2165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88975295063244, + -11.984956897941842, + -76.88010845980713, + -11.974572169710632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.88543802214924, + -11.974572169710632 + ] + ] + ], + "type": "Polygon" + }, + "id": "2166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70087080733136, + -12.217743197807279, + -76.69122445858574, + -12.207366863109334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.69655794676795, + -12.207366863109334 + ] + ] + ], + "type": "Polygon" + }, + "id": "2167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83795820816584, + -12.23140904420509, + -76.8283077387022, + -12.221029455780002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.83364140013845, + -12.221029455780002 + ] + ] + ], + "type": "Polygon" + }, + "id": "2168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148027085969, + -12.07750614042949, + -76.86183350341788, + -12.06712326632997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.86716460427898, + -12.06712326632997 + ] + ] + ], + "type": "Polygon" + }, + "id": "2169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386462719678, + -12.061026661948508, + -76.8542185532228, + -12.05064372555137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.85954938772538, + -12.05064372555137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16680544944579, + -11.697456262934514, + -77.15716243133036, + -11.687060765370623 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.16248693017911, + -11.687060765370623 + ] + ] + ], + "type": "Polygon" + }, + "id": "2171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76324451256355, + -12.428286686660119, + -76.75359016968532, + -12.417912334966942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75892711963289, + -12.417912334966942 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.75359016968532, + -12.425235673318957 + ], + [ + -76.75410003560083, + -12.420048551564555 + ], + [ + -76.75892711963289, + -12.417912334966942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10534338633266, + -11.998314447994805, + -77.09569294211099, + -11.987924613859123 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.10102248476078, + -11.987924613859123 + ] + ] + ], + "type": "Polygon" + }, + "id": "2173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10764746054599, + -12.022139483323777, + -77.09799624795995, + -12.011749948878467 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.10332617958156, + -12.011749948878467 + ] + ] + ], + "type": "Polygon" + }, + "id": "2174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72910655120084, + -12.071226901188368, + -76.71946380117492, + -12.060847523672193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.72479486632153, + -12.060847523672193 + ] + ] + ], + "type": "Polygon" + }, + "id": "2175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8440576676978, + -12.169128599525175, + -76.83440889501145, + -12.158747850248881 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.8397415250193, + -12.158747850248881 + ] + ] + ], + "type": "Polygon" + }, + "id": "2176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66297626055415, + -11.946728647580292, + -76.65333904036466, + -11.936349092601361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65866806248707, + -11.936349092601361 + ], + [ + -76.66297626055415, + -11.939398535955059 + ], + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.65333904036466, + -11.943679117364523 + ], + [ + -76.65384954004968, + -11.938489395071057 + ], + [ + -76.65866806248707, + -11.936349092601361 + ] + ] + ], + "type": "Polygon" + }, + "id": "2177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71149193904543, + -12.297388293842522, + -76.70184292009395, + -12.28701300690067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.70717772156361, + -12.28701300690067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73051538206535, + -12.338580442786016, + -76.72086461175567, + -12.328205368034782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.72620008938016, + -12.328205368034782 + ] + ] + ], + "type": "Polygon" + }, + "id": "2179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538848632095, + -11.95109365200476, + -76.8557456493812, + -11.9407090343391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.861074671564, + -11.9407090343391 + ], + [ + -76.86538848632095, + -11.943756709425324 + ], + [ + -76.86488092202451, + -11.948949072073836 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.85625333972128, + -11.942853635802962 + ], + [ + -76.861074671564, + -11.9407090343391 + ] + ] + ], + "type": "Polygon" + }, + "id": "2180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82960679339173, + -11.986868625171644, + -76.81996384300936, + -11.97648543098113 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.82529347686265, + -11.97648543098113 + ] + ] + ], + "type": "Polygon" + }, + "id": "2181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68196900040518, + -11.9879249055821, + -76.6723300277152, + -11.977545471270679 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.68145882465225, + -11.985784744311774 + ], + [ + -76.67663925071459, + -11.9879249055821 + ], + [ + -76.6723300277152, + -11.98487531821092 + ], + [ + -76.67284032880437, + -11.979685656087193 + ], + [ + -76.67765972756622, + -11.977545471270679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71603927760988, + -12.344989602599389, + -76.70638871167681, + -12.33461500699363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.7117242986224, + -12.33461500699363 + ] + ] + ], + "type": "Polygon" + }, + "id": "2183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745280066188, + -12.14070590542753, + -76.86487927280609, + -12.130323940735577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.87021141356865, + -12.130323940735577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04801597402043, + -11.68586815104978, + -77.03837628585781, + -11.675475378178257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.04370076729843, + -11.675475378178257 + ] + ] + ], + "type": "Polygon" + }, + "id": "2185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91489229370974, + -12.058213352854228, + -76.90524495702014, + -12.047829100055045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.91057570616259, + -12.047829100055045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82044452169522, + -12.17464341178082, + -76.81079621534896, + -12.16426334476952 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.81612895011119, + -12.16426334476952 + ] + ] + ], + "type": "Polygon" + }, + "id": "2187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02759100674803, + -11.94348602614313, + -77.0179441695731, + -11.93309728258581 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.02327291322365, + -11.93309728258581 + ] + ] + ], + "type": "Polygon" + }, + "id": "2188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97504093332331, + -11.961913578726906, + -76.96539489982587, + -11.951526395709662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.97072400587025, + -11.951526395709662 + ] + ] + ], + "type": "Polygon" + }, + "id": "2189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95302619798724, + -12.234964393985123, + -76.94337258932624, + -12.224581990532373 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.94870621851022, + -12.224581990532373 + ] + ] + ], + "type": "Polygon" + }, + "id": "2190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97271764191919, + -11.843700865821859, + -76.96307519047902, + -11.833312052869534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.9684023531763, + -11.833312052869534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00238426682263, + -11.775813935274185, + -76.99274307053071, + -11.765423463774587 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.99806908480123, + -11.765423463774587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77700171030706, + -12.288215569302208, + -76.76735118166643, + -12.27783846081577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.77268581181502, + -12.27783846081577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10757745706005, + -11.927731934546904, + -77.09792906063004, + -11.917341013818191 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.10325743807408, + -11.917341013818191 + ] + ] + ], + "type": "Polygon" + }, + "id": "2194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84178197650112, + -12.05097597759009, + -76.83213678967712, + -12.040593441375075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.83746747277472, + -12.040593441375075 + ] + ] + ], + "type": "Polygon" + }, + "id": "2195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7344375432509, + -12.063897045723376, + -76.72479486632153, + -12.05351741992955 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.73012580925446, + -12.05351741992955 + ] + ] + ], + "type": "Polygon" + }, + "id": "2196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02446760468924, + -11.785846275612808, + -77.0148255428419, + -11.775455398221482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.0201516965644, + -11.775455398221482 + ] + ] + ], + "type": "Polygon" + }, + "id": "2197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04425686704886, + -11.772049773315908, + -77.03461471023155, + -11.761658226249132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.03994061290051, + -11.761658226249132 + ] + ] + ], + "type": "Polygon" + }, + "id": "2198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9659583953593, + -12.1497556339436, + -76.95630699465099, + -12.139371538022703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.96163920537246, + -12.139371538022703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0099630782277, + -11.697881423475149, + -77.00032400612132, + -11.687489736054188 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00564873072685, + -11.687489736054188 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -77.000829280424, + -11.689640514713018 + ], + [ + -77.00564873072685, + -11.687489736054188 + ] + ] + ], + "type": "Polygon" + }, + "id": "2200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76861032410251, + -12.32667152308992, + -76.75895887354777, + -12.31629527612191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.76429414218882, + -12.31629527612191 + ] + ] + ], + "type": "Polygon" + }, + "id": "2201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.819744684087, + -11.757842252924963, + -76.81010881870328, + -11.747456074918473 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81543468786136, + -11.747456074918473 + ], + [ + -76.819744684087, + -11.750503100782211 + ], + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81010881870328, + -11.754795139446493 + ], + [ + -76.81061684192653, + -11.749602104743088 + ], + [ + -76.81543468786136, + -11.747456074918473 + ] + ] + ], + "type": "Polygon" + }, + "id": "2202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94006673186296, + -12.225819267950595, + -76.93041373411165, + -12.215437036513707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.93574722477372, + -12.215437036513707 + ] + ] + ], + "type": "Polygon" + }, + "id": "2203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97969267714785, + -12.198290345947262, + -76.97003947164114, + -12.18790668646148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.97537246858299, + -12.18790668646148 + ] + ] + ], + "type": "Polygon" + }, + "id": "2204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73820215378392, + -12.166455348944075, + -76.72855631438362, + -12.156077233492308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.73388894791663, + -12.156077233492308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74968302632684, + -12.002524345768986, + -76.74004176411363, + -11.992143403226878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.74537169101878, + -11.992143403226878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94302018626541, + -11.8171825851891, + -76.93337929634906, + -11.806794139162196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.93870605180817, + -11.806794139162196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03057488501967, + -11.817913930100227, + -77.02093171216825, + -11.807523340157617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.02625838592137, + -11.807523340157617 + ] + ] + ], + "type": "Polygon" + }, + "id": "2208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94235872125175, + -12.249631661583113, + -76.93270495249244, + -12.239249763635776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.94235872125175, + -12.24229819616683 + ], + [ + -76.94185176435842, + -12.247489198174955 + ], + [ + -76.93702479357765, + -12.249631661583113 + ], + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.93803883395766, + -12.239249763635776 + ] + ] + ], + "type": "Polygon" + }, + "id": "2209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90880679778297, + -12.120514979603445, + -76.89915776227966, + -12.11013184168028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.90448954354729, + -12.11013184168028 + ] + ] + ], + "type": "Polygon" + }, + "id": "2210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71450843421813, + -12.360551113338362, + -76.70485744512067, + -12.350176823953854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.7101932895376, + -12.350176823953854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77860761608815, + -11.9896737478953, + -76.76896595285734, + -11.979291880995676 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.77429565769137, + -11.979291880995676 + ] + ] + ], + "type": "Polygon" + }, + "id": "2212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11679464586881, + -12.02303641279374, + -77.10714317686062, + -12.012646670004308 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.11679464586881, + -12.01569240955975 + ], + [ + -77.11629048928141, + -12.020887333004076 + ], + [ + -77.11146466939687, + -12.02303641279374 + ], + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.11247310967897, + -12.012646670004308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07021672034729, + -11.884736432563297, + -77.06057054800715, + -11.87434580601751 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.06589827038675, + -11.87434580601751 + ] + ] + ], + "type": "Polygon" + }, + "id": "2214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68714069663562, + -12.263520088650578, + -76.67749335868811, + -12.253144859008623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.68282760460235, + -12.253144859008623 + ] + ] + ], + "type": "Polygon" + }, + "id": "2215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96592972691283, + -12.05539015859817, + -76.95628114251029, + -12.045004597289626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.96161179770283, + -12.045004597289626 + ] + ] + ], + "type": "Polygon" + }, + "id": "2216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10053252401718, + -11.667389558595428, + -77.09089205576919, + -11.65699527274038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.09621616281244, + -11.65699527274038 + ] + ] + ], + "type": "Polygon" + }, + "id": "2217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97116973543633, + -11.764884061241343, + -76.96152967057434, + -11.75449421054445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.96685553848423, + -11.75449421054445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9606261387944, + -12.157091650722055, + -76.95097465758434, + -12.146707803064285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.95630699465099, + -12.146707803064285 + ] + ] + ], + "type": "Polygon" + }, + "id": "2219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83185655118956, + -12.293682437388698, + -76.82220438457104, + -12.283304034495115 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.8275390777118, + -12.283304034495115 + ] + ] + ], + "type": "Polygon" + }, + "id": "2220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7488671513803, + -12.151798628464446, + -76.73922145900409, + -12.141420008193382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.74455384755785, + -12.141420008193382 + ] + ] + ], + "type": "Polygon" + }, + "id": "2221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74428106581054, + -12.198500044316127, + -76.7346341042661, + -12.188122289614752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.73996726485633, + -12.188122289614752 + ] + ] + ], + "type": "Polygon" + }, + "id": "2222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13342330360237, + -11.851583067546285, + -77.12377652818405, + -11.841190443167735 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.12910361385393, + -11.841190443167735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8935759064582, + -12.181903521836418, + -76.88392543966945, + -12.171521737098573 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88925824567524, + -12.171521737098573 + ] + ] + ], + "type": "Polygon" + }, + "id": "2224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88672015106931, + -12.20480833789744, + -76.87706918135568, + -12.194427093735452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.88240237054319, + -12.194427093735452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68566215745008, + -12.184788259890938, + -76.67601721104135, + -12.174411780234585 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.68135015729821, + -12.174411780234585 + ] + ] + ], + "type": "Polygon" + }, + "id": "2226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03228189154099, + -12.179892439315593, + -77.02262788260698, + -12.169507189631384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.03228189154099, + -12.172554455729308 + ], + [ + -77.03177630379538, + -12.177747133058633 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.02796051581542, + -12.169507189631384 + ] + ] + ], + "type": "Polygon" + }, + "id": "2227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98792251751009, + -11.782262146567032, + -76.97828150205932, + -11.771872117315686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.98360763821756, + -11.771872117315686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07542318148143, + -11.68854619246984, + -77.06578271770844, + -11.678152787047706 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.07110720729678, + -11.678152787047706 + ] + ] + ], + "type": "Polygon" + }, + "id": "2229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05120368798327, + -11.937938667104248, + -77.04155641339915, + -11.927549265534882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.04688503632414, + -11.927549265534882 + ] + ] + ], + "type": "Polygon" + }, + "id": "2230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97584729509968, + -12.095688256807643, + -76.96619725148645, + -12.085303069677245 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.97152856062648, + -12.085303069677245 + ] + ] + ], + "type": "Polygon" + }, + "id": "2231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69785848445808, + -12.1545703929778, + -76.68821410420628, + -12.144193117241377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69354655022664, + -12.144193117241377 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.68821410420628, + -12.151520077430236 + ], + [ + -76.68872444769332, + -12.146331494340012 + ], + [ + -76.69354655022664, + -12.144193117241377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14121562032312, + -12.056895617241048, + -77.13156253060284, + -12.046505795068605 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13689298352031, + -12.046505795068605 + ], + [ + -77.14121562032312, + -12.049551466874641 + ], + [ + -77.14071175422416, + -12.05474642981557 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.13689298352031, + -12.046505795068605 + ] + ] + ], + "type": "Polygon" + }, + "id": "2233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71381034820762, + -12.226894862568093, + -76.70416337116535, + -12.216518346717036 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70949700809119, + -12.216518346717036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7230319231428, + -12.03917918720268, + -76.71339029482377, + -12.028799474567464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.71872083302344, + -12.028799474567464 + ] + ] + ], + "type": "Polygon" + }, + "id": "2235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12182784158261, + -11.637986818614033, + -77.11218771312444, + -11.627591645554533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11751130599826, + -11.627591645554533 + ], + [ + -77.12182784158261, + -11.630635361394946 + ], + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.11269132691153, + -11.629745481250453 + ], + [ + -77.11751130599826, + -11.627591645554533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90044043616221, + -12.253337028078025, + -76.89078765540475, + -12.242956234652333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.89612163469324, + -12.242956234652333 + ] + ] + ], + "type": "Polygon" + }, + "id": "2237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71612776842203, + -12.156393896490284, + -76.70648283245654, + -12.1460161830675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.71181530532915, + -12.1460161830675 + ] + ] + ], + "type": "Polygon" + }, + "id": "2238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74051405753309, + -12.095944585157838, + -76.73087025906067, + -12.085565299549781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.73620172879208, + -12.085565299549781 + ] + ] + ], + "type": "Polygon" + }, + "id": "2239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99868906279676, + -12.050755800273024, + -76.9890397695912, + -12.040369360510699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.9943703135415, + -12.040369360510699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83643299997316, + -12.246978059362654, + -76.82678210625619, + -12.236598765007308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.83211602559267, + -12.236598765007308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76555306636861, + -12.357799046307305, + -76.75590076835888, + -12.347423408867066 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.7612365524292, + -12.347423408867066 + ] + ] + ], + "type": "Polygon" + }, + "id": "2242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01225712202827, + -11.721709546744504, + -77.00261728207884, + -11.711318113956354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -77.00794239567594, + -11.711318113956354 + ] + ] + ], + "type": "Polygon" + }, + "id": "2243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75868814051387, + -12.380686428588334, + -76.74903534456271, + -12.370311360626745 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.75437150934191, + -12.370311360626745 + ] + ] + ], + "type": "Polygon" + }, + "id": "2244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97277891982652, + -12.032473113499318, + -76.96313084129498, + -12.022087035464107 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.96846111187938, + -12.022087035464107 + ] + ] + ], + "type": "Polygon" + }, + "id": "2245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538781002992, + -12.045452188356483, + -76.85574216013168, + -12.035068976403391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.86107273689433, + -12.035068976403391 + ] + ] + ], + "type": "Polygon" + }, + "id": "2246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11592973908499, + -11.889212388281651, + -77.10628228068582, + -11.878820715103412 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.11161001193271, + -11.878820715103412 + ] + ] + ], + "type": "Polygon" + }, + "id": "2247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74118606818215, + -12.323931602167109, + -76.73153544456383, + -12.313556006036755 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.73687067721839, + -12.313556006036755 + ] + ] + ], + "type": "Polygon" + }, + "id": "2248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11578499865091, + -11.700354571386391, + -77.10614316653567, + -11.689960340517066 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.11146779290176, + -11.689960340517066 + ] + ] + ], + "type": "Polygon" + }, + "id": "2249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78849220292379, + -12.029964916078036, + -76.77884907166536, + -12.019583403136162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.78417943633144, + -12.019583403136162 + ] + ] + ], + "type": "Polygon" + }, + "id": "2250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04132919752959, + -11.992030874072867, + -77.03168056224546, + -11.98164250639567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.0370100883011, + -11.98164250639567 + ] + ] + ], + "type": "Polygon" + }, + "id": "2251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99169587050562, + -11.696092087209871, + -76.98205732187763, + -11.68570082473526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9873820373827, + -11.68570082473526 + ], + [ + -76.99169587050562, + -11.688746005922312 + ], + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.982562848912, + -11.687851240552765 + ], + [ + -76.9873820373827, + -11.68570082473526 + ] + ] + ], + "type": "Polygon" + }, + "id": "2252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78999572838549, + -12.10872886835329, + -76.78035020739046, + -12.098348527318377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.78568186995076, + -12.098348527318377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75036133853578, + -12.230544030520392, + -76.7407132548037, + -12.22016664304371 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.74604694243342, + -12.22016664304371 + ] + ] + ], + "type": "Polygon" + }, + "id": "2254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78000616027552, + -12.445677675553496, + -76.77035084344742, + -12.435303205698299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7756880742814, + -12.435303205698299 + ], + [ + -76.78000616027552, + -12.43835405438097 + ], + [ + -76.77949662661212, + -12.443541343262394 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.7756880742814, + -12.435303205698299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97810910958461, + -12.025134151278982, + -76.96846111187938, + -12.014747831112652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.97379125600268, + -12.014747831112652 + ] + ] + ], + "type": "Polygon" + }, + "id": "2256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01455152454933, + -11.74553726552728, + -77.0049109166655, + -11.735146090942242 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.01023641929363, + -11.735146090942242 + ] + ] + ], + "type": "Polygon" + }, + "id": "2257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919538432309, + -12.053691978409363, + -76.85954938772538, + -12.043308796598057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.86488009765586, + -12.043308796598057 + ] + ] + ], + "type": "Polygon" + }, + "id": "2258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72832174077452, + -12.126170881656599, + -76.71867737315155, + -12.115792378958268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.72400934465152, + -12.115792378958268 + ] + ] + ], + "type": "Polygon" + }, + "id": "2259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96816402544164, + -11.890448414333168, + -76.95852029966572, + -11.88006037037884 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.96384823625911, + -11.88006037037884 + ] + ] + ], + "type": "Polygon" + }, + "id": "2260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84787160826832, + -12.083028723681272, + -76.83822530316174, + -12.072646526180238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.84355651085302, + -12.072646526180238 + ] + ] + ], + "type": "Polygon" + }, + "id": "2261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76858138816529, + -12.42096326514832, + -76.75892711963289, + -12.410588648881484 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.75892711963289, + -12.417912334966942 + ], + [ + -76.75943689960508, + -12.41272508089645 + ], + [ + -76.7642639464955, + -12.410588648881484 + ] + ] + ], + "type": "Polygon" + }, + "id": "2262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79074776939343, + -12.148108015134563, + -76.78110105309086, + -12.137728274673067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.78643336483256, + -12.137728274673067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02607510866953, + -11.959068811384752, + -77.01642784586336, + -11.948680331988953 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.02175684788978, + -11.948680331988953 + ] + ] + ], + "type": "Polygon" + }, + "id": "2264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6445280609105, + -12.22782216227807, + -76.63488296840235, + -12.217447438550456 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64021662684411, + -12.217447438550456 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63539416849386, + -12.219583688777156 + ], + [ + -76.64021662684411, + -12.217447438550456 + ] + ] + ], + "type": "Polygon" + }, + "id": "2266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76783148351102, + -12.381600466724572, + -76.75817841225637, + -12.371225182243537 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.76351458878291, + -12.371225182243537 + ] + ] + ], + "type": "Polygon" + }, + "id": "2267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05188048463243, + -11.78853165079767, + -77.04223764299552, + -11.778140139939461 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.04756380700019, + -11.778140139939461 + ] + ] + ], + "type": "Polygon" + }, + "id": "2268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94762252999632, + -11.959212143769555, + -76.93797728920273, + -11.94882559870642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.94330637800003, + -11.94882559870642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76714047977974, + -12.15361887937787, + -76.75749423702597, + -12.143239824150506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.7628266493577, + -12.143239824150506 + ] + ] + ], + "type": "Polygon" + }, + "id": "2270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15934469968751, + -11.869851523508766, + -77.1496967344261, + -11.859458529463343 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15934469968751, + -11.86250312602307 + ], + [ + -77.15884137941777, + -11.867699674936244 + ], + [ + -77.15401731170752, + -11.869851523508766 + ], + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.15502407940164, + -11.859458529463343 + ] + ] + ], + "type": "Polygon" + }, + "id": "2271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83949974377911, + -12.02716235781513, + -76.8298553279456, + -12.016779517882085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.83518561995024, + -12.016779517882085 + ] + ] + ], + "type": "Polygon" + }, + "id": "2272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1167219721556, + -11.928627252198467, + -77.1070733194493, + -11.918236122801598 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.1124016980915, + -11.918236122801598 + ] + ] + ], + "type": "Polygon" + }, + "id": "2273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08679596979961, + -11.618833061892166, + -77.07715729183873, + -11.608438496732772 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.08248062074712, + -11.608438496732772 + ] + ] + ], + "type": "Polygon" + }, + "id": "2275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74420899701688, + -12.387095783618442, + -76.73455640312537, + -12.376721195387494 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73989267859994, + -12.376721195387494 + ] + ] + ], + "type": "Polygon" + }, + "id": "2276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84253300876786, + -12.184699363674142, + -76.83288381192257, + -12.174318902295974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.83821669976166, + -12.174318902295974 + ] + ] + ], + "type": "Polygon" + }, + "id": "2277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72460262009393, + -11.92927617338298, + -76.7149642245443, + -11.918894790178685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.72029295134476, + -11.918894790178685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78698941907854, + -11.951193666201778, + -76.77734867638615, + -11.940811020359686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.7826777437823, + -11.940811020359686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8418046440954, + -11.767884279362917, + -76.83216789041596, + -11.757497682812891 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.8374939123082, + -11.757497682812891 + ] + ] + ], + "type": "Polygon" + }, + "id": "2280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78471244170701, + -11.927379865227344, + -76.77507247002917, + -11.91699693062923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78040114615784, + -11.91699693062923 + ], + [ + -76.78471244170701, + -11.920045198077144 + ], + [ + -76.78420379009265, + -11.925236719757814 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77558124734584, + -11.919140098309013 + ], + [ + -76.78040114615784, + -11.91699693062923 + ] + ] + ], + "type": "Polygon" + }, + "id": "2281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73212460213598, + -12.134409965511335, + -76.72247988483625, + -12.124031495784568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.72781199129439, + -12.124031495784568 + ] + ] + ], + "type": "Polygon" + }, + "id": "2282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7663913754581, + -12.114241886685738, + -76.7567463279987, + -12.103862229350304 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.76207809106621, + -12.103862229350304 + ] + ] + ], + "type": "Polygon" + }, + "id": "2283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01246812080684, + -12.193664593398912, + -77.00281420847591, + -12.183280051531607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -77.00814709258785, + -12.183280051531607 + ] + ] + ], + "type": "Polygon" + }, + "id": "2284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76180801876903, + -12.16094800097688, + -76.75216170183803, + -12.150569197703003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.75749423702597, + -12.150569197703003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03218585640361, + -11.991132161756106, + -77.02253748145219, + -11.980744004578208 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.02786700403321, + -11.980744004578208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10988121380956, + -11.95155879386182, + -77.10023204937157, + -11.941168162267692 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.10556081560036, + -11.941168162267692 + ] + ] + ], + "type": "Polygon" + }, + "id": "2287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745260167113, + -12.046356964073654, + -76.86488009765586, + -12.035973537290586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.8702106829263, + -12.035973537290586 + ] + ] + ], + "type": "Polygon" + }, + "id": "2288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9613176393864, + -11.913371087028025, + -76.95167340838161, + -11.902983539175906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.95700172914226, + -11.902983539175906 + ] + ] + ], + "type": "Polygon" + }, + "id": "2289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74435305053997, + -12.009855978222042, + -76.73471171477347, + -11.999475280777443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.74004176411363, + -11.999475280777443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76024860509764, + -12.270826034249822, + -76.75059904973693, + -12.260449060649698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.75593339910711, + -12.260449060649698 + ] + ] + ], + "type": "Polygon" + }, + "id": "2291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09764338019949, + -11.887422793038516, + -77.08799643478945, + -11.87703153775857 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.093324163317, + -11.87703153775857 + ] + ] + ], + "type": "Polygon" + }, + "id": "2292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08777635693696, + -11.941525935595154, + -77.07812804822125, + -11.931135694873761 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.0834566810895, + -11.931135694873761 + ] + ] + ], + "type": "Polygon" + }, + "id": "2293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00168479223994, + -11.925208132155689, + -76.99203916471495, + -11.914819759890397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.99736763765453, + -11.914819759890397 + ] + ] + ], + "type": "Polygon" + }, + "id": "2294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99643137019336, + -12.12131057634371, + -76.98678003025627, + -12.110925280524311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.99211173955172, + -12.110925280524311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82727886575333, + -12.34038276568269, + -76.81762542602088, + -12.330005268124177 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.82727886575333, + -12.333055197896924 + ], + [ + -76.82677015768238, + -12.338244000406647 + ], + [ + -76.8219433507751, + -12.34038276568269 + ], + [ + -76.81762542602088, + -12.33733275236713 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.8229608931213, + -12.330005268124177 + ] + ] + ], + "type": "Polygon" + }, + "id": "2296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95825401052709, + -11.850144703619122, + -76.94861174249945, + -11.839756337251197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.95393902572158, + -11.839756337251197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76711113047062, + -12.247933371287019, + -76.75746207278014, + -12.237555844228279 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.76279604166508, + -12.237555844228279 + ] + ] + ], + "type": "Polygon" + }, + "id": "2298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81509638676043, + -12.276294194634984, + -76.80544518833904, + -12.265915923544517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.81077960372771, + -12.265915923544517 + ] + ] + ], + "type": "Polygon" + }, + "id": "2299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04216327094528, + -12.125818222214791, + -77.0325106237009, + -12.115431873811264 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.04216327094528, + -12.11847879625927 + ], + [ + -77.04165790632007, + -12.123672022928384 + ], + [ + -77.03683149687726, + -12.125818222214791 + ], + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.0378423530206, + -12.115431873811264 + ] + ] + ], + "type": "Polygon" + }, + "id": "2300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8341596188367, + -12.128839085971732, + -76.82451231266047, + -12.118457946683113 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82984428408815, + -12.118457946683113 + ] + ] + ], + "type": "Polygon" + }, + "id": "2301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77241721594459, + -12.334910073486167, + -76.76276541610247, + -12.324533870071624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.76810081936269, + -12.324533870071624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04728524807598, + -11.740874641164686, + -77.03764394192034, + -11.730482604526058 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.04296932827424, + -11.730482604526058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03291966787403, + -11.93614345292047, + -77.02327291322365, + -11.925754472435123 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.02860152952188, + -11.925754472435123 + ] + ] + ], + "type": "Polygon" + }, + "id": "2304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0564221211169, + -11.74176855770142, + -77.04678055582134, + -11.731376310124988 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.0521059451894, + -11.731376310124988 + ] + ] + ], + "type": "Polygon" + }, + "id": "2305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97814133062029, + -12.119505645640912, + -76.9684905169539, + -12.109120772611677 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.97382221630671, + -12.109120772611677 + ] + ] + ], + "type": "Polygon" + }, + "id": "2306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90954928998019, + -11.971184753702772, + -76.89990468844591, + -11.960799329084379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.90523400821306, + -11.960799329084379 + ] + ] + ], + "type": "Polygon" + }, + "id": "2307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79231841159363, + -11.943859395131769, + -76.7826777437823, + -11.933476507730944 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7880066880396, + -11.933476507730944 + ] + ] + ], + "type": "Polygon" + }, + "id": "2308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80523631810999, + -12.047350943274267, + -76.79559221765021, + -12.03696927135577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.80092286111608, + -12.03696927135577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04503986599737, + -11.811464306082415, + -77.03539651585352, + -11.801073274230767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.04072306565945, + -11.801073274230767 + ] + ] + ], + "type": "Polygon" + }, + "id": "2310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95753413226797, + -11.999512312589241, + -76.9478874322068, + -11.98912611716273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.95321717516609, + -11.98912611716273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96664587974449, + -11.906030156083869, + -76.95700172914226, + -11.895642371560216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.9623299237358, + -11.895642371560216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08238504594077, + -11.854459126369987, + -77.07273946747392, + -11.844067778596798 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.07806667515956, + -11.844067778596798 + ] + ] + ], + "type": "Polygon" + }, + "id": "2313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98259633592536, + -11.789606172719443, + -76.97295523945762, + -11.779216373869183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.97828150205932, + -11.779216373869183 + ] + ] + ], + "type": "Polygon" + }, + "id": "2314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13946599519028, + -11.78922480587248, + -77.1298209258034, + -11.7788311801599 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.13514697667443, + -11.7788311801599 + ] + ] + ], + "type": "Polygon" + }, + "id": "2315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82350835269435, + -12.049163988652937, + -76.81386370810054, + -12.038781884086125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.8191943719328, + -12.038781884086125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69321506409345, + -12.295559421778545, + -76.68356660182577, + -12.28518457176467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.68890137613982, + -12.28518457176467 + ] + ] + ], + "type": "Polygon" + }, + "id": "2317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00479815341191, + -12.082815424157651, + -76.99514774660766, + -12.072429324706542 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -77.00047881196632, + -12.072429324706542 + ] + ] + ], + "type": "Polygon" + }, + "id": "2318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73506646913626, + -12.386180903301442, + -76.72541415179316, + -12.37580653220581 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.73075041480712, + -12.37580653220581 + ] + ] + ], + "type": "Polygon" + }, + "id": "2319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05720656541983, + -11.781185289640032, + -77.04756380700019, + -11.77079354966519 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.05288984334906, + -11.77079354966519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94308611856361, + -12.100316472036074, + -76.9334367882691, + -12.089932167285513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.93876820621303, + -12.089932167285513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386798688876, + -11.777925416935378, + -76.8542303476123, + -11.767538403822764 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.85955652064347, + -11.767538403822764 + ] + ] + ], + "type": "Polygon" + }, + "id": "2322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72675132702288, + -12.236046306251065, + -76.71710372258805, + -12.225669610214766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.72243750771351, + -12.225669610214766 + ] + ] + ], + "type": "Polygon" + }, + "id": "2323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99106361171948, + -12.03427535107064, + -76.98141500663817, + -12.02388884935064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.9867452874835, + -12.02388884935064 + ] + ] + ], + "type": "Polygon" + }, + "id": "2324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0929077976325, + -11.650907078298745, + -77.08326801168624, + -11.64051276768978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.08859185881846, + -11.64051276768978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9688787894931, + -11.741058500298614, + -76.95923949306376, + -11.730668388541009 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96456497156137, + -11.730668388541009 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.95923949306376, + -11.73801278326959 + ], + [ + -76.95974540933105, + -11.732817780694003 + ], + [ + -76.96456497156137, + -11.730668388541009 + ] + ] + ], + "type": "Polygon" + }, + "id": "2326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7107036411995, + -12.35231286086453, + -76.70105300262858, + -12.341938527164796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.70638871167681, + -12.341938527164796 + ] + ] + ], + "type": "Polygon" + }, + "id": "2327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66886775488464, + -12.261690917494603, + -76.65922097604651, + -12.251316126334437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.66455519334323, + -12.251316126334437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87224109731923, + -12.02254188356778, + -76.86259594893134, + -12.012158153722808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.86792614336973, + -12.012158153722808 + ] + ] + ], + "type": "Polygon" + }, + "id": "2329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95300129706628, + -12.140612064024397, + -76.94335050600151, + -12.130228144287004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.94868257882793, + -12.130228144287004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04885204441719, + -11.819705186948406, + -77.03920835176574, + -11.809314174991414 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.0445350322822, + -11.809314174991414 + ] + ] + ], + "type": "Polygon" + }, + "id": "2331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94381284661107, + -11.95097186218899, + -76.93416795070505, + -11.940585291064934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93949690740047, + -11.940585291064934 + ] + ] + ], + "type": "Polygon" + }, + "id": "2332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9964689511613, + -12.215673669067037, + -76.98681479331508, + -12.205289877100451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.99214805875167, + -12.205289877100451 + ] + ] + ], + "type": "Polygon" + }, + "id": "2333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72443555051403, + -12.30654081963893, + -76.71478590372767, + -12.296165356267613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.72012085356069, + -12.296165356267613 + ] + ] + ], + "type": "Polygon" + }, + "id": "2334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74193250731007, + -12.36329550867162, + -76.7322806869038, + -12.352920566691365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.73761656973008, + -12.352920566691365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15615623645894, + -11.712159052125154, + -77.14651304519876, + -11.7017640013437 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.15183780297451, + -11.7017640013437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0740909898858, + -11.987382473299185, + -77.06444166033259, + -11.97699323699654 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.06977106704197, + -11.97699323699654 + ] + ] + ], + "type": "Polygon" + }, + "id": "2337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15091401621498, + -11.813948433114312, + -77.14126792548107, + -11.803554867710691 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.14659436472064, + -11.803554867710691 + ] + ] + ], + "type": "Polygon" + }, + "id": "2338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97801255919079, + -11.741954769040571, + -76.96837299951777, + -11.731564444215294 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.97369848339169, + -11.731564444215294 + ] + ] + ], + "type": "Polygon" + }, + "id": "2339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17292862199277, + -11.72953201106205, + -77.16328449777383, + -11.719136784668647 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.17292862199277, + -11.722180537338396 + ], + [ + -77.1724257105791, + -11.727378202450469 + ], + [ + -77.16760356353409, + -11.72953201106205 + ], + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.16860951345932, + -11.719136784668647 + ] + ] + ], + "type": "Polygon" + }, + "id": "2340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95070919735396, + -12.11679624599008, + -76.94105917667805, + -12.106412009026894 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.94639085904679, + -12.106412009026894 + ] + ] + ], + "type": "Polygon" + }, + "id": "2341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90118707091497, + -12.10403549576239, + -76.89153872753171, + -12.093652290459513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.89687024331093, + -12.093652290459513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70082211501135, + -12.3120362184671, + -76.69117295128297, + -12.301661451437212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.69650799663762, + -12.301661451437212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96438250347724, + -11.976593486520674, + -76.95473630875114, + -11.96620678230787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.96006566742359, + -11.96620678230787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02065681905299, + -11.777605422972254, + -77.01101510014396, + -11.767214527642455 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.01634112287529, + -11.767214527642455 + ] + ] + ], + "type": "Polygon" + }, + "id": "2345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9293455491586, + -11.957409872368263, + -76.91970083921899, + -11.947023753861675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92502991514066, + -11.947023753861675 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.91970083921899, + -11.954362653962642 + ], + [ + -76.92020764647336, + -11.949169648096508 + ], + [ + -76.92502991514066, + -11.947023753861675 + ] + ] + ], + "type": "Polygon" + }, + "id": "2346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83493635099308, + -11.979533613538727, + -76.82529347686265, + -11.969150176849167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.83062298680203, + -11.969150176849167 + ] + ] + ], + "type": "Polygon" + }, + "id": "2347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95683960598319, + -12.243203872984429, + -76.9471856520181, + -12.23282151014961 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.95683960598319, + -12.235869776930913 + ], + [ + -76.95633286188698, + -12.241061011290558 + ], + [ + -76.95150579858131, + -12.243203872984429 + ], + [ + -76.9471856520181, + -12.240155522450415 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.95251941341978, + -12.23282151014961 + ] + ] + ], + "type": "Polygon" + }, + "id": "2348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76339680567504, + -11.956715254987866, + -76.75375653646535, + -11.9463332866877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.75908570403777, + -11.9463332866877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02313359723938, + -12.178990208504153, + -77.01347984941584, + -12.168605168914173 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.01881247887209, + -12.168605168914173 + ] + ] + ], + "type": "Polygon" + }, + "id": "2350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83341220409454, + -11.995108432029355, + -76.82376890640543, + -11.984725264660659 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.82909867382855, + -11.984725264660659 + ] + ] + ], + "type": "Polygon" + }, + "id": "2351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03590147621738, + -11.810568835900702, + -77.02625838592137, + -11.800178015061976 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.03158493236862, + -11.800178015061976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06622918888083, + -11.593218595826958, + -77.05659179292005, + -11.582824212958137 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.06191472905478, + -11.582824212958137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87681129409442, + -12.07017153236074, + -76.86716460427898, + -12.059788412199508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.87249558042159, + -12.059788412199508 + ] + ] + ], + "type": "Polygon" + }, + "id": "2354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00852968966213, + -11.902283094576111, + -76.99888456913847, + -11.891894225533342 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -77.00421265697723, + -11.891894225533342 + ] + ] + ], + "type": "Polygon" + }, + "id": "2355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77627774462297, + -12.154528605541767, + -76.76663122739403, + -12.144149333210699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.77196365120182, + -12.144149333210699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07233799616604, + -11.625292240940206, + -77.06269949177575, + -11.614898107264915 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.0680229464722, + -11.614898107264915 + ] + ] + ], + "type": "Polygon" + }, + "id": "2357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94158749531321, + -12.210245847903835, + -76.93193492292998, + -12.199863325330073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.93726815521224, + -12.199863325330073 + ] + ] + ], + "type": "Polygon" + }, + "id": "2358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88366927495886, + -12.141612080662552, + -76.87402027230871, + -12.131229901720895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.8793524213084, + -12.131229901720895 + ] + ] + ], + "type": "Polygon" + }, + "id": "2359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00709449842572, + -12.10663431021068, + -76.99744332190157, + -12.096248522969942 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -77.00277477721802, + -12.096248522969942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12564110115295, + -11.646228161563384, + -77.11600063213741, + -11.635833000264007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.1213243546115, + -11.635833000264007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0900785727454, + -11.965351682043874, + -77.08042949576729, + -11.954961732499763 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.08575851760808, + -11.954961732499763 + ] + ] + ], + "type": "Polygon" + }, + "id": "2362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85471885964529, + -12.24879625483841, + -76.84506742438742, + -12.238416530926834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.8504013622327, + -12.238416530926834 + ] + ] + ], + "type": "Polygon" + }, + "id": "2363", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88900756172255, + -12.228619163223128, + -76.87935582060571, + -12.21823824935279 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.88468940095534, + -12.21823824935279 + ] + ] + ], + "type": "Polygon" + }, + "id": "2364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.073303937237, + -11.947973533694965, + -77.06365580235644, + -11.937583738714354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.0689845613097, + -11.937583738714354 + ] + ] + ], + "type": "Polygon" + }, + "id": "2365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80751584621575, + -12.071162635232271, + -76.797870974356, + -12.060781270011335 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.80320200922415, + -12.060781270011335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01849356721253, + -12.036976718479357, + -77.00884417588966, + -12.026589583114207 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.0141744700574, + -12.026589583114207 + ] + ] + ], + "type": "Polygon" + }, + "id": "2367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17141984234634, + -11.745124548473411, + -77.16177529144235, + -11.734729563909278 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16710056586732, + -11.734729563909278 + ], + [ + -77.17141984234634, + -11.737773411929851 + ], + [ + -77.17091688552604, + -11.7429709561246 + ], + [ + -77.1660945251225, + -11.745124548473411 + ], + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.16710056586732, + -11.734729563909278 + ] + ] + ], + "type": "Polygon" + }, + "id": "2368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74267913078529, + -12.402657278419317, + -76.7330261132975, + -12.392283000310297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.74267913078529, + -12.395334008839233 + ], + [ + -76.74216914477954, + -12.400521202137712 + ], + [ + -76.73734254852776, + -12.402657278419317 + ], + [ + -76.7330261132975, + -12.399606186480021 + ], + [ + -76.73353622520659, + -12.394419101679267 + ], + [ + -76.73836264645216, + -12.392283000310297 + ] + ] + ], + "type": "Polygon" + }, + "id": "2369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10303967242653, + -11.97448890900854, + -77.0933899964781, + -11.964098778748443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.09871915019534, + -11.964098778748443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00939120295997, + -12.13045265852866, + -76.99973925662417, + -12.120067187059483 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -77.00507110193806, + -12.120067187059483 + ] + ] + ], + "type": "Polygon" + }, + "id": "2371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82503316865082, + -12.033590763014374, + -76.81538894764515, + -12.023208383723386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.82071935395685, + -12.023208383723386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07857109290872, + -11.846218199664118, + -77.06892585633113, + -11.835826829908335 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.07425293370218, + -11.835826829908335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73134014142458, + -12.18934963426735, + -76.72169380585368, + -12.178972061160026 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.72702681902715, + -12.178972061160026 + ] + ] + ], + "type": "Polygon" + }, + "id": "2374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97497834956805, + -11.773124762985754, + -76.96533794077668, + -11.762734929115 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.97066394029184, + -11.762734929115 + ] + ] + ], + "type": "Polygon" + }, + "id": "2375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8120922001379, + -12.024445040527775, + -76.80244859860132, + -12.01406284887627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.80777886109321, + -12.01406284887627 + ] + ] + ], + "type": "Polygon" + }, + "id": "2376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95374866846167, + -12.085642974624413, + -76.94409949816392, + -12.075258178559078 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94943066403395, + -12.075258178559078 + ] + ] + ], + "type": "Polygon" + }, + "id": "2377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85396260060155, + -12.115080821519621, + -76.8443151771714, + -12.104698969215393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.84964690943727, + -12.104698969215393 + ] + ] + ], + "type": "Polygon" + }, + "id": "2378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07614909591477, + -11.633533430490932, + -77.06651024997272, + -11.6231393074639 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.07183383488484, + -11.6231393074639 + ] + ] + ], + "type": "Polygon" + }, + "id": "2379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67970049799605, + -11.96411639967244, + -76.67006229744104, + -11.953736671217735 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.67539160514521, + -11.953736671217735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99713367849087, + -11.971953633287212, + -76.98748677501405, + -11.96156605339647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.99281602266578, + -11.96156605339647 + ] + ] + ], + "type": "Polygon" + }, + "id": "2381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72216127446684, + -12.282738993266815, + -76.71251240095832, + -12.272363188172767 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.71784695818974, + -12.272363188172767 + ] + ] + ], + "type": "Polygon" + }, + "id": "2382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0525566590049, + -11.639099431938549, + -77.04291824624588, + -11.628705952662479 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.04824195359704, + -11.628705952662479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09067256997628, + -11.72151078882736, + -77.08103074008486, + -11.711117441769247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.08635575033395, + -11.711117441769247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03149959506722, + -12.140496083603848, + -77.02184678215784, + -12.130110227202893 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.03149959506722, + -12.133157318133431 + ], + [ + -77.03099405794106, + -12.138350298860766 + ], + [ + -77.0261675656029, + -12.140496083603848 + ], + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.02717876671738, + -12.130110227202893 + ] + ] + ], + "type": "Polygon" + }, + "id": "2385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83115238135662, + -11.782562731198556, + -76.82151547510189, + -11.77217659972024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.83064460399831, + -11.780416785307468 + ], + [ + -76.82582606414948, + -11.782562731198556 + ], + [ + -76.82151547510189, + -11.77951557814045 + ], + [ + -76.82202337823593, + -11.774322566602898 + ], + [ + -76.82684174465128, + -11.77217659972024 + ] + ] + ], + "type": "Polygon" + }, + "id": "2386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97817357046891, + -12.213865473223935, + -76.96851993919714, + -12.203482103385554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.97385319468727, + -12.203482103385554 + ] + ] + ], + "type": "Polygon" + }, + "id": "2387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16298991869557, + -11.689214841519656, + -77.15334724039408, + -11.678819329193594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.15867161012272, + -11.678819329193594 + ] + ] + ], + "type": "Polygon" + }, + "id": "2388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15242398099896, + -11.798358022701429, + -77.14277831690424, + -11.787964208499071 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.1481044973933, + -11.787964208499071 + ] + ] + ], + "type": "Polygon" + }, + "id": "2389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75959473846376, + -11.948475625405079, + -76.74995481790896, + -11.938093632893088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.75528385106381, + -11.938093632893088 + ] + ] + ], + "type": "Polygon" + }, + "id": "2390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90498592944029, + -12.01791694670848, + -76.89534005469719, + -12.00753233035904 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.9006701480367, + -12.00753233035904 + ] + ] + ], + "type": "Polygon" + }, + "id": "2391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69262813549503, + -11.973264706986589, + -76.68298930609413, + -11.96288478279956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.68831876321083, + -11.96288478279956 + ] + ] + ], + "type": "Polygon" + }, + "id": "2392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84100041849729, + -12.294592636698894, + -76.83134798055178, + -12.284214018945086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.83668268322576, + -12.284214018945086 + ] + ] + ], + "type": "Polygon" + }, + "id": "2393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94839391131562, + -11.998610904876195, + -76.93874747599017, + -11.988224922195226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.94407721294668, + -11.988224922195226 + ] + ] + ], + "type": "Polygon" + }, + "id": "2394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88367393440858, + -12.23595090445258, + -76.87402211520106, + -12.225570243941867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87935582060571, + -12.225570243941867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02905970017214, + -11.83349950042975, + -77.01941610198614, + -11.823109162240787 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.02474303392934, + -11.823109162240787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90119684302678, + -12.198382467221018, + -76.89154568347169, + -12.188000757652544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.89687875528585, + -12.188000757652544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0677999992172, + -11.672063917485223, + -77.0581602188709, + -11.661670485619537 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.06348444787953, + -11.661670485619537 + ] + ] + ], + "type": "Polygon" + }, + "id": "2398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08251035066293, + -12.043270613422301, + -77.0728591415118, + -12.032882008341145 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.07818945710474, + -12.032882008341145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75644297227956, + -12.262587286452028, + -76.74679376631644, + -12.252210272673235 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.75212798096787, + -12.252210272673235 + ] + ] + ], + "type": "Polygon" + }, + "id": "2400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91490606449074, + -12.152568661898663, + -76.90525591221788, + -12.142185877317445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.91058821694732, + -12.142185877317445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11808781750433, + -11.724186856643417, + -77.10844521853701, + -11.713792880873703 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.11377023307827, + -11.713792880873703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17062123169366, + -11.70569768634335, + -77.16097787382597, + -11.695302203998283 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.16630250175305, + -11.695302203998283 + ] + ] + ], + "type": "Polygon" + }, + "id": "2403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76102844323117, + -12.215889172224054, + -76.75138050735526, + -12.205511274286625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.75671394948105, + -12.205511274286625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83338217150141, + -12.278114758267332, + -76.82373042920699, + -12.267736056677998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.82906486439575, + -12.267736056677998 + ] + ] + ], + "type": "Polygon" + }, + "id": "2405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15854728909241, + -11.830430836858959, + -77.1489005177688, + -11.820037313943816 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.15422721571187, + -11.820037313943816 + ] + ] + ], + "type": "Polygon" + }, + "id": "2406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76408473641091, + -12.184754895311084, + -76.75443764714285, + -12.174376415643803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75977057433731, + -12.174376415643803 + ] + ] + ], + "type": "Polygon" + }, + "id": "2407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85244306501498, + -12.036307379347647, + -76.84279803169557, + -12.025924352920129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.84812846635171, + -12.025924352920129 + ] + ] + ], + "type": "Polygon" + }, + "id": "2408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98117852328419, + -12.088350465998314, + -76.97152856062648, + -12.077965033788368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.97685974320218, + -12.077965033788368 + ] + ] + ], + "type": "Polygon" + }, + "id": "2409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00009065758466, + -11.751987348403626, + -76.99045022948505, + -11.741596614178734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.99577585455776, + -11.741596614178734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94537746893351, + -12.124132420674018, + -76.93572736825753, + -12.113748430679404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.94105917667805, + -12.113748430679404 + ] + ] + ], + "type": "Polygon" + }, + "id": "2411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96435431003577, + -11.8822079232458, + -76.95471092857873, + -11.871819856544441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.96003873338543, + -11.871819856544441 + ] + ] + ], + "type": "Polygon" + }, + "id": "2412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06113168928094, + -11.978244256209337, + -77.05148296086307, + -11.967855200979718 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.05681223444505, + -11.967855200979718 + ] + ] + ], + "type": "Polygon" + }, + "id": "2413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14471117361454, + -11.687434944311903, + -77.13506900273448, + -11.677039848661805 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.14039337258488, + -11.677039848661805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98337167937521, + -11.829015219469927, + -76.97372938956097, + -11.818625940655528 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.97905629954545, + -11.818625940655528 + ] + ] + ], + "type": "Polygon" + }, + "id": "2415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93546405333853, + -12.08383664957132, + -76.92581541366863, + -12.073452278855903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.93114656702225, + -12.073452278855903 + ] + ] + ], + "type": "Polygon" + }, + "id": "2416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09823156031571, + -11.643556809606137, + -77.08859185881846, + -11.633162277177753 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.09391557768565, + -11.633162277177753 + ] + ] + ], + "type": "Polygon" + }, + "id": "2417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05344865906726, + -11.867358841571964, + -77.0438034302166, + -11.856968379000563 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.04913088873815, + -11.856968379000563 + ] + ] + ], + "type": "Polygon" + }, + "id": "2418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94988928380513, + -11.888649806112932, + -76.9402460865078, + -11.8782621880729 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9455740114693, + -11.8782621880729 + ] + ] + ], + "type": "Polygon" + }, + "id": "2419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0191855743928, + -11.887597302321032, + -77.0095406178301, + -11.877207963110989 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.01486845160942, + -11.877207963110989 + ] + ] + ], + "type": "Polygon" + }, + "id": "2420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72063098172633, + -12.29830232593731, + -76.7109816851466, + -12.287926820905296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.71631649978092, + -12.287926820905296 + ] + ] + ], + "type": "Polygon" + }, + "id": "2421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1342176290366, + -11.891000933214714, + -77.12456965956187, + -11.880608843144872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12989739242438, + -11.880608843144872 + ] + ] + ], + "type": "Polygon" + }, + "id": "2422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93923321594727, + -11.903330893112042, + -76.92958985909279, + -11.892943747799828 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.93491803568638, + -11.892943747799828 + ] + ] + ], + "type": "Polygon" + }, + "id": "2423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14709775742561, + -11.805707226465866, + -77.13745200707908, + -11.795313640502759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.14277831690424, + -11.795313640502759 + ] + ] + ], + "type": "Polygon" + }, + "id": "2424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76936019857966, + -12.366037462933384, + -76.75970755115263, + -12.355661870601452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.76504346990656, + -12.355661870601452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90421992361614, + -11.97852246960449, + -76.89457524346224, + -11.968137285767796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89990468844591, + -11.968137285767796 + ] + ] + ], + "type": "Polygon" + }, + "id": "2426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98111233419505, + -11.899587843121653, + -76.97146800082307, + -11.889199609920956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.97679607445004, + -11.889199609920956 + ] + ] + ], + "type": "Polygon" + }, + "id": "2427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6498616488754, + -12.220498520287574, + -76.64021662684411, + -12.21012353937759 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64555016444103, + -12.21012353937759 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64021662684411, + -12.217447438550456 + ], + [ + -76.64072774129811, + -12.212260003137592 + ], + [ + -76.64555016444103, + -12.21012353937759 + ] + ] + ], + "type": "Polygon" + }, + "id": "2428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13588512409214, + -12.064239442484924, + -77.12623194833915, + -12.053849861062881 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.13156253060284, + -12.053849861062881 + ] + ] + ], + "type": "Polygon" + }, + "id": "2429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78233626573633, + -12.28088861891925, + -76.77268581181502, + -12.270511252721423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.77802031874347, + -12.270511252721423 + ] + ] + ], + "type": "Polygon" + }, + "id": "2430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00467823479754, + -11.79964009923208, + -76.99503627022182, + -11.789249894026725 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -77.00036267372973, + -11.789249894026725 + ] + ] + ], + "type": "Polygon" + }, + "id": "2431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05944919640496, + -11.710591330205395, + -77.04980848188333, + -11.700198599241734 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.05513335491436, + -11.700198599241734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75416634199284, + -12.238782868473983, + -76.74451790880816, + -12.228405519488254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.74985173120636, + -12.228405519488254 + ] + ] + ], + "type": "Polygon" + }, + "id": "2433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.988663238752, + -11.727264912671703, + -76.97902384093962, + -11.716874131867616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.97902384093962, + -11.72421944551605 + ], + [ + -76.97952945904323, + -11.719024108294489 + ], + [ + -76.98434907207402, + -11.716874131867616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84863638520405, + -12.028067602981267, + -76.83899169889014, + -12.01768454745457 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.84432200018188, + -12.01768454745457 + ] + ] + ], + "type": "Polygon" + }, + "id": "2435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81970271452019, + -12.04092434615715, + -76.81005841755197, + -12.030542212106731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.81538894764515, + -12.030542212106731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68502973422127, + -11.956786063062346, + -76.67539160514521, + -11.946406090538497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.68072079158392, + -11.946406090538497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72765924509655, + -11.898131496442486, + -76.71802169382686, + -11.887749587284773 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72334990697279, + -11.887749587284773 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.71853121863998, + -11.889891899428738 + ], + [ + -76.72334990697279, + -11.887749587284773 + ] + ] + ], + "type": "Polygon" + }, + "id": "2438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64299479083611, + -12.243383878840506, + -76.63334927628834, + -12.233009450421653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.63868319165398, + -12.233009450421653 + ] + ] + ], + "type": "Polygon" + }, + "id": "2439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93852515673676, + -12.147043523058928, + -76.92887455108327, + -12.136660063876496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.93420674371403, + -12.136660063876496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78926675330418, + -11.975006990958223, + -76.77962523950438, + -11.964624637432534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.78495469820841, + -11.964624637432534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94540014264375, + -12.218485380994126, + -76.93574722477372, + -12.2081028976719 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.94108058939798, + -12.2081028976719 + ] + ] + ], + "type": "Polygon" + }, + "id": "2442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67953592548136, + -12.247043047034873, + -76.66988928934161, + -12.236667739601481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.67522326395337, + -12.236667739601481 + ] + ] + ], + "type": "Polygon" + }, + "id": "2443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75728786517169, + -12.019003296948076, + -76.74764590507083, + -12.008622408607847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.75297610110901, + -12.008622408607847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14399658234754, + -11.742452199450653, + -77.1343527922292, + -11.732057839032386 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.13967806718584, + -11.732057839032386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89967444059863, + -12.213954668802106, + -76.89002285616192, + -12.203573249536685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.89535618613743, + -12.203573249536685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08014621311857, + -11.925044401154505, + -77.0704985883879, + -11.914654107939699 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.0758269605816, + -11.914654107939699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14940391510368, + -11.82953846838939, + -77.13975739770625, + -11.819145153336256 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.14508409571395, + -11.819145153336256 + ] + ] + ], + "type": "Polygon" + }, + "id": "2448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96134494945021, + -12.007752525633697, + -76.95169790468015, + -11.997366358871316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.9570277796078, + -11.997366358871316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0778451060958, + -11.901218080412367, + -77.06819824953077, + -11.89082750206117 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.07352623277134, + -11.89082750206117 + ] + ] + ], + "type": "Polygon" + }, + "id": "2450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02671710544692, + -11.715257599104808, + -77.01707708676983, + -11.704865727845892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.02240207736583, + -11.704865727845892 + ] + ] + ], + "type": "Polygon" + }, + "id": "2451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06017782503511, + -11.655581662772597, + -77.05053872836017, + -11.645188206288946 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.05586269662307, + -11.645188206288946 + ] + ] + ], + "type": "Polygon" + }, + "id": "2452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78995036082384, + -12.297366140825602, + -76.78029920914764, + -12.286988857787922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.78563398485164, + -12.286988857787922 + ] + ] + ], + "type": "Polygon" + }, + "id": "2453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0122992725627, + -11.816121632912113, + -77.00265662142002, + -11.805731465988979 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -77.00798328730798, + -11.805731465988979 + ] + ] + ], + "type": "Polygon" + }, + "id": "2454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70703979459844, + -12.061168095590917, + -76.69739794860904, + -12.050789126200943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.70272885252847, + -12.050789126200943 + ] + ] + ], + "type": "Polygon" + }, + "id": "2455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04269144803644, + -11.693215982125958, + -77.03305167699722, + -11.682823433989423 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.03837628585781, + -11.682823433989423 + ] + ] + ], + "type": "Polygon" + }, + "id": "2456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.681013217924, + -12.325767267660405, + -76.67136418935405, + -12.31539324110948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.67567789316612, + -12.325767267660405 + ], + [ + -76.67136418935405, + -12.322715958114923 + ], + [ + -76.67187503764075, + -12.317528999577434 + ], + [ + -76.67669946415437, + -12.31539324110948 + ] + ] + ], + "type": "Polygon" + }, + "id": "2457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7236493891642, + -12.361466182842415, + -76.71399812248752, + -12.35109167567673 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.71933397998325, + -12.35109167567673 + ] + ] + ], + "type": "Polygon" + }, + "id": "2458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95066078002239, + -11.928051979089487, + -76.94101638870964, + -11.917664905911625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.9463449615415, + -11.917664905911625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78543941230247, + -12.061108354501663, + -76.77579543469196, + -12.050727392447344 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.78112631404049, + -12.050727392447344 + ] + ] + ], + "type": "Polygon" + }, + "id": "2460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77552749658001, + -12.115150931322255, + -76.7658821746732, + -12.10477105672382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.77121394923651, + -12.10477105672382 + ] + ] + ], + "type": "Polygon" + }, + "id": "2461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78158496704107, + -12.241517016562504, + -76.77193570939087, + -12.231139016872925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.77726956658252, + -12.231139016872925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92930961302464, + -11.768637640432127, + -76.91967052626057, + -11.758248874295708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.92499649568133, + -11.758248874295708 + ] + ] + ], + "type": "Polygon" + }, + "id": "2463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93540479179286, + -11.800701529160518, + -76.92576459129612, + -11.790313046039815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.93109108262607, + -11.790313046039815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92861216958666, + -12.106748816709427, + -76.918963025492, + -12.096364971185894 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.92429456273729, + -12.096364971185894 + ] + ] + ], + "type": "Polygon" + }, + "id": "2465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14479196006081, + -11.781875546219037, + -77.13514697667443, + -11.771481692917247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.14047289835608, + -11.771481692917247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08698770683749, + -11.902113848289353, + -77.07734059247828, + -11.891723060371827 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.08266857781405, + -11.891723060371827 + ] + ] + ], + "type": "Polygon" + }, + "id": "2467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76105956371282, + -12.121571802630635, + -76.75141444211806, + -12.111192395395964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.7567463279987, + -12.111192395395964 + ] + ] + ], + "type": "Polygon" + }, + "id": "2468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90194300400815, + -12.049069703974325, + -76.89229628034053, + -12.038685634203315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.89762688948153, + -12.038685634203315 + ] + ] + ], + "type": "Polygon" + }, + "id": "2469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71014507777329, + -11.93570087530253, + -76.70050688657798, + -11.9253199535682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.70583572214224, + -11.9253199535682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614821338505, + -12.273513575544968, + -76.85649573624386, + -12.263133974193392 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.86183007437552, + -12.263133974193392 + ] + ] + ], + "type": "Polygon" + }, + "id": "2471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75117672745623, + -12.08128477263114, + -76.74153307609073, + -12.070904988968007 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.74686430086852, + -12.070904988968007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1196722105779, + -11.803029568847572, + -77.11002722513068, + -11.792636608409847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.11535353328607, + -11.792636608409847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85929670958939, + -12.01339760982311, + -76.84965217719414, + -12.003014066501368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.85498222983902, + -12.003014066501368 + ] + ] + ], + "type": "Polygon" + }, + "id": "2474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82346964138387, + -12.332144057328167, + -76.81381654982685, + -12.321766515422997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.81915188299438, + -12.321766515422997 + ] + ] + ], + "type": "Polygon" + }, + "id": "2475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95138364975115, + -11.77867387609945, + -76.941743688322, + -11.768284699005276 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.9470698025128, + -11.768284699005276 + ] + ] + ], + "type": "Polygon" + }, + "id": "2476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.838724990102, + -12.176460044578947, + -76.82907614078414, + -12.166079546635567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.83440889501145, + -12.166079546635567 + ] + ] + ], + "type": "Polygon" + }, + "id": "2477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73741862861813, + -12.221393317237695, + -76.72777117054201, + -12.211016109389181 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.73310471098536, + -12.211016109389181 + ] + ] + ], + "type": "Polygon" + }, + "id": "2478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80828732394602, + -12.016205378294803, + -76.79864407021543, + -12.005823158525823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.80397419884517, + -12.005823158525823 + ] + ] + ], + "type": "Polygon" + }, + "id": "2479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82576494163749, + -12.261636807261418, + -76.81611389523556, + -12.251258023656899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.82144806277444, + -12.251258023656899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2480", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11204273688539, + -11.786547306034299, + -77.10239843352072, + -11.77615430663592 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.10772448203168, + -11.77615430663592 + ] + ] + ], + "type": "Polygon" + }, + "id": "2481", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08935424079239, + -12.02034482697868, + -77.07970354248725, + -12.009955709976168 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.08503347088663, + -12.009955709976168 + ] + ] + ], + "type": "Polygon" + }, + "id": "2482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78308774993354, + -12.320258160905382, + -76.77343609944778, + -12.309881437930155 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.77877125626948, + -12.309881437930155 + ] + ] + ], + "type": "Polygon" + }, + "id": "2483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08159728090348, + -11.815043585384727, + -77.07195289614228, + -11.80465171199541 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.07727945662775, + -11.80465171199541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92023829017586, + -12.145234111313584, + -76.91058821694732, + -12.134851077876341 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.9159203961378, + -12.134851077876341 + ] + ] + ], + "type": "Polygon" + }, + "id": "2485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06258934395068, + -11.868254765851631, + -77.05294385608065, + -11.857864092936135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.05827131743287, + -11.857864092936135 + ] + ] + ], + "type": "Polygon" + }, + "id": "2486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98947469042007, + -11.861080054817467, + -76.97983128807309, + -11.850691071690242 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.98515871906359, + -11.850691071690242 + ] + ] + ], + "type": "Polygon" + }, + "id": "2487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89053048051113, + -12.213047719352295, + -76.88087916419406, + -12.202666513649335 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.88621248641175, + -12.202666513649335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71227997142634, + -12.24245926814221, + -76.7026325715544, + -12.23208304693875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.70796646575216, + -12.23208304693875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9598528510425, + -12.117699646219904, + -76.95020256555866, + -12.10731519698399 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.95553425386471, + -12.10731519698399 + ] + ] + ], + "type": "Polygon" + }, + "id": "2490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07645331308817, + -12.105598393925527, + -77.0668003977631, + -12.09521089227843 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.07645331308817, + -12.09825739901075 + ], + [ + -77.07594846122005, + -12.103451202086667 + ], + [ + -77.07112191792477, + -12.105598393925527 + ], + [ + -77.0668003977631, + -12.102551802921132 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.0721317486738, + -12.09521089227843 + ] + ] + ], + "type": "Polygon" + }, + "id": "2491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95145689628009, + -12.061825680968328, + -76.94180849610238, + -12.051440575887609 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.9471392716532, + -12.051440575887609 + ] + ] + ], + "type": "Polygon" + }, + "id": "2492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01684628586769, + -11.769364571477391, + -77.00720490995799, + -11.75897365866531 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.0125308016567, + -11.75897365866531 + ] + ] + ], + "type": "Polygon" + }, + "id": "2493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81438768912389, + -11.953909354772032, + -76.80474612857006, + -11.943526057848928 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.81007522773368, + -11.943526057848928 + ] + ] + ], + "type": "Polygon" + }, + "id": "2494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02924813689707, + -12.2110470370346, + -77.01959327532651, + -12.200662363703918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.02924813689707, + -12.203709800748854 + ], + [ + -77.0287424578791, + -12.208902189894724 + ], + [ + -77.02391494116124, + -12.2110470370346 + ], + [ + -77.01959327532651, + -12.207999516275937 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.0249264261058, + -12.200662363703918 + ] + ] + ], + "type": "Polygon" + }, + "id": "2495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08002233331582, + -11.736207653178795, + -77.0703803350907, + -11.725814757915552 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.07570560164132, + -11.725814757915552 + ] + ] + ], + "type": "Polygon" + }, + "id": "2496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84863082090479, + -12.122413727572232, + -76.83898332055361, + -12.112032123863811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.8443151771714, + -12.112032123863811 + ] + ] + ], + "type": "Polygon" + }, + "id": "2497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11362592542335, + -11.865383817467025, + -77.10397923467862, + -11.854991864478253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.10930657733776, + -11.854991864478253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97807690734543, + -11.930751500110484, + -76.9684317239585, + -11.920363788904702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.97376031375939, + -11.920363788904702 + ] + ] + ], + "type": "Polygon" + }, + "id": "2499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93015107478789, + -12.185527147662025, + -76.92049953923015, + -12.175144510066486 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.92583237423798, + -12.175144510066486 + ] + ] + ], + "type": "Polygon" + }, + "id": "2500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10283384724023, + -11.691221918886635, + -77.09319261215063, + -11.68082788317818 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.09851710740912, + -11.68082788317818 + ] + ] + ], + "type": "Polygon" + }, + "id": "2501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69469599923663, + -12.37428055671971, + -76.68504514375188, + -12.363907011375117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.69038121857774, + -12.363907011375117 + ] + ] + ], + "type": "Polygon" + }, + "id": "2502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66813068189128, + -12.222327382573454, + -76.65848509890988, + -12.211951961863349 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.66381866626216, + -12.211951961863349 + ] + ] + ], + "type": "Polygon" + }, + "id": "2503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95521712873953, + -11.881308778840403, + -76.9455740114693, + -11.870920925102201 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.95090181048324, + -11.870920925102201 + ] + ] + ], + "type": "Polygon" + }, + "id": "2504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68186063233784, + -12.176549496720854, + -76.6722160366623, + -12.16617298196197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67754884733587, + -12.16617298196197 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.6722160366623, + -12.173498925487635 + ], + [ + -76.67272663718407, + -12.168310722974326 + ], + [ + -76.67754884733587, + -12.16617298196197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81128842101631, + -12.268055281264756, + -76.80163757088185, + -12.257676969203349 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.80697185223735, + -12.257676969203349 + ] + ] + ], + "type": "Polygon" + }, + "id": "2506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68941192125737, + -12.287320998853744, + -76.67976380980957, + -12.276946108029904 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.68509844854208, + -12.276946108029904 + ] + ] + ], + "type": "Polygon" + }, + "id": "2507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84711858860419, + -11.949286657918806, + -76.8374762910927, + -11.93890247131841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84280529544442, + -11.93890247131841 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.8374762910927, + -11.94623874265449 + ], + [ + -76.83798423340838, + -11.941046703304911 + ], + [ + -76.84280529544442, + -11.93890247131841 + ] + ] + ], + "type": "Polygon" + }, + "id": "2508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09297346189592, + -11.745341638905781, + -77.08333086481282, + -11.73494855009316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.08865626348371, + -11.73494855009316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7557929254253, + -11.94023599418019, + -76.7461533535852, + -11.929853977911694 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.75148225228158, + -11.929853977911694 + ] + ] + ], + "type": "Polygon" + }, + "id": "2510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07009864773967, + -11.695894883805085, + -77.06045810021853, + -11.685501702756858 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.06578271770844, + -11.685501702756858 + ] + ] + ], + "type": "Polygon" + }, + "id": "2511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69479694742206, + -12.185701067775051, + -76.6851517222304, + -12.175324368929942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.69048468242087, + -12.175324368929942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08468619647677, + -11.87828671798953, + -77.0750398501093, + -11.867895648359985 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.08036744660036, + -11.867895648359985 + ] + ] + ], + "type": "Polygon" + }, + "id": "2513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72080248209102, + -11.921036642167245, + -76.71116443592797, + -11.910655236510722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.71649302784715, + -11.910655236510722 + ] + ] + ], + "type": "Polygon" + }, + "id": "2514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9841811812242, + -11.96281353074305, + -76.97453488444644, + -11.952426135576154 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97986399568869, + -11.952426135576154 + ] + ] + ], + "type": "Polygon" + }, + "id": "2515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08692375721377, + -11.807696734347202, + -77.07727945662775, + -11.797304631106712 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.08260588891619, + -11.797304631106712 + ] + ] + ], + "type": "Polygon" + }, + "id": "2516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94233693317307, + -12.155283258399642, + -76.93268598210483, + -12.14489983522082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.93801830706451, + -12.14489983522082 + ] + ] + ], + "type": "Polygon" + }, + "id": "2517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16760356353409, + -11.736883173675748, + -77.1579593524485, + -11.726488171872365 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.16760356353409, + -11.72953201106205 + ], + [ + -77.16710056586732, + -11.734729563909278 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.16328449777383, + -11.726488171872365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03355648591766, + -11.692322500631239, + -77.0239169746594, + -11.681930163968163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02924158009313, + -11.681930163968163 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.02442191009001, + -11.684081505293648 + ], + [ + -77.02924158009313, + -11.681930163968163 + ] + ] + ], + "type": "Polygon" + }, + "id": "2519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8151117390069, + -12.181973929759723, + -76.80546335677788, + -12.17159411475886 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.81079621534896, + -12.17159411475886 + ] + ] + ], + "type": "Polygon" + }, + "id": "2520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71459782222045, + -12.17196010710293, + -76.70495246358335, + -12.161582681383052 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.71028519362727, + -12.161582681383052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9468513389069, + -11.919811620886378, + -76.93720729235284, + -11.909424523207873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.9425357331466, + -11.909424523207873 + ] + ] + ], + "type": "Polygon" + }, + "id": "2522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79915265893415, + -12.015299109814986, + -76.78950967777232, + -12.0049171067714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.79483979590002, + -12.0049171067714 + ] + ] + ], + "type": "Polygon" + }, + "id": "2523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77550059766953, + -12.209471965390097, + -76.76585246136207, + -12.199093595953594 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.77118579210703, + -12.199093595953594 + ] + ] + ], + "type": "Polygon" + }, + "id": "2524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0208354085721, + -12.15517262155512, + -77.0111824306617, + -12.144787258927527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.0208354085721, + -12.147834518214799 + ], + [ + -77.02032969896408, + -12.15302725211492 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.01651467011001, + -12.144787258927527 + ] + ] + ], + "type": "Polygon" + }, + "id": "2525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99709593190684, + -11.877561280097584, + -76.98745184210634, + -11.867172341236039 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.99277953596042, + -11.867172341236039 + ] + ] + ], + "type": "Polygon" + }, + "id": "2526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80290044305765, + -12.306516478298336, + -76.79324866925309, + -12.296139021678234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.79858358996705, + -12.296139021678234 + ] + ] + ], + "type": "Polygon" + }, + "id": "2527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87985652427346, + -12.039021619352042, + -76.8702106829263, + -12.028637948039682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.87554114344881, + -12.028637948039682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80145078060715, + -11.944764592567378, + -76.79180983999065, + -11.934381488008178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.7971387949511, + -11.934381488008178 + ] + ] + ], + "type": "Polygon" + }, + "id": "2529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84252566017912, + -12.279024635283584, + -76.83287364666376, + -12.26864571881965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.83820809133876, + -12.26864571881965 + ] + ] + ], + "type": "Polygon" + }, + "id": "2530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0253861106535, + -12.108437004404042, + -77.01573441093748, + -12.09805079585253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.02106587444743, + -12.09805079585253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05282643550423, + -12.111139040678285, + -77.04317395458872, + -12.100752202043566 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.04850542831755, + -12.100752202043566 + ] + ] + ], + "type": "Polygon" + }, + "id": "2532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70615708806082, + -12.304712428352607, + -76.69650799663762, + -12.294337401146807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.70184292009395, + -12.294337401146807 + ] + ] + ], + "type": "Polygon" + }, + "id": "2533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83416940416343, + -12.034496565661406, + -76.82452491191047, + -12.02411397040813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.8298553279456, + -12.02411397040813 + ] + ] + ], + "type": "Polygon" + }, + "id": "2534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12363661303777, + -12.000107369338487, + -77.11398565628419, + -11.98971711847784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11931520119006, + -11.98971711847784 + ] + ] + ], + "type": "Polygon" + }, + "id": "2535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8097957316582, + -12.094973808722736, + -76.80015008830567, + -12.084592753757244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.80548151461645, + -12.084592753757244 + ] + ] + ], + "type": "Polygon" + }, + "id": "2536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82349545645432, + -12.143502636734567, + -76.81384799784915, + -12.133121997082878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81918021721812, + -12.133121997082878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09461786684223, + -11.918595524965697, + -77.08497006887757, + -11.908204787330973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.09029831467775, + -11.908204787330973 + ] + ] + ], + "type": "Polygon" + }, + "id": "2538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1257915698647, + -11.835100889653022, + -77.1161454761648, + -11.824708221099758 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.12147230246066, + -11.824708221099758 + ] + ] + ], + "type": "Polygon" + }, + "id": "2539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70931125349294, + -12.084975333870208, + -76.69966863514962, + -12.074596673139482 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.70499993124628, + -12.074596673139482 + ] + ] + ], + "type": "Polygon" + }, + "id": "2540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94081645971372, + -12.170858036118636, + -76.93116508341356, + -12.160474898665019 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.9364976666689, + -12.160474898665019 + ] + ] + ], + "type": "Polygon" + }, + "id": "2541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0077101994546, + -11.768468986551676, + -76.99806908480123, + -11.758078285660355 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -77.00339497229258, + -11.758078285660355 + ] + ] + ], + "type": "Polygon" + }, + "id": "2542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78318644113091, + -11.942953936474904, + -76.77354604659992, + -11.932571266482388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.7788749798792, + -11.932571266482388 + ] + ] + ], + "type": "Polygon" + }, + "id": "2543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79154444446061, + -11.998819831171312, + -76.78190215946057, + -11.988437773521884 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.78723200951285, + -11.988437773521884 + ] + ] + ], + "type": "Polygon" + }, + "id": "2544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14415781260227, + -11.931311623337159, + -77.13450839393896, + -11.92091986944589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13983677451922, + -11.92091986944589 + ], + [ + -77.14415781260227, + -11.923964910722063 + ], + [ + -77.14365418330634, + -11.929160839609521 + ], + [ + -77.13882938878419, + -11.931311623337159 + ], + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13983677451922, + -11.92091986944589 + ] + ] + ], + "type": "Polygon" + }, + "id": "2545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10606499872007, + -11.943317988322512, + -77.09641617580816, + -11.932927329533861 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.10174481199236, + -11.932927329533861 + ] + ] + ], + "type": "Polygon" + }, + "id": "2546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14630203339372, + -11.766284704737668, + -77.13665747649421, + -11.755890605752299 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.14198313950614, + -11.755890605752299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82734956207187, + -11.774322566602898, + -76.81771300271413, + -11.763936419159522 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.82202337823593, + -11.774322566602898 + ], + [ + -76.81771300271413, + -11.771275426515622 + ], + [ + -76.81822094588884, + -11.766082407028293 + ], + [ + -76.82303913884068, + -11.763936419159522 + ] + ] + ], + "type": "Polygon" + }, + "id": "2548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76786063475559, + -12.287303480198926, + -76.75821038077967, + -12.276926588320855 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.76354499946441, + -12.276926588320855 + ] + ] + ], + "type": "Polygon" + }, + "id": "2549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03986388287308, + -12.101998447991884, + -77.03021200510881, + -12.091611784472136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.03554334469659, + -12.091611784472136 + ] + ] + ], + "type": "Polygon" + }, + "id": "2550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79079265105217, + -11.959433393634688, + -76.78115156025832, + -11.949050772398415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.7864807617304, + -11.949050772398415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64526219633794, + -12.26718349661327, + -76.63561590799253, + -12.25680940396179 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.64095021645811, + -12.25680940396179 + ] + ] + ], + "type": "Polygon" + }, + "id": "2552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12650940501767, + -11.780091379408407, + -77.11686493125283, + -11.769697943156887 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.12219085195818, + -11.769697943156887 + ] + ] + ], + "type": "Polygon" + }, + "id": "2553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75338530399935, + -12.2937171348675, + -76.7437352511945, + -12.283340718234006 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.74906998094876, + -12.283340718234006 + ] + ] + ], + "type": "Polygon" + }, + "id": "2554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00463830853329, + -11.705227766797593, + -76.99499915475235, + -11.69483630536308 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -77.00032400612132, + -11.69483630536308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01987694516781, + -11.73819134215746, + -77.01023641929363, + -11.72779993984052 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.01556179495327, + -11.72779993984052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07481779677431, + -11.932388775448214, + -77.06517008802307, + -11.921998717794605 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.0704985883879, + -11.921998717794605 + ] + ] + ], + "type": "Polygon" + }, + "id": "2557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81967469397878, + -12.229590417967712, + -76.81002476775188, + -12.219211260126942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.81535840967001, + -12.219211260126942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99931341199758, + -11.712573796380301, + -76.98967417670744, + -11.702182561377462 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.99499915475235, + -11.702182561377462 + ] + ] + ], + "type": "Polygon" + }, + "id": "2559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98182118358315, + -11.75019552330152, + -76.97218128017009, + -11.739805214196464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.97750689554435, + -11.739805214196464 + ] + ] + ], + "type": "Polygon" + }, + "id": "2560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88215062021254, + -12.25152152765057, + -76.87249837622252, + -12.24114116128003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.87783233976172, + -12.24114116128003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04509159362469, + -11.90587309459198, + -77.03544543024839, + -11.895483381275465 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.04077353317787, + -11.895483381275465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.756475434824, + -12.168276785159708, + -76.74682904388204, + -12.157898234280443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.75216170183803, + -12.157898234280443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.878337078944, + -12.14894545581545, + -76.86868799841501, + -12.138563526203534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.87402027230871, + -12.138563526203534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12443008035315, + -12.039517663671987, + -77.114777928462, + -12.029127984060972 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1201081211839, + -12.029127984060972 + ], + [ + -77.12443008035315, + -12.032173730934714 + ], + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.11528213057862, + -12.03127704443239 + ], + [ + -77.1201081211839, + -12.029127984060972 + ] + ] + ], + "type": "Polygon" + }, + "id": "2565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66427009234125, + -12.30837500787664, + -76.65462204621276, + -12.298001116636096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.66375916442156, + -12.306239413539364 + ], + [ + -76.65893505350057, + -12.30837500787664 + ], + [ + -76.65462204621276, + -12.305323627108384 + ], + [ + -76.65513309964597, + -12.300136736354332 + ], + [ + -76.65995703486303, + -12.298001116636096 + ] + ] + ], + "type": "Polygon" + }, + "id": "2566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87528626194765, + -11.991390150808773, + -76.86564196167504, + -11.981005879114145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.87097164069043, + -11.981005879114145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0246048485087, + -12.069037586166512, + -77.01495434427693, + -12.058650788559007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.02028515940474, + -12.058650788559007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74591650222621, + -11.89994390228007, + -76.73627839922963, + -11.889561555244875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74160663739252, + -11.889561555244875 + ], + [ + -76.74591650222621, + -11.892610015512581 + ], + [ + -76.7454073538769, + -11.897801243697574 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.73678767310427, + -11.891704236279686 + ], + [ + -76.74160663739252, + -11.889561555244875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91104485593085, + -11.766840984654783, + -76.90140630130954, + -11.75645264736785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.90673225676763, + -11.75645264736785 + ] + ] + ], + "type": "Polygon" + }, + "id": "2570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91337112531903, + -12.073789386659469, + -76.90372336396166, + -12.063405410260996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.90905437110939, + -12.063405410260996 + ] + ] + ], + "type": "Polygon" + }, + "id": "2571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74438901142655, + -11.915517095153886, + -76.73475048608917, + -11.905135010347776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.74007898116517, + -11.905135010347776 + ] + ] + ], + "type": "Polygon" + }, + "id": "2572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06852714833944, + -11.617051058511349, + -77.0588889855621, + -11.606656914644237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.06421231000137, + -11.606656914644237 + ] + ] + ], + "type": "Polygon" + }, + "id": "2573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07469702266435, + -11.74355561548804, + -77.06505494052037, + -11.733162946790415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.0703803350907, + -11.733162946790415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67874242247125, + -12.301967820718982, + -76.66909416766096, + -12.291593449630309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.6744290494864, + -12.291593449630309 + ] + ] + ], + "type": "Polygon" + }, + "id": "2575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95822761496986, + -11.75574651582232, + -76.94858815792256, + -11.745356862062732 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9539138884883, + -11.745356862062732 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.94858815792256, + -11.752700624507186 + ], + [ + -76.94909424601151, + -11.74750585099052 + ], + [ + -76.9539138884883, + -11.745356862062732 + ] + ] + ], + "type": "Polygon" + }, + "id": "2576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89281093792457, + -12.14251798896921, + -76.88316166691402, + -12.132135596028125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.8884938238751, + -12.132135596028125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82198339952254, + -12.064736800273844, + -76.81233833131705, + -12.054354971976311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.81766925268708, + -12.054354971976311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77855562056806, + -12.178336275479674, + -76.76890833116397, + -12.167957325813315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.77424114685324, + -12.167957325813315 + ] + ] + ], + "type": "Polygon" + }, + "id": "2579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83721786863538, + -12.003348233689533, + -76.82757422369971, + -11.99296509359813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.8329041246516, + -11.99296509359813 + ] + ] + ], + "type": "Polygon" + }, + "id": "2580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71918724826193, + -12.12526018407223, + -76.70954315756991, + -12.11488189987095 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7148751161511, + -12.11488189987095 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.71005315827308, + -12.117021122447646 + ], + [ + -76.7148751161511, + -12.11488189987095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7000320019245, + -12.366958338332049, + -76.69038121857774, + -12.356584529762978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.69571717156612, + -12.356584529762978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86081583960599, + -12.186514981531358, + -76.85116610206688, + -12.176134090485021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.85649900803959, + -12.176134090485021 + ] + ] + ], + "type": "Polygon" + }, + "id": "2583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73976841292115, + -12.056566856187368, + -76.73012580925446, + -12.046186982557497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.73545662988562, + -12.046186982557497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96819333120271, + -11.98483377712092, + -76.95854679195745, + -11.974447100468128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.96387628249312, + -11.974447100468128 + ] + ] + ], + "type": "Polygon" + }, + "id": "2585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1122566902025, + -12.069788009656753, + -77.10260394061443, + -12.059399085287875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.10793465029742, + -12.059399085287875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6536623597017, + -12.228737025467884, + -76.64401698619012, + -12.21836208159851 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64935065980842, + -12.21836208159851 + ] + ] + ], + "type": "Polygon" + }, + "id": "2587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78153466950663, + -12.430115892154502, + -76.77187977681302, + -12.419741108261883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77721674971104, + -12.419741108261883 + ], + [ + -76.78153466950663, + -12.422791873520652 + ], + [ + -76.78102518172216, + -12.427979319424619 + ], + [ + -76.77619764805142, + -12.430115892154502 + ], + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.77721674971104, + -12.419741108261883 + ] + ] + ], + "type": "Polygon" + }, + "id": "2588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04895775800723, + -12.008511852803842, + -77.0393084368514, + -11.998123543722096 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.04463822467225, + -11.998123543722096 + ] + ] + ], + "type": "Polygon" + }, + "id": "2589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79833919135189, + -12.25890571844298, + -76.78868896258706, + -12.24852758175397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.7940230993258, + -12.24852758175397 + ] + ] + ], + "type": "Polygon" + }, + "id": "2590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81591243749412, + -11.938334342924167, + -76.80627130017578, + -11.927950780577836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81160014201583, + -11.927950780577836 + ], + [ + -76.81591243749412, + -11.93099882991339 + ], + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.8067796602301, + -11.930094480211764 + ], + [ + -76.81160014201583, + -11.927950780577836 + ] + ] + ], + "type": "Polygon" + }, + "id": "2591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03208993328009, + -11.802327982527837, + -77.02244718573922, + -11.791937142382043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.02777360131971, + -11.791937142382043 + ] + ] + ], + "type": "Polygon" + }, + "id": "2592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06023394304408, + -11.750009577179698, + -77.0505920356229, + -11.73961734604812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.05591755550145, + -11.73961734604812 + ] + ] + ], + "type": "Polygon" + }, + "id": "2593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78166030334661, + -11.958527608881342, + -76.77201948593907, + -11.94814520504059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.77734867638615, + -11.94814520504059 + ] + ] + ], + "type": "Polygon" + }, + "id": "2594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70161196201983, + -12.2571096130646, + -76.69196441736997, + -12.246733906550471 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.69729855539758, + -12.246733906550471 + ] + ] + ], + "type": "Polygon" + }, + "id": "2595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03961301035282, + -11.62996611405633, + -77.02997519900748, + -11.619572835584753 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.03529877259744, + -11.619572835584753 + ] + ] + ], + "type": "Polygon" + }, + "id": "2596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08474950688489, + -11.972695602175502, + -77.07510034554939, + -11.962305889934541 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.08042949576729, + -11.962305889934541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00926724726547, + -11.847291125036968, + -76.99962374584764, + -11.83690146312503 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -77.00495092794894, + -11.83690146312503 + ] + ] + ], + "type": "Polygon" + }, + "id": "2598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76716981196826, + -12.059292546717401, + -76.75752638250923, + -12.048912019283762 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.76285723919598, + -12.048912019283762 + ] + ] + ], + "type": "Polygon" + }, + "id": "2599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94462861091085, + -12.17909770116829, + -76.9349768891922, + -12.168714600952889 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.94030960476705, + -12.168714600952889 + ] + ] + ], + "type": "Polygon" + }, + "id": "2600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77933218328295, + -12.123390217760877, + -76.76968651268719, + -12.113010376013925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.77501842160657, + -12.113010376013925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67743235132811, + -11.940307416789029, + -76.66779492281462, + -11.92992739774878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67312383841268, + -11.92992739774878 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.66779492281462, + -11.937258048312156 + ], + [ + -76.66830521173635, + -11.93206809389619 + ], + [ + -76.67312383841268, + -11.92992739774878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68191483217358, + -12.082242926948247, + -76.67227304881062, + -12.071864924430459 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67760430361913, + -12.071864924430459 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.68140450682118, + -12.08010398240723 + ], + [ + -76.67658352749564, + -12.082242926948247 + ], + [ + -76.67227304881062, + -12.079192839317905 + ], + [ + -76.67278349957219, + -12.074003893008433 + ], + [ + -76.67760430361913, + -12.071864924430459 + ] + ] + ], + "type": "Polygon" + }, + "id": "2603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95601502865357, + -12.015091268003694, + -76.94636790359904, + -12.004705342843383 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.95169790468015, + -12.004705342843383 + ] + ] + ], + "type": "Polygon" + }, + "id": "2604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07844816190091, + -11.65736550227012, + -77.06880854904558, + -11.646971624294927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.07413252228173, + -11.646971624294927 + ] + ] + ], + "type": "Polygon" + }, + "id": "2605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13278380059317, + -12.001003431934528, + -77.12313258829204, + -11.990612973088822 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.13278380059317, + -11.993658458368763 + ], + [ + -77.13227990299116, + -11.99885373975145 + ], + [ + -77.12745421155451, + -12.001003431934528 + ], + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.12846213391161, + -11.990612973088822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96974154623786, + -12.063630252344392, + -76.96009261718011, + -12.053244722626875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.9654234042806, + -12.053244722626875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00320155665705, + -11.909625508393267, + -76.9935563544014, + -11.899236875100273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.99888456913847, + -11.899236875100273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74282497536657, + -12.025426683170696, + -76.73318321698999, + -12.015046258786509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.73851352341003, + -12.015046258786509 + ] + ] + ], + "type": "Polygon" + }, + "id": "2609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85777342266982, + -12.028972584348631, + -76.84812846635171, + -12.018589313478445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.85345877665523, + -12.018589313478445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77247281776803, + -12.14628942077186, + -76.7628266493577, + -12.135910114032212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.76815893874515, + -12.135910114032212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82122765080733, + -12.025351076487961, + -76.81158377736259, + -12.014968668492562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.81691404996725, + -12.014968668492562 + ] + ] + ], + "type": "Polygon" + }, + "id": "2612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94156593498658, + -12.115892578880805, + -76.93191617959626, + -12.105508554440995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.93724785575174, + -12.105508554440995 + ] + ] + ], + "type": "Polygon" + }, + "id": "2613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99565369454534, + -12.081914017958928, + -76.9860035501361, + -12.071528129684555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.99133461091523, + -12.071528129684555 + ] + ] + ], + "type": "Polygon" + }, + "id": "2614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98121164681059, + -12.182714784585603, + -76.971558867045, + -12.172330836996954 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.97689160545603, + -12.172330836996954 + ] + ] + ], + "type": "Polygon" + }, + "id": "2615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07711887471226, + -11.956214231460258, + -77.06747039761865, + -11.945824463603369 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.07279928703511, + -11.945824463603369 + ] + ] + ], + "type": "Polygon" + }, + "id": "2616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91637073265534, + -11.759498927293548, + -76.90673225676763, + -11.749110359417246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.91205808705324, + -11.749110359417246 + ] + ] + ], + "type": "Polygon" + }, + "id": "2617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74349847664658, + -12.253436277317007, + -76.73384989602157, + -12.243059441200389 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73918396371717, + -12.243059441200389 + ] + ] + ], + "type": "Polygon" + }, + "id": "2618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07796777753981, + -12.090017071802565, + -77.06831528879454, + -12.079629291975941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.07364638084945, + -12.079629291975941 + ] + ] + ], + "type": "Polygon" + }, + "id": "2619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04655427611124, + -11.795877695836008, + -77.03691135142249, + -11.785486414539408 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.04223764299552, + -11.785486414539408 + ] + ] + ], + "type": "Polygon" + }, + "id": "2620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87529289996469, + -12.274422346612695, + -76.86564015332607, + -12.264042531254415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.87097449995463, + -12.264042531254415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89737758792424, + -12.095795736383323, + -76.88772959069193, + -12.085412498073861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.89306097366503, + -12.085412498073861 + ] + ] + ], + "type": "Polygon" + }, + "id": "2622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13111831057034, + -11.827752947464843, + -77.12147230246066, + -11.81736004889133 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.12679899976992, + -11.81736004889133 + ] + ] + ], + "type": "Polygon" + }, + "id": "2623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72067389434669, + -12.204003561583786, + -76.71102741283275, + -12.193626497469104 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.71636067042614, + -12.193626497469104 + ] + ] + ], + "type": "Polygon" + }, + "id": "2624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09080266070926, + -11.910354689770672, + -77.0811552045166, + -11.899963926766429 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.08648332010542, + -11.899963926766429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02005460216034, + -12.11577588601701, + -77.01040282007175, + -12.105389922716842 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.01573441093748, + -12.105389922716842 + ] + ] + ], + "type": "Polygon" + }, + "id": "2626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00471818435179, + -11.894042493476519, + -76.99507340734154, + -11.883653600704784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -77.00040136389352, + -11.883653600704784 + ] + ] + ], + "type": "Polygon" + }, + "id": "2627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7922303815193, + -12.321170358845187, + -76.78257845710934, + -12.31079341979004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.78791362493777, + -12.31079341979004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71529611770693, + -12.305626758777546, + -76.70564674836419, + -12.29525151336437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.7109816851466, + -12.29525151336437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13119516399426, + -11.922176169324402, + -77.12154634113276, + -11.911784596993519 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.12687459163392, + -11.911784596993519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11441781250561, + -11.904799575567925, + -77.10476992763311, + -11.894408160460682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.1100979175991, + -11.894408160460682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91720989427992, + -12.270722908724403, + -76.90755615343708, + -12.260341984983807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.91720989427992, + -12.263390750702465 + ], + [ + -76.91670255239688, + -12.268581265758495 + ], + [ + -76.91187559543366, + -12.270722908724403 + ], + [ + -76.90755615343708, + -12.267674059301243 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.91289040570933, + -12.260341984983807 + ] + ] + ], + "type": "Polygon" + }, + "id": "2632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79077021676834, + -12.053776355819462, + -76.78112631404049, + -12.043395146961604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.7864570701937, + -12.043395146961604 + ] + ] + ], + "type": "Polygon" + }, + "id": "2633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99631875879625, + -11.838153274049422, + -76.98667586272519, + -11.827763803201297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.99200290904106, + -11.827763803201297 + ] + ] + ], + "type": "Polygon" + }, + "id": "2634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96747771397919, + -12.134179419094641, + -76.95782673872998, + -12.123795039732535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.96315869106571, + -12.123795039732535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829012060922, + -12.007870059072909, + -76.87325621311865, + -11.997485842792795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.87858615809022, + -11.997485842792795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82881625232476, + -12.230499865423669, + -76.81916605424107, + -12.22012049216578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.82449970605613, + -12.22012049216578 + ] + ] + ], + "type": "Polygon" + }, + "id": "2637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83186701357839, + -12.199361160795101, + -76.82221766371865, + -12.18898120405359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.82755079987889, + -12.18898120405359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07929683527432, + -11.791214690233554, + -77.06965321814329, + -11.780822548171095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.07497938995108, + -11.780822548171095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03130857280996, + -11.762914056387839, + -77.02166701850607, + -11.752522703199372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.0269927869488, + -11.752522703199372 + ] + ] + ], + "type": "Polygon" + }, + "id": "2640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69015180307113, + -12.326682763878594, + -76.680502495232, + -12.316308518519815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.68583778411832, + -12.316308518519815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89126095132787, + -11.780624849266962, + -76.88162250710167, + -11.77023718953167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.8869487049268, + -11.77023718953167 + ] + ] + ], + "type": "Polygon" + }, + "id": "2642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691062349054, + -12.124226767146027, + -76.8572625832918, + -12.113844733660192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.86259445766846, + -12.113844733660192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06191729502154, + -12.017650850431865, + -77.05226737172774, + -12.007262361479247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.05759729322253, + -12.007262361479247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98943919023921, + -11.766677040821099, + -76.9797985995285, + -11.756286764524805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.98512447777946, + -11.756286764524805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.130247959402, + -11.69389532766403, + -77.12060595729218, + -11.683500663934804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.12593045574236, + -11.683500663934804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81968870833727, + -12.135263254159465, + -76.81004159756091, + -12.124882580218838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.81537368311254, + -12.124882580218838 + ] + ] + ], + "type": "Polygon" + }, + "id": "2647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00697256158621, + -11.823465831933872, + -76.99732982863519, + -11.813075896591227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -77.00265662142002, + -11.813075896591227 + ] + ] + ], + "type": "Polygon" + }, + "id": "2648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10750749440943, + -11.833313749730586, + -77.09786191249252, + -11.822921498904496 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.10318873666509, + -11.822921498904496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12817215310874, + -11.953349839815935, + -77.11852247676327, + -11.942958791424445 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.12385124497351, + -11.942958791424445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11880669266537, + -11.669171403196295, + -77.10916571242707, + -11.658776698125347 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.11448982201193, + -11.658776698125347 + ] + ] + ], + "type": "Polygon" + }, + "id": "2651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04587502049098, + -11.945281819451404, + -77.0362276628, + -11.934892654570909 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.04155641339915, + -11.934892654570909 + ] + ] + ], + "type": "Polygon" + }, + "id": "2652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78541540931056, + -12.155438065375412, + -76.77576861808238, + -12.145058576190332 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.78110105309086, + -12.145058576190332 + ] + ] + ], + "type": "Polygon" + }, + "id": "2653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05585726898558, + -12.07997796710415, + -77.04620564070719, + -12.06959057217443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.05153659695456, + -12.06959057217443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13723954836676, + -11.859824150089977, + -77.12759243218163, + -11.849431548483409 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.13291964747589, + -11.849431548483409 + ] + ] + ], + "type": "Polygon" + }, + "id": "2655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95140805102105, + -11.873068314480866, + -76.94176527831635, + -11.86268043858299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.94176527831635, + -11.87002173287223 + ], + [ + -76.9422716451797, + -11.864827848233212 + ], + [ + -76.94709294538778, + -11.86268043858299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78771739176544, + -12.0849188726965, + -76.77807264250916, + -12.074538219373327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.78340391344337, + -12.074538219373327 + ] + ] + ], + "type": "Polygon" + }, + "id": "2657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13708238974347, + -11.670952219416202, + -77.1274408994247, + -11.660557096136646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13276501044962, + -11.660557096136646 + ], + [ + -77.13708238974347, + -11.66360085665765 + ], + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.12794435037111, + -11.66271086241547 + ], + [ + -77.13276501044962, + -11.660557096136646 + ] + ] + ], + "type": "Polygon" + }, + "id": "2658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03751529628965, + -11.98379037087774, + -77.02786700403321, + -11.973401974586853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.03319639914388, + -11.973401974586853 + ] + ] + ], + "type": "Polygon" + }, + "id": "2659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85244751616521, + -11.941950300396181, + -76.84280529544442, + -11.931565873392067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84813417560379, + -11.931565873392067 + ], + [ + -76.85244751616521, + -11.934613616251529 + ], + [ + -76.85193978566254, + -11.9398058836647 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.84280529544442, + -11.93890247131841 + ], + [ + -76.8433131519319, + -11.933710311737268 + ], + [ + -76.84813417560379, + -11.931565873392067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94986532421952, + -11.794257331161495, + -76.94022493844547, + -11.783868402616811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.94555131037592, + -11.783868402616811 + ] + ] + ], + "type": "Polygon" + }, + "id": "2661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92096006281638, + -11.901530077028793, + -76.91131723751008, + -11.891143359111318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.91563185318509, + -11.901530077028793 + ], + [ + -76.91131723751008, + -11.898483073228364 + ], + [ + -76.91182407438964, + -11.893289767761551 + ], + [ + -76.91664540072703, + -11.891143359111318 + ] + ] + ], + "type": "Polygon" + }, + "id": "2662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99025106394566, + -11.900486522117411, + -76.98060646771265, + -11.890098076718328 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.98593454635241, + -11.890098076718328 + ] + ] + ], + "type": "Polygon" + }, + "id": "2663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72824037423209, + -12.314779295999397, + -76.71859037729891, + -12.304403874743535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.72392546228973, + -12.304403874743535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09159180734096, + -11.949766691558555, + -77.08194315672488, + -11.93937647776818 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.08727191986792, + -11.93937647776818 + ] + ] + ], + "type": "Polygon" + }, + "id": "2665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0616908705372, + -11.639991419457758, + -77.0520521990769, + -11.629597729048045 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.05737590928155, + -11.629597729048045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72290523995949, + -12.32210363682827, + -76.71325517001362, + -12.311728475836613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.71859037729891, + -12.311728475836613 + ] + ] + ], + "type": "Polygon" + }, + "id": "2667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06785834344353, + -11.766491620621432, + -77.05821575195468, + -11.75609942374852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.0635415327296, + -11.75609942374852 + ] + ] + ], + "type": "Polygon" + }, + "id": "2668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88137893371969, + -12.023446043961911, + -76.87173351657117, + -12.01306209939263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.87706371930956, + -12.01306209939263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16991092647456, + -11.760716721199788, + -77.16026594886114, + -11.750321980017777 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16559148204323, + -11.750321980017777 + ], + [ + -77.16991092647456, + -11.753365922992868 + ], + [ + -77.16940792424217, + -11.758563345493853 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.16559148204323, + -11.750321980017777 + ] + ] + ], + "type": "Polygon" + }, + "id": "2670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08093406459781, + -11.964454921104108, + -77.07128524535256, + -11.954065180827103 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.07661426519057, + -11.954065180827103 + ] + ] + ], + "type": "Polygon" + }, + "id": "2671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995850616275, + -12.281752645915988, + -76.86030568184812, + -12.271373086328103 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.86564015332607, + -12.271373086328103 + ] + ] + ], + "type": "Polygon" + }, + "id": "2672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89052382059688, + -12.118704658969282, + -76.88087532054355, + -12.108321948584575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.88620708657994, + -12.108321948584575 + ] + ] + ], + "type": "Polygon" + }, + "id": "2673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84939022090794, + -12.161796818467113, + -76.8397415250193, + -12.15141581829942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.84507403071969, + -12.15141581829942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16999908652078, + -11.855154411827664, + -77.16035129477551, + -11.844760956069045 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16999908652078, + -11.847805381336494 + ], + [ + -77.16949593887698, + -11.85300216104613 + ], + [ + -77.16467195798772, + -11.855154411827664 + ], + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.16567838046029, + -11.844760956069045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77622436249709, + -12.343148604318252, + -76.76657221342768, + -12.332772444912012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.77190775126604, + -12.332772444912012 + ] + ] + ], + "type": "Polygon" + }, + "id": "2676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93319291787175, + -12.154378660534627, + -76.92354223259106, + -12.143995449971161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.92887455108327, + -12.143995449971161 + ] + ] + ], + "type": "Polygon" + }, + "id": "2677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79001839231958, + -12.014392578276324, + -76.78037568420207, + -12.004010792208051 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.78570579155266, + -12.004010792208051 + ] + ] + ], + "type": "Polygon" + }, + "id": "2678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853106855055, + -12.162704144018704, + -76.8488821024737, + -12.152322928996288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.85421461717061, + -12.152322928996288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234599915501, + -11.793505625194593, + -76.85270793652045, + -11.783118861295806 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.85803436685828, + -11.783118861295806 + ] + ] + ], + "type": "Polygon" + }, + "id": "2680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03683149687726, + -12.133157318133431, + -77.02717876671738, + -12.122771215509802 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.03683149687726, + -12.125818222214791 + ], + [ + -77.03632604599919, + -12.131011326023714 + ], + [ + -77.03149959506722, + -12.133157318133431 + ], + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.0325106237009, + -12.122771215509802 + ] + ] + ], + "type": "Polygon" + }, + "id": "2681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12435517399678, + -11.945108985652572, + -77.11470583880276, + -11.934717909802991 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.12003447719874, + -11.934717909802991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77619764805142, + -12.437439562927047, + -76.76654268059508, + -12.427065043813306 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.77619764805142, + -12.430115892154502 + ], + [ + -76.7756880742814, + -12.435303205698299 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.77187977681302, + -12.427065043813306 + ] + ] + ], + "type": "Polygon" + }, + "id": "2683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04974191636096, + -12.047916078330987, + -77.04009140012614, + -12.037528343122277 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.04542183601639, + -12.037528343122277 + ] + ] + ], + "type": "Polygon" + }, + "id": "2684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80597211124301, + -12.181064916958185, + -76.79632400150581, + -12.170685317916249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.8016568497697, + -12.170685317916249 + ] + ] + ], + "type": "Polygon" + }, + "id": "2685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9080518432731, + -12.175476323623071, + -76.89840118724706, + -12.16509407479 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.90373387556885, + -12.16509407479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07935855591272, + -11.885632148271899, + -77.06971212540458, + -11.87524131189656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.0750398501093, + -11.87524131189656 + ] + ] + ], + "type": "Polygon" + }, + "id": "2687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90269868256249, + -11.994099909662816, + -76.89305357807018, + -11.983714994469434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.89838328087936, + -11.983714994469434 + ] + ] + ], + "type": "Polygon" + }, + "id": "2688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69632778472932, + -12.170135947096162, + -76.68668298201919, + -12.159758959034429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.69201568511609, + -12.159758959034429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70764130169931, + -12.383434632320606, + -76.69798981685983, + -12.373060914126418 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.7023050281255, + -12.383434632320606 + ], + [ + -76.69798981685983, + -12.38038329995809 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.70332604083745, + -12.373060914126418 + ] + ] + ], + "type": "Polygon" + }, + "id": "2690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00865302030483, + -12.18542477526524, + -76.99899945202547, + -12.175040194779422 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -77.00433220466367, + -12.175040194779422 + ] + ] + ], + "type": "Polygon" + }, + "id": "2691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68123091547322, + -11.948546739994375, + -76.67159313664872, + -11.938166743984771 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.67692218768745, + -11.938166743984771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95215507049207, + -11.818080970664509, + -76.94251391585551, + -11.807692311125386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.94784067747251, + -11.807692311125386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8813829231413, + -12.117799098978793, + -76.87173469152853, + -12.107416602738832 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.87706644953575, + -12.107416602738832 + ] + ] + ], + "type": "Polygon" + }, + "id": "2694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06494648783838, + -11.986484844473702, + -77.05529741689203, + -11.976095817797036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.0606268211157, + -11.976095817797036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69326597251994, + -12.201265752701888, + -76.68362032482354, + -12.190889344615082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.68895354212465, + -12.190889344615082 + ] + ] + ], + "type": "Polygon" + }, + "id": "2696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07385038912113, + -11.609700982611853, + -77.06421231000137, + -11.599306618106413 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06953550662871, + -11.599306618106413 + ] + ] + ], + "type": "Polygon" + }, + "id": "2697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16307603955399, + -11.783658672510283, + -77.15343054845894, + -11.773264403165786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.15875647001384, + -11.773264403165786 + ] + ] + ], + "type": "Polygon" + }, + "id": "2698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6924748707017, + -12.256195728072743, + -76.68282760460235, + -12.24582024030858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.68816172889548, + -12.24582024030858 + ] + ] + ], + "type": "Polygon" + }, + "id": "2699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93773421930318, + -12.013287550087032, + -76.92808762440744, + -12.002902050643218 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.9334176131145, + -12.002902050643218 + ] + ] + ], + "type": "Polygon" + }, + "id": "2700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79371459226118, + -12.494190877966208, + -76.78405745413016, + -12.483816928374733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78939548109929, + -12.483816928374733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79681219510289, + -12.27447255221277, + -76.78716154246202, + -12.264094712620379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.79249593694738, + -12.264094712620379 + ] + ] + ], + "type": "Polygon" + }, + "id": "2702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93159747400067, + -11.792461003519838, + -76.92195761830463, + -11.782072502536154 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.92728397750814, + -11.782072502536154 + ] + ] + ], + "type": "Polygon" + }, + "id": "2703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71074945703738, + -12.25802322981869, + -76.70110163431254, + -12.247647304803804 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.7064357857993, + -12.247647304803804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90196299197692, + -12.237765764290284, + -76.89231063621325, + -12.227384676696394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.89764435727372, + -12.227384676696394 + ] + ] + ], + "type": "Polygon" + }, + "id": "2705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538645626344, + -12.234134967490016, + -76.85573517552187, + -12.223754735063281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.86106886416681, + -12.223754735063281 + ] + ] + ], + "type": "Polygon" + }, + "id": "2706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00705382909415, + -12.012255735840393, + -76.99740546873689, + -12.001868509771459 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -77.0027353689695, + -12.001868509771459 + ] + ] + ], + "type": "Polygon" + }, + "id": "2707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12824817600671, + -12.047758270061387, + -77.1185956827666, + -12.03736862272385 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.12392600537757, + -12.03736862272385 + ] + ] + ], + "type": "Polygon" + }, + "id": "2708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9201770385014, + -11.767739441498646, + -76.9105382175708, + -11.757350889661607 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.9158641801477, + -11.757350889661607 + ] + ] + ], + "type": "Polygon" + }, + "id": "2709", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.934635503131, + -11.761295003688174, + -76.92499649568133, + -11.750906007201658 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93032233960825, + -11.750906007201658 + ], + [ + -76.934635503131, + -11.753952049419425 + ], + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.92550292205429, + -11.753054429570941 + ], + [ + -76.93032233960825, + -11.750906007201658 + ] + ] + ], + "type": "Polygon" + }, + "id": "2710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74275209563255, + -12.214066311965755, + -76.73310471098536, + -12.203688848871991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.73843812895531, + -12.203688848871991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05872032247366, + -11.765597617981511, + -77.04907798956528, + -11.755205631652576 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.05440376767025, + -11.755205631652576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07403078705694, + -11.892977259071145, + -77.06438427257368, + -11.882586656394539 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06971212540458, + -11.882586656394539 + ] + ] + ], + "type": "Polygon" + }, + "id": "2713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87681395107384, + -12.164517993302484, + -76.86716444605122, + -12.154136349321027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.87249697791411, + -12.154136349321027 + ] + ] + ], + "type": "Polygon" + }, + "id": "2714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86158048947608, + -12.037212390186093, + -76.85193518633771, + -12.026829148546705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.85726562989137, + -12.026829148546705 + ] + ] + ], + "type": "Polygon" + }, + "id": "2715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1865944650517, + -11.683641252918497, + -77.17695136851692, + -11.673245102769489 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18227560717929, + -11.673245102769489 + ], + [ + -77.1865944650517, + -11.676288490006417 + ], + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.17745414374338, + -11.675399755690567 + ], + [ + -77.18227560717929, + -11.673245102769489 + ] + ] + ], + "type": "Polygon" + }, + "id": "2716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04901066108525, + -12.10289883561904, + -77.03935852321271, + -12.09251196219065 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.04468986604563, + -12.09251196219065 + ] + ] + ], + "type": "Polygon" + }, + "id": "2717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8158822143545, + -12.127023860239479, + -76.80623545146716, + -12.116643152465176 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.81156740316037, + -12.116643152465176 + ] + ] + ], + "type": "Polygon" + }, + "id": "2718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0900137086616, + -11.870940968637248, + -77.08036744660036, + -11.860549666198105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.08569491479025, + -11.860549666198105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02846614419282, + -12.171652516954262, + -77.01881247887209, + -12.16126722916651 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02414498086875, + -12.16126722916651 + ], + [ + -77.02846614419282, + -12.16431449321725 + ], + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.02414498086875, + -12.16126722916651 + ] + ] + ], + "type": "Polygon" + }, + "id": "2720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67499604371501, + -12.199439212728647, + -76.6653509542731, + -12.189063243239888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.6706841433369, + -12.189063243239888 + ] + ] + ], + "type": "Polygon" + }, + "id": "2721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05125723515641, + -12.032334407230577, + -77.04160714505116, + -12.02194639930236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.04693732230807, + -12.02194639930236 + ] + ] + ], + "type": "Polygon" + }, + "id": "2722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76794798647603, + -12.004339184319374, + -76.75830617447816, + -11.993957805815105 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.7636361250903, + -11.993957805815105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78466401748506, + -12.11605971061547, + -76.77501842160657, + -12.10567961900377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.78035020739046, + -12.10567961900377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74360712497561, + -11.970473819105669, + -76.73396698338789, + -11.960092554991206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73929638398302, + -11.960092554991206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05025986455804, + -11.61526803361837, + -77.04062221887102, + -11.604874312049906 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.04594553774085, + -11.604874312049906 + ] + ] + ], + "type": "Polygon" + }, + "id": "2726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68877664284565, + -12.059347478279136, + -76.67913535319005, + -12.048968947738771 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68446622972623, + -12.048968947738771 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.67913535319005, + -12.056297571602366 + ], + [ + -76.6796456724856, + -12.051108361255578 + ], + [ + -76.68446622972623, + -12.048968947738771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04498816853, + -11.717045513647218, + -77.03534762997818, + -11.706653219474097 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.04067262756573, + -11.706653219474097 + ] + ] + ], + "type": "Polygon" + }, + "id": "2728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82354699631263, + -11.766082407028293, + -76.81391078391188, + -11.755696244075533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.81822094588884, + -11.766082407028293 + ], + [ + -76.81391078391188, + -11.763035280134243 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81923678657466, + -11.755696244075533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94385726957421, + -12.139708052479017, + -76.93420674371403, + -12.12932434511978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.93953881039543, + -12.12932434511978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93236645743326, + -11.831865973373631, + -76.92272540846642, + -11.821477993516087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.93186001517479, + -11.829718482690254 + ], + [ + -76.92703940446187, + -11.831865973373631 + ], + [ + -76.92272540846642, + -11.828819440899109 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.92805241520594, + -11.821477993516087 + ] + ] + ], + "type": "Polygon" + }, + "id": "2731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02373272337455, + -11.840843928883379, + -77.01408904283888, + -11.830453822804593 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01941610198614, + -11.830453822804593 + ] + ] + ], + "type": "Polygon" + }, + "id": "2732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75199136656761, + -11.9319963617633, + -76.742352143502, + -11.921614322193616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.74768090769909, + -11.921614322193616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92939953204119, + -12.24048603267182, + -76.91974637502598, + -12.230104306330496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.92508011749975, + -12.230104306330496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89739491282927, + -12.284478223796942, + -76.88774128201285, + -12.274098023335924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.89739491282927, + -12.277147038398684 + ], + [ + -76.89688727223104, + -12.282337191936538 + ], + [ + -76.89206037017178, + -12.284478223796942 + ], + [ + -76.88774128201285, + -12.28142912505398 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.89307577780946, + -12.274098023335924 + ] + ] + ], + "type": "Polygon" + }, + "id": "2735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8661486682394, + -12.179182987927605, + -76.85649900803959, + -12.168801845461305 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.86183178939704, + -12.168801845461305 + ] + ] + ], + "type": "Polygon" + }, + "id": "2736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7754736830557, + -12.303780856951366, + -76.76582273070468, + -12.29340404861493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.77115761853997, + -12.29340404861493 + ] + ] + ], + "type": "Polygon" + }, + "id": "2737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70856953173575, + -12.045599572180205, + -76.69892810804217, + -12.035220325916058 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70425875500446, + -12.035220325916058 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.69943813063664, + -12.03736034580151 + ], + [ + -76.70425875500446, + -12.035220325916058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84100821254681, + -12.200269694046797, + -76.831358591519, + -12.189889522110036 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.83669173720654, + -12.189889522110036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74204256246684, + -12.08037558663458, + -76.73239918676256, + -12.069996021010617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.7377303993135, + -12.069996021010617 + ] + ] + ], + "type": "Polygon" + }, + "id": "2740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15385035592851, + -11.688325021846994, + -77.14420793109879, + -11.67792971773292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14953230102608, + -11.67792971773292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65439763890724, + -12.268099051235822, + -76.64475106952821, + -12.257724738603821 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.65008539315193, + -12.257724738603821 + ] + ] + ], + "type": "Polygon" + }, + "id": "2742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03599962675075, + -11.999372630357932, + -77.0263509086461, + -11.988984502117962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.03168056224546, + -11.988984502117962 + ] + ] + ], + "type": "Polygon" + }, + "id": "2743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78762394924537, + -12.462153826029496, + -76.77796793385436, + -12.45177945605536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78330543379711, + -12.45177945605536 + ], + [ + -76.78762394924537, + -12.454830304752283 + ], + [ + -76.78711449582828, + -12.460017543626956 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.78330543379711, + -12.45177945605536 + ] + ] + ], + "type": "Polygon" + }, + "id": "2744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85014468286874, + -12.295502565632368, + -76.84049197407354, + -12.285123733268255 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.84582668600476, + -12.285123733268255 + ] + ] + ], + "type": "Polygon" + }, + "id": "2745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00176299786533, + -12.11397260848608, + -76.99211173955172, + -12.10358706673466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.99744332190157, + -12.10358706673466 + ] + ] + ], + "type": "Polygon" + }, + "id": "2746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76564245595492, + -12.074862990807812, + -76.75599860349702, + -12.064482741108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.76132971745655, + -12.064482741108 + ] + ] + ], + "type": "Polygon" + }, + "id": "2747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03731735167855, + -11.606135056331164, + -77.02768030748416, + -11.595741536946761 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03300349251437, + -11.595741536946761 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.0281850559783, + -11.597893982987957 + ], + [ + -77.03300349251437, + -11.595741536946761 + ] + ] + ], + "type": "Polygon" + }, + "id": "2748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75878354263307, + -12.097763346568996, + -76.74913919310085, + -12.087383625159422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.75447068710533, + -12.087383625159422 + ] + ] + ], + "type": "Polygon" + }, + "id": "2749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7412967628324, + -12.040996976597993, + -76.73165458182243, + -12.030616826818795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.73698514533947, + -12.030616826818795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0703349307986, + -12.073536375047397, + -77.06068312707207, + -12.063148527768899 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.06601395796446, + -12.063148527768899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77852960004415, + -12.272649831813267, + -76.76887949509045, + -12.262272424717786 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.77421386756954, + -12.262272424717786 + ] + ] + ], + "type": "Polygon" + }, + "id": "2752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16715470121093, + -12.075169599316615, + -77.15750042128047, + -12.064779430390404 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1628311331636, + -12.064779430390404 + ], + [ + -77.16715470121093, + -12.067824943493186 + ], + [ + -77.16665117149279, + -12.073020079619077 + ], + [ + -77.1618239463805, + -12.075169599316615 + ], + [ + -77.15750042128047, + -12.072124002063363 + ], + [ + -77.15800407833609, + -12.066928969273015 + ], + [ + -77.1628311331636, + -12.064779430390404 + ] + ] + ], + "type": "Polygon" + }, + "id": "2753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12039099618812, + -11.748018732878029, + -77.11074763027791, + -11.737625015780377 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.11607303303344, + -11.737625015780377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09698738092632, + -12.036825937858756, + -77.08733599861402, + -12.026436883243004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.09266618760824, + -12.026436883243004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7701672183478, + -12.216800200814152, + -76.76051900757152, + -12.206422085829214 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.76585246136207, + -12.206422085829214 + ] + ] + ], + "type": "Polygon" + }, + "id": "2756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91487853096186, + -11.963846711209866, + -76.90523400821306, + -11.953461046252908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91056320267586, + -11.953461046252908 + ], + [ + -76.91487853096186, + -11.956508342537257 + ], + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.90574102768167, + -11.955606550085479 + ], + [ + -76.91056320267586, + -11.953461046252908 + ] + ] + ], + "type": "Polygon" + }, + "id": "2757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89736893305216, + -12.001436935766025, + -76.88772375014693, + -11.991052262564429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.89305357807018, + -11.991052262564429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19583084108194, + -11.778980406577917, + -77.18618467963327, + -11.76858528851828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.19151046884912, + -11.76858528851828 + ], + [ + -77.19583084108194, + -11.771629091257022 + ], + [ + -77.1953281749742, + -11.776826702005023 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.18618467963327, + -11.775936517746173 + ], + [ + -77.18668747295835, + -11.770739010444487 + ], + [ + -77.19151046884912, + -11.76858528851828 + ] + ] + ], + "type": "Polygon" + }, + "id": "2759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78837651688941, + -12.501513547699618, + -76.77871930357774, + -12.491139865698424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.78786701183934, + -12.499377772813531 + ], + [ + -76.78303831785598, + -12.501513547699618 + ], + [ + -76.77871930357774, + -12.498462452869036 + ], + [ + -76.77922893479231, + -12.493275665724992 + ], + [ + -76.78405745413016, + -12.491139865698424 + ] + ] + ], + "type": "Polygon" + }, + "id": "2760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95143246652654, + -11.967452419592403, + -76.94178688090612, + -11.957065901046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.94711610176398, + -11.957065901046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08547450112606, + -11.917699705791007, + -77.0758269605816, + -11.907309177459288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.0811552045166, + -11.907309177459288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05177313867283, + -11.599677393650921, + -77.04213591798417, + -11.589283442054924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.04745897890821, + -11.589283442054924 + ] + ] + ], + "type": "Polygon" + }, + "id": "2763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.707688015371, + -12.289149812234458, + -76.69803934687053, + -12.27877448421867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.70337401298657, + -12.27877448421867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72447735446984, + -12.212242381614278, + -76.71483052295454, + -12.20186535436204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.7201639156672, + -12.20186535436204 + ] + ] + ], + "type": "Polygon" + }, + "id": "2765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75185626351636, + -12.309281383820062, + -76.74220578725554, + -12.298905268070296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.74754077458697, + -12.298905268070296 + ] + ] + ], + "type": "Polygon" + }, + "id": "2766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87604868396787, + -12.030781755285863, + -76.86640318907013, + -12.020398054479426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.87173351657117, + -12.020398054479426 + ] + ] + ], + "type": "Polygon" + }, + "id": "2767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0298409501669, + -11.872910226656103, + -77.02019615822763, + -11.86252041905564 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.02552373759718, + -11.86252041905564 + ] + ] + ], + "type": "Polygon" + }, + "id": "2768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71153751717222, + -12.203091225569377, + -76.7018913131221, + -12.192714379881359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.70722455755994, + -12.192714379881359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99180438549077, + -11.979294297096718, + -76.9821574006092, + -11.968906956472166 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.98748677501405, + -11.968906956472166 + ] + ] + ], + "type": "Polygon" + }, + "id": "2770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02308823655964, + -12.08461743699039, + -77.01343730639964, + -12.07423091593872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.01876838008928, + -12.07423091593872 + ] + ] + ], + "type": "Polygon" + }, + "id": "2771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87680333244998, + -11.78706581681319, + -76.86716507840877, + -11.77667860452948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.87249139283219, + -11.77667860452948 + ] + ] + ], + "type": "Polygon" + }, + "id": "2772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95220434338768, + -12.006851090453157, + -76.9425575631673, + -11.99646513630463 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.9478874322068, + -11.99646513630463 + ] + ] + ], + "type": "Polygon" + }, + "id": "2773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75806758942969, + -11.964048280664633, + -76.74842724625185, + -11.953666555045263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.75375653646535, + -11.953666555045263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96667474392754, + -12.000413456293177, + -76.9570277796078, + -11.990027048371896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.96235752829425, + -11.990027048371896 + ] + ] + ], + "type": "Polygon" + }, + "id": "2775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95676160726923, + -11.960112885140752, + -76.94711610176398, + -11.94972612717544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.95244519658586, + -11.94972612717544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08850077601055, + -11.886527601796452, + -77.0788540878124, + -11.876136555843043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.08418181456646, + -11.876136555843043 + ] + ] + ], + "type": "Polygon" + }, + "id": "2777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74509916012352, + -12.049236332989967, + -76.73545662988562, + -12.038856211965733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.74078732812693, + -12.038856211965733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94073120359914, + -11.793359296701553, + -76.93109108262607, + -11.78297058181196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.93641744833056, + -11.78297058181196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0809962963108, + -12.05885317922994, + -77.07134466065249, + -12.048464847686049 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.07667523504853, + -12.048464847686049 + ] + ] + ], + "type": "Polygon" + }, + "id": "2780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85167422604685, + -12.185607306478653, + -76.84202475861622, + -12.175226630141367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.84735765565996, + -12.175226630141367 + ] + ] + ], + "type": "Polygon" + }, + "id": "2781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88366461822775, + -12.047261475315832, + -76.8740184304916, + -12.036877833953087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.87934902399441, + -12.036877833953087 + ] + ] + ], + "type": "Polygon" + }, + "id": "2782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82121409016625, + -12.119692172334807, + -76.81156740316037, + -12.109311215168173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.8168992310733, + -12.109311215168173 + ] + ] + ], + "type": "Polygon" + }, + "id": "2783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75501287951268, + -11.99519238205274, + -76.74537169101878, + -11.984811194855206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.7507014954009, + -11.984811194855206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79225240830569, + -12.226860464565705, + -76.78260330050904, + -12.216481954475286 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.78793691108227, + -12.216481954475286 + ] + ] + ], + "type": "Polygon" + }, + "id": "2785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8592942557803, + -12.107747581860176, + -76.84964690943727, + -12.09736548140206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.85497851726329, + -12.09736548140206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75426565658444, + -11.95580868604865, + -76.74462566218604, + -11.945426935893458 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.74995481790896, + -11.945426935893458 + ] + ] + ], + "type": "Polygon" + }, + "id": "2787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89127469113346, + -11.96937973852488, + -76.88163062447667, + -11.95899474244277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.88695992907185, + -11.95899474244277 + ] + ] + ], + "type": "Polygon" + }, + "id": "2788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69850038608459, + -12.382518665658719, + -76.68884917969878, + -12.372145165596686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.69798981685983, + -12.38038329995809 + ], + [ + -76.69316412594436, + -12.382518665658719 + ], + [ + -76.68884917969878, + -12.37946725218167 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.69418539011288, + -12.372145165596686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11074376508378, + -12.085371051439017, + -77.10109058858718, + -12.074982402972966 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.11074376508378, + -12.07802849373271 + ], + [ + -77.11023942634672, + -12.083222870002887 + ], + [ + -77.10541275265375, + -12.085371051439017 + ], + [ + -77.10109058858718, + -12.08232487639249 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.10642155726029, + -12.074982402972966 + ] + ] + ], + "type": "Polygon" + }, + "id": "2790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78694231969774, + -12.139868760117272, + -76.77729595190407, + -12.129488985438794 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.78262812941264, + -12.129488985438794 + ] + ] + ], + "type": "Polygon" + }, + "id": "2791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06573259012981, + -12.025891339275825, + -77.05608232424032, + -12.015502880892862 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.06141237639868, + -12.015502880892862 + ] + ] + ], + "type": "Polygon" + }, + "id": "2792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75950009042127, + -12.23145565276482, + -76.74985173120636, + -12.221078048005348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.75518543082354, + -12.221078048005348 + ] + ] + ], + "type": "Polygon" + }, + "id": "2793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8288502745724, + -11.947478616544215, + -76.8192085183923, + -11.937094862009971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82453750381255, + -11.937094862009971 + ], + [ + -76.8288502745724, + -11.940142844629131 + ], + [ + -76.82834220632475, + -11.945334775962168 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.82453750381255, + -11.937094862009971 + ] + ] + ], + "type": "Polygon" + }, + "id": "2794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96214571582613, + -12.141515808076319, + -76.95249466003455, + -12.131131676211412 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.95782673872998, + -12.131131676211412 + ] + ] + ], + "type": "Polygon" + }, + "id": "2795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12125738502664, + -11.881865805966518, + -77.11161001193271, + -11.871473900013967 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.11693761432262, + -11.871473900013967 + ] + ] + ], + "type": "Polygon" + }, + "id": "2796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.952976410676, + -12.046247954513246, + -76.9433284355632, + -12.035862574526071 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.94865895294006, + -12.035862574526071 + ] + ] + ], + "type": "Polygon" + }, + "id": "2797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02455907387524, + -11.974651198448424, + -77.01491138541378, + -11.96426298476267 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.02024064583352, + -11.96426298476267 + ] + ] + ], + "type": "Polygon" + }, + "id": "2798", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88365066432226, + -11.764144067650099, + -76.87401291148238, + -11.753756375517359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.87933884393499, + -11.753756375517359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78990494026031, + -12.485952944729998, + -76.78024815132517, + -12.47557894328465 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.7855860438105, + -12.47557894328465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02134728090971, + -11.628180922672833, + -77.01170998972178, + -11.617788067987778 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.01602366972362, + -11.628180922672833 + ], + [ + -77.01170998972178, + -11.6251362926345 + ], + [ + -77.01221499606146, + -11.619939918333053 + ], + [ + -77.01703355600051, + -11.617788067987778 + ] + ] + ], + "type": "Polygon" + }, + "id": "2801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99184059937454, + -12.073673895338537, + -76.98219079912576, + -12.063287974297868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.98752172830943, + -12.063287974297868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77555437980087, + -12.020818263721667, + -76.76591187065324, + -12.010436939945064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.77124208994279, + -12.010436939945064 + ] + ] + ], + "type": "Polygon" + }, + "id": "2803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0261675656029, + -12.147834518214799, + -77.01651467011001, + -12.137448908479216 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.0261675656029, + -12.140496083603848 + ], + [ + -77.02566194223343, + -12.145688941028235 + ], + [ + -77.0208354085721, + -12.147834518214799 + ], + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.02184678215784, + -12.137448908479216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9247682271547, + -11.909770383692557, + -76.91512505659685, + -11.899383689101125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.91943988522571, + -11.909770383692557 + ], + [ + -76.91512505659685, + -11.906723370865437 + ], + [ + -76.91563185318509, + -11.901530077028793 + ], + [ + -76.9204533521634, + -11.899383689101125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95899983542255, + -11.795155106800816, + -76.94935918532377, + -11.784765964851912 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.95468556320508, + -11.784765964851912 + ] + ] + ], + "type": "Polygon" + }, + "id": "2806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76630263082971, + -12.397163006815164, + -76.756649135724, + -12.386788031724407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.76096614774893, + -12.397163006815164 + ], + [ + -76.756649135724, + -12.394112162068588 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.76198557004037, + -12.386788031724407 + ] + ] + ], + "type": "Polygon" + }, + "id": "2807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9591064247413, + -12.17266706512587, + -76.94945451808886, + -12.162283503220197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.95478711354414, + -12.162283503220197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16449879344974, + -11.673621513828452, + -77.15485654159284, + -11.663225765125478 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.16018065271184, + -11.663225765125478 + ] + ] + ], + "type": "Polygon" + }, + "id": "2809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97730198137448, + -11.891347326429747, + -76.96765799207448, + -11.880959069894597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.97298593407072, + -11.880959069894597 + ] + ] + ], + "type": "Polygon" + }, + "id": "2810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05485381241049, + -11.662930453043758, + -77.04521463248837, + -11.652537219632908 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.05053872836017, + -11.652537219632908 + ] + ] + ], + "type": "Polygon" + }, + "id": "2811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02823183573271, + -11.699669732082812, + -77.01859224205367, + -11.68927762072047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.0239169746594, + -11.68927762072047 + ] + ] + ], + "type": "Polygon" + }, + "id": "2812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78083385377934, + -12.202143390878682, + -76.77118579210703, + -12.191764767431497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.77651899971826, + -12.191764767431497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74957968582997, + -12.285478493403485, + -76.73992998261254, + -12.275102035490733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.74526457754266, + -12.275102035490733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0541786417966, + -11.812359516219987, + -77.0445350322822, + -11.801968273606771 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.04986158517134, + -11.801968273606771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04284460853955, + -11.976448255628808, + -77.03319639914388, + -11.966059620668656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.03852566669653, + -11.966059620668656 + ] + ] + ], + "type": "Polygon" + }, + "id": "2816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08994888240726, + -11.776519927357402, + -77.080305433621, + -11.766127328227606 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.08563134906564, + -11.766127328227606 + ] + ] + ], + "type": "Polygon" + }, + "id": "2817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77702817783576, + -12.193904338406702, + -76.76738046499172, + -12.183525678084052 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.77271353820024, + -12.183525678084052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98033710383233, + -11.860182041208862, + -76.97069396432299, + -11.849793270435311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.97602139027856, + -11.849793270435311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15322054814399, + -11.837779639503378, + -77.14357369035685, + -11.827386346247653 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.1489005177688, + -11.827386346247653 + ] + ] + ], + "type": "Polygon" + }, + "id": "2820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12492341757887, + -11.70124573574104, + -77.1152813299771, + -11.690851295662679 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.12060595729218, + -11.690851295662679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2821", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85547931774833, + -12.288173242708043, + -76.84582668600476, + -12.277794153573959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.85116127342422, + -12.277794153573959 + ] + ] + ], + "type": "Polygon" + }, + "id": "2822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93548383025, + -12.17819275910546, + -76.92583237423798, + -12.16780987135991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.93116508341356, + -12.16780987135991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72530455814682, + -12.06298765925887, + -76.71566215772253, + -12.052608252016853 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.72099308792586, + -12.052608252016853 + ] + ] + ], + "type": "Polygon" + }, + "id": "2824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70393214124326, + -12.186613609256527, + -76.6942866377438, + -12.176236691471898 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.69961961159278, + -12.176236691471898 + ] + ] + ], + "type": "Polygon" + }, + "id": "2825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80519985373853, + -12.23600974044167, + -76.7955501242525, + -12.225631053012362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.800883879674, + -12.225631053012362 + ] + ] + ], + "type": "Polygon" + }, + "id": "2826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02520223865238, + -11.730845104031951, + -77.01556179495327, + -11.720453474428222 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.02088704355695, + -11.720453474428222 + ] + ] + ], + "type": "Polygon" + }, + "id": "2827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8189046068862, + -12.28453309029793, + -76.80925306023815, + -12.274154860633438 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.81458760961887, + -12.274154860633438 + ] + ] + ], + "type": "Polygon" + }, + "id": "2828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75654030311811, + -11.97962053365323, + -76.7468995372939, + -11.96923907647209 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.75222908458315, + -11.96923907647209 + ] + ] + ], + "type": "Polygon" + }, + "id": "2829", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84254769308563, + -11.996013293336558, + -76.8329041246516, + -11.985629910098146 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.8382339015434, + -11.985629910098146 + ] + ] + ], + "type": "Polygon" + }, + "id": "2830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9795946891586, + -11.91516986775133, + -76.96994993079112, + -11.90478189477377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.97527826249633, + -11.90478189477377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9583068478496, + -12.038909940017799, + -76.94865895294006, + -12.028524316894453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.95398934419251, + -12.028524316894453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00623467534055, + -11.878459089728938, + -76.99659032355171, + -11.868069939027649 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -77.00191802193604, + -11.868069939027649 + ] + ] + ], + "type": "Polygon" + }, + "id": "2833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87528847332885, + -12.08574586534273, + -76.86564135924378, + -12.07536302307523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.87097259322236, + -12.07536302307523 + ] + ] + ], + "type": "Polygon" + }, + "id": "2834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1219760809092, + -11.826859795205676, + -77.11233032816088, + -11.816467105249679 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.11765702470714, + -11.816467105249679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71621615603424, + -11.967750777571155, + -76.7065768434714, + -11.95737017009965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.71190620590386, + -11.95737017009965 + ] + ] + ], + "type": "Polygon" + }, + "id": "2836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03047995248666, + -11.629073646047052, + -77.02084240098186, + -11.618680579343044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.02616597105369, + -11.618680579343044 + ] + ] + ], + "type": "Polygon" + }, + "id": "2837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90419863572681, + -11.78976457263315, + -76.89455957871755, + -11.779376714871624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.8998859167681, + -11.779376714871624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85396660961945, + -12.020732771294536, + -76.84432200018188, + -12.010349471649048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84965217719414, + -12.010349471649048 + ] + ] + ], + "type": "Polygon" + }, + "id": "2839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12348732532377, + -11.811270697584753, + -77.11384199892753, + -11.800877757312 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11916843684257, + -11.800877757312 + ] + ] + ], + "type": "Polygon" + }, + "id": "2840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08856520156469, + -11.980936274223408, + -77.07891569820038, + -11.970546590474655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.08424497875649, + -11.970546590474655 + ] + ] + ], + "type": "Polygon" + }, + "id": "2841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05355707212351, + -12.056156448108796, + -77.0439062129774, + -12.045768744898105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.0492367797098, + -12.045768744898105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92022296385439, + -12.050876873530683, + -76.91057570616259, + -12.04049237635317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.91590632983953, + -12.04049237635317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83034170162257, + -12.214930732301427, + -76.82069192766265, + -12.204551066530378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.82602532164168, + -12.204551066530378 + ] + ] + ], + "type": "Polygon" + }, + "id": "2844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01316322798309, + -12.044316809371983, + -77.00351375454326, + -12.033929915985453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -77.00884417588966, + -12.033929915985453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73145939827893, + -11.906371094731636, + -76.72182149781182, + -11.895989206922703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.72714984573396, + -11.895989206922703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66126454693313, + -12.245213998119956, + -76.65161847063933, + -12.23483912969583 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.65695241617829, + -12.23483912969583 + ] + ] + ], + "type": "Polygon" + }, + "id": "2847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06090620848765, + -11.600568716822458, + -77.05126872911963, + -11.590174553941004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.05659179292005, + -11.590174553941004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08607186467701, + -11.673847875600714, + -77.07643156889615, + -11.663454022767885 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.08175580241924, + -11.663454022767885 + ] + ] + ], + "type": "Polygon" + }, + "id": "2849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06241896661656, + -11.584977415271286, + -77.05278191232696, + -11.574583023905442 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05810471815317, + -11.574583023905442 + ], + [ + -77.06241896661656, + -11.577626964487658 + ], + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.05328627642915, + -11.5767362438745 + ], + [ + -77.05810471815317, + -11.574583023905442 + ] + ] + ], + "type": "Polygon" + }, + "id": "2850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11528213057862, + -12.038620688012132, + -77.10563023473473, + -12.028231216481325 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1109604264904, + -12.028231216481325 + ], + [ + -77.11528213057862, + -12.03127704443239 + ], + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.1109604264904, + -12.028231216481325 + ] + ] + ], + "type": "Polygon" + }, + "id": "2851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85093406180648, + -11.768784829695836, + -76.84129703820004, + -11.758398016722614 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.84662306929509, + -11.758398016722614 + ] + ] + ], + "type": "Polygon" + }, + "id": "2852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69035884901506, + -11.949455395669283, + -76.68072079158392, + -11.93907517951831 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.68604985666914, + -11.93907517951831 + ] + ] + ], + "type": "Polygon" + }, + "id": "2853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8798600696277, + -12.133372490268764, + -76.87021141356865, + -12.122990276570592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.87554342951047, + -12.122990276570592 + ] + ] + ], + "type": "Polygon" + }, + "id": "2854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77172306422408, + -12.106911635310317, + -76.76207809106621, + -12.096531728315572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.76740973123252, + -12.096531728315572 + ] + ] + ], + "type": "Polygon" + }, + "id": "2855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07942031256917, + -11.980039199398147, + -77.06977106704197, + -11.969649724904366 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.07510034554939, + -11.969649724904366 + ] + ] + ], + "type": "Polygon" + }, + "id": "2856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06337486482022, + -11.907666520567822, + -77.0537281828835, + -11.89727638662201 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.05905629170415, + -11.89727638662201 + ] + ] + ], + "type": "Polygon" + }, + "id": "2857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95828042148251, + -11.94453268187437, + -76.9486353408346, + -11.934145659065363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.95396417761869, + -11.934145659065363 + ] + ] + ], + "type": "Polygon" + }, + "id": "2858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98795757697194, + -11.876663209170307, + -76.97831374963684, + -11.866274482399557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.9836414386852, + -11.866274482399557 + ] + ] + ], + "type": "Polygon" + }, + "id": "2859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9605990259032, + -12.062728099463023, + -76.95095036104674, + -12.052342781938533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.95628114251029, + -12.052342781938533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01320568510995, + -12.138692661593334, + -77.00355339485478, + -12.128307225948928 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -77.00888537158838, + -12.128307225948928 + ] + ] + ], + "type": "Polygon" + }, + "id": "2861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89815190097329, + -12.229526432999272, + -76.88849989163118, + -12.219145305580358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.89383347978536, + -12.219145305580358 + ] + ] + ], + "type": "Polygon" + }, + "id": "2862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95673563802478, + -11.865726933853187, + -76.94709294538778, + -11.855338823025587 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.95242048649713, + -11.855338823025587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8471305894516, + -11.7605445735701, + -76.8374939123082, + -11.750157745150208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.84281981024029, + -11.750157745150208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82729066566851, + -12.246068557848114, + -76.81764004343749, + -12.235689478645815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.82297395310584, + -12.235689478645815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98192107096894, + -12.033374364815163, + -76.9722727289237, + -12.02298807481212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.97760300477647, + -12.02298807481212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88824305356682, + -12.189236399169623, + -76.87859250856454, + -12.17885486549705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.88392543966945, + -12.17885486549705 + ] + ] + ], + "type": "Polygon" + }, + "id": "2867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99109961549759, + -12.128648213372443, + -76.98144819410301, + -12.118263163927699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.98678003025627, + -12.118263163927699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91491984331192, + -12.246912128698881, + -76.90526687381184, + -12.2365308683513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.91060073503643, + -12.2365308683513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18447098120822, + -11.848697275781083, + -77.17482302387546, + -11.838303382738747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18014997893674, + -11.838303382738747 + ], + [ + -77.18447098120822, + -11.841347643129371 + ], + [ + -77.18396804711183, + -11.846544641387766 + ], + [ + -77.17914398350719, + -11.848697275781083 + ], + [ + -77.17482302387546, + -11.84565292973757 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.18014997893674, + -11.838303382738747 + ] + ] + ], + "type": "Polygon" + }, + "id": "2870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81742238691689, + -12.017111383615253, + -76.80777886109321, + -12.006728947370847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.81310899994982, + -12.006728947370847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79307035936323, + -11.983246677080922, + -76.78342849745725, + -11.97286434939582 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.78875809022833, + -11.97286434939582 + ] + ] + ], + "type": "Polygon" + }, + "id": "2872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7961008978728, + -12.046444024670835, + -76.7864570701937, + -12.03606256945141 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.79178770306358, + -12.03606256945141 + ] + ] + ], + "type": "Polygon" + }, + "id": "2873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88824904904286, + -12.283569968311022, + -76.87859568658268, + -12.273189981224208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.88774128201285, + -12.28142912505398 + ], + [ + -76.8829145140852, + -12.283569968311022 + ], + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.88393017454919, + -12.273189981224208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01550312406256, + -12.162510393213736, + -77.00585006390072, + -12.15212527813668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.0111824306617, + -12.15212527813668 + ] + ] + ], + "type": "Polygon" + }, + "id": "2875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02667076502246, + -11.620832610245287, + -77.01703355600051, + -11.610439533547932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.02235699528376, + -11.610439533547932 + ] + ] + ], + "type": "Polygon" + }, + "id": "2876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0923811486284, + -11.989176936796792, + -77.08273130329674, + -11.978787281996398 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.08806071414938, + -11.978787281996398 + ] + ] + ], + "type": "Polygon" + }, + "id": "2877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10383050403486, + -12.013898863159165, + -77.0941796331701, + -12.003509297940846 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.09950943466207, + -12.003509297940846 + ] + ] + ], + "type": "Polygon" + }, + "id": "2878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17070958406869, + -11.800141251720607, + -77.16106341301479, + -11.789747022001535 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.16638959291652, + -11.789747022001535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99794927493791, + -12.105732562409871, + -76.98829836072704, + -12.095346986200973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.99362981153259, + -12.095346986200973 + ] + ] + ], + "type": "Polygon" + }, + "id": "2880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10527406048391, + -11.903904595965573, + -77.09562643197086, + -11.893513389669979 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.10095442066937, + -11.893513389669979 + ] + ] + ], + "type": "Polygon" + }, + "id": "2881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76186977648064, + -11.972287872955556, + -76.75222908458315, + -11.961906172327307 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.75755850924637, + -11.961906172327307 + ] + ] + ], + "type": "Polygon" + }, + "id": "2882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78241095404331, + -11.997913362515432, + -76.77276894245699, + -11.987531522104266 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.77809878150413, + -11.987531522104266 + ] + ] + ], + "type": "Polygon" + }, + "id": "2883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03204201366228, + -11.707910706567485, + -77.02240207736583, + -11.697518609237328 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.02772694080409, + -11.697518609237328 + ] + ] + ], + "type": "Polygon" + }, + "id": "2884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01090860581317, + -12.114874380922014, + -77.00125708537293, + -12.104488628270735 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -77.00658867211877, + -12.104488628270735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75345199984753, + -12.105093341845496, + -76.7438075764294, + -12.094713869889743 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.74913919310085, + -12.094713869889743 + ] + ] + ], + "type": "Polygon" + }, + "id": "2886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97051594027269, + -12.103025717388379, + -76.96086581586991, + -12.092640775780218 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.96619725148645, + -12.092640775780218 + ] + ] + ], + "type": "Polygon" + }, + "id": "2887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99942860147027, + -11.99577503333129, + -76.98978092872882, + -11.985387749072721 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.99511056613049, + -11.985387749072721 + ] + ] + ], + "type": "Polygon" + }, + "id": "2888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04039508651846, + -11.669386054949562, + -77.03075608290067, + -11.658993256421143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03608030307365, + -11.658993256421143 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03075608290067, + -11.666341361639741 + ], + [ + -77.03126088684344, + -11.661145015252867 + ], + [ + -77.03608030307365, + -11.658993256421143 + ] + ] + ], + "type": "Polygon" + }, + "id": "2889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98030426831642, + -11.76578068021312, + -76.97066394029184, + -11.755390616591002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.97598981350984, + -11.755390616591002 + ] + ] + ], + "type": "Polygon" + }, + "id": "2890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92480152827497, + -12.098508976284133, + -76.91515272977358, + -12.088125097358478 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.92048413455646, + -12.088125097358478 + ] + ] + ], + "type": "Polygon" + }, + "id": "2891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09382841833282, + -11.879181883296642, + -77.08418181456646, + -11.868790604208954 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08950941294603, + -11.868790604208954 + ] + ] + ], + "type": "Polygon" + }, + "id": "2892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00553674549941, + -12.027836236164813, + -76.99588795955985, + -12.017449281205034 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -77.00121811817766, + -12.017449281205034 + ] + ] + ], + "type": "Polygon" + }, + "id": "2893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77019567346868, + -12.12248114293576, + -76.76055027713556, + -12.112101518320108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.7658821746732, + -12.112101518320108 + ] + ] + ], + "type": "Polygon" + }, + "id": "2894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15171043317198, + -11.853369263640472, + -77.14206314863297, + -11.842976223068128 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.14739023486224, + -11.842976223068128 + ] + ] + ], + "type": "Polygon" + }, + "id": "2895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04493650119623, + -11.622617228589391, + -77.03529877259744, + -11.61222372834642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.04062221887102, + -11.61222372834642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80976192333924, + -12.283622377102695, + -76.80011064915769, + -12.273244362930267 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.80544518833904, + -12.273244362930267 + ] + ] + ], + "type": "Polygon" + }, + "id": "2897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8851920076497, + -12.126038741312613, + -76.87554342951047, + -12.115656279050162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.88087532054355, + -12.115656279050162 + ] + ] + ], + "type": "Polygon" + }, + "id": "2898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70481619278573, + -11.943032497981681, + -76.69517792932324, + -11.932651818871925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.70050688657798, + -11.932651818871925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85700704604267, + -12.178275607725787, + -76.84735765565996, + -12.167894679850365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.85269042824976, + -12.167894679850365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538983772034, + -11.762344835242715, + -76.8557526217784, + -11.751957574465523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.86107853752013, + -11.751957574465523 + ] + ] + ], + "type": "Polygon" + }, + "id": "2901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03609789190278, + -12.188132344183543, + -77.0264435394168, + -12.177747133058633 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03177630379538, + -12.177747133058633 + ], + [ + -77.03609789190278, + -12.180794400980682 + ], + [ + -77.03559234479997, + -12.185987058997313 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.03177630379538, + -12.177747133058633 + ] + ] + ], + "type": "Polygon" + }, + "id": "2902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77319517901245, + -12.279976826997707, + -76.76354499946441, + -12.269599677290731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.76887949509045, + -12.269599677290731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98114541908464, + -11.993974648809205, + -76.971498271891, + -11.98358778804748 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.97682789953895, + -11.98358778804748 + ] + ] + ], + "type": "Polygon" + }, + "id": "2904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98718154690037, + -11.83725586836311, + -76.97753891327145, + -11.826866609760774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.98286595475939, + -11.826866609760774 + ] + ] + ], + "type": "Polygon" + }, + "id": "2905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00324108883096, + -12.004015389026932, + -76.99359307225109, + -11.993628133635225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.99892284108897, + -11.993628133635225 + ] + ] + ], + "type": "Polygon" + }, + "id": "2906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.874529997688, + -12.235043070561414, + -76.86487844747478, + -12.224662623967616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.87021214463753, + -12.224662623967616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89810753064576, + -11.757701820207314, + -76.8884695882228, + -11.747313681944075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.89379540376757, + -11.747313681944075 + ] + ] + ], + "type": "Polygon" + }, + "id": "2908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03433795669531, + -11.73173950745636, + -77.02469725271611, + -11.721347666280854 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.03002250499917, + -11.721347666280854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09152650480704, + -11.855353951137026, + -77.0818806688585, + -11.844962393762533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.08720787850177, + -11.844962393762533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11506554990449, + -11.7553678151697, + -77.10542209878692, + -11.744974324481353 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.11074763027791, + -11.744974324481353 + ] + ] + ], + "type": "Polygon" + }, + "id": "2911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95678759166827, + -12.054488032135657, + -76.9471392716532, + -12.04410268315196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.95246992109412, + -12.04410268315196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02749777788304, + -11.754673149430602, + -77.01785656632802, + -11.744281779409745 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.02318220388452, + -11.744281779409745 + ] + ] + ], + "type": "Polygon" + }, + "id": "2913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79909262497233, + -12.298277717556493, + -76.78944119976975, + -12.287900218541779 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.79477598627187, + -12.287900218541779 + ] + ] + ], + "type": "Polygon" + }, + "id": "2914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0693128012304, + -11.656473710706475, + -77.05967344622684, + -11.646080043351263 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.06499741711394, + -11.646080043351263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77238939067867, + -12.42920142597525, + -76.76273477265421, + -12.418826858057631 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.76807173421503, + -12.418826858057631 + ] + ] + ], + "type": "Polygon" + }, + "id": "2916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99787329667564, + -11.916967600120094, + -76.98822801285365, + -11.906579203020879 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.9935563544014, + -11.906579203020879 + ] + ] + ], + "type": "Polygon" + }, + "id": "2917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9856644488074, + -11.852839438841334, + -76.97602139027856, + -11.842450434265317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.98134868977516, + -11.842450434265317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07415122785767, + -12.081776730331105, + -77.06449908159104, + -12.071388916550546 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06983004308555, + -12.071388916550546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11427394719136, + -11.715945618510464, + -77.10463168910135, + -11.705551627071333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10995657388438, + -11.705551627071333 + ] + ] + ], + "type": "Polygon" + }, + "id": "2920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6909950319408, + -12.177462273283966, + -76.68135015729821, + -12.167085539204603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.68668298201919, + -12.167085539204603 + ] + ] + ], + "type": "Polygon" + }, + "id": "2921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88823107310769, + -12.000533653649024, + -76.87858615809022, + -11.99014919481544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.88391597819655, + -11.99014919481544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09829877606653, + -11.737993102985769, + -77.08865626348371, + -11.727599787848192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.09398153381368, + -11.727599787848192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89585550838127, + -12.111370243649082, + -76.88620708657994, + -12.100987285584203 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.89153872753171, + -12.100987285584203 + ] + ] + ], + "type": "Polygon" + }, + "id": "2924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12284334142629, + -11.960695270142654, + -77.11319357951801, + -11.950304457806595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.11852247676327, + -11.950304457806595 + ] + ] + ], + "type": "Polygon" + }, + "id": "2925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19573516521294, + -11.684530013810534, + -77.18609181693151, + -11.674133656326658 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1914160544078, + -11.674133656326658 + ], + [ + -77.19573516521294, + -11.677176966449386 + ], + [ + -77.19523264423557, + -11.682375196988547 + ], + [ + -77.19041088530095, + -11.684530013810534 + ], + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.1865944650517, + -11.676288490006417 + ], + [ + -77.1914160544078, + -11.674133656326658 + ] + ] + ], + "type": "Polygon" + }, + "id": "2926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77088877605205, + -12.35047399775074, + -76.7612365524292, + -12.340098099107548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.76657221342768, + -12.340098099107548 + ] + ] + ], + "type": "Polygon" + }, + "id": "2927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10448331726977, + -11.864489489979656, + -77.09483688286359, + -11.854097745957427 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.1001642242317, + -11.854097745957427 + ] + ] + ], + "type": "Polygon" + }, + "id": "2928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73887267246599, + -12.394419101679267, + -76.72922000502057, + -12.384044776849622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.73353622520659, + -12.394419101679267 + ], + [ + -76.72922000502057, + -12.391368011429442 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.73455640312537, + -12.384044776849622 + ] + ] + ], + "type": "Polygon" + }, + "id": "2929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79608000604331, + -12.140777628609582, + -76.78643336483256, + -12.130397637313038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.79176555321936, + -12.130397637313038 + ] + ] + ], + "type": "Polygon" + }, + "id": "2930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06398878611152, + -11.663822787369494, + -77.05434934757032, + -11.653429342966625 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05967344622684, + -11.653429342966625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99406205390801, + -11.90872706329041, + -76.98441711385003, + -11.898338641813263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98974532396451, + -11.898338641813263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.084496486666, + -11.594999906165715, + -77.07485857535681, + -11.58460510172206 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08018151609845, + -11.58460510172206 + ], + [ + -77.084496486666, + -11.587648906448848 + ], + [ + -77.08399254290197, + -11.592846361299678 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.08018151609845, + -11.58460510172206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92557039015591, + -12.137899227308791, + -76.9159203961378, + -12.1275159454576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.92125244970138, + -12.1275159454576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79298319656776, + -12.360538477876643, + -76.78333007527245, + -12.350162191933352 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.78866589313066, + -12.350162191933352 + ] + ] + ], + "type": "Polygon" + }, + "id": "2935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78616698658911, + -12.194814477688851, + -76.77651899971826, + -12.184435600671943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.78185208410761, + -12.184435600671943 + ] + ] + ], + "type": "Polygon" + }, + "id": "2936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70634546392732, + -11.927461412892319, + -76.6967076224269, + -11.917080468512916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.70203632292333, + -11.917080468512916 + ] + ] + ], + "type": "Polygon" + }, + "id": "2937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05664246271303, + -12.119379230993648, + -77.04698963881593, + -12.108992427608499 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.05664246271303, + -12.112039184367118 + ], + [ + -77.05613731128129, + -12.117232638434473 + ], + [ + -77.05131081359032, + -12.119379230993648 + ], + [ + -77.04698963881593, + -12.116332389986155 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.052321243399, + -12.108992427608499 + ] + ] + ], + "type": "Polygon" + }, + "id": "2938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7640242311143, + -12.373362118732553, + -76.75437150934191, + -12.362986788365935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75970755115263, + -12.362986788365935 + ] + ] + ], + "type": "Polygon" + }, + "id": "2939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11348253955099, + -11.67652188545884, + -77.10384147419705, + -11.666127403062804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10916571242707, + -11.666127403062804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90879480785162, + -12.026156940972717, + -76.89914858728045, + -12.015772353732805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.90447881326621, + -12.015772353732805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.904241236357, + -12.167236761168425, + -76.89459092649388, + -12.15685447562519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89992348203741, + -12.15685447562519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00028391045024, + -12.223913345218808, + -76.99062940823661, + -12.213529593296746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -77.00028391045024, + -12.216577362433199 + ], + [ + -76.99977780518272, + -12.221769291059559 + ], + [ + -76.994950467987, + -12.223913345218808 + ], + [ + -76.99062940823661, + -12.220865492352837 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.99596280532573, + -12.213529593296746 + ] + ] + ], + "type": "Polygon" + }, + "id": "2943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.799885844121, + -12.149016912924381, + -76.7902388545863, + -12.138636955976603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.79557117709206, + -12.138636955976603 + ] + ] + ], + "type": "Polygon" + }, + "id": "2944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03976344604949, + -11.913216666334765, + -77.03011719977707, + -11.902827188289585 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.03544543024839, + -11.902827188289585 + ] + ] + ], + "type": "Polygon" + }, + "id": "2945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76719912705114, + -11.964954882478425, + -76.75755850924637, + -11.95457293884541 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.76288781119553, + -11.95457293884541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08711571808142, + -12.090916076022943, + -77.07746297124744, + -12.080528087279882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.08279406539633, + -12.080528087279882 + ] + ] + ], + "type": "Polygon" + }, + "id": "2947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01390033580607, + -11.989333943938732, + -77.00425248295385, + -11.97894620851288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.009581997758, + -11.97894620851288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70388434669154, + -12.280911314403417, + -76.6942360287018, + -12.270535945768426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.69957055942338, + -12.270535945768426 + ] + ] + ], + "type": "Polygon" + }, + "id": "2949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97280958560653, + -12.126842698145897, + -76.96315869106571, + -12.116458071728983 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.9684905169539, + -12.116458071728983 + ] + ] + ], + "type": "Polygon" + }, + "id": "2950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13565049176219, + -11.780983592829793, + -77.12600576294753, + -11.770589947927219 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.1313316842789, + -11.770589947927219 + ] + ] + ], + "type": "Polygon" + }, + "id": "2951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98414721400309, + -11.86842262634313, + -76.97450373055044, + -11.858033877342978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97983128807309, + -11.858033877342978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81739303762322, + -12.205782456559838, + -76.80774388344172, + -12.195402968361739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.81307713366614, + -12.195402968361739 + ] + ] + ], + "type": "Polygon" + }, + "id": "2953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72058804404999, + -12.392588471527416, + -76.71093593076104, + -12.382214581451734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.72007776631057, + -12.390452750683998 + ], + [ + -76.71525162205079, + -12.392588471527416 + ], + [ + -76.71093593076104, + -12.389537218176446 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.71627230334566, + -12.382214581451734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91565982170695, + -12.097604829053372, + -76.90601128981811, + -12.08722116341599 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.91134268760679, + -12.08722116341599 + ] + ] + ], + "type": "Polygon" + }, + "id": "2955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88747296582241, + -12.055501322726737, + -76.87782643175777, + -12.045117711769151 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.88315715819965, + -12.045117711769151 + ] + ] + ], + "type": "Polygon" + }, + "id": "2956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04435988285456, + -11.960865236647413, + -77.03471209932327, + -11.950476335952747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.04004110839043, + -11.950476335952747 + ] + ] + ], + "type": "Polygon" + }, + "id": "2957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71840065306932, + -12.180199005577345, + -76.70875494437634, + -12.169821615032046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.71408780958897, + -12.169821615032046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96822265406712, + -12.079208201429772, + -76.95857329971044, + -12.06882294819088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.96390434509509, + -12.06882294819088 + ] + ] + ], + "type": "Polygon" + }, + "id": "2959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90499680753733, + -12.112275243652626, + -76.89534811806374, + -12.101892071811843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.9006797666078, + -12.101892071811843 + ] + ] + ], + "type": "Polygon" + }, + "id": "2960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14860784465722, + -11.790116785409126, + -77.13896252088585, + -11.779722951428797 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.14428857199209, + -11.779722951428797 + ] + ] + ], + "type": "Polygon" + }, + "id": "2961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04352531933243, + -11.827050540223, + -77.03388154370941, + -11.816659759367003 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03920835176574, + -11.816659759367003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07639239863475, + -12.011206551830906, + -77.06674230047113, + -12.000817613549655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.07207209637002, + -12.000817613549655 + ] + ] + ], + "type": "Polygon" + }, + "id": "2963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07948210527523, + -12.074435332797092, + -77.06983004308555, + -12.064047276338124 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.07516087630223, + -12.064047276338124 + ] + ] + ], + "type": "Polygon" + }, + "id": "2964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843376433583, + -12.014302004648258, + -76.85878896251823, + -12.003918246220303 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.8641190238528, + -12.003918246220303 + ] + ] + ], + "type": "Polygon" + }, + "id": "2965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12968372679008, + -11.937763201434915, + -77.12003447719874, + -11.927371890298792 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.12536298654565, + -11.927371890298792 + ] + ] + ], + "type": "Polygon" + }, + "id": "2966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69642771800511, + -11.981504026943025, + -76.68678853853099, + -11.971124127607073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.69211813092564, + -11.971124127607073 + ] + ] + ], + "type": "Polygon" + }, + "id": "2967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04195981715317, + -11.74822142773373, + -77.03231842811606, + -11.737829618466685 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.03764394192034, + -11.737829618466685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92401642692609, + -11.964748532692935, + -76.91437163774424, + -11.954362653962642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91970083921899, + -11.954362653962642 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.91487853096186, + -11.956508342537257 + ], + [ + -76.91970083921899, + -11.954362653962642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18517904757397, + -11.793682098902908, + -77.17553271104865, + -11.783287434371095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.18517904757397, + -11.786331409264742 + ], + [ + -77.18467620883854, + -11.791528793309128 + ], + [ + -77.17985295567013, + -11.793682098902908 + ], + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.18085876033736, + -11.783287434371095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74502760196494, + -12.23787094916786, + -76.73537944455431, + -12.2274938175825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.7407132548037, + -12.2274938175825 + ] + ] + ], + "type": "Polygon" + }, + "id": "2971", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68935987463298, + -12.38160242766698, + -76.67970894717689, + -12.371229145986188 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.68884917969878, + -12.37946725218167 + ], + [ + -76.68402362820201, + -12.38160242766698 + ], + [ + -76.67970894717689, + -12.378550933188981 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.68504514375188, + -12.371229145986188 + ] + ] + ], + "type": "Polygon" + }, + "id": "2972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01078332823437, + -11.831706568741268, + -77.00114025196609, + -11.82131665354869 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -77.00646717595201, + -11.82131665354869 + ] + ] + ], + "type": "Polygon" + }, + "id": "2973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09613069178067, + -11.903009353506578, + -77.08648332010542, + -11.892618356274236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.09181130726051, + -11.892618356274236 + ] + ] + ], + "type": "Polygon" + }, + "id": "2974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76633222964158, + -12.30286844295378, + -76.75668155206168, + -12.292491851211109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.76201642838589, + -12.292491851211109 + ] + ] + ], + "type": "Polygon" + }, + "id": "2975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9552937558061, + -12.164427334459338, + -76.94564219426039, + -12.154043735506914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.95097465758434, + -12.154043735506914 + ] + ] + ], + "type": "Polygon" + }, + "id": "2976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14622081034146, + -11.671842241639904, + -77.13657906569885, + -11.661446909633899 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14190317703064, + -11.661446909633899 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.13708238974347, + -11.66360085665765 + ], + [ + -77.14190317703064, + -11.661446909633899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02988825185095, + -11.967309339082785, + -77.02024064583352, + -11.956920886932602 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.02556977892957, + -11.956920886932602 + ] + ] + ], + "type": "Polygon" + }, + "id": "2978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80823528821921, + -12.299189024180397, + -76.79858358996705, + -12.288811309438346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.80391838699147, + -12.288811309438346 + ] + ] + ], + "type": "Polygon" + }, + "id": "2979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02152659407375, + -12.005814768752364, + -77.01187805422964, + -11.995427091131292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.01720783148843, + -11.995427091131292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02680986739658, + -11.90407861899798, + -77.01716422449157, + -11.893689327315945 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.02249232042702, + -11.893689327315945 + ] + ] + ], + "type": "Polygon" + }, + "id": "2981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91789029899569, + -11.7439160140206, + -76.90825224698558, + -11.733527200740909 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91357781975168, + -11.733527200740909 + ], + [ + -76.91789029899569, + -11.736573293791425 + ], + [ + -76.91738379207874, + -11.741767754068185 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.90875887999411, + -11.735675480620808 + ], + [ + -76.91357781975168, + -11.733527200740909 + ] + ] + ], + "type": "Polygon" + }, + "id": "2982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19041088530095, + -11.691882752390784, + -77.18076744945257, + -11.68148661694119 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.19041088530095, + -11.684530013810534 + ], + [ + -77.18990827805789, + -11.689728133362769 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.18609181693151, + -11.68148661694119 + ] + ] + ], + "type": "Polygon" + }, + "id": "2983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81361737698765, + -12.008871684846566, + -76.80397419884517, + -11.998489220808548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80930420391269, + -11.998489220808548 + ] + ] + ], + "type": "Polygon" + }, + "id": "2984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82348255268637, + -12.237829495962817, + -76.81383227842726, + -12.227450377213728 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81916605424107, + -12.227450377213728 + ] + ] + ], + "type": "Polygon" + }, + "id": "2985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0229070582979, + -11.707016650528143, + -77.01326738236338, + -11.696624764911917 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.01859224205367, + -11.696624764911917 + ] + ] + ], + "type": "Polygon" + }, + "id": "2986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65746332572351, + -12.236975518228645, + -76.64781760079111, + -12.226600611854552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.65315141039008, + -12.226600611854552 + ] + ] + ], + "type": "Polygon" + }, + "id": "2987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78769405158468, + -12.179246089716925, + -76.77804648826006, + -12.168866923342287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.783379315083, + -12.168866923342287 + ] + ] + ], + "type": "Polygon" + }, + "id": "2988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0756656777398, + -12.066194940589728, + -77.06601395796446, + -12.05580685095683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.07134466065249, + -12.05580685095683 + ] + ] + ], + "type": "Polygon" + }, + "id": "2989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76112175023667, + -11.932902570193043, + -76.75148225228158, + -11.92252031233428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.75681102839488, + -11.92252031233428 + ] + ] + ], + "type": "Polygon" + }, + "id": "2990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68560903351371, + -12.27908256014193, + -76.6759612729454, + -12.268707628962808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.68129577605558, + -12.268707628962808 + ] + ] + ], + "type": "Polygon" + }, + "id": "2991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13811326031235, + -11.993658458368763, + -77.12846213391161, + -11.983267761725736 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13379155028986, + -11.983267761725736 + ], + [ + -77.13811326031235, + -11.986313162184677 + ], + [ + -77.13760944904814, + -11.991508562436074 + ], + [ + -77.13278380059317, + -11.993658458368763 + ], + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.13379155028986, + -11.983267761725736 + ] + ] + ], + "type": "Polygon" + }, + "id": "2992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15917463945196, + -11.680973422549913, + -77.14953230102608, + -11.670577895918317 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.15485654159284, + -11.670577895918317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64679548492651, + -12.251622283122515, + -76.63714961870892, + -12.241247892844651 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.64248367020126, + -12.241247892844651 + ] + ] + ], + "type": "Polygon" + }, + "id": "2994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13803437056278, + -11.89924193807842, + -77.12838606025471, + -11.888849872799263 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.13371392276309, + -11.888849872799263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75423257103087, + -12.050144864841986, + -76.74458976534436, + -12.039764525751625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74992047571813, + -12.039764525751625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88745568123066, + -11.772384456482307, + -76.87781758266746, + -11.761996780320374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.88314364782687, + -11.761996780320374 + ] + ] + ], + "type": "Polygon" + }, + "id": "2997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04650213950285, + -11.701457012248442, + -77.03686202615765, + -11.691064477950054 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.042186765663, + -11.691064477950054 + ] + ] + ], + "type": "Polygon" + }, + "id": "2998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72600707905173, + -12.196676767734079, + -76.71636067042614, + -12.186299448902727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.72169380585368, + -12.186299448902727 + ] + ] + ], + "type": "Polygon" + }, + "id": "2999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05350284978053, + -11.961763053668554, + -77.04385480660355, + -11.951373942701307 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04918381877731, + -11.951373942701307 + ] + ] + ], + "type": "Polygon" + }, + "id": "3000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90651850811004, + -12.096700415719685, + -76.89687024331093, + -12.086316963621048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.90220163382968, + -12.086316963621048 + ] + ] + ], + "type": "Polygon" + }, + "id": "3001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95449578812837, + -12.03066981608509, + -76.94484823805664, + -12.020284162737973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.95017849727692, + -12.020284162737973 + ] + ] + ], + "type": "Polygon" + }, + "id": "3002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7953484246636, + -12.00705947299851, + -76.78570579155266, + -11.996677442424325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.79103577566313, + -11.996677442424325 + ] + ] + ], + "type": "Polygon" + }, + "id": "3003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73965637488881, + -12.339494616532917, + -76.73000532787434, + -12.32911932435189 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.73534081809304, + -12.32911932435189 + ] + ] + ], + "type": "Polygon" + }, + "id": "3004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75572762907632, + -12.12890138273557, + -76.74608243351243, + -12.118522226043044 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.75141444211806, + -12.118522226043044 + ] + ] + ], + "type": "Polygon" + }, + "id": "3005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81279875512843, + -12.346798255680214, + -76.8031455116319, + -12.336421233041401 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.81279875512843, + -12.339471328221672 + ], + [ + -76.81228983486444, + -12.344659893363367 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.80848109267662, + -12.336421233041401 + ] + ] + ], + "type": "Polygon" + }, + "id": "3006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68481646435707, + -12.334005518360474, + -76.67516708471241, + -12.32363153449672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.6794810039315, + -12.334005518360474 + ], + [ + -76.67516708471241, + -12.330954204887318 + ], + [ + -76.67567789316612, + -12.325767267660405 + ], + [ + -76.680502495232, + -12.32363153449672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68276119552978, + -11.932976679370196, + -76.67312383841268, + -11.922596417350697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.67312383841268, + -11.92992739774878 + ], + [ + -76.67363404179376, + -11.924737321813645 + ], + [ + -76.67845263280297, + -11.922596417350697 + ] + ] + ], + "type": "Polygon" + }, + "id": "3008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13191228975495, + -11.867171686457112, + -77.12226508776807, + -11.856779316290327 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.12759243218163, + -11.856779316290327 + ] + ] + ], + "type": "Polygon" + }, + "id": "3009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77175105603517, + -12.012578726424811, + -76.76210889543249, + -12.002197375056733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.76743898040377, + -12.002197375056733 + ] + ] + ], + "type": "Polygon" + }, + "id": "3010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90727353456765, + -12.041733480320342, + -76.89762688948153, + -12.031349166376126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.90295737339135, + -12.031349166376126 + ] + ] + ], + "type": "Polygon" + }, + "id": "3011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8356750192187, + -12.207600382043008, + -76.82602532164168, + -12.197220462968497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.831358591519, + -12.197220462968497 + ] + ] + ], + "type": "Polygon" + }, + "id": "3012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95222900140365, + -12.101219820356986, + -76.94257940592875, + -12.090835303069875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.94791083003945, + -12.090835303069875 + ] + ] + ], + "type": "Polygon" + }, + "id": "3013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74964859959034, + -12.09685409819614, + -76.74000452535034, + -12.086474594562526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.74533600735583, + -12.086474594562526 + ] + ] + ], + "type": "Polygon" + }, + "id": "3014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85014980834686, + -12.201177959272648, + -76.84049991662782, + -12.190797572390645 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.84583307156693, + -12.190797572390645 + ] + ] + ], + "type": "Polygon" + }, + "id": "3015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69242372278944, + -12.350481965811984, + -76.68277364117436, + -12.340108068686378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.68277364117436, + -12.347430645151533 + ], + [ + -76.68328436992908, + -12.34224375122766 + ], + [ + -76.68810932301002, + -12.340108068686378 + ] + ] + ], + "type": "Polygon" + }, + "id": "3016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94004561438308, + -12.131468263327672, + -76.9303954338731, + -12.121084520743986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.93572736825753, + -12.121084520743986 + ] + ] + ], + "type": "Polygon" + }, + "id": "3017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06034627729157, + -11.93883587935975, + -77.05069874345742, + -11.928446267625306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.05602736928206, + -11.928446267625306 + ] + ] + ], + "type": "Polygon" + }, + "id": "3018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13882938878419, + -11.938658016000018, + -77.12917988406123, + -11.928266496830847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.13882938878419, + -11.931311623337159 + ], + [ + -77.13832567317392, + -11.936507434893564 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.13450839393896, + -11.928266496830847 + ] + ] + ], + "type": "Polygon" + }, + "id": "3019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02515633763731, + -11.636421934985396, + -77.01551870384147, + -11.626029090619044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.01983259564152, + -11.636421934985396 + ], + [ + -77.01551870384147, + -11.633377291847662 + ], + [ + -77.01602366972362, + -11.628180922672833 + ], + [ + -77.02084240098186, + -11.626029090619044 + ] + ] + ], + "type": "Polygon" + }, + "id": "3020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00012926307309, + -11.846393950948473, + -76.9904860234343, + -11.836004500899838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.99581320109768, + -11.836004500899838 + ] + ] + ], + "type": "Polygon" + }, + "id": "3021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73980571537675, + -11.962234292842043, + -76.73016592287726, + -11.951853003999117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.73549518879504, + -11.951853003999117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69933993396889, + -12.233307332642033, + -76.68969316256532, + -12.222931291799437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.69502690793975, + -12.222931291799437 + ] + ] + ], + "type": "Polygon" + }, + "id": "3023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71311284165279, + -12.093214459062315, + -76.70346987333419, + -12.082835829028014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.71260293261496, + -12.091074978004208 + ], + [ + -76.70778136096452, + -12.093214459062315 + ], + [ + -76.70346987333419, + -12.090164594157798 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.70880130459312, + -12.082835829028014 + ] + ] + ], + "type": "Polygon" + }, + "id": "3024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88291007549812, + -12.196568940622397, + -76.8732594524485, + -12.18618765845672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.87859250856454, + -12.18618765845672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11197150228149, + -11.692113312791326, + -77.10233001104098, + -11.681719067490823 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.1076545076388, + -11.681719067490823 + ] + ] + ], + "type": "Polygon" + }, + "id": "3026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93619423930924, + -11.934491283557275, + -76.92655003336047, + -11.92410466167883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.93086550073481, + -11.934491283557275 + ], + [ + -76.92655003336047, + -11.931444244986135 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.93187872572823, + -11.92410466167883 + ] + ] + ], + "type": "Polygon" + }, + "id": "3027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78388836153935, + -12.171006940464537, + -76.77424114685324, + -12.160627738315975 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.7795738393788, + -12.160627738315975 + ] + ] + ], + "type": "Polygon" + }, + "id": "3028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99557906126968, + -11.893144366100435, + -76.98593454635241, + -11.882755685156535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.99126249832798, + -11.882755685156535 + ] + ] + ], + "type": "Polygon" + }, + "id": "3029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99783534077675, + -11.822569004547555, + -76.98819286968634, + -11.812179281211234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.99351965796477, + -11.812179281211234 + ] + ] + ], + "type": "Polygon" + }, + "id": "3030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65611576254518, + -11.969627059597494, + -76.64647805010608, + -11.959248016894422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65078631279576, + -11.969627059597494 + ], + [ + -76.64647805010608, + -11.96657734401977 + ], + [ + -76.64698868113959, + -11.96138787789045 + ], + [ + -76.6518074496545, + -11.959248016894422 + ] + ] + ], + "type": "Polygon" + }, + "id": "3031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93163474768043, + -11.98122889588691, + -76.92198926791185, + -11.970843070767911 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.9273187340709, + -11.970843070767911 + ] + ] + ], + "type": "Polygon" + }, + "id": "3032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1069259367884, + -12.07713060420656, + -77.09727310208261, + -12.066741921714463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.10260394061443, + -12.066741921714463 + ] + ] + ], + "type": "Polygon" + }, + "id": "3033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77402755573054, + -12.03638990714496, + -76.76438462358944, + -12.026008857247474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.76971510013246, + -12.026008857247474 + ] + ] + ], + "type": "Polygon" + }, + "id": "3034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09757632465963, + -11.793002084243499, + -77.0879321929202, + -11.782609522635857 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.09325836855238, + -11.782609522635857 + ] + ] + ], + "type": "Polygon" + }, + "id": "3035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11902649207626, + -11.95245444893179, + -77.1093770714452, + -11.94206360881316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.11470583880276, + -11.94206360881316 + ] + ] + ], + "type": "Polygon" + }, + "id": "3036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17150843857391, + -11.839564164905493, + -77.16186107378789, + -11.829170456440872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.16718790056424, + -11.829170456440872 + ] + ] + ], + "type": "Polygon" + }, + "id": "3037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02768434446362, + -12.132256032815508, + -77.01803187509994, + -12.121870140325676 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.0233637284698, + -12.121870140325676 + ] + ] + ], + "type": "Polygon" + }, + "id": "3038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88442334140736, + -11.99229366700422, + -76.87477877258512, + -11.981909180559601 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.88010845980713, + -11.981909180559601 + ] + ] + ], + "type": "Polygon" + }, + "id": "3039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13970397650614, + -12.072480007616711, + -77.1300504595893, + -12.062090459836682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13970397650614, + -12.065136218670139 + ], + [ + -77.13920006488587, + -12.070331044411743 + ], + [ + -77.13437322113955, + -12.072480007616711 + ], + [ + -77.1300504595893, + -12.069434164513389 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.13538117161659, + -12.062090459836682 + ] + ] + ], + "type": "Polygon" + }, + "id": "3040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06803358044819, + -12.049714117241278, + -77.05838254568584, + -12.039325962628594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.06371298719152, + -12.039325962628594 + ] + ] + ], + "type": "Polygon" + }, + "id": "3041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96054484756067, + -11.873967429602251, + -76.95090181048324, + -11.863579340609805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.95622948346195, + -11.863579340609805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12730269199088, + -11.819511823940875, + -77.11765702470714, + -11.80911890428952 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.12298359234015, + -11.80911890428952 + ] + ] + ], + "type": "Polygon" + }, + "id": "3043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70397990791542, + -12.092303888374525, + -76.69433721726476, + -12.081925477363672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.70346987333419, + -12.090164594157798 + ], + [ + -76.69864844047169, + -12.092303888374525 + ], + [ + -76.69433721726476, + -12.089253946163975 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69966863514962, + -12.081925477363672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7915222267188, + -12.09315828647806, + -76.78187712908792, + -12.082777664580602 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.78720853419986, + -12.082777664580602 + ] + ] + ], + "type": "Polygon" + }, + "id": "3045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76183890663135, + -12.06662362242561, + -76.75219540303738, + -12.056243342473756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.75752638250923, + -12.056243342473756 + ] + ] + ], + "type": "Polygon" + }, + "id": "3046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01398569089802, + -12.178087708646293, + -77.00433220466367, + -12.167702879401508 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00966483009137, + -12.167702879401508 + ] + ] + ], + "type": "Polygon" + }, + "id": "3047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84406456687816, + -12.07478908469, + -76.83441860897108, + -12.064406855752136 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83974968320184, + -12.064406855752136 + ] + ] + ], + "type": "Polygon" + }, + "id": "3048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1250734928984, + -11.890106792086076, + -77.1154257787222, + -11.87971491033617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.12075351091488, + -11.87971491033617 + ] + ] + ], + "type": "Polygon" + }, + "id": "3049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03521730233723, + -11.959967155853152, + -77.02556977892957, + -11.949578465682322 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.03089878461425, + -11.949578465682322 + ] + ] + ], + "type": "Polygon" + }, + "id": "3050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65764718833523, + -11.954058428362018, + -76.64800989737155, + -11.943679117364523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65333904036466, + -11.943679117364523 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.64800989737155, + -11.951008811316285 + ], + [ + -76.64852048257123, + -11.945819211043046 + ], + [ + -76.65333904036466, + -11.943679117364523 + ] + ] + ], + "type": "Polygon" + }, + "id": "3051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02993558114295, + -12.061697604948156, + -77.02028515940474, + -12.051310564389983 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.02561584713379, + -12.051310564389983 + ] + ] + ], + "type": "Polygon" + }, + "id": "3052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07173041413823, + -11.86915042852137, + -77.0620846677266, + -11.858759545513188 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.06741213163377, + -11.858759545513188 + ] + ] + ], + "type": "Polygon" + }, + "id": "3053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0967200349065, + -11.659148315896408, + -77.08707990777869, + -11.648754017436161 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.09240388488723, + -11.648754017436161 + ] + ] + ], + "type": "Polygon" + }, + "id": "3054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17594577267494, + -11.698345851502019, + -77.16630250175305, + -11.68795014610949 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.17162700001244, + -11.68795014610949 + ] + ] + ], + "type": "Polygon" + }, + "id": "3055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83490765442382, + -12.262546631487757, + -76.82525633642992, + -12.252167632744417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.83059051368392, + -12.252167632744417 + ] + ] + ], + "type": "Polygon" + }, + "id": "3056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11448980813688, + -11.99921104132568, + -77.1048391074098, + -11.988820998701723 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.11016865132575, + -11.988820998701723 + ] + ] + ], + "type": "Polygon" + }, + "id": "3057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69548701998535, + -12.319359663778298, + -76.68583778411832, + -12.308985157364114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.69117295128297, + -12.308985157364114 + ] + ] + ], + "type": "Polygon" + }, + "id": "3058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89738624784847, + -12.190143002206334, + -76.88773543464625, + -12.17976125482548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.89306837357687, + -12.17976125482548 + ] + ] + ], + "type": "Polygon" + }, + "id": "3059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767231208574, + -12.163611202330763, + -76.85802307629753, + -12.153229772703735 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.8633555997153, + -12.153229772703735 + ] + ] + ], + "type": "Polygon" + }, + "id": "3060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7717790315245, + -11.918234738032323, + -76.76213968183714, + -11.907851998320856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76746821252041, + -11.907851998320856 + ], + [ + -76.7717790315245, + -11.910900330680175 + ], + [ + -76.77127021424023, + -11.91609175501281 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.76264862476475, + -11.909995003631336 + ], + [ + -76.76746821252041, + -11.907851998320856 + ] + ] + ], + "type": "Polygon" + }, + "id": "3061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98492293987944, + -11.907828356138513, + -76.97527826249633, + -11.897440146728236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.98060646771265, + -11.897440146728236 + ] + ] + ], + "type": "Polygon" + }, + "id": "3062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93473319496611, + -12.233152818646477, + -76.92508011749975, + -12.222770839536578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.93041373411165, + -12.222770839536578 + ] + ] + ], + "type": "Polygon" + }, + "id": "3063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76099730458184, + -12.310194365405804, + -76.75134655278202, + -12.299818032695367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.75668155206168, + -12.299818032695367 + ] + ] + ], + "type": "Polygon" + }, + "id": "3064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78316178991976, + -12.037297322088909, + -76.77351858386209, + -12.026916054861104 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.77884907166536, + -12.026916054861104 + ] + ] + ], + "type": "Polygon" + }, + "id": "3065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05193420457822, + -11.88294421498797, + -77.04228855000765, + -11.872554008855552 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.04761626690973, + -11.872554008855552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90952489525003, + -11.782423181039563, + -76.8998859167681, + -11.772035091475226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.9052121297484, + -11.772035091475226 + ] + ] + ], + "type": "Polygon" + }, + "id": "3067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00857077588793, + -11.996674829239115, + -76.99892284108897, + -11.986287333608592 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -77.00425248295385, + -11.986287333608592 + ] + ] + ], + "type": "Polygon" + }, + "id": "3068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78997305122411, + -12.203053558885113, + -76.78032471570998, + -12.192674718875555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.78565793438784, + -12.192674718875555 + ] + ] + ], + "type": "Polygon" + }, + "id": "3069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92786055306712, + -12.161713464495664, + -76.91820978832531, + -12.151330502993254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.92354223259106, + -12.151330502993254 + ] + ] + ], + "type": "Polygon" + }, + "id": "3070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03052740491562, + -11.723498551564466, + -77.02088704355695, + -11.713106695119125 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.02621216501718, + -11.713106695119125 + ] + ] + ], + "type": "Polygon" + }, + "id": "3071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87605111809326, + -12.125132887455518, + -76.86640280868582, + -12.114750639456254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.87173469152853, + -12.114750639456254 + ] + ] + ], + "type": "Polygon" + }, + "id": "3072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03971327157105, + -11.818809688616037, + -77.03006983858099, + -11.808418887540576 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.03539651585352, + -11.808418887540576 + ] + ] + ], + "type": "Polygon" + }, + "id": "3073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72526301474586, + -12.157305249510078, + -76.71561780163637, + -12.146927317618145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.72095028752243, + -12.146927317618145 + ] + ] + ], + "type": "Polygon" + }, + "id": "3074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98502559296037, + -12.190954531785492, + -76.97537246858299, + -12.180570622418943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.9807053388127, + -12.180570622418943 + ] + ] + ], + "type": "Polygon" + }, + "id": "3075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757121413343, + -12.015206135849482, + -76.86792614336973, + -12.004822162565597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.87325621311865, + -12.004822162565597 + ] + ] + ], + "type": "Polygon" + }, + "id": "3076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90346453524235, + -12.03349353069487, + -76.89381823604886, + -12.023109186861552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89914858728045, + -12.023109186861552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99413580510189, + -12.097492502898165, + -76.98448523505486, + -12.087106892687554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98981655427457, + -12.087106892687554 + ] + ] + ], + "type": "Polygon" + }, + "id": "3078", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80900719032022, + -12.244248747772232, + -76.79935711249163, + -12.23387009962568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.80469100199637, + -12.23387009962568 + ] + ] + ], + "type": "Polygon" + }, + "id": "3079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9789169081687, + -12.158898971165968, + -76.96926489872855, + -12.148514700031924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.97459724679794, + -12.148514700031924 + ] + ] + ], + "type": "Polygon" + }, + "id": "3080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75348531859707, + -12.010763823545396, + -76.74384370741014, + -12.000382907876611 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74917376890224, + -12.000382907876611 + ] + ] + ], + "type": "Polygon" + }, + "id": "3081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79679149617004, + -12.368776973363655, + -76.78713802601314, + -12.358400732925393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.79679149617004, + -12.361451078659353 + ], + [ + -76.7962823179412, + -12.366639252788849 + ], + [ + -76.79145549565014, + -12.368776973363655 + ], + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.79247397821192, + -12.358400732925393 + ] + ] + ], + "type": "Polygon" + }, + "id": "3082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80595409157647, + -12.275383508221843, + -76.79630316580696, + -12.265005452755535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.80163757088185, + -12.265005452755535 + ] + ] + ], + "type": "Polygon" + }, + "id": "3083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04357660748437, + -11.921457339290393, + -77.03393001838016, + -11.911067886281037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03925837971092, + -11.911067886281037 + ] + ] + ], + "type": "Polygon" + }, + "id": "3084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09225010516163, + -11.80034956716221, + -77.08260588891619, + -11.789957234515589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.0879321929202, + -11.789957234515589 + ] + ] + ], + "type": "Polygon" + }, + "id": "3085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9826298424711, + -11.88400542854447, + -76.97298593407072, + -11.873616936669498 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.97831374963684, + -11.873616936669498 + ] + ] + ], + "type": "Polygon" + }, + "id": "3086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82120052161001, + -12.214021607974669, + -76.81155101940085, + -12.203642157634825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.81688440352994, + -12.203642157634825 + ] + ] + ], + "type": "Polygon" + }, + "id": "3087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9826633685663, + -11.978394290565022, + -76.97301664659255, + -11.968007161826819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.97834601602895, + -11.968007161826819 + ] + ] + ], + "type": "Polygon" + }, + "id": "3088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08455968639959, + -11.689438358628282, + -77.07491896504385, + -11.679044742859059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.08024345679756, + -11.679044742859059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71306773847597, + -12.187525884233573, + -76.70342195714399, + -12.177148747758702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.70875494437634, + -12.177148747758702 + ] + ] + ], + "type": "Polygon" + }, + "id": "3090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98573328542167, + -12.0416145685372, + -76.9760845990974, + -12.031228309153269 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.98141500663817, + -12.031228309153269 + ] + ] + ], + "type": "Polygon" + }, + "id": "3091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95526819854442, + -12.070065711110976, + -76.94561945339996, + -12.059680637813365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.95095036104674, + -12.059680637813365 + ] + ] + ], + "type": "Polygon" + }, + "id": "3092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98714671798476, + -11.742850780032825, + -76.97750689554435, + -11.732460242390918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.98283238451953, + -11.732460242390918 + ] + ] + ], + "type": "Polygon" + }, + "id": "3093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78088452454057, + -12.013485783779394, + -76.77124208994279, + -12.003104214936306 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.77657218624124, + -12.003104214936306 + ] + ] + ], + "type": "Polygon" + }, + "id": "3094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96673252284758, + -12.189146478764245, + -76.95707992616447, + -12.178762992318791 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.96241278575809, + -12.178762992318791 + ] + ] + ], + "type": "Polygon" + }, + "id": "3095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76174618894206, + -12.34956060920289, + -76.75209424040968, + -12.33918492710912 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.75742988975537, + -12.33918492710912 + ] + ] + ], + "type": "Polygon" + }, + "id": "3096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12420549234311, + -11.75625994813097, + -77.1145617856145, + -11.745866248397357 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.11988731807654, + -11.745866248397357 + ] + ] + ], + "type": "Polygon" + }, + "id": "3097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76486372730494, + -12.129811018866093, + -76.75521825671171, + -12.11943164467464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.76055027713556, + -12.11943164467464 + ] + ] + ], + "type": "Polygon" + }, + "id": "3098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71848772216316, + -11.991560738039208, + -76.70884763777485, + -11.981180425288715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.71797804813, + -11.989419834084895 + ], + [ + -76.7131579185271, + -11.991560738039208 + ], + [ + -76.70884763777485, + -11.988511454038113 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.71417739208908, + -11.981180425288715 + ] + ] + ], + "type": "Polygon" + }, + "id": "3099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95905309898798, + -11.98393295216228, + -76.94940682389627, + -11.973546488016803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.95473630875114, + -11.973546488016803 + ] + ] + ], + "type": "Polygon" + }, + "id": "3100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12031733525298, + -11.653579286789245, + -77.11067678091685, + -11.643184346947283 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.11600063213741, + -11.643184346947283 + ] + ] + ], + "type": "Polygon" + }, + "id": "3101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90574102768167, + -11.962944626967921, + -76.89609677184247, + -11.952559176034875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90142595901793, + -11.952559176034875 + ], + [ + -76.90574102768167, + -11.955606550085479 + ], + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.89660391752497, + -11.954704495112583 + ], + [ + -76.90142595901793, + -11.952559176034875 + ] + ] + ], + "type": "Polygon" + }, + "id": "3102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8379668883092, + -12.137078537216793, + -76.82831923461438, + -12.126697432025452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.83365133967195, + -12.126697432025452 + ] + ] + ], + "type": "Polygon" + }, + "id": "3103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.880619629556, + -12.07841129535828, + -76.87097259322236, + -12.06802820670533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.87630370240925, + -12.06802820670533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87680863866487, + -11.975813676008118, + -76.86716476241443, + -11.965429135708256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.87249418374424, + -11.965429135708256 + ] + ] + ], + "type": "Polygon" + }, + "id": "3105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94757593617382, + -11.770433264172603, + -76.93793631917049, + -11.760044070189796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.9432623014541, + -11.760044070189796 + ] + ] + ], + "type": "Polygon" + }, + "id": "3106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81660771166254, + -12.355036871010135, + -76.8069541197402, + -12.344659893363367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81228983486444, + -12.344659893363367 + ], + [ + -76.81660771166254, + -12.347709990189877 + ], + [ + -76.81609883156874, + -12.352898532802486 + ], + [ + -76.81127194850389, + -12.355036871010135 + ], + [ + -76.8069541197402, + -12.351986690704548 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.81228983486444, + -12.344659893363367 + ] + ] + ], + "type": "Polygon" + }, + "id": "3107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05950511138319, + -11.80501352845115, + -77.04986158517134, + -11.794622055626554 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.05518801034563, + -11.794622055626554 + ] + ] + ], + "type": "Polygon" + }, + "id": "3108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84254035306877, + -12.0903620799293, + -76.83289397125013, + -12.07998012961126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.83822530316174, + -12.07998012961126 + ] + ] + ], + "type": "Polygon" + }, + "id": "3109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97581574585405, + -12.001314335888416, + -76.96616851775306, + -11.990927715723188 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.971498271891, + -11.990927715723188 + ] + ] + ], + "type": "Polygon" + }, + "id": "3110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77013874661488, + -12.311107076917528, + -76.76048771975248, + -12.300730527495906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.76582273070468, + -12.300730527495906 + ] + ] + ], + "type": "Polygon" + }, + "id": "3111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08705169378247, + -11.99652046577383, + -77.07740176400776, + -11.986131049369284 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.08273130329674, + -11.986131049369284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96137227545354, + -12.102122902174429, + -76.95172241527587, + -12.091738172601433 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.95705384527743, + -12.091738172601433 + ] + ] + ], + "type": "Polygon" + }, + "id": "3113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00713519150338, + -12.201001285922167, + -76.9974811971679, + -12.190616993579617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -77.00281420847591, + -12.190616993579617 + ] + ] + ], + "type": "Polygon" + }, + "id": "3114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02230731899952, + -12.045217025255699, + -77.01265758414371, + -12.03482992103696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.0179880095401, + -12.03482992103696 + ] + ] + ], + "type": "Polygon" + }, + "id": "3115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05277241722753, + -12.01675232743782, + -77.04312275322773, + -12.006364048337836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.0484526718688, + -12.006364048337836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76264862476475, + -11.91732911734735, + -76.75300954938604, + -11.906946595687897 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7583380684749, + -11.906946595687897 + ], + [ + -76.76264862476475, + -11.909995003631336 + ], + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.7583380684749, + -11.906946595687897 + ] + ] + ], + "type": "Polygon" + }, + "id": "3117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69929079264405, + -12.327597990228426, + -76.68964120601144, + -12.317223526310878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.69497650870828, + -12.317223526310878 + ] + ] + ], + "type": "Polygon" + }, + "id": "3118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02442191009001, + -11.69142876216552, + -77.01478265908936, + -11.681036637227265 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0201072608211, + -11.681036637227265 + ], + [ + -77.02442191009001, + -11.684081505293648 + ], + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.01528772099334, + -11.683187797266354 + ], + [ + -77.0201072608211, + -11.681036637227265 + ] + ] + ], + "type": "Polygon" + }, + "id": "3119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07082546687457, + -11.640883151081658, + -77.06118653718967, + -11.630489249789845 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.06651024997272, + -11.630489249789845 + ] + ] + ], + "type": "Polygon" + }, + "id": "3120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9377546544639, + -12.107652724276495, + -76.92810524442002, + -12.097268665847087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.9334367882691, + -12.097268665847087 + ] + ] + ], + "type": "Polygon" + }, + "id": "3121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74043981333354, + -12.284565595915108, + -76.73079038620969, + -12.274189355359205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.73612496884911, + -12.274189355359205 + ] + ] + ], + "type": "Polygon" + }, + "id": "3122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12896607233478, + -11.992762684411755, + -77.11931520119006, + -11.982372195634015 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.12464461701562, + -11.982372195634015 + ] + ] + ], + "type": "Polygon" + }, + "id": "3123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78842283182732, + -12.3129316893112, + -76.77877125626948, + -12.302554707215858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.78410628973955, + -12.302554707215858 + ] + ] + ], + "type": "Polygon" + }, + "id": "3124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9324419553952, + -12.209340268485903, + -76.92278964892928, + -12.19895795835473 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.92812287471918, + -12.19895795835473 + ] + ] + ], + "type": "Polygon" + }, + "id": "3125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70240154308402, + -12.202178622574799, + -76.6927556169731, + -12.191801995562754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.69808884798017, + -12.191801995562754 + ] + ] + ], + "type": "Polygon" + }, + "id": "3126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84329179296893, + -12.224078779201234, + -76.83364140013845, + -12.213698936826315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.83897493732648, + -12.213698936826315 + ] + ] + ], + "type": "Polygon" + }, + "id": "3127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11139354988427, + -11.935972780682807, + -77.10174481199236, + -11.92558188636785 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.1070733194493, + -11.92558188636785 + ] + ] + ], + "type": "Polygon" + }, + "id": "3128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.667393790804, + -12.182961845322298, + -76.6577494033861, + -12.172585804790948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66308232095055, + -12.172585804790948 + ], + [ + -76.667393790804, + -12.17563645409478 + ], + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.66206082313253, + -12.182961845322298 + ], + [ + -76.6577494033861, + -12.179911110815544 + ], + [ + -76.65826021500469, + -12.174723145507635 + ], + [ + -76.66308232095055, + -12.172585804790948 + ] + ] + ], + "type": "Polygon" + }, + "id": "3129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64146138301287, + -12.258945150514501, + -76.63181544640238, + -12.248571018944634 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.63714961870892, + -12.248571018944634 + ] + ] + ], + "type": "Polygon" + }, + "id": "3130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6925770770284, + -12.067586589952777, + -76.6829354370347, + -12.057208088612283 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.68826644896916, + -12.057208088612283 + ] + ] + ], + "type": "Polygon" + }, + "id": "3131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75494711697431, + -12.183844250914017, + -76.74530030286988, + -12.173465988572117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.75063321821858, + -12.173465988572117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02070142736825, + -11.872013229105196, + -77.01105689617188, + -11.861623632722516 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.01638447172307, + -11.861623632722516 + ] + ] + ], + "type": "Polygon" + }, + "id": "3133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05799120311752, + -11.820600424998936, + -77.04834725128208, + -11.810209202411784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.05367393476696, + -11.810209202411784 + ] + ] + ], + "type": "Polygon" + }, + "id": "3134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67040003361959, + -12.24612865642411, + -76.66075367716525, + -12.235753568370823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.66608763737818, + -12.235753568370823 + ] + ] + ], + "type": "Polygon" + }, + "id": "3135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98647496565945, + -11.986634635741359, + -76.97682789953895, + -11.976247534826502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.9821574006092, + -11.976247534826502 + ] + ] + ], + "type": "Polygon" + }, + "id": "3136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91642753911063, + -12.136994413884521, + -76.90677781172982, + -12.126611345163129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.91210985832066, + -12.126611345163129 + ] + ] + ], + "type": "Polygon" + }, + "id": "3137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83720007331453, + -12.192030430772592, + -76.82755079987889, + -12.181650221492088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.83288381192257, + -12.181650221492088 + ] + ] + ], + "type": "Polygon" + }, + "id": "3138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71831348230702, + -12.368789346193013, + -76.70866214274281, + -12.35841510157836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.71399812248752, + -12.35841510157836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79149999601069, + -12.187485226229645, + -76.78185208410761, + -12.17710609608404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.78718504518692, + -12.17710609608404 + ] + ] + ], + "type": "Polygon" + }, + "id": "3140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93242306438087, + -12.114988644992215, + -76.92277357475366, + -12.104604833326377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.92810524442002, + -12.104604833326377 + ] + ] + ], + "type": "Polygon" + }, + "id": "3141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68106768994974, + -12.231480011935984, + -76.67142147627753, + -12.221104409135362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.67675519377498, + -12.221104409135362 + ] + ] + ], + "type": "Polygon" + }, + "id": "3142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92025362544561, + -12.23957954619576, + -76.91060073503643, + -12.229198032519871 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.91593447064854, + -12.229198032519871 + ] + ] + ], + "type": "Polygon" + }, + "id": "3143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96139961741038, + -12.196481706661904, + -76.9517469401813, + -12.18609847033439 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.95707992616447, + -12.18609847033439 + ] + ] + ], + "type": "Polygon" + }, + "id": "3144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75576028677233, + -12.034574287249884, + -76.74611790389032, + -12.024193672762298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.75144835708774, + -12.024193672762298 + ] + ] + ], + "type": "Polygon" + }, + "id": "3145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83109903291705, + -12.254307603173215, + -76.82144806277444, + -12.24392856397284 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.82678210625619, + -12.24392856397284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02832547710747, + -11.888494616683836, + -77.01868025969733, + -11.87810506626783 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.0240080973411, + -11.87810506626783 + ] + ] + ], + "type": "Polygon" + }, + "id": "3147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04723290718795, + -11.646448270275156, + -77.03759441143208, + -11.636055013421227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.04291824624588, + -11.636055013421227 + ] + ] + ], + "type": "Polygon" + }, + "id": "3148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77161093347594, + -12.484122294091966, + -76.76195469367019, + -12.473748723989763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.76627301472861, + -12.484122294091966 + ], + [ + -76.76195469367019, + -12.481071114232543 + ], + [ + -76.7624645311941, + -12.4758843831666 + ], + [ + -76.76729256370251, + -12.473748723989763 + ] + ] + ], + "type": "Polygon" + }, + "id": "3149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96825199404987, + -12.17357117716122, + -76.95859982293824, + -12.163187403405466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.96393242407937, + -12.163187403405466 + ] + ] + ], + "type": "Polygon" + }, + "id": "3150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03443517085444, + -11.920559916623798, + -77.02478884185155, + -11.910170674294108 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.03011719977707, + -11.910170674294108 + ] + ] + ], + "type": "Polygon" + }, + "id": "3151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97510359014564, + -12.150659135375303, + -76.96545192537482, + -12.140274827709597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.97078414157447, + -12.140274827709597 + ] + ] + ], + "type": "Polygon" + }, + "id": "3152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9659010751916, + -11.961013363493011, + -76.95625530545168, + -11.950626392876314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.9615844060226, + -11.950626392876314 + ] + ] + ], + "type": "Polygon" + }, + "id": "3153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10664696205048, + -11.699463149181089, + -77.09700538589935, + -11.689069127772589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.10233001104098, + -11.689069127772589 + ] + ] + ], + "type": "Polygon" + }, + "id": "3154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05198795587121, + -11.977346388043562, + -77.04233948672538, + -11.966957542823037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.04766875743067, + -11.966957542823037 + ] + ] + ], + "type": "Polygon" + }, + "id": "3155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96521291460957, + -12.20472134747113, + -76.95555989233107, + -12.194338149880512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.96089301039463, + -12.194338149880512 + ] + ] + ], + "type": "Polygon" + }, + "id": "3156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8950904218996, + -12.071980990087832, + -76.8854431953595, + -12.061597441307203 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.89077418755585, + -12.061597441307203 + ] + ] + ], + "type": "Polygon" + }, + "id": "3157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80214651424464, + -12.267144621851836, + -76.79249593694738, + -12.25676652554667 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.79783020787474, + -12.25676652554667 + ] + ] + ], + "type": "Polygon" + }, + "id": "3158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562600160753, + -11.761444833014984, + -76.84662306929509, + -11.751057788291249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.85194897626933, + -11.751057788291249 + ] + ] + ], + "type": "Polygon" + }, + "id": "3159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16387390040656, + -11.823081718680065, + -77.15422721571187, + -11.81268796655077 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15955378409872, + -11.81268796655077 + ] + ] + ], + "type": "Polygon" + }, + "id": "3160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80902431754012, + -12.149925544318332, + -76.79937705524948, + -12.139545371134092 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.80470938824386, + -12.139545371134092 + ] + ] + ], + "type": "Polygon" + }, + "id": "3161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17683517830443, + -11.832214789323551, + -77.16718790056424, + -11.821820851440226 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.17251459755022, + -11.821820851440226 + ] + ] + ], + "type": "Polygon" + }, + "id": "3162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77630441233045, + -12.060200582600379, + -76.76666070855794, + -12.049819837731519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.77199157671312, + -12.049819837731519 + ] + ] + ], + "type": "Polygon" + }, + "id": "3163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757697234007, + -12.20390114578493, + -76.86792627140933, + -12.193520115567695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.8732594524485, + -12.193520115567695 + ] + ] + ], + "type": "Polygon" + }, + "id": "3164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71079524614366, + -12.163721197631244, + -76.70115023762217, + -12.153343737191705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.70648283245654, + -12.153343737191705 + ] + ] + ], + "type": "Polygon" + }, + "id": "3165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93692375380549, + -11.78511874204506, + -76.92728397750814, + -11.774730009617235 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.93261021115929, + -11.774730009617235 + ] + ] + ], + "type": "Polygon" + }, + "id": "3166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08080971005232, + -11.775626415242685, + -77.071166518705, + -11.76523402602246 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.07649243214549, + -11.76523402602246 + ] + ] + ], + "type": "Polygon" + }, + "id": "3167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08147259691889, + -11.626183400622859, + -77.07183383488484, + -11.615789056306612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.07715729183873, + -11.615789056306612 + ] + ] + ], + "type": "Polygon" + }, + "id": "3168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8623397414183, + -12.170943572873238, + -76.85269042824976, + -12.160562393901216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.85802307629753, + -12.160562393901216 + ] + ] + ], + "type": "Polygon" + }, + "id": "3169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96739043356149, + -11.85104320911116, + -76.95774790155676, + -11.840654629756262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.96307519047902, + -11.840654629756262 + ] + ] + ], + "type": "Polygon" + }, + "id": "3170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11887991640518, + -11.76360900350923, + -77.10923612434371, + -11.753215530510031 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.1145617856145, + -11.753215530510031 + ] + ] + ], + "type": "Polygon" + }, + "id": "3171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95369848265493, + -11.896890236257457, + -76.9440549407277, + -11.886502641157495 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.94938299766359, + -11.886502641157495 + ] + ] + ], + "type": "Polygon" + }, + "id": "3172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16076907819475, + -11.759825885809729, + -77.15112435380192, + -11.74943135241352 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.15644988739145, + -11.74943135241352 + ] + ] + ], + "type": "Polygon" + }, + "id": "3173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11046032870381, + -11.707704382539358, + -77.10081841155252, + -11.6973103758873 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.10614316653567, + -11.6973103758873 + ] + ] + ], + "type": "Polygon" + }, + "id": "3174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76414517113147, + -11.99609963785553, + -76.7545037077983, + -11.985718232670358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.75983352401036, + -11.985718232670358 + ] + ] + ], + "type": "Polygon" + }, + "id": "3175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01394300089707, + -12.083716563868022, + -77.00429233217586, + -12.073330253491129 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00962340183804, + -12.073330253491129 + ] + ] + ], + "type": "Polygon" + }, + "id": "3176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90953708905846, + -11.876809143218821, + -76.8998952998702, + -11.86642235805805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90522306579099, + -11.86642235805805 + ], + [ + -76.90953708905846, + -11.86946924697822 + ], + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.8998952998702, + -11.873762167834311 + ], + [ + -76.90040225755801, + -11.868568828844387 + ], + [ + -76.90522306579099, + -11.86642235805805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74584545379412, + -12.088614846309119, + -76.73620172879208, + -12.078235311452776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.74153307609073, + -12.078235311452776 + ] + ] + ], + "type": "Polygon" + }, + "id": "3178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94456131284515, + -11.895990511007543, + -76.93491803568638, + -11.885603129109533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.9402460865078, + -11.885603129109533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06343195976642, + -12.002068049486386, + -77.05378246265839, + -11.991679290897595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.05911212550886, + -11.991679290897595 + ] + ] + ], + "type": "Polygon" + }, + "id": "3180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96971178161826, + -11.969253695238269, + -76.96006566742359, + -11.95886675140152 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.96539489982587, + -11.95886675140152 + ] + ] + ], + "type": "Polygon" + }, + "id": "3181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82500825984658, + -12.222260744412734, + -76.81535840967001, + -12.211881332386293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.82069192766265, + -12.211881332386293 + ] + ] + ], + "type": "Polygon" + }, + "id": "3182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65231799516768, + -11.96138787789045, + -76.64268063359582, + -11.951008811316285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64800989737155, + -11.951008811316285 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.64698868113959, + -11.96138787789045 + ], + [ + -76.64268063359582, + -11.958338174046881 + ], + [ + -76.64319130430508, + -11.953148696014809 + ], + [ + -76.64800989737155, + -11.951008811316285 + ] + ] + ], + "type": "Polygon" + }, + "id": "3183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15418446242556, + -12.066032727632422, + -77.14453077714165, + -12.055642731597036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1498613598166, + -12.055642731597036 + ], + [ + -77.15418446242556, + -12.058688324371253 + ], + [ + -77.1536807644716, + -12.063883374147709 + ], + [ + -77.14885383662018, + -12.066032727632422 + ], + [ + -77.14453077714165, + -12.062987050596886 + ], + [ + -77.14503460237478, + -12.057792104347916 + ], + [ + -77.1498613598166, + -12.055642731597036 + ] + ] + ], + "type": "Polygon" + }, + "id": "3184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03663425870202, + -11.755567899612688, + -77.0269927869488, + -11.745176318162383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.03231842811606, + -11.745176318162383 + ] + ] + ], + "type": "Polygon" + }, + "id": "3185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005495381914, + -12.147132249977055, + -76.85040641202453, + -12.136750749351423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.85573866884583, + -12.136750749351423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99187683440017, + -12.168042073771995, + -76.98222421714043, + -12.157657628395317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.98755670201037, + -12.157657628395317 + ] + ] + ], + "type": "Polygon" + }, + "id": "3187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02143688520344, + -11.817017911499425, + -77.01179397296787, + -11.806627532940936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.01712064292612, + -11.806627532940936 + ] + ] + ], + "type": "Polygon" + }, + "id": "3188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91261704164354, + -12.128754703164278, + -76.90296766017113, + -12.118371599614237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.90829957412102, + -12.118371599614237 + ] + ] + ], + "type": "Polygon" + }, + "id": "3189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09317068464331, + -12.028585388291237, + -77.08351964430383, + -12.018196302254049 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.0888497030215, + -12.018196302254049 + ] + ] + ], + "type": "Polygon" + }, + "id": "3190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76483371590233, + -12.224128096741978, + -76.75518543082354, + -12.213750236649414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.76051900757152, + -12.213750236649414 + ] + ] + ], + "type": "Polygon" + }, + "id": "3191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7016604157274, + -12.162809281736067, + -76.69201568511609, + -12.152432040132673 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.69734826650064, + -12.152432040132673 + ] + ] + ], + "type": "Polygon" + }, + "id": "3192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80133466078651, + -12.510666662213167, + -76.7916768244446, + -12.500292817693234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79701512025787, + -12.500292817693234 + ], + [ + -76.80133466078651, + -12.50334374500997 + ], + [ + -76.80082532211141, + -12.508530721021144 + ], + [ + -76.79599631667442, + -12.510666662213167 + ], + [ + -76.7916768244446, + -12.507615652442935 + ], + [ + -76.79218628934343, + -12.50242878394401 + ], + [ + -76.79701512025787, + -12.500292817693234 + ] + ] + ], + "type": "Polygon" + }, + "id": "3193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82887292301973, + -11.758743283425808, + -76.81923678657466, + -11.748356888364588 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82456266559863, + -11.748356888364588 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.819744684087, + -11.750503100782211 + ], + [ + -76.82456266559863, + -11.748356888364588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9042305768774, + -12.0728853210682, + -76.89458308269019, + -12.06250155835343 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89991408250005, + -12.06250155835343 + ] + ] + ], + "type": "Polygon" + }, + "id": "3195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7807831238392, + -12.390752585439577, + -76.77112942852094, + -12.38037713116117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.7807831238392, + -12.383427727161648 + ], + [ + -76.78027368769038, + -12.388615508299184 + ], + [ + -76.77544675272475, + -12.390752585439577 + ], + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.77646575107936, + -12.38037713116117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74879776978267, + -12.340408519661754, + -76.73914644653972, + -12.330033010300284 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.74448194907694, + -12.330033010300284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70620422324902, + -12.210417381983438, + -76.69655794676795, + -12.200040791570208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.7018913131221, + -12.200040791570208 + ] + ] + ], + "type": "Polygon" + }, + "id": "3198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91186270389457, + -12.183715871187538, + -76.90221170176629, + -12.173333659520065 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.90754452282498, + -12.173333659520065 + ] + ] + ], + "type": "Polygon" + }, + "id": "3199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10224903585646, + -11.935077174692672, + -77.09260055453214, + -11.924686489165747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.09792906063004, + -11.924686489165747 + ] + ] + ], + "type": "Polygon" + }, + "id": "3200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71320296912188, + -11.904557581264637, + -76.70356562191074, + -11.894176132069385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70889394394516, + -11.894176132069385 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.70407535771871, + -11.896318052477712 + ], + [ + -76.70889394394516, + -11.894176132069385 + ] + ] + ], + "type": "Polygon" + }, + "id": "3201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0694304008887, + -11.845323140272829, + -77.05978542245751, + -11.834931980501382 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.0651124974803, + -11.834931980501382 + ] + ] + ], + "type": "Polygon" + }, + "id": "3202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08626300020408, + -11.957110967452786, + -77.07661426519057, + -11.946720990197033 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.08194315672488, + -11.946720990197033 + ] + ] + ], + "type": "Polygon" + }, + "id": "3203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02382377909746, + -12.029636300649699, + -77.0141744700574, + -12.019248923749213 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.01950463695877, + -12.019248923749213 + ] + ] + ], + "type": "Polygon" + }, + "id": "3204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88214640509887, + -12.157184993100822, + -76.87249697791411, + -12.146803099024329 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.87782938489771, + -12.146803099024329 + ] + ] + ], + "type": "Polygon" + }, + "id": "3205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01780092274811, + -12.18632756745599, + -77.00814709258785, + -12.175942776506181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.01347984941584, + -12.175942776506181 + ] + ] + ], + "type": "Polygon" + }, + "id": "3206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13644492212396, + -11.820404689261627, + -77.12679899976992, + -11.810011561113008 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.13212556800518, + -11.810011561113008 + ] + ] + ], + "type": "Polygon" + }, + "id": "3207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81360159704596, + -12.103213273171525, + -76.80395560574883, + -12.092832250350368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80928716596802, + -12.092832250350368 + ] + ] + ], + "type": "Polygon" + }, + "id": "3208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13875030343071, + -11.84423518421192, + -77.12910361385393, + -11.833842329163398 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.13443057039045, + -11.833842329163398 + ] + ] + ], + "type": "Polygon" + }, + "id": "3209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94689753126737, + -12.108556365302261, + -76.93724785575174, + -12.098172094217572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.94257940592875, + -12.098172094217572 + ] + ] + ], + "type": "Polygon" + }, + "id": "3210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99258133365137, + -12.018695530417219, + -76.98293315400711, + -12.008308756833316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.98826317652791, + -12.008308756833316 + ] + ] + ], + "type": "Polygon" + }, + "id": "3211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91713773707431, + -11.798904104351218, + -76.90749806818866, + -11.788516049532232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.91181121290352, + -11.798904104351218 + ], + [ + -76.90749806818866, + -11.795857615190872 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.91282454592017, + -11.788516049532232 + ] + ] + ], + "type": "Polygon" + }, + "id": "3212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84024976959749, + -12.160889225776812, + -76.8306013443738, + -12.15050844071393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.835933840802, + -12.15050844071393 + ] + ] + ], + "type": "Polygon" + }, + "id": "3213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07239765552977, + -11.719725452589318, + -77.06275634074274, + -11.709332525930588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.06808134675323, + -11.709332525930588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02979367606666, + -11.778500778377737, + -77.0201516965644, + -11.768109671509684 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.02547772311316, + -11.768109671509684 + ] + ] + ], + "type": "Polygon" + }, + "id": "3215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08383505028993, + -11.74444875654198, + -77.07419271043769, + -11.734055877661056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.07951810719602, + -11.734055877661056 + ] + ] + ], + "type": "Polygon" + }, + "id": "3216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9362142201482, + -12.028865459625527, + -76.9265672004455, + -12.018480231969423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.93189744719885, + -12.018480231969423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76788976898804, + -12.192993931807365, + -76.75824233064685, + -12.182615488428635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.76357539239913, + -12.182615488428635 + ] + ] + ], + "type": "Polygon" + }, + "id": "3218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88443798189977, + -12.275330847511649, + -76.87478496624126, + -12.264950818396787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.88011932109069, + -12.264950818396787 + ] + ] + ], + "type": "Polygon" + }, + "id": "3219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04289572163927, + -12.070837901347968, + -77.03324469617421, + -12.060450683118527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.0385755184363, + -12.060450683118527 + ] + ] + ], + "type": "Polygon" + }, + "id": "3220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78611937151042, + -12.383427727161648, + -76.77646575107936, + -12.373052010390161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.78611937151042, + -12.376102523000396 + ], + [ + -76.78561002132994, + -12.381290435355155 + ], + [ + -76.7807831238392, + -12.383427727161648 + ], + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.78180195027288, + -12.373052010390161 + ] + ] + ], + "type": "Polygon" + }, + "id": "3221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78846909271726, + -12.12429902700486, + -76.77882314833462, + -12.113918968376353 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.78415506836049, + -12.113918968376353 + ] + ] + ], + "type": "Polygon" + }, + "id": "3222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92169648404185, + -11.752156552089398, + -76.91205808705324, + -11.741767754068185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91738379207874, + -11.741767754068185 + ], + [ + -76.92169648404185, + -11.744813859455196 + ], + [ + -76.92119001739142, + -11.75000831206995 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.91738379207874, + -11.741767754068185 + ] + ] + ], + "type": "Polygon" + }, + "id": "3223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83947503942774, + -12.310160188122044, + -76.8298221770285, + -12.299781870619922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.83515713771874, + -12.299781870619922 + ] + ] + ], + "type": "Polygon" + }, + "id": "3224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95982596710479, + -12.023331437077122, + -76.95017849727692, + -12.012945541360805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.95550863035828, + -12.012945541360805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93625421682233, + -12.217579776898969, + -76.9266015646833, + -12.207197505887216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.93193492292998, + -12.207197505887216 + ] + ] + ], + "type": "Polygon" + }, + "id": "3226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15154483552048, + -11.664490593750198, + -77.14190317703064, + -11.654095039877438 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14722715914847, + -11.654095039877438 + ], + [ + -77.15154483552048, + -11.657138636944554 + ], + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.14190317703064, + -11.661446909633899 + ], + [ + -77.1424064149063, + -11.656249184822407 + ], + [ + -77.14722715914847, + -11.654095039877438 + ] + ] + ], + "type": "Polygon" + }, + "id": "3227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97736594443205, + -12.08011040649522, + -76.96771632624672, + -12.069724941327003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.9730473770388, + -12.069724941327003 + ] + ] + ], + "type": "Polygon" + }, + "id": "3228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0016066778083, + -11.736401185969948, + -76.99196667450548, + -11.726010207790551 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.99729204165953, + -11.726010207790551 + ] + ] + ], + "type": "Polygon" + }, + "id": "3229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96289156289136, + -12.086545738009757, + -76.95324212799595, + -12.07616072964547 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.95857329971044, + -12.07616072964547 + ] + ] + ], + "type": "Polygon" + }, + "id": "3230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12809617456266, + -11.858930633944297, + -77.11844931346826, + -11.848538240680726 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.12377652818405, + -11.848538240680726 + ] + ] + ], + "type": "Polygon" + }, + "id": "3231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81663753277397, + -12.166404135187108, + -76.80698957438604, + -12.156024032329618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.81232217526674, + -12.156024032329618 + ] + ] + ], + "type": "Polygon" + }, + "id": "3232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02235244613676, + -12.139594506626242, + -77.01269989431522, + -12.129208860478059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.01803187509994, + -12.129208860478059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72687461354325, + -11.953087412467578, + -76.71723544642707, + -11.94270631824542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.72256456495305, + -11.94270631824542 + ] + ] + ], + "type": "Polygon" + }, + "id": "3234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93698434229107, + -12.068260024089286, + -76.92733612756409, + -12.057875376167628 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.93266702278738, + -12.057875376167628 + ] + ] + ], + "type": "Polygon" + }, + "id": "3235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8257771804085, + -12.167312557073979, + -76.81612895011119, + -12.15693223849359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.82146156097654, + -12.15693223849359 + ] + ] + ], + "type": "Polygon" + }, + "id": "3236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74666255354293, + -11.939329491641933, + -76.73702325688276, + -11.928947693780986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.742352143502, + -11.928947693780986 + ] + ] + ], + "type": "Polygon" + }, + "id": "3237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13055449843675, + -12.071582942193793, + -77.12090123681685, + -12.06119360196588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.1300504595893, + -12.069434164513389 + ], + [ + -77.12522374344452, + -12.071582942193793 + ], + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.12623194833915, + -12.06119360196588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76933147805705, + -12.460323871930406, + -76.75967601195319, + -12.449949933595354 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.76501348930854, + -12.449949933595354 + ] + ] + ], + "type": "Polygon" + }, + "id": "3239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92475159115774, + -11.815385036330593, + -76.91511123211038, + -11.804997018080531 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.92043797442834, + -11.804997018080531 + ] + ] + ], + "type": "Polygon" + }, + "id": "3240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8988904319575, + -11.985859858503634, + -76.88924567334985, + -11.975474915891684 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.89457524346224, + -11.975474915891684 + ] + ] + ], + "type": "Polygon" + }, + "id": "3241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76021723353509, + -12.36512374958008, + -76.75056486130504, + -12.35474837378262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.75590076835888, + -12.35474837378262 + ] + ] + ], + "type": "Polygon" + }, + "id": "3242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9690264652395, + -12.212960970947579, + -76.95937309797256, + -12.202577812549404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.96470634807503, + -12.202577812549404 + ] + ] + ], + "type": "Polygon" + }, + "id": "3243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06628706081865, + -11.687653769088783, + -77.0566468551055, + -11.67726057426533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.06197134225317, + -11.67726057426533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0199657218413, + -11.927004870105819, + -77.01031957114364, + -11.916616074986187 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.01564805259396, + -11.916616074986187 + ] + ] + ], + "type": "Polygon" + }, + "id": "3245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73812654396097, + -12.355057173050033, + -76.728475073527, + -12.344682186358082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.73381082132695, + -12.344682186358082 + ] + ] + ], + "type": "Polygon" + }, + "id": "3246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72993127400498, + -11.921943597823516, + -76.72029295134476, + -11.911561972997685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.72562155611779, + -11.911561972997685 + ] + ] + ], + "type": "Polygon" + }, + "id": "3247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06954813782163, + -12.034131817028623, + -77.05989752939782, + -12.02374338967136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.06522771217811, + -12.02374338967136 + ] + ] + ], + "type": "Polygon" + }, + "id": "3248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69410744757238, + -12.052018768428429, + -76.68446622972623, + -12.041639989462272 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68979698476608, + -12.041639989462272 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.68446622972623, + -12.048968947738771 + ], + [ + -76.6849764633991, + -12.043779613149617 + ], + [ + -76.68979698476608, + -12.041639989462272 + ] + ] + ], + "type": "Polygon" + }, + "id": "3249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00848862739677, + -11.807880866074834, + -76.99884631950708, + -11.797490679782522 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -77.00417285422573, + -11.797490679782522 + ] + ] + ], + "type": "Polygon" + }, + "id": "3250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04044543671651, + -11.763808835766563, + -77.0308036224007, + -11.753417271279897 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.03612939433954, + -11.753417271279897 + ] + ] + ], + "type": "Polygon" + }, + "id": "3251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74730346533845, + -12.261675012416793, + -76.73765453507109, + -12.251298215891971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.74298873764053, + -12.251298215891971 + ] + ] + ], + "type": "Polygon" + }, + "id": "3252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7389102753061, + -12.300129581741631, + -76.7292604248978, + -12.289753641277173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.73459526503483, + -12.289753641277173 + ] + ] + ], + "type": "Polygon" + }, + "id": "3253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01312079562724, + -11.949929694990004, + -77.00347413735922, + -11.939541399962481 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -77.00880300422558, + -11.939541399962481 + ] + ] + ], + "type": "Polygon" + }, + "id": "3254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0466064431344, + -11.890288459820171, + -77.03696070546192, + -11.87989848774595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.04228855000765, + -11.87989848774595 + ] + ] + ], + "type": "Polygon" + }, + "id": "3255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82808238898315, + -12.002443078955475, + -76.81843901508321, + -11.992060154852396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.82376890640543, + -11.992060154852396 + ] + ] + ], + "type": "Polygon" + }, + "id": "3256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7748045322657, + -11.981434129382302, + -76.76516321745036, + -11.971052236449552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.77049278803034, + -11.971052236449552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05883177859637, + -11.954419967782082, + -77.04918381877731, + -11.944030619477163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.0545127031302, + -11.944030619477163 + ] + ] + ], + "type": "Polygon" + }, + "id": "3258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93392430465134, + -12.005047427749684, + -76.92427805496173, + -11.994661899581027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.929607911398, + -11.994661899581027 + ] + ] + ], + "type": "Polygon" + }, + "id": "3259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02001014903378, + -12.021395947348735, + -77.01036118346232, + -12.011008540081836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.01569121916685, + -12.011008540081836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69943813063664, + -12.044689724132752, + -76.68979698476608, + -12.034310697182269 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69512761822153, + -12.034310697182269 + ], + [ + -76.69943813063664, + -12.03736034580151 + ], + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.68979698476608, + -12.041639989462272 + ], + [ + -76.69030713281123, + -12.036450530851486 + ], + [ + -76.69512761822153, + -12.034310697182269 + ] + ] + ], + "type": "Polygon" + }, + "id": "3261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79612177751856, + -11.952099157217475, + -76.7864807617304, + -11.941716294098415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.79180983999065, + -11.941716294098415 + ] + ] + ], + "type": "Polygon" + }, + "id": "3262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87833087833924, + -11.96023679868628, + -76.86868742608735, + -11.949851991327895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87401658974882, + -11.949851991327895 + ], + [ + -76.87833087833924, + -11.952899598002343 + ], + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.86919495018859, + -11.95199675606455 + ], + [ + -76.87401658974882, + -11.949851991327895 + ] + ] + ], + "type": "Polygon" + }, + "id": "3263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83033079347186, + -12.309249666539573, + -76.82067820250562, + -12.298871563883221 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.82601315361569, + -12.298871563883221 + ] + ] + ], + "type": "Polygon" + }, + "id": "3264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99628126543557, + -11.74374653317694, + -76.98664118070417, + -11.733355782969499 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.99196667450548, + -11.733355782969499 + ] + ] + ], + "type": "Polygon" + }, + "id": "3265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12666044293381, + -11.968936082142928, + -77.11701033980994, + -11.958545298045717 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.12233936690113, + -11.958545298045717 + ] + ] + ], + "type": "Polygon" + }, + "id": "3266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95598927278314, + -11.920711694833944, + -76.9463449615415, + -11.910324384097109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.95167340838161, + -11.910324384097109 + ] + ] + ], + "type": "Polygon" + }, + "id": "3267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92632233352586, + -12.0829330881036, + -76.91667395988593, + -12.072548930439059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.92200510656765, + -12.072548930439059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73585078642742, + -12.331256194896504, + -76.72620008938016, + -12.320880859235787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.73153544456383, + -12.320880859235787 + ] + ] + ], + "type": "Polygon" + }, + "id": "3269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04059666362976, + -12.047016659834572, + -77.03094640737633, + -12.036629134704702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.03627684004469, + -12.036629134704702 + ] + ] + ], + "type": "Polygon" + }, + "id": "3270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05647715832056, + -11.836186944252145, + -77.04683278083745, + -11.825795973453152 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.0521597226504, + -11.825795973453152 + ] + ] + ], + "type": "Polygon" + }, + "id": "3271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77775254460988, + -12.327584289099757, + -76.76810081936269, + -12.317207825684822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.77343609944778, + -12.317207825684822 + ] + ] + ], + "type": "Polygon" + }, + "id": "3272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77094527226602, + -12.16185802318324, + -76.7612986805688, + -12.151479002687784 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.76663122739403, + -12.151479002687784 + ] + ] + ], + "type": "Polygon" + }, + "id": "3273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77472318893042, + -12.264411027872413, + -76.76507343300442, + -12.254033580334227 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.77040767099314, + -12.254033580334227 + ] + ] + ], + "type": "Polygon" + }, + "id": "3274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07251707867832, + -11.90856283970218, + -77.06287013817823, + -11.898172495818773 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.06819824953077, + -11.898172495818773 + ] + ] + ], + "type": "Polygon" + }, + "id": "3275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09211921446966, + -11.611482414713656, + -77.08248062074712, + -11.60108762915725 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08780382152271, + -11.60108762915725 + ], + [ + -77.09211921446966, + -11.604131459502215 + ], + [ + -77.0916153519519, + -11.609328904843927 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.08780382152271, + -11.60108762915725 + ] + ] + ], + "type": "Polygon" + }, + "id": "3276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09777760871225, + -12.076232447475839, + -77.08812503103283, + -12.065843973410024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.09345586806927, + -12.065843973410024 + ] + ] + ], + "type": "Polygon" + }, + "id": "3277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08685984487867, + -11.713269635066679, + -77.07721835642496, + -11.702876272732938 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.08254323657121, + -11.702876272732938 + ] + ] + ], + "type": "Polygon" + }, + "id": "3278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06488895368639, + -11.892081254846136, + -77.05524269766222, + -11.881690862118935 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.06057054800715, + -11.881690862118935 + ] + ] + ], + "type": "Polygon" + }, + "id": "3279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72233098278755, + -11.905464467832514, + -76.71269335871132, + -11.89508279920563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.71802169382686, + -11.89508279920563 + ] + ] + ], + "type": "Polygon" + }, + "id": "3280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92246413586317, + -11.791562451715238, + -76.91282454592017, + -11.781174164888233 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.91815089834766, + -11.781174164888233 + ] + ] + ], + "type": "Polygon" + }, + "id": "3281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.190505009407, + -11.786331409264742, + -77.18085876033736, + -11.775936517746173 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18618467963327, + -11.775936517746173 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.19000225698309, + -11.784177904085537 + ], + [ + -77.18517904757397, + -11.786331409264742 + ], + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.18136163996346, + -11.7780900403701 + ], + [ + -77.18618467963327, + -11.775936517746173 + ] + ] + ], + "type": "Polygon" + }, + "id": "3282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89658707104086, + -11.773283719046821, + -76.8869487049268, + -11.76289582771396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.8922747779154, + -11.76289582771396 + ] + ] + ], + "type": "Polygon" + }, + "id": "3283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66200081390285, + -12.284575762415606, + -76.65235354160022, + -12.274201529247964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.65768813719244, + -12.274201529247964 + ] + ] + ], + "type": "Polygon" + }, + "id": "3284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79070283532462, + -12.336735388459058, + -76.78105048694462, + -12.326358752664575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.7863859125885, + -12.326358752664575 + ] + ] + ], + "type": "Polygon" + }, + "id": "3285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77466888085789, + -12.453000948205727, + -76.76501348930854, + -12.442626743890996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.77035084344742, + -12.442626743890996 + ] + ] + ], + "type": "Polygon" + }, + "id": "3286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91110811194396, + -12.238672790034983, + -76.90145548861868, + -12.228291489274921 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.906789217093, + -12.228291489274921 + ] + ] + ], + "type": "Polygon" + }, + "id": "3287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9415228520625, + -11.927151614282343, + -76.93187872572823, + -11.916764754282086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.93720729235284, + -11.916764754282086 + ] + ] + ], + "type": "Polygon" + }, + "id": "3288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8768166096045, + -12.258852549356412, + -76.8671642877311, + -12.248472437551118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.87249837622252, + -12.248472437551118 + ] + ] + ], + "type": "Polygon" + }, + "id": "3289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1427271275872, + -12.041310815663822, + -77.13307446503907, + -12.03092072064727 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13840465886439, + -12.03092072064727 + ], + [ + -77.1427271275872, + -12.033966305029514 + ], + [ + -77.14222330700403, + -12.039161404395585 + ], + [ + -77.13739689047415, + -12.041310815663822 + ], + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.13357841283683, + -12.033070151166669 + ], + [ + -77.13840465886439, + -12.03092072064727 + ] + ] + ], + "type": "Polygon" + }, + "id": "3290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69874699954018, + -11.910982489553522, + -76.68910985760803, + -11.90060150124957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69443828784674, + -11.90060150124957 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.68910985760803, + -11.907933468690867 + ], + [ + -76.68961980433684, + -11.902743029524814 + ], + [ + -76.69443828784674, + -11.90060150124957 + ] + ] + ], + "type": "Polygon" + }, + "id": "3291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02690273763832, + -12.09285762174882, + -77.01725146393899, + -12.082471134315066 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.02258266883783, + -12.082471134315066 + ] + ] + ], + "type": "Polygon" + }, + "id": "3292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0018021349256, + -12.208337644615073, + -76.99214805875167, + -12.197953602239455 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.9974811971679, + -12.197953602239455 + ] + ] + ], + "type": "Polygon" + }, + "id": "3293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67647198349397, + -12.278167779992426, + -76.66682450234961, + -12.267793067914921 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.67215899124109, + -12.267793067914921 + ] + ] + ], + "type": "Polygon" + }, + "id": "3294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67113744459506, + -12.285491109940839, + -76.66148989210201, + -12.275116657305423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.66682450234961, + -12.275116657305423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87605355363958, + -12.219472327417744, + -76.86640242807945, + -12.209091588240671 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.87173586717176, + -12.209091588240671 + ] + ] + ], + "type": "Polygon" + }, + "id": "3296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70012983555547, + -12.178374783682274, + -76.69048468242087, + -12.167997830531654 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.6958175209142, + -12.167997830531654 + ] + ] + ], + "type": "Polygon" + }, + "id": "3297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04137987065168, + -12.08641838307278, + -77.03172841904906, + -12.07603144142476 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.03705949996525, + -12.07603144142476 + ] + ] + ], + "type": "Polygon" + }, + "id": "3298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0253401024152, + -12.01405516740793, + -77.01569121916685, + -12.003667519373186 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.02102112759067, + -12.003667519373186 + ] + ] + ], + "type": "Polygon" + }, + "id": "3299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66432944423013, + -12.214088802342683, + -76.65468421242055, + -12.20371334478313 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.6600176439382, + -12.20371334478313 + ] + ] + ], + "type": "Polygon" + }, + "id": "3300", + "properties": {}, + "type": "Feature" + } + ], + "type": "FeatureCollection" + }, + "hovertemplate": "duration_to_food_facility_bins=De 30 a 45
index=%{location}", + "locations": [ + 19, + 34, + 60, + 61, + 68, + 77, + 127, + 135, + 161, + 167, + 176, + 178, + 201, + 213, + 232, + 237, + 264, + 281, + 282, + 295, + 307, + 309, + 311, + 315, + 347, + 349, + 369, + 389, + 408, + 423, + 426, + 443, + 464, + 479, + 500, + 508, + 542, + 572, + 594, + 623, + 635, + 673, + 680, + 681, + 695, + 699, + 723, + 752, + 760, + 762, + 769, + 787, + 823, + 855, + 865, + 877, + 897, + 919, + 923, + 936, + 951, + 978, + 991, + 1004, + 1010, + 1050, + 1070, + 1072, + 1088, + 1110, + 1121, + 1123, + 1124, + 1133, + 1136, + 1141, + 1156, + 1175, + 1190, + 1203, + 1205, + 1215, + 1233, + 1240, + 1243, + 1256, + 1258, + 1267, + 1273, + 1299, + 1301, + 1332, + 1340, + 1341, + 1344, + 1352, + 1355, + 1357, + 1369, + 1379, + 1385, + 1392, + 1395, + 1422, + 1430, + 1448, + 1449, + 1451, + 1462, + 1478, + 1483, + 1493, + 1497, + 1511, + 1512, + 1522, + 1529, + 1541, + 1559, + 1575, + 1599, + 1611, + 1616, + 1627, + 1640, + 1657, + 1660, + 1664, + 1666, + 1671, + 1680, + 1688, + 1691, + 1702, + 1731, + 1739, + 1744, + 1759, + 1784, + 1788, + 1800, + 1812, + 1827, + 1839, + 1841, + 1877, + 1889, + 1892, + 1906, + 1912, + 1923, + 1943, + 1945, + 1948, + 1972, + 1976, + 1984, + 1998, + 2014, + 2017, + 2023, + 2040, + 2041, + 2044, + 2046, + 2048, + 2087, + 2091, + 2103, + 2129, + 2136, + 2146, + 2175, + 2184, + 2196, + 2209, + 2237, + 2244, + 2245, + 2262, + 2264, + 2271, + 2277, + 2278, + 2287, + 2344, + 2359, + 2368, + 2391, + 2393, + 2397, + 2436, + 2469, + 2488, + 2517, + 2523, + 2526, + 2528, + 2546, + 2547, + 2551, + 2564, + 2585, + 2627, + 2636, + 2649, + 2650, + 2657, + 2670, + 2673, + 2674, + 2675, + 2706, + 2723, + 2730, + 2732, + 2739, + 2755, + 2759, + 2776, + 2777, + 2782, + 2786, + 2807, + 2829, + 2835, + 2844, + 2846, + 2858, + 2859, + 2867, + 2879, + 2883, + 2891, + 2907, + 2930, + 2937, + 2939, + 2943, + 2944, + 2955, + 2974, + 2978, + 2981, + 3002, + 3008, + 3012, + 3015, + 3029, + 3050, + 3059, + 3103, + 3127, + 3136, + 3153, + 3161, + 3173, + 3181, + 3200, + 3201, + 3205, + 3208, + 3222, + 3225, + 3230, + 3232, + 3245, + 3247, + 3249, + 3254, + 3261, + 3282, + 3289 + ], + "name": "De 30 a 45", + "showlegend": true, + "showscale": false, + "subplot": "mapbox", + "type": "choroplethmapbox", + "z": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ] + }, + { + "colorscale": [ + [ + 0, + "#ed7953" + ], + [ + 1, + "#ed7953" + ] + ], + "geojson": { + "bbox": [ + -77.25103444130222, + -12.517989228728535, + -76.62041559387855, + -11.573692228960413 + ], + "features": [ + { + "bbox": [ + -76.80439037166623, + -12.479544488351467, + -76.79473338439676, + -12.469170004896617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80007116393422, + -12.469170004896617 + ], + [ + -76.80439037166623, + -12.472220769284453 + ], + [ + -76.80388112475119, + -12.477408064770854 + ], + [ + -76.79905254388291, + -12.479544488351467 + ], + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.79524275752351, + -12.47130645334645 + ], + [ + -76.80007116393422, + -12.469170004896617 + ] + ] + ], + "type": "Polygon" + }, + "id": "0", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.21673567169266, + -12.087887614728018, + -77.20707979007148, + -12.077496450750104 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21241062497951, + -12.077496450750104 + ], + [ + -77.21673567169266, + -12.080541553271305 + ], + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.20707979007148, + -12.08484242832682 + ], + [ + -77.20758276905593, + -12.07964689766269 + ], + [ + -77.21241062497951, + -12.077496450750104 + ] + ] + ], + "type": "Polygon" + }, + "id": "1", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23121969655782, + -12.081435940629902, + -77.22156365305825, + -12.071044331177799 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22689435492259, + -12.071044331177799 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.22156365305825, + -12.078390920956918 + ], + [ + -77.22206641798117, + -12.073195167462707 + ], + [ + -77.22689435492259, + -12.071044331177799 + ] + ] + ], + "type": "Polygon" + }, + "id": "2", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.25103444130222, + -12.067635813317104, + -77.24137832668924, + -12.057243520014259 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24670876354409, + -12.057243520014259 + ], + [ + -77.25103444130222, + -12.060288205140235 + ], + [ + -77.25053210471678, + -12.065484402890457 + ], + [ + -77.2457039627029, + -12.067635813317104 + ], + [ + -77.24137832668924, + -12.06459104429789 + ], + [ + -77.24188079093568, + -12.059394948755278 + ], + [ + -77.24670876354409, + -12.057243520014259 + ] + ] + ], + "type": "Polygon" + }, + "id": "3", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24952738610197, + -12.083223910203523, + -77.23987084304808, + -12.072831891441023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24520153955892, + -12.072831891441023 + ], + [ + -77.24952738610197, + -12.075876661289815 + ], + [ + -77.24902500407138, + -12.08107272176681 + ], + [ + -77.24419664782108, + -12.083223910203523 + ], + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.24520153955892, + -12.072831891441023 + ] + ] + ], + "type": "Polygon" + }, + "id": "4", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.21522707189207, + -12.103474014776776, + -77.2055707621553, + -12.093083127619384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.21472417497435, + -12.1013238098318 + ], + [ + -77.20989593519363, + -12.103474014776776 + ], + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.21090185658713, + -12.093083127619384 + ] + ] + ], + "type": "Polygon" + }, + "id": "5", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24037335274606, + -12.082330059640089, + -77.23071705922906, + -12.071938245406702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.23604775855509, + -12.071938245406702 + ] + ] + ], + "type": "Polygon" + }, + "id": "6", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2457039627029, + -12.074983098288111, + -77.23604775855509, + -12.06459104429789 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24137832668924, + -12.06459104429789 + ], + [ + -77.2457039627029, + -12.067635813317104 + ], + [ + -77.24520153955892, + -12.072831891441023 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.23655030934498, + -12.066742269550407 + ], + [ + -77.24137832668924, + -12.06459104429789 + ] + ] + ], + "type": "Polygon" + }, + "id": "7", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2007426480144, + -12.109923848858411, + -77.19108650152918, + -12.099533408866476 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.19641772825882, + -12.099533408866476 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.20023953704263, + -12.107774034334977 + ], + [ + -77.19541137880904, + -12.109923848858411 + ], + [ + -77.19108650152918, + -12.106878411003903 + ], + [ + -77.19158973999788, + -12.101683242422597 + ], + [ + -77.19641772825882, + -12.099533408866476 + ] + ] + ], + "type": "Polygon" + }, + "id": "8", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2114047945437, + -12.095233351419967, + -77.20174882446877, + -12.08484242832682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.20707979007148, + -12.08484242832682 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.20174882446877, + -12.092188081169875 + ], + [ + -77.20225188995258, + -12.086992670978084 + ], + [ + -77.20707979007148, + -12.08484242832682 + ] + ] + ], + "type": "Polygon" + }, + "id": "9", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22438073560453, + -12.104368997851333, + -77.21472417497435, + -12.093977905553041 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.22438073560453, + -12.097023009834665 + ], + [ + -77.22387796627224, + -12.10221860723253 + ], + [ + -77.21904960109191, + -12.104368997851333 + ], + [ + -77.21472417497435, + -12.1013238098318 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.22005526735124, + -12.093977905553041 + ] + ] + ], + "type": "Polygon" + }, + "id": "10", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24419664782108, + -12.090570835245073, + -77.23454001527175, + -12.080179056563606 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.24419664782108, + -12.083223910203523 + ], + [ + -77.24369417922603, + -12.088419850669997 + ], + [ + -77.2388657781964, + -12.090570835245073 + ], + [ + -77.23454001527175, + -12.087525897845072 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23987084304808, + -12.080179056563606 + ] + ] + ], + "type": "Polygon" + }, + "id": "11", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.20989593519363, + -12.110819389181554, + -77.20023953704263, + -12.100428743676936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.20989593519363, + -12.103474014776776 + ], + [ + -77.20939295175548, + -12.108669388870759 + ], + [ + -77.20456466773608, + -12.110819389181554 + ], + [ + -77.20023953704263, + -12.107774034334977 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.2055707621553, + -12.100428743676936 + ] + ] + ], + "type": "Polygon" + }, + "id": "12", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22971173910942, + -12.097023009834665, + -77.22005526735124, + -12.086631676447317 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.22971173910942, + -12.089676696959943 + ], + [ + -77.2292090563173, + -12.094872414872372 + ], + [ + -77.22438073560453, + -12.097023009834665 + ], + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.22538622879863, + -12.086631676447317 + ] + ] + ], + "type": "Polygon" + }, + "id": "13", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.20607378662177, + -12.102578762934337, + -77.19641772825882, + -12.092188081169875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.20174882446877, + -12.092188081169875 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.19641772825882, + -12.099533408866476 + ], + [ + -77.19692088023739, + -12.09433811936897 + ], + [ + -77.20174882446877, + -12.092188081169875 + ] + ] + ], + "type": "Polygon" + }, + "id": "14", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22588895266163, + -12.088782290088124, + -77.21623282025061, + -12.078390920956918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22156365305825, + -12.078390920956918 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.21673567169266, + -12.080541553271305 + ], + [ + -77.22156365305825, + -12.078390920956918 + ] + ] + ], + "type": "Polygon" + }, + "id": "15", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2205580777439, + -12.09612831494137, + -77.21090185658713, + -12.085737186575091 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.21623282025061, + -12.085737186575091 + ] + ] + ], + "type": "Polygon" + }, + "id": "16", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23655030934498, + -12.074089266979648, + -77.22689435492259, + -12.063697417650754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23222492575619, + -12.063697417650754 + ], + [ + -77.23655030934498, + -12.066742269550407 + ], + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.22689435492259, + -12.071044331177799 + ], + [ + -77.22739703332178, + -12.065848457715207 + ], + [ + -77.23222492575619, + -12.063697417650754 + ] + ] + ], + "type": "Polygon" + }, + "id": "17", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23504261151906, + -12.089676696959943, + -77.22538622879863, + -12.079285122927537 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23454001527175, + -12.087525897845072 + ], + [ + -77.22971173910942, + -12.089676696959943 + ], + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.23071705922906, + -12.079285122927537 + ] + ] + ], + "type": "Polygon" + }, + "id": "18", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82882759969192, + -12.13617102885011, + -76.81918021721812, + -12.125790139159133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.82451231266047, + -12.125790139159133 + ] + ] + ], + "type": "Polygon" + }, + "id": "19", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07003966305193, + -11.601459785090736, + -77.06040192548107, + -11.591065411175384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.06572499188286, + -11.591065411175384 + ] + ] + ], + "type": "Polygon" + }, + "id": "20", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12190193963382, + -11.732428096487205, + -77.11225899985065, + -11.722034136843403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.11758414410848, + -11.722034136843403 + ] + ] + ], + "type": "Polygon" + }, + "id": "21", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84940090468687, + -11.9731025177947, + -76.83975783662588, + -11.962718623284918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.84508723182428, + -11.962718623284918 + ] + ] + ], + "type": "Polygon" + }, + "id": "22", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17363835507746, + -11.674510763598882, + -77.1639958503303, + -11.66411480692549 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16931996092957, + -11.66411480692549 + ], + [ + -77.17363835507746, + -11.667158261158178 + ], + [ + -77.17313553900625, + -11.672356291451003 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.16931996092957, + -11.66411480692549 + ] + ] + ], + "type": "Polygon" + }, + "id": "23", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13572865690753, + -11.875412733866321, + -77.12608111408974, + -11.865020387252722 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.13140858815932, + -11.865020387252722 + ] + ] + ], + "type": "Polygon" + }, + "id": "24", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95452111681495, + -12.125036113648834, + -76.9448707510396, + -12.114651911262783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.95020256555866, + -12.114651911262783 + ] + ] + ], + "type": "Polygon" + }, + "id": "25", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05737248058583, + -12.064396805645382, + -77.04772127858978, + -12.05400913488869 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.05305197612272, + -12.05400913488869 + ] + ] + ], + "type": "Polygon" + }, + "id": "26", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09139601395617, + -11.66649825089569, + -77.08175580241924, + -11.656104175026211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.08707990777869, + -11.656104175026211 + ] + ] + ], + "type": "Polygon" + }, + "id": "27", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81204349484707, + -12.307427811526102, + -76.80239144817827, + -12.297050139310805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.80772637930016, + -12.297050139310805 + ] + ] + ], + "type": "Polygon" + }, + "id": "28", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1006004159775, + -11.76182390523275, + -77.09095713619756, + -11.751430850816579 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.09628279492941, + -11.751430850816579 + ] + ] + ], + "type": "Polygon" + }, + "id": "29", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71993047958371, + -12.164632847532044, + -76.71028519362727, + -12.154255168505697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.71561780163637, + -12.154255168505697 + ] + ] + ], + "type": "Polygon" + }, + "id": "30", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14932177118453, + -11.73510191969156, + -77.13967806718584, + -11.72470733399623 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.14500321291112, + -11.72470733399623 + ] + ] + ], + "type": "Polygon" + }, + "id": "31", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08784058193292, + -12.035928163563065, + -77.07818945710474, + -12.02553931778207 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.08351964430383, + -12.02553931778207 + ] + ] + ], + "type": "Polygon" + }, + "id": "32", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67340749066328, + -12.309290714561516, + -76.66375916442156, + -12.298916604000064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.66807243736318, + -12.309290714561516 + ], + [ + -76.66375916442156, + -12.306239413539364 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.66909416766096, + -12.298916604000064 + ] + ] + ], + "type": "Polygon" + }, + "id": "33", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01693330229243, + -11.958170203341249, + -77.00728630056551, + -11.947781934971644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.01261529865783, + -11.947781934971644 + ] + ] + ], + "type": "Polygon" + }, + "id": "34", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13262917399388, + -11.812163536914829, + -77.12298359234015, + -11.80177038801329 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.12831003097253, + -11.80177038801329 + ] + ] + ], + "type": "Polygon" + }, + "id": "35", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73749461996034, + -12.032757614684131, + -76.72785278823801, + -12.022377436605137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.73318321698999, + -12.022377436605137 + ] + ] + ], + "type": "Polygon" + }, + "id": "36", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70383652423588, + -12.375196495367776, + -76.69418539011288, + -12.364822731758851 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.6995214786163, + -12.364822731758851 + ] + ] + ], + "type": "Polygon" + }, + "id": "37", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67210338584077, + -11.947637823931064, + -76.66246588609687, + -11.937258048312156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66779492281462, + -11.937258048312156 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.66297626055415, + -11.939398535955059 + ], + [ + -76.66779492281462, + -11.937258048312156 + ] + ] + ], + "type": "Polygon" + }, + "id": "38", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08087186918891, + -11.870045829482718, + -77.0712258647135, + -11.859654736633306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.07655333089991, + -11.859654736633306 + ] + ] + ], + "type": "Polygon" + }, + "id": "39", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72369142958553, + -12.267175210888363, + -76.71404297912487, + -12.256799107272748 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71937727897053, + -12.256799107272748 + ] + ] + ], + "type": "Polygon" + }, + "id": "40", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78844596902236, + -12.218621454408437, + -76.77879720987376, + -12.20824290607737 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.78413068616734, + -12.20824290607737 + ] + ] + ], + "type": "Polygon" + }, + "id": "41", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94150132944306, + -11.832764938814465, + -76.93186001517479, + -11.822376745205636 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.93617427012207, + -11.832764938814465 + ], + [ + -76.93186001517479, + -11.829718482690254 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.93718702839372, + -11.822376745205636 + ] + ] + ], + "type": "Polygon" + }, + "id": "42", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06707260531421, + -11.727073467719785, + -77.057431206859, + -11.71668076697643 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.06275634074274, + -11.71668076697643 + ] + ] + ], + "type": "Polygon" + }, + "id": "43", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94224990789239, + -11.777776162125035, + -76.93261021115929, + -11.767387198697477 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.93793631917049, + -11.767387198697477 + ] + ] + ], + "type": "Polygon" + }, + "id": "44", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01836168379718, + -11.75377814076955, + -77.00872073291721, + -11.743386982429449 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.01404636658768, + -11.743386982429449 + ] + ] + ], + "type": "Polygon" + }, + "id": "45", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05109668730994, + -11.749115631724633, + -77.04145503884223, + -11.738723611399607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.04678055582134, + -11.738723611399607 + ] + ] + ], + "type": "Polygon" + }, + "id": "46", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66659842145526, + -12.23789014552682, + -76.65695241617829, + -12.227515019391742 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.66228624056501, + -12.227515019391742 + ] + ] + ], + "type": "Polygon" + }, + "id": "47", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67437114042745, + -11.971446405089681, + -76.66473286855953, + -11.961066921146077 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.67006229744104, + -11.961066921146077 + ] + ] + ], + "type": "Polygon" + }, + "id": "48", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0916571479917, + -12.044168677452284, + -77.08200568106491, + -12.033779863416893 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.08733599861402, + -12.033779863416893 + ] + ] + ], + "type": "Polygon" + }, + "id": "49", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15099664494194, + -11.908376863444213, + -77.1413477394171, + -11.897984615607378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.146675731693, + -11.897984615607378 + ], + [ + -77.15099664494194, + -11.901029480733321 + ], + [ + -77.15049314743752, + -11.90622565656648 + ], + [ + -77.14566860953208, + -11.908376863444213 + ], + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.146675731693, + -11.897984615607378 + ] + ] + ], + "type": "Polygon" + }, + "id": "50", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07161146434342, + -11.680305052668956, + -77.06197134225317, + -11.669911633796843 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.06729570157243, + -11.669911633796843 + ] + ] + ], + "type": "Polygon" + }, + "id": "51", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8509144847081, + -12.146225246710973, + -76.8412662129959, + -12.135843960953725 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.84659846086751, + -12.135843960953725 + ] + ] + ], + "type": "Polygon" + }, + "id": "52", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8608198593979, + -11.997822227006733, + -76.85117575090196, + -11.987438412779426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.85650554590543, + -11.987438412779426 + ] + ] + ], + "type": "Polygon" + }, + "id": "53", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76558288028981, + -12.263499291637828, + -76.75593339910711, + -12.253122060854563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.76126762556498, + -12.253122060854563 + ] + ] + ], + "type": "Polygon" + }, + "id": "54", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0556378701375, + -11.70235026642056, + -77.0459974976744, + -11.69195752103127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.0513222402168, + -11.69195752103127 + ] + ] + ], + "type": "Polygon" + }, + "id": "55", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06186063936075, + -11.923251396180403, + -77.05221353148735, + -11.912861522565587 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.05754189880123, + -11.912861522565587 + ] + ] + ], + "type": "Polygon" + }, + "id": "56", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65519511582903, + -12.213174536111113, + -76.64555016444103, + -12.20279929845889 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65088358110481, + -12.20279929845889 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.64555016444103, + -12.21012353937759 + ], + [ + -76.6460611932524, + -12.204935975564302 + ], + [ + -76.65088358110481, + -12.20279929845889 + ] + ] + ], + "type": "Polygon" + }, + "id": "57", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10132229319773, + -11.706812674259977, + -77.09168063230123, + -11.696418877189256 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.09700538589935, + -11.696418877189256 + ] + ] + ], + "type": "Polygon" + }, + "id": "58", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86615048500505, + -11.801745897900346, + -76.85651207614822, + -11.791359151271195 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.86615048500505, + -11.794406017468413 + ], + [ + -76.86564316548389, + -11.799599444721533 + ], + [ + -76.86082387450271, + -11.801745897900346 + ], + [ + -76.85651207614822, + -11.798698944560835 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.86183863948489, + -11.791359151271195 + ] + ] + ], + "type": "Polygon" + }, + "id": "59", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78774071833327, + -11.990580184783628, + -76.77809878150413, + -11.980198100514313 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.78342849745725, + -11.980198100514313 + ] + ] + ], + "type": "Polygon" + }, + "id": "60", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06410328158418, + -11.852668692645588, + -77.05445821951429, + -11.842277764829527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05978542245751, + -11.842277764829527 + ] + ] + ], + "type": "Polygon" + }, + "id": "61", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66586168634927, + -12.198525542832215, + -76.65621687674711, + -12.188149793016178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66155005127965, + -12.188149793016178 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.65621687674711, + -12.19547471620238 + ], + [ + -76.65672773425791, + -12.19028689624854 + ], + [ + -76.66155005127965, + -12.188149793016178 + ] + ] + ], + "type": "Polygon" + }, + "id": "62", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84025777939198, + -12.066549436650268, + -76.83061216874468, + -12.05616717673097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.83594310947382, + -12.05616717673097 + ] + ] + ], + "type": "Polygon" + }, + "id": "63", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81817764101683, + -12.056497202977384, + -76.80853292050166, + -12.04611534441712 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.81386370810054, + -12.04611534441712 + ] + ] + ], + "type": "Polygon" + }, + "id": "64", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8219567081505, + -12.253397805669033, + -76.81230600978529, + -12.243018981739553 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.81764004343749, + -12.243018981739553 + ] + ] + ], + "type": "Polygon" + }, + "id": "65", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0200990812437, + -12.210144175994, + -77.01044448099324, + -12.19975971273075 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.01959327532651, + -12.207999516275937 + ], + [ + -77.01476588922195, + -12.210144175994 + ], + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.01577762792792, + -12.19975971273075 + ] + ] + ], + "type": "Polygon" + }, + "id": "66", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09093290333456, + -12.099156426139318, + -77.08127981427069, + -12.088768471938241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.09093290333456, + -12.091814812859907 + ], + [ + -77.09042826482461, + -12.097008842120156 + ], + [ + -77.08560163473821, + -12.099156426139318 + ], + [ + -77.08127981427069, + -12.096110000953841 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.08661103882311, + -12.088768471938241 + ] + ] + ], + "type": "Polygon" + }, + "id": "67", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01234144768623, + -11.910523691348068, + -77.0026959837102, + -11.900134846490301 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -77.00802420279429, + -11.900134846490301 + ] + ] + ], + "type": "Polygon" + }, + "id": "68", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76027995835355, + -12.17651584627847, + -76.75063321821858, + -12.166137330777675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.75596601081428, + -12.166137330777675 + ] + ] + ], + "type": "Polygon" + }, + "id": "69", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01160425913811, + -11.965511806491982, + -77.00195717538377, + -11.955123776381928 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -77.00728630056551, + -11.955123776381928 + ] + ] + ], + "type": "Polygon" + }, + "id": "70", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63919435202266, + -12.235145461674747, + -76.62954918920411, + -12.224770995569543 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.63488296840235, + -12.224770995569543 + ] + ] + ], + "type": "Polygon" + }, + "id": "71", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84480992339918, + -12.302831547573303, + -76.83515713771874, + -12.292452972419875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.84049197407354, + -12.292452972419875 + ] + ] + ], + "type": "Polygon" + }, + "id": "72", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81891884833152, + -12.190213151611028, + -76.80927011807941, + -12.17983337323485 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.81460311056414, + -12.17983337323485 + ] + ] + ], + "type": "Polygon" + }, + "id": "73", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85549001709562, + -12.005157753800917, + -76.84584583151634, + -11.994774182483301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.85117575090196, + -11.994774182483301 + ] + ] + ], + "type": "Polygon" + }, + "id": "74", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73220365909692, + -11.945755235093332, + -76.72256456495305, + -11.935373898159224 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.72789356139376, + -11.935373898159224 + ] + ] + ], + "type": "Polygon" + }, + "id": "75", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83414982779807, + -12.223169896075838, + -76.82449970605613, + -12.212790268750183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82983323378433, + -12.212790268750183 + ] + ] + ], + "type": "Polygon" + }, + "id": "76", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462578635307, + -12.100414009004043, + -76.85497851726329, + -12.090031660834033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.86031000056144, + -12.090031660834033 + ] + ] + ], + "type": "Polygon" + }, + "id": "77", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70008093301492, + -12.272672800799432, + -76.69043296559563, + -12.262297391999976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.69576736088189, + -12.262297391999976 + ] + ] + ], + "type": "Polygon" + }, + "id": "78", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96977132823288, + -12.157995444978924, + -76.96011958266877, + -12.147611385457662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.96545192537482, + -12.147611385457662 + ] + ] + ], + "type": "Polygon" + }, + "id": "79", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82352124141302, + -11.954814061110373, + -76.81387940918944, + -11.94443054766028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.8192085183923, + -11.94443054766028 + ] + ] + ], + "type": "Polygon" + }, + "id": "80", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1942275569044, + -11.700124253656242, + -77.18458378180419, + -11.689728133362769 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18990827805789, + -11.689728133362769 + ], + [ + -77.1942275569044, + -11.692771539641688 + ], + [ + -77.19372499054937, + -11.69796965158303 + ], + [ + -77.1889030181894, + -11.700124253656242 + ], + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18990827805789, + -11.689728133362769 + ] + ] + ], + "type": "Polygon" + }, + "id": "81", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80444580205736, + -12.196633953896104, + -76.79479726856164, + -12.186254644239868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.80013037448607, + -12.186254644239868 + ] + ] + ], + "type": "Polygon" + }, + "id": "82", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18216178807918, + -11.82486509852777, + -77.17251459755022, + -11.814470931671089 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1778411646585, + -11.814470931671089 + ], + [ + -77.18216178807918, + -11.817515092932366 + ], + [ + -77.18165885850664, + -11.822712228133646 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.1778411646585, + -11.814470931671089 + ] + ] + ], + "type": "Polygon" + }, + "id": "83", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66353348747742, + -12.26901433775822, + -76.65388663753981, + -12.258639805394635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65922097604651, + -12.258639805394635 + ] + ] + ], + "type": "Polygon" + }, + "id": "84", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98576773386583, + -12.135985519161242, + -76.9761162311798, + -12.125600716533716 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.98144819410301, + -12.125600716533716 + ] + ] + ], + "type": "Polygon" + }, + "id": "85", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82580163653509, + -11.978628813566736, + -76.81615903351965, + -11.968245593009874 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.82148853376206, + -11.968245593009874 + ] + ] + ], + "type": "Polygon" + }, + "id": "86", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95902645943858, + -11.889549240861186, + -76.94938299766359, + -11.879161409738579 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.95471092857873, + -11.879161409738579 + ] + ] + ], + "type": "Polygon" + }, + "id": "87", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15766550606251, + -11.696566416169677, + -77.14802274123163, + -11.686171126686487 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.15334724039408, + -11.686171126686487 + ] + ] + ], + "type": "Polygon" + }, + "id": "88", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04117735542826, + -11.708804505258797, + -77.03153715924657, + -11.698412196466059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.03686202615765, + -11.698412196466059 + ] + ] + ], + "type": "Polygon" + }, + "id": "89", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10297102400413, + -11.880076786460727, + -77.093324163317, + -11.869685298166457 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.0986517633092, + -11.869685298166457 + ] + ] + ], + "type": "Polygon" + }, + "id": "90", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94306412830802, + -12.005949391125256, + -76.9334176131145, + -11.99556364984132 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.93874747599017, + -11.99556364984132 + ] + ] + ], + "type": "Polygon" + }, + "id": "91", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13731819646488, + -11.954244966415759, + -77.12766826488384, + -11.943853710003099 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.13731819646488, + -11.946898926797367 + ], + [ + -77.13681443536487, + -11.952094606972548 + ], + [ + -77.13198938433638, + -11.954244966415759 + ], + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.1329970336706, + -11.943853710003099 + ] + ] + ], + "type": "Polygon" + }, + "id": "92", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02465064986697, + -12.163412577550469, + -77.01499732822077, + -12.15302725211492 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02032969896408, + -12.15302725211492 + ], + [ + -77.02465064986697, + -12.156074513895438 + ], + [ + -77.02414498086875, + -12.16126722916651 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.02032969896408, + -12.15302725211492 + ] + ] + ], + "type": "Polygon" + }, + "id": "93", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84938487434061, + -12.256126390217853, + -76.83973336207409, + -12.245746921225454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.84506742438742, + -12.245746921225454 + ] + ] + ], + "type": "Polygon" + }, + "id": "94", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72608971793768, + -12.008039500312059, + -76.71644893443673, + -11.997659240064669 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72177895864846, + -11.997659240064669 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.71644893443673, + -12.0049901962182 + ], + [ + -76.71695865426739, + -11.999800120811418 + ], + [ + -76.72177895864846, + -11.997659240064669 + ] + ] + ], + "type": "Polygon" + }, + "id": "95", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18508647530837, + -11.699235181774988, + -77.17544295205819, + -11.68883926880591 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.18076744945257, + -11.68883926880591 + ] + ] + ], + "type": "Polygon" + }, + "id": "96", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76031129331884, + -12.082193694336649, + -76.75066736676742, + -12.071813692883966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.75599860349702, + -12.071813692883966 + ] + ] + ], + "type": "Polygon" + }, + "id": "97", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9804357253859, + -12.143322493299152, + -76.97078414157447, + -12.13293793793133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.9761162311798, + -12.13293793793133 + ] + ] + ], + "type": "Polygon" + }, + "id": "98", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71390010626574, + -12.038269897952285, + -76.70425875500446, + -12.027890404263326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70958928013314, + -12.027890404263326 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.70425875500446, + -12.035220325916058 + ], + [ + -76.70476869195036, + -12.03003063384419 + ], + [ + -76.70958928013314, + -12.027890404263326 + ] + ] + ], + "type": "Polygon" + }, + "id": "99", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83267562211819, + -11.766983471773964, + -76.82303913884068, + -11.75659709189744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.8283651512555, + -11.75659709189744 + ] + ] + ], + "type": "Polygon" + }, + "id": "100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91109544597316, + -12.14432900439522, + -76.90144563967331, + -12.133946184206293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.90677781172982, + -12.133946184206293 + ] + ] + ], + "type": "Polygon" + }, + "id": "101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72757754959588, + -12.086795618540236, + -76.71793437697306, + -12.076416520247731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.72326569922069, + -12.076416520247731 + ] + ] + ], + "type": "Polygon" + }, + "id": "102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1111804401277, + -11.652688807213453, + -77.10154014144426, + -11.642294076864047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.10686399157734, + -11.642294076864047 + ] + ] + ], + "type": "Polygon" + }, + "id": "103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919581871099, + -12.14803898637879, + -76.85954700731075, + -12.137657271134916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.86487927280609, + -12.137657271134916 + ] + ] + ], + "type": "Polygon" + }, + "id": "104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65819909878206, + -12.276337414167356, + -76.64855217791148, + -12.265963141040219 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.65388663753981, + -12.265963141040219 + ] + ] + ], + "type": "Polygon" + }, + "id": "105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8059901203962, + -12.086734334962934, + -76.79634482504845, + -12.076353248308395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.80167611740973, + -12.076353248308395 + ] + ] + ], + "type": "Polygon" + }, + "id": "106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02386934682511, + -12.124015966802927, + -77.01421722106836, + -12.113630038680023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01954894320693, + -12.113630038680023 + ] + ] + ], + "type": "Polygon" + }, + "id": "107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79831893916418, + -12.35321253601032, + -76.78866589313066, + -12.34283598921608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.79400158743239, + -12.34283598921608 + ] + ] + ], + "type": "Polygon" + }, + "id": "108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12522374344452, + -12.07892611595525, + -77.1155703961235, + -12.06853701736512 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.12522374344452, + -12.071582942193793 + ], + [ + -77.12471961822986, + -12.076777543433247 + ], + [ + -77.11989285920305, + -12.07892611595525 + ], + [ + -77.1155703961235, + -12.07588010684822 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.12090123681685, + -12.06853701736512 + ] + ] + ], + "type": "Polygon" + }, + "id": "109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74271562385739, + -12.3083681322623, + -76.73306542361188, + -12.297992233722644 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.73840039871943, + -12.297992233722644 + ] + ] + ], + "type": "Polygon" + }, + "id": "110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9880628781608, + -12.15980222918304, + -76.97841060532278, + -12.149417746686982 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.98374295847934, + -12.149417746686982 + ] + ] + ], + "type": "Polygon" + }, + "id": "111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92630523523636, + -11.988567160752535, + -76.91665967614114, + -11.978181576501381 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.92198926791185, + -11.978181576501381 + ] + ] + ], + "type": "Polygon" + }, + "id": "112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80676188964557, + -12.03177836661477, + -76.79711821256211, + -12.021396419998446 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.80244859860132, + -12.021396419998446 + ] + ] + ], + "type": "Polygon" + }, + "id": "113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10822837795646, + -11.778306172860304, + -77.09858441572527, + -11.76791315466624 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.10391033435151, + -11.76791315466624 + ] + ] + ], + "type": "Polygon" + }, + "id": "114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90729663436352, + -12.23043343353049, + -76.89764435727372, + -12.220052092813292 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.90297795295645, + -12.220052092813292 + ] + ] + ], + "type": "Polygon" + }, + "id": "115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77938371721733, + -11.93471420490426, + -76.76974367090764, + -11.924331511216701 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.77507247002917, + -11.924331511216701 + ] + ] + ], + "type": "Polygon" + }, + "id": "116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06634496650707, + -11.78207960808194, + -77.05670194940275, + -11.771687657574303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.06202798846748, + -11.771687657574303 + ] + ] + ], + "type": "Polygon" + }, + "id": "117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08837203759558, + -11.697679531608777, + -77.07873097480493, + -11.687285929877115 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.0840555966714, + -11.687285929877115 + ] + ] + ], + "type": "Polygon" + }, + "id": "118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8250207178825, + -12.127931606148628, + -76.81537368311254, + -12.117550682492183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.82070564481073, + -12.117550682492183 + ] + ] + ], + "type": "Polygon" + }, + "id": "119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82275244989464, + -12.009777396287648, + -76.81310899994982, + -11.999394715892688 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.81843901508321, + -11.999394715892688 + ] + ] + ], + "type": "Polygon" + }, + "id": "120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02841922779602, + -12.077277821156867, + -77.01876838008928, + -12.066891056387474 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.02409932639446, + -12.066891056387474 + ] + ] + ], + "type": "Polygon" + }, + "id": "121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01688978139123, + -11.863772530325008, + -77.00724559339334, + -11.853382911643143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.01257303783603, + -11.853382911643143 + ] + ] + ], + "type": "Polygon" + }, + "id": "122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77847751340215, + -12.461238985973267, + -76.76882177241605, + -12.450864831693949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.7741592612032, + -12.450864831693949 + ] + ] + ], + "type": "Polygon" + }, + "id": "123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92248010351895, + -11.885949935202511, + -76.91283770251394, + -11.875562957914854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.91816560796273, + -11.875562957914854 + ] + ] + ], + "type": "Polygon" + }, + "id": "124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15552744052124, + -11.861610396227354, + -77.14587981559016, + -11.85121737869024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.15120703121349, + -11.85121737869024 + ] + ] + ], + "type": "Polygon" + }, + "id": "125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96509919130068, + -11.827219686614816, + -76.95545742817292, + -11.816830833307726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.96078432744652, + -11.816830833307726 + ] + ] + ], + "type": "Polygon" + }, + "id": "126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1181608439078, + -11.818618697692635, + -77.10851543217257, + -11.80822598679032 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.11384199892753, + -11.80822598679032 + ] + ] + ], + "type": "Polygon" + }, + "id": "127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7891751516025, + -12.352299961256486, + -76.77952237922898, + -12.341923630263008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.78485806270552, + -12.341923630263008 + ] + ] + ], + "type": "Polygon" + }, + "id": "128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72146016857232, + -12.14906625715072, + -76.71181530532915, + -12.138688291185597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.71714765615178, + -12.138688291185597 + ] + ] + ], + "type": "Polygon" + }, + "id": "129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77394551827366, + -12.319345692449595, + -76.76429414218882, + -12.308969185803885 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.769629287728, + -12.308969185803885 + ] + ] + ], + "type": "Polygon" + }, + "id": "130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69780892298022, + -12.248871024767507, + -76.68816172889548, + -12.238495279321253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.69349573147922, + -12.238495279321253 + ] + ] + ], + "type": "Polygon" + }, + "id": "131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562466555747, + -12.138892754574899, + -76.84659846086751, + -12.128511219132987 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.85193058432881, + -12.128511219132987 + ] + ] + ], + "type": "Polygon" + }, + "id": "132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97352274108167, + -11.977494020339872, + -76.96387628249312, + -11.967107103738934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96920564668535, + -11.967107103738934 + ] + ] + ], + "type": "Polygon" + }, + "id": "133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767230201937, + -12.25794409930229, + -76.85802024953759, + -12.247564201517882 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.86335432957894, + -12.247564201517882 + ] + ] + ], + "type": "Polygon" + }, + "id": "134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01307838802076, + -11.855531828818664, + -77.0034345432824, + -11.845142188293716 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -77.0087618565751, + -11.845142188293716 + ] + ] + ], + "type": "Polygon" + }, + "id": "135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00024521475295, + -12.129550569759301, + -76.99059353064865, + -12.119165309176896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.99592537152029, + -12.119165309176896 + ] + ] + ], + "type": "Polygon" + }, + "id": "136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09244672773596, + -12.083574425373987, + -77.08279406539633, + -12.07318619374786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.08812503103283, + -12.07318619374786 + ] + ] + ], + "type": "Polygon" + }, + "id": "137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15234096391768, + -11.703917680726216, + -77.1426981127226, + -11.693522614531949 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.14802274123163, + -11.693522614531949 + ] + ] + ], + "type": "Polygon" + }, + "id": "138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005718601959, + -12.052786909281695, + -76.8504114588701, + -12.042403942418952 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.85574216013168, + -12.042403942418952 + ] + ] + ], + "type": "Polygon" + }, + "id": "139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89356081509209, + -11.993196919988886, + -76.88391597819655, + -11.982812219044666 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88924567334985, + -11.982812219044666 + ] + ] + ], + "type": "Polygon" + }, + "id": "140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74893645205906, + -11.96314141741898, + -76.73929638398302, + -11.952759910062984 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.74462566218604, + -11.952759910062984 + ] + ] + ], + "type": "Polygon" + }, + "id": "141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79990562653929, + -12.054683568951948, + -76.7902614507399, + -12.044302143276708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.79559221765021, + -12.044302143276708 + ] + ] + ], + "type": "Polygon" + }, + "id": "142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84482995919832, + -12.019827819615863, + -76.83518561995024, + -12.009444735445454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.84051578783647, + -12.009444735445454 + ] + ] + ], + "type": "Polygon" + }, + "id": "143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11211401304925, + -11.880971427383447, + -77.10246689591958, + -11.870579730134208 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.10779449724858, + -11.870579730134208 + ] + ] + ], + "type": "Polygon" + }, + "id": "144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72592434366388, + -12.385265751244495, + -76.71627230334566, + -12.37489159753346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.72160855362323, + -12.37489159753346 + ] + ] + ], + "type": "Polygon" + }, + "id": "145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98954575293429, + -12.04985476199432, + -76.97989672239196, + -12.039468533685318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.98522726157927, + -12.039468533685318 + ] + ] + ], + "type": "Polygon" + }, + "id": "146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75351861791964, + -11.916423236354415, + -76.7438798173243, + -11.906040932996763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.74920832454404, + -11.906040932996763 + ] + ] + ], + "type": "Polygon" + }, + "id": "147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98185445995996, + -11.844598821242121, + -76.97221174531012, + -11.83420979567334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.97753891327145, + -11.83420979567334 + ] + ] + ], + "type": "Polygon" + }, + "id": "148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68021976778297, + -12.380685918448043, + -76.67056911973252, + -12.370312855397534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.67970894717689, + -12.378550933188981 + ], + [ + -76.67488353533685, + -12.380685918448043 + ], + [ + -76.67056911973252, + -12.377634343082692 + ], + [ + -76.67108006597283, + -12.37244786625101 + ], + [ + -76.67590530219279, + -12.370312855397534 + ] + ] + ], + "type": "Polygon" + }, + "id": "149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6711947897393, + -12.191200534545944, + -76.66155005127965, + -12.180824529308499 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.66155005127965, + -12.188149793016178 + ], + [ + -76.66206082313253, + -12.182961845322298 + ], + [ + -76.66688310461413, + -12.180824529308499 + ] + ] + ], + "type": "Polygon" + }, + "id": "150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8600638748136, + -11.76968512267344, + -76.85042658175516, + -11.759298093527384 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.8557526217784, + -11.759298093527384 + ] + ] + ], + "type": "Polygon" + }, + "id": "151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05031308315584, + -11.709698046504084, + -77.04067262756573, + -11.699305526500163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.0459974976744, + -11.699305526500163 + ] + ] + ], + "type": "Polygon" + }, + "id": "152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94075249898101, + -11.887750110187577, + -76.93110956663796, + -11.87736270548093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.9364374853705, + -11.87736270548093 + ] + ] + ], + "type": "Polygon" + }, + "id": "153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767233220088, + -11.974910219205581, + -76.85802872487083, + -11.964525893918783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.86335813776539, + -11.964525893918783 + ] + ] + ], + "type": "Polygon" + }, + "id": "154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88062339805332, + -12.17275747631116, + -76.87097354631027, + -12.162375868643965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.87630621129509, + -12.162375868643965 + ] + ] + ], + "type": "Polygon" + }, + "id": "155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72517985518422, + -12.345904345427913, + -76.7155290117787, + -12.335529532025923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.72086461175567, + -12.335529532025923 + ] + ] + ], + "type": "Polygon" + }, + "id": "156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8821295692172, + -11.779725296347022, + -76.87249139283219, + -11.769337851902117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.87781758266746, + -11.769337851902117 + ] + ] + ], + "type": "Polygon" + }, + "id": "157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82199673353281, + -11.97038899766496, + -76.81235447794445, + -11.960005751197215 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.81768384453495, + -11.960005751197215 + ] + ] + ], + "type": "Polygon" + }, + "id": "158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00102357877681, + -12.168945087579957, + -76.99137069878411, + -12.158560431224156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.9967031883501, + -12.158560431224156 + ] + ] + ], + "type": "Polygon" + }, + "id": "159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02676347289709, + -11.809673105773241, + -77.01712064292612, + -11.799282496198739 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.02244718573922, + -11.799282496198739 + ] + ] + ], + "type": "Polygon" + }, + "id": "160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01931823411468, + -12.170750309271076, + -77.00966483009137, + -12.160365231709688 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.01499732822077, + -12.160365231709688 + ] + ] + ], + "type": "Polygon" + }, + "id": "161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11053112580272, + -11.802136495273778, + -77.1008863962782, + -11.791743743848073 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.10621270332547, + -11.791743743848073 + ] + ] + ], + "type": "Polygon" + }, + "id": "162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96363715873285, + -12.03157159722274, + -76.95398934419251, + -12.021185731406186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95931960923272, + -12.021185731406186 + ] + ] + ], + "type": "Polygon" + }, + "id": "163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0175821537006, + -11.714363255553323, + -77.00794239567594, + -11.703971596128511 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.01326738236338, + -11.703971596128511 + ] + ] + ], + "type": "Polygon" + }, + "id": "164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1303245271117, + -11.788332566065934, + -77.12067971258747, + -11.777939148872962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.12600576294753, + -11.777939148872962 + ] + ] + ], + "type": "Polygon" + }, + "id": "165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13557237219497, + -11.686544609011673, + -77.12593045574236, + -11.676149722077502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.13125482524035, + -11.676149722077502 + ] + ] + ], + "type": "Polygon" + }, + "id": "166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7747774336386, + -12.075771352826834, + -76.76513330676103, + -12.065390885705238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.77046443223611, + -12.065390885705238 + ] + ] + ], + "type": "Polygon" + }, + "id": "167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06483145308951, + -11.797667224055386, + -77.05518801034563, + -11.787275521464334 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.06051430771765, + -11.787275521464334 + ] + ] + ], + "type": "Polygon" + }, + "id": "168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93542453412006, + -11.895090524442061, + -76.92578152220635, + -11.884703355996777 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.93110956663796, + -11.884703355996777 + ] + ] + ], + "type": "Polygon" + }, + "id": "169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12110953981572, + -11.693004449082958, + -77.11146779290176, + -11.682609994442181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.11679229056348, + -11.682609994442181 + ] + ] + ], + "type": "Polygon" + }, + "id": "170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80286258504503, + -12.495105815267385, + -76.79320517325112, + -12.484731650511064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79854321091787, + -12.484731650511064 + ], + [ + -76.80286258504503, + -12.487782496561413 + ], + [ + -76.8023532922527, + -12.492969632694676 + ], + [ + -76.79752449910596, + -12.495105815267385 + ], + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.79854321091787, + -12.484731650511064 + ] + ] + ], + "type": "Polygon" + }, + "id": "171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15393380947195, + -11.782767239478423, + -77.14428857199209, + -11.772373178029314 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14961449374826, + -11.772373178029314 + ] + ] + ], + "type": "Polygon" + }, + "id": "172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75110870876391, + -12.269913731786003, + -76.74145942891411, + -12.259536975307856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.74679376631644, + -12.259536975307856 + ] + ] + ], + "type": "Polygon" + }, + "id": "173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1416914914417, + -11.718619277899665, + -77.13204846801388, + -11.708224659621095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.13737335495425, + -11.708224659621095 + ] + ] + ], + "type": "Polygon" + }, + "id": "174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89432552415971, + -12.032589869824976, + -76.88467949258819, + -12.022205740083558 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.89000983618507, + -12.022205740083558 + ] + ] + ], + "type": "Polygon" + }, + "id": "175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77705462992269, + -12.09958104891388, + -76.76740973123252, + -12.08920089270136 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.77274124840952, + -12.08920089270136 + ] + ] + ], + "type": "Polygon" + }, + "id": "176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69094346481755, + -12.271758587700948, + -76.68129577605558, + -12.261383397636797 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.68663015755986, + -12.261383397636797 + ] + ] + ], + "type": "Polygon" + }, + "id": "177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8211869451317, + -12.308338874307061, + -76.81153462607564, + -12.297960986746332 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.81686956732959, + -12.297960986746332 + ] + ] + ], + "type": "Polygon" + }, + "id": "178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05558310035096, + -11.607918529557839, + -77.04594553774085, + -11.59752458710986 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.05126872911963, + -11.59752458710986 + ] + ] + ], + "type": "Polygon" + }, + "id": "179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09619734806722, + -11.997417589444584, + -77.08654716082968, + -11.98702796404873 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.09187670193714, + -11.98702796404873 + ] + ] + ], + "type": "Polygon" + }, + "id": "180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08632678642398, + -12.051511091380085, + -77.07667523504853, + -12.04112251836867 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.08200568106491, + -12.04112251836867 + ] + ] + ], + "type": "Polygon" + }, + "id": "181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94914172344173, + -11.943632259859532, + -76.93949690740047, + -11.93324544996507 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.94482573820638, + -11.93324544996507 + ] + ] + ], + "type": "Polygon" + }, + "id": "182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7031428533829, + -12.2415459791429, + -76.69349573147922, + -12.231169976454744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.69882961226526, + -12.231169976454744 + ] + ] + ], + "type": "Polygon" + }, + "id": "183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00561722574139, + -12.216577362433199, + -76.99596280532573, + -12.2061933597787 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.00511120671555, + -12.214433099117043 + ], + [ + -77.00028391045024, + -12.216577362433199 + ], + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -77.00129607532106, + -12.2061933597787 + ] + ] + ], + "type": "Polygon" + }, + "id": "184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94692064767347, + -12.202911583310625, + -76.93726815521224, + -12.192528809616626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.94260126144214, + -12.192528809616626 + ] + ] + ], + "type": "Polygon" + }, + "id": "185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88594533968153, + -11.976716870075398, + -76.87630119498692, + -11.966332115012834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.88163062447667, + -11.966332115012834 + ] + ] + ], + "type": "Polygon" + }, + "id": "186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13493418105325, + -11.835994067705563, + -77.12528783217923, + -11.825601190666328 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.13061465912298, + -11.825601190666328 + ] + ] + ], + "type": "Polygon" + }, + "id": "187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09376247750903, + -11.784761006096971, + -77.08411868721551, + -11.774368425500061 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.08944473277471, + -11.774368425500061 + ] + ] + ], + "type": "Polygon" + }, + "id": "188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76869703064185, + -12.043721686412313, + -76.7590540241583, + -12.03334088278919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.76438462358944, + -12.03334088278919 + ] + ] + ], + "type": "Polygon" + }, + "id": "189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88975938287112, + -12.079316184960879, + -76.88011207812238, + -12.068932882004805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.8854431953595, + -12.068932882004805 + ] + ] + ], + "type": "Polygon" + }, + "id": "190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72898517360576, + -12.354142673177169, + -76.71933397998325, + -12.343767903900021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.72466971514163, + -12.343767903900021 + ] + ] + ], + "type": "Polygon" + }, + "id": "191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310096881797, + -12.210325258794272, + -76.85345045972396, + -12.199944695280035 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.85878375701267, + -12.199944695280035 + ] + ] + ], + "type": "Polygon" + }, + "id": "192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94837037977253, + -11.90423090902235, + -76.93872675785875, + -11.893843550388853 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.9440549407277, + -11.893843550388853 + ] + ] + ], + "type": "Polygon" + }, + "id": "193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0245133259432, + -11.880253924708416, + -77.01486845160942, + -11.86986435108102 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.02019615822763, + -11.86986435108102 + ] + ] + ], + "type": "Polygon" + }, + "id": "194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8105335335674, + -12.2286807019385, + -76.800883879674, + -12.218301759764714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.8062175114195, + -12.218301759764714 + ] + ] + ], + "type": "Polygon" + }, + "id": "195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6772658064552, + -12.22324141314456, + -76.6676199437112, + -12.212865772907948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.67295352552854, + -12.212865772907948 + ] + ] + ], + "type": "Polygon" + }, + "id": "196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09994602799941, + -11.911250220507718, + -77.09029831467775, + -11.900859248320314 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.09562643197086, + -11.900859248320314 + ] + ] + ], + "type": "Polygon" + }, + "id": "197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0031225614524, + -11.720814657992305, + -76.99348298292249, + -11.710423437409633 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.99880809217528, + -11.710423437409633 + ] + ] + ], + "type": "Polygon" + }, + "id": "198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97054595200163, + -12.197386160834613, + -76.96089301039463, + -12.187002712802617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.96622600199524, + -12.187002712802617 + ] + ] + ], + "type": "Polygon" + }, + "id": "199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82045830911899, + -12.080309195559746, + -76.81081281727833, + -12.069927645076348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.81614399620334, + -12.069927645076348 + ] + ] + ], + "type": "Polygon" + }, + "id": "200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9713207669883, + -12.236774889926947, + -76.96166662904547, + -12.22639206313361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.9713207669883, + -12.229440164099136 + ], + [ + -76.97081423576213, + -12.23463163034578 + ], + [ + -76.96598708054562, + -12.236774889926947 + ], + [ + -76.96166662904547, + -12.233726705216373 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.9670002696966, + -12.22639206313361 + ] + ] + ], + "type": "Polygon" + }, + "id": "201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09060758148638, + -11.627074304592584, + -77.08096856228545, + -11.616679749887037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.08629202122165, + -11.616679749887037 + ] + ] + ], + "type": "Polygon" + }, + "id": "202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7709734956548, + -12.067531953425794, + -76.76132971745655, + -12.057151455920566 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.76666070855794, + -12.057151455920566 + ] + ] + ], + "type": "Polygon" + }, + "id": "203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10894901880158, + -11.723295092373823, + -77.09930667571534, + -11.712901325922918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.10463168910135, + -11.712901325922918 + ] + ] + ], + "type": "Polygon" + }, + "id": "204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93848384381282, + -11.958311139478885, + -76.92883886820782, + -11.947924807568674 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.93416795070505, + -11.947924807568674 + ] + ] + ], + "type": "Polygon" + }, + "id": "205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562499986229, + -12.044547148264597, + -76.84660461835828, + -12.03416415139173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.85193518633771, + -12.03416415139173 + ] + ] + ], + "type": "Polygon" + }, + "id": "206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81819208439303, + -11.96214917791663, + -76.80855017629189, + -11.951765905993467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.81387940918944, + -11.951765905993467 + ] + ] + ], + "type": "Polygon" + }, + "id": "207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77091703240325, + -12.256172207546927, + -76.76126762556498, + -12.245794720020985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.76660172902231, + -12.245794720020985 + ] + ] + ], + "type": "Polygon" + }, + "id": "208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81284680549464, + -12.063830085307226, + -76.80320200922415, + -12.053448473195608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.80853292050166, + -12.053448473195608 + ] + ] + ], + "type": "Polygon" + }, + "id": "209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96736137401393, + -11.756643362179412, + -76.95772165314204, + -11.746253495112441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.96304738940538, + -11.746253495112441 + ] + ] + ], + "type": "Polygon" + }, + "id": "210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6490632649652, + -12.27542182869652, + -76.63941662494427, + -12.265047775418033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.64475106952821, + -12.265047775418033 + ] + ] + ], + "type": "Polygon" + }, + "id": "211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0192739883975, + -12.076377239276992, + -77.00962340183804, + -12.065990685063273 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.01495434427693, + -12.065990685063273 + ] + ] + ], + "type": "Polygon" + }, + "id": "212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97659074953349, + -12.040713290862861, + -76.96694232653657, + -12.030327243314964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.9722727289237, + -12.030327243314964 + ] + ] + ], + "type": "Polygon" + }, + "id": "213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92177528525629, + -12.224007202411528, + -76.9121228200282, + -12.213625396082769 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9174562973363, + -12.213625396082769 + ] + ] + ], + "type": "Polygon" + }, + "id": "214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7214174926185, + -12.243372289175586, + -76.71176981525389, + -12.232995849706088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.71710372258805, + -12.232995849706088 + ] + ] + ], + "type": "Polygon" + }, + "id": "215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0292009864655, + -12.116677123671336, + -77.01954894320693, + -12.106290949973285 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.02488053791635, + -12.106290949973285 + ] + ] + ], + "type": "Polygon" + }, + "id": "216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73365363917806, + -12.1188421898472, + -76.72400934465152, + -12.108463436253102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72934119391006, + -12.108463436253102 + ] + ] + ], + "type": "Polygon" + }, + "id": "217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67641616265432, + -12.37244786625101, + -76.66676586587384, + -12.362074758182251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67210191251787, + -12.362074758182251 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.67108006597283, + -12.37244786625101 + ], + [ + -76.66676586587384, + -12.369396293933365 + ], + [ + -76.66727685194782, + -12.364209794625593 + ], + [ + -76.67210191251787, + -12.362074758182251 + ] + ] + ], + "type": "Polygon" + }, + "id": "218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09850065870648, + -12.021242288019133, + -77.0888497030215, + -12.01085296216948 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.0941796331701, + -12.01085296216948 + ] + ] + ], + "type": "Polygon" + }, + "id": "219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09626404326681, + -12.091814812859907, + -77.08661103882311, + -12.081426615451784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.09626404326681, + -12.084472872078313 + ], + [ + -77.09575949107942, + -12.089667022912241 + ], + [ + -77.09093290333456, + -12.091814812859907 + ], + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.09194213478963, + -12.081426615451784 + ] + ] + ], + "type": "Polygon" + }, + "id": "220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6941580575933, + -11.957694753512014, + -76.68451965009433, + -11.947314560978002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68984885046599, + -11.947314560978002 + ] + ] + ], + "type": "Polygon" + }, + "id": "221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9758788627646, + -12.190050639735956, + -76.96622600199524, + -12.179666941704594 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.971558867045, + -12.179666941704594 + ] + ] + ], + "type": "Polygon" + }, + "id": "222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03438654960014, + -11.82615475353624, + -77.02474303392934, + -11.815764183681697 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.03006983858099, + -11.815764183681697 + ] + ] + ], + "type": "Polygon" + }, + "id": "223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300166763931, + -11.96757367255777, + -76.86335813776539, + -11.9571891060137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.86868742608735, + -11.9571891060137 + ] + ] + ], + "type": "Polygon" + }, + "id": "224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07705779415576, + -11.861804936727008, + -77.06741213163377, + -11.851413821113992 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.07273946747392, + -11.851413821113992 + ] + ] + ], + "type": "Polygon" + }, + "id": "225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05182679600642, + -11.694109206551751, + -77.042186765663, + -11.683716447193174 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.04751137767525, + -11.683716447193174 + ] + ] + ], + "type": "Polygon" + }, + "id": "226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90650718661833, + -12.002339954334488, + -76.8968617363019, + -11.99195506701533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.90219157176664, + -11.99195506701533 + ] + ] + ], + "type": "Polygon" + }, + "id": "227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77928058917642, + -12.312019518253294, + -76.769629287728, + -12.301642752370022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.77496431007701, + -12.301642752370022 + ] + ] + ], + "type": "Polygon" + }, + "id": "228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11269132691153, + -11.637096653279682, + -77.10305145400228, + -11.626701689723147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10837504583426, + -11.626701689723147 + ], + [ + -77.11269132691153, + -11.629745481250453 + ], + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.10837504583426, + -11.626701689723147 + ] + ] + ], + "type": "Polygon" + }, + "id": "229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99035838189461, + -12.183618383729945, + -76.9807053388127, + -12.173234224924753 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.98603808224235, + -12.173234224924753 + ] + ] + ], + "type": "Polygon" + }, + "id": "230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69188875306273, + -11.933885004829797, + -76.68225111744553, + -11.923504522655941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.68757992583494, + -11.923504522655941 + ] + ] + ], + "type": "Polygon" + }, + "id": "231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90117730450434, + -12.009676944822735, + -76.89153177564991, + -11.999292299819398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.8968617363019, + -11.999292299819398 + ] + ] + ], + "type": "Polygon" + }, + "id": "232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96813473676895, + -11.796052623520737, + -76.95849382282175, + -11.785663268418524 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.96382020637876, + -11.785663268418524 + ] + ] + ], + "type": "Polygon" + }, + "id": "233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74726831649916, + -12.355971401930844, + -76.73761656973008, + -12.345596198073407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.74295232989594, + -12.345596198073407 + ] + ] + ], + "type": "Polygon" + }, + "id": "234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1592596447713, + -11.775417379857046, + -77.14961449374826, + -11.76502309138468 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.15494028606705, + -11.76502309138468 + ] + ] + ], + "type": "Polygon" + }, + "id": "235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03213788085237, + -11.896735304580607, + -77.02249232042702, + -11.8863457778321 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.02782028905482, + -11.8863457778321 + ] + ] + ], + "type": "Polygon" + }, + "id": "236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77708106658129, + -12.005246209865932, + -76.76743898040377, + -11.994864613755205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.77276894245699, + -11.994864613755205 + ] + ] + ], + "type": "Polygon" + }, + "id": "237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92784300174633, + -12.067356782201143, + -76.91819505294406, + -12.056972347343413 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.92352594154197, + -12.056972347343413 + ] + ] + ], + "type": "Polygon" + }, + "id": "238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93769338473034, + -11.824524439297228, + -76.92805241520594, + -11.814136226132918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.93337929634906, + -11.814136226132918 + ] + ] + ], + "type": "Polygon" + }, + "id": "239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12499843335446, + -11.795681224876558, + -77.11535353328607, + -11.785288035838555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.12067971258747, + -11.785288035838555 + ] + ] + ], + "type": "Polygon" + }, + "id": "240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66733533843752, + -12.277252731300118, + -76.65768813719244, + -12.266878238573295 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.66302261158995, + -12.266878238573295 + ] + ] + ], + "type": "Polygon" + }, + "id": "241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12341274675862, + -11.71683709666527, + -77.11377023307827, + -11.706442896027827 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.11909511885594, + -11.706442896027827 + ] + ] + ], + "type": "Polygon" + }, + "id": "242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96366515585287, + -12.125939539506163, + -76.95401452545586, + -12.115555124979327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95934634579748, + -12.115555124979327 + ] + ] + ], + "type": "Polygon" + }, + "id": "243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02827864276782, + -11.794087128948268, + -77.0186362380432, + -11.78369626995161 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.02396252271542, + -11.78369626995161 + ] + ] + ], + "type": "Polygon" + }, + "id": "244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11729591380346, + -11.684763165505226, + -77.1076545076388, + -11.67436869675856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.1129788756055, + -11.67436869675856 + ] + ] + ], + "type": "Polygon" + }, + "id": "245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69701846201406, + -12.303797828466333, + -76.68736964898618, + -12.293423019717112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.69270455884096, + -12.293423019717112 + ] + ] + ], + "type": "Polygon" + }, + "id": "246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98883979240779, + -12.199194261899564, + -76.9791863234797, + -12.188810391210726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.98451932548656, + -12.188810391210726 + ] + ] + ], + "type": "Polygon" + }, + "id": "247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83187746986242, + -12.105027793469526, + -76.82223093511791, + -12.094646338843452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.82756251520618, + -12.094646338843452 + ] + ] + ], + "type": "Polygon" + }, + "id": "248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9909557263377, + -11.751091564895404, + -76.98131556034313, + -11.740701043104877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.98664118070417, + -11.740701043104877 + ] + ] + ], + "type": "Polygon" + }, + "id": "249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68719337136983, + -12.169223467998743, + -76.67754884733587, + -12.158846699139984 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68288153654662, + -12.158846699139984 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.67754884733587, + -12.16617298196197 + ], + [ + -76.67805936218447, + -12.16098465236936 + ], + [ + -76.68288153654662, + -12.158846699139984 + ] + ] + ], + "type": "Polygon" + }, + "id": "250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72902565641832, + -12.259849658205354, + -76.71937727897053, + -12.249473296936785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.72471145654949, + -12.249473296936785 + ] + ] + ], + "type": "Polygon" + }, + "id": "251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7626179872414, + -12.011671406313242, + -76.75297610110901, + -12.001290272669946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.75830617447816, + -12.001290272669946 + ] + ] + ], + "type": "Polygon" + }, + "id": "252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11276275940851, + -11.73153630454843, + -77.1031200753195, + -11.721142554092136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.10844521853701, + -11.721142554092136 + ] + ] + ], + "type": "Polygon" + }, + "id": "253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73667308137705, + -12.182022161592267, + -76.72702681902715, + -12.17164433464975 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.73235970985836, + -12.17164433464975 + ] + ] + ], + "type": "Polygon" + }, + "id": "254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63232673834004, + -12.258029359198233, + -76.62268108342197, + -12.247655447989636 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62801524018155, + -12.247655447989636 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.62699253095144, + -12.258029359198233 + ], + [ + -76.62268108342197, + -12.254977931533658 + ], + [ + -76.62319250070485, + -12.249791031055638 + ], + [ + -76.62801524018155, + -12.247655447989636 + ] + ] + ], + "type": "Polygon" + }, + "id": "255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78621454612315, + -12.006152972792512, + -76.77657218624124, + -11.995771159325127 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.78190215946057, + -11.995771159325127 + ] + ] + ], + "type": "Polygon" + }, + "id": "256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81437213653003, + -12.04825759796851, + -76.80472776376529, + -12.03787570960087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.81005841755197, + -12.03787570960087 + ] + ] + ], + "type": "Polygon" + }, + "id": "257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06029009378669, + -11.844427819788107, + -77.05064537397958, + -11.834036870252463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.05597244637845, + -11.834036870252463 + ] + ] + ], + "type": "Polygon" + }, + "id": "258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10736769147145, + -11.644447516673651, + -77.0977277336575, + -11.634052774369808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.10305145400228, + -11.634052774369808 + ] + ] + ], + "type": "Polygon" + }, + "id": "259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7404026587213, + -12.37885753699171, + -76.73075041480712, + -12.3684829028172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.7360865552641, + -12.3684829028172 + ] + ] + ], + "type": "Polygon" + }, + "id": "260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0360487449869, + -12.09375825252047, + -77.02639721051388, + -12.083371554794958 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.03172841904906, + -12.083371554794958 + ] + ] + ], + "type": "Polygon" + }, + "id": "261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74961415276393, + -12.191172317062863, + -76.73996726485633, + -12.180794308320793 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.74530030286988, + -12.180794308320793 + ] + ] + ], + "type": "Polygon" + }, + "id": "262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65593055118065, + -12.252537507770583, + -76.64628440403649, + -12.242162897497423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.65161847063933, + -12.242162897497423 + ] + ] + ], + "type": "Polygon" + }, + "id": "263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8920390583497, + -12.008773633791003, + -76.88239379719744, + -11.99838920302407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.88772375014693, + -11.99838920302407 + ] + ] + ], + "type": "Polygon" + }, + "id": "264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02139206999594, + -11.722604177967943, + -77.01175196910359, + -11.712212533225555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.01707708676983, + -11.712212533225555 + ] + ] + ], + "type": "Polygon" + }, + "id": "265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05204173853885, + -12.071737659223524, + -77.04239045317473, + -12.06135023105984 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.04772127858978, + -12.06135023105984 + ] + ] + ], + "type": "Polygon" + }, + "id": "266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93702479357765, + -12.256964789824073, + -76.92737094501857, + -12.246583145291746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.93702479357765, + -12.249631661583113 + ], + [ + -76.93651775052868, + -12.2548225369133 + ], + [ + -76.93169073981664, + -12.256964789824073 + ], + [ + -76.92737094501857, + -12.25391618980404 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.93270495249244, + -12.246583145291746 + ] + ] + ], + "type": "Polygon" + }, + "id": "267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72001665267737, + -11.975990201323372, + -76.71037699053359, + -11.965609618641642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.71570648794378, + -11.965609618641642 + ] + ] + ], + "type": "Polygon" + }, + "id": "268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7968535567398, + -12.085826736227661, + -76.78720853419986, + -12.07544586611388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.79253981598522, + -12.07544586611388 + ] + ] + ], + "type": "Polygon" + }, + "id": "269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16769104363999, + -11.831322943869608, + -77.15804401886875, + -11.820929213344385 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.16337071647126, + -11.820929213344385 + ] + ] + ], + "type": "Polygon" + }, + "id": "270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91867231328982, + -11.877709591824972, + -76.90903025753246, + -11.867322592447325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91435803062234, + -11.867322592447325 + ], + [ + -76.91867231328982, + -11.870369404708052 + ], + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.90953708905846, + -11.86946924697822 + ], + [ + -76.91435803062234, + -11.867322592447325 + ] + ] + ], + "type": "Polygon" + }, + "id": "271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9544704742171, + -11.936292332902369, + -76.94482573820638, + -11.925905284681008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.95015444303503, + -11.925905284681008 + ] + ] + ], + "type": "Polygon" + }, + "id": "272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12945461237578, + -11.654469509647523, + -77.11981380286436, + -11.644074360564849 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12945461237578, + -11.647118099190985 + ], + [ + -77.12895120684604, + -11.652315726006062 + ], + [ + -77.12413071696939, + -11.654469509647523 + ], + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.12513765489705, + -11.644074360564849 + ] + ] + ], + "type": "Polygon" + }, + "id": "273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9926177787581, + -12.113070568809002, + -76.98296678304929, + -12.102685238208352 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.98829836072704, + -12.102685238208352 + ] + ] + ], + "type": "Polygon" + }, + "id": "274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84481660589722, + -12.208508942591001, + -76.8351666373376, + -12.198128808453212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.84049991662782, + -12.198128808453212 + ] + ] + ], + "type": "Polygon" + }, + "id": "275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82427711179842, + -11.99420330787439, + -76.81463408533007, + -11.983820356625532 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81996384300936, + -11.983820356625532 + ] + ] + ], + "type": "Polygon" + }, + "id": "276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87984590061093, + -11.75590368322072, + -76.8702084935547, + -11.745515975573003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8755342932594, + -11.745515975573003 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.87071567618003, + -11.747663303644533 + ], + [ + -76.8755342932594, + -11.745515975573003 + ] + ] + ], + "type": "Polygon" + }, + "id": "277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72377543685907, + -12.078556422172804, + -76.71413261390275, + -12.06817729337582 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71946380117492, + -12.06817729337582 + ] + ] + ], + "type": "Polygon" + }, + "id": "278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10908977888397, + -11.912145488248639, + -77.09944180891165, + -11.901754307129655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.10476992763311, + -11.901754307129655 + ] + ] + ], + "type": "Polygon" + }, + "id": "279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09750930821846, + -11.698571469222685, + -77.08786798850889, + -11.688177657526756 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.09319261215063, + -11.688177657526756 + ] + ] + ], + "type": "Polygon" + }, + "id": "280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9110827873929, + -12.049973421190323, + -76.90143579647474, + -12.039589137590818 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.9067664130215, + -12.039589137590818 + ] + ] + ], + "type": "Polygon" + }, + "id": "281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97733395357331, + -11.985734338347099, + -76.96768715065176, + -11.975347449437836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.97301664659255, + -11.975347449437836 + ] + ] + ], + "type": "Polygon" + }, + "id": "282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75956320751901, + -12.04281371317928, + -76.74992047571813, + -12.03243312725446 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.75525106345289, + -12.03243312725446 + ] + ] + ], + "type": "Polygon" + }, + "id": "283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75875176048457, + -12.192083257992257, + -76.74910459712224, + -12.181705031807075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.75443764714285, + -12.181705031807075 + ] + ] + ], + "type": "Polygon" + }, + "id": "284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8075333991228, + -11.976818426605972, + -76.79789133976425, + -11.966435639064713 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.80322081978751, + -11.966435639064713 + ] + ] + ], + "type": "Polygon" + }, + "id": "285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69341851972383, + -11.918314215342296, + -76.68378130589743, + -11.907933468690867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68910985760803, + -11.907933468690867 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.68378130589743, + -11.915265107527999 + ], + [ + -76.68429133818205, + -11.910074789217783 + ], + [ + -76.68910985760803, + -11.907933468690867 + ] + ] + ], + "type": "Polygon" + }, + "id": "286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74805052532787, + -12.301042805246956, + -76.73840039871943, + -12.290666647440316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.7437352511945, + -12.290666647440316 + ] + ] + ], + "type": "Polygon" + }, + "id": "287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11132247185941, + -11.841554788796127, + -77.1016765486782, + -11.83116255956609 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.10700350278876, + -11.83116255956609 + ] + ] + ], + "type": "Polygon" + }, + "id": "288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88214219244463, + -12.062836592989617, + -76.87249558042159, + -12.052453227209007 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.87782643175777, + -12.052453227209007 + ] + ] + ], + "type": "Polygon" + }, + "id": "289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07397061934034, + -11.798561598418802, + -77.06432691828502, + -11.788169685557698 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06965321814329, + -11.788169685557698 + ] + ] + ], + "type": "Polygon" + }, + "id": "290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71385524032803, + -12.132588242634544, + -76.70421107699666, + -12.122210209887974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70954315756991, + -12.122210209887974 + ] + ] + ], + "type": "Polygon" + }, + "id": "291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04665864059896, + -11.984688793163983, + -77.0370100883011, + -11.97430018649324 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.04233948672538, + -11.97430018649324 + ] + ] + ], + "type": "Polygon" + }, + "id": "292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95979909884946, + -11.928952081729436, + -76.95015444303503, + -11.918564795624754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.95548302179871, + -11.918564795624754 + ] + ] + ], + "type": "Polygon" + }, + "id": "293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68180640087027, + -12.270844106093083, + -76.67215899124109, + -12.260469135013377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.67749335868811, + -12.260469135013377 + ] + ] + ], + "type": "Polygon" + }, + "id": "294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71853121863998, + -11.897224904175763, + -76.70889394394516, + -11.886843214331241 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7142221441708, + -11.886843214331241 + ], + [ + -76.71853121863998, + -11.889891899428738 + ], + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.70889394394516, + -11.894176132069385 + ], + [ + -76.70940359417143, + -11.888985342011479 + ], + [ + -76.7142221441708, + -11.886843214331241 + ] + ] + ], + "type": "Polygon" + }, + "id": "295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88519711135537, + -12.220379840430045, + -76.87554571690666, + -12.209998887322097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.88087916419406, + -12.209998887322097 + ] + ] + ], + "type": "Polygon" + }, + "id": "296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87910025380584, + -12.188329527977697, + -76.86944997748081, + -12.17794820826367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.87478290048413, + -12.17794820826367 + ] + ] + ], + "type": "Polygon" + }, + "id": "297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04592701330695, + -12.039675696762927, + -77.03627684004469, + -12.029287930012176 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.04160714505116, + -12.029287930012176 + ] + ] + ], + "type": "Polygon" + }, + "id": "298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8440714620343, + -11.980438151038138, + -76.83442831726467, + -11.97005449846602 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83975783662588, + -11.97005449846602 + ] + ] + ], + "type": "Polygon" + }, + "id": "299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80061963833899, + -12.28271139407342, + -76.79096863710082, + -12.272333595642825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.79630316580696, + -12.272333595642825 + ] + ] + ], + "type": "Polygon" + }, + "id": "300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036732527057, + -12.251577403203775, + -76.7940230993258, + -12.241199010565618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.79935711249163, + -12.241199010565618 + ] + ] + ], + "type": "Polygon" + }, + "id": "301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85777052428122, + -12.123320380484714, + -76.84812275376791, + -12.112938561762512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.85345461940292, + -12.112938561762512 + ] + ] + ], + "type": "Polygon" + }, + "id": "302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01468006829356, + -12.028736401017454, + -77.00503102056477, + -12.018349234961796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.01036118346232, + -12.018349234961796 + ] + ] + ], + "type": "Polygon" + }, + "id": "303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06864427527792, + -11.805908190550522, + -77.05900049046377, + -11.7955165073358 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.06432691828502, + -11.7955165073358 + ] + ] + ], + "type": "Polygon" + }, + "id": "304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75650787843132, + -12.073954364533424, + -76.74686430086852, + -12.0635743325051 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.75219540303738, + -12.0635743325051 + ] + ] + ], + "type": "Polygon" + }, + "id": "305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9407951270274, + -12.076499990097224, + -76.93114656702225, + -12.066115374150723 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.93647759452945, + -12.066115374150723 + ] + ] + ], + "type": "Polygon" + }, + "id": "306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99254490980547, + -11.924309369344149, + -76.98289954458286, + -11.91392120888263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.98822801285365, + -11.91392120888263 + ] + ] + ], + "type": "Polygon" + }, + "id": "307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8615769132101, + -12.225895739434248, + -76.85192597963348, + -12.215515467710839 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.85725953491377, + -12.215515467710839 + ] + ] + ], + "type": "Polygon" + }, + "id": "308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82271308138547, + -12.292771967803247, + -76.81306118657103, + -12.282393780019772 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.8183958699027, + -12.282393780019772 + ] + ] + ], + "type": "Polygon" + }, + "id": "309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80442733604714, + -12.290950218212732, + -76.79477598627187, + -12.280572461398913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.80011064915769, + -12.280572461398913 + ] + ] + ], + "type": "Polygon" + }, + "id": "310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91339778797766, + -12.262483650626544, + -76.90374439331352, + -12.252102685239649 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.90907851284486, + -12.252102685239649 + ] + ] + ], + "type": "Polygon" + }, + "id": "311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70170884117316, + -12.06849706318398, + -76.69206692295926, + -12.058118342425482 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.69739794860904, + -12.058118342425482 + ] + ] + ], + "type": "Polygon" + }, + "id": "312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81814872897102, + -12.245158787284186, + -76.80849837870285, + -12.234779923484842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.81383227842726, + -12.234779923484842 + ] + ] + ], + "type": "Polygon" + }, + "id": "313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02304290234876, + -11.990233185011673, + -77.013394788208, + -11.979845238584236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.01872430703853, + -11.979845238584236 + ] + ] + ], + "type": "Polygon" + }, + "id": "314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09073759637283, + -11.815937754362835, + -77.08109295415133, + -11.805545671217839 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.0864195166177, + -11.805545671217839 + ] + ] + ], + "type": "Polygon" + }, + "id": "315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81665243028093, + -12.072069644631195, + -76.80700728619527, + -12.061688063106024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.81233833131705, + -12.061688063106024 + ] + ] + ], + "type": "Polygon" + }, + "id": "316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89962785343658, + -11.742119551359691, + -76.88999033468107, + -11.731731167715946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89531589279926, + -11.731731167715946 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.89049721976161, + -11.733879083200115 + ], + [ + -76.89531589279926, + -11.731731167715946 + ] + ] + ], + "type": "Polygon" + }, + "id": "317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92859440195586, + -12.012385294800126, + -76.91894807285512, + -12.002000008590564 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.92427805496173, + -12.002000008590564 + ] + ] + ], + "type": "Polygon" + }, + "id": "318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71297745312262, + -12.376112162821524, + -76.70332604083745, + -12.365738181197397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.70866214274281, + -12.365738181197397 + ] + ] + ], + "type": "Polygon" + }, + "id": "319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00545635913397, + -11.839050419430704, + -76.99581320109768, + -11.82866073658788 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -77.00114025196609, + -11.82866073658788 + ] + ] + ], + "type": "Polygon" + }, + "id": "320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99791127472288, + -12.01135562289025, + -76.98826317652791, + -12.000968608180774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.99359307225109, + -12.000968608180774 + ] + ] + ], + "type": "Polygon" + }, + "id": "321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04822646082482, + -12.063497338417747, + -77.0385755184363, + -12.053109877476047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.0439062129774, + -12.053109877476047 + ] + ] + ], + "type": "Polygon" + }, + "id": "322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84329891677801, + -12.129746299607943, + -76.83365133967195, + -12.119364944937178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.83898332055361, + -12.119364944937178 + ] + ] + ], + "type": "Polygon" + }, + "id": "323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00016789108413, + -11.94079036244063, + -76.9905218382658, + -11.930402252751769 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.99585056942536, + -11.930402252751769 + ] + ] + ], + "type": "Polygon" + }, + "id": "324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97346103976508, + -11.788709204145691, + -76.96382020637876, + -11.778319618078024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.9691464637406, + -11.778319618078024 + ] + ] + ], + "type": "Polygon" + }, + "id": "325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93467454567222, + -11.950070886433833, + -76.92502991514066, + -11.939684528594263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93035886542148, + -11.939684528594263 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.92502991514066, + -11.947023753861675 + ], + [ + -76.92553663642693, + -11.94183062829927 + ], + [ + -76.93035886542148, + -11.939684528594263 + ] + ] + ], + "type": "Polygon" + }, + "id": "326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08074758715631, + -11.681197189596919, + -77.07110720729678, + -11.670803560246565 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.07643156889615, + -11.670803560246565 + ] + ] + ], + "type": "Polygon" + }, + "id": "327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74499179155363, + -12.332170070369239, + -76.73534081809304, + -12.321794517395944 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.7406761857094, + -12.321794517395944 + ] + ] + ], + "type": "Polygon" + }, + "id": "328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77405486965681, + -11.942048216697108, + -76.76441474888121, + -11.931665764362775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.76974367090764, + -11.931665764362775 + ] + ] + ], + "type": "Polygon" + }, + "id": "329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15535961172395, + -11.672732006476396, + -77.14571761323529, + -11.662336465995901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.15104172459844, + -11.662336465995901 + ] + ] + ], + "type": "Polygon" + }, + "id": "330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90577433681777, + -12.24600507795889, + -76.89612163469324, + -12.23562403064534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.90145548861868, + -12.23562403064534 + ] + ] + ], + "type": "Polygon" + }, + "id": "331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03507082169807, + -11.676733936083627, + -77.02543173545402, + -11.666341361639741 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03075608290067, + -11.666341361639741 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.02974642952611, + -11.676733936083627 + ], + [ + -77.02543173545402, + -11.673689155379838 + ], + [ + -77.02593662538861, + -11.668492921065312 + ], + [ + -77.03075608290067, + -11.666341361639741 + ] + ] + ], + "type": "Polygon" + }, + "id": "332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0319941219745, + -11.613483987993243, + -77.02235699528376, + -11.603090689729418 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.02768030748416, + -11.603090689729418 + ] + ] + ], + "type": "Polygon" + }, + "id": "333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75871995978359, + -12.286391121532061, + -76.74906998094876, + -12.276014446511903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.75440458789402, + -12.276014446511903 + ] + ] + ], + "type": "Polygon" + }, + "id": "334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15401731170752, + -11.877199603870887, + -77.14436925993621, + -11.866806841349657 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.15401731170752, + -11.869851523508766 + ], + [ + -77.15351390513177, + -11.875047956689901 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.1496967344261, + -11.866806841349657 + ] + ] + ], + "type": "Polygon" + }, + "id": "335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75722342514571, + -12.207650233804772, + -76.74757583853264, + -12.197272298477472 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.7529091459953, + -12.197272298477472 + ] + ] + ], + "type": "Polygon" + }, + "id": "336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10139042385023, + -11.801243161345997, + -77.09174595072632, + -11.790850619184004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.09707225638981, + -11.790850619184004 + ] + ] + ], + "type": "Polygon" + }, + "id": "337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01303600514196, + -11.76112372157899, + -77.00339497229258, + -11.750732791740804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -77.00872073291721, + -11.750732791740804 + ] + ] + ], + "type": "Polygon" + }, + "id": "338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13636656128509, + -11.725969609687166, + -77.12672345198874, + -11.715575216035242 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.13204846801388, + -11.715575216035242 + ] + ] + ], + "type": "Polygon" + }, + "id": "339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0176258564768, + -11.808777115798456, + -77.00798328730798, + -11.798386717739445 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.01330982621155, + -11.798386717739445 + ] + ] + ], + "type": "Polygon" + }, + "id": "340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78696587625686, + -12.045536842258883, + -76.7773223218341, + -12.035155603988407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.78265294383284, + -12.035155603988407 + ] + ] + ], + "type": "Polygon" + }, + "id": "341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79302680339849, + -12.171916458755764, + -76.783379315083, + -12.161537040016814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.78871201858094, + -12.161537040016814 + ] + ] + ], + "type": "Polygon" + }, + "id": "342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04739002146519, + -11.929698006363857, + -77.03774308959042, + -11.91930857884644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.04307158173907, + -11.91930857884644 + ] + ] + ], + "type": "Polygon" + }, + "id": "343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0688202220841, + -12.089117800298034, + -77.0591679919064, + -12.078730229639179 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.06449908159104, + -12.078730229639179 + ] + ] + ], + "type": "Polygon" + }, + "id": "344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89205326208422, + -12.197475838118352, + -76.88240237054319, + -12.187094342126143 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.88773543464625, + -12.187094342126143 + ] + ] + ], + "type": "Polygon" + }, + "id": "345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8067796602301, + -11.937429700095176, + -76.7971387949511, + -11.927046354538565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80246762652385, + -11.927046354538565 + ], + [ + -76.8067796602301, + -11.930094480211764 + ], + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.79764728080399, + -11.929189869463437 + ], + [ + -76.80246762652385, + -11.927046354538565 + ] + ] + ], + "type": "Polygon" + }, + "id": "346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0838980861846, + -11.838872041259208, + -77.07425293370218, + -11.828480440112767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07957988290458, + -11.828480440112767 + ] + ] + ], + "type": "Polygon" + }, + "id": "347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85016005033313, + -12.012492951474222, + -76.84051578783647, + -12.002109623508932 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.84584583151634, + -12.002109623508932 + ] + ] + ], + "type": "Polygon" + }, + "id": "348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8364421255576, + -12.152649839114584, + -76.82679404785692, + -12.142269018720391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.83212641066429, + -12.142269018720391 + ] + ] + ], + "type": "Polygon" + }, + "id": "349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98411326658778, + -11.774021412382755, + -76.9744725948197, + -11.763631365717979 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.9797985995285, + -11.763631365717979 + ] + ] + ], + "type": "Polygon" + }, + "id": "350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72973015691596, + -12.393503922541175, + -76.72007776631057, + -12.383129814963885 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.72922000502057, + -12.391368011429442 + ], + [ + -76.72439372214878, + -12.393503922541175 + ], + [ + -76.72007776631057, + -12.390452750683998 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.72541415179316, + -12.383129814963885 + ] + ] + ], + "type": "Polygon" + }, + "id": "351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82653382964753, + -12.20669155333224, + -76.81688440352994, + -12.196311849570971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.82221766371865, + -12.196311849570971 + ] + ] + ], + "type": "Polygon" + }, + "id": "352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.062532518386, + -11.773838612776718, + -77.05288984334906, + -11.763446644130282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.05821575195468, + -11.763446644130282 + ] + ] + ], + "type": "Polygon" + }, + "id": "353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11067284395654, + -11.990970340764324, + -77.10102248476078, + -11.980580268472112 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.10635189865224, + -11.980580268472112 + ] + ] + ], + "type": "Polygon" + }, + "id": "354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91718100613274, + -12.082029260808536, + -76.90753289900002, + -12.071645316445418 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.91286403873411, + -12.071645316445418 + ] + ] + ], + "type": "Polygon" + }, + "id": "355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77163899071718, + -12.38983879310594, + -76.76198557004037, + -12.37946355496523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.76732188124168, + -12.37946355496523 + ] + ] + ], + "type": "Polygon" + }, + "id": "356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14789367764867, + -11.845128126199295, + -77.13824673356342, + -11.834735063048187 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.14357369035685, + -11.834735063048187 + ] + ] + ], + "type": "Polygon" + }, + "id": "357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03448382048302, + -12.01495448582667, + -77.02483467650607, + -12.004566627185671 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.03016458861161, + -12.004566627185671 + ] + ] + ], + "type": "Polygon" + }, + "id": "358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72828106937432, + -12.220481188614924, + -76.71863388791743, + -12.210104198680025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.72396741570846, + -12.210104198680025 + ] + ] + ], + "type": "Polygon" + }, + "id": "359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05715132485159, + -11.686761088582841, + -77.04751137767525, + -11.676368104609603 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.052835862107, + -11.676368104609603 + ] + ] + ], + "type": "Polygon" + }, + "id": "360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91868717906243, + -11.972086866996223, + -76.9090423108042, + -11.961701228485474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.91437163774424, + -11.961701228485474 + ] + ] + ], + "type": "Polygon" + }, + "id": "361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77469604282165, + -12.358712461598577, + -76.76504346990656, + -12.34833660774112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.77037926551537, + -12.34833660774112 + ] + ] + ], + "type": "Polygon" + }, + "id": "362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234287211177, + -11.982246438218551, + -76.8526991874915, + -11.971862354631908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.85802872487083, + -11.971862354631908 + ] + ] + ], + "type": "Polygon" + }, + "id": "363", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99487621075322, + -12.042515580913221, + -76.98522726157927, + -12.032129109944137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.99055767399783, + -12.032129109944137 + ] + ] + ], + "type": "Polygon" + }, + "id": "364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91032837737204, + -12.104940202352134, + -76.9006797666078, + -12.09455678339191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.90601128981811, + -12.09455678339191 + ] + ] + ], + "type": "Polygon" + }, + "id": "365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74424504193092, + -12.292804209128585, + -76.73459526503483, + -12.282428009719903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73992998261254, + -12.282428009719903 + ] + ] + ], + "type": "Polygon" + }, + "id": "366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8417895367728, + -11.956622688408222, + -76.83214716263649, + -11.94623874265449 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374762910927, + -11.94623874265449 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.83265519077547, + -11.948382768092578 + ], + [ + -76.8374762910927, + -11.94623874265449 + ] + ] + ], + "type": "Polygon" + }, + "id": "367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15250704651989, + -11.892788427051887, + -77.14285856788398, + -11.882395921097492 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.15250704651989, + -11.885440694938193 + ], + [ + -77.15200359448251, + -11.890636999833035 + ], + [ + -77.14717927003758, + -11.892788427051887 + ], + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.14818630125804, + -11.882395921097492 + ] + ] + ], + "type": "Polygon" + }, + "id": "368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97426631187085, + -11.922511056543527, + -76.96462147268464, + -11.912123320442527 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96994993079112, + -11.912123320442527 + ] + ] + ], + "type": "Polygon" + }, + "id": "369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95148134029418, + -12.156187588495547, + -76.94183012391612, + -12.145803952951942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.94716245506731, + -12.145803952951942 + ] + ] + ], + "type": "Polygon" + }, + "id": "370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75800361521941, + -12.152708886984989, + -76.74835764741655, + -12.142330049110976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.75369004799695, + -12.142330049110976 + ] + ] + ], + "type": "Polygon" + }, + "id": "371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73435976081797, + -12.25252376341874, + -76.72471145654949, + -12.242147144937514 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.73004551177351, + -12.242147144937514 + ] + ] + ], + "type": "Polygon" + }, + "id": "372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7603426100095, + -11.987860087483437, + -76.7507014954009, + -11.97747865607264 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.75603117717198, + -11.97747865607264 + ] + ] + ], + "type": "Polygon" + }, + "id": "373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03678214416615, + -12.03877630295906, + -77.02713223107217, + -12.028388746419038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.03246253274175, + -12.028388746419038 + ] + ] + ], + "type": "Polygon" + }, + "id": "374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73678767310427, + -11.899037829177402, + -76.72714984573396, + -11.888655700956116 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73247807152565, + -11.888655700956116 + ], + [ + -76.73678767310427, + -11.891704236279686 + ], + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.73247807152565, + -11.888655700956116 + ] + ] + ], + "type": "Polygon" + }, + "id": "375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84711258292944, + -12.043641843898325, + -76.83746747277472, + -12.033259062355883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.84279803169557, + -12.033259062355883 + ] + ] + ], + "type": "Polygon" + }, + "id": "376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69790801702896, + -12.060257918589876, + -76.68826644896916, + -12.049879168500034 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.69359733933436, + -12.049879168500034 + ] + ] + ], + "type": "Polygon" + }, + "id": "377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99328518478939, + -11.8693206687198, + -76.9836414386852, + -11.858931707497396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.9889690011282, + -11.858931707497396 + ] + ] + ], + "type": "Polygon" + }, + "id": "378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17301765432245, + -11.823973539312208, + -77.16337071647126, + -11.813579579693219 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.16869728435682, + -11.813579579693219 + ] + ] + ], + "type": "Polygon" + }, + "id": "379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94304215087904, + -11.911571258743686, + -76.9333984491444, + -11.901184137020397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.93872675785875, + -11.901184137020397 + ] + ] + ], + "type": "Polygon" + }, + "id": "380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829056395012, + -12.102225284262298, + -76.87325783231098, + -12.09184250702525 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.87858933240094, + -12.09184250702525 + ] + ] + ], + "type": "Polygon" + }, + "id": "381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84861968255942, + -12.311070438952921, + -76.83896654920447, + -12.300691906854938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.84861968255942, + -12.30374150213806 + ], + [ + -76.84811131859357, + -12.308930821799855 + ], + [ + -76.84328466500028, + -12.311070438952921 + ], + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.84430151919888, + -12.300691906854938 + ] + ] + ], + "type": "Polygon" + }, + "id": "382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70708663702035, + -11.966842574593313, + -76.69744760174811, + -11.956462186501872 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.70277695091036, + -11.956462186501872 + ] + ] + ], + "type": "Polygon" + }, + "id": "383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7556949523206, + -12.223216771402916, + -76.74604694243342, + -12.212839128475519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.75138050735526, + -12.212839128475519 + ] + ] + ], + "type": "Polygon" + }, + "id": "384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07463668841463, + -11.649124323682695, + -77.06499741711394, + -11.638730433820978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.0703212601443, + -11.638730433820978 + ] + ] + ], + "type": "Polygon" + }, + "id": "385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17372757940474, + -11.768958068198222, + -77.16408226197068, + -11.758563345493853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16940792424217, + -11.758563345493853 + ], + [ + -77.17372757940474, + -11.76160729678294 + ], + [ + -77.17322461803016, + -11.766804710012233 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16940792424217, + -11.758563345493853 + ] + ] + ], + "type": "Polygon" + }, + "id": "386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79762684703003, + -12.030871773063252, + -76.7879834426213, + -12.0204900431592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.7933138181115, + -12.0204900431592 + ] + ] + ], + "type": "Polygon" + }, + "id": "387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80446425729335, + -12.102305614913524, + -76.79481853843406, + -12.091924808369752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.80015008830567, + -12.091924808369752 + ] + ] + ], + "type": "Polygon" + }, + "id": "388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84633504441126, + -12.287263609864066, + -76.83668268322576, + -12.276884735222488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.84201726154947, + -12.276884735222488 + ] + ] + ], + "type": "Polygon" + }, + "id": "389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08402426834797, + -12.027687637695733, + -77.07437348567986, + -12.017298760625222 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07970354248725, + -12.017298760625222 + ] + ] + ], + "type": "Polygon" + }, + "id": "390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745200539487, + -11.763244580154128, + -76.86488256932016, + -11.752857103573922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.8702084935547, + -11.752857103573922 + ] + ] + ], + "type": "Polygon" + }, + "id": "391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63386052230021, + -12.242468418069834, + -76.62421528933771, + -12.232094210027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.62852657183147, + -12.242468418069834 + ], + [ + -76.62421528933771, + -12.239417081515072 + ], + [ + -76.62472666068892, + -12.234230032623628 + ], + [ + -76.62954918920411, + -12.232094210027 + ] + ] + ], + "type": "Polygon" + }, + "id": "392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77783125370048, + -12.04462939613912, + -76.76818797300962, + -12.034248375067428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.77351858386209, + -12.034248375067428 + ] + ] + ], + "type": "Polygon" + }, + "id": "393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80220387104839, + -11.984152557667542, + -76.79256173631005, + -11.9737700129811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.79789133976425, + -11.9737700129811 + ] + ] + ], + "type": "Polygon" + }, + "id": "394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86157870186486, + -12.13155992791658, + -76.85193058432881, + -12.121178143231779 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.8572625832918, + -12.121178143231779 + ] + ] + ], + "type": "Polygon" + }, + "id": "395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09396041545746, + -12.067992008857921, + -77.08430817981784, + -12.057603501354174 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.089638886556, + -12.057603501354174 + ] + ] + ], + "type": "Polygon" + }, + "id": "396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6886199659815, + -12.34224375122766, + -76.6789702353218, + -12.331869810505681 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.68328436992908, + -12.34224375122766 + ], + [ + -76.6789702353218, + -12.339192434049515 + ], + [ + -76.6794810039315, + -12.334005518360474 + ], + [ + -76.68430578151983, + -12.331869810505681 + ] + ] + ], + "type": "Polygon" + }, + "id": "397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06348908804222, + -12.096458542286033, + -77.05383677411936, + -12.086071215192105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.0591679919064, + -12.086071215192105 + ] + ] + ], + "type": "Polygon" + }, + "id": "398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99798729734012, + -12.200097908591262, + -76.98833356546906, + -12.189713826950152 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.99366657226466, + -12.189713826950152 + ] + ] + ], + "type": "Polygon" + }, + "id": "399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06876153892235, + -11.994725423466083, + -77.05911212550886, + -11.98433642579846 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.06444166033259, + -11.98433642579846 + ] + ] + ], + "type": "Polygon" + }, + "id": "400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00164572363487, + -11.830809712450646, + -76.99200290904106, + -11.820420009133029 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.99732982863519, + -11.820420009133029 + ] + ] + ], + "type": "Polygon" + }, + "id": "401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89584729712503, + -12.017013606979658, + -76.8862016898985, + -12.006629204734985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.89153177564991, + -12.006629204734985 + ] + ] + ], + "type": "Polygon" + }, + "id": "402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82426444200071, + -12.088548737642547, + -76.81461860246522, + -12.078167218656258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81994991515239, + -12.078167218656258 + ] + ] + ], + "type": "Polygon" + }, + "id": "403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00635598654908, + -12.161607940306945, + -76.9967031883501, + -12.151223035839331 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -77.00203555085251, + -12.151223035839331 + ] + ] + ], + "type": "Polygon" + }, + "id": "404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0587760342812, + -11.86001392654971, + -77.04913088873815, + -11.849623231133688 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.05445821951429, + -11.849623231133688 + ] + ] + ], + "type": "Polygon" + }, + "id": "405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72753666609293, + -12.181110716870657, + -76.71789068033374, + -12.170733108002043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.72322355849327, + -12.170733108002043 + ] + ] + ], + "type": "Polygon" + }, + "id": "406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96741951006165, + -11.945432841246456, + -76.95777416528405, + -11.935045605773727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.96310300777083, + -11.935045605773727 + ] + ] + ], + "type": "Polygon" + }, + "id": "407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00775102963965, + -11.86287529947436, + -76.9981071030483, + -11.85248589239293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -77.0034345432824, + -11.85248589239293 + ] + ] + ], + "type": "Polygon" + }, + "id": "408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09915593211505, + -11.87183584588659, + -77.08950941294603, + -11.86144433410927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.09483688286359, + -11.86144433410927 + ] + ] + ], + "type": "Polygon" + }, + "id": "409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84328466500028, + -12.31839903412347, + -76.83363145480128, + -12.308020759999653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.84328466500028, + -12.311070438952921 + ], + [ + -76.84277621500075, + -12.316259629657061 + ], + [ + -76.8379495229541, + -12.31839903412347 + ], + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.83896654920447, + -12.308020759999653 + ] + ] + ], + "type": "Polygon" + }, + "id": "410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69948718602971, + -11.950363790854883, + -76.68984885046599, + -11.939983354811924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.69517792932324, + -11.939983354811924 + ] + ] + ], + "type": "Polygon" + }, + "id": "411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68413080591773, + -12.200352616052527, + -76.67448543711103, + -12.189976427140166 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.67981864043104, + -12.189976427140166 + ] + ] + ], + "type": "Polygon" + }, + "id": "412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78614318599892, + -12.28912738874011, + -76.7764923831701, + -12.278750063894888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.78182702450687, + -12.278750063894888 + ] + ] + ], + "type": "Polygon" + }, + "id": "413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04127855396891, + -11.897632384277767, + -77.03163273336011, + -11.88724264670607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.03696070546192, + -11.88724264670607 + ] + ] + ], + "type": "Polygon" + }, + "id": "414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75189006884658, + -12.214977875907383, + -76.74224240834708, + -12.20460019526703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.74757583853264, + -12.20460019526703 + ] + ] + ], + "type": "Polygon" + }, + "id": "415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10145859425279, + -11.895663697411841, + -77.09181130726051, + -11.885272466395929 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.09713916589438, + -11.885272466395929 + ] + ] + ], + "type": "Polygon" + }, + "id": "416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98188775574955, + -11.938991938634567, + -76.9722422282228, + -11.928604252779929 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9775709496767, + -11.928604252779929 + ] + ] + ], + "type": "Polygon" + }, + "id": "417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614912282836, + -12.084840416785354, + -76.85650227792623, + -12.074457789189802 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.86183350341788, + -12.074457789189802 + ] + ] + ], + "type": "Polygon" + }, + "id": "418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75725565455768, + -12.113332576807045, + -76.7476108820213, + -12.102953136984276 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7529426333178, + -12.102953136984276 + ] + ] + ], + "type": "Polygon" + }, + "id": "419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12643395211093, + -11.68565401604365, + -77.11679229056348, + -11.675259338077305 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.12211665943357, + -11.675259338077305 + ] + ] + ], + "type": "Polygon" + }, + "id": "420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97268702976056, + -11.749299223720412, + -76.96304738940538, + -11.738909127551887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.96837299951777, + -11.738909127551887 + ] + ] + ], + "type": "Polygon" + }, + "id": "421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15846247718872, + -11.735992676230515, + -77.1488185194075, + -11.725597882355164 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.15414366507065, + -11.725597882355164 + ] + ] + ], + "type": "Polygon" + }, + "id": "422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88900134591357, + -12.134278371459596, + -76.8793524213084, + -12.123895943630103 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.8846844453261, + -12.123895943630103 + ] + ] + ], + "type": "Polygon" + }, + "id": "423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09310490536778, + -11.93418130509115, + -77.0834566810895, + -11.923790828603828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.08878518555234, + -11.923790828603828 + ] + ] + ], + "type": "Polygon" + }, + "id": "424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74801559026105, + -12.395334008839233, + -76.73836264645216, + -12.384959467006523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.74750569016635, + -12.39319771722414 + ], + [ + -76.74267913078529, + -12.395334008839233 + ], + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.74369905690335, + -12.384959467006523 + ] + ] + ], + "type": "Polygon" + }, + "id": "425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80749828306516, + -12.165495446327435, + -76.79785059706296, + -12.155115559442741 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.8031831876835, + -12.155115559442741 + ] + ] + ], + "type": "Polygon" + }, + "id": "426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07245734969038, + -11.81414915596941, + -77.06281322286723, + -11.803757492587316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.06813978109615, + -11.803757492587316 + ] + ] + ], + "type": "Polygon" + }, + "id": "427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07027580832741, + -11.979141860027168, + -77.0606268211157, + -11.96875259503978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.06595609729841, + -11.96875259503978 + ] + ] + ], + "type": "Polygon" + }, + "id": "428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1050663254176, + -11.620614042981536, + -77.09542713418077, + -11.6102190575366 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1007504664577, + -11.6102190575366 + ], + [ + -77.1050663254176, + -11.613262825084432 + ], + [ + -77.10456263027575, + -11.61846037027471 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.095930956059, + -11.61237274766407 + ], + [ + -77.1007504664577, + -11.6102190575366 + ] + ] + ], + "type": "Polygon" + }, + "id": "429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70921880502439, + -12.273586745286362, + -76.69957055942338, + -12.263211118000788 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.70490496821624, + -12.263211118000788 + ] + ] + ], + "type": "Polygon" + }, + "id": "430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6894639375134, + -12.19302701203461, + -76.67981864043104, + -12.182650567935616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.6851517222304, + -12.182650567935616 + ] + ] + ], + "type": "Polygon" + }, + "id": "431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66506602332277, + -12.253452464691916, + -76.65541959572705, + -12.243077634672435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.66075367716525, + -12.243077634672435 + ] + ] + ], + "type": "Polygon" + }, + "id": "432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11830702458228, + -12.007451731074532, + -77.10865598238549, + -11.997061718575031 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.11398565628419, + -11.997061718575031 + ] + ] + ], + "type": "Polygon" + }, + "id": "433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83113106065038, + -11.971293766643154, + -76.82148853376206, + -11.960910303911259 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.82681791016364, + -11.960910303911259 + ] + ] + ], + "type": "Polygon" + }, + "id": "434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99032258836586, + -12.089252430401785, + -76.98067236254373, + -12.078866786645234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.9860035501361, + -12.078866786645234 + ] + ] + ], + "type": "Polygon" + }, + "id": "435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92175950661635, + -12.129659490206809, + -76.91210985832066, + -12.119276173395058 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.9174417793579, + -12.119276173395058 + ] + ] + ], + "type": "Polygon" + }, + "id": "436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10231748514029, + -12.02948287301179, + -77.09266618760824, + -12.019093578259378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.09799624795995, + -12.019093578259378 + ] + ] + ], + "type": "Polygon" + }, + "id": "437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79905254388291, + -12.486867858047788, + -76.78939548109929, + -12.476493641305064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.79905254388291, + -12.479544488351467 + ], + [ + -76.79854321091787, + -12.484731650511064 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.79473338439676, + -12.476493641305064 + ] + ] + ], + "type": "Polygon" + }, + "id": "438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94229339514817, + -11.966551386983804, + -76.93264807453043, + -11.956165081458742 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.93797728920273, + -11.956165081458742 + ] + ] + ], + "type": "Polygon" + }, + "id": "439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1008043296326, + -12.04506647523016, + -77.09115260540901, + -12.034677452491959 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.09648292463804, + -12.034677452491959 + ] + ] + ], + "type": "Polygon" + }, + "id": "440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05866464314533, + -11.671171553257292, + -77.04902512123174, + -11.660778332252532 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.05434934757032, + -11.660778332252532 + ] + ] + ], + "type": "Polygon" + }, + "id": "441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07863261220974, + -11.940629513703938, + -77.0689845613097, + -11.930239482393434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.074313192106, + -11.930239482393434 + ] + ] + ], + "type": "Polygon" + }, + "id": "442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78013402833781, + -11.974100880127681, + -76.77049278803034, + -11.96371874398464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.77582223566232, + -11.96371874398464 + ] + ] + ], + "type": "Polygon" + }, + "id": "443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66966280464716, + -12.206764178142732, + -76.6600176439382, + -12.196388464398414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.6653509542731, + -12.196388464398414 + ] + ] + ], + "type": "Polygon" + }, + "id": "444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87299858092472, + -11.778825485536775, + -76.86336067285633, + -11.76843825663278 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.86868685442694, + -11.76843825663278 + ] + ] + ], + "type": "Polygon" + }, + "id": "445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75107466963217, + -12.364209764792081, + -76.74142257307574, + -12.353834605778536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.7467584681537, + -12.353834605778536 + ] + ] + ], + "type": "Polygon" + }, + "id": "446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96432613303355, + -11.787811976692664, + -76.95468556320508, + -11.777422603658586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.9600118150519, + -11.777422603658586 + ] + ] + ], + "type": "Polygon" + }, + "id": "447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76708176402589, + -12.342235513656536, + -76.75742988975537, + -12.33185957068241 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.76276541610247, + -12.33185957068241 + ] + ] + ], + "type": "Polygon" + }, + "id": "448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11376947869532, + -12.054204554407193, + -77.10411715599147, + -12.043815355683313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.109447606702, + -12.043815355683313 + ] + ] + ], + "type": "Polygon" + }, + "id": "449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01008758589712, + -11.981093518682389, + -77.00044007663246, + -11.97070575503808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -77.00576946014705, + -11.97070575503808 + ] + ] + ], + "type": "Polygon" + }, + "id": "450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7305954276187, + -12.149977313445877, + -76.72095028752243, + -12.139599129129302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.72628265119727, + -12.139599129129302 + ] + ] + ], + "type": "Polygon" + }, + "id": "451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94996124648227, + -12.171762684744904, + -76.94030960476705, + -12.161379334939959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.94564219426039, + -12.161379334939959 + ] + ] + ], + "type": "Polygon" + }, + "id": "452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03809908389933, + -11.645555740467486, + -77.02846084761174, + -11.635162695119144 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.03277520770102, + -11.645555740467486 + ], + [ + -77.02846084761174, + -11.642511159366103 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.03378467913649, + -11.635162695119144 + ] + ] + ], + "type": "Polygon" + }, + "id": "453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12873754708409, + -11.709487025028457, + -77.11909511885594, + -11.699092599969042 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.12441987578273, + -11.699092599969042 + ] + ] + ], + "type": "Polygon" + }, + "id": "454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99939018258144, + -11.901384939301893, + -76.98974532396451, + -11.890996281955445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.99507340734154, + -11.890996281955445 + ] + ] + ], + "type": "Polygon" + }, + "id": "455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77558124734584, + -11.926474471940011, + -76.76594154931739, + -11.91609175501281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77127021424023, + -11.91609175501281 + ], + [ + -76.77558124734584, + -11.919140098309013 + ], + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.77127021424023, + -11.91609175501281 + ] + ] + ], + "type": "Polygon" + }, + "id": "456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7343986633805, + -12.158216336570128, + -76.72475317360235, + -12.14783818645846 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.7300856722267, + -12.14783818645846 + ] + ] + ], + "type": "Polygon" + }, + "id": "457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02524816643812, + -11.825258706526789, + -77.01560491119679, + -11.814868347924985 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.02093171216825, + -11.814868347924985 + ] + ] + ], + "type": "Polygon" + }, + "id": "458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12053844700944, + -11.936868122963043, + -77.11088945302849, + -11.926477020111669 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.11621796156845, + -11.926477020111669 + ] + ] + ], + "type": "Polygon" + }, + "id": "459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9803699585047, + -11.954573137398487, + -76.97072400587025, + -11.944185715644288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.97605298546904, + -11.944185715644288 + ] + ] + ], + "type": "Polygon" + }, + "id": "460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05804671161432, + -11.915010670439246, + -77.04839994619928, + -11.904620771525344 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.0537281828835, + -11.904620771525344 + ] + ] + ], + "type": "Polygon" + }, + "id": "461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94834686195088, + -11.809840411461849, + -76.93870605180817, + -11.799451733016603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.9440326814956, + -11.799451733016603 + ] + ] + ], + "type": "Polygon" + }, + "id": "462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71756998331423, + -12.329427632913374, + -76.70791984052225, + -12.319052732625766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.71325517001362, + -12.319052732625766 + ] + ] + ], + "type": "Polygon" + }, + "id": "463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90652983621065, + -12.1910493369871, + -76.89687875528585, + -12.180667376148268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.90221170176629, + -12.180667376148268 + ] + ] + ], + "type": "Polygon" + }, + "id": "464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77780503264579, + -12.138959625568104, + -76.76815893874515, + -12.128580067757454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.77349110510013, + -12.128580067757454 + ] + ] + ], + "type": "Polygon" + }, + "id": "465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70843018620451, + -12.328512946607473, + -76.69878032125428, + -12.3181382643803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.70411563748614, + -12.3181382643803 + ] + ] + ], + "type": "Polygon" + }, + "id": "466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00405931242828, + -12.137790548604945, + -76.99440728421787, + -12.127405323715271 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99973925662417, + -12.127405323715271 + ] + ] + ], + "type": "Polygon" + }, + "id": "467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99332181845394, + -11.963713219442123, + -76.98367525887319, + -11.95332561237651 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.98900437503764, + -11.95332561237651 + ] + ] + ], + "type": "Polygon" + }, + "id": "468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78155982561549, + -12.33582286641779, + -76.77190775126604, + -12.32544644668849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.777243165856, + -12.32544644668849 + ] + ] + ], + "type": "Polygon" + }, + "id": "469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73902295224009, + -12.017187279001856, + -76.72938154308636, + -12.006806827096778 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.73471171477347, + -12.006806827096778 + ] + ] + ], + "type": "Polygon" + }, + "id": "470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81435657486047, + -12.142594567019259, + -76.80470938824386, + -12.13221414323606 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.81004159756091, + -12.13221414323606 + ] + ] + ], + "type": "Polygon" + }, + "id": "471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07554435887731, + -11.877391290637775, + -77.06589827038675, + -11.86700043071789 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.0712258647135, + -11.86700043071789 + ] + ] + ], + "type": "Polygon" + }, + "id": "472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13350083559052, + -11.946004088297343, + -77.12385124497351, + -11.935612804294793 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12917988406123, + -11.935612804294793 + ] + ] + ], + "type": "Polygon" + }, + "id": "473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91873182845896, + -12.25515144907158, + -76.90907851284486, + -12.244770229591833 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.91441250677835, + -12.244770229591833 + ] + ] + ], + "type": "Polygon" + }, + "id": "474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07778382403505, + -11.8068025925486, + -77.06813978109615, + -11.79641069919523 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.0734662112888, + -11.79641069919523 + ] + ] + ], + "type": "Polygon" + }, + "id": "475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15083143567514, + -11.71950998078424, + -77.1411881580904, + -11.709115154062955 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.14651304519876, + -11.709115154062955 + ] + ] + ], + "type": "Polygon" + }, + "id": "476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85395457554336, + -12.30374150213806, + -76.84430151919888, + -12.293362712506509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.85395457554336, + -12.296412224087684 + ], + [ + -76.85344629761614, + -12.301601672486825 + ], + [ + -76.84861968255942, + -12.30374150213806 + ], + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.8496363646964, + -12.293362712506509 + ] + ] + ], + "type": "Polygon" + }, + "id": "477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8600527203156, + -12.241465780459382, + -76.8504013622327, + -12.231085802069662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.85573517552187, + -12.231085802069662 + ] + ] + ], + "type": "Polygon" + }, + "id": "478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85929180053891, + -12.202085956371608, + -76.84964163860559, + -12.191705354794417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.85497480252052, + -12.191705354794417 + ] + ] + ], + "type": "Polygon" + }, + "id": "479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1333458168328, + -11.757151821773265, + -77.12370185497106, + -11.746757913246189 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.12902738812849, + -11.746757913246189 + ] + ] + ], + "type": "Polygon" + }, + "id": "480", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07167092189833, + -11.774732643683112, + -77.06202798846748, + -11.76434046462402 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.06735389962827, + -11.76434046462402 + ] + ] + ], + "type": "Polygon" + }, + "id": "482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1692003819991, + -11.815732285380792, + -77.15955378409872, + -11.805338304482683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.16488022284202, + -11.805338304482683 + ] + ] + ], + "type": "Polygon" + }, + "id": "483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07088468793854, + -11.73531454054762, + -77.06124294760833, + -11.724921855598945 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.06656821185614, + -11.724921855598945 + ] + ] + ], + "type": "Polygon" + }, + "id": "484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70175723838183, + -11.974173466334266, + -76.69211813092564, + -11.963793322399562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.69744760174811, + -11.963793322399562 + ] + ] + ], + "type": "Polygon" + }, + "id": "485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85015493083411, + -12.106841251471737, + -76.84050785454744, + -12.096459366040856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.84583945340304, + -12.096459366040856 + ] + ] + ], + "type": "Polygon" + }, + "id": "486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70309482040456, + -12.335836298859522, + -76.6934448830661, + -12.325461877893268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.69878032125428, + -12.325461877893268 + ] + ] + ], + "type": "Polygon" + }, + "id": "487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80600811904529, + -11.992392271422425, + -76.79636563644549, + -11.982009753163393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.80169537381178, + -11.982009753163393 + ] + ] + ], + "type": "Polygon" + }, + "id": "488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70917254030985, + -12.367873977791898, + -76.6995214786163, + -12.357499951075457 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.70485744512067, + -12.357499951075457 + ] + ] + ], + "type": "Polygon" + }, + "id": "489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05956105898211, + -11.899425757073208, + -77.04991471943951, + -11.889035598609016 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.05524269766222, + -11.889035598609016 + ] + ] + ], + "type": "Polygon" + }, + "id": "490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88593470670045, + -11.787965660247313, + -76.87629618452769, + -11.777578232553777 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.88162250710167, + -11.777578232553777 + ] + ] + ], + "type": "Polygon" + }, + "id": "491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65059643428614, + -12.259860674070916, + -76.64095021645811, + -12.24948632238867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.64628440403649, + -12.24948632238867 + ] + ] + ], + "type": "Polygon" + }, + "id": "492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73286947115615, + -12.173783202180944, + -76.72322355849327, + -12.163405339800315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.72855631438362, + -12.163405339800315 + ] + ] + ], + "type": "Polygon" + }, + "id": "493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70407535771871, + -11.903650435128542, + -76.69443828784674, + -11.89326920561445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69976659652558, + -11.89326920561445 + ], + [ + -76.70407535771871, + -11.896318052477712 + ], + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.69443828784674, + -11.90060150124957 + ], + [ + -76.69494814901468, + -11.89541094144886 + ], + [ + -76.69976659652558, + -11.89326920561445 + ] + ] + ], + "type": "Polygon" + }, + "id": "494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84405076448968, + -12.263456186188524, + -76.83439917538082, + -12.253076972556281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83973336207409, + -12.253076972556281 + ] + ] + ], + "type": "Polygon" + }, + "id": "495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72150281963434, + -12.054748411109657, + -76.71186076887139, + -12.044368974596896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.71719156409064, + -12.044368974596896 + ] + ] + ], + "type": "Polygon" + }, + "id": "496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75491420691495, + -12.278152434974485, + -76.74526457754266, + -12.267775718997893 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.75059904973693, + -12.267775718997893 + ] + ] + ], + "type": "Polygon" + }, + "id": "497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77925476952566, + -12.406315379235883, + -76.76960065018484, + -12.395940235140033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77493723061258, + -12.395940235140033 + ], + [ + -76.77925476952566, + -12.398990915650222 + ], + [ + -76.77874528750858, + -12.404178541692698 + ], + [ + -76.77391814051545, + -12.406315379235883 + ], + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.77493723061258, + -12.395940235140033 + ] + ] + ], + "type": "Polygon" + }, + "id": "498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79300500634695, + -12.266233693081073, + -76.78335470236354, + -12.255855812781892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.78868896258706, + -12.255855812781892 + ] + ] + ], + "type": "Polygon" + }, + "id": "499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96057192882992, + -11.96835318904372, + -76.95092607868384, + -11.957966457726739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.95625530545168, + -11.957966457726739 + ] + ] + ], + "type": "Polygon" + }, + "id": "500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99779740700687, + -11.72816034696472, + -76.98815774700806, + -11.71776935358394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.99348298292249, + -11.71776935358394 + ] + ] + ], + "type": "Polygon" + }, + "id": "501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67896275063835, + -11.924737321813645, + -76.6693257437674, + -11.914357037542565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67465440274923, + -11.914357037542565 + ], + [ + -76.67896275063835, + -11.917406220117462 + ], + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.67363404179376, + -11.924737321813645 + ], + [ + -76.6693257437674, + -11.921688052280398 + ], + [ + -76.66983598687797, + -11.916497965252253 + ], + [ + -76.67465440274923, + -11.914357037542565 + ] + ] + ], + "type": "Polygon" + }, + "id": "502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68259931675641, + -12.215916534171438, + -76.67295352552854, + -12.205540637544406 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.67828698592875, + -12.205540637544406 + ] + ] + ], + "type": "Polygon" + }, + "id": "503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8585417666664, + -11.785265355958382, + -76.84890405031436, + -11.774878575245708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.8542303476123, + -11.774878575245708 + ] + ] + ], + "type": "Polygon" + }, + "id": "504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11369768111607, + -11.959799590859504, + -77.10404817521353, + -11.949408986916149 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.1093770714452, + -11.949408986916149 + ] + ] + ], + "type": "Polygon" + }, + "id": "505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.703286784276, + -11.958603183234901, + -76.69364809882825, + -11.948222770940122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.69897731285836, + -11.948222770940122 + ] + ] + ], + "type": "Polygon" + }, + "id": "506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98732106592331, + -12.214769705963864, + -76.97766717112506, + -12.204386124935994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.98300043172658, + -12.204386124935994 + ] + ] + ], + "type": "Polygon" + }, + "id": "507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70787459771711, + -11.91188993028486, + -76.69823717815557, + -11.901508722181376 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.70356562191074, + -11.901508722181376 + ] + ] + ], + "type": "Polygon" + }, + "id": "508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7457387255827, + -12.371533824019414, + -76.7360865552641, + -12.361158927205572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.74142257307574, + -12.361158927205572 + ] + ] + ], + "type": "Polygon" + }, + "id": "509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7573200570042, + -11.924662903528235, + -76.74768090769909, + -11.914280622692358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.75300954938604, + -11.914280622692358 + ] + ] + ], + "type": "Polygon" + }, + "id": "510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75341866165395, + -12.199411281934315, + -76.74377142436369, + -12.189033309672135 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.74910459712224, + -12.189033309672135 + ] + ] + ], + "type": "Polygon" + }, + "id": "511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69252598877264, + -12.1618970999482, + -76.68288153654662, + -12.151520077430236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68821410420628, + -12.151520077430236 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.68288153654662, + -12.158846699139984 + ], + [ + -76.68339196571696, + -12.153658242688385 + ], + [ + -76.68821410420628, + -12.151520077430236 + ] + ] + ], + "type": "Polygon" + }, + "id": "512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65286458888691, + -12.283660146314372, + -76.64321759724989, + -12.273286132863479 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.64752995788032, + -12.283660146314372 + ], + [ + -76.64321759724989, + -12.280608780456793 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.64855217791148, + -12.273286132863479 + ] + ] + ], + "type": "Polygon" + }, + "id": "513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78851529965377, + -11.935619630984991, + -76.7788749798792, + -11.925236719757814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78420379009265, + -11.925236719757814 + ], + [ + -76.78851529965377, + -11.92828499776857 + ], + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.78420379009265, + -11.925236719757814 + ] + ] + ], + "type": "Polygon" + }, + "id": "514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83569370498167, + -12.01892260437619, + -76.82604963639913, + -12.00853973593102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.83137979488403, + -12.00853973593102 + ] + ] + ], + "type": "Polygon" + }, + "id": "515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93921236255058, + -11.808942056533795, + -76.92957181731371, + -11.798553591732015 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.93489844072886, + -11.798553591732015 + ] + ] + ], + "type": "Polygon" + }, + "id": "516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73514387146372, + -12.19758853954884, + -76.72549718614088, + -12.187211002657756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.7308303342874, + -12.187211002657756 + ] + ] + ], + "type": "Polygon" + }, + "id": "517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92329680790736, + -12.208434420033857, + -76.91364476783659, + -12.198052322595753 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.91897798685804, + -12.198052322595753 + ] + ] + ], + "type": "Polygon" + }, + "id": "518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9331165569445, + -11.776878189805075, + -76.92347712538351, + -11.766489440294974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.92880322694008, + -11.766489440294974 + ] + ] + ], + "type": "Polygon" + }, + "id": "519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81205973941998, + -12.213112215449463, + -76.80241050943825, + -12.202732980790707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.80774388344172, + -12.202732980790707 + ] + ] + ], + "type": "Polygon" + }, + "id": "520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76938890233735, + -12.271738067626174, + -76.75973907194198, + -12.26136087715359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.76507343300442, + -12.26136087715359 + ] + ] + ], + "type": "Polygon" + }, + "id": "521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03071749162493, + -12.101097793101392, + -77.02106587444743, + -12.090711339741405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.02639721051388, + -12.090711339741405 + ] + ] + ], + "type": "Polygon" + }, + "id": "522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12291780989925, + -12.05510184217185, + -77.11326523104402, + -12.044712435380177 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.1185956827666, + -12.044712435380177 + ] + ] + ], + "type": "Polygon" + }, + "id": "523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95977224626277, + -11.834562090461873, + -76.95013040282066, + -11.824173470102915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.95545742817292, + -11.824173470102915 + ] + ] + ], + "type": "Polygon" + }, + "id": "524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7099611314612, + -12.312950847377973, + -76.70031168952197, + -12.302575862023534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.70564674836419, + -12.302575862023534 + ] + ] + ], + "type": "Polygon" + }, + "id": "525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.908004797758, + -11.798005003903338, + -76.89836539539176, + -11.787617163611273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.90749806818866, + -11.795857615190872 + ], + [ + -76.90267828066915, + -11.798005003903338 + ], + [ + -76.89836539539176, + -11.794958439111216 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.90369186591155, + -11.787617163611273 + ] + ] + ], + "type": "Polygon" + }, + "id": "526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09692048592095, + -11.94242209383422, + -77.08727191986792, + -11.932031643953428 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.09260055453214, + -11.932031643953428 + ] + ] + ], + "type": "Polygon" + }, + "id": "527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70847666182146, + -12.234220591607027, + -76.69882961226526, + -12.223844332117249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.70416337116535, + -12.223844332117249 + ] + ] + ], + "type": "Polygon" + }, + "id": "528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92707402365286, + -12.027962884503188, + -76.91742726985036, + -12.017577870068575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.92275750995678, + -12.017577870068575 + ] + ] + ], + "type": "Polygon" + }, + "id": "529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16148090774492, + -11.704807812703644, + -77.15183780297451, + -11.694412538307965 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.15716243133036, + -11.694412538307965 + ] + ] + ], + "type": "Polygon" + }, + "id": "530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06555937945983, + -11.742662215841872, + -77.05591755550145, + -11.732269757579088 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.06124294760833, + -11.732269757579088 + ] + ] + ], + "type": "Polygon" + }, + "id": "531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8082699888244, + -12.110545040166192, + -76.79862392189563, + -12.100164266090314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.80395560574883, + -12.100164266090314 + ] + ] + ], + "type": "Polygon" + }, + "id": "532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98333796221709, + -11.734609998553202, + -76.97369848339169, + -11.72421944551605 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97902384093962, + -11.72421944551605 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.97420418743357, + -11.726369220907193 + ], + [ + -76.97902384093962, + -11.72421944551605 + ] + ] + ], + "type": "Polygon" + }, + "id": "533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0398136498083, + -12.007613089657212, + -77.03016458861161, + -11.99722499081118 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.03549437318775, + -11.99722499081118 + ] + ] + ], + "type": "Polygon" + }, + "id": "534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1889030181894, + -11.707476658220566, + -77.17925915556174, + -11.697080760732971 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.1889030181894, + -11.700124253656242 + ], + [ + -77.18840036556279, + -11.70532225422485 + ], + [ + -77.18357834940765, + -11.707476658220566 + ], + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.18458378180419, + -11.697080760732971 + ] + ] + ], + "type": "Polygon" + }, + "id": "535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09468408466303, + -12.013001691514535, + -77.08503347088663, + -12.002612335023782 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.0903632707904, + -12.002612335023782 + ] + ] + ], + "type": "Polygon" + }, + "id": "536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81589733033199, + -12.032684696631991, + -76.80625338104953, + -12.022302533553338 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.81158377736259, + -12.022302533553338 + ] + ] + ], + "type": "Polygon" + }, + "id": "537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12888985280502, + -11.89834777218403, + -77.11924179760814, + -11.887955915093135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.12456965956187, + -11.887955915093135 + ] + ] + ], + "type": "Polygon" + }, + "id": "538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94002450922544, + -12.037105529175706, + -76.93037714431281, + -12.026720331479892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.93570752332758, + -12.026720331479892 + ] + ] + ], + "type": "Polygon" + }, + "id": "539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91334449375987, + -11.885049456341385, + -76.90370235913839, + -11.87466269313924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.90801654884774, + -11.885049456341385 + ], + [ + -76.90370235913839, + -11.882002471262272 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.90903025753246, + -11.87466269313924 + ] + ] + ], + "type": "Polygon" + }, + "id": "540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78311244433367, + -12.225949943424924, + -76.77346361030006, + -12.215571649750798 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.77879720987376, + -12.215571649750798 + ] + ] + ], + "type": "Polygon" + }, + "id": "541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77858162591163, + -12.084010744470321, + -76.7689371504147, + -12.07363030818757 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.77426841022253, + -12.07363030818757 + ] + ] + ], + "type": "Polygon" + }, + "id": "542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66279706443021, + -12.229651621542276, + -76.65315141039008, + -12.219276457780111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.65848509890988, + -12.219276457780111 + ] + ] + ], + "type": "Polygon" + }, + "id": "543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15695305755048, + -11.75158456391446, + -77.14730867322737, + -11.741190012628635 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.1526340775706, + -11.741190012628635 + ] + ] + ], + "type": "Polygon" + }, + "id": "544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9926542451443, + -12.207433974477016, + -76.98300043172658, + -12.197050142921501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.98833356546906, + -12.197050142921501 + ] + ] + ], + "type": "Polygon" + }, + "id": "545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75270471793095, + -12.065715027407807, + -76.74306148941663, + -12.055334965259009 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.74839245698384, + -12.055334965259009 + ] + ] + ], + "type": "Polygon" + }, + "id": "546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04122793994374, + -11.803223424341503, + -77.03158493236862, + -11.792832373051422 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.03691135142249, + -11.792832373051422 + ] + ] + ], + "type": "Polygon" + }, + "id": "547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0252941210179, + -11.919662231274566, + -77.01564805259396, + -11.90927319987577 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.02097640683856, + -11.90927319987577 + ] + ] + ], + "type": "Polygon" + }, + "id": "548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17825355064637, + -11.722180537338396, + -77.16860951345932, + -11.711785086800907 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.17825355064637, + -11.714828752919606 + ], + [ + -77.17775072549043, + -11.720026530073547 + ], + [ + -77.17292862199277, + -11.722180537338396 + ], + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.1739343994177, + -11.711785086800907 + ] + ] + ], + "type": "Polygon" + }, + "id": "549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93544428796525, + -11.989469068023997, + -76.92579846299431, + -11.97908327039427 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.93112806143354, + -11.97908327039427 + ] + ] + ], + "type": "Polygon" + }, + "id": "550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99717144710482, + -12.066335116310636, + -76.98752172830943, + -12.055948951518946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.9928525306654, + -12.055948951518946 + ] + ] + ], + "type": "Polygon" + }, + "id": "551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63992783742441, + -12.274505974990051, + -76.63028147872811, + -12.264132141809126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.6345933576339, + -12.274505974990051 + ], + [ + -76.63028147872811, + -12.27145453552308 + ], + [ + -76.63079281659704, + -12.266267673992983 + ], + [ + -76.63561590799253, + -12.264132141809126 + ] + ] + ], + "type": "Polygon" + }, + "id": "552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234130722171, + -12.076600720274893, + -76.85269480914835, + -12.066218060979061 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.85802590140814, + -12.066218060979061 + ] + ] + ], + "type": "Polygon" + }, + "id": "553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9819544056351, + -12.127745589467992, + -76.97230324742839, + -12.117360751411761 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.97763507858714, + -12.117360751411761 + ] + ] + ], + "type": "Polygon" + }, + "id": "554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09606407437312, + -11.808590615848185, + -77.0864195166177, + -11.798198302972152 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.09174595072632, + -11.798198302972152 + ] + ] + ], + "type": "Polygon" + }, + "id": "555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75267116583025, + -12.16003771240498, + -76.74302512414123, + -12.149659126602288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.74835764741655, + -12.149659126602288 + ] + ] + ], + "type": "Polygon" + }, + "id": "556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67800402333489, + -12.262605637157193, + -76.66835696470443, + -12.252230626631595 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.67369119644752, + -12.252230626631595 + ] + ] + ], + "type": "Polygon" + }, + "id": "557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13954527601143, + -11.883653775720793, + -77.12989739242438, + -11.873261453116775 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.1352249961082, + -11.873261453116775 + ] + ] + ], + "type": "Polygon" + }, + "id": "558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94231515780893, + -12.060922996960164, + -76.93266702278738, + -12.05053810457391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.9379977921497, + -12.05053810457391 + ] + ] + ], + "type": "Polygon" + }, + "id": "559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08304737175783, + -11.705028484119591, + -77.0734062248031, + -11.694635106966642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.07873097480493, + -11.694635106966642 + ] + ] + ], + "type": "Polygon" + }, + "id": "560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08317300523571, + -11.893873000972755, + -77.07352623277134, + -11.883482188598201 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.0788540878124, + -11.883482188598201 + ] + ] + ], + "type": "Polygon" + }, + "id": "561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88974009740531, + -11.796206027416318, + -76.88010122950516, + -11.785818616929973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.88923311568439, + -11.794059004580301 + ], + [ + -76.88441359530529, + -11.796206027416318 + ], + [ + -76.88010122950516, + -11.793159311697226 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.88542768477676, + -11.785818616929973 + ] + ] + ], + "type": "Polygon" + }, + "id": "562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14407717396027, + -11.836886984354994, + -77.13443057039045, + -11.826493899081589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13975739770625, + -11.826493899081589 + ] + ] + ], + "type": "Polygon" + }, + "id": "563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76405449259234, + -12.279064765648851, + -76.75440458789402, + -12.268687832682303 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75973907194198, + -12.268687832682303 + ] + ] + ], + "type": "Polygon" + }, + "id": "564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13357841283683, + -12.040414372922148, + -77.12392600537757, + -12.030024485482539 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12925619878938, + -12.030024485482539 + ], + [ + -77.13357841283683, + -12.033070151166669 + ], + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.12443008035315, + -12.032173730934714 + ], + [ + -77.12925619878938, + -12.030024485482539 + ] + ] + ], + "type": "Polygon" + }, + "id": "565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9461031996698, + -11.974791628497956, + -76.93645753410007, + -11.964405349813838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.94178688090612, + -11.964405349813838 + ] + ] + ], + "type": "Polygon" + }, + "id": "566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83948327901827, + -12.21583958832852, + -76.82983323378433, + -12.205459707376207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.8351666373376, + -12.205459707376207 + ] + ] + ], + "type": "Polygon" + }, + "id": "567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66960500985125, + -12.30105241306261, + -76.65995703486303, + -12.290678261177819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.66529190226078, + -12.290678261177819 + ] + ] + ], + "type": "Polygon" + }, + "id": "568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97429740127725, + -12.016893928379424, + -76.96464974797293, + -12.006507578505625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96997976032539, + -12.006507578505625 + ] + ] + ], + "type": "Polygon" + }, + "id": "569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81441876711634, + -11.765181085225276, + -76.80478282606705, + -11.754795139446493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81010881870328, + -11.754795139446493 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81391078391188, + -11.763035280134243 + ], + [ + -76.80909272658963, + -11.765181085225276 + ], + [ + -76.80478282606705, + -11.76213388416386 + ], + [ + -76.80529093496682, + -11.756940965604116 + ], + [ + -76.81010881870328, + -11.754795139446493 + ] + ] + ], + "type": "Polygon" + }, + "id": "570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0115203491583, + -11.776709808571608, + -77.00187889131944, + -11.76631912503131 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -77.00720490995799, + -11.76631912503131 + ] + ] + ], + "type": "Polygon" + }, + "id": "571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7763310644858, + -11.965861222759813, + -76.76669017252905, + -11.955479061362935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.77201948593907, + -11.955479061362935 + ] + ] + ], + "type": "Polygon" + }, + "id": "572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06730537663464, + -12.104698808685312, + -77.05765271998162, + -12.0943115161932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.0668003977631, + -12.102551802921132 + ], + [ + -77.06197398375704, + -12.104698808685312 + ], + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.06298406847603, + -12.0943115161932 + ] + ] + ], + "type": "Polygon" + }, + "id": "573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72071678193298, + -12.109692686894386, + -76.7110731138428, + -12.099314119618022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7164048153039, + -12.099314119618022 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.71538503114567, + -12.109692686894386 + ], + [ + -76.7110731138428, + -12.10664280586147 + ], + [ + -76.71158306871058, + -12.101453576887053 + ], + [ + -76.7164048153039, + -12.099314119618022 + ] + ] + ], + "type": "Polygon" + }, + "id": "574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98350674487027, + -12.206530034840162, + -76.97385319468727, + -12.196146414355544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.9791863234797, + -12.196146414355544 + ] + ] + ], + "type": "Polygon" + }, + "id": "575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01000455658203, + -11.792295524178872, + -77.00036267372973, + -11.781905088487271 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -77.00568895039962, + -11.781905088487271 + ] + ] + ], + "type": "Polygon" + }, + "id": "576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84862525335753, + -12.216748175954791, + -76.83897493732648, + -12.206368080071197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.84430835017822, + -12.206368080071197 + ] + ] + ], + "type": "Polygon" + }, + "id": "577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90576322729184, + -12.151663261328533, + -76.89611334223908, + -12.14128069011411 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.90144563967331, + -12.14128069011411 + ] + ] + ], + "type": "Polygon" + }, + "id": "578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0647739860184, + -11.703243263188346, + -77.05513335491436, + -11.692850306959631 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.06045810021853, + -11.692850306959631 + ] + ] + ], + "type": "Polygon" + }, + "id": "579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92857664468855, + -11.918010687302278, + -76.91893312893977, + -11.9076240164927 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.91893312893977, + -11.914963665671134 + ], + [ + -76.91943988522571, + -11.909770383692557 + ], + [ + -76.92426155681466, + -11.9076240164927 + ] + ] + ], + "type": "Polygon" + }, + "id": "580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92780792981293, + -11.878609779789487, + -76.91816560796273, + -11.868222566445608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92349338794651, + -11.868222566445608 + ], + [ + -76.92780792981293, + -11.871269301934595 + ], + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.91867231328982, + -11.870369404708052 + ], + [ + -76.92349338794651, + -11.868222566445608 + ] + ] + ], + "type": "Polygon" + }, + "id": "581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09369657513271, + -11.690330267466422, + -77.0840555966714, + -11.679936441601745 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.08938009031519, + -11.679936441601745 + ] + ] + ], + "type": "Polygon" + }, + "id": "582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89509841364945, + -12.166330772821986, + -76.88544837158926, + -12.155948700882378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.89078091951508, + -12.155948700882378 + ] + ] + ], + "type": "Polygon" + }, + "id": "583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03908082753003, + -12.062597604818881, + -77.02943014522748, + -12.052210353943371 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.03476083650062, + -12.052210353943371 + ] + ] + ], + "type": "Polygon" + }, + "id": "584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15624036907705, + -11.806599257644791, + -77.14659436472064, + -11.796205463676934 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.15192067455077, + -11.796205463676934 + ] + ] + ], + "type": "Polygon" + }, + "id": "585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73659657538226, + -12.370619269409174, + -76.7269446815054, + -12.360244589745774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.7322806869038, + -12.360244589745774 + ] + ] + ], + "type": "Polygon" + }, + "id": "586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97423524059491, + -11.82811758297728, + -76.96459321388559, + -11.817728516791046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96992011865227, + -11.817728516791046 + ] + ] + ], + "type": "Polygon" + }, + "id": "587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11758731460198, + -12.062445088841091, + -77.10793465029742, + -12.052055923039 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.11326523104402, + -12.052055923039 + ] + ] + ], + "type": "Polygon" + }, + "id": "588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79605910201941, + -12.23509945971754, + -76.78640964563486, + -12.224720988322822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.79174339044668, + -12.224720988322822 + ] + ] + ], + "type": "Polygon" + }, + "id": "589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9453548084534, + -12.029767770186096, + -76.93570752332758, + -12.019382329559145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.94103777645225, + -12.019382329559145 + ] + ] + ], + "type": "Polygon" + }, + "id": "590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99950550653982, + -12.184521713989865, + -76.98985220061994, + -12.174137344218932 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.995184948792, + -12.174137344218932 + ] + ] + ], + "type": "Polygon" + }, + "id": "591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95907975408434, + -12.078305730275021, + -76.94943066403395, + -12.067920689216223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.9547617037353, + -12.067920689216223 + ] + ] + ], + "type": "Polygon" + }, + "id": "592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1347783787973, + -11.647118099190985, + -77.12513765489705, + -11.636722728771629 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.1347783787973, + -11.639766380166261 + ], + [ + -77.13427505941549, + -11.644964117619487 + ], + [ + -77.12945461237578, + -11.647118099190985 + ], + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.13046137802279, + -11.636722728771629 + ] + ] + ], + "type": "Polygon" + }, + "id": "593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87986361705164, + -12.227711624302946, + -76.87021214463753, + -12.217330924231408 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.87554571690666, + -12.217330924231408 + ] + ] + ], + "type": "Polygon" + }, + "id": "594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9842491751532, + -12.15156236887516, + -76.97459724679794, + -12.141177849715385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97992946819966, + -12.141177849715385 + ] + ] + ], + "type": "Polygon" + }, + "id": "595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71682666787687, + -12.290063815344626, + -76.70717772156361, + -12.279688269106671 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.71251240095832, + -12.279688269106671 + ] + ] + ], + "type": "Polygon" + }, + "id": "596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91948518622011, + -12.200194919843542, + -76.90983349206942, + -12.189812783873554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.91516657847797, + -12.189812783873554 + ] + ] + ], + "type": "Polygon" + }, + "id": "597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97432850882998, + -12.111265688130784, + -76.96467803976492, + -12.100880780584237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.97000960727031, + -12.100880780584237 + ] + ] + ], + "type": "Polygon" + }, + "id": "598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94387950050866, + -12.234058741190108, + -76.93422615720593, + -12.223676549783528 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93955978024196, + -12.223676549783528 + ] + ] + ], + "type": "Polygon" + }, + "id": "599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7823113405589, + -12.37518932675426, + -76.77265806923968, + -12.36481356383266 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.77799413394604, + -12.36481356383266 + ] + ] + ], + "type": "Polygon" + }, + "id": "600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9956910438627, + -12.176281902191208, + -76.98603808224235, + -12.165897494389574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.99137069878411, + -12.165897494389574 + ] + ] + ], + "type": "Polygon" + }, + "id": "601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98569885707472, + -11.947232371665033, + -76.97605298546904, + -11.936844711617471 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.98138183853453, + -11.936844711617471 + ] + ] + ], + "type": "Polygon" + }, + "id": "602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0715520414432, + -11.585868166986149, + -77.06191472905478, + -11.575473564576143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06723753743655, + -11.575473564576143 + ], + [ + -77.0715520414432, + -11.578517430714935 + ], + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.06241896661656, + -11.577626964487658 + ], + [ + -77.06723753743655, + -11.575473564576143 + ] + ] + ], + "type": "Polygon" + }, + "id": "603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9994670427832, + -12.090154128278298, + -76.98981655427457, + -12.079768273226012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.99514774660766, + -12.079768273226012 + ] + ] + ], + "type": "Polygon" + }, + "id": "604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82958455723717, + -12.175551861835796, + -76.81993597916681, + -12.165171579233474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.82526872379941, + -12.165171579233474 + ] + ] + ], + "type": "Polygon" + }, + "id": "605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9468744283491, + -12.014189541188138, + -76.9372275681354, + -12.003803828760722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9425575631673, + -12.003803828760722 + ] + ] + ], + "type": "Polygon" + }, + "id": "606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843397644765, + -12.108653646372675, + -76.85878636052486, + -12.098271331137488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.86411797704574, + -12.098271331137488 + ] + ] + ], + "type": "Polygon" + }, + "id": "607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9392749592512, + -12.092076566642206, + -76.92962597423859, + -12.081692228681398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.93495725990805, + -12.081692228681398 + ] + ] + ], + "type": "Polygon" + }, + "id": "608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96355326530934, + -11.748402666250568, + -76.9539138884883, + -11.73801278326959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95923949306376, + -11.73801278326959 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.9539138884883, + -11.745356862062732 + ], + [ + -76.95441989066885, + -11.740161973905417 + ], + [ + -76.95923949306376, + -11.73801278326959 + ] + ] + ], + "type": "Polygon" + }, + "id": "609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79532731589619, + -12.101397691383978, + -76.78568186995076, + -12.091017101367468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.79101340919945, + -12.091017101367468 + ] + ] + ], + "type": "Polygon" + }, + "id": "610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13096473814126, + -11.638876727608634, + -77.1213243546115, + -11.628481345298022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12664794825186, + -11.628481345298022 + ], + [ + -77.13096473814126, + -11.631524985339984 + ], + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.12182784158261, + -11.630635361394946 + ], + [ + -77.12664794825186, + -11.628481345298022 + ] + ] + ], + "type": "Polygon" + }, + "id": "611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9788520244514, + -11.970153938076619, + -76.96920564668535, + -11.959766781970954 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.97453488444644, + -11.959766781970954 + ] + ] + ], + "type": "Polygon" + }, + "id": "612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89662078367436, + -12.150757593390928, + -76.88697116631901, + -12.140375235793684 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.89230345618219, + -12.140375235793684 + ] + ] + ], + "type": "Polygon" + }, + "id": "613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76944625961667, + -12.083102351650048, + -76.75980205835475, + -12.072722132657477 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.76513330676103, + -12.072722132657477 + ] + ] + ], + "type": "Polygon" + }, + "id": "614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66524324911991, + -11.970536862742463, + -76.65560525672947, + -11.960157599294511 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.66093467108166, + -11.960157599294511 + ] + ] + ], + "type": "Polygon" + }, + "id": "615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08771216940572, + -11.847112997863642, + -77.07806667515956, + -11.836721418375028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.08339375460321, + -11.836721418375028 + ] + ] + ], + "type": "Polygon" + }, + "id": "616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03453249851073, + -12.109337950597192, + -77.02488053791635, + -12.098951531766836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.03021200510881, + -12.098951531766836 + ] + ] + ], + "type": "Polygon" + }, + "id": "617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1340622183934, + -11.702136642147526, + -77.12441987578273, + -11.69174199311196 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12974450377133, + -11.69174199311196 + ] + ] + ], + "type": "Polygon" + }, + "id": "618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89049721976161, + -11.741220934331047, + -76.88085996834661, + -11.730832765881248 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88618551872868, + -11.730832765881248 + ], + [ + -76.89049721976161, + -11.733879083200115 + ], + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88085996834661, + -11.73817452953788 + ], + [ + -76.88136697940755, + -11.73298049914769 + ], + [ + -76.88618551872868, + -11.730832765881248 + ] + ] + ], + "type": "Polygon" + }, + "id": "619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94759922629162, + -11.864827848233212, + -76.93795679821314, + -11.854439950631575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.9422716451797, + -11.864827848233212 + ], + [ + -76.93795679821314, + -11.86178127600612 + ], + [ + -76.93846320542096, + -11.856587380548063 + ], + [ + -76.94328433330075, + -11.854439950631575 + ] + ] + ], + "type": "Polygon" + }, + "id": "620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06421791070956, + -12.041473687002236, + -77.05456721854584, + -12.031085500583696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05989752939782, + -12.031085500583696 + ] + ] + ], + "type": "Polygon" + }, + "id": "621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85395858924355, + -12.209417234875106, + -76.84430835017822, + -12.199036885924063 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84964163860559, + -12.199036885924063 + ] + ] + ], + "type": "Polygon" + }, + "id": "622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78238607246581, + -12.092250127906045, + -76.77274124840952, + -12.081869722917356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.77807264250916, + -12.081869722917356 + ] + ] + ], + "type": "Polygon" + }, + "id": "623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11290574944417, + -11.920386373809967, + -77.10325743807408, + -11.909995218323894 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.10858568677676, + -11.909995218323894 + ] + ] + ], + "type": "Polygon" + }, + "id": "624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05961703923029, + -11.993827505026907, + -77.049967884715, + -11.983438717104802 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.05529741689203, + -11.983438717104802 + ] + ] + ], + "type": "Polygon" + }, + "id": "625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89660391752497, + -11.962042280066823, + -76.88695992907185, + -11.951657043408204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89228910868462, + -11.951657043408204 + ], + [ + -76.89660391752497, + -11.954704495112583 + ], + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.88746720093108, + -11.953802177718293 + ], + [ + -76.89228910868462, + -11.951657043408204 + ] + ] + ], + "type": "Polygon" + }, + "id": "626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89506647460556, + -11.78886524555367, + -76.88542768477676, + -11.778477602700848 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.89075401522645, + -11.778477602700848 + ] + ] + ], + "type": "Polygon" + }, + "id": "627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03585244387004, + -11.716151685168791, + -77.02621216501718, + -11.705759602327092 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.03153715924657, + -11.705759602327092 + ] + ] + ], + "type": "Polygon" + }, + "id": "628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05496297697592, + -11.851773083884977, + -77.04531817382107, + -11.841382366424643 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.05064537397958, + -11.841382366424643 + ] + ] + ], + "type": "Polygon" + }, + "id": "629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76252596736181, + -12.294629791008557, + -76.75287563912444, + -12.284253157399705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.75821038077967, + -12.284253157399705 + ] + ] + ], + "type": "Polygon" + }, + "id": "630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10310836092265, + -12.068890142740551, + -77.09345586806927, + -12.058501426678504 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.09878657641802, + -12.058501426678504 + ] + ] + ], + "type": "Polygon" + }, + "id": "631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06107526975543, + -11.883840454769146, + -77.05142935606118, + -11.873450038304345 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.0567570758399, + -11.873450038304345 + ] + ] + ], + "type": "Polygon" + }, + "id": "632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09534109237974, + -11.863594900628346, + -77.08569491479025, + -11.853203365824285 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.09102225459151, + -11.853203365824285 + ] + ] + ], + "type": "Polygon" + }, + "id": "633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05569267186627, + -11.79677258982838, + -77.04604948791129, + -11.786381097758847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.05137578252155, + -11.786381097758847 + ] + ] + ], + "type": "Polygon" + }, + "id": "634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83719116786196, + -12.286353706780103, + -76.8275390777118, + -12.27597504688099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.83287364666376, + -12.27597504688099 + ] + ] + ], + "type": "Polygon" + }, + "id": "635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95367341169913, + -11.802497918528164, + -76.9440326814956, + -11.792109008108893 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.94935918532377, + -11.792109008108893 + ] + ] + ], + "type": "Polygon" + }, + "id": "636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98958131530397, + -12.144225434269872, + -76.97992946819966, + -12.133840667526744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.98526156284582, + -12.133840667526744 + ] + ] + ], + "type": "Polygon" + }, + "id": "637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72906611560978, + -12.16554423133685, + -76.7194205526937, + -12.155166333973076 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.72475317360235, + -12.155166333973076 + ] + ] + ], + "type": "Polygon" + }, + "id": "638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07917350192574, + -11.602350598358361, + -77.06953550662871, + -11.591956013660715 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.07485857535681, + -11.591956013660715 + ] + ] + ], + "type": "Polygon" + }, + "id": "639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94310812165703, + -12.194671991537737, + -76.93345597461803, + -12.184289179371056 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.93878894853788, + -12.184289179371056 + ] + ] + ], + "type": "Polygon" + }, + "id": "640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82043072622257, + -12.268965671218295, + -76.81077960372771, + -12.258587143650441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.81611389523556, + -12.258587143650441 + ] + ] + ], + "type": "Polygon" + }, + "id": "641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04958268675118, + -11.764703356330509, + -77.03994061290051, + -11.754311580797006 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.04526638806011, + -11.754311580797006 + ] + ] + ], + "type": "Polygon" + }, + "id": "642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99865085317322, + -11.95637219692529, + -76.98900437503764, + -11.945984351361357 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.99433336443455, + -11.945984351361357 + ] + ] + ], + "type": "Polygon" + }, + "id": "643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73067537982008, + -11.961326907034463, + -76.72103586337181, + -11.95094583695424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.72636511672968, + -11.95094583695424 + ] + ] + ], + "type": "Polygon" + }, + "id": "644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03516844697633, + -11.865566208576949, + -77.02552373759718, + -11.85517616744778 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.03085118963048, + -11.85517616744778 + ] + ] + ], + "type": "Polygon" + }, + "id": "645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7069460277417, + -12.24978461168513, + -76.69729855539758, + -12.239408647606211 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.7026325715544, + -12.239408647606211 + ] + ] + ], + "type": "Polygon" + }, + "id": "646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80905854201345, + -11.96124417825265, + -76.79941690587268, + -11.950861122975127 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.80474612857006, + -11.950861122975127 + ] + ] + ], + "type": "Polygon" + }, + "id": "647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80672631735953, + -12.220441635878345, + -76.79707701174387, + -12.210062655199982 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.80241050943825, + -12.210062655199982 + ] + ] + ], + "type": "Polygon" + }, + "id": "648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78008292588275, + -12.16276777892274, + -76.77043605989522, + -12.152388541455363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.77576861808238, + -12.152388541455363 + ] + ] + ], + "type": "Polygon" + }, + "id": "649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68254529417429, + -12.310206151956507, + -76.67289668829476, + -12.299831822323162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.67823170584796, + -12.299831822323162 + ] + ] + ], + "type": "Polygon" + }, + "id": "650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71700259843104, + -11.912797111311136, + -76.70736490171416, + -11.90241568365763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.71269335871132, + -11.90241568365763 + ] + ] + ], + "type": "Polygon" + }, + "id": "651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11744152919867, + -11.873624814276466, + -77.10779449724858, + -11.863232884577629 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.11312196979395, + -11.863232884577629 + ] + ] + ], + "type": "Polygon" + }, + "id": "652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7503270854496, + -12.324845179521553, + -76.7406761857094, + -12.314469366195883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.74601143063515, + -12.314469366195883 + ] + ] + ], + "type": "Polygon" + }, + "id": "653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02161640770376, + -12.194567408757866, + -77.0119622336788, + -12.184182656558736 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.01729512186552, + -12.184182656558736 + ] + ] + ], + "type": "Polygon" + }, + "id": "654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80981262102775, + -12.00063198063219, + -76.80016979062655, + -11.990249489255966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.80549966186396, + -11.990249489255966 + ] + ] + ], + "type": "Polygon" + }, + "id": "655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16982281783459, + -11.66626929609761, + -77.16018065271184, + -11.655873325769475 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16550463429587, + -11.655873325769475 + ], + [ + -77.16982281783459, + -11.65891676977248 + ], + [ + -77.16931996092957, + -11.66411480692549 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.16068363664367, + -11.658027831960283 + ], + [ + -77.16550463429587, + -11.655873325769475 + ] + ] + ], + "type": "Polygon" + }, + "id": "656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82880489833192, + -12.324816443408068, + -76.81915188299438, + -12.314438642530158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.82448709209099, + -12.314438642530158 + ] + ] + ], + "type": "Polygon" + }, + "id": "657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73204545287253, + -12.323017754568626, + -76.72239510585237, + -12.312642375882966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.72773032596008, + -12.312642375882966 + ] + ] + ], + "type": "Polygon" + }, + "id": "658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76411496258548, + -12.090433016367323, + -76.75447068710533, + -12.080053045945451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75980205835475, + -12.080053045945451 + ] + ] + ], + "type": "Polygon" + }, + "id": "659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1226945347792, + -11.771850191739151, + -77.1130504018353, + -11.761456736885556 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.11837619284421, + -11.761456736885556 + ] + ] + ], + "type": "Polygon" + }, + "id": "660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9309208122888, + -12.224913369885968, + -76.92126808056015, + -12.214531350877913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.9266015646833, + -12.214531350877913 + ] + ] + ], + "type": "Polygon" + }, + "id": "661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85320696922011, + -11.98134242596479, + -76.84356355428717, + -11.970958557760294 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.84889308279504, + -11.970958557760294 + ] + ] + ], + "type": "Polygon" + }, + "id": "662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81662262657036, + -12.26072671361088, + -76.80697185223735, + -12.250348145395057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.81230600978529, + -12.250348145395057 + ] + ] + ], + "type": "Polygon" + }, + "id": "663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18136163996346, + -11.785440757500995, + -77.17171564307341, + -11.775046073121723 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17704156339822, + -11.775046073121723 + ], + [ + -77.18136163996346, + -11.7780900403701 + ], + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.17704156339822, + -11.775046073121723 + ] + ] + ], + "type": "Polygon" + }, + "id": "664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0990884385223, + -11.77741317992926, + -77.08944473277471, + -11.767020371141502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.09477064994795, + -11.767020371141502 + ] + ] + ], + "type": "Polygon" + }, + "id": "665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01168826709171, + -12.15427046078302, + -77.00203555085251, + -12.143885308646023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -77.00736778620349, + -12.143885308646023 + ] + ] + ], + "type": "Polygon" + }, + "id": "666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73663483954365, + -12.276326966056654, + -76.72698576225197, + -12.265950684808368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.73232020991215, + -12.265950684808368 + ] + ] + ], + "type": "Polygon" + }, + "id": "667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12356194740411, + -11.905694292215259, + -77.11391380665061, + -11.895302668548025 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.11924179760814, + -11.895302668548025 + ] + ] + ], + "type": "Polygon" + }, + "id": "668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02915386355019, + -12.02229555629483, + -77.01950463695877, + -12.01190793830237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.02483467650607, + -12.01190793830237 + ] + ] + ], + "type": "Polygon" + }, + "id": "669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83261425650907, + -12.333055197896924, + -76.8229608931213, + -12.322677441042922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.83261425650907, + -12.325727287241012 + ], + [ + -76.83210563445698, + -12.330916219369074 + ], + [ + -76.82727886575333, + -12.333055197896924 + ], + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.8282962360775, + -12.322677441042922 + ] + ] + ], + "type": "Polygon" + }, + "id": "670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68027448052584, + -12.286406188787671, + -76.6706266483177, + -12.276031516933502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.6759612729454, + -12.276031516933502 + ] + ] + ], + "type": "Polygon" + }, + "id": "671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7922964233316, + -12.038204473562784, + -76.78265294383284, + -12.027822989254476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.7879834426213, + -12.027822989254476 + ] + ] + ], + "type": "Polygon" + }, + "id": "672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300475795698, + -12.156278496508195, + -76.8633555997153, + -12.145896816667843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.86868799841501, + -12.145896816667843 + ] + ] + ], + "type": "Polygon" + }, + "id": "673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15003545735185, + -11.68008363018671, + -77.14039337258488, + -11.669688311898362 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.14571761323529, + -11.669688311898362 + ] + ] + ], + "type": "Polygon" + }, + "id": "674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69474648805888, + -12.279997071646342, + -76.68509844854208, + -12.269621921614709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.69043296559563, + -12.269621921614709 + ] + ] + ], + "type": "Polygon" + }, + "id": "675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68175213774317, + -12.3651262466463, + -76.67210191251787, + -12.35475287511925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67743783764753, + -12.35475287511925 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.67210191251787, + -12.362074758182251 + ], + [ + -76.67261281282384, + -12.356888127116118 + ], + [ + -76.67743783764753, + -12.35475287511925 + ] + ] + ], + "type": "Polygon" + }, + "id": "676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10743757255847, + -11.738885439965925, + -77.09779480351308, + -11.728491915268664 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.1031200753195, + -11.728491915268664 + ] + ] + ], + "type": "Polygon" + }, + "id": "677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7146424771161, + -12.077646443909943, + -76.70499993124628, + -12.067267533900678 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.71033110546662, + -12.067267533900678 + ] + ] + ], + "type": "Polygon" + }, + "id": "678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05815782581969, + -12.103798955883342, + -77.04850542831755, + -12.093411872797482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.05383677411936, + -12.093411872797482 + ] + ] + ], + "type": "Polygon" + }, + "id": "679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80899005309979, + -12.338559619462862, + -76.7993371580894, + -12.328182552286924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.80467260501345, + -12.328182552286924 + ] + ] + ], + "type": "Polygon" + }, + "id": "680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08922495112633, + -11.831525565372113, + -77.07957988290458, + -11.821133733279856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.08490670385082, + -11.821133733279856 + ] + ] + ], + "type": "Polygon" + }, + "id": "681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99017962292017, + -11.7116786809551, + -76.98054064971193, + -11.701287658540037 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.98586562302299, + -11.701287658540037 + ] + ] + ], + "type": "Polygon" + }, + "id": "682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82654584203155, + -12.11236014994153, + -76.8168992310733, + -12.10197894382428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.82223093511791, + -12.10197894382428 + ] + ] + ], + "type": "Polygon" + }, + "id": "683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96129034524819, + -11.818979096705444, + -76.95164892636778, + -11.808590223904963 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.95697569386753, + -11.808590223904963 + ] + ] + ], + "type": "Polygon" + }, + "id": "684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73674949813784, + -11.993377084004912, + -76.72710886074721, + -11.982996333531698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.73243864064494, + -11.982996333531698 + ] + ] + ], + "type": "Polygon" + }, + "id": "685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8707183093753, + -12.038117136887646, + -76.86107273689433, + -12.027733680286627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.86640318907013, + -12.027733680286627 + ] + ] + ], + "type": "Polygon" + }, + "id": "686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91256467981681, + -11.751258417073567, + -76.90292654903243, + -11.740869833613928 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.90825224698558, + -11.740869833613928 + ] + ] + ], + "type": "Polygon" + }, + "id": "687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01242587178675, + -12.09929568192872, + -77.00277477721802, + -12.088909649641453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -77.00810610541329, + -12.088909649641453 + ] + ] + ], + "type": "Polygon" + }, + "id": "688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98347294893264, + -12.112168261990607, + -76.97382221630671, + -12.101783142791598 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.9791537890363, + -12.101783142791598 + ] + ] + ], + "type": "Polygon" + }, + "id": "689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04571922389995, + -11.662037862305638, + -77.03608030307365, + -11.6516448401383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.03608030307365, + -11.658993256421143 + ], + [ + -77.03658502101985, + -11.653796798184716 + ], + [ + -77.04140439588559, + -11.6516448401383 + ] + ] + ], + "type": "Polygon" + }, + "id": "690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77025253393242, + -11.933808517940161, + -76.7606127615626, + -11.923426042042088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.76594154931739, + -11.923426042042088 + ] + ] + ], + "type": "Polygon" + }, + "id": "691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92100669287933, + -12.184621643584652, + -76.91135542379749, + -12.174239218827926 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.91668825196875, + -12.174239218827926 + ] + ] + ], + "type": "Polygon" + }, + "id": "692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11125143528596, + -11.74712662717159, + -77.10160832517377, + -11.736733119250562 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.1069337268433, + -11.736733119250562 + ] + ] + ], + "type": "Polygon" + }, + "id": "693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77322275635491, + -12.185665272730313, + -76.76357539239913, + -12.175286575987258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.76890833116397, + -12.175286575987258 + ] + ] + ], + "type": "Polygon" + }, + "id": "694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03140402821164, + -11.951726594514492, + -77.02175684788978, + -11.941337877422388 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.02708572257816, + -11.941337877422388 + ] + ] + ], + "type": "Polygon" + }, + "id": "695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1204647000944, + -11.842448515412318, + -77.11081852096974, + -11.832056077324378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.1161454761648, + -11.832056077324378 + ] + ] + ], + "type": "Polygon" + }, + "id": "696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91034081788553, + -12.199288827829646, + -76.90068939079384, + -12.188906904935228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.9060224700432, + -12.188906904935228 + ] + ] + ], + "type": "Polygon" + }, + "id": "697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90881879471397, + -12.21486134938242, + -76.89916694263513, + -12.204479716804844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.90450028009249, + -12.204479716804844 + ] + ] + ], + "type": "Polygon" + }, + "id": "698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00090693176384, + -11.885801888500083, + -76.99126249832798, + -11.875412972455424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.99659032355171, + -11.875412972455424 + ] + ] + ], + "type": "Polygon" + }, + "id": "699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06646087925387, + -11.970901237716319, + -77.05681223444505, + -11.960511944500306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.06214138005943, + -11.960511944500306 + ] + ] + ], + "type": "Polygon" + }, + "id": "700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78539139230794, + -12.249755924805672, + -76.7757417858199, + -12.239377964457887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.78107577739654, + -12.239377964457887 + ] + ] + ], + "type": "Polygon" + }, + "id": "701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71914391245316, + -12.219568792434387, + -76.70949700809119, + -12.209192020662483 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.71483052295454, + -12.209192020662483 + ] + ] + ], + "type": "Polygon" + }, + "id": "702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82047208850095, + -11.985963531813256, + -76.81082940952432, + -11.975580553874062 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.81615903351965, + -11.975580553874062 + ] + ] + ], + "type": "Polygon" + }, + "id": "703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0426404540472, + -11.598785815673589, + -77.03300349251437, + -11.588392075614566 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03832655028705, + -11.588392075614566 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.03300349251437, + -11.595741536946761 + ], + [ + -77.0335081550505, + -11.590544719837856 + ], + [ + -77.03832655028705, + -11.588392075614566 + ] + ] + ], + "type": "Polygon" + }, + "id": "704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93315471513476, + -11.965650091317455, + -76.92350965999657, + -11.95526399906445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.92883886820782, + -11.95526399906445 + ] + ] + ], + "type": "Polygon" + }, + "id": "705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8364603607589, + -11.96395839145334, + -76.82681791016364, + -11.953574686989134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.83214716263649, + -11.953574686989134 + ] + ] + ], + "type": "Polygon" + }, + "id": "706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08323587696303, + -11.988279837439839, + -77.07358628928134, + -11.977890391762607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.07891569820038, + -11.977890391762607 + ] + ] + ], + "type": "Polygon" + }, + "id": "707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9171954459906, + -12.176382070232359, + -76.90754452282498, + -12.165999608178021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.91287721837398, + -12.165999608178021 + ] + ] + ], + "type": "Polygon" + }, + "id": "708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04582305800218, + -11.850877213990001, + -77.03617851423998, + -11.840486707136774 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.04150571133813, + -11.840486707136774 + ] + ] + ], + "type": "Polygon" + }, + "id": "709", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79986605015544, + -12.243338439413659, + -76.79021624524314, + -12.2329600071697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.7955501242525, + -12.2329600071697 + ] + ] + ], + "type": "Polygon" + }, + "id": "710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10520477507204, + -11.80948423695346, + -77.09555996062505, + -11.799091714693501 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.1008863962782, + -11.799091714693501 + ] + ] + ], + "type": "Polygon" + }, + "id": "711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16911246571901, + -11.72129061060097, + -77.15946868125457, + -11.71089536775018 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.16479356787195, + -11.71089536775018 + ] + ] + ], + "type": "Polygon" + }, + "id": "712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9270913484024, + -12.122324233772526, + -76.9174417793579, + -12.111940669312599 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.92277357475366, + -12.111940669312599 + ] + ] + ], + "type": "Polygon" + }, + "id": "713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05047292528558, + -11.992929321862828, + -77.0408240301468, + -11.982540743937543 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0461535594011, + -11.982540743937543 + ] + ] + ], + "type": "Polygon" + }, + "id": "714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03580344010224, + -11.621725047029958, + -77.02616597105369, + -11.611331758434089 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.03148941396958, + -11.611331758434089 + ] + ] + ], + "type": "Polygon" + }, + "id": "715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76863924315116, + -12.232367006908358, + -76.7589906089295, + -12.221989185115637 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.76432432025864, + -12.221989185115637 + ] + ] + ], + "type": "Polygon" + }, + "id": "716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8189473063011, + -12.001537661236243, + -76.80930420391269, + -11.991154953371574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.81463408533007, + -11.991154953371574 + ] + ] + ], + "type": "Polygon" + }, + "id": "717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79984624463256, + -12.337647639508043, + -76.79019362269887, + -12.327270787897998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.7955290591208, + -12.327270787897998 + ] + ] + ], + "type": "Polygon" + }, + "id": "718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0837720511437, + -11.65001582915465, + -77.07413252228173, + -11.639621728793486 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.07945636750061, + -11.639621728793486 + ] + ] + ], + "type": "Polygon" + }, + "id": "719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87224242036379, + -12.116893272673325, + -76.86259445766846, + -12.10651099082839 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.86792620737084, + -12.10651099082839 + ] + ] + ], + "type": "Polygon" + }, + "id": "720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97126030148553, + -12.048051888927668, + -76.96161179770283, + -12.037666084277967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.96694232653657, + -12.037666084277967 + ] + ] + ], + "type": "Polygon" + }, + "id": "721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92558728180057, + -12.232246626454858, + -76.91593447064854, + -12.221864859892118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.92126808056015, + -12.221864859892118 + ] + ] + ], + "type": "Polygon" + }, + "id": "722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88442821872377, + -12.086651048436398, + -76.87478083593244, + -12.076267991747223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.88011207812238, + -12.076267991747223 + ] + ] + ], + "type": "Polygon" + }, + "id": "723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13429540238576, + -11.98541767670714, + -77.12464461701562, + -11.975026950456446 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12997390367332, + -11.975026950456446 + ], + [ + -77.13429540238576, + -11.978072346637527 + ], + [ + -77.13379155028986, + -11.983267761725736 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.12997390367332, + -11.975026950456446 + ] + ] + ], + "type": "Polygon" + }, + "id": "724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02074606171132, + -11.966410704644337, + -77.01109871658657, + -11.956022463388656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.01642784586336, + -11.956022463388656 + ] + ] + ], + "type": "Polygon" + }, + "id": "725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03296787747006, + -12.030535934962174, + -77.02331830759675, + -12.02014834746796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.02864847822599, + -12.02014834746796 + ] + ] + ], + "type": "Polygon" + }, + "id": "726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97888445684347, + -12.06453213951262, + -76.96923526406209, + -12.054146397852861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.97456605652364, + -12.054146397852861 + ] + ] + ], + "type": "Polygon" + }, + "id": "727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15775007507085, + -11.791008504578148, + -77.1481044973933, + -11.780614462581973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.15343054845894, + -11.780614462581973 + ] + ] + ], + "type": "Polygon" + }, + "id": "728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14336214705776, + -11.891894811569372, + -77.13371392276309, + -11.881502513431343 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.13904165601942, + -11.881502513431343 + ] + ] + ], + "type": "Polygon" + }, + "id": "729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05339449995601, + -11.772944322621605, + -77.0437520837903, + -11.762552564639291 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.04907798956528, + -11.762552564639291 + ] + ] + ], + "type": "Polygon" + }, + "id": "730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74133361801815, + -11.946662292753619, + -76.73169424792931, + -11.936280737043877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.73702325688276, + -11.936280737043877 + ] + ] + ], + "type": "Polygon" + }, + "id": "731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69721748959954, + -11.926553642477728, + -76.68757992583494, + -11.91617291788502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.69290861276764, + -11.91617291788502 + ] + ] + ], + "type": "Polygon" + }, + "id": "732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78393724628965, + -11.982340534285681, + -76.77429565769137, + -11.97195842385183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77962523950438, + -11.97195842385183 + ] + ] + ], + "type": "Polygon" + }, + "id": "733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97965999542038, + -12.103928265898874, + -76.97000960727031, + -12.093543112506309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.97534104822586, + -12.093543112506309 + ] + ] + ], + "type": "Polygon" + }, + "id": "734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97119990651262, + -11.859283766878656, + -76.96155703031775, + -11.848895208709763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.96688445096302, + -11.848895208709763 + ] + ] + ], + "type": "Polygon" + }, + "id": "735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97804472388628, + -11.836358202470539, + -76.9684023531763, + -11.825969156365021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.97372938956097, + -11.825969156365021 + ] + ] + ], + "type": "Polygon" + }, + "id": "736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10966941706714, + -11.668280609394783, + -77.10002869258531, + -11.657886113805892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.10535280103704, + -11.657886113805892 + ] + ] + ], + "type": "Polygon" + }, + "id": "737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14868979413514, + -11.884547366695656, + -77.13904165601942, + -11.87415483614358 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.14436925993621, + -11.87415483614358 + ] + ] + ], + "type": "Polygon" + }, + "id": "738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09540751006311, + -11.958007439415958, + -77.08575851760808, + -11.947617253012801 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.09108741098423, + -11.947617253012801 + ] + ] + ], + "type": "Polygon" + }, + "id": "739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00557697387555, + -12.122212640675958, + -76.99592537152029, + -12.111827133837776 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -77.00125708537293, + -12.111827133837776 + ] + ] + ], + "type": "Polygon" + }, + "id": "740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12737842966976, + -11.91393523434845, + -77.11772994783145, + -11.90354363612122 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.12305806858168, + -11.90354363612122 + ] + ] + ], + "type": "Polygon" + }, + "id": "741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94460616513058, + -12.0847399451116, + -76.93495725990805, + -12.074355361595908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.94028841965778, + -12.074355361595908 + ] + ] + ], + "type": "Polygon" + }, + "id": "742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07318404050496, + -11.759144313587951, + -77.0635415327296, + -11.748751888933759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.06886718558641, + -11.748751888933759 + ] + ] + ], + "type": "Polygon" + }, + "id": "743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80904143476829, + -12.055590518038148, + -76.7993969863731, + -12.045208875795424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.80472776376529, + -12.045208875795424 + ] + ] + ], + "type": "Polygon" + }, + "id": "744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90575212424837, + -12.057309607791785, + -76.89610505462356, + -12.046925568689364 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.90143579647474, + -12.046925568689364 + ] + ] + ], + "type": "Polygon" + }, + "id": "745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73816435990518, + -12.26076246963394, + -76.72851570580964, + -12.250385890612547 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.73384989602157, + -12.250385890612547 + ] + ] + ], + "type": "Polygon" + }, + "id": "746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06713074723143, + -11.821495402669278, + -77.0574865366895, + -11.811103969703382 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.06281322286723, + -11.811103969703382 + ] + ] + ], + "type": "Polygon" + }, + "id": "747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05793572698686, + -11.72618012561161, + -77.0482945870903, + -11.715787635565595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.0536197182811, + -11.715787635565595 + ] + ] + ], + "type": "Polygon" + }, + "id": "748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9651275972511, + -11.921611506752752, + -76.95548302179871, + -11.911223983208405 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.96081147440974, + -11.911223983208405 + ] + ] + ], + "type": "Polygon" + }, + "id": "749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94000341637921, + -11.94273157530135, + -76.93035886542148, + -11.932344978572196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93035886542148, + -11.939684528594263 + ], + [ + -76.93086550073481, + -11.934491283557275 + ], + [ + -76.93568768997372, + -11.932344978572196 + ] + ] + ], + "type": "Polygon" + }, + "id": "750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05406994786475, + -11.62350915482596, + -77.04443196019218, + -11.613115443187354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04975540954844, + -11.613115443187354 + ] + ] + ], + "type": "Polygon" + }, + "id": "751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97665432675743, + -12.229440164099136, + -76.9670002696966, + -12.21905708545244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.9761478817324, + -12.227296694785055 + ], + [ + -76.9713207669883, + -12.229440164099136 + ], + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.97233378375245, + -12.21905708545244 + ] + ] + ], + "type": "Polygon" + }, + "id": "752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02226221819163, + -11.950828276420859, + -77.01261529865783, + -11.940439770235475 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.0179441695731, + -11.940439770235475 + ] + ] + ], + "type": "Polygon" + }, + "id": "753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01753847639644, + -11.619939918333053, + -77.00790152787737, + -11.60954705378559 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01322496325302, + -11.60954705378559 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.01221499606146, + -11.619939918333053 + ], + [ + -77.00790152787737, + -11.616895301616642 + ], + [ + -77.00840657466362, + -11.611698922416727 + ], + [ + -77.01322496325302, + -11.60954705378559 + ] + ] + ], + "type": "Polygon" + }, + "id": "754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05788028319404, + -11.631750283589346, + -77.04824195359704, + -11.621356582336988 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.05356553339821, + -11.621356582336988 + ] + ] + ], + "type": "Polygon" + }, + "id": "755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03903082911609, + -11.968207709708224, + -77.02938296268381, + -11.957819046914711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.03471209932327, + -11.957819046914711 + ] + ] + ], + "type": "Polygon" + }, + "id": "756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02763766198758, + -12.037876643498095, + -77.0179880095401, + -12.027489297419951 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.02331830759675, + -12.027489297419951 + ] + ] + ], + "type": "Polygon" + }, + "id": "757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74058821515908, + -11.9072774618615, + -76.7309500387754, + -11.896895355120149 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.73627839922963, + -11.896895355120149 + ] + ] + ], + "type": "Polygon" + }, + "id": "758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72224617812658, + -12.09412476548967, + -76.71260293261496, + -12.083745916681321 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.71691468446878, + -12.09412476548967 + ], + [ + -76.71260293261496, + -12.091074978004208 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.71793437697306, + -12.083745916681321 + ] + ] + ], + "type": "Polygon" + }, + "id": "759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16467195798772, + -11.86250312602307, + -77.15502407940164, + -11.852109900898498 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.16467195798772, + -11.855154411827664 + ], + [ + -77.16416872402861, + -11.860351076250351 + ], + [ + -77.15934469968751, + -11.86250312602307 + ], + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.16035129477551, + -11.852109900898498 + ] + ] + ], + "type": "Polygon" + }, + "id": "760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74353471388801, + -12.15912715756892, + -76.73388894791663, + -12.148748789486985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.73922145900409, + -12.148748789486985 + ] + ] + ], + "type": "Polygon" + }, + "id": "761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89966511229073, + -12.119609952544312, + -76.89001634427386, + -12.109227028265185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.89534811806374, + -12.109227028265185 + ] + ] + ], + "type": "Polygon" + }, + "id": "762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10434526495581, + -11.67563080594488, + -77.09470445564892, + -11.665236533151518 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.10002869258531, + -11.665236533151518 + ] + ] + ], + "type": "Polygon" + }, + "id": "763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0290126596613, + -11.739086033294592, + -77.01937187321646, + -11.728694419285759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.02469725271611, + -11.728694419285759 + ] + ] + ], + "type": "Polygon" + }, + "id": "764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85701328745988, + -11.989582329185607, + -76.84736952571527, + -11.97919848774193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.8526991874915, + -11.97919848774193 + ] + ] + ], + "type": "Polygon" + }, + "id": "765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68788024000483, + -12.302882959221018, + -76.67823170584796, + -12.292508369177517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.68356660182577, + -12.292508369177517 + ] + ] + ], + "type": "Polygon" + }, + "id": "766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7031908583379, + -12.147243347496211, + -76.69354655022664, + -12.136865818982148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.69354655022664, + -12.144193117241377 + ], + [ + -76.69405680802531, + -12.139004407732928 + ], + [ + -76.69887887451951, + -12.136865818982148 + ] + ] + ], + "type": "Polygon" + }, + "id": "767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7404769462645, + -12.190261109120701, + -76.7308303342874, + -12.179883318071274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.73616336001857, + -12.179883318071274 + ] + ] + ], + "type": "Polygon" + }, + "id": "768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91870205350978, + -12.06645327486148, + -76.90905437110939, + -12.056069053318232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.91438525280623, + -12.056069053318232 + ] + ] + ], + "type": "Polygon" + }, + "id": "769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0337016477272, + -11.975549859064076, + -77.02405369855968, + -11.965161434615531 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02938296268381, + -11.965161434615531 + ] + ] + ], + "type": "Polygon" + }, + "id": "770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7892438729184, + -12.069347822969608, + -76.77959954693806, + -12.058966891106873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.78493056047319, + -12.058966891106873 + ] + ] + ], + "type": "Polygon" + }, + "id": "771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09086776301875, + -12.004761083949083, + -77.08121749121246, + -11.994371697273364 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.08654716082968, + -11.994371697273364 + ] + ] + ], + "type": "Polygon" + }, + "id": "772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81813426028664, + -12.339471328221672, + -76.80848109267662, + -12.329094045729562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.81762542602088, + -12.33733275236713 + ], + [ + -76.81279875512843, + -12.339471328221672 + ], + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.81381654982685, + -12.329094045729562 + ] + ] + ], + "type": "Polygon" + }, + "id": "773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72294749233089, + -12.227807556198803, + -76.7133002379026, + -12.21743082206727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.71863388791743, + -12.21743082206727 + ] + ] + ], + "type": "Polygon" + }, + "id": "774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00390030226055, + -11.760228166345442, + -76.99425953085358, + -11.749837448559255 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99958528715631, + -11.749837448559255 + ] + ] + ], + "type": "Polygon" + }, + "id": "775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9865096247384, + -12.081012345371532, + -76.97685974320218, + -12.07062666852481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.98219079912576, + -12.07062666852481 + ] + ] + ], + "type": "Polygon" + }, + "id": "776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376551542411, + -12.101319779552716, + -76.86411797704574, + -12.090937216724063 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86944946887758, + -12.090937216724063 + ] + ] + ], + "type": "Polygon" + }, + "id": "777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17985295567013, + -11.801032475077907, + -77.17020653185443, + -11.79063803797847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17985295567013, + -11.793682098902908 + ], + [ + -77.17935003062777, + -11.798879369261241 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.17553271104865, + -11.79063803797847 + ] + ] + ], + "type": "Polygon" + }, + "id": "778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67493980594223, + -12.293729473230442, + -76.66529190226078, + -12.28335506114108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.6706266483177, + -12.28335506114108 + ] + ] + ], + "type": "Polygon" + }, + "id": "779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98273047947357, + -12.167138791455821, + -76.97307812542513, + -12.156754557309089 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.97841060532278, + -12.156754557309089 + ] + ] + ], + "type": "Polygon" + }, + "id": "780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94844101561416, + -12.18733735045547, + -76.93878894853788, + -12.176954287933816 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.9441217963908, + -12.176954287933816 + ] + ] + ], + "type": "Polygon" + }, + "id": "781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11650420523074, + -11.645337967358513, + -77.10686399157734, + -11.63494301543099 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.11218771312444, + -11.63494301543099 + ] + ] + ], + "type": "Polygon" + }, + "id": "782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08909581220408, + -11.642665846253342, + -77.07945636750061, + -11.632271523952147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.08478008461495, + -11.632271523952147 + ] + ] + ], + "type": "Polygon" + }, + "id": "783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83110971505863, + -12.1599813660487, + -76.82146156097654, + -12.149600796340655 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.82679404785692, + -12.149600796340655 + ] + ] + ], + "type": "Polygon" + }, + "id": "784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72749575872707, + -12.275413828017038, + -76.71784695818974, + -12.265037764507003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.7231813931696, + -12.265037764507003 + ] + ] + ], + "type": "Polygon" + }, + "id": "785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78536736128238, + -12.344061423953447, + -76.77571493789083, + -12.333685048364634 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.78105048694462, + -12.333685048364634 + ] + ] + ], + "type": "Polygon" + }, + "id": "786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89280361413988, + -12.048165721982786, + -76.88315715819965, + -12.037781866290707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.8884877596593, + -12.037781866290707 + ] + ] + ], + "type": "Polygon" + }, + "id": "787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98499135529495, + -12.0965905131855, + -76.97534104822586, + -12.086205114389575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.98067236254373, + -12.086205114389575 + ] + ] + ], + "type": "Polygon" + }, + "id": "788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10916022054083, + -12.006555114123822, + -77.09950943466207, + -11.996165309980713 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.1048391074098, + -11.996165309980713 + ] + ] + ], + "type": "Polygon" + }, + "id": "789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95225367381518, + -12.195576983529483, + -76.94260126144214, + -12.185193959157086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.9479342415317, + -12.185193959157086 + ] + ] + ], + "type": "Polygon" + }, + "id": "790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75121070705156, + -11.986952864161111, + -76.7415698674666, + -11.976571650869348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.7468995372939, + -11.976571650869348 + ] + ] + ], + "type": "Polygon" + }, + "id": "791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83566566815477, + -12.301921322393653, + -76.82601315361569, + -12.291542961968277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.83134798055178, + -12.291542961968277 + ] + ] + ], + "type": "Polygon" + }, + "id": "792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70555721057644, + -11.982412820413897, + -76.69591775323094, + -11.972032701461549 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.70124735921775, + -11.972032701461549 + ] + ] + ], + "type": "Polygon" + }, + "id": "793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0992234650946, + -11.966248178716308, + -77.08957413086209, + -11.955858020156578 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.09490315442963, + -11.955858020156578 + ] + ] + ], + "type": "Polygon" + }, + "id": "794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04274247176421, + -11.787636785132722, + -77.03309988958003, + -11.777245485178796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.03842605043272, + -11.777245485178796 + ] + ] + ], + "type": "Polygon" + }, + "id": "795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05888755544764, + -12.048815230832972, + -77.0492367797098, + -12.038427285796647 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.05456721854584, + -12.038427285796647 + ] + ] + ], + "type": "Polygon" + }, + "id": "796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9392540815106, + -11.997709233253659, + -76.929607911398, + -11.98732346356895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.93493764207611, + -11.98732346356895 + ] + ] + ], + "type": "Polygon" + }, + "id": "797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16236430316253, + -11.838672033052822, + -77.15271719163663, + -11.82827853206668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.15804401886875, + -11.82827853206668 + ] + ] + ], + "type": "Polygon" + }, + "id": "799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93844257906177, + -11.769535581356383, + -76.92880322694008, + -11.759146601171354 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.93412920292975, + -11.759146601171354 + ] + ] + ], + "type": "Polygon" + }, + "id": "800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74200589882092, + -12.1746943501176, + -76.73235970985836, + -12.164316269780736 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.7376924782591, + -12.164316269780736 + ] + ] + ], + "type": "Polygon" + }, + "id": "801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76552323503469, + -12.452085859258752, + -76.75586811855288, + -12.441711871020711 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.75586811855288, + -12.449034761862043 + ], + [ + -76.75637799031294, + -12.443847821798274 + ], + [ + -76.76120546114556, + -12.441711871020711 + ] + ] + ], + "type": "Polygon" + }, + "id": "802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04806854969038, + -11.780290711809894, + -77.03842605043272, + -11.76989918261927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.0437520837903, + -11.76989918261927 + ] + ] + ], + "type": "Polygon" + }, + "id": "803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81971671253469, + -11.9465742033738, + -76.81007522773368, + -11.936190665247844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.81540420327563, + -11.936190665247844 + ] + ] + ], + "type": "Polygon" + }, + "id": "804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71000715829284, + -12.218656128797884, + -76.70036053150132, + -12.208279575438318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.70569403316173, + -12.208279575438318 + ] + ] + ], + "type": "Polygon" + }, + "id": "805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.770860503198, + -12.44476288543089, + -76.76120546114556, + -12.434388631535374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.76654268059508, + -12.434388631535374 + ] + ] + ], + "type": "Polygon" + }, + "id": "806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88595066082539, + -12.07107639381859, + -76.87630370240925, + -12.060693059222487 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.88163468671651, + -12.060693059222487 + ] + ] + ], + "type": "Polygon" + }, + "id": "807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02602892065026, + -11.864669500058774, + -77.01638447172307, + -11.854279670027646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.02171192009884, + -11.854279670027646 + ] + ] + ], + "type": "Polygon" + }, + "id": "808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0824476800226, + -11.948870244522471, + -77.07279928703511, + -11.938480240011247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.07812804822125, + -11.938480240011247 + ] + ] + ], + "type": "Polygon" + }, + "id": "809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72211878545826, + -12.377027558978414, + -76.7124670954871, + -12.366653359588256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.71780321051871, + -12.366653359588256 + ] + ] + ], + "type": "Polygon" + }, + "id": "810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74207920473138, + -11.986045378895406, + -76.73243864064494, + -11.975664383972358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.73776829825366, + -11.975664383972358 + ] + ] + ], + "type": "Polygon" + }, + "id": "811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00475815721644, + -11.988434438636515, + -76.99511056613049, + -11.978046914463318 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -77.00044007663246, + -11.978046914463318 + ] + ] + ], + "type": "Polygon" + }, + "id": "812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92550292205429, + -11.760397094376735, + -76.9158641801477, + -11.75000831206995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92119001739142, + -11.75000831206995 + ], + [ + -76.92550292205429, + -11.753054429570941 + ], + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.92119001739142, + -11.75000831206995 + ] + ] + ], + "type": "Polygon" + }, + "id": "813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03282333301406, + -11.747326965305097, + -77.02318220388452, + -11.736935367347403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.0285077142387, + -11.736935367347403 + ] + ] + ], + "type": "Polygon" + }, + "id": "814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04645003328264, + -11.607026920417335, + -77.03681272964218, + -11.5966331893754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.04213591798417, + -11.5966331893754 + ] + ] + ], + "type": "Polygon" + }, + "id": "815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95833328964184, + -12.13327596782782, + -76.94868257882793, + -12.122891800474527 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.95401452545586, + -12.122891800474527 + ] + ] + ], + "type": "Polygon" + }, + "id": "816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07100323372507, + -11.924148030206293, + -77.061355867184, + -11.91375794666577 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.06668423707573, + -11.91375794666577 + ] + ] + ], + "type": "Polygon" + }, + "id": "817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73063541537817, + -12.055657765386918, + -76.72099308792586, + -12.045278110190841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.72632389598853, + -12.045278110190841 + ] + ] + ], + "type": "Polygon" + }, + "id": "818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83871653018056, + -12.270785642341346, + -76.82906486439575, + -12.260406684510155 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.83439917538082, + -12.260406684510155 + ] + ] + ], + "type": "Polygon" + }, + "id": "819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72075964450715, + -12.015370210689754, + -76.7111187882001, + -12.0049901962182 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71644893443673, + -12.0049901962182 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.7111187882001, + -12.012320820416516 + ], + [ + -76.71162859368374, + -12.00713086792718 + ], + [ + -76.71644893443673, + -12.0049901962182 + ] + ] + ], + "type": "Polygon" + }, + "id": "820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03526618621252, + -12.054357296033595, + -77.02561584713379, + -12.043970012967936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.03094640737633, + -12.043970012967936 + ] + ] + ], + "type": "Polygon" + }, + "id": "821", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0884363880318, + -11.79210851719865, + -77.07879251335773, + -11.781716165237807 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.08411868721551, + -11.781716165237807 + ] + ] + ], + "type": "Polygon" + }, + "id": "822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91871693663941, + -12.160808305427684, + -76.90906643845423, + -12.150425556909662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.9143988758153, + -12.150425556909662 + ] + ] + ], + "type": "Polygon" + }, + "id": "823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04514335143836, + -12.000271368198543, + -77.03549437318775, + -11.98988302959106 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.0408240301468, + -11.98988302959106 + ] + ] + ], + "type": "Polygon" + }, + "id": "824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06320377966797, + -11.624400825642079, + -77.05356553339821, + -11.614006902859346 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.0588889855621, + -11.614006902859346 + ] + ] + ], + "type": "Polygon" + }, + "id": "825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95681359123516, + -12.148851864680172, + -76.94716245506731, + -12.138467980754791 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.95249466003455, + -12.138467980754791 + ] + ] + ], + "type": "Polygon" + }, + "id": "826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99872729472598, + -12.145128107346745, + -76.98907518480699, + -12.134743129479142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.99440728421787, + -12.134743129479142 + ] + ] + ], + "type": "Polygon" + }, + "id": "827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99324857248585, + -11.774917803178406, + -76.98360763821756, + -11.764527543970662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.98893364784483, + -11.764527543970662 + ] + ] + ], + "type": "Polygon" + }, + "id": "828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79304858773354, + -12.077587283695028, + -76.78340391344337, + -12.067206382479135 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.78873506112411, + -12.067206382479135 + ] + ] + ], + "type": "Polygon" + }, + "id": "829", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67193217465872, + -12.230565950399034, + -76.66228624056501, + -12.220190566993102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.6676199437112, + -12.220190566993102 + ] + ] + ], + "type": "Polygon" + }, + "id": "830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71084100854172, + -12.069407272867826, + -76.70119881258229, + -12.059028332940686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.70652985167258, + -12.059028332940686 + ] + ] + ], + "type": "Polygon" + }, + "id": "831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18597969264354, + -11.833106373123053, + -77.17633216241319, + -11.822712228133646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18165885850664, + -11.822712228133646 + ], + [ + -77.18597969264354, + -11.825756396229076 + ], + [ + -77.18547680397347, + -11.830953520463813 + ], + [ + -77.18065295393602, + -11.833106373123053 + ], + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.18165885850664, + -11.822712228133646 + ] + ] + ], + "type": "Polygon" + }, + "id": "832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757409239667, + -12.109559444908664, + -76.86792620737084, + -12.099176915146629 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.87325783231098, + -12.099176915146629 + ] + ] + ], + "type": "Polygon" + }, + "id": "833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9049533331956, + -11.734777410390771, + -76.89531589279926, + -11.724388797132207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90064132596405, + -11.724388797132207 + ], + [ + -76.9049533331956, + -11.727434952340467 + ], + [ + -76.90444665995308, + -11.732629312702102 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.89531589279926, + -11.731731167715946 + ], + [ + -76.89582269207477, + -11.726536914828818 + ], + [ + -76.90064132596405, + -11.724388797132207 + ] + ] + ], + "type": "Polygon" + }, + "id": "834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80218476326813, + -12.078494852342422, + -76.79253981598522, + -12.068113734454123 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.797870974356, + -12.068113734454123 + ] + ] + ], + "type": "Polygon" + }, + "id": "835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91945497674708, + -12.011482775427204, + -76.90980891391831, + -12.001097702702506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.91513888914889, + -12.001097702702506 + ] + ] + ], + "type": "Polygon" + }, + "id": "836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02286182973117, + -11.61259158265008, + -77.01322496325302, + -11.602198496415708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0185482717063, + -11.602198496415708 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.01322496325302, + -11.60954705378559 + ], + [ + -77.0137299241061, + -11.604350563712114 + ], + [ + -77.0185482717063, + -11.602198496415708 + ] + ] + ], + "type": "Polygon" + }, + "id": "837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84787739330984, + -11.988678023958032, + -76.8382339015434, + -11.978294398015231 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.84356355428717, + -11.978294398015231 + ] + ] + ], + "type": "Polygon" + }, + "id": "838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93007825428319, + -11.808043442507751, + -76.92043797442834, + -11.79765519160025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.92576459129612, + -11.79765519160025 + ] + ] + ], + "type": "Polygon" + }, + "id": "839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96203559203848, + -11.763987184004337, + -76.95239579081533, + -11.753597546483656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.95772165314204, + -11.753597546483656 + ] + ] + ], + "type": "Polygon" + }, + "id": "840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98563006060213, + -11.758436280711917, + -76.97598981350984, + -11.748045987783186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.98131556034313, + -11.748045987783186 + ] + ] + ], + "type": "Polygon" + }, + "id": "841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0717899410935, + -11.963557895995766, + -77.06214138005943, + -11.953168365237303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.06747039761865, + -11.953168365237303 + ] + ] + ], + "type": "Polygon" + }, + "id": "842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0786941674174, + -12.035030123253344, + -77.06904330055207, + -12.024641486558524 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.07437348567986, + -12.024641486558524 + ] + ] + ], + "type": "Polygon" + }, + "id": "843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71844420031368, + -12.08588560826724, + -76.70880130459312, + -12.075506728630906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.71413261390275, + -12.075506728630906 + ] + ] + ], + "type": "Polygon" + }, + "id": "844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8714769710167, + -11.794406017468413, + -76.86183863948489, + -11.784019037789967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.87096973729254, + -11.792259360561125 + ], + [ + -76.86615048500505, + -11.794406017468413 + ], + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.86716507840877, + -11.784019037789967 + ] + ] + ], + "type": "Polygon" + }, + "id": "845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88976581886428, + -12.173664026561832, + -76.88011569854962, + -12.163282204922382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.88544837158926, + -12.163282204922382 + ] + ] + ], + "type": "Polygon" + }, + "id": "846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94533216119186, + -11.93539193938261, + -76.93568768997372, + -11.925005104207333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.94101638870964, + -11.925005104207333 + ] + ] + ], + "type": "Polygon" + }, + "id": "847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78922097918067, + -12.163677268094085, + -76.7795738393788, + -12.1532978139045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.78490640865252, + -12.1532978139045 + ] + ] + ], + "type": "Polygon" + }, + "id": "848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01541688742464, + -11.973752273880953, + -77.00576946014705, + -11.963364271209128 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.01109871658657, + -11.963364271209128 + ] + ] + ], + "type": "Polygon" + }, + "id": "849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91796354241674, + -12.215767760992469, + -76.9083114231734, + -12.20538591535309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.91364476783659, + -12.20538591535309 + ] + ] + ], + "type": "Polygon" + }, + "id": "850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73447640044901, + -11.969566399928096, + -76.72483653472833, + -11.959185354445033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.73016592287726, + -11.959185354445033 + ] + ] + ], + "type": "Polygon" + }, + "id": "851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88977225861518, + -12.267999913263832, + -76.88011932109069, + -12.257619628937562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.88545355084122, + -12.257619628937562 + ] + ] + ], + "type": "Polygon" + }, + "id": "852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01697684859359, + -12.052557079823186, + -77.0073270314953, + -12.042170217907112 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.01265758414371, + -12.042170217907112 + ] + ] + ], + "type": "Polygon" + }, + "id": "853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9247848728576, + -12.004145200426171, + -76.91513888914889, + -11.993759885623435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.92046873887017, + -11.993759885623435 + ] + ] + ], + "type": "Polygon" + }, + "id": "854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98343917271575, + -12.017794861740347, + -76.97379125600268, + -12.007408299886048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.9791212735772, + -12.007408299886048 + ] + ] + ], + "type": "Polygon" + }, + "id": "855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005941691805, + -11.95843026786693, + -76.850416502772, + -11.948045890810304 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.8557456493812, + -11.948045890810304 + ] + ] + ], + "type": "Polygon" + }, + "id": "856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04874645406854, + -11.630858326602976, + -77.03910838335909, + -11.62046483661527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.04443196019218, + -11.62046483661527 + ] + ] + ], + "type": "Polygon" + }, + "id": "857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93390499319918, + -11.9106709520143, + -76.92426155681466, + -11.900284043731586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.92958985909279, + -11.900284043731586 + ] + ] + ], + "type": "Polygon" + }, + "id": "858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93998233583369, + -11.848346911876021, + -76.93034059718973, + -11.837958972234613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93566786818583, + -11.837958972234613 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.93465501870946, + -11.848346911876021 + ], + [ + -76.93034059718973, + -11.84530035907996 + ], + [ + -76.93084708505363, + -11.840106442667686 + ], + [ + -76.93566786818583, + -11.837958972234613 + ] + ] + ], + "type": "Polygon" + }, + "id": "859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0581022525056, + -12.009410350947725, + -77.0484526718688, + -11.999021831881507 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.05378246265839, + -11.999021831881507 + ] + ] + ], + "type": "Polygon" + }, + "id": "860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71765757709707, + -12.140827254708853, + -76.70801306377994, + -12.130449255125516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.71334527949831, + -12.130449255125516 + ] + ] + ], + "type": "Polygon" + }, + "id": "861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97284026929162, + -12.221200576640506, + -76.96318655709723, + -12.210817457890297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.96851993919714, + -12.210817457890297 + ] + ] + ], + "type": "Polygon" + }, + "id": "862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.095930956059, + -11.61972368027196, + -77.08629202122165, + -11.609328904843927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0916153519519, + -11.609328904843927 + ], + [ + -77.095930956059, + -11.61237274766407 + ], + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.0916153519519, + -11.609328904843927 + ] + ] + ], + "type": "Polygon" + }, + "id": "863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70235329968838, + -12.296473992422191, + -76.69270455884096, + -12.286098923819736 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.69803934687053, + -12.286098923819736 + ] + ] + ], + "type": "Polygon" + }, + "id": "864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0115622919122, + -11.871115970199662, + -77.00191802193604, + -11.86072658528595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -77.00724559339334, + -11.86072658528595 + ] + ] + ], + "type": "Polygon" + }, + "id": "865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16538336134342, + -11.807491027980511, + -77.15573710345556, + -11.797097026259834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.16106341301479, + -11.797097026259834 + ] + ] + ], + "type": "Polygon" + }, + "id": "866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74122298793326, + -12.22963214027675, + -76.73157518015995, + -12.219254970332356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.73690885552678, + -12.219254970332356 + ] + ] + ], + "type": "Polygon" + }, + "id": "867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08329878539203, + -12.08267571142518, + -77.07364638084945, + -12.072287688596155 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.0789773445531, + -12.072287688596155 + ] + ] + ], + "type": "Polygon" + }, + "id": "868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13739689047415, + -12.048655001841324, + -77.12774414185353, + -12.038265146807191 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.13739689047415, + -12.041310815663822 + ], + [ + -77.13689298352031, + -12.046505795068605 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.13307446503907, + -12.038265146807191 + ] + ] + ], + "type": "Polygon" + }, + "id": "869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91263015120613, + -12.223100765627967, + -76.90297795295645, + -12.212719172228914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.9083114231734, + -12.212719172228914 + ] + ] + ], + "type": "Polygon" + }, + "id": "870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69859911780576, + -12.193939851021995, + -76.68895354212465, + -12.183563187865994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.6942866377438, + -12.183563187865994 + ] + ] + ], + "type": "Polygon" + }, + "id": "871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69089186758949, + -12.366042427915994, + -76.68124136306551, + -12.3556688377434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.6865773022623, + -12.3556688377434 + ] + ] + ], + "type": "Polygon" + }, + "id": "872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91485102953742, + -11.77508147052384, + -76.9052121297484, + -11.764693149600971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.9105382175708, + -11.764693149600971 + ] + ] + ], + "type": "Polygon" + }, + "id": "873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83873344508733, + -12.082122479335572, + -76.82908741059315, + -12.071740497257018 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.83441860897108, + -12.071740497257018 + ] + ] + ], + "type": "Polygon" + }, + "id": "874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17976193532238, + -11.706587301548067, + -77.17011832483557, + -11.696191611505677 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.17544295205819, + -11.696191611505677 + ] + ] + ], + "type": "Polygon" + }, + "id": "875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69854976635179, + -12.28823554003676, + -76.68890137613982, + -12.277860430492359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.6942360287018, + -12.277860430492359 + ] + ] + ], + "type": "Polygon" + }, + "id": "876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81051684271087, + -12.322993942769445, + -76.80086437188305, + -12.312616572303435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.8061995608974, + -12.312616572303435 + ] + ] + ], + "type": "Polygon" + }, + "id": "877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05423303632197, + -11.906769938831534, + -77.04458661342656, + -11.8963800150747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04991471943951, + -11.8963800150747 + ] + ] + ], + "type": "Polygon" + }, + "id": "878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05052626819823, + -12.08731845583376, + -77.04087455659196, + -12.076931304264257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.04620564070719, + -12.076931304264257 + ] + ] + ], + "type": "Polygon" + }, + "id": "879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70689910325899, + -12.344074589221568, + -76.69724881527445, + -12.33370021166125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.70258438891307, + -12.33370021166125 + ] + ] + ], + "type": "Polygon" + }, + "id": "880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06567481955248, + -11.931492115604053, + -77.05602736928206, + -11.921102267744477 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.061355867184, + -11.921102267744477 + ] + ] + ], + "type": "Polygon" + }, + "id": "881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04817379306573, + -11.969105816421617, + -77.03852566669653, + -11.958716943235986 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.04385480660355, + -11.958716943235986 + ] + ] + ], + "type": "Polygon" + }, + "id": "882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93317381093003, + -12.060020047538446, + -76.92352594154197, + -12.049635368097302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.92885670444002, + -12.049635368097302 + ] + ] + ], + "type": "Polygon" + }, + "id": "883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97652724646818, + -11.851941454218206, + -76.96688445096302, + -11.84155266212726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.97221174531012, + -11.84155266212726 + ] + ] + ], + "type": "Polygon" + }, + "id": "884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04744245401982, + -12.024093978544471, + -77.03779270682283, + -12.013705939854315 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.04312275322773, + -12.013705939854315 + ] + ] + ], + "type": "Polygon" + }, + "id": "885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73894785620234, + -12.205827432265012, + -76.72930082118741, + -12.195449932045117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.7346341042661, + -12.195449932045117 + ] + ] + ], + "type": "Polygon" + }, + "id": "886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0898840939493, + -11.682089069442124, + -77.08024345679756, + -11.671695229865149 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.08556782040179, + -11.671695229865149 + ] + ] + ], + "type": "Polygon" + }, + "id": "887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99639381115598, + -12.0269358061912, + -76.9867452874835, + -12.016549062578301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.99207544154567, + -12.016549062578301 + ] + ] + ], + "type": "Polygon" + }, + "id": "888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8699578490056, + -12.18742238873133, + -76.86030784183497, + -12.17704128322607 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.86564075646089, + -12.17704128322607 + ] + ] + ], + "type": "Polygon" + }, + "id": "889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88138691489176, + -12.212140501133804, + -76.87173586717176, + -12.201759509243557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.87706918135568, + -12.201759509243557 + ] + ] + ], + "type": "Polygon" + }, + "id": "890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89586372443094, + -12.205715261479368, + -76.88621248641175, + -12.195333803622875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.89154568347169, + -12.195333803622875 + ] + ] + ], + "type": "Polygon" + }, + "id": "891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92627106856558, + -11.799802946136609, + -76.91663113363639, + -11.789414677041398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.92195761830463, + -11.789414677041398 + ] + ] + ], + "type": "Polygon" + }, + "id": "892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02217209547176, + -11.762019018292557, + -77.0125308016567, + -11.751627876653597 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.01785656632802, + -11.751627876653597 + ] + ] + ], + "type": "Polygon" + }, + "id": "893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91567381821305, + -12.191955403411235, + -76.9060224700432, + -12.181573229364783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.91135542379749, + -12.181573229364783 + ] + ] + ], + "type": "Polygon" + }, + "id": "894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310231270403, + -12.115987180153407, + -76.85345461940292, + -12.105605112953732 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.85878636052486, + -12.105605112953732 + ] + ] + ], + "type": "Polygon" + }, + "id": "895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75715890986203, + -12.396248643918653, + -76.74750569016635, + -12.385873885332224 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.756649135724, + -12.394112162068588 + ], + [ + -76.75182243844581, + -12.396248643918653 + ], + [ + -76.74750569016635, + -12.39319771722414 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.75284211268807, + -12.385873885332224 + ] + ] + ], + "type": "Polygon" + }, + "id": "896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995653584135, + -11.998726299169338, + -76.86031215802862, + -11.988342269822946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.86564196167504, + -11.988342269822946 + ] + ] + ], + "type": "Polygon" + }, + "id": "897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10887870030422, + -11.62885534500371, + -77.0992391682005, + -11.61846037027471 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10456263027575, + -11.61846037027471 + ], + [ + -77.10887870030422, + -11.621504149923604 + ], + [ + -77.10837504583426, + -11.626701689723147 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.10456263027575, + -11.61846037027471 + ] + ] + ], + "type": "Polygon" + }, + "id": "898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79377937026464, + -12.211292626208802, + -76.78413068616734, + -12.200913823661686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78946403909268, + -12.200913823661686 + ] + ] + ], + "type": "Polygon" + }, + "id": "899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1637875362761, + -11.72864179905105, + -77.15414366507065, + -11.718246780465037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15946868125457, + -11.718246780465037 + ] + ] + ], + "type": "Polygon" + }, + "id": "900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73898541517394, + -12.111513161727805, + -76.72934119391006, + -12.101134157679185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.73467292083905, + -12.101134157679185 + ] + ] + ], + "type": "Polygon" + }, + "id": "901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88062716875089, + -12.26709170770994, + -76.87097449995463, + -12.25671163702225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.8763087216457, + -12.25671163702225 + ] + ] + ], + "type": "Polygon" + }, + "id": "902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15020018184114, + -11.868958506813428, + -77.14055247052595, + -11.858565720475708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.14587981559016, + -11.858565720475708 + ] + ] + ], + "type": "Polygon" + }, + "id": "903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72534607732281, + -11.968658719383011, + -76.71570648794378, + -11.958277892780949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.72103586337181, + -11.958277892780949 + ] + ] + ], + "type": "Polygon" + }, + "id": "904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69627777434903, + -12.264434271872533, + -76.68663015755986, + -12.254058823363355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.69196441736997, + -12.254058823363355 + ] + ] + ], + "type": "Polygon" + }, + "id": "905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93088392716145, + -12.036202926505245, + -76.92123682796311, + -12.025817941899199 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.9265672004455, + -12.025817941899199 + ] + ] + ], + "type": "Polygon" + }, + "id": "906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14487279364208, + -11.876306300115813, + -77.1352249961082, + -11.865913745422484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.14055247052595, + -11.865913745422484 + ] + ] + ], + "type": "Polygon" + }, + "id": "907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14781197042952, + -11.750693495118995, + -77.13816783999256, + -11.74029915200237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.14349324435236, + -11.74029915200237 + ] + ] + ], + "type": "Polygon" + }, + "id": "908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71455314126207, + -12.266261833093527, + -76.70490496821624, + -12.255885947597468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.71023925499208, + -12.255885947597468 + ] + ] + ], + "type": "Polygon" + }, + "id": "909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03893091975922, + -11.77939587468971, + -77.0292886801407, + -11.7690045565347 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.03461471023155, + -11.7690045565347 + ] + ] + ], + "type": "Polygon" + }, + "id": "910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96217328696085, + -12.235869776930913, + -76.95251941341978, + -12.225487161682565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.96166662904547, + -12.233726705216373 + ], + [ + -76.95683960598319, + -12.235869776930913 + ], + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.95785304847547, + -12.225487161682565 + ] + ] + ], + "type": "Polygon" + }, + "id": "911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08153492073534, + -11.720618249745904, + -77.07189334815747, + -11.710225112761684 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.07721835642496, + -11.710225112761684 + ] + ] + ], + "type": "Polygon" + }, + "id": "912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386350599226, + -12.155371732712497, + -76.85421461717061, + -12.144990267358493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85954700731075, + -12.144990267358493 + ] + ] + ], + "type": "Polygon" + }, + "id": "913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8265578474083, + -12.018017125675863, + -76.81691404996725, + -12.00763447320604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.82224419877562, + -12.00763447320604 + ] + ] + ], + "type": "Polygon" + }, + "id": "914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9848887620944, + -11.81343123821675, + -76.97524689709188, + -11.803041707706576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.9805735491169, + -11.803041707706576 + ] + ] + ], + "type": "Polygon" + }, + "id": "915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0314517976955, + -12.046116975443027, + -77.02180180190177, + -12.035729660643163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.02713223107217, + -12.035729660643163 + ] + ] + ], + "type": "Polygon" + }, + "id": "916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97042601009434, + -11.819876963213021, + -76.96078432744652, + -11.809487877402098 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.96611110055383, + -11.809487877402098 + ] + ] + ], + "type": "Polygon" + }, + "id": "917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79599631667442, + -12.517989228728535, + -76.78633840490126, + -12.507615652442935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7916768244446, + -12.507615652442935 + ], + [ + -76.79599631667442, + -12.510666662213167 + ], + [ + -76.79548689193783, + -12.515853504136402 + ], + [ + -76.79065784875387, + -12.517989228728535 + ], + [ + -76.78633840490126, + -12.51493813653674 + ], + [ + -76.78684795584586, + -12.509751402184211 + ], + [ + -76.7916768244446, + -12.507615652442935 + ] + ] + ], + "type": "Polygon" + }, + "id": "918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98876910913224, + -12.010455245295036, + -76.9791212735772, + -12.000068442195992 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.98445116451515, + -12.000068442195992 + ] + ] + ], + "type": "Polygon" + }, + "id": "919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83492679105099, + -12.073882869460697, + -76.82528110394153, + -12.063500856077013 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.83061216874468, + -12.063500856077013 + ] + ] + ], + "type": "Polygon" + }, + "id": "920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72836238845345, + -12.031848883902006, + -76.71872083302344, + -12.021468924401695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.72405124914033, + -12.021468924401695 + ] + ] + ], + "type": "Polygon" + }, + "id": "921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74815520827484, + -12.018095419321138, + -76.73851352341003, + -12.007714749073665 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.74384370741014, + -12.007714749073665 + ] + ] + ], + "type": "Polygon" + }, + "id": "922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92404929483082, + -12.15347379500084, + -76.9143988758153, + -12.14309079730326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.91973118756407, + -12.14309079730326 + ] + ] + ], + "type": "Polygon" + }, + "id": "923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03673282025002, + -11.944384054445932, + -77.02708572257816, + -11.933995100101411 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.03241446984092, + -11.933995100101411 + ] + ] + ], + "type": "Polygon" + }, + "id": "924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09520837318426, + -11.674739469293002, + -77.08556782040179, + -11.664345406354057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.09089205576919, + -11.664345406354057 + ] + ] + ], + "type": "Polygon" + }, + "id": "925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77930639375779, + -12.217710961576115, + -76.76965790855722, + -12.207332629793287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.77499137373707, + -12.207332629793287 + ] + ] + ], + "type": "Polygon" + }, + "id": "926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75192385445368, + -12.12066219694668, + -76.74227900807288, + -12.110283007342625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.7476108820213, + -12.110283007342625 + ] + ] + ], + "type": "Polygon" + }, + "id": "927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7360045600812, + -11.95399476468791, + -76.72636511672968, + -11.943613451571766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.73169424792931, + -11.943613451571766 + ] + ] + ], + "type": "Polygon" + }, + "id": "928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89128844697805, + -12.158091222389695, + -76.88163875132733, + -12.147709114327318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.88697116631901, + -12.147709114327318 + ] + ] + ], + "type": "Polygon" + }, + "id": "929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79530619480927, + -12.19572434955243, + -76.78565793438784, + -12.185345256090976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.79099102968249, + -12.185345256090976 + ] + ] + ], + "type": "Polygon" + }, + "id": "930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00861188609517, + -12.0910555595281, + -76.99896113537811, + -12.080669493431007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -77.00429233217586, + -12.080669493431007 + ] + ] + ], + "type": "Polygon" + }, + "id": "931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14177140443816, + -11.813056115457298, + -77.13212556800518, + -11.802662758178792 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.13745200707908, + -11.802662758178792 + ] + ] + ], + "type": "Polygon" + }, + "id": "932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1220502654466, + -11.921281403282615, + -77.1124016980915, + -11.9108900392483 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.11772994783145, + -11.9108900392483 + ] + ] + ], + "type": "Polygon" + }, + "id": "933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70935743729416, + -11.99065217233925, + -76.69971763011887, + -11.980272078824388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.70884763777485, + -11.988511454038113 + ], + [ + -76.70402764673246, + -11.99065217233925 + ], + [ + -76.69971763011887, + -11.98760281232637 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.70504737122927, + -11.980272078824388 + ] + ] + ], + "type": "Polygon" + }, + "id": "934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69173486000662, + -12.216829999564478, + -76.68208878978226, + -12.2064538837774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.68742226421105, + -12.2064538837774 + ] + ] + ], + "type": "Polygon" + }, + "id": "935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18367048595304, + -11.80927378573156, + -77.1740237224381, + -11.798879369261241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17935003062777, + -11.798879369261241 + ], + [ + -77.18367048595304, + -11.80192343753687 + ], + [ + -77.18316760180178, + -11.807120697547752 + ], + [ + -77.17834413512257, + -11.80927378573156 + ], + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.17935003062777, + -11.798879369261241 + ] + ] + ], + "type": "Polygon" + }, + "id": "936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85472643743225, + -12.06012129925268, + -76.84508063319751, + -12.049738577922643 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.8504114588701, + -12.049738577922643 + ] + ] + ], + "type": "Polygon" + }, + "id": "937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10073631875052, + -11.950662874704548, + -77.09108741098423, + -11.940272451886518 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.09641617580816, + -11.940272451886518 + ] + ] + ], + "type": "Polygon" + }, + "id": "938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79687421946501, + -11.99148635932617, + -76.78723200951285, + -11.981104057937031 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.79256173631005, + -11.981104057937031 + ] + ] + ], + "type": "Polygon" + }, + "id": "939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94077380678681, + -11.9821305114457, + -76.93112806143354, + -11.971744473067163 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.93645753410007, + -11.971744473067163 + ] + ] + ], + "type": "Polygon" + }, + "id": "940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95750793451818, + -11.905130663379374, + -76.9478640480218, + -11.89474309167538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.95319223689073, + -11.89474309167538 + ] + ] + ], + "type": "Polygon" + }, + "id": "941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83262449903634, + -12.238738970557103, + -76.82297395310584, + -12.228359636522914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.8283077387022, + -12.228359636522914 + ] + ] + ], + "type": "Polygon" + }, + "id": "942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0254321457563, + -12.202807232101039, + -77.01577762792792, + -12.192422519108282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.0211106474317, + -12.192422519108282 + ] + ] + ], + "type": "Polygon" + }, + "id": "943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96441071337233, + -12.070968156044636, + -76.9547617037353, + -12.06058287043508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.96009261718011, + -12.06058287043508 + ] + ] + ], + "type": "Polygon" + }, + "id": "944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0542874625907, + -12.00116984127439, + -77.04463822467225, + -11.990781292550615 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.049967884715, + -11.990781292550615 + ] + ] + ], + "type": "Polygon" + }, + "id": "945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92936353295272, + -12.051780060895364, + -76.91971600896433, + -12.041395350390388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.9250466394958, + -12.041395350390388 + ] + ] + ], + "type": "Polygon" + }, + "id": "946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99480204013926, + -11.853737162881668, + -76.98515871906359, + -11.843347946071592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.9904860234343, + -11.843347946071592 + ] + ] + ], + "type": "Polygon" + }, + "id": "947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92481819341526, + -12.1928612013781, + -76.91516657847797, + -12.182478814374438 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.92049953923015, + -12.182478814374438 + ] + ] + ], + "type": "Polygon" + }, + "id": "948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07699674922024, + -11.767385364152195, + -77.06735389962827, + -11.756992956986812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.0726796827977, + -11.756992956986812 + ] + ] + ], + "type": "Polygon" + }, + "id": "949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72745482747742, + -12.36970444343291, + -76.71780321051871, + -12.35932998116926 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.72313920322813, + -12.35932998116926 + ] + ] + ], + "type": "Polygon" + }, + "id": "950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376905302551, + -12.289991697270631, + -76.86411588159798, + -12.279612179901612 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.87326107353199, + -12.287851254463419 + ], + [ + -76.86843440104282, + -12.289991697270631 + ], + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.869450486381, + -12.279612179901612 + ] + ] + ], + "type": "Polygon" + }, + "id": "951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0214817265551, + -11.911421612055852, + -77.01183600133608, + -11.901032555884436 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.01716422449157, + -11.901032555884436 + ] + ] + ], + "type": "Polygon" + }, + "id": "952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1090193783162, + -11.817725310614867, + -77.09937422260758, + -11.80733280871333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.10470078820872, + -11.80733280871333 + ] + ] + ], + "type": "Polygon" + }, + "id": "953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98421516826845, + -12.05719361499794, + -76.97456605652364, + -12.04680762979207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97989672239196, + -12.04680762979207 + ] + ] + ], + "type": "Polygon" + }, + "id": "954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67573392252467, + -12.238804505369492, + -76.66608763737818, + -12.228429159722467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.67142147627753, + -12.228429159722467 + ] + ] + ], + "type": "Polygon" + }, + "id": "955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95292668143662, + -11.857486436449246, + -76.94328433330075, + -11.84709830424244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.94861174249945, + -11.84709830424244 + ] + ] + ], + "type": "Polygon" + }, + "id": "956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73592771811401, + -12.142649039748369, + -76.72628265119727, + -12.13227060344819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.73161489257272, + -12.13227060344819 + ] + ] + ], + "type": "Polygon" + }, + "id": "957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99339514994088, + -12.152465334343079, + -76.98374295847934, + -12.142080603940038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.98907518480699, + -12.142080603940038 + ] + ] + ], + "type": "Polygon" + }, + "id": "958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08830772466908, + -11.603241156527957, + -77.0786694721226, + -11.592846361299678 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08399254290197, + -11.592846361299678 + ], + [ + -77.08830772466908, + -11.595890178946851 + ], + [ + -77.08780382152271, + -11.60108762915725 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.08399254290197, + -11.592846361299678 + ] + ] + ], + "type": "Polygon" + }, + "id": "959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01012913690029, + -12.07547639094758, + -77.00047881196632, + -12.065090047540574 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -77.00580975026283, + -12.065090047540574 + ] + ] + ], + "type": "Polygon" + }, + "id": "960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76399395196134, + -12.467646446320362, + -76.75433841146966, + -12.457272774404128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.75865630265916, + -12.467646446320362 + ], + [ + -76.75433841146966, + -12.464595265910154 + ], + [ + -76.75484832913186, + -12.459408484003427 + ], + [ + -76.75967601195319, + -12.457272774404128 + ] + ] + ], + "type": "Polygon" + }, + "id": "961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0527184304668, + -11.922354499175524, + -77.04307158173907, + -11.911964835737777 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.04839994619928, + -11.911964835737777 + ] + ] + ], + "type": "Polygon" + }, + "id": "962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7716670315794, + -12.295542177449837, + -76.76201642838589, + -12.285165327115134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.76735118166643, + -12.285165327115134 + ] + ] + ], + "type": "Polygon" + }, + "id": "963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91564583336668, + -12.003242709254497, + -76.90600011611573, + -11.992857608068274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.91132995884648, + -11.992857608068274 + ] + ] + ], + "type": "Polygon" + }, + "id": "964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17834413512257, + -11.81662381979478, + -77.16869728435682, + -11.8062296315274 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.17834413512257, + -11.80927378573156 + ], + [ + -77.1778411646585, + -11.814470931671089 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.1740237224381, + -11.8062296315274 + ] + ] + ], + "type": "Polygon" + }, + "id": "965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92252806241076, + -12.169047934531672, + -76.91287721837398, + -12.15866522253233 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.91820978832531, + -12.15866522253233 + ] + ] + ], + "type": "Polygon" + }, + "id": "966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07312414456297, + -11.66471486518515, + -77.06348444787953, + -11.654321210041806 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.06880854904558, + -11.654321210041806 + ] + ] + ], + "type": "Polygon" + }, + "id": "967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68344571654463, + -12.066675853275546, + -76.67380435524572, + -12.056297571602366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67913535319005, + -12.056297571602366 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.67811466875742, + -12.066675853275546 + ], + [ + -76.67380435524572, + -12.063625860643759 + ], + [ + -76.67431476015891, + -12.058436774760017 + ], + [ + -76.67913535319005, + -12.056297571602366 + ] + ] + ], + "type": "Polygon" + }, + "id": "968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89434106381523, + -12.221287084536423, + -76.88468940095534, + -12.210905917747821 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.89002285616192, + -12.210905917747821 + ] + ] + ], + "type": "Polygon" + }, + "id": "969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77100170258403, + -11.973194507426621, + -76.76136073624404, + -11.96281258891608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.76669017252905, + -11.96281258891608 + ] + ] + ], + "type": "Polygon" + }, + "id": "970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09599749581055, + -11.714161887613525, + -77.08635575033395, + -11.703768315326293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.09168063230123, + -11.703768315326293 + ] + ] + ], + "type": "Polygon" + }, + "id": "971", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1160746485133, + -12.07802849373271, + -77.10642155726029, + -12.067639603065828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.1155703961235, + -12.07588010684822 + ], + [ + -77.11074376508378, + -12.07802849373271 + ], + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.11175239701106, + -12.067639603065828 + ] + ] + ], + "type": "Polygon" + }, + "id": "972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73588926349547, + -12.236958761726294, + -76.72624138233483, + -12.226581847790756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.73157518015995, + -12.226581847790756 + ] + ] + ], + "type": "Polygon" + }, + "id": "973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72451913403755, + -12.117931788634255, + -76.7148751161511, + -12.107553253419399 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.7148751161511, + -12.11488189987095 + ], + [ + -76.71538503114567, + -12.109692686894386 + ], + [ + -76.72020695265205, + -12.107553253419399 + ] + ] + ], + "type": "Polygon" + }, + "id": "974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16458535046792, + -11.768067206959351, + -77.15494028606705, + -11.757672691909333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.16026594886114, + -11.757672691909333 + ] + ] + ], + "type": "Polygon" + }, + "id": "975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80977883243156, + -12.18930411060126, + -76.80013037448607, + -12.178924548052112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.80546335677788, + -12.178924548052112 + ] + ] + ], + "type": "Polygon" + }, + "id": "976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79760640133307, + -12.125207570566637, + -76.78796018363948, + -12.11482729530635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.7932921144965, + -12.11482729530635 + ] + ] + ], + "type": "Polygon" + }, + "id": "977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94383505161213, + -12.045345589550006, + -76.93418734155037, + -12.034960422270192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93951785278517, + -12.034960422270192 + ] + ] + ], + "type": "Polygon" + }, + "id": "978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96280830749967, + -11.80339572467415, + -76.95316731315714, + -11.79300660098189 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.95849382282175, + -11.79300660098189 + ] + ] + ], + "type": "Polygon" + }, + "id": "979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691039110802, + -12.218564545600449, + -76.85725953491377, + -12.208184020604426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.86259296553507, + -12.208184020604426 + ] + ] + ], + "type": "Polygon" + }, + "id": "980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63612716020693, + -12.266267673992983, + -76.62648115337007, + -12.255893801570931 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63079281659704, + -12.266267673992983 + ], + [ + -76.62648115337007, + -12.263216240315934 + ], + [ + -76.62699253095144, + -12.258029359198233 + ], + [ + -76.63181544640238, + -12.255893801570931 + ] + ] + ], + "type": "Polygon" + }, + "id": "981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94921304353792, + -12.226724896504786, + -76.93955978024196, + -12.216342452889569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.9448932771668, + -12.216342452889569 + ] + ] + ], + "type": "Polygon" + }, + "id": "982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310365580609, + -12.02163745931192, + -76.85345877665523, + -12.011253944441567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.85878896251823, + -12.011253944441567 + ] + ] + ], + "type": "Polygon" + }, + "id": "983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92323197694259, + -11.830966748320083, + -76.91359119375333, + -11.820578982464573 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.92272540846642, + -11.828819440899109 + ], + [ + -76.9179049305959, + -11.830966748320083 + ], + [ + -76.91359119375333, + -11.827920139607471 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.9189181937383, + -11.820578982464573 + ] + ] + ], + "type": "Polygon" + }, + "id": "984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11736870026866, + -11.779198906052642, + -77.10772448203168, + -11.768805678703973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.1130504018353, + -11.768805678703973 + ] + ] + ], + "type": "Polygon" + }, + "id": "985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78383941970115, + -12.359625605489043, + -76.77418657235751, + -12.349249535463887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77952237922898, + -12.349249535463887 + ] + ] + ], + "type": "Polygon" + }, + "id": "986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06040249358742, + -12.03323324498799, + -77.05075214408366, + -12.022845027219608 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.05608232424032, + -12.022845027219608 + ] + ] + ], + "type": "Polygon" + }, + "id": "987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89965578942535, + -12.025253572764456, + -76.89000983618507, + -12.014869199497657 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.89534005469719, + -12.014869199497657 + ] + ] + ], + "type": "Polygon" + }, + "id": "988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6902036098657, + -12.232393806051007, + -76.68055711709016, + -12.222017984104818 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.6858908486637, + -12.222017984104818 + ] + ] + ], + "type": "Polygon" + }, + "id": "989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71376542988165, + -12.321189249048247, + -76.70411563748614, + -12.310814305999875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.7094508316734, + -12.310814305999875 + ] + ] + ], + "type": "Polygon" + }, + "id": "990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05115017204355, + -11.843532238308349, + -77.04150571133813, + -11.833141499259918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.04683278083745, + -11.833141499259918 + ] + ] + ], + "type": "Polygon" + }, + "id": "991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81056688607022, + -12.040017985697537, + -76.80092286111608, + -12.029636067977874 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.80625338104953, + -12.029636067977874 + ] + ] + ], + "type": "Polygon" + }, + "id": "992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80525453434636, + -11.953004386774321, + -76.7956132459377, + -11.94262130662824 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.8009423347871, + -11.94262130662824 + ] + ] + ], + "type": "Polygon" + }, + "id": "993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.015330751363, + -11.784950631954494, + -77.00568895039962, + -11.77455996622139 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.01101510014396, + -11.77455996622139 + ] + ] + ], + "type": "Polygon" + }, + "id": "994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68640133580648, + -12.224155176531616, + -76.67675519377498, + -12.213779317017613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.68208878978226, + -12.213779317017613 + ] + ] + ], + "type": "Polygon" + }, + "id": "995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77400022586724, + -12.13072038937995, + -76.76435448072039, + -12.120340797939228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76968651268719, + -12.120340797939228 + ] + ] + ], + "type": "Polygon" + }, + "id": "996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96670362495698, + -12.094785733864455, + -76.95705384527743, + -12.08440075865038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.96238514896365, + -12.08440075865038 + ] + ] + ], + "type": "Polygon" + }, + "id": "997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71761379298549, + -12.235133582844018, + -76.70796646575216, + -12.224757104956316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.7133002379026, + -12.224757104956316 + ] + ] + ], + "type": "Polygon" + }, + "id": "998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84558864349293, + -12.059215671907184, + -76.83594310947382, + -12.048833165894434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.84127392604101, + -12.048833165894434 + ] + ] + ], + "type": "Polygon" + }, + "id": "999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09455168764642, + -11.824178772416365, + -77.08490670385082, + -11.813786709823203 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.09023339645344, + -11.813786709823203 + ] + ] + ], + "type": "Polygon" + }, + "id": "1000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68486982849421, + -12.239718597654473, + -76.67522326395337, + -12.229343032744591 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.68055711709016, + -12.229343032744591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01606690739678, + -11.729950442743089, + -77.0064267244545, + -11.719559024962434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.01175196910359, + -11.719559024962434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03066992835006, + -12.006714061606992, + -77.02102112759067, + -11.996326173247864 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.0263509086461, + -11.996326173247864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16085456959497, + -11.854261968771404, + -77.15120703121349, + -11.843868720479959 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.15653411730851, + -11.843868720479959 + ] + ] + ], + "type": "Polygon" + }, + "id": "1004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89889953036547, + -12.08022080913697, + -76.88925195767845, + -12.06983729212813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.89458308269019, + -12.06983729212813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73208503905217, + -12.22871998213563, + -76.72243750771351, + -12.218343029972967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.72777117054201, + -12.218343029972967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04733761949282, + -11.835291390270726, + -77.03769350129802, + -11.82490063009041 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.0430204400966, + -11.82490063009041 + ] + ] + ], + "type": "Polygon" + }, + "id": "1007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99417271299359, + -12.19185815481261, + -76.98451932548656, + -12.181474034361642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.98985220061994, + -12.181474034361642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9453095271373, + -11.841005438479277, + -76.93566786818583, + -11.830617264881855 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.93566786818583, + -11.837958972234613 + ], + [ + -76.93617427012207, + -11.832764938814465 + ], + [ + -76.94099501343929, + -11.830617264881855 + ] + ] + ], + "type": "Polygon" + }, + "id": "1009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15162761020011, + -11.758934790710255, + -77.14198313950614, + -11.748540465351834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.14730867322737, + -11.748540465351834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87147917027039, + -11.98315018769933, + -76.86183521643888, + -11.972765888980822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.86716476241443, + -11.972765888980822 + ] + ] + ], + "type": "Polygon" + }, + "id": "1011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767235229254, + -11.78616571535048, + -76.85803436685828, + -11.775778718727066 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.86336067285633, + -11.775778718727066 + ] + ] + ], + "type": "Polygon" + }, + "id": "1012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74580989848357, + -12.182933339640575, + -76.73616336001857, + -12.17255529487361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.74149626324618, + -12.17255529487361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10204392744068, + -11.65179807101749, + -77.09240388488723, + -11.641403550412432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.0977277336575, + -11.641403550412432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8531985064739, + -12.170036219887555, + -76.84354946330804, + -12.15965525563835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.8488821024737, + -12.15965525563835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03824820148199, + -11.928800557165367, + -77.02860152952188, + -11.91841134019599 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.03393001838016, + -11.91841134019599 + ] + ] + ], + "type": "Polygon" + }, + "id": "1016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05412427898675, + -11.717939084442081, + -77.04448348121284, + -11.70754657918895 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04980848188333, + -11.70754657918895 + ] + ] + ], + "type": "Polygon" + }, + "id": "1017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70462602307747, + -12.32027459133082, + -76.69497650870828, + -12.309899866474955 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.70031168952197, + -12.309899866474955 + ] + ] + ], + "type": "Polygon" + }, + "id": "1018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83264496616431, + -12.050070115226973, + -76.82300005021736, + -12.039687794711023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.82833072381995, + -12.039687794711023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06471655244374, + -11.60880988365517, + -77.0550787313405, + -11.598415730052668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.06040192548107, + -11.598415730052668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0199213205602, + -11.832603164767171, + -77.01027798309451, + -11.822213037950796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.01560491119679, + -11.822213037950796 + ] + ] + ], + "type": "Polygon" + }, + "id": "1021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9764955227045, + -11.75753995050879, + -76.96685553848423, + -11.747149870385428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.97218128017009, + -11.747149870385428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10815825771351, + -11.683872057493835, + -77.09851710740912, + -11.673477798218656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.10384147419705, + -11.673477798218656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77541980666295, + -12.492360178646281, + -76.76576321729038, + -12.481986660132941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.77491013532992, + -12.490224569909433 + ], + [ + -76.77008175325469, + -12.492360178646281 + ], + [ + -76.76576321729038, + -12.4893089993966 + ], + [ + -76.76627301472861, + -12.484122294091966 + ], + [ + -76.77110122203548, + -12.481986660132941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9735845144383, + -12.166235240731543, + -76.96393242407937, + -12.155851218065534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96926489872855, + -12.155851218065534 + ] + ] + ], + "type": "Polygon" + }, + "id": "1025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92938152724385, + -12.146138950901612, + -76.91973118756407, + -12.135755704466517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.92506337361264, + -12.135755704466517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92782546066458, + -11.972988717293017, + -76.91818032615903, + -11.9626028651405 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.92350965999657, + -11.9626028651405 + ] + ] + ], + "type": "Polygon" + }, + "id": "1027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14852594296659, + -11.695676311304767, + -77.1388834318982, + -11.685281230154288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.14420793109879, + -11.685281230154288 + ] + ] + ], + "type": "Polygon" + }, + "id": "1028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73973108870068, + -12.150888103917602, + -76.7300856722267, + -12.140509701499033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.7354180484786, + -12.140509701499033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10218062650186, + -11.84066080083311, + -77.09253495974225, + -11.830268780712654 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.09786191249252, + -11.830268780712654 + ] + ] + ], + "type": "Polygon" + }, + "id": "1030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84557573144532, + -12.247887291726508, + -76.83592456671937, + -12.23750778246805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.84125849544819, + -12.23750778246805 + ] + ] + ], + "type": "Polygon" + }, + "id": "1031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01459434747348, + -11.839947304408245, + -77.00495092794894, + -11.829557409821852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.01027798309451, + -11.829557409821852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97197399376972, + -11.898688902413674, + -76.9623299237358, + -11.888300881662323 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.96765799207448, + -11.888300881662323 + ] + ] + ], + "type": "Polygon" + }, + "id": "1033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73055541652121, + -12.24428504214108, + -76.72090746213965, + -12.233908384654882 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.72624138233483, + -12.233908384654882 + ] + ] + ], + "type": "Polygon" + }, + "id": "1034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76249525824655, + -12.388924728623014, + -76.75284211268807, + -12.378549706869489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.75817841225637, + -12.378549706869489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99398838870798, + -11.719919511809548, + -76.98434907207402, + -11.709528503683542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98967417670744, + -11.709528503683542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92099114045418, + -12.090269124166962, + -76.91134268760679, + -12.079885212294782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.91667395988593, + -12.079885212294782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6963777659395, + -12.07582569582654, + -76.68673577566726, + -12.065447224140922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.69206692295926, + -12.065447224140922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72679244650637, + -12.141738280021416, + -76.71714765615178, + -12.131360061954938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.72247988483625, + -12.131360061954938 + ] + ] + ], + "type": "Polygon" + }, + "id": "1039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91184981987861, + -12.089365003931517, + -76.90220163382968, + -12.078981305479441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.90753289900002, + -12.078981305479441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02598275956447, + -11.770259897645547, + -77.01634112287529, + -11.759868773163932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.02166701850607, + -11.759868773163932 + ] + ] + ], + "type": "Polygon" + }, + "id": "1041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95372356823819, + -11.991272091751343, + -76.94407721294668, + -11.980885868116502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.94940682389627, + -11.980885868116502 + ] + ] + ], + "type": "Polygon" + }, + "id": "1042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09303916446318, + -11.839766551621409, + -77.08339375460321, + -11.82937474086217 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.08872070571738, + -11.82937474086217 + ] + ] + ], + "type": "Polygon" + }, + "id": "1043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09678681294513, + -11.753582771681197, + -77.08714387448292, + -11.743189699838595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.0924694032051, + -11.743189699838595 + ] + ] + ], + "type": "Polygon" + }, + "id": "1044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97048594605538, + -12.00865369656724, + -76.96083863721292, + -11.998267317441792 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.96616851775306, + -11.998267317441792 + ] + ] + ], + "type": "Polygon" + }, + "id": "1045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853374542026, + -12.068361014280516, + -76.84888759423603, + -12.05797832373986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.8542185532228, + -12.05797832373986 + ] + ] + ], + "type": "Polygon" + }, + "id": "1046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06326077480011, + -11.71883239745542, + -77.0536197182811, + -11.708439681373738 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.05894472175923, + -11.708439681373738 + ] + ] + ], + "type": "Polygon" + }, + "id": "1047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88748450570205, + -12.244190167416125, + -76.87783233976172, + -12.233809546921515 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.88316617826062, + -12.233809546921515 + ] + ] + ], + "type": "Polygon" + }, + "id": "1048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99483911462823, + -11.948131742512953, + -76.98519298032436, + -11.937743870554389 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.9905218382658, + -11.937743870554389 + ] + ] + ], + "type": "Polygon" + }, + "id": "1049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71167409211496, + -11.92012942646787, + -76.70203632292333, + -11.909748240230213 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.70736490171416, + -11.909748240230213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77785745946422, + -11.950287913827557, + -76.76821699034271, + -11.939905485512327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.77354604659992, + -11.939905485512327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71770133567135, + -12.046509157190783, + -76.70805963462942, + -12.036129691862374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.71339029482377, + -12.036129691862374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09547396651546, + -12.052409178912328, + -77.0858221575516, + -12.042020397078621 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.09115260540901, + -12.042020397078621 + ] + ] + ], + "type": "Polygon" + }, + "id": "1053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71997357869677, + -12.070317218903034, + -76.71033110546662, + -12.059938060056648 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.71566215772253, + -12.059938060056648 + ] + ] + ], + "type": "Polygon" + }, + "id": "1054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95444517506823, + -11.8419041743415, + -76.94480325147734, + -11.831515787374899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.95013040282066, + -11.831515787374899 + ] + ] + ], + "type": "Polygon" + }, + "id": "1055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80137341259157, + -12.322082286167143, + -76.79172121473422, + -12.31170513128172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.79705639329356, + -12.31170513128172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04441143585223, + -12.055257005137781, + -77.03476083650062, + -12.044869511874017 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.04009140012614, + -12.044869511874017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08225988732462, + -11.665606686393081, + -77.07261993297591, + -11.655212820760852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.0779440363763, + -11.655212820760852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83339218820858, + -12.183791153218793, + -76.82374326242544, + -12.17341090704977 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.82907614078414, + -12.17341090704977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71608353592724, + -12.25069793050087, + -76.7064357857993, + -12.240321748038541 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.71176981525389, + -12.240321748038541 + ] + ] + ], + "type": "Polygon" + }, + "id": "1060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79756547412828, + -12.313843589989396, + -76.78791362493777, + -12.303466391931623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.79324866925309, + -12.303466391931623 + ] + ] + ], + "type": "Polygon" + }, + "id": "1061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01385769560324, + -11.89494035908116, + -77.00421265697723, + -11.884551254732683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.0095406178301, + -11.884551254732683 + ] + ] + ], + "type": "Polygon" + }, + "id": "1062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06096252938757, + -11.695002173810735, + -77.0513222402168, + -11.68460920348158 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.0566468551055, + -11.68460920348158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12673602802033, + -12.06334239917562, + -77.11708310775192, + -12.05295302543775 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.12241368939527, + -12.05295302543775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97129052541295, + -12.142419284534611, + -76.96163920537246, + -12.13203494079288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.96697128966088, + -12.13203494079288 + ] + ] + ], + "type": "Polygon" + }, + "id": "1065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036545580376, + -12.345886249736346, + -76.79400158743239, + -12.3355094425312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.7993371580894, + -12.3355094425312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76492369760906, + -11.941142235898731, + -76.75528385106381, + -11.930760001472422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.7606127615626, + -11.930760001472422 + ] + ] + ], + "type": "Polygon" + }, + "id": "1067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98644032679718, + -11.892245977051848, + -76.97679607445004, + -11.881857508186826 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.98212402157367, + -11.881857508186826 + ] + ] + ], + "type": "Polygon" + }, + "id": "1068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69395544024927, + -12.3349210436632, + -76.68430578151983, + -12.324546841123642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.68964120601144, + -12.324546841123642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13716094613967, + -11.765393063949995, + -77.12751664370813, + -11.754999173374838 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.13284230641537, + -11.754999173374838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8387418951409, + -11.987773455919982, + -76.82909867382855, + -11.97739004572825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.83442831726467, + -11.97739004572825 + ] + ] + ], + "type": "Polygon" + }, + "id": "1071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91338445275751, + -12.168142481771834, + -76.90373387556885, + -12.157759982875342 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.90906643845423, + -12.157759982875342 + ] + ] + ], + "type": "Polygon" + }, + "id": "1072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93854583128991, + -12.241392249362413, + -76.92889240814665, + -12.231010310606091 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.93422615720593, + -12.231010310606091 + ] + ] + ], + "type": "Polygon" + }, + "id": "1073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16227837535757, + -11.74423402476477, + -77.1526340775706, + -11.733839247997269 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1579593524485, + -11.733839247997269 + ] + ] + ], + "type": "Polygon" + }, + "id": "1074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88670905854293, + -12.016110003326643, + -76.87706371930956, + -12.005725815437172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.88239379719744, + -12.005725815437172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97200441199782, + -11.993074060393743, + -76.96235752829425, + -11.982687411756814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.96768715065176, + -11.982687411756814 + ] + ] + ], + "type": "Polygon" + }, + "id": "1076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77313997600487, + -12.468561859363053, + -76.76348416033906, + -12.458187971385591 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.76882177241605, + -12.458187971385591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93696413434697, + -11.973890304493475, + -76.9273187340709, + -11.963504238949817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.93264807453043, + -11.963504238949817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1078", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74655658974635, + -12.222305178200932, + -76.73690885552678, + -12.211927752688236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.74224240834708, + -12.211927752688236 + ] + ] + ], + "type": "Polygon" + }, + "id": "1079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05574750556521, + -11.891184988396278, + -77.046101508478, + -11.880794805869888 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.05142935606118, + -11.880794805869888 + ] + ] + ], + "type": "Polygon" + }, + "id": "1080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76567221772927, + -11.980527462471294, + -76.75603117717198, + -11.970145787289468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.76136073624404, + -11.970145787289468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68655989499128, + -11.941216037472039, + -76.67692218768745, + -11.93083579815924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.68225111744553, + -11.93083579815924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76255665855558, + -12.200322252301822, + -76.7529091459953, + -12.189944062728372 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.75824233064685, + -12.189944062728372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78391281104423, + -12.076679450489543, + -76.77426841022253, + -12.066298766195905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77959954693806, + -12.066298766195905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02896564657061, + -11.644662954820054, + -77.01932767022781, + -11.634270121228719 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.02846084761174, + -11.642511159366103 + ], + [ + -77.02364177380652, + -11.644662954820054 + ], + [ + -77.01932767022781, + -11.64161829880546 + ], + [ + -77.01983259564152, + -11.636421934985396 + ], + [ + -77.02465149818848, + -11.634270121228719 + ] + ] + ], + "type": "Polygon" + }, + "id": "1085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00693196336836, + -11.729055523687938, + -76.99729204165953, + -11.718664317981617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -77.00261728207884, + -11.718664317981617 + ] + ] + ], + "type": "Polygon" + }, + "id": "1086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79147775232491, + -12.281800141311722, + -76.78182702450687, + -12.27142255887267 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.78716154246202, + -12.27142255887267 + ] + ] + ], + "type": "Polygon" + }, + "id": "1087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83568436482607, + -12.113267306312986, + -76.82603748256743, + -12.102885884550016 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.83136919629462, + -12.102885884550016 + ] + ] + ], + "type": "Polygon" + }, + "id": "1088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85776762420072, + -12.217656495079126, + -76.84811703784952, + -12.207276184514274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.85345045972396, + -12.207276184514274 + ] + ] + ], + "type": "Polygon" + }, + "id": "1089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79072530891602, + -12.242427862309915, + -76.78107577739654, + -12.232049646218293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.78640964563486, + -12.232049646218293 + ] + ] + ], + "type": "Polygon" + }, + "id": "1090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89128156704913, + -12.063741161134244, + -76.88163468671651, + -12.053357581037364 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.88696554605623, + -12.053357581037364 + ] + ] + ], + "type": "Polygon" + }, + "id": "1091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96443893973546, + -12.165331421699312, + -76.95478711354414, + -12.154947610764754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.96011958266877, + -12.154947610764754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90728508109505, + -12.136089333367956, + -76.8976356208289, + -12.125706478026805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.90296766017113, + -12.125706478026805 + ] + ] + ], + "type": "Polygon" + }, + "id": "1093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77772627760187, + -12.42187770583447, + -76.76807173421503, + -12.411502873460263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77340857252926, + -12.411502873460263 + ], + [ + -76.77772627760187, + -12.41455363808403 + ], + [ + -76.77721674971104, + -12.419741108261883 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.77340857252926, + -12.411502873460263 + ] + ] + ], + "type": "Polygon" + }, + "id": "1094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9285588977757, + -11.823625504444419, + -76.9189181937383, + -11.813237505162663 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.92424506828765, + -11.813237505162663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00094579141457, + -11.980194039835608, + -76.99129854410266, + -11.969806487575674 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.99662792320025, + -11.969806487575674 + ] + ] + ], + "type": "Polygon" + }, + "id": "1096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09014347469176, + -12.059751556675645, + -77.08049158115347, + -12.049363016190028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.0858221575516, + -12.049363016190028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92710868326641, + -12.216673903531545, + -76.9174562973363, + -12.206291845080754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.92278964892928, + -12.206291845080754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14701629234833, + -11.71126863477446, + -77.13737335495425, + -11.700873792315088 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.1426981127226, + -11.700873792315088 + ] + ] + ], + "type": "Polygon" + }, + "id": "1099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03898085986765, + -11.87380696275366, + -77.02933580766292, + -11.863416944186655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.0346633905752, + -11.863416944186655 + ] + ] + ], + "type": "Polygon" + }, + "id": "1100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13787672907628, + -11.71037795904309, + -77.12823404602626, + -11.699983325157742 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.1335588035116, + -11.699983325157742 + ] + ] + ], + "type": "Polygon" + }, + "id": "1101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08068550046922, + -11.586758664077767, + -77.07104793045856, + -11.576363850875223 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0763707411209, + -11.576363850875223 + ], + [ + -77.08068550046922, + -11.579407642459048 + ], + [ + -77.08018151609845, + -11.58460510172206 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.0715520414432, + -11.578517430714935 + ], + [ + -77.0763707411209, + -11.576363850875223 + ] + ] + ], + "type": "Polygon" + }, + "id": "1102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07536264575617, + -11.594109378426648, + -77.06572499188286, + -11.58371478464459 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.07104793045856, + -11.58371478464459 + ] + ] + ], + "type": "Polygon" + }, + "id": "1103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148137209137, + -12.171850658381377, + -76.86183178939704, + -12.161469264936672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.86716444605122, + -12.161469264936672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04367927360819, + -12.110238629388466, + -77.03402705261394, + -12.09985200053036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03935852321271, + -12.09985200053036 + ] + ] + ], + "type": "Polygon" + }, + "id": "1105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01537380683278, + -11.87935663796549, + -77.00572919353283, + -11.868967275675567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.01105689617188, + -11.868967275675567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06550170988558, + -11.648232561980405, + -77.05586269662307, + -11.637838882869739 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.06118653718967, + -11.637838882869739 + ] + ] + ], + "type": "Polygon" + }, + "id": "1107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11751440063071, + -11.96804037886446, + -77.10786455332523, + -11.957649803028135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.11319357951801, + -11.957649803028135 + ] + ] + ], + "type": "Polygon" + }, + "id": "1108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78463978417757, + -12.210382429696008, + -76.77499137373707, + -12.200003843579355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.78032471570998, + -12.200003843579355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8410160020484, + -12.105934655307966, + -76.83136919629462, + -12.095552985154452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.8367007859043, + -12.095552985154452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376728370857, + -12.19566177483394, + -76.86411692962764, + -12.18528070674503 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86944997748081, + -12.18528070674503 + ] + ] + ], + "type": "Polygon" + }, + "id": "1111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00934986028216, + -12.036076528002244, + -76.99970073056193, + -12.02568960360114 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -77.00503102056477, + -12.02568960360114 + ] + ] + ], + "type": "Polygon" + }, + "id": "1112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75042978476993, + -12.041905476540872, + -76.74078732812693, + -12.031525108564042 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.74611790389032, + -12.031525108564042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11060196420826, + -11.896558651752457, + -77.10095442066937, + -11.886167211793227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.10628228068582, + -11.886167211793227 + ] + ] + ], + "type": "Polygon" + }, + "id": "1114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85243861126717, + -12.130653246956475, + -76.8427907637078, + -12.120271677153633 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.84812275376791, + -12.120271677153633 + ] + ] + ], + "type": "Polygon" + }, + "id": "1115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00922597688442, + -11.75288287372779, + -76.99958528715631, + -11.74249192731969 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -77.0049109166655, + -11.74249192731969 + ] + ] + ], + "type": "Polygon" + }, + "id": "1116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79752449910596, + -12.50242878394401, + -76.78786701183934, + -12.49205488666101 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.79752449910596, + -12.495105815267385 + ], + [ + -76.79701512025787, + -12.500292817693234 + ], + [ + -76.79218628934343, + -12.50242878394401 + ], + [ + -76.78786701183934, + -12.499377772813531 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.79320517325112, + -12.49205488666101 + ] + ] + ], + "type": "Polygon" + }, + "id": "1117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72985089756669, + -12.110603056729728, + -76.72020695265205, + -12.10022427094249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.72553866698462, + -12.10022427094249 + ] + ] + ], + "type": "Polygon" + }, + "id": "1118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05501760702991, + -11.946179321060637, + -77.04536998979769, + -11.935789945895436 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.05069874345742, + -11.935789945895436 + ] + ] + ], + "type": "Polygon" + }, + "id": "1119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8722437441807, + -12.211233014247494, + -76.86259296553507, + -12.200852236420172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.86792627140933, + -12.200852236420172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89433329172017, + -12.126944328616755, + -76.8846844453261, + -12.116561652341417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.89001634427386, + -12.116561652341417 + ] + ] + ], + "type": "Polygon" + }, + "id": "1121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63006047492802, + -12.234230032623628, + -76.62041559387855, + -12.223855787026231 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62574935746389, + -12.223855787026231 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.62472666068892, + -12.234230032623628 + ], + [ + -76.62041559387855, + -12.23117870259707 + ], + [ + -76.62092700492005, + -12.22599163496129 + ], + [ + -76.62574935746389, + -12.223855787026231 + ] + ] + ], + "type": "Polygon" + }, + "id": "1122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10829853910789, + -11.872730461132422, + -77.0986517633092, + -11.86233874026852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.10397923467862, + -11.86233874026852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7177450687307, + -11.952179799354813, + -76.70810617832433, + -11.941798924276213 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.71343528390197, + -11.941798924276213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01086682225122, + -12.020496073320848, + -77.00121811817766, + -12.010108877030595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -77.00654814976349, + -12.010108877030595 + ] + ] + ], + "type": "Polygon" + }, + "id": "1125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68708799115103, + -12.35780427969756, + -76.67743783764753, + -12.347430645151533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68277364117436, + -12.347430645151533 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.67743783764753, + -12.35475287511925 + ], + [ + -76.6779486521804, + -12.349566112514403 + ], + [ + -76.68277364117436, + -12.347430645151533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8280592621056, + -12.191121925035182, + -76.81841026002341, + -12.18074193108187 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.82374326242544, + -12.18074193108187 + ] + ] + ], + "type": "Polygon" + }, + "id": "1127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93771379606214, + -11.91891128500937, + -76.92807001467239, + -11.908524400639966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.9333984491444, + -11.908524400639966 + ] + ] + ], + "type": "Polygon" + }, + "id": "1128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614957715211, + -11.990486371502552, + -76.85650554590543, + -11.980102314808251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.86183521643888, + -11.980102314808251 + ] + ] + ], + "type": "Polygon" + }, + "id": "1129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462668502598, + -12.006062118977763, + -76.85498222983902, + -11.995678332422358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.86031215802862, + -11.995678332422358 + ] + ] + ], + "type": "Polygon" + }, + "id": "1130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12571631357098, + -11.740669337590807, + -77.11607303303344, + -11.73027539452941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.12139830696616, + -11.73027539452941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76333594174737, + -12.14537972440134, + -76.75369004799695, + -12.13500063489716 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.75902232579426, + -12.13500063489716 + ] + ] + ], + "type": "Polygon" + }, + "id": "1132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79913265928954, + -12.109637086963989, + -76.78948686508964, + -12.099256529283664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.79481853843406, + -12.099256529283664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85625333972128, + -11.950190285922861, + -76.8466107722577, + -11.9398058836647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193978566254, + -11.9398058836647 + ], + [ + -76.85625333972128, + -11.942853635802962 + ], + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.85193978566254, + -11.9398058836647 + ] + ] + ], + "type": "Polygon" + }, + "id": "1134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0665188863714, + -12.065296006402466, + -77.05686742524637, + -12.054908126082028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.06219812549497, + -12.054908126082028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04201063610007, + -11.842636395931981, + -77.03236643497387, + -11.832245867622127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.03769350129802, + -11.832245867622127 + ] + ] + ], + "type": "Polygon" + }, + "id": "1136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77544675272475, + -12.398077097426443, + -76.76579298268587, + -12.3877019060808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.77544675272475, + -12.390752585439577 + ], + [ + -76.77493723061258, + -12.395940235140033 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.77112942852094, + -12.3877019060808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78075773664466, + -12.485037756710549, + -76.77110122203548, + -12.474663970812053 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.77643910343242, + -12.474663970812053 + ] + ] + ], + "type": "Polygon" + }, + "id": "1138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16840187436104, + -11.77630852691217, + -77.15875647001384, + -11.765914030664918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.16408226197068, + -11.765914030664918 + ] + ] + ], + "type": "Polygon" + }, + "id": "1139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9909916671579, + -11.845496516317265, + -76.98134868977516, + -11.835107278383033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.98667586272519, + -11.835107278383033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07475739210732, + -11.837977269844735, + -77.0651124974803, + -11.827585878562633 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.07043944449518, + -11.827585878562633 + ] + ] + ], + "type": "Polygon" + }, + "id": "1141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08758390660638, + -11.658257037365946, + -77.0779440363763, + -11.647862949022391 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.08326801168624, + -11.647862949022391 + ] + ] + ], + "type": "Polygon" + }, + "id": "1142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92326437351194, + -12.019722833993635, + -76.91361796516597, + -12.009337790186137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.91894807285512, + -12.009337790186137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1660945251225, + -11.752475373238246, + -77.15644988739145, + -11.742080614035192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.1660945251225, + -11.745124548473411 + ], + [ + -77.16559148204323, + -11.750321980017777 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.16177529144235, + -11.742080614035192 + ] + ] + ], + "type": "Polygon" + }, + "id": "1144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84330603643112, + -12.035402104472633, + -76.83366127340686, + -12.025019293507167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.83899169889014, + -12.025019293507167 + ] + ] + ], + "type": "Polygon" + }, + "id": "1145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92628814691918, + -11.894190276660288, + -76.91664540072703, + -11.883803321918451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.92197343849354, + -11.883803321918451 + ] + ] + ], + "type": "Polygon" + }, + "id": "1146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7694175893448, + -12.177426194299738, + -76.75977057433731, + -12.16704746159134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.76510337861748, + -12.16704746159134 + ] + ] + ], + "type": "Polygon" + }, + "id": "1147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02157148778231, + -12.100196871047126, + -77.01192013167005, + -12.08981062809799 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.01725146393899, + -12.08981062809799 + ] + ] + ], + "type": "Polygon" + }, + "id": "1148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05709611647988, + -11.592327558463985, + -77.04745897890821, + -11.581933386759996 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.05278191232696, + -11.581933386759996 + ] + ] + ], + "type": "Polygon" + }, + "id": "1149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07560500060974, + -11.971798552099782, + -77.06595609729841, + -11.961409049245594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.07128524535256, + -11.961409049245594 + ] + ] + ], + "type": "Polygon" + }, + "id": "1150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89281826598497, + -12.236858469062517, + -76.88316617826062, + -12.22647759488509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.88849989163118, + -12.22647759488509 + ] + ] + ], + "type": "Polygon" + }, + "id": "1151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90191306575177, + -11.765942269999439, + -76.8922747779154, + -11.755554147513287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.89760072597983, + -11.755554147513287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96286379490223, + -11.992173208007953, + -76.95321717516609, + -11.981786771746663 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.95854679195745, + -11.981786771746663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00250216784151, + -12.058996008699237, + -76.9928525306654, + -12.048609600599512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.99818320610595, + -12.048609600599512 + ] + ] + ], + "type": "Polygon" + }, + "id": "1154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79839987704518, + -11.975912839817791, + -76.78875809022833, + -11.965530269159347 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.79408755972946, + -11.965530269159347 + ] + ] + ], + "type": "Polygon" + }, + "id": "1155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03287148639687, + -11.841740292757484, + -77.0232275453273, + -11.831349975437526 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.02855460820076, + -11.831349975437526 + ] + ] + ], + "type": "Polygon" + }, + "id": "1156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92862994759004, + -12.201100743162062, + -76.91897798685804, + -12.19071839436692 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.92431108014975, + -12.19071839436692 + ] + ] + ], + "type": "Polygon" + }, + "id": "1157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7375325823994, + -11.93842272838447, + -76.72789356139376, + -11.928041149180768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.73322243566118, + -11.928041149180768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99550451501246, + -11.7043329393026, + -76.98586562302299, + -11.69394169033578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.99119046981865, + -11.69394169033578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66677429915578, + -11.95496790038637, + -76.65713672834745, + -11.944588368630823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.66246588609687, + -11.944588368630823 + ] + ] + ], + "type": "Polygon" + }, + "id": "1160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16068363664367, + -11.665380073595909, + -77.15104172459844, + -11.654984311369441 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15636570658712, + -11.654984311369441 + ], + [ + -77.16068363664367, + -11.658027831960283 + ], + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.15154483552048, + -11.657138636944554 + ], + [ + -77.15636570658712, + -11.654984311369441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07627067631817, + -11.82239011986112, + -77.06662620754727, + -11.811998476767947 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.07195289614228, + -11.811998476767947 + ] + ] + ], + "type": "Polygon" + }, + "id": "1162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13795552683085, + -11.804814934541485, + -77.12831003097253, + -11.794421556835012 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.13363634051687, + -11.794421556835012 + ] + ] + ], + "type": "Polygon" + }, + "id": "1163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11146466939687, + -12.030380091758468, + -77.1018131151511, + -12.019990588542333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.11146466939687, + -12.02303641279374 + ], + [ + -77.1109604264904, + -12.028231216481325 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.10714317686062, + -12.019990588542333 + ] + ] + ], + "type": "Polygon" + }, + "id": "1164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05731714325874, + -11.970003659123964, + -77.04766875743067, + -11.959614575797488 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.05299790032934, + -11.959614575797488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10513553006172, + -11.715053882127341, + -77.09549352803964, + -11.704660100138298 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.10081841155252, + -11.704660100138298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97575270255615, + -11.812533920669265, + -76.96611110055383, + -11.80214460279888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.97143774740725, + -11.80214460279888 + ] + ] + ], + "type": "Polygon" + }, + "id": "1167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74652122724122, + -12.316606665005658, + -76.73687067721839, + -12.306230808845596 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.74220578725554, + -12.306230808845596 + ] + ] + ], + "type": "Polygon" + }, + "id": "1168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89661234813936, + -12.056405597715907, + -76.88696554605623, + -12.046021772560698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.89229628034053, + -12.046021772560698 + ] + ] + ], + "type": "Polygon" + }, + "id": "1169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14089665587053, + -11.679193580198696, + -77.13125482524035, + -11.668798470505571 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.13657906569885, + -11.668798470505571 + ] + ] + ], + "type": "Polygon" + }, + "id": "1170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92555350836757, + -12.043540064610674, + -76.91590632983953, + -12.033155323497517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.92123682796311, + -12.033155323497517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78609554311144, + -12.47771498468562, + -76.77643910343242, + -12.467340931841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.78177686139281, + -12.467340931841 + ] + ] + ], + "type": "Polygon" + }, + "id": "1172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91865745618432, + -11.78332195969415, + -76.90901821128806, + -11.77293365559126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.9143444314336, + -11.77293365559126 + ] + ] + ], + "type": "Polygon" + }, + "id": "1173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85245641068207, + -11.753204548410302, + -76.84281981024029, + -11.74281748856464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84814558412451, + -11.74281748856464 + ], + [ + -76.85245641068207, + -11.74586420429589 + ], + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.84332737049102, + -11.744964269309683 + ], + [ + -76.84814558412451, + -11.74281748856464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13198938433638, + -11.961590685001985, + -77.12233936690113, + -11.951199664524877 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.13198938433638, + -11.954244966415759 + ], + [ + -77.13148553692086, + -11.959440528653147 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.12766826488384, + -11.951199664524877 + ] + ] + ], + "type": "Polygon" + }, + "id": "1175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05490837877872, + -11.757356624147194, + -77.04526638806011, + -11.746964620592063 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.0505920356229, + -11.746964620592063 + ] + ] + ], + "type": "Polygon" + }, + "id": "1176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376374817123, + -12.006966220768469, + -76.8641190238528, + -11.996582219225546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.86944896057105, + -11.996582219225546 + ] + ] + ], + "type": "Polygon" + }, + "id": "1177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89508243481171, + -11.977619801307481, + -76.88543802214924, + -11.967234831732622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.89076745952363, + -11.967234831732622 + ] + ] + ], + "type": "Polygon" + }, + "id": "1178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94605748961445, + -11.786016745543593, + -76.93641744833056, + -11.775627799329481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.941743688322, + -11.775627799329481 + ] + ] + ], + "type": "Polygon" + }, + "id": "1179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05328627642915, + -11.584086409030517, + -77.04364948071488, + -11.573692228960413 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04897228371055, + -11.573692228960413 + ], + [ + -77.05328627642915, + -11.5767362438745 + ], + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.04364948071488, + -11.581042306147529 + ], + [ + -77.04415397132072, + -11.575845268972786 + ], + [ + -77.04897228371055, + -11.573692228960413 + ] + ] + ], + "type": "Polygon" + }, + "id": "1180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9970582073335, + -11.78315856733314, + -76.9874169295685, + -11.772768325670073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.99274307053071, + -11.772768325670073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06724713286194, + -12.010308583989762, + -77.05759729322253, + -11.999919855190361 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.0629270867048, + -11.999919855190361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80067833360147, + -11.99972603724373, + -76.79103577566313, + -11.989343762605934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.79636563644549, + -11.989343762605934 + ] + ] + ], + "type": "Polygon" + }, + "id": "1183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08396115885989, + -11.933285171976797, + -77.074313192106, + -11.922894904780591 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.07964169465781, + -11.922894904780591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73823992561644, + -12.07213631962263, + -76.72859689926975, + -12.061756723686171 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.73392797703208, + -12.061756723686171 + ] + ] + ], + "type": "Polygon" + }, + "id": "1185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72456088923846, + -12.02360954949804, + -76.71491968334011, + -12.013229562284542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.72024996453726, + -12.013229562284542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73671130090193, + -12.087705364587936, + -76.72706785185191, + -12.077326047888745 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.73239918676256, + -12.077326047888745 + ] + ] + ], + "type": "Polygon" + }, + "id": "1187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90272933007478, + -12.277147038398684, + -76.89307577780946, + -12.266766582521228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.90272933007478, + -12.269815513872079 + ], + [ + -76.90222177558165, + -12.27500579508864 + ], + [ + -76.89739491282927, + -12.277147038398684 + ], + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.89841014827238, + -12.266766582521228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01922976849772, + -11.981992733537805, + -77.009581997758, + -11.971604758760181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.01491138541378, + -11.971604758760181 + ] + ] + ], + "type": "Polygon" + }, + "id": "1189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02221714369004, + -11.856428770517805, + -77.01257303783603, + -11.846038918512132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.01790035517654, + -11.846038918512132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85092427896654, + -11.9575266091675, + -76.84128163458745, + -11.947142447637205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.8466107722577, + -11.947142447637205 + ] + ] + ], + "type": "Polygon" + }, + "id": "1191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71988735531627, + -12.258936578232944, + -76.71023925499208, + -12.248560434966567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.71557341966265, + -12.248560434966567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79758594370263, + -12.219531679209652, + -76.78793691108227, + -12.209152914580061 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.79327039821405, + -12.209152914580061 + ] + ] + ], + "type": "Polygon" + }, + "id": "1193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89356835857352, + -12.087555965965969, + -76.88392070755272, + -12.077172695105443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88925195767845, + -12.077172695105443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78919807207927, + -12.257994817128615, + -76.77954811681349, + -12.247616896577632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.78488224273407, + -12.247616896577632 + ] + ] + ], + "type": "Polygon" + }, + "id": "1195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9629193470913, + -12.180906780044413, + -76.95326709539304, + -12.170523255641069 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.95859982293824, + -12.170523255641069 + ] + ] + ], + "type": "Polygon" + }, + "id": "1196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7527382504653, + -11.97138097681504, + -76.74309783348528, + -11.960999494318834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.74842724625185, + -11.960999494318834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93694393818852, + -11.879509707013062, + -76.92730135072186, + -11.869122279953647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93262913732428, + -11.869122279953647 + ], + [ + -76.93694393818852, + -11.872168938558596 + ], + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.92780792981293, + -11.871269301934595 + ], + [ + -76.93262913732428, + -11.869122279953647 + ] + ] + ], + "type": "Polygon" + }, + "id": "1198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05261055138301, + -11.733527540319352, + -77.04296932827424, + -11.723135276754379 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.0482945870903, + -11.723135276754379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9658438218662, + -11.772227855085976, + -76.95620367652793, + -11.761838234260257 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.96152967057434, + -11.761838234260257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97203484797909, + -12.087448235167688, + -76.96238514896365, + -12.07706301475518 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.96771632624672, + -12.07706301475518 + ] + ] + ], + "type": "Polygon" + }, + "id": "1201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95073342722054, + -12.211151158187093, + -76.94108058939798, + -12.200768423421268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.94641382789648, + -12.200768423421268 + ] + ] + ], + "type": "Polygon" + }, + "id": "1202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93623421264917, + -12.12322846068185, + -76.92658437755017, + -12.112844683329298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.93191617959626, + -12.112844683329298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11974571720623, + -11.897453343375958, + -77.1100979175991, + -11.88706169472505 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.1154257787222, + -11.88706169472505 + ] + ] + ], + "type": "Polygon" + }, + "id": "1204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85548288627913, + -12.193846638782915, + -76.84583307156693, + -12.183465999598042 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.85116610206688, + -12.183465999598042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7694749131676, + -11.988767048761703, + -76.75983352401036, + -11.97838539948161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.76516321745036, + -11.97838539948161 + ] + ] + ], + "type": "Polygon" + }, + "id": "1206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95217969975467, + -11.912471303781366, + -76.9425357331466, + -11.902083968868256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.9478640480218, + -11.902083968868256 + ] + ] + ], + "type": "Polygon" + }, + "id": "1207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80065877992911, + -12.094066180117252, + -76.79101340919945, + -12.083685341560843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.79634482504845, + -12.083685341560843 + ] + ] + ], + "type": "Polygon" + }, + "id": "1208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84559509386835, + -11.964862605125719, + -76.83595237273958, + -11.954478684766194 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.84128163458745, + -11.954478684766194 + ] + ] + ], + "type": "Polygon" + }, + "id": "1209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82425176480848, + -12.182882675213632, + -76.81460311056414, + -12.172502644503721 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81993597916681, + -12.172502644503721 + ] + ] + ], + "type": "Polygon" + }, + "id": "1210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12745421155451, + -12.008348082469118, + -77.11780291351863, + -11.997957861864831 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.12745421155451, + -12.001003431934528 + ], + [ + -77.12695022761935, + -12.006198594226442 + ], + [ + -77.12212449328388, + -12.008348082469118 + ], + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.12313258829204, + -11.997957861864831 + ] + ] + ], + "type": "Polygon" + }, + "id": "1211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8280708289179, + -12.096788270429258, + -76.81842464174778, + -12.086406783395411 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.82375608815606, + -12.086406783395411 + ] + ] + ], + "type": "Polygon" + }, + "id": "1212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95987975067632, + -12.21205619923516, + -76.95022664789248, + -12.201673252527847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.95555989233107, + -12.201673252527847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67879755272332, + -12.207677879420462, + -76.66915211235865, + -12.197301946135177 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.67448543711103, + -12.197301946135177 + ] + ] + ], + "type": "Polygon" + }, + "id": "1214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691085573749, + -12.029877301816914, + -76.85726562989137, + -12.019493815853467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.86259594893134, + -12.019493815853467 + ] + ] + ], + "type": "Polygon" + }, + "id": "1215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89814301654934, + -12.135183985859491, + -76.8884938238751, + -12.124801344148993 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.89382585569295, + -12.124801344148993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829145140852, + -12.290900518786653, + -76.87326107353199, + -12.280520787675298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.8829145140852, + -12.283569968311022 + ], + [ + -76.88240666097057, + -12.288759887266087 + ], + [ + -76.87757985396507, + -12.290900518786653 + ], + [ + -76.87326107353199, + -12.287851254463419 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.87859568658268, + -12.280520787675298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68882880756448, + -11.965025385543056, + -76.67919032829626, + -11.954645436960062 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.68451965009433, + -11.954645436960062 + ] + ] + ], + "type": "Polygon" + }, + "id": "1218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94916548293489, + -12.038007867046497, + -76.93951785278517, + -12.027622456511569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.94484823805664, + -12.027622456511569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8494115760097, + -11.78436473873615, + -76.83977412921504, + -11.773978174184604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.84408524028794, + -11.78436473873615 + ], + [ + -76.83977412921504, + -11.781317734955268 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.84510041753816, + -11.773978174184604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05041961349244, + -11.898529201808202, + -77.04077353317787, + -11.888139253664596 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.046101508478, + -11.888139253664596 + ] + ] + ], + "type": "Polygon" + }, + "id": "1221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99028681572231, + -11.99487497315486, + -76.98063940551599, + -11.984487900519243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.98596903817867, + -11.984487900519243 + ] + ] + ], + "type": "Polygon" + }, + "id": "1222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01624011047801, + -12.107535790908647, + -77.00658867211877, + -12.097149792887024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.01192013167005, + -12.097149792887024 + ] + ] + ], + "type": "Polygon" + }, + "id": "1223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98269691422809, + -12.072772248258216, + -76.9730473770388, + -12.06238653877709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.97837830125209, + -12.06238653877709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7732503176086, + -12.091341704502138, + -76.76360576760258, + -12.080961516671994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.7689371504147, + -12.080961516671994 + ] + ] + ], + "type": "Polygon" + }, + "id": "1225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79143322597496, + -12.470391862978591, + -76.78177686139281, + -12.460017543626956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78711449582828, + -12.460017543626956 + ], + [ + -76.79143322597496, + -12.463068391996634 + ], + [ + -76.79092381269754, + -12.468255605526942 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.78711449582828, + -12.460017543626956 + ] + ] + ], + "type": "Polygon" + }, + "id": "1226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69025538643692, + -12.1380925862727, + -76.68061170708296, + -12.12771524363493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68594388225262, + -12.12771524363493 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.68974508880802, + -12.135954184925462 + ], + [ + -76.68492316149916, + -12.1380925862727 + ], + [ + -76.68061170708296, + -12.135042285700923 + ], + [ + -76.68112213019799, + -12.12985366922585 + ], + [ + -76.68594388225262, + -12.12771524363493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10995189514357, + -12.045964006656925, + -77.10029991410207, + -12.035574775467405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.10563023473473, + -12.035574775467405 + ] + ] + ], + "type": "Polygon" + }, + "id": "1228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.921743737183, + -12.035300059134995, + -76.912096904176, + -12.024915287869323 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.91742726985036, + -12.024915287869323 + ] + ] + ], + "type": "Polygon" + }, + "id": "1229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01017071216214, + -12.169847832779652, + -77.00051756991488, + -12.159462965695603 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -77.00585006390072, + -12.159462965695603 + ] + ] + ], + "type": "Polygon" + }, + "id": "1230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09231560778144, + -11.894768480452477, + -77.08266857781405, + -11.884377458631468 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.08799643478945, + -11.884377458631468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17532608519932, + -11.847805381336494, + -77.16567838046029, + -11.837411695389006 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.17482302387546, + -11.84565292973757 + ], + [ + -77.16999908652078, + -11.847805381336494 + ], + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.17100533636862, + -11.837411695389006 + ] + ] + ], + "type": "Polygon" + }, + "id": "1232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0291067681271, + -11.927902845046393, + -77.01946035655936, + -11.917513838876287 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.02478884185155, + -11.917513838876287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0503663327916, + -11.804118606348718, + -77.04072306565945, + -11.793727344165687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.04604948791129, + -11.793727344165687 + ] + ] + ], + "type": "Polygon" + }, + "id": "1234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90425190206034, + -12.261576280353019, + -76.8945987748773, + -12.25119552798614 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.89993288706279, + -12.25119552798614 + ] + ] + ], + "type": "Polygon" + }, + "id": "1235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04879923385116, + -11.725286525484341, + -77.0391583529903, + -11.71489424638714 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.04448348121284, + -11.71489424638714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90348541057895, + -12.222194059636005, + -76.89383347978536, + -12.21181267941702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89916694263513, + -12.21181267941702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7054626018254, + -12.171048160164801, + -76.6958175209142, + -12.160670953149346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.70115023762217, + -12.160670953149346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72761840925679, + -11.992469041961389, + -76.71797804813, + -11.98208851022476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.72228859282109, + -11.992469041961389 + ], + [ + -76.71797804813, + -11.989419834084895 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.72330781537336, + -11.98208851022476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8570039226011, + -12.272604534409664, + -76.84735171543474, + -12.262225147314865 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.85268604479349, + -12.262225147314865 + ] + ] + ], + "type": "Polygon" + }, + "id": "1240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12953093930693, + -11.748910579503178, + -77.11988731807654, + -11.738516653480687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.12521272164246, + -11.738516653480687 + ] + ] + ], + "type": "Polygon" + }, + "id": "1241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93013285372511, + -12.091172978437239, + -76.92048413455646, + -12.080788853395468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.92581541366863, + -12.080788853395468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91641332506705, + -12.042636904834396, + -76.9067664130215, + -12.032252377180452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.912096904176, + -12.032252377180452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80746312599743, + -12.354124839295505, + -76.79780980678092, + -12.343748076950156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.8069541197402, + -12.351986690704548 + ], + [ + -76.8021273729819, + -12.354124839295505 + ], + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.8031455116319, + -12.343748076950156 + ] + ] + ], + "type": "Polygon" + }, + "id": "1244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99402521056817, + -11.814328296172167, + -76.98438308304212, + -11.803938553273237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.98970973996343, + -11.803938553273237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89358345874996, + -12.276239078140676, + -76.88393017454919, + -12.265858835519412 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88926453734341, + -12.265858835519412 + ] + ] + ], + "type": "Polygon" + }, + "id": "1246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76636181117934, + -12.208561233392514, + -76.75671394948105, + -12.198183080885817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.76204726872261, + -12.198183080885817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0983660310257, + -11.832419788056797, + -77.08872070571738, + -11.822027746471813 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.09404752841465, + -11.822027746471813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85321542209938, + -11.792604974853212, + -76.84357762883735, + -11.782218426984484 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.84788895327539, + -11.792604974853212 + ], + [ + -76.84357762883735, + -11.789557958626812 + ], + [ + -76.84408524028794, + -11.78436473873615 + ], + [ + -76.84890405031436, + -11.782218426984484 + ] + ] + ], + "type": "Polygon" + }, + "id": "1249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9719435932793, + -11.804293271663148, + -76.96230233527415, + -11.793903934948837 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.96762885050005, + -11.793903934948837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07094394354529, + -11.829736337362805, + -77.06129939093016, + -11.819344925010668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.06662620754727, + -11.819344925010668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04190902783047, + -11.653796798184716, + -77.032270449243, + -11.643403764198709 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.03658502101985, + -11.653796798184716 + ], + [ + -77.032270449243, + -11.650752204580485 + ], + [ + -77.03277520770102, + -11.645555740467486 + ], + [ + -77.03759441143208, + -11.643403764198709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12586687007247, + -11.929522306279624, + -77.11621796156845, + -11.919130968466247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.12154634113276, + -11.919130968466247 + ] + ] + ], + "type": "Polygon" + }, + "id": "1253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87832468496384, + -11.77148493616584, + -76.86868685442694, + -11.761097475425379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.87401291148238, + -11.761097475425379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93240418438886, + -12.020625381350117, + -76.92275750995678, + -12.010240124189432 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.92808762440744, + -12.010240124189432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0108250630654, + -11.926106632442584, + -77.00117917371534, + -11.915718048624578 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -77.00650765104811, + -11.915718048624578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02368723533277, + -11.746432244536884, + -77.01404636658768, + -11.736040858139875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01937187321646, + -11.736040858139875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87071918813156, + -12.132466342387561, + -76.8610708010956, + -12.122084343070966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.86640280868582, + -12.122084343070966 + ] + ] + ], + "type": "Polygon" + }, + "id": "1258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11600217265638, + -11.983625910436993, + -77.10635189865224, + -11.973235600432298 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.1116811836978, + -11.973235600432298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06937158391524, + -11.750903264000875, + -77.05972941801775, + -11.740510822314217 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.06505494052037, + -11.740510822314217 + ] + ] + ], + "type": "Polygon" + }, + "id": "1260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70541525603718, + -12.265348186720896, + -76.69576736088189, + -12.25497251959366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.70110163431254, + -12.25497251959366 + ] + ] + ], + "type": "Polygon" + }, + "id": "1261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74513490790736, + -11.954901855915145, + -76.73549518879504, + -11.94452032415464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.7408243323937, + -11.94452032415464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70101671395611, + -11.934793070174168, + -76.6913788003128, + -11.92441236809535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.6967076224269, + -11.92441236809535 + ] + ] + ], + "type": "Polygon" + }, + "id": "1263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06101888313391, + -11.789426256934922, + -77.05137578252155, + -11.77903453542383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.05670194940275, + -11.77903453542383 + ] + ] + ], + "type": "Polygon" + }, + "id": "1264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73141966917726, + -12.000708457947132, + -76.72177895864846, + -11.990327952365833 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.72177895864846, + -11.997659240064669 + ], + [ + -76.72228859282109, + -11.992469041961389 + ], + [ + -76.72710886074721, + -11.990327952365833 + ] + ] + ], + "type": "Polygon" + }, + "id": "1265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06500405557487, + -12.080877482190992, + -77.05535216806301, + -12.070489877710221 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.06068312707207, + -12.070489877710221 + ] + ] + ], + "type": "Polygon" + }, + "id": "1266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88596131243325, + -12.259760729616948, + -76.8763087216457, + -12.24938040404092 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.8816428183112, + -12.24938040404092 + ] + ] + ], + "type": "Polygon" + }, + "id": "1267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71468710597182, + -11.983321352445454, + -76.70504737122927, + -11.97294101412615 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.71037699053359, + -11.97294101412615 + ] + ] + ], + "type": "Polygon" + }, + "id": "1268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92324817050314, + -11.925350098564028, + -76.91360457555582, + -11.914963665671134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91893312893977, + -11.914963665671134 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.91791957073065, + -11.925350098564028 + ], + [ + -76.91360457555582, + -11.922302990854963 + ], + [ + -76.91411141778282, + -11.917109827864522 + ], + [ + -76.91893312893977, + -11.914963665671134 + ] + ] + ], + "type": "Polygon" + }, + "id": "1269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03595053716927, + -11.904975987947877, + -77.0263046337898, + -11.894586485322977 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.03163273336011, + -11.894586485322977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11297730705584, + -12.014795769207172, + -77.10332617958156, + -12.004405995512812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.10865598238549, + -12.004405995512812 + ] + ] + ], + "type": "Polygon" + }, + "id": "1271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77850356432663, + -12.366950904749825, + -76.7688506421794, + -12.356575096132902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.77418657235751, + -12.356575096132902 + ] + ] + ], + "type": "Polygon" + }, + "id": "1272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00397976095924, + -11.949030850321, + -76.99433336443455, + -11.938642766702428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.99966222697631, + -11.938642766702428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94458373244584, + -11.990370711723484, + -76.93493764207611, + -11.979984700965849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.9402672469083, + -11.979984700965849 + ] + ] + ], + "type": "Polygon" + }, + "id": "1274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74196921377491, + -12.269001160336561, + -76.73232020991215, + -12.25862462122985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.73765453507109, + -12.25862462122985 + ] + ] + ], + "type": "Polygon" + }, + "id": "1275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07184950279452, + -12.057954535254112, + -77.06219812549497, + -12.047566412903313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.06752869761267, + -12.047566412903313 + ] + ] + ], + "type": "Polygon" + }, + "id": "1276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7588470513375, + -11.909089416411733, + -76.74920832454404, + -11.898706872554628 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75453670923866, + -11.898706872554628 + ], + [ + -76.7588470513375, + -11.901755269187179 + ], + [ + -76.7583380684749, + -11.906946595687897 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.74971743299099, + -11.900849715650113 + ], + [ + -76.75453670923866, + -11.898706872554628 + ] + ] + ], + "type": "Polygon" + }, + "id": "1277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7192738440775, + -11.936608420114153, + -76.70963537580441, + -11.926227278973803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.7149642245443, + -11.926227278973803 + ] + ] + ], + "type": "Polygon" + }, + "id": "1278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06180401674567, + -11.828841332234665, + -77.0521597226504, + -11.818450130129829 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.0574865366895, + -11.818450130129829 + ] + ] + ], + "type": "Polygon" + }, + "id": "1279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16618156897498, + -11.84691322485946, + -77.15653411730851, + -11.836519746258821 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.16186107378789, + -11.836519746258821 + ] + ] + ], + "type": "Polygon" + }, + "id": "1280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76791888622323, + -12.098672330175273, + -76.75827426187425, + -12.088292391239376 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.76360576760258, + -12.088292391239376 + ] + ] + ], + "type": "Polygon" + }, + "id": "1281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97881961097595, + -11.875764877046004, + -76.96917604658323, + -11.865376362617072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.97450373055044, + -11.865376362617072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8303526034081, + -12.120599623396519, + -76.82070564481073, + -12.110218450465933 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.82603748256743, + -12.110218450465933 + ] + ] + ], + "type": "Polygon" + }, + "id": "1283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95524265619325, + -11.975692689206868, + -76.94559672580678, + -11.965306197633021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.95092607868384, + -11.965306197633021 + ] + ] + ], + "type": "Polygon" + }, + "id": "1284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10455240384769, + -11.958903647251075, + -77.09490315442963, + -11.948513251952038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.10023204937157, + -11.948513251952038 + ] + ] + ], + "type": "Polygon" + }, + "id": "1285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68032916134541, + -12.19211390650862, + -76.6706841433369, + -12.181737681715827 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.67601721104135, + -12.181737681715827 + ] + ] + ], + "type": "Polygon" + }, + "id": "1286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80216564433681, + -12.17282571013968, + -76.79251788286807, + -12.162446075060112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.79785059706296, + -12.162446075060112 + ] + ] + ], + "type": "Polygon" + }, + "id": "1287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00619428543109, + -11.784054729161792, + -76.99655274582852, + -11.773664275338119 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -77.00187889131944, + -11.773664275338119 + ] + ] + ], + "type": "Polygon" + }, + "id": "1288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75413319847453, + -12.333083675359834, + -76.74448194907694, + -12.322707905323348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.74981732885034, + -12.322707905323348 + ] + ] + ], + "type": "Polygon" + }, + "id": "1289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93238531540953, + -11.926250987407382, + -76.92274145453044, + -11.915864340835464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.92807001467239, + -11.915864340835464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70773470178479, + -12.194852423368907, + -76.69808884798017, + -12.184475541405146 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.70342195714399, + -12.184475541405146 + ] + ] + ], + "type": "Polygon" + }, + "id": "1291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83112039096791, + -12.065643250755059, + -76.82147505130347, + -12.055261206521617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.82680598249071, + -12.055261206521617 + ] + ] + ], + "type": "Polygon" + }, + "id": "1292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75260400286125, + -12.348646949594508, + -76.74295232989594, + -12.338271484299616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.74828796731303, + -12.338271484299616 + ] + ] + ], + "type": "Polygon" + }, + "id": "1293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6955372695075, + -12.225068672632556, + -76.6858908486637, + -12.214692594090314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.69122445858574, + -12.214692594090314 + ] + ] + ], + "type": "Polygon" + }, + "id": "1294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74808544000723, + -12.206738966728407, + -76.73843812895531, + -12.196361248830057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.74377142436369, + -12.196361248830057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99476498726736, + -11.759332352690283, + -76.98512447777946, + -11.748941847207261 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.99045022948505, + -11.748941847207261 + ] + ] + ], + "type": "Polygon" + }, + "id": "1296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03814876077739, + -11.739980466329715, + -77.0285077142387, + -11.729588640880303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.0338330973031, + -11.729588640880303 + ] + ] + ], + "type": "Polygon" + }, + "id": "1297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79837966028205, + -12.070255361311492, + -76.78873506112411, + -12.059874212644718 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.79406608546336, + -12.059874212644718 + ] + ] + ], + "type": "Polygon" + }, + "id": "1298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77316758556714, + -12.374275858630936, + -76.76351458878291, + -12.363900311862078 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.7688506421794, + -12.363900311862078 + ] + ] + ], + "type": "Polygon" + }, + "id": "1299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13652332868733, + -11.91482971251063, + -77.12687459163392, + -11.904437906106825 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.13220271298448, + -11.904437906106825 + ] + ] + ], + "type": "Polygon" + }, + "id": "1300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8707200674008, + -12.226803816339656, + -76.86106886416681, + -12.216423330317117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.86640242807945, + -12.216423330317117 + ] + ] + ], + "type": "Polygon" + }, + "id": "1301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9720653017291, + -12.18181091665702, + -76.96241278575809, + -12.171427180535668 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.96774551887428, + -12.171427180535668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77252835474165, + -11.957621562632255, + -76.76288781119553, + -11.94723937643689 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.76821699034271, + -11.94723937643689 + ] + ] + ], + "type": "Polygon" + }, + "id": "1303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98340541620236, + -11.923410344107053, + -76.97376031375939, + -11.913022395700315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.97908877708578, + -11.913022395700315 + ] + ] + ], + "type": "Polygon" + }, + "id": "1304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10369276900585, + -11.82507270758339, + -77.09404752841465, + -11.814680435617618 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09937422260758, + -11.814680435617618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9902153330177, + -11.806087587775213, + -76.9805735491169, + -11.795697825769755 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.9859000746397, + -11.795697825769755 + ] + ] + ], + "type": "Polygon" + }, + "id": "1306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68729862869469, + -11.980594972133792, + -76.67765972756622, + -11.970215292663621 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.68298930609413, + -11.970215292663621 + ] + ] + ], + "type": "Polygon" + }, + "id": "1307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81058354773354, + -11.945669528681462, + -76.8009423347871, + -11.935286207213867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.80627130017578, + -11.935286207213867 + ] + ] + ], + "type": "Polygon" + }, + "id": "1308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17443726543019, + -11.713939111295032, + -77.16479356787195, + -11.703543644625428 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.17011832483557, + -11.703543644625428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08916036283871, + -11.737100507357457, + -77.07951810719602, + -11.726707402031236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.08484337577404, + -11.726707402031236 + ] + ] + ], + "type": "Polygon" + }, + "id": "1310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93394362737394, + -12.09941285731175, + -76.92429456273729, + -12.089028765348356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92962597423859, + -12.089028765348356 + ] + ] + ], + "type": "Polygon" + }, + "id": "1311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1061345639556, + -12.037723446041424, + -77.09648292463804, + -12.027334182842386 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.1018131151511, + -12.027334182842386 + ] + ] + ], + "type": "Polygon" + }, + "id": "1312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88899513373123, + -12.039925837479066, + -76.87934902399441, + -12.029541951705689 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.88467949258819, + -12.029541951705689 + ] + ] + ], + "type": "Polygon" + }, + "id": "1313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98799265688908, + -11.97105391745938, + -76.97834601602895, + -11.960666549335702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.98367525887319, + -11.960666549335702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71534058739765, + -12.211330015407885, + -76.70569403316173, + -12.20095320645049 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.71102741283275, + -12.20095320645049 + ] + ] + ], + "type": "Polygon" + }, + "id": "1315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68867222208083, + -12.247957169850057, + -76.6790253067309, + -12.237581643285656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.68435929546628, + -12.237581643285656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73290879878853, + -12.079466136448081, + -76.72326569922069, + -12.069086789112852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.72859689926975, + -12.069086789112852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81281478126687, + -12.252487738978745, + -76.80316435515596, + -12.242109130570025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.80849837870285, + -12.242109130570025 + ] + ] + ], + "type": "Polygon" + }, + "id": "1318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84028178076046, + -11.783463863783096, + -76.83064460399831, + -11.773077515643017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.83977412921504, + -11.781317734955268 + ], + [ + -76.83495545415869, + -11.783463863783096 + ], + [ + -76.83064460399831, + -11.780416785307468 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.83597088307187, + -11.773077515643017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01611017028671, + -11.82436239929315, + -77.00646717595201, + -11.81397225219533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.01179397296787, + -11.81397225219533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81130488391538, + -12.173734694515082, + -76.8016568497697, + -12.163354843344715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.80698957438604, + -12.163354843344715 + ] + ] + ], + "type": "Polygon" + }, + "id": "1321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04112680039668, + -11.614376138348545, + -77.03148941396958, + -11.603982628306678 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.03681272964218, + -11.603982628306678 + ] + ] + ], + "type": "Polygon" + }, + "id": "1322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7154294489737, + -12.022700588670384, + -76.70578852002663, + -12.012320820416516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7111187882001, + -12.012320820416516 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.71009913142541, + -12.022700588670384 + ], + [ + -76.70578852002663, + -12.01965111224978 + ], + [ + -76.70629841115822, + -12.014461282898804 + ], + [ + -76.7111187882001, + -12.012320820416516 + ] + ] + ], + "type": "Polygon" + }, + "id": "1323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9848546042346, + -11.719024108294489, + -76.97521554997297, + -11.708633312876302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.97952945904323, + -11.719024108294489 + ], + [ + -76.97521554997297, + -11.715978652930914 + ], + [ + -76.97572120847171, + -11.710783308435081 + ], + [ + -76.98054064971193, + -11.708633312876302 + ] + ] + ], + "type": "Polygon" + }, + "id": "1324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91947007707597, + -12.105844642701232, + -76.90982119940789, + -12.095461010334109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.91515272977358, + -12.095461010334109 + ] + ] + ], + "type": "Polygon" + }, + "id": "1325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90956149802145, + -12.06554950217036, + -76.89991408250005, + -12.055165494192114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.90524495702014, + -12.055165494192114 + ] + ] + ], + "type": "Polygon" + }, + "id": "1326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69558748971512, + -12.130765458772496, + -76.68594388225262, + -12.12038786400362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69127593584078, + -12.12038786400362 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.68594388225262, + -12.12771524363493 + ], + [ + -76.68645421970075, + -12.122526501064902 + ], + [ + -76.69127593584078, + -12.12038786400362 + ] + ] + ], + "type": "Polygon" + }, + "id": "1327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16529656096674, + -11.713049210997788, + -77.15565311631846, + -11.702653952146237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.16097787382597, + -11.702653952146237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75803561165401, + -12.058384246953612, + -76.74839245698384, + -12.048003937204909 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.75372330192708, + -12.048003937204909 + ] + ] + ], + "type": "Polygon" + }, + "id": "1329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01463719538091, + -11.934347186498934, + -77.00499096257522, + -11.92395862810244 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.01031957114364, + -11.92395862810244 + ] + ] + ], + "type": "Polygon" + }, + "id": "1330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15187622416165, + -12.042206991798265, + -77.14222330700403, + -12.031816689456472 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14755350096645, + -12.031816689456472 + ], + [ + -77.15187622416165, + -12.034862192424566 + ], + [ + -77.15137253082985, + -12.040057395390324 + ], + [ + -77.14654598704215, + -12.042206991798265 + ], + [ + -77.14222330700403, + -12.039161404395585 + ], + [ + -77.1427271275872, + -12.033966305029514 + ], + [ + -77.14755350096645, + -12.031816689456472 + ] + ] + ], + "type": "Polygon" + }, + "id": "1331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96515601977637, + -12.015992730434009, + -76.95550863035828, + -12.005606592791555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.96083863721292, + -12.005606592791555 + ] + ] + ], + "type": "Polygon" + }, + "id": "1332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97727002781926, + -11.796949881222499, + -76.96762885050005, + -11.78656031321794 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.97295523945762, + -11.78656031321794 + ] + ] + ], + "type": "Polygon" + }, + "id": "1333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15544350165034, + -11.76717608577332, + -77.14579869076101, + -11.756781778629646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.15112435380192, + -11.756781778629646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78161009379623, + -12.147198851050005, + -76.77196365120182, + -12.136819327324567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.77729595190407, + -12.136819327324567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08862966472714, + -12.075334023639636, + -77.0789773445531, + -12.064945758251548 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.08430817981784, + -12.064945758251548 + ] + ] + ], + "type": "Polygon" + }, + "id": "1336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70861592608053, + -11.951271925450326, + -76.69897731285836, + -11.940891269764808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.70430640521309, + -11.940891269764808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9240328560836, + -12.059116832803134, + -76.91438525280623, + -12.048732366557696 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91971600896433, + -12.048732366557696 + ] + ] + ], + "type": "Polygon" + }, + "id": "1338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12881367773441, + -11.80392238196944, + -77.11916843684257, + -11.793529212771443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.12449474583032, + -11.793529212771443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80295714726417, + -12.02353874117049, + -76.7933138181115, + -12.013156766112859 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.79864407021543, + -12.013156766112859 + ] + ] + ], + "type": "Polygon" + }, + "id": "1340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13183524013903, + -11.772742378557922, + -77.12219085195818, + -11.762348714921844 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.12751664370813, + -11.762348714921844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76171524694584, + -12.443847821798274, + -76.75206048014623, + -12.433473784111852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.75637799031294, + -12.443847821798274 + ], + [ + -76.75206048014623, + -12.440796724754001 + ], + [ + -76.75257039195864, + -12.435609759999142 + ], + [ + -76.75739768793515, + -12.433473784111852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68724601538057, + -12.074914926208635, + -76.67760430361913, + -12.064536674058852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.67760430361913, + -12.071864924430459 + ], + [ + -76.67811466875742, + -12.066675853275546 + ], + [ + -76.6829354370347, + -12.064536674058852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15783469342375, + -11.885440694938193, + -77.14818630125804, + -11.875047956689901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15351390513177, + -11.875047956689901 + ], + [ + -77.15783469342375, + -11.878092645033503 + ], + [ + -77.15733132769827, + -11.883289066045247 + ], + [ + -77.15250704651989, + -11.885440694938193 + ], + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.15351390513177, + -11.875047956689901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88897651891227, + -11.756802880402084, + -76.87933884393499, + -11.746414957321319 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.88466465169711, + -11.746414957321319 + ] + ] + ], + "type": "Polygon" + }, + "id": "1345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69109807597825, + -11.988834256009705, + -76.68145882465225, + -11.97845460171443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.69058802559904, + -11.9866939090506 + ], + [ + -76.68576831238933, + -11.988834256009705 + ], + [ + -76.68145882465225, + -11.985784744311774 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.68678853853099, + -11.97845460171443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9872861556279, + -12.120408244632063, + -76.97763507858714, + -12.110023160082326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.98296678304929, + -12.110023160082326 + ] + ] + ], + "type": "Polygon" + }, + "id": "1347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96890829019385, + -11.835460276470506, + -76.95926618287949, + -11.8250714431128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.96459321388559, + -11.8250714431128 + ] + ] + ], + "type": "Polygon" + }, + "id": "1348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04952967209907, + -11.670278932379485, + -77.03989040909502, + -11.659885922487163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.04521463248837, + -11.659885922487163 + ] + ] + ], + "type": "Polygon" + }, + "id": "1349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6734641780184, + -12.215002801730154, + -76.66381866626216, + -12.204627124512317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.66915211235865, + -12.204627124512317 + ] + ] + ], + "type": "Polygon" + }, + "id": "1350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04049581628392, + -11.85822187088391, + -77.03085118963048, + -11.847831596670456 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.03617851423998, + -11.847831596670456 + ] + ] + ], + "type": "Polygon" + }, + "id": "1351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00930854172435, + -11.94168918004145, + -76.99966222697631, + -11.931300858812001 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -77.00499096257522, + -11.931300858812001 + ] + ] + ], + "type": "Polygon" + }, + "id": "1352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7511427280328, + -12.175605231517274, + -76.74149626324618, + -12.165226933473672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.74682904388204, + -12.165226933473672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99554177727329, + -11.798743619176802, + -76.9859000746397, + -11.788353626120626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.99122647357277, + -11.788353626120626 + ] + ] + ], + "type": "Polygon" + }, + "id": "1354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01615345841549, + -11.918764283341579, + -77.00650765104811, + -11.90837546312486 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.01183600133608, + -11.90837546312486 + ] + ] + ], + "type": "Polygon" + }, + "id": "1355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78691874938912, + -12.234188910486276, + -76.77726956658252, + -12.223810655375887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.78260330050904, + -12.223810655375887 + ] + ] + ], + "type": "Polygon" + }, + "id": "1356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92254406737669, + -12.263390750702465, + -76.91289040570933, + -12.25300957254589 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.92254406737669, + -12.256058254528376 + ], + [ + -76.92203681162405, + -12.261248896762853 + ], + [ + -76.91720989427992, + -12.263390750702465 + ], + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.91822453231035, + -12.25300957254589 + ] + ] + ], + "type": "Polygon" + }, + "id": "1357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03301611520963, + -12.1249172283981, + -77.0233637284698, + -12.11453109000935 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.02869545433705, + -12.11453109000935 + ] + ] + ], + "type": "Polygon" + }, + "id": "1358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99247212582183, + -11.735505721116072, + -76.98283238451953, + -11.725114955382237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.98815774700806, + -11.725114955382237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07790642392028, + -11.995623077081369, + -77.06825675208695, + -11.985233869919584 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.07358628928134, + -11.985233869919584 + ] + ] + ], + "type": "Polygon" + }, + "id": "1360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98654430405175, + -12.175378595794076, + -76.97689160545603, + -12.164994399090295 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.98222421714043, + -12.164994399090295 + ] + ] + ], + "type": "Polygon" + }, + "id": "1361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69168350243632, + -12.311121319959163, + -76.68203461739455, + -12.30074677150299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.68736964898618, + -12.30074677150299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76018584364985, + -12.459408484003427, + -76.75053065290537, + -12.449034761862043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75586811855288, + -12.449034761862043 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.75484832913186, + -12.459408484003427 + ], + [ + -76.75053065290537, + -12.456357303652162 + ], + [ + -76.7510406106202, + -12.45117049666596 + ], + [ + -76.75586811855288, + -12.449034761862043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14558753386541, + -11.821297293556981, + -77.13594135691939, + -11.81090395716292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.14126792548107, + -11.81090395716292 + ] + ] + ], + "type": "Polygon" + }, + "id": "1365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11520989489264, + -11.944213618961474, + -77.10556081560036, + -11.933822751516542 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.11088945302849, + -11.933822751516542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88595598507506, + -12.165424516833124, + -76.87630621129509, + -12.155042658747453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.88163875132733, + -12.155042658747453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99861266583586, + -11.861977807605582, + -76.9889690011282, + -11.851588612375714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.99429643687822, + -11.851588612375714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8128307980529, + -12.158164845882833, + -76.8031831876835, + -12.147784707634363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.80851565464158, + -12.147784707634363 + ] + ] + ], + "type": "Polygon" + }, + "id": "1369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.982562848912, + -11.695197033950969, + -76.97292456273759, + -11.684805984326264 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97824927327991, + -11.684805984326264 + ], + [ + -76.982562848912, + -11.687851240552765 + ], + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.97723809289131, + -11.695197033950969 + ], + [ + -76.97292456273759, + -11.692151690266108 + ], + [ + -76.97343021608245, + -11.686956218702544 + ], + [ + -76.97824927327991, + -11.684805984326264 + ] + ] + ], + "type": "Polygon" + }, + "id": "1370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97355361874709, + -12.071870335126993, + -76.96390434509509, + -12.06148483745625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96923526406209, + -12.06148483745625 + ] + ] + ], + "type": "Polygon" + }, + "id": "1371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73216414214417, + -12.040088213451593, + -76.72252223724222, + -12.029708282119618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.72785278823801, + -12.029708282119618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97739795396706, + -12.174475020750693, + -76.96774551887428, + -12.164091035395554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.97307812542513, + -12.164091035395554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77250059435399, + -12.05196113781861, + -76.76285723919598, + -12.041580363344998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.76818797300962, + -12.041580363344998 + ] + ] + ], + "type": "Polygon" + }, + "id": "1374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06247572595096, + -11.679412658755904, + -77.052835862107, + -11.66901945061361 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.0581602188709, + -11.66901945061361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92328058597725, + -12.114084444424494, + -76.91363136259062, + -12.103700845783184 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.918963025492, + -12.103700845783184 + ] + ] + ], + "type": "Polygon" + }, + "id": "1376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9560407995566, + -12.109459739686608, + -76.94639085904679, + -12.09907525619727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.95172241527587, + -12.09907525619727 + ] + ] + ], + "type": "Polygon" + }, + "id": "1377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05266447519448, + -11.827946066488611, + -77.0430204400966, + -11.817555074882506 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.04834725128208, + -11.817555074882506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98495713760713, + -12.002214951275437, + -76.97530964620232, + -11.991828119117121 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.98063940551599, + -11.991828119117121 + ] + ] + ], + "type": "Polygon" + }, + "id": "1379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73369273151522, + -12.024518247698468, + -76.72405124914033, + -12.014138041774844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72938154308636, + -12.014138041774844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65666616809534, + -12.29189844901694, + -76.64701882490166, + -12.281524475848238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.6513314011033, + -12.29189844901694 + ], + [ + -76.64701882490166, + -12.288847077966532 + ], + [ + -76.64752995788032, + -12.283660146314372 + ], + [ + -76.65235354160022, + -12.281524475848238 + ] + ] + ], + "type": "Polygon" + }, + "id": "1381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82578941203894, + -12.072976389407557, + -76.81614399620334, + -12.06259459182812 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.82147505130347, + -12.06259459182812 + ] + ] + ], + "type": "Polygon" + }, + "id": "1382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13501215036871, + -11.930417096691974, + -77.12536298654565, + -11.92002555071378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.13069136675598, + -11.92002555071378 + ] + ] + ], + "type": "Polygon" + }, + "id": "1383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75566225648843, + -12.31751994439775, + -76.74601143063515, + -12.307143871159672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.75134655278202, + -12.307143871159672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96209062181018, + -11.952773025554812, + -76.95244519658586, + -11.942386028614033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.95777416528405, + -11.942386028614033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72981067416943, + -12.204915630516242, + -76.7201639156672, + -12.194538348224253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.72549718614088, + -12.194538348224253 + ] + ] + ], + "type": "Polygon" + }, + "id": "1386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67057259244947, + -11.963207153039448, + -76.66093467108166, + -11.952827644962346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.66626396441744, + -11.952827644962346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83265519077547, + -11.955718505689148, + -76.82301308735768, + -11.945334775962168 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82834220632475, + -11.945334775962168 + ], + [ + -76.83265519077547, + -11.948382768092578 + ], + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.82834220632475, + -11.945334775962168 + ] + ] + ], + "type": "Polygon" + }, + "id": "1388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.045771125814, + -11.756462391217607, + -77.03612939433954, + -11.746070598589192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.04145503884223, + -11.746070598589192 + ] + ] + ], + "type": "Polygon" + }, + "id": "1389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05658732909049, + -12.024992791649526, + -77.04693732230807, + -12.014604542987334 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.05226737172774, + -12.014604542987334 + ] + ] + ], + "type": "Polygon" + }, + "id": "1390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6605284616831, + -12.205850210156648, + -76.65088358110481, + -12.19547471620238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65621687674711, + -12.19547471620238 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.65088358110481, + -12.20279929845889 + ], + [ + -76.65139452426844, + -12.19761160646526 + ], + [ + -76.65621687674711, + -12.19547471620238 + ] + ] + ], + "type": "Polygon" + }, + "id": "1391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84482328449579, + -12.114174196872586, + -76.83517613141315, + -12.103792559713945 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.84050785454744, + -12.103792559713945 + ] + ] + ], + "type": "Polygon" + }, + "id": "1392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14010201614668, + -11.639766380166261, + -77.13046137802279, + -11.62937078885644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1357849721543, + -11.62937078885644 + ], + [ + -77.14010201614668, + -11.632414352988393 + ], + [ + -77.13959878291747, + -11.637612200856656 + ], + [ + -77.1347783787973, + -11.639766380166261 + ], + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.13096473814126, + -11.631524985339984 + ], + [ + -77.1357849721543, + -11.62937078885644 + ] + ] + ], + "type": "Polygon" + }, + "id": "1393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91335780565544, + -11.979424874866586, + -76.90371285848664, + -11.969039477018557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.9090423108042, + -11.969039477018557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96360917794512, + -11.937192464017167, + -76.95396417761869, + -11.926805203000521 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.9592928882646, + -11.926805203000521 + ] + ] + ], + "type": "Polygon" + }, + "id": "1395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78381492734286, + -12.453915763404387, + -76.7741592612032, + -12.443541343262394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77949662661212, + -12.443541343262394 + ], + [ + -76.78381492734286, + -12.446592192063644 + ], + [ + -76.78330543379711, + -12.45177945605536 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.77949662661212, + -12.443541343262394 + ] + ] + ], + "type": "Polygon" + }, + "id": "1396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75263759414607, + -12.25434852270566, + -76.74298873764053, + -12.243971469203096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.74832281753221, + -12.243971469203096 + ] + ] + ], + "type": "Polygon" + }, + "id": "1397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1272269984792, + -11.72507836244706, + -77.11758414410848, + -11.714684177610327 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.12290915952944, + -11.714684177610327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10685613205014, + -11.982729629841577, + -77.09720611444726, + -11.972339528337319 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.10253539827248, + -11.972339528337319 + ] + ] + ], + "type": "Polygon" + }, + "id": "1399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74733859366803, + -12.16736620025219, + -76.7376924782591, + -12.156987866961911 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.74302512414123, + -12.156987866961911 + ] + ] + ], + "type": "Polygon" + }, + "id": "1400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00086809477358, + -11.791399332834608, + -76.99122647357277, + -11.781009109172333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.99655274582852, + -11.781009109172333 + ] + ] + ], + "type": "Polygon" + }, + "id": "1401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93167206487634, + -12.169953119347422, + -76.92202095446902, + -12.15957019449569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.92735353121036, + -12.15957019449569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73361452402754, + -12.21315448050082, + -76.72396741570846, + -12.202777235203108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.72930082118741, + -12.202777235203108 + ] + ] + ], + "type": "Polygon" + }, + "id": "1403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74740878886988, + -11.97871334302872, + -76.73776829825366, + -11.968332104097978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.74309783348528, + -11.968332104097978 + ] + ] + ], + "type": "Polygon" + }, + "id": "1404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17745414374338, + -11.682752234012975, + -77.16781129943348, + -11.672356291451003 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17313553900625, + -11.672356291451003 + ], + [ + -77.17745414374338, + -11.675399755690567 + ], + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.17313553900625, + -11.672356291451003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73522118350766, + -12.008947870443976, + -76.72558012363655, + -11.998567391473193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.7309101605499, + -11.998567391473193 + ] + ] + ], + "type": "Polygon" + }, + "id": "1406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00172388364344, + -12.019595934310539, + -76.99207544154567, + -12.009208949247967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.99740546873689, + -12.009208949247967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80748070966203, + -12.25981635063758, + -76.79783020787474, + -12.249437998060273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.80316435515596, + -12.249437998060273 + ] + ] + ], + "type": "Polygon" + }, + "id": "1408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78689516531898, + -12.328496784457387, + -76.777243165856, + -12.318120104845093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.78257845710934, + -12.318120104845093 + ] + ] + ], + "type": "Polygon" + }, + "id": "1409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11959874681291, + -11.70859583282804, + -77.10995657388438, + -11.698201616846399 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.1152813299771, + -11.698201616846399 + ] + ] + ], + "type": "Polygon" + }, + "id": "1410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76489372120209, + -12.035482228831683, + -76.75525106345289, + -12.02510139651429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.7605815284606, + -12.02510139651429 + ] + ] + ], + "type": "Polygon" + }, + "id": "1411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07693573987451, + -11.672956024965583, + -77.06729570157243, + -11.662562382490524 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.07261993297591, + -11.662562382490524 + ] + ] + ], + "type": "Polygon" + }, + "id": "1412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74577432241915, + -12.27723983507645, + -76.73612496884911, + -12.266863336339297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.74145942891411, + -12.266863336339297 + ] + ] + ], + "type": "Polygon" + }, + "id": "1413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01004605913143, + -11.886699726226835, + -77.00040136389352, + -11.876310598473925 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -77.00572919353283, + -11.876310598473925 + ] + ] + ], + "type": "Polygon" + }, + "id": "1414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08172211042206, + -12.0038636709227, + -77.07207209637002, + -11.993474493357887 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.07740176400776, + -11.993474493357887 + ] + ] + ], + "type": "Polygon" + }, + "id": "1415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95748175204484, + -11.810738507193019, + -76.94784067747251, + -11.800349615355145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.95316731315714, + -11.800349615355145 + ] + ] + ], + "type": "Polygon" + }, + "id": "1416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95835974687273, + -12.227630255447954, + -76.94870621851022, + -12.217247599904958 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.95403972142164, + -12.217247599904958 + ] + ] + ], + "type": "Polygon" + }, + "id": "1417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03966312634736, + -11.724392667435954, + -77.03002250499917, + -11.714000599538993 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.03534762997818, + -11.714000599538993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73373180105902, + -11.930183163257755, + -76.72409312919625, + -11.919801561015355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72942186873688, + -11.919801561015355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13485625720936, + -11.741560898040172, + -77.12521272164246, + -11.73116674617441 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.13053799622496, + -11.73116674617441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04211236297014, + -12.031435303855563, + -77.03246253274175, + -12.02104750601875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.03779270682283, + -12.02104750601875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036919364643, + -12.157256185647096, + -76.7940445986658, + -12.146876263503268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.79937705524948, + -12.146876263503268 + ] + ] + ], + "type": "Polygon" + }, + "id": "1422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88213798224771, + -11.968476836840049, + -76.87249418374424, + -11.95809205540176 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.87782348034044, + -11.95809205540176 + ] + ] + ], + "type": "Polygon" + }, + "id": "1423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01476588922195, + -12.217480785962131, + -77.00511120671555, + -12.207096572870567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.01476588922195, + -12.210144175994 + ], + [ + -77.01425999704288, + -12.215336335112728 + ], + [ + -77.00943256977892, + -12.217480785962131 + ], + [ + -77.00511120671555, + -12.214433099117043 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.01044448099324, + -12.207096572870567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7015634800257, + -12.351397548629524, + -76.69191311969472, + -12.34102343309229 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.69724881527445, + -12.34102343309229 + ] + ] + ], + "type": "Polygon" + }, + "id": "1425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8653871333442, + -12.13979946336476, + -76.85573866884583, + -12.129417713172733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.8610708010956, + -12.129417713172733 + ] + ] + ], + "type": "Polygon" + }, + "id": "1426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94154438724001, + -12.021527664382724, + -76.93189744719885, + -12.011142194119476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.9372275681354, + -12.011142194119476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78461553672257, + -12.304693000909205, + -76.77496431007701, + -12.294315976228578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.78029920914764, + -12.294315976228578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06948925218083, + -11.939732828259231, + -77.05984145957466, + -11.929343006611061 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.06517008802307, + -11.929343006611061 + ] + ] + ], + "type": "Polygon" + }, + "id": "1429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92787811463596, + -12.256058254528376, + -76.91822453231035, + -12.245676822397133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.92737094501857, + -12.25391618980404 + ], + [ + -76.92254406737669, + -12.256058254528376 + ], + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.92355853315213, + -12.245676822397133 + ] + ] + ], + "type": "Polygon" + }, + "id": "1430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69622773477306, + -12.358720161663447, + -76.6865773022623, + -12.348346308588814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.69191311969472, + -12.348346308588814 + ] + ] + ], + "type": "Polygon" + }, + "id": "1431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82499579453673, + -12.316577668727993, + -76.81534312730976, + -12.30619982428117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.82067820250562, + -12.30619982428117 + ] + ] + ], + "type": "Polygon" + }, + "id": "1432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.917166574699, + -11.987664990008808, + -76.90752128195628, + -11.977279619386838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.91285086678302, + -11.977279619386838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88443309888707, + -12.180996945083717, + -76.87478290048413, + -12.170615374186148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.88011569854962, + -12.170615374186148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08764801930644, + -11.752689861349566, + -77.07800533788834, + -11.742296999307346 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.08333086481282, + -11.742296999307346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81586708955393, + -12.221351324313146, + -76.8062175114195, + -12.210972127835815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.81155101940085, + -12.210972127835815 + ] + ] + ], + "type": "Polygon" + }, + "id": "1436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10362396173086, + -11.7306442540037, + -77.09398153381368, + -11.720250712986669 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09930667571534, + -11.720250712986669 + ] + ] + ], + "type": "Polygon" + }, + "id": "1437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14503460237478, + -12.065136218670139, + -77.13538117161659, + -12.05474642981557 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14071175422416, + -12.05474642981557 + ], + [ + -77.14503460237478, + -12.057792104347916 + ], + [ + -77.14453077714165, + -12.062987050596886 + ], + [ + -77.13970397650614, + -12.065136218670139 + ], + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.14071175422416, + -12.05474642981557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75335192686669, + -12.388010392093081, + -76.74369905690335, + -12.377635586976158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.74903534456271, + -12.377635586976158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75793956630802, + -12.34132215207034, + -76.74828796731303, + -12.33094642577782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.75362348189307, + -12.33094642577782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8029193554918, + -12.212202554827076, + -76.79327039821405, + -12.201823536099242 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.79860376181625, + -12.201823536099242 + ] + ] + ], + "type": "Polygon" + }, + "id": "1441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96518445889102, + -12.110362847329455, + -76.95553425386471, + -12.09997815168615 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.96086581586991, + -12.09997815168615 + ] + ] + ], + "type": "Polygon" + }, + "id": "1442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73432083554341, + -12.346818817604797, + -76.72466971514163, + -12.336443786655844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.73000532787434, + -12.336443786655844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03458120496245, + -12.203709800748854, + -77.0249264261058, + -12.193324877807427 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.03458120496245, + -12.196372231107183 + ], + [ + -77.03407561222654, + -12.20156474502873 + ], + [ + -77.02924813689707, + -12.203709800748854 + ], + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.03025944929288, + -12.193324877807427 + ] + ] + ], + "type": "Polygon" + }, + "id": "1444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10290241562036, + -11.785654286004894, + -77.09325836855238, + -11.775261495881415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.09858441572527, + -11.775261495881415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00483817295861, + -12.17718493984197, + -76.995184948792, + -12.16680032119332 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -77.00051756991488, + -12.16680032119332 + ] + ] + ], + "type": "Polygon" + }, + "id": "1446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97878721640056, + -11.781365466962002, + -76.9691464637406, + -11.770975650373458 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.9744725948197, + -11.770975650373458 + ] + ] + ], + "type": "Polygon" + }, + "id": "1447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79992539742047, + -11.960338916791907, + -76.7902840337155, + -11.949956078410022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7956132459377, + -11.949956078410022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89813413730914, + -12.040829791168543, + -76.8884877596593, + -12.03044569118453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.89381823604886, + -12.03044569118453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1386712642012, + -11.749802166949374, + -77.12902738812849, + -11.739408032253882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.1343527922292, + -11.739408032253882 + ] + ] + ], + "type": "Polygon" + }, + "id": "1450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148247396598, + -12.2661832321243, + -76.86183007437552, + -12.25580337532535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.8671642877311, + -12.25580337532535 + ] + ] + ], + "type": "Polygon" + }, + "id": "1451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76177711287785, + -12.255260499482885, + -76.75212798096787, + -12.244883228843866 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.75746207278014, + -12.244883228843866 + ] + ] + ], + "type": "Polygon" + }, + "id": "1452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85090958329069, + -12.240557112906606, + -76.84125849544819, + -12.23017734905206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.84659229978224, + -12.23017734905206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76645045229905, + -11.925568818006866, + -76.75681102839488, + -11.915186319000423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.76213968183714, + -11.915186319000423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76872589911339, + -11.949381900195183, + -76.75908570403777, + -11.938999689656672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.76441474888121, + -11.938999689656672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12794435037111, + -11.670061939902558, + -77.1183031148538, + -11.659667025601372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1236272252964, + -11.659667025601372 + ], + [ + -77.12794435037111, + -11.66271086241547 + ], + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.1236272252964, + -11.659667025601372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83797556338855, + -12.042736275358036, + -76.82833072381995, + -12.03235370939618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.83366127340686, + -12.03235370939618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89278166840273, + -11.765043297631548, + -76.88314364782687, + -11.75465539019681 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.8884695882228, + -11.75465539019681 + ] + ] + ], + "type": "Polygon" + }, + "id": "1458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74812033431694, + -12.112423001787334, + -76.7384758371791, + -12.102043779726849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.7438075764294, + -12.102043779726849 + ] + ] + ], + "type": "Polygon" + }, + "id": "1459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06870288999693, + -11.900322049974132, + -77.05905629170415, + -11.88993168144073 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.06438427257368, + -11.88993168144073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0024628445721, + -11.964612644724845, + -76.99281602266578, + -11.954224826011501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.99814514347673, + -11.954224826011501 + ] + ] + ], + "type": "Polygon" + }, + "id": "1461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93850449424791, + -12.052682983184377, + -76.92885670444002, + -12.04229805960251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.93418734155037, + -12.04229805960251 + ] + ] + ], + "type": "Polygon" + }, + "id": "1462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01840561929491, + -11.848188038484023, + -77.0087618565751, + -11.837798164959931 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.01408904283888, + -11.837798164959931 + ] + ] + ], + "type": "Polygon" + }, + "id": "1463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01628347445602, + -12.201904393792125, + -77.0066292181347, + -12.19151989099901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.0119622336788, + -12.19151989099901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67266974161099, + -12.26992935607808, + -76.66302261158995, + -12.259554604231916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.66835696470443, + -12.259554604231916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76258733184356, + -12.10600262108009, + -76.7529426333178, + -12.095622931480012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.75827426187425, + -12.095622931480012 + ] + ] + ], + "type": "Polygon" + }, + "id": "1466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76705238043054, + -12.43652479809896, + -76.75739768793515, + -12.426150495077291 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.76273477265421, + -12.426150495077291 + ] + ] + ], + "type": "Polygon" + }, + "id": "1467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74737370150586, + -12.073045474104678, + -76.7377303993135, + -12.062665659997489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.74306148941663, + -12.062665659997489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83188792004697, + -12.01068284460619, + -76.82224419877562, + -12.00029994810434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.82757422369971, + -12.00029994810434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1226201965291, + -11.6774127077374, + -77.1129788756055, + -11.667018015990484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.1183031148538, + -11.667018015990484 + ] + ] + ], + "type": "Polygon" + }, + "id": "1470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04796342899317, + -11.59143626643514, + -77.03832655028705, + -11.581042306147529 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04364948071488, + -11.581042306147529 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.03832655028705, + -11.588392075614566 + ], + [ + -77.0388311268604, + -11.583195148361224 + ], + [ + -77.04364948071488, + -11.581042306147529 + ] + ] + ], + "type": "Polygon" + }, + "id": "1471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18357834940765, + -11.714828752919606, + -77.1739343994177, + -11.70443307868403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.18357834940765, + -11.707476658220566 + ], + [ + -77.18307561051407, + -11.712674547193362 + ], + [ + -77.17825355064637, + -11.714828752919606 + ], + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.17925915556174, + -11.70443307868403 + ] + ] + ], + "type": "Polygon" + }, + "id": "1472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6604680025827, + -12.300136736354332, + -76.65082030789188, + -12.289762803922416 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.65513309964597, + -12.300136736354332 + ], + [ + -76.65082030789188, + -12.297085360333693 + ], + [ + -76.6513314011033, + -12.29189844901694 + ], + [ + -76.65615516058665, + -12.289762803922416 + ] + ] + ], + "type": "Polygon" + }, + "id": "1473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01545999316056, + -12.06813702905952, + -77.00580975026283, + -12.057750442139612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.01114056140938, + -12.057750442139612 + ] + ] + ], + "type": "Polygon" + }, + "id": "1474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09981060281194, + -11.722403069735908, + -77.09016851608438, + -11.712009512855554 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.09549352803964, + -11.712009512855554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77022411199204, + -12.028150412209138, + -76.7605815284606, + -12.01776933394112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.76591187065324, + -12.01776933394112 + ] + ] + ], + "type": "Polygon" + }, + "id": "1476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75797160010954, + -12.24702169161154, + -76.74832281753221, + -12.2366443815717 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.75365677465794, + -12.2366443815717 + ] + ] + ], + "type": "Polygon" + }, + "id": "1477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81666731909887, + -11.977723751222392, + -76.80702498767408, + -11.967340747048311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.81235447794445, + -11.967340747048311 + ] + ] + ], + "type": "Polygon" + }, + "id": "1478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9696820343589, + -11.87486628382365, + -76.96003873338543, + -11.864477981987498 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.96536641199609, + -11.864477981987498 + ] + ] + ], + "type": "Polygon" + }, + "id": "1479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6759018145966, + -11.955877111986814, + -76.66626396441744, + -11.945497359722467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.67159313664872, + -11.945497359722467 + ] + ] + ], + "type": "Polygon" + }, + "id": "1481", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85091938326588, + -12.05188157564181, + -76.84127392604101, + -12.041498823977847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.84660461835828, + -12.041498823977847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85243415491952, + -12.224987393687746, + -76.84278349147743, + -12.214607336513563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.84811703784952, + -12.214607336513563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8463475149871, + -12.09860167079149, + -76.8367007859043, + -12.08821975268934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.84203225130845, + -12.08821975268934 + ] + ] + ], + "type": "Polygon" + }, + "id": "1484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69775933257007, + -12.343159305396847, + -76.68810932301002, + -12.332785146131139 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.6934448830661, + -12.332785146131139 + ] + ] + ], + "type": "Polygon" + }, + "id": "1485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92705670900897, + -11.933590365525802, + -76.91741276880626, + -11.923203957194897 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.92655003336047, + -11.931444244986135 + ], + [ + -76.92172797694813, + -11.933590365525802 + ], + [ + -76.91741276880626, + -11.930543249306346 + ], + [ + -76.91791957073065, + -11.925350098564028 + ], + [ + -76.92274145453044, + -11.923203957194897 + ] + ] + ], + "type": "Polygon" + }, + "id": "1486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97956206459095, + -11.820774570088416, + -76.96992011865227, + -11.810385271518005 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.97524689709188, + -11.810385271518005 + ] + ] + ], + "type": "Polygon" + }, + "id": "1487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08020820724565, + -12.019447100301331, + -77.07055776679907, + -12.009058192397406 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.07588769317304, + -12.009058192397406 + ] + ] + ], + "type": "Polygon" + }, + "id": "1488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83036349883396, + -12.026256848950563, + -76.82071935395685, + -12.015874224861301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.82604963639913, + -12.015874224861301 + ] + ] + ], + "type": "Polygon" + }, + "id": "1489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95758657365043, + -12.18824204897064, + -76.9479342415317, + -12.177858774361768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.95326709539304, + -12.177858774361768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13206652392267, + -12.055998863149425, + -77.12241368939527, + -12.045609248541545 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.12774414185353, + -12.045609248541545 + ] + ] + ], + "type": "Polygon" + }, + "id": "1491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91183694337916, + -11.995002635926095, + -76.90219157176664, + -11.984617506734034 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.90752128195628, + -11.984617506734034 + ] + ] + ], + "type": "Polygon" + }, + "id": "1492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8288389404392, + -12.041830442744155, + -76.8191943719328, + -12.031448092612989 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.82452491191047, + -12.031448092612989 + ] + ] + ], + "type": "Polygon" + }, + "id": "1493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462398743313, + -12.289082605210671, + -76.85497108560884, + -12.278703301834094 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.86030568184812, + -12.278703301834094 + ] + ] + ], + "type": "Polygon" + }, + "id": "1494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88061586325699, + -11.984053674307091, + -76.87097164069043, + -11.973669160707045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.87630119498692, + -11.973669160707045 + ] + ] + ], + "type": "Polygon" + }, + "id": "1495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06270309458482, + -12.057055624847328, + -77.05305197612272, + -12.046667711940943 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.05838254568584, + -12.046667711940943 + ] + ] + ], + "type": "Polygon" + }, + "id": "1496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80448270176451, + -12.007965710383365, + -76.79483979590002, + -11.997583462952285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.80016979062655, + -11.997583462952285 + ] + ] + ], + "type": "Polygon" + }, + "id": "1497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06197398375704, + -12.112039184367118, + -77.052321243399, + -12.101652136206967 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.06197398375704, + -12.104698808685312 + ], + [ + -77.06146891860304, + -12.109892385110378 + ], + [ + -77.05664246271303, + -12.112039184367118 + ], + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.05765271998162, + -12.101652136206967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70472116340338, + -12.131676983275916, + -76.69507727776893, + -12.121299169393534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.70040934498715, + -12.121299169393534 + ] + ] + ], + "type": "Polygon" + }, + "id": "1499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06416057942566, + -11.94707655917476, + -77.0545127031302, + -11.93668697397618 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.05984145957466, + -11.93668697397618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99561636702067, + -11.987534669204283, + -76.98596903817867, + -11.977147356534768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.99129854410266, + -11.977147356534768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09929103749539, + -12.060649667492111, + -77.089638886556, + -12.050260918316189 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.09496946467995, + -12.050260918316189 + ] + ] + ], + "type": "Polygon" + }, + "id": "1502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81055021468434, + -12.134355213245756, + -76.80090337608169, + -12.123974755305422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.80623545146716, + -12.123974755305422 + ] + ] + ], + "type": "Polygon" + }, + "id": "1503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13255192832244, + -11.717728316494181, + -77.12290915952944, + -11.707333906910241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.12823404602626, + -11.707333906910241 + ] + ] + ], + "type": "Polygon" + }, + "id": "1504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74125988614372, + -12.135320428826583, + -76.73161489257272, + -12.124941740983902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.73694701156064, + -12.124941740983902 + ] + ] + ], + "type": "Polygon" + }, + "id": "1505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75946850423605, + -12.325758486529846, + -76.74981732885034, + -12.315382456258273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.75515258577161, + -12.315382456258273 + ] + ] + ], + "type": "Polygon" + }, + "id": "1506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9804028323503, + -12.04895345817932, + -76.97075406494896, + -12.03856744157454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.9760845990974, + -12.03856744157454 + ] + ] + ], + "type": "Polygon" + }, + "id": "1507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88517162257777, + -11.748562467808817, + -76.8755342932594, + -11.73817452953788 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88085996834661, + -11.73817452953788 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.8755342932594, + -11.745515975573003 + ], + [ + -76.87604139010497, + -11.74032206030213 + ], + [ + -76.88085996834661, + -11.73817452953788 + ] + ] + ], + "type": "Polygon" + }, + "id": "1508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.020790722105, + -12.060797338904989, + -77.01114056140938, + -12.050410508915258 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.01647124531827, + -12.050410508915258 + ] + ] + ], + "type": "Polygon" + }, + "id": "1509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12276891639894, + -11.866277882992234, + -77.11312196979395, + -11.855885721288594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.11844931346826, + -11.855885721288594 + ] + ] + ], + "type": "Polygon" + }, + "id": "1510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96899689561153, + -12.118602779470196, + -76.95934634579748, + -12.10821811821225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.96467803976492, + -12.10821811821225 + ] + ] + ], + "type": "Polygon" + }, + "id": "1511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97123009519055, + -11.953673212966606, + -76.9615844060226, + -11.943286003493679 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.96691338030887, + -11.943286003493679 + ] + ] + ], + "type": "Polygon" + }, + "id": "1512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78468823665742, + -12.021725352666833, + -76.77504545369933, + -12.011343811546695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.78037568420207, + -12.011343811546695 + ] + ] + ], + "type": "Polygon" + }, + "id": "1513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81286280360032, + -11.969483966552096, + -76.80322081978751, + -11.959100936598569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.80855017629189, + -11.959100936598569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7222037386824, + -12.188437892604417, + -76.71255767999322, + -12.178060537688632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.71789068033374, + -12.178060537688632 + ] + ] + ], + "type": "Polygon" + }, + "id": "1515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7816352058938, + -12.052868878741426, + -76.77199157671312, + -12.04248788695079 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.7773223218341, + -12.04248788695079 + ] + ] + ], + "type": "Polygon" + }, + "id": "1516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1097399748074, + -11.762716584051569, + -77.10009643864781, + -11.752323320218022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.10542209878692, + -11.752323320218022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85928934386396, + -12.296412224087684, + -76.8496363646964, + -12.286033177363246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.85878115198032, + -12.2942721821268 + ], + [ + -76.85395457554336, + -12.296412224087684 + ], + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.85497108560884, + -12.286033177363246 + ] + ] + ], + "type": "Polygon" + }, + "id": "1518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18065295393602, + -11.840456034963589, + -77.17100533636862, + -11.830062119272482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.18065295393602, + -11.833106373123053 + ], + [ + -77.18014997893674, + -11.838303382738747 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.17633216241319, + -11.830062119272482 + ] + ] + ], + "type": "Polygon" + }, + "id": "1519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84332737049102, + -11.752304322715093, + -76.83369103987081, + -11.741917479304261 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83901680459891, + -11.741917479304261 + ], + [ + -76.84332737049102, + -11.744964269309683 + ], + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.8341987259224, + -11.744064077581058 + ], + [ + -76.83901680459891, + -11.741917479304261 + ] + ] + ], + "type": "Polygon" + }, + "id": "1520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71302260897359, + -12.281825288310957, + -76.70337401298657, + -12.27144970132181 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.70870855710078, + -12.27144970132181 + ] + ] + ], + "type": "Polygon" + }, + "id": "1521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9940989187463, + -12.003115302354752, + -76.98445116451515, + -11.992728258454262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98978092872882, + -11.992728258454262 + ] + ] + ], + "type": "Polygon" + }, + "id": "1522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00631552587889, + -12.067236205741036, + -76.99666554479332, + -12.056849829759749 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -77.00199635168258, + -12.056849829759749 + ] + ] + ], + "type": "Polygon" + }, + "id": "1523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90039272681831, + -11.7815241441975, + -76.89075401522645, + -11.771136269422373 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.8960802207666, + -11.771136269422373 + ] + ] + ], + "type": "Polygon" + }, + "id": "1524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01702042031687, + -12.146932649419114, + -77.00736778620349, + -12.136547250055235 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.01269989431522, + -12.136547250055235 + ] + ] + ], + "type": "Polygon" + }, + "id": "1525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72840301243187, + -11.937515704508344, + -76.71876426755529, + -11.927134344211519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.72409312919625, + -11.927134344211519 + ] + ] + ], + "type": "Polygon" + }, + "id": "1526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71984420587238, + -12.353227902414547, + -76.7101932895376, + -12.342853350801493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.7155290117787, + -12.342853350801493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72298972005147, + -12.133499236746845, + -76.71334527949831, + -12.123120985385466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.71867737315155, + -12.123120985385466 + ] + ] + ], + "type": "Polygon" + }, + "id": "1528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79380093773483, + -12.116968224464333, + -76.78415506836049, + -12.106587916089122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78948686508964, + -12.106587916089122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04342283271761, + -11.638207188621642, + -77.03378467913649, + -11.627813920730711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.03910838335909, + -11.627813920730711 + ] + ] + ], + "type": "Polygon" + }, + "id": "1530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10981057370954, + -11.857142815989276, + -77.1001642242317, + -11.846750840166921 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.10549143696291, + -11.846750840166921 + ] + ] + ], + "type": "Polygon" + }, + "id": "1531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99173202107475, + -11.790502882315279, + -76.98209066200216, + -11.78011287093347 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.9874169295685, + -11.78011287093347 + ] + ] + ], + "type": "Polygon" + }, + "id": "1532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09902098428189, + -11.682980692106957, + -77.08938009031519, + -11.672586642555022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.09470445564892, + -11.672586642555022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91333118962558, + -11.79066364138668, + -76.90369186591155, + -11.780275568967074 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.90901821128806, + -11.780275568967074 + ] + ] + ], + "type": "Polygon" + }, + "id": "1534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81432542426252, + -12.331232645598082, + -76.80467260501345, + -12.320855318891548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.8100079281163, + -12.320855318891548 + ] + ] + ], + "type": "Polygon" + }, + "id": "1535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0656170826723, + -11.837082237476274, + -77.05597244637845, + -11.826691056310004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.06129939093016, + -11.826691056310004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09441944499468, + -11.635315553980867, + -77.08478008461495, + -11.624921010185655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.09010367353743, + -11.624921010185655 + ] + ] + ], + "type": "Polygon" + }, + "id": "1537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02377823795503, + -11.935245451189951, + -77.01413174398819, + -11.924856681623455 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01946035655936, + -11.924856681623455 + ] + ] + ], + "type": "Polygon" + }, + "id": "1538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96051778208165, + -11.779571331629558, + -76.9508775564326, + -11.769181941119646 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.95620367652793, + -11.769181941119646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386574774734, + -11.966670245777973, + -76.85422248697913, + -11.956285894378468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.85955176675158, + -11.956285894378468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73525980572269, + -11.914610693846182, + -76.72562155611779, + -11.904228827841312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.7309500387754, + -11.904228827841312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91793421940739, + -12.027060044918947, + -76.9082877319821, + -12.016675243956414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.91361796516597, + -12.016675243956414 + ] + ] + ], + "type": "Polygon" + }, + "id": "1542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9766225288675, + -12.135082602905804, + -76.96697128966088, + -12.124698011785604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.97230324742839, + -12.124698011785604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66904166160356, + -11.978776078904273, + -76.65940331858874, + -11.968396839913646 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.66853132077328, + -11.976636079702406 + ], + [ + -76.66371206161244, + -11.978776078904273 + ], + [ + -76.65940331858874, + -11.975726427110667 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.66473286855953, + -11.968396839913646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96358121347538, + -11.842802650155347, + -76.95393902572158, + -11.83241405007043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95926618287949, + -11.83241405007043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99335847349819, + -12.058094944735732, + -76.98370909879881, + -12.047708747957476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.9890397695912, + -12.047708747957476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83645124581795, + -12.058309780012467, + -76.82680598249071, + -12.04792748956714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.83213678967712, + -12.04792748956714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04206148469707, + -11.93704119159154, + -77.03241446984092, + -11.926652000438555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.03774308959042, + -11.926652000438555 + ] + ] + ], + "type": "Polygon" + }, + "id": "1548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300321234736, + -12.061931759894273, + -76.86335686911056, + -12.051548608680257 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.8686877121677, + -12.051548608680257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75498000783462, + -12.089524063602626, + -76.74533600735583, + -12.0791443108387 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.75066736676742, + -12.0791443108387 + ] + ] + ], + "type": "Polygon" + }, + "id": "1550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11823391292134, + -11.913040492895007, + -77.10858568677676, + -11.902649103096072 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.11391380665061, + -11.902649103096072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90723893537296, + -11.758600502537446, + -76.89760072597983, + -11.748212149342345 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.90292654903243, + -11.748212149342345 + ] + ] + ], + "type": "Polygon" + }, + "id": "1552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80141211917208, + -12.13344690620993, + -76.79176555321936, + -12.123066664519781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.7970976181632, + -12.123066664519781 + ] + ] + ], + "type": "Polygon" + }, + "id": "1553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0543419206305, + -12.095558712888565, + -77.04468986604563, + -12.085171595332916 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.05002108102497, + -12.085171595332916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13040113949462, + -11.882759922111694, + -77.12075351091488, + -11.87236780770754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.12608111408974, + -11.87236780770754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01766958474732, + -11.903180987841111, + -77.00802420279429, + -11.892791907353127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.0133522948192, + -11.892791907353127 + ] + ] + ], + "type": "Polygon" + }, + "id": "1556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7822864008227, + -12.469476998283303, + -76.77263031046003, + -12.459102894494023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.77796793385436, + -12.459102894494023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93011464329292, + -11.996807297821308, + -76.92046873887017, + -11.986421741383538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.92579846299431, + -11.986421741383538 + ] + ] + ], + "type": "Polygon" + }, + "id": "1558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7390604674199, + -11.922850293336104, + -76.72942186873688, + -11.912468449590586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.73475048608917, + -11.912468449590586 + ] + ] + ], + "type": "Polygon" + }, + "id": "1559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08462292299244, + -11.78386746640849, + -77.07497938995108, + -11.773475095589776 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.080305433621, + -11.773475095589776 + ] + ] + ], + "type": "Polygon" + }, + "id": "1560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08178457983627, + -12.09825739901075, + -77.0721317486738, + -12.087869653594057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.08127981427069, + -12.096110000953841 + ], + [ + -77.07645331308817, + -12.09825739901075 + ], + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.07746297124744, + -12.087869653594057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78619077329313, + -12.100489502683782, + -76.77654560073745, + -12.09010912944437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.78187712908792, + -12.09010912944437 + ] + ] + ], + "type": "Polygon" + }, + "id": "1562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98721639613423, + -11.931650815653068, + -76.9775709496767, + -11.921262892273097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.98289954458286, + -11.921262892273097 + ] + ] + ], + "type": "Polygon" + }, + "id": "1563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75195762035494, + -12.026334855813793, + -76.74231558645164, + -12.015954213218656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.74764590507083, + -12.015954213218656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06174742714745, + -11.734421169561823, + -77.0521059451894, + -11.724028695179257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.057431206859, + -11.724028695179257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75039557163672, + -12.1362306265912, + -76.74075030226989, + -12.125851720882125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.74608243351243, + -12.125851720882125 + ] + ] + ], + "type": "Polygon" + }, + "id": "1566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81512708229609, + -12.087641668801487, + -76.80548151461645, + -12.077260365856098 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.81081281727833, + -12.077260365856098 + ] + ] + ], + "type": "Polygon" + }, + "id": "1567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90043088315463, + -12.158997184274185, + -76.89078091951508, + -12.148614862476226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.89611334223908, + -12.148614862476226 + ] + ] + ], + "type": "Polygon" + }, + "id": "1568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94769252275093, + -12.24229819616683, + -76.93803883395766, + -12.231916045245997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.9471856520181, + -12.240155522450415 + ], + [ + -76.94235872125175, + -12.24229819616683 + ], + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.94337258932624, + -12.231916045245997 + ] + ] + ], + "type": "Polygon" + }, + "id": "1569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17212986147436, + -11.690104403232636, + -77.16248693017911, + -11.67970868294663 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.16781129943348, + -11.67970868294663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71005315827308, + -12.124349221377837, + -76.70040934498715, + -12.113971155923014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70574129037449, + -12.113971155923014 + ], + [ + -76.71005315827308, + -12.117021122447646 + ], + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.70091947124558, + -12.116110191388778 + ], + [ + -76.70574129037449, + -12.113971155923014 + ] + ] + ], + "type": "Polygon" + }, + "id": "1571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0701576668281, + -11.790320603446272, + -77.06051430771765, + -11.779928671533746 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.06584047719991, + -11.779928671533746 + ] + ] + ], + "type": "Polygon" + }, + "id": "1572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88746720093108, + -11.961139670606338, + -76.87782348034044, + -11.950754648472627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8831526521152, + -11.950754648472627 + ], + [ + -76.88746720093108, + -11.953802177718293 + ], + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.87833087833924, + -11.952899598002343 + ], + [ + -76.8831526521152, + -11.950754648472627 + ] + ] + ], + "type": "Polygon" + }, + "id": "1573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63539416849386, + -12.226907032075102, + -76.62574935746389, + -12.216532528738178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6310830004541, + -12.216532528738178 + ], + [ + -76.63539416849386, + -12.219583688777156 + ], + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.62574935746389, + -12.223855787026231 + ], + [ + -76.62626068288888, + -12.218668590491408 + ], + [ + -76.6310830004541, + -12.216532528738178 + ] + ] + ], + "type": "Polygon" + }, + "id": "1574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1128342335739, + -11.825966381879182, + -77.10318873666509, + -11.81557390079245 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.10851543217257, + -11.81557390079245 + ] + ] + ], + "type": "Polygon" + }, + "id": "1575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09843332522756, + -11.926836353423381, + -77.08878518555234, + -11.916445641614432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.09411356152222, + -11.916445641614432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03428939211517, + -11.63731468960469, + -77.02465149818848, + -11.62692163335035 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02997519900748, + -11.62692163335035 + ] + ] + ], + "type": "Polygon" + }, + "id": "1577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9810462222782, + -11.710783308435081, + -76.97140751162812, + -11.700392498858923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97673247993028, + -11.700392498858923 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.97572120847171, + -11.710783308435081 + ], + [ + -76.97140751162812, + -11.707737865086148 + ], + [ + -76.97191321051103, + -11.702542513544097 + ], + [ + -76.97673247993028, + -11.700392498858923 + ] + ] + ], + "type": "Polygon" + }, + "id": "1578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92779040918244, + -11.784220480062288, + -76.91815089834766, + -11.773831961671553 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.92347712538351, + -11.773831961671553 + ] + ] + ], + "type": "Polygon" + }, + "id": "1579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01095041377262, + -12.209241045154117, + -77.00129607532106, + -12.19885679220924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -77.0066292181347, + -12.19885679220924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79375779020299, + -12.305604874725459, + -76.78410628973955, + -12.295227633950262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78944119976975, + -12.295227633950262 + ] + ] + ], + "type": "Polygon" + }, + "id": "1581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767232214623, + -12.069266405814592, + -76.85802590140814, + -12.058883500338526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.86335686911056, + -12.058883500338526 + ] + ] + ], + "type": "Polygon" + }, + "id": "1582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69706826246187, + -12.209504481442778, + -76.68742226421105, + -12.19912810982299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.6927556169731, + -12.19912810982299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66580278426186, + -12.292814095530664, + -76.65615516058665, + -12.282439902777137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.66148989210201, + -12.282439902777137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7564104907814, + -12.35688535971734, + -76.7467584681537, + -12.34650993894379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.75209424040968, + -12.34650993894379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02299759458361, + -11.895837962815476, + -77.0133522948192, + -11.885448647141391 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.01868025969733, + -11.885448647141391 + ] + ] + ], + "type": "Polygon" + }, + "id": "1586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99720923776802, + -12.160705218930046, + -76.98755670201037, + -12.150320525322783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.99288905997795, + -12.150320525322783 + ] + ] + ], + "type": "Polygon" + }, + "id": "1587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72989109750505, + -12.016278876091091, + -76.72024996453726, + -12.005898642778 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.72558012363655, + -12.005898642778 + ] + ] + ], + "type": "Polygon" + }, + "id": "1588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14097632721865, + -11.773634305582286, + -77.1313316842789, + -11.76324043341556 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.13665747649421, + -11.76324043341556 + ] + ] + ], + "type": "Polygon" + }, + "id": "1589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77625106134973, + -12.248844782385618, + -76.76660172902231, + -12.238467038557543 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.77193570939087, + -12.238467038557543 + ] + ] + ], + "type": "Polygon" + }, + "id": "1590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10211225704157, + -11.746234262481586, + -77.0924694032051, + -11.73584096398892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.09779480351308, + -11.73584096398892 + ] + ] + ], + "type": "Polygon" + }, + "id": "1591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81358580789436, + -12.197543290618587, + -76.80393700180075, + -12.187163765017386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80927011807941, + -12.187163765017386 + ] + ] + ], + "type": "Polygon" + }, + "id": "1592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17221864986512, + -11.784549845216997, + -77.16257290563331, + -11.774155368229103 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.16789882671111, + -11.774155368229103 + ] + ] + ], + "type": "Polygon" + }, + "id": "1593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1037616164288, + -11.919491081004846, + -77.09411356152222, + -11.909100134318656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09944180891165, + -11.909100134318656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07336393808826, + -12.042372283239253, + -77.06371298719152, + -12.031983887363731 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.06904330055207, + -12.031983887363731 + ] + ] + ], + "type": "Polygon" + }, + "id": "1595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81132133720949, + -12.079402156330916, + -76.80167611740973, + -12.0690208220201 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.80700728619527, + -12.0690208220201 + ] + ] + ], + "type": "Polygon" + }, + "id": "1596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82272621188112, + -12.19845235961865, + -76.81307713366614, + -12.188072618322337 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.81841026002341, + -12.188072618322337 + ] + ] + ], + "type": "Polygon" + }, + "id": "1597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08534751578225, + -11.728859377487188, + -77.07570560164132, + -11.718466256103767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.08103074008486, + -11.718466256103767 + ] + ] + ], + "type": "Polygon" + }, + "id": "1598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81133778090705, + -11.985058175945113, + -76.80169537381178, + -11.974675414507296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.80702498767408, + -11.974675414507296 + ] + ] + ], + "type": "Polygon" + }, + "id": "1599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80670851563987, + -12.31475522018609, + -76.79705639329356, + -12.304377806415557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.80239144817827, + -12.304377806415557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94614896309108, + -12.163522979111862, + -76.9364976666689, + -12.153139592392204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.94183012391612, + -12.153139592392204 + ] + ] + ], + "type": "Polygon" + }, + "id": "1601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.901952995076, + -12.143423630246941, + -76.89230345618219, + -12.133041023556746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.8976356208289, + -12.133041023556746 + ] + ] + ], + "type": "Polygon" + }, + "id": "1602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78010848456321, + -12.068440020307428, + -76.77046443223611, + -12.058059305498556 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.77579543469196, + -12.058059305498556 + ] + ] + ], + "type": "Polygon" + }, + "id": "1603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00254151406749, + -12.153368031679028, + -76.99288905997795, + -12.142983090283563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.99822129095537, + -12.142983090283563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81207597451416, + -12.118784455424947, + -76.80242955957601, + -12.108403714272226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.80776137736976, + -12.108403714272226 + ] + ] + ], + "type": "Polygon" + }, + "id": "1605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0800842551525, + -11.830631081774712, + -77.07043944449518, + -11.820239459426752 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.07576626341468, + -11.820239459426752 + ] + ] + ], + "type": "Polygon" + }, + "id": "1606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84026578451459, + -11.972198273386454, + -76.83062298680203, + -11.961814594640533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.83595237273958, + -11.961814594640533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919408267876, + -11.7705851581965, + -76.85955652064347, + -11.760197913128017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.86488256932016, + -11.760197913128017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81740771655136, + -12.111452727858993, + -76.80776137736976, + -12.101071737637454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.81309307145635, + -12.101071737637454 + ] + ] + ], + "type": "Polygon" + }, + "id": "1609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04347406108556, + -11.732633652918185, + -77.0338330973031, + -11.722241600422246 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.0391583529903, + -11.722241600422246 + ] + ] + ], + "type": "Polygon" + }, + "id": "1610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14248652293227, + -11.758043435998903, + -77.13284230641537, + -11.747649318930211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.13816783999256, + -11.747649318930211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91412495504915, + -12.018820022413124, + -76.90447881326621, + -12.008435192209388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.90980891391831, + -12.008435192209388 + ] + ] + ], + "type": "Polygon" + }, + "id": "1612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9750096323203, + -11.867524323007165, + -76.96536641199609, + -11.85713578648026 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.97069396432299, + -11.85713578648026 + ] + ] + ], + "type": "Polygon" + }, + "id": "1613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03135628659125, + -11.857325451239097, + -77.02171192009884, + -11.846935388003912 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.02703924121163, + -11.846935388003912 + ] + ] + ], + "type": "Polygon" + }, + "id": "1614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71923055879601, + -12.030939890255016, + -76.70958928013314, + -12.020560149582915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.70958928013314, + -12.027890404263326 + ], + [ + -76.71009913142541, + -12.022700588670384 + ], + [ + -76.71491968334011, + -12.020560149582915 + ] + ] + ], + "type": "Polygon" + }, + "id": "1615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89129533092375, + -12.252429412743059, + -76.8816428183112, + -12.242048832719828 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.88697678986307, + -12.242048832719828 + ] + ] + ], + "type": "Polygon" + }, + "id": "1616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01528772099334, + -11.690534766826774, + -77.00564873072685, + -11.680142853864663 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01097332848151, + -11.680142853864663 + ], + [ + -77.01528772099334, + -11.683187797266354 + ], + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.00564873072685, + -11.687489736054188 + ], + [ + -77.00615391906734, + -11.682293832603506 + ], + [ + -77.01097332848151, + -11.680142853864663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03819846662982, + -11.83439557563044, + -77.02855460820076, + -11.824005026320147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.03388154370941, + -11.824005026320147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90802830679284, + -11.986762555892573, + -76.89838328087936, + -11.976377399150355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.90371285848664, + -11.976377399150355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06404601715587, + -11.75825059830333, + -77.05440376767025, + -11.747858384072922 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.05972941801775, + -11.747858384072922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93321203596969, + -12.248725420611775, + -76.92355853315213, + -12.23834373494726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.92889240814665, + -12.23834373494726 + ] + ] + ], + "type": "Polygon" + }, + "id": "1621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70852311032397, + -12.139915963912179, + -76.69887887451951, + -12.129538183061374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.70421107699666, + -12.129538183061374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98951021131238, + -11.95547279875114, + -76.97986399568869, + -11.945085164966589 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.98519298032436, + -11.945085164966589 + ] + ] + ], + "type": "Polygon" + }, + "id": "1623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98640570813393, + -11.797846879807409, + -76.97676426791922, + -11.787457099151512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.98209066200216, + -11.787457099151512 + ] + ] + ], + "type": "Polygon" + }, + "id": "1624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91561788115503, + -11.814485873145482, + -76.90597778825628, + -11.804098069159947 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91130452359106, + -11.804098069159947 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91029109935485, + -11.814485873145482 + ], + [ + -76.90597778825628, + -11.811439285948001 + ], + [ + -76.90648456343841, + -11.806245437557605 + ], + [ + -76.91130452359106, + -11.804098069159947 + ] + ] + ], + "type": "Polygon" + }, + "id": "1625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73130034273298, + -12.283652429168876, + -76.72165119217881, + -12.273276406219232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.72698576225197, + -12.273276406219232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7495451987709, + -12.379772118643285, + -76.73989267859994, + -12.369397267450552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.74522883135594, + -12.369397267450552 + ] + ] + ], + "type": "Polygon" + }, + "id": "1627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9858022024248, + -12.230344713606232, + -76.9761478817324, + -12.219961423783701 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.9858022024248, + -12.223009358867566 + ], + [ + -76.98529588414156, + -12.228201056536502 + ], + [ + -76.98046863762833, + -12.230344713606232 + ], + [ + -76.9761478817324, + -12.227296694785055 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.98148140094602, + -12.219961423783701 + ] + ] + ], + "type": "Polygon" + }, + "id": "1628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75953165817688, + -12.137140558703846, + -76.74988611348978, + -12.126761435377949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.75521825671171, + -12.126761435377949 + ] + ] + ], + "type": "Polygon" + }, + "id": "1629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06264620267393, + -11.96266060681763, + -77.05299790032934, + -11.952271285829106 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.0583269153338, + -11.952271285829106 + ] + ] + ], + "type": "Polygon" + }, + "id": "1630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00783276149684, + -12.051656572915828, + -76.99818320610595, + -12.041269921951132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -77.00351375454326, + -12.041269921951132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09974294942828, + -11.627964952751988, + -77.09010367353743, + -11.617570187908836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.09542713418077, + -11.617570187908836 + ] + ] + ], + "type": "Polygon" + }, + "id": "1632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15313728854409, + -11.743343241724693, + -77.14349324435236, + -11.732948673005831 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.1488185194075, + -11.732948673005831 + ] + ] + ], + "type": "Polygon" + }, + "id": "1633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14550650548077, + -11.726860598266184, + -77.1358631417367, + -11.716465996050955 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.1411881580904, + -11.716465996050955 + ] + ] + ], + "type": "Polygon" + }, + "id": "1634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84710056106249, + -12.232317954210737, + -76.8374498206958, + -12.221938150868409 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.84278349147743, + -12.221938150868409 + ] + ] + ], + "type": "Polygon" + }, + "id": "1635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12118344086292, + -11.787440066087266, + -77.11153888167948, + -11.777046857665711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.11686493125283, + -11.777046857665711 + ] + ] + ], + "type": "Polygon" + }, + "id": "1636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94841745659215, + -12.092979888681755, + -76.93876820621303, + -12.082595338052522 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.94409949816392, + -12.082595338052522 + ] + ] + ], + "type": "Polygon" + }, + "id": "1637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11513770134688, + -11.849795824328963, + -77.10549143696291, + -11.839403617151348 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.11081852096974, + -11.839403617151348 + ] + ] + ], + "type": "Polygon" + }, + "id": "1638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1035551945687, + -11.636206231702854, + -77.09391557768565, + -11.6258114779011 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.0992391682005, + -11.6258114779011 + ] + ] + ], + "type": "Polygon" + }, + "id": "1639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81816318921196, + -12.150833909215356, + -76.80851565464158, + -12.140453520044531 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.81384799784915, + -12.140453520044531 + ] + ] + ], + "type": "Polygon" + }, + "id": "1640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17754448390403, + -11.777199413782359, + -77.16789882671111, + -11.766804710012233 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17322461803016, + -11.766804710012233 + ], + [ + -77.17754448390403, + -11.769848669392418 + ], + [ + -77.17704156339822, + -11.775046073121723 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.17322461803016, + -11.766804710012233 + ] + ] + ], + "type": "Polygon" + }, + "id": "1641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300630446893, + -12.250613372901585, + -76.86335432957894, + -12.240233220433915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.86868828482946, + -12.240233220433915 + ] + ] + ], + "type": "Polygon" + }, + "id": "1642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02295231324102, + -11.801432281006088, + -77.01330982621155, + -11.79104165225588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.0186362380432, + -11.79104165225588 + ] + ] + ], + "type": "Polygon" + }, + "id": "1643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05104323375512, + -11.65468935856612, + -77.04140439588559, + -11.644296113205549 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.04672836124912, + -11.644296113205549 + ] + ] + ], + "type": "Polygon" + }, + "id": "1644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87071567618003, + -11.755004228762255, + -76.86107853752013, + -11.744616736798099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640432889268, + -11.744616736798099 + ], + [ + -76.87071567618003, + -11.747663303644533 + ], + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.86158584605771, + -11.746763882440542 + ], + [ + -76.86640432889268, + -11.744616736798099 + ] + ] + ], + "type": "Polygon" + }, + "id": "1645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77935795776507, + -12.029057795759767, + -76.76971510013246, + -12.018676500029919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.77504545369933, + -12.018676500029919 + ] + ] + ], + "type": "Polygon" + }, + "id": "1646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13938676059932, + -11.694785948437103, + -77.12974450377133, + -11.684391075871291 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.13506900273448, + -11.684391075871291 + ] + ] + ], + "type": "Polygon" + }, + "id": "1647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7427885461294, + -12.11975232598511, + -76.73314397543805, + -12.109373354261265 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.7384758371791, + -12.109373354261265 + ] + ] + ], + "type": "Polygon" + }, + "id": "1648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01771333853449, + -11.997574360779007, + -77.00806514215577, + -11.987186654027571 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.013394788208, + -11.987186654027571 + ] + ] + ], + "type": "Polygon" + }, + "id": "1649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07487823669621, + -12.02678962132425, + -77.06522771217811, + -12.016400953471837 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.07055776679907, + -12.016400953471837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08311017017799, + -11.799455712820448, + -77.0734662112888, + -11.789063589940808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.07879251335773, + -11.789063589940808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8516789035542, + -12.091268353173671, + -76.84203225130845, + -12.080886187564875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.84736359241913, + -12.080886187564875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04968880885504, + -11.953522440294051, + -77.04004110839043, + -11.943133302142135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.04536998979769, + -11.943133302142135 + ] + ] + ], + "type": "Polygon" + }, + "id": "1653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77475031919812, + -12.17009715536725, + -76.76510337861748, + -12.159718170058795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.77043605989522, + -12.159718170058795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72154544582635, + -11.960419260096923, + -76.71190620590386, + -11.950038409028991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.71723544642707, + -11.950038409028991 + ] + ] + ], + "type": "Polygon" + }, + "id": "1655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65991378469602, + -11.977866240686126, + -76.65027572144899, + -11.967487222309158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.65940331858874, + -11.975726427110667 + ], + [ + -76.65458419926588, + -11.977866240686126 + ], + [ + -76.65027572144899, + -11.974816513596563 + ], + [ + -76.65078631279576, + -11.969627059597494 + ], + [ + -76.65560525672947, + -11.967487222309158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79459613704375, + -11.96767311832343, + -76.78495469820841, + -11.957290522148375 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.7902840337155, + -11.957290522148375 + ] + ] + ], + "type": "Polygon" + }, + "id": "1657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79835943172107, + -12.164586490596045, + -76.78871201858094, + -12.154206819934004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.7940445986658, + -12.154206819934004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76330548314063, + -12.23969451954292, + -76.75365677465794, + -12.229316953406329 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.7589906089295, + -12.229316953406329 + ] + ] + ], + "type": "Polygon" + }, + "id": "1659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82197005773068, + -12.159073239383714, + -76.81232217526674, + -12.148692885280488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.81765465232374, + -12.148692885280488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87834018196135, + -12.243282307815218, + -76.86868828482946, + -12.232901901105423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.87402211520106, + -12.232901901105423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88747873407841, + -12.149851658186375, + -76.87782938489771, + -12.13946951445665 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.88316166691402, + -12.13946951445665 + ] + ] + ], + "type": "Polygon" + }, + "id": "1662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11499344052862, + -11.66093010287132, + -77.10535280103704, + -11.650535384932878 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.11067678091685, + -11.650535384932878 + ] + ] + ], + "type": "Polygon" + }, + "id": "1663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75488127763974, + -12.372448107161299, + -76.74522883135594, + -12.36207299344637 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.75056486130504, + -12.36207299344637 + ] + ] + ], + "type": "Polygon" + }, + "id": "1664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94764584729984, + -12.053585640297774, + -76.9379977921497, + -12.043200503889656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.9433284355632, + -12.043200503889656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80372927129125, + -11.968578673404817, + -76.79408755972946, + -11.958195860215538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.79941690587268, + -11.958195860215538 + ] + ] + ], + "type": "Polygon" + }, + "id": "1666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65212946585952, + -12.244299072224658, + -76.64248367020126, + -12.233924423678694 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.64781760079111, + -12.233924423678694 + ] + ] + ], + "type": "Polygon" + }, + "id": "1667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9027191082741, + -12.182809830571253, + -76.89306837357687, + -12.172427832243416 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.89840118724706, + -12.172427832243416 + ] + ] + ], + "type": "Polygon" + }, + "id": "1668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01472296623325, + -12.123114437528963, + -77.00507110193806, + -12.11272871992293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.01040282007175, + -12.11272871992293 + ] + ] + ], + "type": "Polygon" + }, + "id": "1669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74286138336264, + -11.931089892751375, + -76.73322243566118, + -11.920708071720496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.73855118766735, + -11.920708071720496 + ] + ] + ], + "type": "Polygon" + }, + "id": "1670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9225120667846, + -12.074693186761472, + -76.91286403873411, + -12.064308996929775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.91819505294406, + -12.064308996929775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84560798333898, + -11.776124506755961, + -76.83597088307187, + -11.765737925977316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.84129703820004, + -11.765737925977316 + ] + ] + ], + "type": "Polygon" + }, + "id": "1672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00316204753757, + -11.815225094436832, + -76.99351965796477, + -11.80483513940023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.99884631950708, + -11.80483513940023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77397288005294, + -12.225039154116509, + -76.76432432025864, + -12.21466107710835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76965790855722, + -12.21466107710835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93700456203119, + -12.16261835575719, + -76.92735353121036, + -12.152235181520883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.93268598210483, + -12.152235181520883 + ] + ] + ], + "type": "Polygon" + }, + "id": "1675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10066834754372, + -11.856248514376208, + -77.09102225459151, + -11.845856747651977 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.09634946591663, + -11.845856747651977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462488715561, + -12.194754340853814, + -76.85497480252052, + -12.184373487091857 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.86030784183497, + -12.184373487091857 + ] + ] + ], + "type": "Polygon" + }, + "id": "1677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66144509136122, + -11.9622976457451, + -76.6518074496545, + -11.951918358294858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.65713672834745, + -11.951918358294858 + ] + ] + ], + "type": "Polygon" + }, + "id": "1678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15997176058141, + -11.720400425050473, + -77.15032822931775, + -11.710005390138434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.15565311631846, + -11.710005390138434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85166954580858, + -12.279934242298006, + -76.84201726154947, + -12.26955511120941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.84735171543474, + -12.26955511120941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86233817470074, + -12.265274486608051, + -76.85268604479349, + -12.254894843947957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.85802024953759, + -12.254894843947957 + ] + ] + ], + "type": "Polygon" + }, + "id": "1681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84939556435577, + -12.067455357858927, + -76.83974968320184, + -12.05707288250387 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.84508063319751, + -12.05707288250387 + ] + ] + ], + "type": "Polygon" + }, + "id": "1682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14034044464519, + -11.923070671836985, + -77.13069136675598, + -11.912678891461265 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.14034044464519, + -11.915723927283263 + ], + [ + -77.13983677451922, + -11.92091986944589 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.13601961774228, + -11.912678891461265 + ] + ] + ], + "type": "Polygon" + }, + "id": "1683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81514241663587, + -11.993297920971964, + -76.80549966186396, + -11.982915186093006 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.81082940952432, + -11.982915186093006 + ] + ] + ], + "type": "Polygon" + }, + "id": "1684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72522144709875, + -12.251610981112727, + -76.71557341966265, + -12.241234580516277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.72090746213965, + -12.241234580516277 + ] + ] + ], + "type": "Polygon" + }, + "id": "1685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02694921342803, + -12.187230090462082, + -77.01729512186552, + -12.176845089299228 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.02262788260698, + -12.176845089299228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06640290597562, + -11.876495601339812, + -77.0567570758399, + -11.866104951381056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.0620846677266, + -11.866104951381056 + ] + ] + ], + "type": "Polygon" + }, + "id": "1687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99102762894572, + -11.93989128193862, + -76.98138183853453, + -11.929503384041377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.98671056497906, + -11.929503384041377 + ] + ] + ], + "type": "Polygon" + }, + "id": "1688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83647857470116, + -11.775223665376474, + -76.82684174465128, + -11.764837301140325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.83216789041596, + -11.764837301140325 + ] + ] + ], + "type": "Polygon" + }, + "id": "1689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85168357833304, + -11.996917891695754, + -76.84203973963001, + -11.986534292837785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.84736952571527, + -11.986534292837785 + ] + ] + ], + "type": "Polygon" + }, + "id": "1690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81966067143756, + -12.323905328550325, + -76.8100079281163, + -12.313527742753474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.81534312730976, + -12.313527742753474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14264687923179, + -11.946898926797367, + -77.1329970336706, + -11.936507434893564 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13832567317392, + -11.936507434893564 + ], + [ + -77.14264687923179, + -11.939552566559978 + ], + [ + -77.14214320445197, + -11.94474836445075 + ], + [ + -77.13731819646488, + -11.946898926797367 + ], + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.13832567317392, + -11.936507434893564 + ] + ] + ], + "type": "Polygon" + }, + "id": "1692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92097559710251, + -11.995905098678863, + -76.91132995884648, + -11.98551975573866 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.91665967614114, + -11.98551975573866 + ] + ] + ], + "type": "Polygon" + }, + "id": "1693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96587244018092, + -11.86662575881085, + -76.95622948346195, + -11.856237435008147 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.96155703031775, + -11.856237435008147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09146124035652, + -11.760930967150617, + -77.08181821743392, + -11.75053812240349 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.08714387448292, + -11.75053812240349 + ] + ] + ], + "type": "Polygon" + }, + "id": "1695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05507226896859, + -12.040574824810399, + -77.04542183601639, + -12.030186848100126 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.05075214408366, + -12.030186848100126 + ] + ] + ], + "type": "Polygon" + }, + "id": "1696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78003176375198, + -12.351387115135957, + -76.77037926551537, + -12.341011000192847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.77571493789083, + -12.341011000192847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96744860352926, + -12.03981174798983, + -76.95780044433731, + -12.029425912528817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.96313084129498, + -12.029425912528817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65973189172254, + -12.260775929765071, + -76.65008539315193, + -12.250401358219374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.65541959572705, + -12.250401358219374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98880444045578, + -12.104830547605996, + -76.9791537890363, + -12.094445182679834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.98448523505486, + -12.094445182679834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05334037241919, + -11.678520007955486, + -77.04370076729843, + -11.66812701079453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.04902512123174, + -11.66812701079453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77011025825537, + -12.405401262714587, + -76.76045641366248, + -12.395026334741312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.76045641366248, + -12.402350416735072 + ], + [ + -76.76096614774893, + -12.397163006815164 + ], + [ + -76.76579298268587, + -12.395026334741312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07263664125811, + -12.09735810435988, + -77.06298406847603, + -12.086970567978922 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.06831528879454, + -12.086970567978922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14256667769381, + -11.852476296532783, + -77.13291964747589, + -11.842083463931415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.13824673356342, + -11.842083463931415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02685628896909, + -11.998473627851695, + -77.01720783148843, + -11.98808571023042 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.02253748145219, + -11.98808571023042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99491332853314, + -12.136888167760944, + -76.98526156284582, + -12.12650315387691 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.99059353064865, + -12.12650315387691 + ] + ] + ], + "type": "Polygon" + }, + "id": "1706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10585654636076, + -11.660039337764017, + -77.09621616281244, + -11.649644829438786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.10154014144426, + -11.649644829438786 + ] + ] + ], + "type": "Polygon" + }, + "id": "1707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08928957709989, + -11.9259405089264, + -77.07964169465781, + -11.915550006288766 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.08497006887757, + -11.915550006288766 + ] + ] + ], + "type": "Polygon" + }, + "id": "1708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9004213357213, + -12.064645464227896, + -76.89077418755585, + -12.054261670065118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.89610505462356, + -12.054261670065118 + ] + ] + ], + "type": "Polygon" + }, + "id": "1710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01775711786064, + -12.091956724051494, + -77.00810610541329, + -12.08157044716056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.01343730639964, + -12.08157044716056 + ] + ] + ], + "type": "Polygon" + }, + "id": "1711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79911264797234, + -12.203963459235002, + -76.78946403909268, + -12.193584402912807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.79479726856164, + -12.193584402912807 + ] + ] + ], + "type": "Polygon" + }, + "id": "1712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71678262103863, + -12.384350327550045, + -76.70713085822165, + -12.373976391472844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.7124670954871, + -12.373976391472844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98198775976506, + -12.222105102641354, + -76.97233378375245, + -12.211721772583122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.97766717112506, + -12.211721772583122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96965230444458, + -11.780468528616634, + -76.9600118150519, + -11.770078924941918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.96533794077668, + -11.770078924941918 + ] + ] + ], + "type": "Polygon" + }, + "id": "1715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63766082499771, + -12.250706790850067, + -76.62801524018155, + -12.24033262081642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.62801524018155, + -12.247655447989636 + ], + [ + -76.62852657183147, + -12.242468418069834 + ], + [ + -76.63334927628834, + -12.24033262081642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95596353193218, + -11.826321530481389, + -76.94632203286248, + -11.81593289030436 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.95164892636778, + -11.81593289030436 + ] + ] + ], + "type": "Polygon" + }, + "id": "1717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92406574317613, + -12.247818909616777, + -76.91441250677835, + -12.237437436485532 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91974637502598, + -12.237437436485532 + ] + ] + ], + "type": "Polygon" + }, + "id": "1718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78080849621311, + -12.296454294089457, + -76.77115761853997, + -12.286077227278469 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.7764923831701, + -12.286077227278469 + ] + ] + ], + "type": "Polygon" + }, + "id": "1719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71394494604371, + -11.943940337606685, + -76.70430640521309, + -11.933559438972623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70963537580441, + -11.933559438972623 + ] + ] + ], + "type": "Polygon" + }, + "id": "1720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9027088924384, + -12.088460617831105, + -76.89306097366503, + -12.078077133049593 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.89839223145091, + -12.078077133049593 + ] + ] + ], + "type": "Polygon" + }, + "id": "1721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95290183856216, + -11.763090048600695, + -76.9432623014541, + -11.752700624507186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94858815792256, + -11.752700624507186 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.94376847544663, + -11.754849411536112 + ], + [ + -76.94858815792256, + -11.752700624507186 + ] + ] + ], + "type": "Polygon" + }, + "id": "1722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9575603453076, + -12.093882944455837, + -76.94791083003945, + -12.083498181408835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.95324212799595, + -12.083498181408835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03761444195483, + -12.172554455729308, + -77.02796051581542, + -12.162168957966196 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.033293021403, + -12.162168957966196 + ], + [ + -77.03761444195483, + -12.165216140114223 + ], + [ + -77.03710894047961, + -12.170408941453278 + ], + [ + -77.03228189154099, + -12.172554455729308 + ], + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.02846614419282, + -12.16431449321725 + ], + [ + -77.033293021403, + -12.162168957966196 + ] + ] + ], + "type": "Polygon" + }, + "id": "1724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70699292484686, + -12.15548227761232, + -76.69734826650064, + -12.145104782908057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.70268072608467, + -12.145104782908057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08541098993682, + -11.823284576476219, + -77.07576626341468, + -11.812892723507275 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.08109295415133, + -11.812892723507275 + ] + ] + ], + "type": "Polygon" + }, + "id": "1726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67721022669014, + -12.317528999577434, + -76.6675615492545, + -12.307154930793939 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.67187503764075, + -12.317528999577434 + ], + [ + -76.6675615492545, + -12.314477694182287 + ], + [ + -76.66807243736318, + -12.309290714561516 + ], + [ + -76.67289668829476, + -12.307154930793939 + ] + ] + ], + "type": "Polygon" + }, + "id": "1727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01909726347716, + -11.698775706285224, + -77.00945793034619, + -11.688383806767929 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.01478265908936, + -11.688383806767929 + ] + ] + ], + "type": "Polygon" + }, + "id": "1728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11585734776216, + -11.794788438180403, + -77.10621270332547, + -11.784395458034137 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.11153888167948, + -11.784395458034137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03365323223133, + -11.88115094985895, + -77.0240080973411, + -11.870761165145282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.02933580766292, + -11.870761165145282 + ] + ] + ], + "type": "Polygon" + }, + "id": "1730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79227442223937, + -12.132538333152983, + -76.78262812941264, + -12.122158307962861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.78796018363948, + -12.122158307962861 + ] + ] + ], + "type": "Polygon" + }, + "id": "1731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71835708040786, + -12.274500421059594, + -76.70870855710078, + -12.264124575537148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.71404297912487, + -12.264124575537148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08619925119464, + -11.862700049511359, + -77.07655333089991, + -11.852308724177052 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.0818806688585, + -11.852308724177052 + ] + ] + ], + "type": "Polygon" + }, + "id": "1733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84635374481913, + -12.004253125338101, + -76.83670982932364, + -11.993869769508501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.84203973963001, + -11.993869769508501 + ] + ] + ], + "type": "Polygon" + }, + "id": "1734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71232531199946, + -12.148154935133649, + -76.70268072608467, + -12.137777187769377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.70801306377994, + -12.137777187769377 + ] + ] + ], + "type": "Polygon" + }, + "id": "1735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72977042729272, + -12.299216088604393, + -76.72012085356069, + -12.288840365731488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.72545568108411, + -12.288840365731488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99935178609708, + -11.806984356700893, + -76.98970973996343, + -11.796594382426452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.99503627022182, + -11.796594382426452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71144633430693, + -12.391672748740506, + -76.70179449881074, + -12.38129907641563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.71093593076104, + -12.389537218176446 + ], + [ + -76.70610992535147, + -12.391672748740506 + ], + [ + -76.70179449881074, + -12.38862141400931 + ], + [ + -76.7023050281255, + -12.383434632320606 + ], + [ + -76.70713085822165, + -12.38129907641563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00242354423915, + -11.87021845003826, + -76.99277953596042, + -11.859829276844653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.9981071030483, + -11.859829276844653 + ] + ] + ], + "type": "Polygon" + }, + "id": "1739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85473778754749, + -11.777025090642026, + -76.84510041753816, + -11.766638293571209 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.85042658175516, + -11.766638293571209 + ] + ] + ], + "type": "Polygon" + }, + "id": "1740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06797513402921, + -11.95531723153709, + -77.0583269153338, + -11.944927673330502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.06365580235644, + -11.944927673330502 + ] + ] + ], + "type": "Polygon" + }, + "id": "1741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83263473558634, + -12.14441043998889, + -76.82298700546897, + -12.134029584718661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.82831923461438, + -12.134029584718661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77244502496964, + -12.240605902272973, + -76.76279604166508, + -12.230228119235086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.76812988753444, + -12.230228119235086 + ] + ] + ], + "type": "Polygon" + }, + "id": "1743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99635627403, + -11.932549868631416, + -76.98671056497906, + -11.922161733328243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.99203916471495, + -11.922161733328243 + ] + ] + ], + "type": "Polygon" + }, + "id": "1744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7108867442549, + -11.975081964480157, + -76.70124735921775, + -11.964701601047205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.7065768434714, + -11.964701601047205 + ] + ] + ], + "type": "Polygon" + }, + "id": "1745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81893308146739, + -12.09588117219367, + -76.80928716596802, + -12.085499901069015 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.81461860246522, + -12.085499901069015 + ] + ] + ], + "type": "Polygon" + }, + "id": "1746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92249608049006, + -11.980327016993972, + -76.91285086678302, + -11.969941405385157 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.91818032615903, + -11.969941405385157 + ] + ] + ], + "type": "Polygon" + }, + "id": "1747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0776613670797, + -11.617942187939502, + -77.0680229464722, + -11.60754783330043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.07334627328358, + -11.60754783330043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0366835251037, + -11.849981083059152, + -77.02703924121163, + -11.839590787064363 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.03236643497387, + -11.839590787064363 + ] + ] + ], + "type": "Polygon" + }, + "id": "1749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10843898427954, + -12.061547511580265, + -77.09878657641802, + -12.051158553965506 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.10411715599147, + -12.051158553965506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72671018353472, + -12.330342049043805, + -76.71705976337704, + -12.319966930945002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.72239510585237, + -12.319966930945002 + ] + ] + ], + "type": "Polygon" + }, + "id": "1751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87529068600082, + -12.180090100413851, + -76.86564075646089, + -12.169708743606815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.87097354631027, + -12.169708743606815 + ] + ] + ], + "type": "Polygon" + }, + "id": "1752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76327500675121, + -12.333997009766168, + -76.75362348189307, + -12.323621022915919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.75895887354777, + -12.323621022915919 + ] + ] + ], + "type": "Polygon" + }, + "id": "1753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8531942713953, + -12.264365471262384, + -76.84354241164861, + -12.253986042991206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.84887660750526, + -12.253986042991206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76109066604269, + -12.027242765526884, + -76.75144835708774, + -12.016861904970455 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.75677868763113, + -12.016861904970455 + ] + ] + ], + "type": "Polygon" + }, + "id": "1755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0558023712623, + -11.98558695106231, + -77.0461535594011, + -11.975198134262962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.05148296086307, + -11.975198134262962 + ] + ] + ], + "type": "Polygon" + }, + "id": "1756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11434585886936, + -11.810377597564983, + -77.10470078820872, + -11.79998486617277 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.11002722513068, + -11.79998486617277 + ] + ] + ], + "type": "Polygon" + }, + "id": "1757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96211816078059, + -12.047150054339063, + -76.95246992109412, + -12.036764461895245 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.95780044433731, + -12.036764461895245 + ] + ] + ], + "type": "Polygon" + }, + "id": "1758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77391814051545, + -12.41363949587109, + -76.7642639464955, + -12.403264615470002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.77391814051545, + -12.406315379235883 + ], + [ + -76.77340857252926, + -12.411502873460263 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.76960065018484, + -12.403264615470002 + ] + ] + ], + "type": "Polygon" + }, + "id": "1759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97045596933437, + -11.914270608384419, + -76.96081147440974, + -11.903882847844129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.96613980078041, + -11.903882847844129 + ] + ] + ], + "type": "Polygon" + }, + "id": "1760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00701318348789, + -11.917866072923761, + -76.99736763765453, + -11.907477464140252 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -77.0026959837102, + -11.907477464140252 + ] + ] + ], + "type": "Polygon" + }, + "id": "1761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07923515062248, + -11.696787336437014, + -77.069594345228, + -11.686393944921264 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.07491896504385, + -11.686393944921264 + ] + ] + ], + "type": "Polygon" + }, + "id": "1762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09389439763773, + -11.973592387844674, + -77.08424497875649, + -11.963202466468397 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08957413086209, + -11.963202466468397 + ] + ] + ], + "type": "Polygon" + }, + "id": "1763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03360484496972, + -11.786741660038333, + -77.02396252271542, + -11.776350571240057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.0292886801407, + -11.776350571240057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84177441181735, + -12.145317976681314, + -76.83212641066429, + -12.134936906042551 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.83745864931058, + -12.134936906042551 + ] + ] + ], + "type": "Polygon" + }, + "id": "1765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9164417614528, + -12.231340164715952, + -76.906789217093, + -12.220958610950795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.9121228200282, + -12.220958610950795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73279074700777, + -12.362380981320953, + -76.72313920322813, + -12.35200625662334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.728475073527, + -12.35200625662334 + ] + ] + ], + "type": "Polygon" + }, + "id": "1767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73518253876125, + -12.103273988767826, + -76.72553866698462, + -12.0928949528495 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.73087025906067, + -12.0928949528495 + ] + ] + ], + "type": "Polygon" + }, + "id": "1768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94376847544663, + -11.762192655129075, + -76.93412920292975, + -11.751803444713635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93945505326495, + -11.751803444713635 + ], + [ + -76.94376847544663, + -11.754849411536112 + ], + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.934635503131, + -11.753952049419425 + ], + [ + -76.93945505326495, + -11.751803444713635 + ] + ] + ], + "type": "Polygon" + }, + "id": "1769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00332022242291, + -12.192761508717131, + -76.99366657226466, + -12.182377177432565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.99899945202547, + -12.182377177432565 + ] + ] + ], + "type": "Polygon" + }, + "id": "1770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82957342942386, + -12.269875791610975, + -76.81992203504551, + -12.259497048786505 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.82525633642992, + -12.259497048786505 + ] + ] + ], + "type": "Polygon" + }, + "id": "1771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00328064407952, + -12.098394225845828, + -76.99362981153259, + -12.08800840447142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.99896113537811, + -12.08800840447142 + ] + ] + ], + "type": "Polygon" + }, + "id": "1772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8341987259224, + -11.751403840139307, + -76.82456266559863, + -11.741017213413643 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82988842089604, + -11.741017213413643 + ], + [ + -76.8341987259224, + -11.744064077581058 + ], + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.82456266559863, + -11.748356888364588 + ], + [ + -76.82507047741392, + -11.743163629209214 + ], + [ + -76.82988842089604, + -11.741017213413643 + ] + ] + ], + "type": "Polygon" + }, + "id": "1773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12212449328388, + -12.01569240955975, + -77.11247310967897, + -12.005302427640917 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.12212449328388, + -12.008348082469118 + ], + [ + -77.12162042302025, + -12.01354312544823 + ], + [ + -77.11679464586881, + -12.01569240955975 + ], + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.11780291351863, + -12.005302427640917 + ] + ] + ], + "type": "Polygon" + }, + "id": "1774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09527471343142, + -11.76917207349417, + -77.08563134906564, + -11.75877924649853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.09095713619756, + -11.75877924649853 + ] + ] + ], + "type": "Polygon" + }, + "id": "1775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0374657668349, + -11.889391669216462, + -77.02782028905482, + -11.879001907845717 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.03314813028737, + -11.879001907845717 + ] + ] + ], + "type": "Polygon" + }, + "id": "1776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18127018382336, + -11.69099370688873, + -77.17162700001244, + -11.680597778894864 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.17695136851692, + -11.680597778894864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78236117636773, + -12.186575383070288, + -76.77271353820024, + -12.17619646950111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.77804648826006, + -12.17619646950111 + ] + ] + ], + "type": "Polygon" + }, + "id": "1778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98869850829836, + -11.821671917232836, + -76.97905629954545, + -11.811282406153946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.98438308304212, + -11.811282406153946 + ] + ] + ], + "type": "Polygon" + }, + "id": "1779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9339629613768, + -12.193766730787116, + -76.92431108014975, + -12.183384131076695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.9296440476238, + -12.183384131076695 + ] + ] + ], + "type": "Polygon" + }, + "id": "1780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72373344547665, + -12.172871787808859, + -76.71408780958897, + -12.162494143633905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.7194205526937, + -12.162494143633905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68634842104352, + -12.318444466493036, + -76.67669946415437, + -12.308070178769652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.68203461739455, + -12.308070178769652 + ] + ] + ], + "type": "Polygon" + }, + "id": "1782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08298460994313, + -11.610591826330477, + -77.07334627328358, + -11.600197251173718 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.0786694721226, + -11.600197251173718 + ] + ] + ], + "type": "Polygon" + }, + "id": "1783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17452673378273, + -11.808382537375318, + -77.16488022284202, + -11.797988328153808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.17020653185443, + -11.797988328153808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10001379987231, + -12.00565823171574, + -77.0903632707904, + -11.995268636180567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.09569294211099, + -11.995268636180567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79603818579042, + -12.329409009060896, + -76.7863859125885, + -12.319032113500844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.79172121473422, + -12.319032113500844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97420418743357, + -11.733714018379708, + -76.96456497156137, + -11.723323678290317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96989032389362, + -11.723323678290317 + ], + [ + -76.97420418743357, + -11.726369220907193 + ], + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.96456497156137, + -11.730668388541009 + ], + [ + -76.96507080191063, + -11.725473271769552 + ], + [ + -76.96989032389362, + -11.723323678290317 + ] + ] + ], + "type": "Polygon" + }, + "id": "1787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7261310012452, + -11.913704032531761, + -76.71649302784715, + -11.903322385577773 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.72182149781182, + -11.903322385577773 + ] + ] + ], + "type": "Polygon" + }, + "id": "1788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00541620110367, + -11.744642028374537, + -76.99577585455776, + -11.734251065852702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -77.00110135291007, + -11.734251065852702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78005735228335, + -12.257083646796062, + -76.77040767099314, + -12.246705942632776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.7757417858199, + -12.246705942632776 + ] + ] + ], + "type": "Polygon" + }, + "id": "1790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80143145552788, + -12.039111361465876, + -76.79178770306358, + -12.028729660326936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.79711821256211, + -12.028729660326936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16005700888259, + -11.814840489788061, + -77.15041066432617, + -11.804446716511228 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.15573710345556, + -11.804446716511228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01074161773687, + -11.737296393016502, + -77.00110135291007, + -11.726905202642724 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -77.0064267244545, + -11.726905202642724 + ] + ] + ], + "type": "Polygon" + }, + "id": "1793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84634128151889, + -12.192938668722185, + -76.83669173720654, + -12.182558244364474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.84202475861622, + -12.182558244364474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78456699932045, + -12.493275665724992, + -76.77491013532992, + -12.482901931547856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.77922893479231, + -12.493275665724992 + ], + [ + -76.77491013532992, + -12.490224569909433 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.78024815132517, + -12.482901931547856 + ] + ] + ], + "type": "Polygon" + }, + "id": "1795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7046736071205, + -12.225981901345373, + -76.69502690793975, + -12.215605604024095 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.70036053150132, + -12.215605604024095 + ] + ] + ], + "type": "Polygon" + }, + "id": "1796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96750684142629, + -12.228535344679567, + -76.95785304847547, + -12.218152477459395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.96318655709723, + -12.218152477459395 + ] + ] + ], + "type": "Polygon" + }, + "id": "1797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75790751379853, + -12.435609759999142, + -76.7482530967412, + -12.425235673318957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75359016968532, + -12.425235673318957 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.75257039195864, + -12.435609759999142 + ], + [ + -76.7482530967412, + -12.432558663530179 + ], + [ + -76.74876304859497, + -12.427371674311527 + ], + [ + -76.75359016968532, + -12.425235673318957 + ] + ] + ], + "type": "Polygon" + }, + "id": "1798", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81585195592257, + -12.315666579799524, + -76.8061995608974, + -12.305288950565958 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.81153462607564, + -12.305288950565958 + ] + ] + ], + "type": "Polygon" + }, + "id": "1799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11664934083625, + -11.834207450295352, + -77.10700350278876, + -11.823814990479821 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.11233032816088, + -11.823814990479821 + ] + ] + ], + "type": "Polygon" + }, + "id": "1800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95377378333824, + -12.180002374848069, + -76.9441217963908, + -12.169619062413384 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.94945451808886, + -12.169619062413384 + ] + ] + ], + "type": "Polygon" + }, + "id": "1801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72307410162642, + -11.94484791667747, + -76.71343528390197, + -11.934466798768604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.71876426755529, + -11.934466798768604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83414003104261, + -12.317488486869843, + -76.82448709209099, + -12.30711042745959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.8298221770285, + -12.30711042745959 + ] + ] + ], + "type": "Polygon" + }, + "id": "1803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05653222763571, + -11.93059519254302, + -77.04688503632414, + -11.920205554728856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.05221353148735, + -11.920205554728856 + ] + ] + ], + "type": "Polygon" + }, + "id": "1804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12133137234464, + -11.976281157425577, + -77.1116811836978, + -11.96589061015253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.11701033980994, + -11.96589061015253 + ] + ] + ], + "type": "Polygon" + }, + "id": "1805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07257684252406, + -12.002965992735483, + -77.0629270867048, + -11.992577024533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.06825675208695, + -11.992577024533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07391048670529, + -11.704136002453959, + -77.06426959743733, + -11.69374283563734 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.069594345228, + -11.69374283563734 + ] + ] + ], + "type": "Polygon" + }, + "id": "1807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0138150802668, + -11.800536319874682, + -77.00417285422573, + -11.7901459027713 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00949926203319, + -11.7901459027713 + ] + ] + ], + "type": "Polygon" + }, + "id": "1808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0633178031745, + -11.813254466215083, + -77.05367393476696, + -11.802863013091702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.05900049046377, + -11.802863013091702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74890181182569, + -12.057475683409942, + -76.73925893241967, + -12.047095591595847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.74458976534436, + -12.047095591595847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81434100410729, + -12.23691975255723, + -76.80469100199637, + -12.226540849343111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.81002476775188, + -12.226540849343111 + ] + ] + ], + "type": "Polygon" + }, + "id": "1811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8554864527276, + -12.099507972716786, + -76.84583945340304, + -12.089125839455624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.85117092789197, + -12.089125839455624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00779188364677, + -11.957271331821717, + -76.99814514347673, + -11.946883274729418 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -77.00347413735922, + -11.946883274729418 + ] + ] + ], + "type": "Polygon" + }, + "id": "1813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77327786278762, + -11.99700663137664, + -76.7636361250903, + -11.986625008453576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.76896595285734, + -11.986625008453576 + ] + ] + ], + "type": "Polygon" + }, + "id": "1814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68808991835769, + -11.925645612084582, + -76.67845263280297, + -11.915265107527999 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68378130589743, + -11.915265107527999 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.67896275063835, + -11.917406220117462 + ], + [ + -76.68378130589743, + -11.915265107527999 + ] + ] + ], + "type": "Polygon" + }, + "id": "1815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10599547406609, + -11.848901810294285, + -77.09634946591663, + -11.838509812094708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.1016765486782, + -11.838509812094708 + ] + ] + ], + "type": "Polygon" + }, + "id": "1816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99250850720182, + -11.829912595993962, + -76.98286595475939, + -11.819523104802423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.98819286968634, + -11.819523104802423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07620986839284, + -11.727966551710935, + -77.06656821185614, + -11.717573640521765 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.07189334815747, + -11.717573640521765 + ] + ] + ], + "type": "Polygon" + }, + "id": "1818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01914140606011, + -11.793191456249579, + -77.00949926203319, + -11.782800808779834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.0148255428419, + -11.782800808779834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04812115602986, + -11.8747034372992, + -77.03847584403715, + -11.864313208016936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.0438034302166, + -11.864313208016936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9560665855054, + -12.203816599939614, + -76.94641382789648, + -12.193433614172005 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.9517469401813, + -12.193433614172005 + ] + ] + ], + "type": "Polygon" + }, + "id": "1822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7678023152394, + -12.4758843831666, + -76.7581464250606, + -12.465510761930096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.7624645311941, + -12.4758843831666 + ], + [ + -76.7581464250606, + -12.47283320292034 + ], + [ + -76.75865630265916, + -12.467646446320362 + ], + [ + -76.76348416033906, + -12.465510761930096 + ] + ] + ], + "type": "Polygon" + }, + "id": "1823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0009846737456, + -12.074575276268217, + -76.99133461091523, + -12.06418914391891 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.99666554479332, + -12.06418914391891 + ] + ] + ], + "type": "Polygon" + }, + "id": "1824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67816994308195, + -11.979685656087193, + -76.66853132077328, + -11.969306196732148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.67284032880437, + -11.979685656087193 + ], + [ + -76.66853132077328, + -11.976636079702406 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.6738608851599, + -11.969306196732148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97435963454492, + -12.205625825804765, + -76.96470634807503, + -12.195242416641795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.97003947164114, + -12.195242416641795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14105604504964, + -11.868065227763534, + -77.13140858815932, + -11.857672649385373 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.13673593303619, + -11.857672649385373 + ] + ] + ], + "type": "Polygon" + }, + "id": "1827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79528506139205, + -12.290038938410856, + -76.78563398485164, + -12.279661397456493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.79096863710082, + -12.279661397456493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04279352525657, + -11.882047713318363, + -77.03314813028737, + -11.871657717769672 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.03847584403715, + -11.871657717769672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1015950544473, + -12.084472872078313, + -77.09194213478963, + -12.074084431906495 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.10109058858718, + -12.08232487639249 + ], + [ + -77.09626404326681, + -12.084472872078313 + ], + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.09727310208261, + -12.074084431906495 + ] + ] + ], + "type": "Polygon" + }, + "id": "1831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91409788841014, + -11.830067263752909, + -76.90445737147458, + -11.819679712150144 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90978436442991, + -11.819679712150144 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.91359119375333, + -11.827920139607471 + ], + [ + -76.90877084896329, + -11.830067263752909 + ], + [ + -76.90445737147458, + -11.827020578914437 + ], + [ + -76.90496419227497, + -11.82182685671248 + ], + [ + -76.90978436442991, + -11.819679712150144 + ] + ] + ], + "type": "Polygon" + }, + "id": "1832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94911797780465, + -11.84924593784107, + -76.93947597423062, + -11.83885778471099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.94480325147734, + -11.83885778471099 + ] + ] + ], + "type": "Polygon" + }, + "id": "1833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03834775828707, + -12.117578093785301, + -77.02869545433705, + -12.107191709940434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.03402705261394, + -12.107191709940434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8570195215998, + -11.800845214656851, + -76.84738138193056, + -11.790458683926664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.85651207614822, + -11.798698944560835 + ], + [ + -76.85169291971462, + -11.800845214656851 + ], + [ + -76.84738138193056, + -11.797798186207375 + ], + [ + -76.84788895327539, + -11.792604974853212 + ], + [ + -76.85270793652045, + -11.790458683926664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90958593548747, + -12.254244373554505, + -76.89993288706279, + -12.243863366976626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.90526687381184, + -12.243863366976626 + ] + ] + ], + "type": "Polygon" + }, + "id": "1836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98725126570415, + -12.026035111196082, + -76.97760300477647, + -12.015648579181013 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.98293315400711, + -12.015648579181013 + ] + ] + ], + "type": "Polygon" + }, + "id": "1837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919495018859, + -11.959333664406506, + -76.85955176675158, + -11.948949072073836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488092202451, + -11.948949072073836 + ], + [ + -76.86919495018859, + -11.95199675606455 + ], + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.86488092202451, + -11.948949072073836 + ] + ] + ], + "type": "Polygon" + }, + "id": "1838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1242803113395, + -11.850689576778995, + -77.1146337911992, + -11.840297160875043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.1199608761755, + -11.840297160875043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70091947124558, + -12.123437993674886, + -76.69127593584078, + -12.113060147215881 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69660786775927, + -12.113060147215881 + ], + [ + -76.70091947124558, + -12.116110191388778 + ], + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.69127593584078, + -12.12038786400362 + ], + [ + -76.69178618761697, + -12.115198995559105 + ], + [ + -76.69660786775927, + -12.113060147215881 + ] + ] + ], + "type": "Polygon" + }, + "id": "1840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85624331057497, + -12.233226595339424, + -76.84659229978224, + -12.222846577329864 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.85192597963348, + -12.222846577329864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93009644348204, + -11.902430615747742, + -76.9204533521634, + -11.892043684007552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.92578152220635, + -11.892043684007552 + ] + ] + ], + "type": "Polygon" + }, + "id": "1842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69938904662472, + -12.139004407732928, + -76.68974508880802, + -12.128626845863998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.69405680802531, + -12.139004407732928 + ], + [ + -76.68974508880802, + -12.135954184925462 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.69507727776893, + -12.128626845863998 + ] + ] + ], + "type": "Polygon" + }, + "id": "1843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13580686767085, + -11.969831520759572, + -77.12615650920743, + -11.959440528653147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13148553692086, + -11.959440528653147 + ], + [ + -77.13580686767085, + -11.962485835338997 + ], + [ + -77.13530306107565, + -11.96768138335808 + ], + [ + -77.13047779658993, + -11.969831520759572 + ], + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.13148553692086, + -11.959440528653147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91031594411668, + -12.010579992068113, + -76.9006701480367, + -12.000195133078838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.90600011611573, + -12.000195133078838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70323883529413, + -12.052928912529223, + -76.69359733933436, + -12.042549914131474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.69892810804217, + -12.042549914131474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76866814532602, + -12.13805022506323, + -76.75902232579426, + -12.127670884370122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.76435448072039, + -12.127670884370122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93471363379058, + -12.138803773540394, + -76.92506337361264, + -12.128420278809905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.9303954338731, + -12.128420278809905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.817378350125, + -12.300100060595637, + -76.80772637930016, + -12.289722130376003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.81306118657103, + -12.289722130376003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90571885395597, + -11.774182723760333, + -76.8960802207666, + -11.763794617507145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.90140630130954, + -11.763794617507145 + ] + ] + ], + "type": "Polygon" + }, + "id": "1850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78764733033658, + -12.367864074927276, + -76.77799413394604, + -12.35748805027489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.78333007527245, + -12.35748805027489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7191005513476, + -12.313865206589488, + -76.7094508316734, + -12.303490003159709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.71478590372767, + -12.303490003159709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82804768854034, + -12.285443533557569, + -76.8183958699027, + -12.275065088650837 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.82373042920699, + -12.275065088650837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74819006189871, + -11.923756728604506, + -76.73855118766735, + -11.913374666188956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.7438798173243, + -11.913374666188956 + ] + ] + ], + "type": "Polygon" + }, + "id": "1854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84176684271767, + -12.23964817623878, + -76.83211602559267, + -12.229268627169423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.8374498206958, + -12.229268627169423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06701449728943, + -11.632641984917848, + -77.05737590928155, + -11.622248072652367 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.06269949177575, + -11.622248072652367 + ] + ] + ], + "type": "Polygon" + }, + "id": "1856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91794887663357, + -12.121419740046296, + -76.90829957412102, + -12.111036388729516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.91363136259062, + -12.111036388729516 + ] + ] + ], + "type": "Polygon" + }, + "id": "1857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11218533080948, + -11.975385165568394, + -77.10253539827248, + -11.964994826676023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.10786455332523, + -11.964994826676023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05726183821282, + -11.875599650194111, + -77.04761626690973, + -11.865209210447912 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.05294385608065, + -11.865209210447912 + ] + ] + ], + "type": "Polygon" + }, + "id": "1859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9004117938574, + -11.970282377512397, + -76.89076745952363, + -11.959897167036901 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.89609677184247, + -11.959897167036901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11909984408238, + -12.046861271633638, + -77.109447606702, + -12.03647183224432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.114777928462, + -12.03647183224432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85701016766173, + -12.08393470286471, + -76.84736359241913, + -12.073552290191326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.85269480914835, + -12.073552290191326 + ] + ] + ], + "type": "Polygon" + }, + "id": "1862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09771047487227, + -11.981833084404142, + -77.08806071414938, + -11.971443191651879 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.0933899964781, + -11.971443191651879 + ] + ] + ], + "type": "Polygon" + }, + "id": "1863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79683288195595, + -12.180155636910182, + -76.78718504518692, + -12.169776254077004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.79251788286807, + -12.169776254077004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00844758907091, + -11.713468654612436, + -76.99880809217528, + -11.703077207273001 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -77.004133074679, + -11.703077207273001 + ] + ] + ], + "type": "Polygon" + }, + "id": "1865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05636711599666, + -11.647340544145349, + -77.04672836124912, + -11.636947076037295 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.0520521990769, + -11.636947076037295 + ] + ] + ], + "type": "Polygon" + }, + "id": "1866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843418868328, + -12.202993685242683, + -76.85878375701267, + -12.1926128692204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.86411692962764, + -12.1926128692204 + ] + ] + ], + "type": "Polygon" + }, + "id": "1867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19964875775364, + -11.787221800410771, + -77.19000225698309, + -11.776826702005023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1953281749742, + -11.776826702005023 + ], + [ + -77.19964875775364, + -11.779870512308403 + ], + [ + -77.19914613256852, + -11.785068113196573 + ], + [ + -77.19432279735587, + -11.787221800410771 + ], + [ + -77.19000225698309, + -11.784177904085537 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.1953281749742, + -11.776826702005023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74662725287918, + -12.033666082500403, + -76.73698514533947, + -12.023285686092299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.74231558645164, + -12.023285686092299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10836874120363, + -11.967144411022721, + -77.09871915019534, + -11.956754043698904 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.10404817521353, + -11.956754043698904 + ] + ] + ], + "type": "Polygon" + }, + "id": "1870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07106255850813, + -12.018549108086056, + -77.06141237639868, + -12.00816040953211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.06674230047113, + -12.00816040953211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80139277152996, + -12.227770717437373, + -76.79174339044668, + -12.217391991180385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.79707701174387, + -12.217391991180385 + ] + ] + ], + "type": "Polygon" + }, + "id": "1872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94993724492427, + -12.077402993130866, + -76.94028841965778, + -12.067018164502873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.94561945339996, + -12.067018164502873 + ] + ] + ], + "type": "Polygon" + }, + "id": "1873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8791035800072, + -12.282661442316982, + -76.869450486381, + -12.272281668854568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.87478496624126, + -12.272281668854568 + ] + ] + ], + "type": "Polygon" + }, + "id": "1874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78313712432488, + -12.131629494175959, + -76.77349110510013, + -12.121249685735664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.77882314833462, + -12.121249685735664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90806362182026, + -12.269815513872079, + -76.89841014827238, + -12.259434803019307 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.90755615343708, + -12.267674059301243 + ], + [ + -76.90272933007478, + -12.269815513872079 + ], + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.90374439331352, + -12.259434803019307 + ] + ] + ], + "type": "Polygon" + }, + "id": "1876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79455347340391, + -12.156347258777583, + -76.78490640865252, + -12.145967552988232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.7902388545863, + -12.145967552988232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97962733276287, + -12.009554603154204, + -76.96997976032539, + -11.999168011916517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.97530964620232, + -11.999168011916517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73126052080408, + -12.377942683735956, + -76.72160855362323, + -12.367568266828986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.7269446815054, + -12.367568266828986 + ] + ] + ], + "type": "Polygon" + }, + "id": "1879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.840241755127, + -12.255217131389927, + -76.83059051368392, + -12.244837877168568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.83592456671937, + -12.244837877168568 + ] + ] + ], + "type": "Polygon" + }, + "id": "1880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95519161617023, + -11.78691449045905, + -76.94555131037592, + -11.776525330709509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.9508775564326, + -11.776525330709509 + ] + ] + ], + "type": "Polygon" + }, + "id": "1881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68555587856332, + -12.373364346979912, + -76.67590530219279, + -12.36299102014872 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.68124136306551, + -12.36299102014872 + ] + ] + ], + "type": "Polygon" + }, + "id": "1882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6910465689856, + -12.08315399310933, + -76.68140450682118, + -12.072775770937923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.68571525039958, + -12.08315399310933 + ], + [ + -76.68140450682118, + -12.08010398240723 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.68673577566726, + -12.072775770937923 + ] + ] + ], + "type": "Polygon" + }, + "id": "1883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68793270547408, + -12.208591313887808, + -76.67828698592875, + -12.198215161310682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.68362032482354, + -12.198215161310682 + ] + ] + ], + "type": "Polygon" + }, + "id": "1884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89430224864626, + -11.749461374834386, + -76.88466465169711, + -11.73907322124993 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88999033468107, + -11.73907322124993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82273933471527, + -12.104120666057128, + -76.81309307145635, + -12.093739427208519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.81842464174778, + -12.093739427208519 + ] + ] + ], + "type": "Polygon" + }, + "id": "1886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08165967745511, + -11.90945889613599, + -77.07201247886967, + -11.899068342566421 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.07734059247828, + -11.899068342566421 + ] + ] + ], + "type": "Polygon" + }, + "id": "1887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68349943603135, + -11.972355686538068, + -76.6738608851599, + -11.961975982348084 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.67919032829626, + -11.961975982348084 + ] + ] + ], + "type": "Polygon" + }, + "id": "1888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15473052677356, + -11.822189636729064, + -77.14508409571395, + -11.811796092341432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.15041066432617, + -11.811796092341432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69400613892623, + -12.240632422279644, + -76.68435929546628, + -12.230256638356028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68969316256532, + -12.230256638356028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74346221824871, + -12.347733019027745, + -76.73381082132695, + -12.337357770781143 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73914644653972, + -12.337357770781143 + ] + ] + ], + "type": "Polygon" + }, + "id": "1891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99176819273032, + -11.884903789239655, + -76.98212402157367, + -11.87451508515432 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.98745184210634, + -11.87451508515432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01619677180523, + -12.01315558404607, + -77.00654814976349, + -12.002768146868696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.01187805422964, + -12.002768146868696 + ] + ] + ], + "type": "Polygon" + }, + "id": "1893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09448554704181, + -11.729751944950703, + -77.08484337577404, + -11.719358613624648 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.09016851608438, + -11.719358613624648 + ] + ] + ], + "type": "Polygon" + }, + "id": "1894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91715215168198, + -11.893289767761551, + -76.9075096716878, + -11.882903026973842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.91182407438964, + -11.893289767761551 + ], + [ + -76.9075096716878, + -11.890242773210462 + ], + [ + -76.90801654884774, + -11.885049456341385 + ], + [ + -76.91283770251394, + -11.882903026973842 + ] + ] + ], + "type": "Polygon" + }, + "id": "1895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86081785008835, + -12.092174361017904, + -76.85117092789197, + -12.081791980368497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.85650227792623, + -12.081791980368497 + ] + ] + ], + "type": "Polygon" + }, + "id": "1896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99113564029842, + -12.223009358867566, + -76.98148140094602, + -12.212625817752029 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.99062940823661, + -12.220865492352837 + ], + [ + -76.9858022024248, + -12.223009358867566 + ], + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.98681479331508, + -12.212625817752029 + ] + ] + ], + "type": "Polygon" + }, + "id": "1897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10441427098421, + -11.770065039109454, + -77.09477064994795, + -11.759672002576124 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.10009643864781, + -11.759672002576124 + ] + ] + ], + "type": "Polygon" + }, + "id": "1898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75719117691932, + -12.301955759018332, + -76.74754077458697, + -12.291579384118938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.75287563912444, + -12.291579384118938 + ] + ] + ], + "type": "Polygon" + }, + "id": "1899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86158584605771, + -11.75410451712574, + -76.85194897626933, + -11.743717241095624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85727475903506, + -11.743717241095624 + ], + [ + -76.86158584605771, + -11.746763882440542 + ], + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.85245641068207, + -11.74586420429589 + ], + [ + -76.85727475903506, + -11.743717241095624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93929584917973, + -12.186432383319124, + -76.9296440476238, + -12.176049533135258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.9349768891922, + -12.176049533135258 + ] + ] + ], + "type": "Polygon" + }, + "id": "1901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84786002805293, + -12.271695223308024, + -76.83820809133876, + -12.261316050720037 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.84354241164861, + -12.261316050720037 + ] + ] + ], + "type": "Polygon" + }, + "id": "1902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73283012056928, + -12.268088320003365, + -76.7231813931696, + -12.25771199851752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.72851570580964, + -12.25771199851752 + ] + ] + ], + "type": "Polygon" + }, + "id": "1903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83720897357082, + -12.097695103328764, + -76.82756251520618, + -12.087313400635734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.83289397125013, + -12.087313400635734 + ] + ] + ], + "type": "Polygon" + }, + "id": "1904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15011779557659, + -11.77452597271455, + -77.14047289835608, + -11.764131892269043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.14579869076101, + -11.764131892269043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87909692954547, + -12.093985580103833, + -76.86944946887758, + -12.083602770123823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.87478083593244, + -12.083602770123823 + ] + ] + ], + "type": "Polygon" + }, + "id": "1906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72683354200616, + -12.047418479063328, + -76.71719156409064, + -12.037038794920125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.72252223724222, + -12.037038794920125 + ] + ] + ], + "type": "Polygon" + }, + "id": "1907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14717927003758, + -11.900135840960903, + -77.13753070509698, + -11.889743567745269 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.14717927003758, + -11.892788427051887 + ], + [ + -77.146675731693, + -11.897984615607378 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.14285856788398, + -11.889743567745269 + ] + ] + ], + "type": "Polygon" + }, + "id": "1908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84786581985033, + -12.177367959909263, + -76.83821669976166, + -12.166987246874832 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.84354946330804, + -12.166987246874832 + ] + ] + ], + "type": "Polygon" + }, + "id": "1909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72914696321216, + -11.976898176763065, + -76.71950702443624, + -11.966517375082073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.72483653472833, + -11.966517375082073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80521809124383, + -12.14168623094393, + -76.79557117709206, + -12.13130602327913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.80090337608169, + -12.13130602327913 + ] + ] + ], + "type": "Polygon" + }, + "id": "1911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995719223191, + -12.093080103361455, + -76.86031000056144, + -12.082697507921624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.86564135924378, + -12.082697507921624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7656126768135, + -12.169187103565191, + -76.75596601081428, + -12.15880833534652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.7612986805688, + -12.15880833534652 + ] + ] + ], + "type": "Polygon" + }, + "id": "1913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16689268598944, + -11.791899963281866, + -77.1572468548841, + -11.7815057135218 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.16257290563331, + -11.7815057135218 + ] + ] + ], + "type": "Polygon" + }, + "id": "1914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.763366382587, + -12.051053133151838, + -76.75372330192708, + -12.040672576245004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.7590540241583, + -12.040672576245004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8135700095248, + -12.29186122804407, + -76.80391838699147, + -12.281483255620529 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80925306023815, + -12.281483255620529 + ] + ] + ], + "type": "Polygon" + }, + "id": "1916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05939331401892, + -11.616159673705145, + -77.04975540954844, + -11.605765740861585 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.0550787313405, + -11.605765740861585 + ] + ] + ], + "type": "Polygon" + }, + "id": "1917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93777510155475, + -12.202006297684605, + -76.92812287471918, + -12.191623736314781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.93345597461803, + -12.191623736314781 + ] + ] + ], + "type": "Polygon" + }, + "id": "1918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74659193161966, + -12.127991481089618, + -76.73694701156064, + -12.117612542145622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.74227900807288, + -12.117612542145622 + ] + ] + ], + "type": "Polygon" + }, + "id": "1919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03756485465453, + -12.078178136487667, + -77.0279137462788, + -12.06779116141369 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.03324469617421, + -12.06779116141369 + ] + ] + ], + "type": "Polygon" + }, + "id": "1920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01164625085747, + -12.059896806788844, + -77.00199635168258, + -12.049510187618612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -77.0073270314953, + -12.049510187618612 + ] + ] + ], + "type": "Polygon" + }, + "id": "1921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13270646473765, + -11.906588745809263, + -77.12305806858168, + -11.896196913833732 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.12838606025471, + -11.896196913833732 + ] + ] + ], + "type": "Polygon" + }, + "id": "1922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71241591383266, + -11.959511352130145, + -76.70277695091036, + -11.94913072032404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.70810617832433, + -11.94913072032404 + ] + ] + ], + "type": "Polygon" + }, + "id": "1923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82731424484632, + -12.057403623669021, + -76.81766925268708, + -12.047021549041206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.82300005021736, + -12.047021549041206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90420927656776, + -11.884148716700324, + -76.89456740880603, + -11.873762167834311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8998952998702, + -11.873762167834311 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.90370235913839, + -11.882002471262272 + ], + [ + -76.8988813388557, + -11.884148716700324 + ], + [ + -76.89456740880603, + -11.881101654883118 + ], + [ + -76.89507445238172, + -11.875908434070377 + ], + [ + -76.8998952998702, + -11.873762167834311 + ] + ] + ], + "type": "Polygon" + }, + "id": "1925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96283604310972, + -11.897789700092563, + -76.95319223689073, + -11.887401892041472 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.95852029966572, + -11.887401892041472 + ] + ] + ], + "type": "Polygon" + }, + "id": "1926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94379065455968, + -11.856587380548063, + -76.93414857116812, + -11.846199461698584 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.93846320542096, + -11.856587380548063 + ], + [ + -76.93414857116812, + -11.853540817925163 + ], + [ + -76.93465501870946, + -11.848346911876021 + ], + [ + -76.93947597423062, + -11.846199461698584 + ] + ] + ], + "type": "Polygon" + }, + "id": "1927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96206309890081, + -11.85838523192579, + -76.95242048649713, + -11.847996886612492 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.95774790155676, + -11.847996886612492 + ] + ] + ], + "type": "Polygon" + }, + "id": "1928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76480368697891, + -12.318432953579729, + -76.75515258577161, + -12.308056663513085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.76048771975248, + -12.308056663513085 + ] + ] + ], + "type": "Polygon" + }, + "id": "1929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07996044757692, + -11.641774626712696, + -77.0703212601443, + -11.631380514790372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.07564497523056, + -11.631380514790372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83800155828715, + -11.759644057007288, + -76.8283651512555, + -11.749257445141586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.83369103987081, + -11.749257445141586 + ] + ] + ], + "type": "Polygon" + }, + "id": "1931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96896734323799, + -12.024232926539455, + -76.95931960923272, + -12.013846818472727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.96464974797293, + -12.013846818472727 + ] + ] + ], + "type": "Polygon" + }, + "id": "1932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74055114715833, + -12.001616532966603, + -76.7309101605499, + -11.991235808780093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.73624007518924, + -11.991235808780093 + ] + ] + ], + "type": "Polygon" + }, + "id": "1933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08553804938236, + -12.012104254372147, + -77.07588769317304, + -12.00171510686043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.08121749121246, + -12.00171510686043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95295153880369, + -11.951872575262465, + -76.94330637800003, + -11.941485791104661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.9486353408346, + -11.941485791104661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73745663537305, + -12.12708131402952, + -76.72781199129439, + -12.116702593083605 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.73314397543805, + -12.116702593083605 + ] + ] + ], + "type": "Polygon" + }, + "id": "1936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69795752071816, + -11.965934110550322, + -76.68831876321083, + -11.955553942088395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.69364809882825, + -11.955553942088395 + ] + ] + ], + "type": "Polygon" + }, + "id": "1937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71547384090438, + -11.928368923227625, + -76.70583572214224, + -11.91798775931101 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.71116443592797, + -11.91798775931101 + ] + ] + ], + "type": "Polygon" + }, + "id": "1938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88518690692173, + -12.03168594465527, + -76.87554114344881, + -12.021302029256162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.88087147913551, + -12.021302029256162 + ] + ] + ], + "type": "Polygon" + }, + "id": "1939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85852839011805, + -12.257035379555711, + -76.84887660750526, + -12.246655696042287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.85421067882058, + -12.246655696042287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10462153075329, + -12.053306999954364, + -77.09496946467995, + -12.042918009549826 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.10029991410207, + -12.042918009549826 + ] + ] + ], + "type": "Polygon" + }, + "id": "1941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94612607470387, + -12.069163000425887, + -76.93647759452945, + -12.058778139690922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.94180849610238, + -12.058778139690922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88823706158946, + -12.09489079114459, + -76.87858933240094, + -12.084507766874683 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.88392070755272, + -12.084507766874683 + ] + ] + ], + "type": "Polygon" + }, + "id": "1943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03741626626496, + -11.794982542176529, + -77.02777360131971, + -11.784591471904239 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.03309988958003, + -11.784591471904239 + ] + ] + ], + "type": "Polygon" + }, + "id": "1944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14566860953208, + -11.915723927283263, + -77.13601961774228, + -11.905331912954642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.14566860953208, + -11.908376863444213 + ], + [ + -77.14516502571455, + -11.913572922553284 + ], + [ + -77.14034044464519, + -11.915723927283263 + ], + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.1413477394171, + -11.905331912954642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73137991689924, + -12.09503480755527, + -76.72173639466965, + -12.08465574022232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.72706785185191, + -12.08465574022232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04963573232749, + -11.859118029353628, + -77.03999084599043, + -11.848727544413215 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.04531817382107, + -11.848727544413215 + ] + ] + ], + "type": "Polygon" + }, + "id": "1947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8608138279498, + -12.280843579209243, + -76.85116127342422, + -12.270464233745981 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.85649573624386, + -12.270464233745981 + ] + ] + ], + "type": "Polygon" + }, + "id": "1948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03223385995831, + -12.085518043425155, + -77.02258266883783, + -12.075131311949765 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.0279137462788, + -12.075131311949765 + ] + ] + ], + "type": "Polygon" + }, + "id": "1949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73969374269626, + -12.245197526936796, + -76.73004551177351, + -12.23482065168327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.73537944455431, + -12.23482065168327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91415205329035, + -12.207528302648306, + -76.90450028009249, + -12.197146418153704 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90983349206942, + -12.197146418153704 + ] + ] + ], + "type": "Polygon" + }, + "id": "1951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00394002002373, + -11.854634626240372, + -76.99429643687822, + -11.844245197447302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.99962374584764, + -11.844245197447302 + ] + ] + ], + "type": "Polygon" + }, + "id": "1952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96893780810379, + -11.929851922102861, + -76.9592928882646, + -11.919464423322191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.96462147268464, + -11.919464423322191 + ] + ] + ], + "type": "Polygon" + }, + "id": "1953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9263394417964, + -12.177287548759995, + -76.91668825196875, + -12.166904873734813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.92202095446902, + -12.166904873734813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01377248977498, + -11.706122337238815, + -77.004133074679, + -11.69573066358782 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.00945793034619, + -11.69573066358782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93090236434297, + -12.130564010294709, + -76.92125244970138, + -12.120180480471722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.92658437755017, + -12.120180480471722 + ] + ] + ], + "type": "Polygon" + }, + "id": "1956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70536788260824, + -12.359635772911219, + -76.69571717156612, + -12.349261701557072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.70105300262858, + -12.349261701557072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76642092249297, + -12.019910911781839, + -76.75677868763113, + -12.009529805598554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.76210889543249, + -12.009529805598554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01853757967733, + -12.131354479580665, + -77.00888537158838, + -12.120968797475665 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.01421722106836, + -12.120968797475665 + ] + ] + ], + "type": "Polygon" + }, + "id": "1959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73357538604371, + -12.307454610834558, + -76.72392546228973, + -12.297078929754402 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.7292604248978, + -12.297078929754402 + ] + ] + ], + "type": "Polygon" + }, + "id": "1960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12514859624895, + -11.984521926091722, + -77.11549806632237, + -11.974131407838202 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.1208273523121, + -11.974131407838202 + ] + ] + ], + "type": "Polygon" + }, + "id": "1961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64372876998478, + -12.282744261739586, + -76.63408205948845, + -12.272370468254369 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.64321759724989, + -12.280608780456793 + ], + [ + -76.63839415405435, + -12.282744261739586 + ], + [ + -76.63408205948845, + -12.279692816705266 + ], + [ + -76.6345933576339, + -12.274505974990051 + ], + [ + -76.63941662494427, + -12.272370468254369 + ] + ] + ], + "type": "Polygon" + }, + "id": "1962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07772257770677, + -11.712377124584526, + -77.06808134675323, + -11.701983972455906 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.0734062248031, + -11.701983972455906 + ] + ] + ], + "type": "Polygon" + }, + "id": "1963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04420540418822, + -11.677627100365457, + -77.03456605826747, + -11.667234314437321 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03989040909502, + -11.667234314437321 + ] + ] + ], + "type": "Polygon" + }, + "id": "1964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15703743297742, + -11.846020806447772, + -77.14739023486224, + -11.835627535445948 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.15271719163663, + -11.835627535445948 + ] + ] + ], + "type": "Polygon" + }, + "id": "1965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94453890631709, + -11.801599853324007, + -76.93489844072886, + -11.791211156428604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.94022493844547, + -11.791211156428604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94918925629624, + -12.132372249205444, + -76.93953881039543, + -12.121988294111642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.9448707510396, + -12.121988294111642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09987829565746, + -11.816831662805583, + -77.09023339645344, + -11.806439370156498 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.09555996062505, + -11.806439370156498 + ] + ] + ], + "type": "Polygon" + }, + "id": "1968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1463833038336, + -11.860717404217006, + -77.13673593303619, + -11.85032459451924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.14206314863297, + -11.85032459451924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67420190091539, + -12.254367153784218, + -76.66455519334323, + -12.243992104267427 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66988928934161, + -12.243992104267427 + ] + ] + ], + "type": "Polygon" + }, + "id": "1970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8273024586975, + -12.15174200751443, + -76.81765465232374, + -12.141361402606936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.82298700546897, + -12.141361402606936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96369316931947, + -12.220295780965388, + -76.95403972142164, + -12.209912873773892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95937309797256, + -12.209912873773892 + ] + ] + ], + "type": "Polygon" + }, + "id": "1973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0785096094829, + -11.751796692090153, + -77.06886718558641, + -11.741404040099932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.07419271043769, + -11.741404040099932 + ] + ] + ], + "type": "Polygon" + }, + "id": "1974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06718892307079, + -11.915907278429174, + -77.05754189880123, + -11.905517169457916 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.06287013817823, + -11.905517169457916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90957371318846, + -12.159902878653693, + -76.89992348203741, + -12.149520343370506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.90525591221788, + -12.149520343370506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89662922413432, + -12.245097757497671, + -76.88697678986307, + -12.23471692346846 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.89231063621325, + -12.23471692346846 + ] + ] + ], + "type": "Polygon" + }, + "id": "1977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14320140065341, + -11.703027290508388, + -77.1335588035116, + -11.692632432767507 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.1388834318982, + -11.692632432767507 + ] + ] + ], + "type": "Polygon" + }, + "id": "1978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04671086853156, + -12.07907818516991, + -77.03705949996525, + -12.068691000042474 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.04239045317473, + -12.068691000042474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71223460438462, + -12.336751283847011, + -76.70258438891307, + -12.326376644703211 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.70791984052225, + -12.326376644703211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75046397795286, + -11.94756908955772, + -76.7408243323937, + -11.937187315322003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.7461533535852, + -11.937187315322003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11895318286302, + -11.858036855878023, + -77.10930657733776, + -11.847644671209213 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.1146337911992, + -11.847644671209213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9545464602898, + -12.219390715716438, + -76.9448932771668, + -12.209008020334286 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.95022664789248, + -12.209008020334286 + ] + ] + ], + "type": "Polygon" + }, + "id": "1983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8547226496444, + -12.15446470181447, + -76.84507403071969, + -12.144083451196972 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.85040641202453, + -12.144083451196972 + ] + ] + ], + "type": "Polygon" + }, + "id": "1984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0002065416375, + -12.035176072166175, + -76.99055767399783, + -12.024789358980142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.99588795955985, + -12.024789358980142 + ] + ] + ], + "type": "Polygon" + }, + "id": "1985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70022755508687, + -11.989743344962426, + -76.69058802559904, + -11.979363470932661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.69971763011887, + -11.98760281232637 + ], + [ + -76.69489777787422, + -11.989743344962426 + ], + [ + -76.69058802559904, + -11.9866939090506 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.69591775323094, + -11.979363470932661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95670968392169, + -11.771330688782038, + -76.9470698025128, + -11.760941281252316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.95239579081533, + -11.760941281252316 + ] + ] + ], + "type": "Polygon" + }, + "id": "1987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7945107599424, + -12.344973972460128, + -76.78485806270552, + -12.334597380938328 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.79019362269887, + -12.334597380938328 + ] + ] + ], + "type": "Polygon" + }, + "id": "1988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1067166447168, + -11.793895391270073, + -77.09707225638981, + -11.783502620267278 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.10239843352072, + -11.783502620267278 + ] + ] + ], + "type": "Polygon" + }, + "id": "1989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73738059967619, + -12.315693115505505, + -76.72773032596008, + -12.305317476672865 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.73306542361188, + -12.305317476672865 + ] + ] + ], + "type": "Polygon" + }, + "id": "1990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79453212290632, + -12.250666798445577, + -76.78488224273407, + -12.24028862182775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.79021624524314, + -12.24028862182775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15464683062493, + -11.72775132808663, + -77.14500321291112, + -11.717356517560019 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.15032822931775, + -11.717356517560019 + ] + ] + ], + "type": "Polygon" + }, + "id": "1992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91260393973, + -12.034396927164883, + -76.90295737339135, + -12.024012369490132 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.9082877319821, + -12.024012369490132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70017870957113, + -12.084064795450454, + -76.69053636907988, + -12.073686353874715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.69586765168869, + -12.073686353874715 + ] + ] + ], + "type": "Polygon" + }, + "id": "1994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06791672170428, + -11.860909562373658, + -77.05827131743287, + -11.850518656733415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.06359865087886, + -11.850518656733415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80674410869173, + -12.126115848345169, + -76.7970976181632, + -12.115735356702936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.80242955957601, + -12.115735356702936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9750722525931, + -12.056292019585516, + -76.9654234042806, + -12.045906246202899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.97075406494896, + -12.045906246202899 + ] + ] + ], + "type": "Polygon" + }, + "id": "1997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70254610451366, + -11.919221950826001, + -76.69290861276764, + -11.908840984256729 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.69823717815557, + -11.908840984256729 + ] + ] + ], + "type": "Polygon" + }, + "id": "1998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7238174037542, + -11.98422962293679, + -76.71417739208908, + -11.973849065500017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71950702443624, + -11.973849065500017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71617197511682, + -12.062078009180988, + -76.70652985167258, + -12.051698820740274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.71186076887139, + -12.051698820740274 + ] + ] + ], + "type": "Polygon" + }, + "id": "2000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83340219907126, + -12.08945554138538, + -76.82375608815606, + -12.07907380660819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.82908741059315, + -12.07907380660819 + ] + ] + ], + "type": "Polygon" + }, + "id": "2001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71237062612721, + -12.053838793456706, + -76.70272885252847, + -12.043459575876733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.70805963462942, + -12.043459575876733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08613553936313, + -11.76827884847577, + -77.07649243214549, + -11.757886231269463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.08181821743392, + -11.757886231269463 + ] + ] + ], + "type": "Polygon" + }, + "id": "2003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72137479175107, + -12.337665998523285, + -76.7117242986224, + -12.32729114145114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.71705976337704, + -12.32729114145114 + ] + ] + ], + "type": "Polygon" + }, + "id": "2004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07324397138612, + -11.853564040173392, + -77.06359865087886, + -11.843172902253029 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.06892585633113, + -11.843172902253029 + ] + ] + ], + "type": "Polygon" + }, + "id": "2005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8379495229541, + -12.325727287241012, + -76.8282962360775, + -12.315349271531877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.8379495229541, + -12.31839903412347 + ], + [ + -76.83744098692583, + -12.323588095649688 + ], + [ + -76.83261425650907, + -12.325727287241012 + ], + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.83363145480128, + -12.315349271531877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90343326787209, + -11.750360024622273, + -76.89379540376757, + -11.739971655974902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.89912109437353, + -11.739971655974902 + ] + ] + ], + "type": "Polygon" + }, + "id": "2007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0921846407355, + -11.705920708087497, + -77.08254323657121, + -11.695527120849833 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.08786798850889, + -11.695527120849833 + ] + ] + ], + "type": "Polygon" + }, + "id": "2008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07717999092091, + -12.0506127374567, + -77.06752869761267, + -12.040224373518972 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.0728591415118, + -12.040224373518972 + ] + ] + ], + "type": "Polygon" + }, + "id": "2009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.776975227323, + -12.382514232949742, + -76.76732188124168, + -12.372138732198726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.77265806923968, + -12.372138732198726 + ] + ] + ], + "type": "Polygon" + }, + "id": "2010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79524275752351, + -12.47862987380144, + -76.7855860438105, + -12.468255605526942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79092381269754, + -12.468255605526942 + ], + [ + -76.79524275752351, + -12.47130645334645 + ], + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.79092381269754, + -12.468255605526942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1432817504144, + -11.797466017234878, + -77.13363634051687, + -11.787072411168785 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.13896252088585, + -11.787072411168785 + ] + ] + ], + "type": "Polygon" + }, + "id": "2012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08528407862993, + -11.634424620211089, + -77.07564497523056, + -11.624030286674133 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.08096856228545, + -11.624030286674133 + ] + ] + ], + "type": "Polygon" + }, + "id": "2013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76477364051937, + -12.41272508089645, + -76.75511972153912, + -12.402350416735072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76045641366248, + -12.402350416735072 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.75943689960508, + -12.41272508089645 + ], + [ + -76.75511972153912, + -12.409674151654519 + ], + [ + -76.75562954156315, + -12.404486873669834 + ], + [ + -76.76045641366248, + -12.402350416735072 + ] + ] + ], + "type": "Polygon" + }, + "id": "2014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97578421501157, + -11.906929387036632, + -76.96613980078041, + -11.896541389944202 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.97146800082307, + -11.896541389944202 + ] + ] + ], + "type": "Polygon" + }, + "id": "2015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67652777176492, + -12.183875185706057, + -76.66688310461413, + -12.173498925487635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6722160366623, + -12.173498925487635 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.667393790804, + -12.17563645409478 + ], + [ + -76.6722160366623, + -12.173498925487635 + ] + ] + ], + "type": "Polygon" + }, + "id": "2016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8265218102501, + -12.301010826700585, + -76.81686956732959, + -12.290632681253156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.82220438457104, + -12.290632681253156 + ] + ] + ], + "type": "Polygon" + }, + "id": "2017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68333818352095, + -12.255281574945226, + -76.67369119644752, + -12.244906306180193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.6790253067309, + -12.244906306180193 + ] + ] + ], + "type": "Polygon" + }, + "id": "2018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12658490194578, + -11.874518905220496, + -77.11693761432262, + -11.864126766938405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.12226508776807, + -11.864126766938405 + ] + ] + ], + "type": "Polygon" + }, + "id": "2019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89890863408424, + -12.17457030903269, + -76.88925824567524, + -12.164188273671265 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.89459092649388, + -12.164188273671265 + ] + ] + ], + "type": "Polygon" + }, + "id": "2020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80063921484494, + -12.18839480210706, + -76.79099102968249, + -12.178015455634787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.79632400150581, + -12.178015455634787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13175823544927, + -11.678303272683145, + -77.12211665943357, + -11.667908371837186 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.1274408994247, + -11.667908371837186 + ] + ] + ], + "type": "Polygon" + }, + "id": "2022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83949151380065, + -12.121506808509253, + -76.82984428408815, + -12.111125420064722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.83517613141315, + -12.111125420064722 + ] + ] + ], + "type": "Polygon" + }, + "id": "2023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11355421158052, + -11.770957745223729, + -77.10391033435151, + -11.7605644994044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10923612434371, + -11.7605644994044 + ] + ] + ], + "type": "Polygon" + }, + "id": "2024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93469408402927, + -12.044442959549192, + -76.9250466394958, + -12.034058005227394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.93037714431281, + -12.034058005227394 + ] + ] + ], + "type": "Polygon" + }, + "id": "2025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73298738527004, + -11.89079819755161, + -76.72334990697279, + -11.880416048305703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72867799806112, + -11.880416048305703 + ], + [ + -76.73298738527004, + -11.883464571570551 + ], + [ + -76.73247807152565, + -11.888655700956116 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.72334990697279, + -11.887749587284773 + ], + [ + -76.72385934618346, + -11.882558567434158 + ], + [ + -76.72867799806112, + -11.880416048305703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11981926673543, + -11.9918666451774, + -77.11016865132575, + -11.981476364516615 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.11549806632237, + -11.981476364516615 + ] + ] + ], + "type": "Polygon" + }, + "id": "2027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08232244838541, + -11.760037769903041, + -77.0726796827977, + -11.74964513507659 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.07800533788834, + -11.74964513507659 + ] + ] + ], + "type": "Polygon" + }, + "id": "2028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77169505607692, + -12.201232955317105, + -76.76204726872261, + -12.19085454868197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.76738046499172, + -12.19085454868197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74506339148213, + -12.143559533788267, + -76.7354180484786, + -12.133180879503868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.74075030226989, + -12.133180879503868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9887337984191, + -11.916068865029592, + -76.97908877708578, + -11.905680679865709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.98441711385003, + -11.905680679865709 + ] + ] + ], + "type": "Polygon" + }, + "id": "2031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9765589887391, + -11.94633273787645, + -76.96691338030887, + -11.93594528999085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.9722422282228, + -11.93594528999085 + ] + ] + ], + "type": "Polygon" + }, + "id": "2032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7488324707052, + -12.24610974346088, + -76.73918396371717, + -12.235732650689465 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.74451790880816, + -12.235732650689465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12413071696939, + -11.661820611120923, + -77.11448982201193, + -11.651425683821069 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.12413071696939, + -11.654469509647523 + ], + [ + -77.1236272252964, + -11.659667025601372 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11981380286436, + -11.651425683821069 + ] + ] + ], + "type": "Polygon" + }, + "id": "2034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04430835992888, + -11.866462655780884, + -77.0346633905752, + -11.856072403804937 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.03999084599043, + -11.856072403804937 + ] + ] + ], + "type": "Polygon" + }, + "id": "2035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90875887999411, + -11.74301791128916, + -76.89912109437353, + -11.732629312702102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90444665995308, + -11.732629312702102 + ], + [ + -76.90875887999411, + -11.735675480620808 + ], + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.90444665995308, + -11.732629312702102 + ] + ] + ], + "type": "Polygon" + }, + "id": "2036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80518160558479, + -12.330320962808399, + -76.7955290591208, + -12.319943851550253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.80086437188305, + -12.319943851550253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04519513946482, + -12.094658616266889, + -77.03554334469659, + -12.084271708500731 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.04087455659196, + -12.084271708500731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98107926859852, + -11.805190559396411, + -76.97143774740725, + -11.794801009911012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.97676426791922, + -11.794801009911012 + ] + ] + ], + "type": "Polygon" + }, + "id": "2039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17603567697114, + -11.792791161422647, + -77.16638959291652, + -11.782396704150687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.17171564307341, + -11.782396704150687 + ] + ] + ], + "type": "Polygon" + }, + "id": "2040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02754437872112, + -11.849084691190962, + -77.01790035517654, + -11.838694606305902 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.0232275453273, + -11.838694606305902 + ] + ] + ], + "type": "Polygon" + }, + "id": "2041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03736679455459, + -11.70056350076988, + -77.02772694080409, + -11.690171177813822 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.03305167699722, + -11.690171177813822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85320273908147, + -12.075695034994906, + -76.84355651085302, + -12.065312590752976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.84888759423603, + -12.065312590752976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74357092999152, + -12.064806168473384, + -76.73392797703208, + -12.054426324377282 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73925893241967, + -12.054426324377282 + ] + ] + ], + "type": "Polygon" + }, + "id": "2044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0611881417392, + -12.072637150489777, + -77.05153659695456, + -12.062249512643058 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.05686742524637, + -12.062249512643058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04054622524643, + -11.952624649171876, + -77.03089878461425, + -11.942235721424252 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.0362276628, + -11.942235721424252 + ] + ] + ], + "type": "Polygon" + }, + "id": "2046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919625335248, + -12.242374178795956, + -76.85954462550643, + -12.231993986121134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.86487844747478, + -12.231993986121134 + ] + ] + ], + "type": "Polygon" + }, + "id": "2047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07633151972178, + -11.916803623579298, + -77.06668423707573, + -11.906413304802093 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.07201247886967, + -11.906413304802093 + ] + ] + ], + "type": "Polygon" + }, + "id": "2048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01844958042588, + -11.94258773464197, + -77.00880300422558, + -11.932199202123018 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.01413174398819, + -11.932199202123018 + ] + ] + ], + "type": "Polygon" + }, + "id": "2049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74971743299099, + -11.90818356912167, + -76.74007898116517, + -11.897801243697574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7454073538769, + -11.897801243697574 + ], + [ + -76.74971743299099, + -11.900849715650113 + ], + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.7454073538769, + -11.897801243697574 + ] + ] + ], + "type": "Polygon" + }, + "id": "2050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78085919655084, + -12.107820384435067, + -76.77121394923651, + -12.097440260295357 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.77654560073745, + -12.097440260295357 + ] + ] + ], + "type": "Polygon" + }, + "id": "2051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853642072857, + -11.974006499767766, + -76.84889308279504, + -11.963622389744344 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.85422248697913, + -11.963622389744344 + ] + ] + ], + "type": "Polygon" + }, + "id": "2052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03511962010491, + -11.77115496495781, + -77.02547772311316, + -11.760763629057953 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.0308036224007, + -11.760763629057953 + ] + ] + ], + "type": "Polygon" + }, + "id": "2053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89051716456821, + -12.024349940394169, + -76.88087147913551, + -12.013965781350931 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.8862016898985, + -12.013965781350931 + ] + ] + ], + "type": "Polygon" + }, + "id": "2054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93388569300757, + -11.816283940378137, + -76.92424506828765, + -11.805895708114273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92957181731371, + -11.805895708114273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93165340083411, + -12.075596721274083, + -76.92200510656765, + -12.065212318259693 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.92733612756409, + -12.065212318259693 + ] + ] + ], + "type": "Polygon" + }, + "id": "2056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94608033797724, + -11.880409373396438, + -76.9364374853705, + -11.87002173287223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94176527831635, + -11.87002173287223 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.93694393818852, + -11.872168938558596 + ], + [ + -76.94176527831635, + -11.87002173287223 + ] + ] + ], + "type": "Polygon" + }, + "id": "2057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95063659253269, + -11.833663644543547, + -76.94099501343929, + -11.823275237434228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.94632203286248, + -11.823275237434228 + ] + ] + ], + "type": "Polygon" + }, + "id": "2058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95068498162537, + -12.022429682991643, + -76.94103777645225, + -12.0120439998765 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.94636790359904, + -12.0120439998765 + ] + ] + ], + "type": "Polygon" + }, + "id": "2059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10592598995814, + -11.754475422987184, + -77.09628279492941, + -11.744082141595856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.10160832517377, + -11.744082141595856 + ] + ] + ], + "type": "Polygon" + }, + "id": "2060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12960731076538, + -11.843341980583597, + -77.1199608761755, + -11.832949333889479 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.12528783217923, + -11.832949333889479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9499132573693, + -11.983031863570691, + -76.9402672469083, + -11.97264561218331 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.94559672580678, + -11.97264561218331 + ] + ] + ], + "type": "Polygon" + }, + "id": "2062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98802775727938, + -12.065433760867942, + -76.97837830125209, + -12.055047807516775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.98370909879881, + -12.055047807516775 + ] + ] + ], + "type": "Polygon" + }, + "id": "2063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80371060932298, + -12.062923105955853, + -76.79406608546336, + -12.05254171028011 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.7993969863731, + -12.05254171028011 + ] + ] + ], + "type": "Polygon" + }, + "id": "2064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0754837525115, + -11.782973667037458, + -77.06584047719991, + -11.77258150624852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.071166518705, + -11.77258150624852 + ] + ] + ], + "type": "Polygon" + }, + "id": "2065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00627508881625, + -11.97285308546082, + -76.99662792320025, + -11.962465294054011 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -77.00195717538377, + -11.962465294054011 + ] + ] + ], + "type": "Polygon" + }, + "id": "2066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14026092211571, + -11.828645838558725, + -77.13061465912298, + -11.818252731619484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.13594135691939, + -11.818252731619484 + ] + ] + ], + "type": "Polygon" + }, + "id": "2067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92398359734653, + -11.775979959238388, + -76.9143444314336, + -11.765591423896536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.91967052626057, + -11.765591423896536 + ] + ] + ], + "type": "Polygon" + }, + "id": "2068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69568784228935, + -11.942124397903203, + -76.68604985666914, + -11.931743938567216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.6913788003128, + -11.931743938567216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1015268044402, + -11.990073771271211, + -77.09187670193714, + -11.979683907599147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.09720611444726, + -11.979683907599147 + ] + ] + ], + "type": "Polygon" + }, + "id": "2070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72596572343112, + -12.290977549265108, + -76.71631649978092, + -12.280601785054243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.72165119217881, + -12.280601785054243 + ] + ] + ], + "type": "Polygon" + }, + "id": "2071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12140540285469, + -12.070685609507493, + -77.11175239701106, + -12.060296477083316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.11708310775192, + -12.060296477083316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82504561215794, + -11.939238724468861, + -76.81540420327563, + -11.928854945582867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82073305510804, + -11.928854945582867 + ], + [ + -76.82504561215794, + -11.931902918468214 + ], + [ + -76.82453750381255, + -11.937094862009971 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81591243749412, + -11.93099882991339 + ], + [ + -76.82073305510804, + -11.928854945582867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65899596255221, + -12.221413084920405, + -76.64935065980842, + -12.211037883985856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.65468421242055, + -12.211037883985856 + ] + ] + ], + "type": "Polygon" + }, + "id": "2074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75419946617264, + -12.144469762039709, + -76.74455384755785, + -12.134090890020632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74988611348978, + -12.134090890020632 + ] + ] + ], + "type": "Polygon" + }, + "id": "2075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79764728080399, + -11.93652479608205, + -76.7880066880396, + -11.926141667565172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79333550907015, + -11.926141667565172 + ], + [ + -76.79764728080399, + -11.929189869463437 + ], + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.78851529965377, + -11.92828499776857 + ], + [ + -76.79333550907015, + -11.926141667565172 + ] + ] + ], + "type": "Polygon" + }, + "id": "2076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09685362993858, + -11.848007534773114, + -77.08720787850177, + -11.837615745803214 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.09253495974225, + -11.837615745803214 + ] + ] + ], + "type": "Polygon" + }, + "id": "2077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82732602412098, + -11.963053915683593, + -76.81768384453495, + -11.952670427364854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.82301308735768, + -11.952670427364854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70550991999711, + -12.076736201760758, + -76.69586765168869, + -12.06635751078863 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.70119881258229, + -12.06635751078863 + ] + ] + ], + "type": "Polygon" + }, + "id": "2080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77777879628673, + -12.233278092849368, + -76.76812988753444, + -12.222900054272996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.77346361030006, + -12.222900054272996 + ] + ] + ], + "type": "Polygon" + }, + "id": "2081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0054965405924, + -11.933448658946405, + -76.99585056942536, + -11.923060311971037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -77.00117917371534, + -11.923060311971037 + ] + ] + ], + "type": "Polygon" + }, + "id": "2082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84710657374988, + -12.137985779158656, + -76.83745864931058, + -12.127604458716986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.8427907637078, + -12.127604458716986 + ] + ] + ], + "type": "Polygon" + }, + "id": "2083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70926504274422, + -12.179287027813983, + -76.69961961159278, + -12.16890985584137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.70495246358335, + -12.16890985584137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7260484105469, + -12.10236391512719, + -76.7164048153039, + -12.091985097601869 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.7164048153039, + -12.099314119618022 + ], + [ + -76.71691468446878, + -12.09412476548967 + ], + [ + -76.72173639466965, + -12.091985097601869 + ] + ] + ], + "type": "Polygon" + }, + "id": "2085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13047779658993, + -11.977176884481477, + -77.1208273523121, + -11.966786129079383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.13047779658993, + -11.969831520759572 + ], + [ + -77.12997390367332, + -11.975026950456446 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.12615650920743, + -11.966786129079383 + ] + ] + ], + "type": "Polygon" + }, + "id": "2086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10678636803816, + -11.888317721899698, + -77.09713916589438, + -11.877926257544795 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.10246689591958, + -11.877926257544795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13413990105238, + -11.796573751260658, + -77.12449474583032, + -11.786180353582699 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.1298209258034, + -11.786180353582699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90500769198474, + -12.206621916429906, + -76.89535618613743, + -12.19624024512919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.90068939079384, + -12.19624024512919 + ] + ] + ], + "type": "Polygon" + }, + "id": "2089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82423908021528, + -12.277204611350644, + -76.81458760961887, + -12.266826124885823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81992203504551, + -12.266826124885823 + ] + ] + ], + "type": "Polygon" + }, + "id": "2090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78546340129596, + -11.966767301408295, + -76.77582223566232, + -11.95638492249739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.78115156025832, + -11.95638492249739 + ] + ] + ], + "type": "Polygon" + }, + "id": "2091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73294810348646, + -11.985137631787044, + -76.72330781537336, + -11.974756855482342 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.72863746048867, + -11.974756855482342 + ] + ] + ], + "type": "Polygon" + }, + "id": "2092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79145549565014, + -12.376102523000396, + -76.78180195027288, + -12.365726544175596 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.79145549565014, + -12.368776973363655 + ], + [ + -76.79094623144299, + -12.37396501671575 + ], + [ + -76.78611937151042, + -12.376102523000396 + ], + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.78713802601314, + -12.365726544175596 + ] + ] + ], + "type": "Polygon" + }, + "id": "2093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1280202403297, + -11.764501163507955, + -77.11837619284421, + -11.754107481594868 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.12370185497106, + -11.754107481594868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9666170323931, + -11.811636343628427, + -76.95697569386753, + -11.801247238648827 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.96230233527415, + -11.801247238648827 + ] + ] + ], + "type": "Polygon" + }, + "id": "2095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90347496986477, + -12.127849649267462, + -76.89382585569295, + -12.117466759229576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89915776227966, + -12.117466759229576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7769487288701, + -12.476799821106498, + -76.76729256370251, + -12.466425983941225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.77263031046003, + -12.466425983941225 + ] + ] + ], + "type": "Polygon" + }, + "id": "2097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74588098836894, + -11.994284864068955, + -76.73624007518924, + -11.98390389510876 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.7415698674666, + -11.98390389510876 + ] + ] + ], + "type": "Polygon" + }, + "id": "2098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03829796535928, + -12.023194900059835, + -77.02864847822599, + -12.012807071592936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.03397852134009, + -12.012807071592936 + ] + ] + ], + "type": "Polygon" + }, + "id": "2099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78386389776249, + -12.265322495054058, + -76.77421386756954, + -12.254944831010546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77954811681349, + -12.254944831010546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00401952508732, + -12.043416327891327, + -76.9943703135415, + -12.033029645588027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.99970073056193, + -12.033029645588027 + ] + ] + ], + "type": "Polygon" + }, + "id": "2101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83491722552952, + -12.168220711886999, + -76.82526872379941, + -12.15784017783366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.8306013443738, + -12.15784017783366 + ] + ] + ], + "type": "Polygon" + }, + "id": "2102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87909360722435, + -11.999630108083457, + -76.86944896057105, + -11.989245863868291 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.87477877258512, + -11.989245863868291 + ] + ] + ], + "type": "Polygon" + }, + "id": "2103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88060833724626, + -11.795306151575394, + -76.87096973729254, + -11.784918956367749 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.88010122950516, + -11.793159311697226 + ], + [ + -76.87528184305299, + -11.795306151575394 + ], + [ + -76.87096973729254, + -11.792259360561125 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.87629618452769, + -11.784918956367749 + ] + ] + ], + "type": "Polygon" + }, + "id": "2104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04890488579356, + -11.914113799708202, + -77.03925837971092, + -11.903724111103005 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.04458661342656, + -11.903724111103005 + ] + ] + ], + "type": "Polygon" + }, + "id": "2105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91413850021601, + -12.11317997727787, + -76.90448954354729, + -12.102796591911595 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.90982119940789, + -12.102796591911595 + ] + ] + ], + "type": "Polygon" + }, + "id": "2106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02612132364588, + -12.053457320895593, + -77.01647124531827, + -12.043070248279182 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.02180180190177, + -12.043070248279182 + ] + ] + ], + "type": "Polygon" + }, + "id": "2107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89887225105542, + -11.797105644892012, + -76.88923311568439, + -11.786718019377508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.89836539539176, + -11.794958439111216 + ], + [ + -76.89354574132352, + -11.797105644892012 + ], + [ + -76.88923311568439, + -11.794059004580301 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.89455957871755, + -11.786718019377508 + ] + ] + ], + "type": "Polygon" + }, + "id": "2108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91942480250418, + -11.822726310216474, + -76.90978436442991, + -11.812338525068014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.90978436442991, + -11.819679712150144 + ], + [ + -76.91029109935485, + -11.814485873145482 + ], + [ + -76.91511123211038, + -11.812338525068014 + ] + ] + ], + "type": "Polygon" + }, + "id": "2109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68407723269871, + -12.294644582013857, + -76.6744290494864, + -12.284269950837695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.67976380980957, + -12.284269950837695 + ] + ] + ], + "type": "Polygon" + }, + "id": "2110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00787366321075, + -12.146030512429801, + -76.99822129095537, + -12.1356453236886 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -77.00355339485478, + -12.1356453236886 + ] + ] + ], + "type": "Polygon" + }, + "id": "2111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74431706867408, + -12.104183797707675, + -76.73467292083905, + -12.093804543645854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.74000452535034, + -12.093804543645854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69484737735192, + -12.091393053527673, + -76.68520496484403, + -12.081014861789624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69433721726476, + -12.089253946163975 + ], + [ + -76.68951592342763, + -12.091393053527673 + ], + [ + -76.68520496484403, + -12.088343034124126 + ], + [ + -76.68571525039958, + -12.08315399310933 + ], + [ + -76.69053636907988, + -12.081014861789624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.986371109652, + -11.703437854852027, + -76.97673247993028, + -11.693046818604067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.97673247993028, + -11.700392498858923 + ], + [ + -76.97723809289131, + -11.695197033950969 + ], + [ + -76.98205732187763, + -11.693046818604067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06858569473538, + -11.71148435626483, + -77.05894472175923, + -11.70109141459292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.06426959743733, + -11.70109141459292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843440104282, + -12.297321611963472, + -76.85878115198032, + -12.286942351128726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.86843440104282, + -12.289991697270631 + ], + [ + -76.8679263354852, + -12.2951813811794 + ], + [ + -76.86309962414722, + -12.297321611963472 + ], + [ + -76.85878115198032, + -12.2942721821268 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.86411588159798, + -12.286942351128726 + ] + ] + ], + "type": "Polygon" + }, + "id": "2116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89510641006535, + -12.26066863998283, + -76.88545355084122, + -12.250288100886253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.89078765540475, + -12.250288100886253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.000829280424, + -11.696986883750656, + -76.99119046981865, + -11.686595408677272 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99651519001146, + -11.686595408677272 + ], + [ + -77.000829280424, + -11.689640514713018 + ], + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.99169587050562, + -11.688746005922312 + ], + [ + -76.99651519001146, + -11.686595408677272 + ] + ] + ], + "type": "Polygon" + }, + "id": "2118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16831420172963, + -11.681862957191065, + -77.15867161012272, + -11.671467222468243 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.1639958503303, + -11.671467222468243 + ] + ] + ], + "type": "Polygon" + }, + "id": "2119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16156659236434, + -11.799249767562564, + -77.15192067455077, + -11.78885574547587 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.1572468548841, + -11.78885574547587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89204615814474, + -12.103130523032327, + -76.88239808261953, + -12.092747531637187 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.88772959069193, + -12.092747531637187 + ] + ] + ], + "type": "Polygon" + }, + "id": "2121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13104150196574, + -11.733319629722375, + -77.12139830696616, + -11.72292546114287 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.12672345198874, + -11.72292546114287 + ] + ] + ], + "type": "Polygon" + }, + "id": "2122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75881530624531, + -12.003431896253494, + -76.74917376890224, + -11.993050735605452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.7545037077983, + -11.993050735605452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0281850559783, + -11.605242937396886, + -77.0185482717063, + -11.59484962992145 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0238714531498, + -11.59484962992145 + ], + [ + -77.0281850559783, + -11.597893982987957 + ], + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.0185482717063, + -11.602198496415708 + ], + [ + -77.01905314662142, + -11.597001895691578 + ], + [ + -77.0238714531498, + -11.59484962992145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84558218935301, + -12.153557403914888, + -76.835933840802, + -12.14317636828401 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.8412662129959, + -12.14317636828401 + ] + ] + ], + "type": "Polygon" + }, + "id": "2125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94682826292892, + -11.825423114675878, + -76.93718702839372, + -11.815034687879795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.94251391585551, + -11.815034687879795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73827767542208, + -11.977805890698429, + -76.72863746048867, + -11.967424870267756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.73396698338789, + -11.967424870267756 + ] + ] + ], + "type": "Polygon" + }, + "id": "2127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01238364742039, + -12.00491521119258, + -77.0027353689695, + -11.994527744560664 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -77.00806514215577, + -11.994527744560664 + ] + ] + ], + "type": "Polygon" + }, + "id": "2128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79382249262459, + -12.02263217851665, + -76.78417943633144, + -12.012250420302822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78950967777232, + -12.012250420302822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92094453758783, + -11.807144569482688, + -76.91130452359106, + -11.796756532720215 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.91130452359106, + -11.804098069159947 + ], + [ + -76.91181121290352, + -11.798904104351218 + ], + [ + -76.91663113363639, + -11.796756532720215 + ] + ] + ], + "type": "Polygon" + }, + "id": "2130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386238413314, + -12.249704948597161, + -76.85421067882058, + -12.23932501028249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.85954462550643, + -12.23932501028249 + ] + ] + ], + "type": "Polygon" + }, + "id": "2131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8295956785579, + -12.08121596992819, + -76.81994991515239, + -12.070834203522192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.82528110394153, + -12.070834203522192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9316161054058, + -11.886850153184348, + -76.92197343849354, + -11.876462962061842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.92730135072186, + -11.876462962061842 + ] + ] + ], + "type": "Polygon" + }, + "id": "2133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7351051815953, + -12.29189101389378, + -76.72545568108411, + -12.28151503195933 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.73079038620969, + -12.28151503195933 + ] + ] + ], + "type": "Polygon" + }, + "id": "2134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71687068901275, + -12.195764728973527, + -76.70722455755994, + -12.1853876284513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.71255767999322, + -12.1853876284513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89891774311847, + -12.26890784868489, + -76.88926453734341, + -12.25852735097024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.8945987748773, + -12.25852735097024 + ] + ] + ], + "type": "Polygon" + }, + "id": "2136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90804007159929, + -12.081125167786269, + -76.89839223145091, + -12.070741436975059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.90372336396166, + -12.070741436975059 + ] + ] + ], + "type": "Polygon" + }, + "id": "2137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99857450076519, + -11.767573142966775, + -76.98893364784483, + -11.757182654247396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.99425953085358, + -11.757182654247396 + ] + ] + ], + "type": "Polygon" + }, + "id": "2138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08481285424915, + -12.067093608107935, + -77.07516087630223, + -12.056705309413923 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.08049158115347, + -12.056705309413923 + ] + ] + ], + "type": "Polygon" + }, + "id": "2139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85473022301075, + -11.965766556600618, + -76.84508723182428, + -11.955382420595976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.850416502772, + -11.955382420595976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73596615030273, + -12.048327537696743, + -76.72632389598853, + -12.037947634988246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.73165458182243, + -12.037947634988246 + ] + ] + ], + "type": "Polygon" + }, + "id": "2141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03062239282308, + -11.91231927041771, + -77.02097640683856, + -11.9019300031838 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.0263046337898, + -11.9019300031838 + ] + ] + ], + "type": "Polygon" + }, + "id": "2142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02837233877555, + -11.982891684302642, + -77.01872430703853, + -11.97250349864281 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.02405369855968, + -11.97250349864281 + ] + ] + ], + "type": "Polygon" + }, + "id": "2143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87833397773716, + -12.054596782924476, + -76.8686877121677, + -12.044213386414873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.8740184304916, + -12.044213386414873 + ] + ] + ], + "type": "Polygon" + }, + "id": "2144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84102378700604, + -12.011588029701823, + -76.83137979488403, + -12.001204917343182 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.83670982932364, + -12.001204917343182 + ] + ] + ], + "type": "Polygon" + }, + "id": "2145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14185136406425, + -11.907482936251654, + -77.13220271298448, + -11.897090896219575 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.13753070509698, + -11.897090896219575 + ] + ] + ], + "type": "Polygon" + }, + "id": "2146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05967305215628, + -12.088218261608645, + -77.05002108102497, + -12.077830900368845 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.05535216806301, + -12.077830900368845 + ] + ] + ], + "type": "Polygon" + }, + "id": "2147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97349188142626, + -11.883106806513515, + -76.96384823625911, + -11.872718527099877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96917604658323, + -11.872718527099877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78767069777903, + -12.273561326709368, + -76.77802031874347, + -12.2631837032406 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.78335470236354, + -12.2631837032406 + ] + ] + ], + "type": "Polygon" + }, + "id": "2149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11657675187364, + -11.73977751820017, + -77.1069337268433, + -11.729383784194958 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.11225899985065, + -11.729383784194958 + ] + ] + ], + "type": "Polygon" + }, + "id": "2150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8021273729819, + -12.361451078659353, + -76.79247397821192, + -12.351074577047546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.8021273729819, + -12.354124839295505 + ], + [ + -76.80161828073636, + -12.359313143982424 + ], + [ + -76.79679149617004, + -12.361451078659353 + ], + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.79780980678092, + -12.351074577047546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0474949171835, + -12.11847879625927, + -77.0378423530206, + -12.108092202518687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.04698963881593, + -12.116332389986155 + ], + [ + -77.04216327094528, + -12.11847879625927 + ], + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.04317395458872, + -12.108092202518687 + ] + ] + ], + "type": "Polygon" + }, + "id": "2152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03888100876529, + -11.684974956587428, + -77.02924158009313, + -11.674582395069063 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.02924158009313, + -11.681930163968163 + ], + [ + -77.02974642952611, + -11.676733936083627 + ], + [ + -77.03456605826747, + -11.674582395069063 + ] + ] + ], + "type": "Polygon" + }, + "id": "2153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88671460318778, + -12.110464977367622, + -76.87706644953575, + -12.100082233329008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.88239808261953, + -12.100082233329008 + ] + ] + ], + "type": "Polygon" + }, + "id": "2154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94766917821406, + -12.147947827685208, + -76.93801830706451, + -12.137564156005995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.94335050600151, + -12.137564156005995 + ] + ] + ], + "type": "Polygon" + }, + "id": "2155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79457481144608, + -12.06201586232042, + -76.78493056047319, + -12.05163468333046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.7902614507399, + -12.05163468333046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64832863576689, + -12.236060623577194, + -76.63868319165398, + -12.22568593721308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.64401698619012, + -12.22568593721308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14018144596308, + -11.734210904156347, + -77.13053799622496, + -11.723816526892982 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.1358631417367, + -11.723816526892982 + ] + ] + ], + "type": "Polygon" + }, + "id": "2158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97274827193596, + -11.938092332627663, + -76.96310300777083, + -11.927704859066576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.9684317239585, + -11.927704859066576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04362792556755, + -12.015853539203038, + -77.03397852134009, + -12.005465470206941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.0393084368514, + -12.005465470206941 + ] + ] + ], + "type": "Polygon" + }, + "id": "2160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03991414526953, + -12.196372231107183, + -77.03025944929288, + -12.185987058997313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03559234479997, + -12.185987058997313 + ], + [ + -77.03991414526953, + -12.189034328520433 + ], + [ + -77.03940863882048, + -12.194226966996494 + ], + [ + -77.03458120496245, + -12.196372231107183 + ], + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.03559234479997, + -12.185987058997313 + ] + ] + ], + "type": "Polygon" + }, + "id": "2161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80825264358509, + -12.204873091827011, + -76.79860376181625, + -12.194493819441949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.80393700180075, + -12.194493819441949 + ] + ] + ], + "type": "Polygon" + }, + "id": "2162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03375009148206, + -12.069937876962484, + -77.02409932639446, + -12.059550868918453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02943014522748, + -12.059550868918453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80293825689076, + -12.117876472767813, + -76.7932921144965, + -12.107495947878913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.79862392189563, + -12.107495947878913 + ] + ] + ], + "type": "Polygon" + }, + "id": "2164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03076508267193, + -12.195469954693953, + -77.0211106474317, + -12.185084992413952 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.0264435394168, + -12.185084992413952 + ] + ] + ], + "type": "Polygon" + }, + "id": "2165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88975295063244, + -11.984956897941842, + -76.88010845980713, + -11.974572169710632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.88543802214924, + -11.974572169710632 + ] + ] + ], + "type": "Polygon" + }, + "id": "2166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70087080733136, + -12.217743197807279, + -76.69122445858574, + -12.207366863109334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.69655794676795, + -12.207366863109334 + ] + ] + ], + "type": "Polygon" + }, + "id": "2167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83795820816584, + -12.23140904420509, + -76.8283077387022, + -12.221029455780002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.83364140013845, + -12.221029455780002 + ] + ] + ], + "type": "Polygon" + }, + "id": "2168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148027085969, + -12.07750614042949, + -76.86183350341788, + -12.06712326632997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.86716460427898, + -12.06712326632997 + ] + ] + ], + "type": "Polygon" + }, + "id": "2169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386462719678, + -12.061026661948508, + -76.8542185532228, + -12.05064372555137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.85954938772538, + -12.05064372555137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16680544944579, + -11.697456262934514, + -77.15716243133036, + -11.687060765370623 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.16248693017911, + -11.687060765370623 + ] + ] + ], + "type": "Polygon" + }, + "id": "2171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76324451256355, + -12.428286686660119, + -76.75359016968532, + -12.417912334966942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75892711963289, + -12.417912334966942 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.75359016968532, + -12.425235673318957 + ], + [ + -76.75410003560083, + -12.420048551564555 + ], + [ + -76.75892711963289, + -12.417912334966942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10534338633266, + -11.998314447994805, + -77.09569294211099, + -11.987924613859123 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.10102248476078, + -11.987924613859123 + ] + ] + ], + "type": "Polygon" + }, + "id": "2173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10764746054599, + -12.022139483323777, + -77.09799624795995, + -12.011749948878467 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.10332617958156, + -12.011749948878467 + ] + ] + ], + "type": "Polygon" + }, + "id": "2174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72910655120084, + -12.071226901188368, + -76.71946380117492, + -12.060847523672193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.72479486632153, + -12.060847523672193 + ] + ] + ], + "type": "Polygon" + }, + "id": "2175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8440576676978, + -12.169128599525175, + -76.83440889501145, + -12.158747850248881 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.8397415250193, + -12.158747850248881 + ] + ] + ], + "type": "Polygon" + }, + "id": "2176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66297626055415, + -11.946728647580292, + -76.65333904036466, + -11.936349092601361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65866806248707, + -11.936349092601361 + ], + [ + -76.66297626055415, + -11.939398535955059 + ], + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.65333904036466, + -11.943679117364523 + ], + [ + -76.65384954004968, + -11.938489395071057 + ], + [ + -76.65866806248707, + -11.936349092601361 + ] + ] + ], + "type": "Polygon" + }, + "id": "2177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71149193904543, + -12.297388293842522, + -76.70184292009395, + -12.28701300690067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.70717772156361, + -12.28701300690067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73051538206535, + -12.338580442786016, + -76.72086461175567, + -12.328205368034782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.72620008938016, + -12.328205368034782 + ] + ] + ], + "type": "Polygon" + }, + "id": "2179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538848632095, + -11.95109365200476, + -76.8557456493812, + -11.9407090343391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.861074671564, + -11.9407090343391 + ], + [ + -76.86538848632095, + -11.943756709425324 + ], + [ + -76.86488092202451, + -11.948949072073836 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.85625333972128, + -11.942853635802962 + ], + [ + -76.861074671564, + -11.9407090343391 + ] + ] + ], + "type": "Polygon" + }, + "id": "2180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82960679339173, + -11.986868625171644, + -76.81996384300936, + -11.97648543098113 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.82529347686265, + -11.97648543098113 + ] + ] + ], + "type": "Polygon" + }, + "id": "2181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68196900040518, + -11.9879249055821, + -76.6723300277152, + -11.977545471270679 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.68145882465225, + -11.985784744311774 + ], + [ + -76.67663925071459, + -11.9879249055821 + ], + [ + -76.6723300277152, + -11.98487531821092 + ], + [ + -76.67284032880437, + -11.979685656087193 + ], + [ + -76.67765972756622, + -11.977545471270679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71603927760988, + -12.344989602599389, + -76.70638871167681, + -12.33461500699363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.7117242986224, + -12.33461500699363 + ] + ] + ], + "type": "Polygon" + }, + "id": "2183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745280066188, + -12.14070590542753, + -76.86487927280609, + -12.130323940735577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.87021141356865, + -12.130323940735577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04801597402043, + -11.68586815104978, + -77.03837628585781, + -11.675475378178257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.04370076729843, + -11.675475378178257 + ] + ] + ], + "type": "Polygon" + }, + "id": "2185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91489229370974, + -12.058213352854228, + -76.90524495702014, + -12.047829100055045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.91057570616259, + -12.047829100055045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82044452169522, + -12.17464341178082, + -76.81079621534896, + -12.16426334476952 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.81612895011119, + -12.16426334476952 + ] + ] + ], + "type": "Polygon" + }, + "id": "2187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02759100674803, + -11.94348602614313, + -77.0179441695731, + -11.93309728258581 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.02327291322365, + -11.93309728258581 + ] + ] + ], + "type": "Polygon" + }, + "id": "2188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97504093332331, + -11.961913578726906, + -76.96539489982587, + -11.951526395709662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.97072400587025, + -11.951526395709662 + ] + ] + ], + "type": "Polygon" + }, + "id": "2189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95302619798724, + -12.234964393985123, + -76.94337258932624, + -12.224581990532373 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.94870621851022, + -12.224581990532373 + ] + ] + ], + "type": "Polygon" + }, + "id": "2190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97271764191919, + -11.843700865821859, + -76.96307519047902, + -11.833312052869534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.9684023531763, + -11.833312052869534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00238426682263, + -11.775813935274185, + -76.99274307053071, + -11.765423463774587 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.99806908480123, + -11.765423463774587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77700171030706, + -12.288215569302208, + -76.76735118166643, + -12.27783846081577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.77268581181502, + -12.27783846081577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10757745706005, + -11.927731934546904, + -77.09792906063004, + -11.917341013818191 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.10325743807408, + -11.917341013818191 + ] + ] + ], + "type": "Polygon" + }, + "id": "2194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84178197650112, + -12.05097597759009, + -76.83213678967712, + -12.040593441375075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.83746747277472, + -12.040593441375075 + ] + ] + ], + "type": "Polygon" + }, + "id": "2195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7344375432509, + -12.063897045723376, + -76.72479486632153, + -12.05351741992955 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.73012580925446, + -12.05351741992955 + ] + ] + ], + "type": "Polygon" + }, + "id": "2196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02446760468924, + -11.785846275612808, + -77.0148255428419, + -11.775455398221482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.0201516965644, + -11.775455398221482 + ] + ] + ], + "type": "Polygon" + }, + "id": "2197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04425686704886, + -11.772049773315908, + -77.03461471023155, + -11.761658226249132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.03994061290051, + -11.761658226249132 + ] + ] + ], + "type": "Polygon" + }, + "id": "2198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9659583953593, + -12.1497556339436, + -76.95630699465099, + -12.139371538022703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.96163920537246, + -12.139371538022703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0099630782277, + -11.697881423475149, + -77.00032400612132, + -11.687489736054188 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00564873072685, + -11.687489736054188 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -77.000829280424, + -11.689640514713018 + ], + [ + -77.00564873072685, + -11.687489736054188 + ] + ] + ], + "type": "Polygon" + }, + "id": "2200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76861032410251, + -12.32667152308992, + -76.75895887354777, + -12.31629527612191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.76429414218882, + -12.31629527612191 + ] + ] + ], + "type": "Polygon" + }, + "id": "2201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.819744684087, + -11.757842252924963, + -76.81010881870328, + -11.747456074918473 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81543468786136, + -11.747456074918473 + ], + [ + -76.819744684087, + -11.750503100782211 + ], + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81010881870328, + -11.754795139446493 + ], + [ + -76.81061684192653, + -11.749602104743088 + ], + [ + -76.81543468786136, + -11.747456074918473 + ] + ] + ], + "type": "Polygon" + }, + "id": "2202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94006673186296, + -12.225819267950595, + -76.93041373411165, + -12.215437036513707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.93574722477372, + -12.215437036513707 + ] + ] + ], + "type": "Polygon" + }, + "id": "2203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97969267714785, + -12.198290345947262, + -76.97003947164114, + -12.18790668646148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.97537246858299, + -12.18790668646148 + ] + ] + ], + "type": "Polygon" + }, + "id": "2204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73820215378392, + -12.166455348944075, + -76.72855631438362, + -12.156077233492308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.73388894791663, + -12.156077233492308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74968302632684, + -12.002524345768986, + -76.74004176411363, + -11.992143403226878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.74537169101878, + -11.992143403226878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94302018626541, + -11.8171825851891, + -76.93337929634906, + -11.806794139162196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.93870605180817, + -11.806794139162196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03057488501967, + -11.817913930100227, + -77.02093171216825, + -11.807523340157617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.02625838592137, + -11.807523340157617 + ] + ] + ], + "type": "Polygon" + }, + "id": "2208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94235872125175, + -12.249631661583113, + -76.93270495249244, + -12.239249763635776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.94235872125175, + -12.24229819616683 + ], + [ + -76.94185176435842, + -12.247489198174955 + ], + [ + -76.93702479357765, + -12.249631661583113 + ], + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.93803883395766, + -12.239249763635776 + ] + ] + ], + "type": "Polygon" + }, + "id": "2209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90880679778297, + -12.120514979603445, + -76.89915776227966, + -12.11013184168028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.90448954354729, + -12.11013184168028 + ] + ] + ], + "type": "Polygon" + }, + "id": "2210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71450843421813, + -12.360551113338362, + -76.70485744512067, + -12.350176823953854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.7101932895376, + -12.350176823953854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77860761608815, + -11.9896737478953, + -76.76896595285734, + -11.979291880995676 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.77429565769137, + -11.979291880995676 + ] + ] + ], + "type": "Polygon" + }, + "id": "2212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11679464586881, + -12.02303641279374, + -77.10714317686062, + -12.012646670004308 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.11679464586881, + -12.01569240955975 + ], + [ + -77.11629048928141, + -12.020887333004076 + ], + [ + -77.11146466939687, + -12.02303641279374 + ], + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.11247310967897, + -12.012646670004308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07021672034729, + -11.884736432563297, + -77.06057054800715, + -11.87434580601751 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.06589827038675, + -11.87434580601751 + ] + ] + ], + "type": "Polygon" + }, + "id": "2214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68714069663562, + -12.263520088650578, + -76.67749335868811, + -12.253144859008623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.68282760460235, + -12.253144859008623 + ] + ] + ], + "type": "Polygon" + }, + "id": "2215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96592972691283, + -12.05539015859817, + -76.95628114251029, + -12.045004597289626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.96161179770283, + -12.045004597289626 + ] + ] + ], + "type": "Polygon" + }, + "id": "2216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10053252401718, + -11.667389558595428, + -77.09089205576919, + -11.65699527274038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.09621616281244, + -11.65699527274038 + ] + ] + ], + "type": "Polygon" + }, + "id": "2217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97116973543633, + -11.764884061241343, + -76.96152967057434, + -11.75449421054445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.96685553848423, + -11.75449421054445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9606261387944, + -12.157091650722055, + -76.95097465758434, + -12.146707803064285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.95630699465099, + -12.146707803064285 + ] + ] + ], + "type": "Polygon" + }, + "id": "2219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83185655118956, + -12.293682437388698, + -76.82220438457104, + -12.283304034495115 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.8275390777118, + -12.283304034495115 + ] + ] + ], + "type": "Polygon" + }, + "id": "2220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7488671513803, + -12.151798628464446, + -76.73922145900409, + -12.141420008193382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.74455384755785, + -12.141420008193382 + ] + ] + ], + "type": "Polygon" + }, + "id": "2221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74428106581054, + -12.198500044316127, + -76.7346341042661, + -12.188122289614752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.73996726485633, + -12.188122289614752 + ] + ] + ], + "type": "Polygon" + }, + "id": "2222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13342330360237, + -11.851583067546285, + -77.12377652818405, + -11.841190443167735 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.12910361385393, + -11.841190443167735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8935759064582, + -12.181903521836418, + -76.88392543966945, + -12.171521737098573 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88925824567524, + -12.171521737098573 + ] + ] + ], + "type": "Polygon" + }, + "id": "2224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88672015106931, + -12.20480833789744, + -76.87706918135568, + -12.194427093735452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.88240237054319, + -12.194427093735452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68566215745008, + -12.184788259890938, + -76.67601721104135, + -12.174411780234585 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.68135015729821, + -12.174411780234585 + ] + ] + ], + "type": "Polygon" + }, + "id": "2226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03228189154099, + -12.179892439315593, + -77.02262788260698, + -12.169507189631384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.03228189154099, + -12.172554455729308 + ], + [ + -77.03177630379538, + -12.177747133058633 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.02796051581542, + -12.169507189631384 + ] + ] + ], + "type": "Polygon" + }, + "id": "2227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98792251751009, + -11.782262146567032, + -76.97828150205932, + -11.771872117315686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.98360763821756, + -11.771872117315686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07542318148143, + -11.68854619246984, + -77.06578271770844, + -11.678152787047706 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.07110720729678, + -11.678152787047706 + ] + ] + ], + "type": "Polygon" + }, + "id": "2229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05120368798327, + -11.937938667104248, + -77.04155641339915, + -11.927549265534882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.04688503632414, + -11.927549265534882 + ] + ] + ], + "type": "Polygon" + }, + "id": "2230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97584729509968, + -12.095688256807643, + -76.96619725148645, + -12.085303069677245 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.97152856062648, + -12.085303069677245 + ] + ] + ], + "type": "Polygon" + }, + "id": "2231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69785848445808, + -12.1545703929778, + -76.68821410420628, + -12.144193117241377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69354655022664, + -12.144193117241377 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.68821410420628, + -12.151520077430236 + ], + [ + -76.68872444769332, + -12.146331494340012 + ], + [ + -76.69354655022664, + -12.144193117241377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14121562032312, + -12.056895617241048, + -77.13156253060284, + -12.046505795068605 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13689298352031, + -12.046505795068605 + ], + [ + -77.14121562032312, + -12.049551466874641 + ], + [ + -77.14071175422416, + -12.05474642981557 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.13689298352031, + -12.046505795068605 + ] + ] + ], + "type": "Polygon" + }, + "id": "2233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71381034820762, + -12.226894862568093, + -76.70416337116535, + -12.216518346717036 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70949700809119, + -12.216518346717036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7230319231428, + -12.03917918720268, + -76.71339029482377, + -12.028799474567464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.71872083302344, + -12.028799474567464 + ] + ] + ], + "type": "Polygon" + }, + "id": "2235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12182784158261, + -11.637986818614033, + -77.11218771312444, + -11.627591645554533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11751130599826, + -11.627591645554533 + ], + [ + -77.12182784158261, + -11.630635361394946 + ], + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.11269132691153, + -11.629745481250453 + ], + [ + -77.11751130599826, + -11.627591645554533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90044043616221, + -12.253337028078025, + -76.89078765540475, + -12.242956234652333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.89612163469324, + -12.242956234652333 + ] + ] + ], + "type": "Polygon" + }, + "id": "2237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71612776842203, + -12.156393896490284, + -76.70648283245654, + -12.1460161830675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.71181530532915, + -12.1460161830675 + ] + ] + ], + "type": "Polygon" + }, + "id": "2238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74051405753309, + -12.095944585157838, + -76.73087025906067, + -12.085565299549781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.73620172879208, + -12.085565299549781 + ] + ] + ], + "type": "Polygon" + }, + "id": "2239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99868906279676, + -12.050755800273024, + -76.9890397695912, + -12.040369360510699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.9943703135415, + -12.040369360510699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83643299997316, + -12.246978059362654, + -76.82678210625619, + -12.236598765007308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.83211602559267, + -12.236598765007308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76555306636861, + -12.357799046307305, + -76.75590076835888, + -12.347423408867066 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.7612365524292, + -12.347423408867066 + ] + ] + ], + "type": "Polygon" + }, + "id": "2242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01225712202827, + -11.721709546744504, + -77.00261728207884, + -11.711318113956354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -77.00794239567594, + -11.711318113956354 + ] + ] + ], + "type": "Polygon" + }, + "id": "2243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75868814051387, + -12.380686428588334, + -76.74903534456271, + -12.370311360626745 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.75437150934191, + -12.370311360626745 + ] + ] + ], + "type": "Polygon" + }, + "id": "2244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97277891982652, + -12.032473113499318, + -76.96313084129498, + -12.022087035464107 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.96846111187938, + -12.022087035464107 + ] + ] + ], + "type": "Polygon" + }, + "id": "2245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538781002992, + -12.045452188356483, + -76.85574216013168, + -12.035068976403391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.86107273689433, + -12.035068976403391 + ] + ] + ], + "type": "Polygon" + }, + "id": "2246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11592973908499, + -11.889212388281651, + -77.10628228068582, + -11.878820715103412 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.11161001193271, + -11.878820715103412 + ] + ] + ], + "type": "Polygon" + }, + "id": "2247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74118606818215, + -12.323931602167109, + -76.73153544456383, + -12.313556006036755 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.73687067721839, + -12.313556006036755 + ] + ] + ], + "type": "Polygon" + }, + "id": "2248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11578499865091, + -11.700354571386391, + -77.10614316653567, + -11.689960340517066 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.11146779290176, + -11.689960340517066 + ] + ] + ], + "type": "Polygon" + }, + "id": "2249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78849220292379, + -12.029964916078036, + -76.77884907166536, + -12.019583403136162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.78417943633144, + -12.019583403136162 + ] + ] + ], + "type": "Polygon" + }, + "id": "2250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04132919752959, + -11.992030874072867, + -77.03168056224546, + -11.98164250639567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.0370100883011, + -11.98164250639567 + ] + ] + ], + "type": "Polygon" + }, + "id": "2251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99169587050562, + -11.696092087209871, + -76.98205732187763, + -11.68570082473526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9873820373827, + -11.68570082473526 + ], + [ + -76.99169587050562, + -11.688746005922312 + ], + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.982562848912, + -11.687851240552765 + ], + [ + -76.9873820373827, + -11.68570082473526 + ] + ] + ], + "type": "Polygon" + }, + "id": "2252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78999572838549, + -12.10872886835329, + -76.78035020739046, + -12.098348527318377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.78568186995076, + -12.098348527318377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75036133853578, + -12.230544030520392, + -76.7407132548037, + -12.22016664304371 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.74604694243342, + -12.22016664304371 + ] + ] + ], + "type": "Polygon" + }, + "id": "2254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78000616027552, + -12.445677675553496, + -76.77035084344742, + -12.435303205698299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7756880742814, + -12.435303205698299 + ], + [ + -76.78000616027552, + -12.43835405438097 + ], + [ + -76.77949662661212, + -12.443541343262394 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.7756880742814, + -12.435303205698299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97810910958461, + -12.025134151278982, + -76.96846111187938, + -12.014747831112652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.97379125600268, + -12.014747831112652 + ] + ] + ], + "type": "Polygon" + }, + "id": "2256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01455152454933, + -11.74553726552728, + -77.0049109166655, + -11.735146090942242 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.01023641929363, + -11.735146090942242 + ] + ] + ], + "type": "Polygon" + }, + "id": "2257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919538432309, + -12.053691978409363, + -76.85954938772538, + -12.043308796598057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.86488009765586, + -12.043308796598057 + ] + ] + ], + "type": "Polygon" + }, + "id": "2258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72832174077452, + -12.126170881656599, + -76.71867737315155, + -12.115792378958268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.72400934465152, + -12.115792378958268 + ] + ] + ], + "type": "Polygon" + }, + "id": "2259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96816402544164, + -11.890448414333168, + -76.95852029966572, + -11.88006037037884 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.96384823625911, + -11.88006037037884 + ] + ] + ], + "type": "Polygon" + }, + "id": "2260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84787160826832, + -12.083028723681272, + -76.83822530316174, + -12.072646526180238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.84355651085302, + -12.072646526180238 + ] + ] + ], + "type": "Polygon" + }, + "id": "2261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76858138816529, + -12.42096326514832, + -76.75892711963289, + -12.410588648881484 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.75892711963289, + -12.417912334966942 + ], + [ + -76.75943689960508, + -12.41272508089645 + ], + [ + -76.7642639464955, + -12.410588648881484 + ] + ] + ], + "type": "Polygon" + }, + "id": "2262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79074776939343, + -12.148108015134563, + -76.78110105309086, + -12.137728274673067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.78643336483256, + -12.137728274673067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02607510866953, + -11.959068811384752, + -77.01642784586336, + -11.948680331988953 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.02175684788978, + -11.948680331988953 + ] + ] + ], + "type": "Polygon" + }, + "id": "2264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6445280609105, + -12.22782216227807, + -76.63488296840235, + -12.217447438550456 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64021662684411, + -12.217447438550456 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63539416849386, + -12.219583688777156 + ], + [ + -76.64021662684411, + -12.217447438550456 + ] + ] + ], + "type": "Polygon" + }, + "id": "2266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76783148351102, + -12.381600466724572, + -76.75817841225637, + -12.371225182243537 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.76351458878291, + -12.371225182243537 + ] + ] + ], + "type": "Polygon" + }, + "id": "2267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05188048463243, + -11.78853165079767, + -77.04223764299552, + -11.778140139939461 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.04756380700019, + -11.778140139939461 + ] + ] + ], + "type": "Polygon" + }, + "id": "2268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94762252999632, + -11.959212143769555, + -76.93797728920273, + -11.94882559870642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.94330637800003, + -11.94882559870642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76714047977974, + -12.15361887937787, + -76.75749423702597, + -12.143239824150506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.7628266493577, + -12.143239824150506 + ] + ] + ], + "type": "Polygon" + }, + "id": "2270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15934469968751, + -11.869851523508766, + -77.1496967344261, + -11.859458529463343 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15934469968751, + -11.86250312602307 + ], + [ + -77.15884137941777, + -11.867699674936244 + ], + [ + -77.15401731170752, + -11.869851523508766 + ], + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.15502407940164, + -11.859458529463343 + ] + ] + ], + "type": "Polygon" + }, + "id": "2271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83949974377911, + -12.02716235781513, + -76.8298553279456, + -12.016779517882085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.83518561995024, + -12.016779517882085 + ] + ] + ], + "type": "Polygon" + }, + "id": "2272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1167219721556, + -11.928627252198467, + -77.1070733194493, + -11.918236122801598 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.1124016980915, + -11.918236122801598 + ] + ] + ], + "type": "Polygon" + }, + "id": "2273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08679596979961, + -11.618833061892166, + -77.07715729183873, + -11.608438496732772 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.08248062074712, + -11.608438496732772 + ] + ] + ], + "type": "Polygon" + }, + "id": "2275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74420899701688, + -12.387095783618442, + -76.73455640312537, + -12.376721195387494 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73989267859994, + -12.376721195387494 + ] + ] + ], + "type": "Polygon" + }, + "id": "2276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84253300876786, + -12.184699363674142, + -76.83288381192257, + -12.174318902295974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.83821669976166, + -12.174318902295974 + ] + ] + ], + "type": "Polygon" + }, + "id": "2277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72460262009393, + -11.92927617338298, + -76.7149642245443, + -11.918894790178685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.72029295134476, + -11.918894790178685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78698941907854, + -11.951193666201778, + -76.77734867638615, + -11.940811020359686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.7826777437823, + -11.940811020359686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8418046440954, + -11.767884279362917, + -76.83216789041596, + -11.757497682812891 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.8374939123082, + -11.757497682812891 + ] + ] + ], + "type": "Polygon" + }, + "id": "2280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78471244170701, + -11.927379865227344, + -76.77507247002917, + -11.91699693062923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78040114615784, + -11.91699693062923 + ], + [ + -76.78471244170701, + -11.920045198077144 + ], + [ + -76.78420379009265, + -11.925236719757814 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77558124734584, + -11.919140098309013 + ], + [ + -76.78040114615784, + -11.91699693062923 + ] + ] + ], + "type": "Polygon" + }, + "id": "2281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73212460213598, + -12.134409965511335, + -76.72247988483625, + -12.124031495784568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.72781199129439, + -12.124031495784568 + ] + ] + ], + "type": "Polygon" + }, + "id": "2282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7663913754581, + -12.114241886685738, + -76.7567463279987, + -12.103862229350304 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.76207809106621, + -12.103862229350304 + ] + ] + ], + "type": "Polygon" + }, + "id": "2283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01246812080684, + -12.193664593398912, + -77.00281420847591, + -12.183280051531607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -77.00814709258785, + -12.183280051531607 + ] + ] + ], + "type": "Polygon" + }, + "id": "2284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76180801876903, + -12.16094800097688, + -76.75216170183803, + -12.150569197703003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.75749423702597, + -12.150569197703003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03218585640361, + -11.991132161756106, + -77.02253748145219, + -11.980744004578208 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.02786700403321, + -11.980744004578208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10988121380956, + -11.95155879386182, + -77.10023204937157, + -11.941168162267692 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.10556081560036, + -11.941168162267692 + ] + ] + ], + "type": "Polygon" + }, + "id": "2287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745260167113, + -12.046356964073654, + -76.86488009765586, + -12.035973537290586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.8702106829263, + -12.035973537290586 + ] + ] + ], + "type": "Polygon" + }, + "id": "2288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9613176393864, + -11.913371087028025, + -76.95167340838161, + -11.902983539175906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.95700172914226, + -11.902983539175906 + ] + ] + ], + "type": "Polygon" + }, + "id": "2289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74435305053997, + -12.009855978222042, + -76.73471171477347, + -11.999475280777443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.74004176411363, + -11.999475280777443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76024860509764, + -12.270826034249822, + -76.75059904973693, + -12.260449060649698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.75593339910711, + -12.260449060649698 + ] + ] + ], + "type": "Polygon" + }, + "id": "2291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09764338019949, + -11.887422793038516, + -77.08799643478945, + -11.87703153775857 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.093324163317, + -11.87703153775857 + ] + ] + ], + "type": "Polygon" + }, + "id": "2292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08777635693696, + -11.941525935595154, + -77.07812804822125, + -11.931135694873761 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.0834566810895, + -11.931135694873761 + ] + ] + ], + "type": "Polygon" + }, + "id": "2293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00168479223994, + -11.925208132155689, + -76.99203916471495, + -11.914819759890397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.99736763765453, + -11.914819759890397 + ] + ] + ], + "type": "Polygon" + }, + "id": "2294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99643137019336, + -12.12131057634371, + -76.98678003025627, + -12.110925280524311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.99211173955172, + -12.110925280524311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82727886575333, + -12.34038276568269, + -76.81762542602088, + -12.330005268124177 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.82727886575333, + -12.333055197896924 + ], + [ + -76.82677015768238, + -12.338244000406647 + ], + [ + -76.8219433507751, + -12.34038276568269 + ], + [ + -76.81762542602088, + -12.33733275236713 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.8229608931213, + -12.330005268124177 + ] + ] + ], + "type": "Polygon" + }, + "id": "2296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95825401052709, + -11.850144703619122, + -76.94861174249945, + -11.839756337251197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.95393902572158, + -11.839756337251197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76711113047062, + -12.247933371287019, + -76.75746207278014, + -12.237555844228279 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.76279604166508, + -12.237555844228279 + ] + ] + ], + "type": "Polygon" + }, + "id": "2298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81509638676043, + -12.276294194634984, + -76.80544518833904, + -12.265915923544517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.81077960372771, + -12.265915923544517 + ] + ] + ], + "type": "Polygon" + }, + "id": "2299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04216327094528, + -12.125818222214791, + -77.0325106237009, + -12.115431873811264 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.04216327094528, + -12.11847879625927 + ], + [ + -77.04165790632007, + -12.123672022928384 + ], + [ + -77.03683149687726, + -12.125818222214791 + ], + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.0378423530206, + -12.115431873811264 + ] + ] + ], + "type": "Polygon" + }, + "id": "2300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8341596188367, + -12.128839085971732, + -76.82451231266047, + -12.118457946683113 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82984428408815, + -12.118457946683113 + ] + ] + ], + "type": "Polygon" + }, + "id": "2301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77241721594459, + -12.334910073486167, + -76.76276541610247, + -12.324533870071624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.76810081936269, + -12.324533870071624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04728524807598, + -11.740874641164686, + -77.03764394192034, + -11.730482604526058 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.04296932827424, + -11.730482604526058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03291966787403, + -11.93614345292047, + -77.02327291322365, + -11.925754472435123 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.02860152952188, + -11.925754472435123 + ] + ] + ], + "type": "Polygon" + }, + "id": "2304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0564221211169, + -11.74176855770142, + -77.04678055582134, + -11.731376310124988 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.0521059451894, + -11.731376310124988 + ] + ] + ], + "type": "Polygon" + }, + "id": "2305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97814133062029, + -12.119505645640912, + -76.9684905169539, + -12.109120772611677 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.97382221630671, + -12.109120772611677 + ] + ] + ], + "type": "Polygon" + }, + "id": "2306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90954928998019, + -11.971184753702772, + -76.89990468844591, + -11.960799329084379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.90523400821306, + -11.960799329084379 + ] + ] + ], + "type": "Polygon" + }, + "id": "2307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79231841159363, + -11.943859395131769, + -76.7826777437823, + -11.933476507730944 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7880066880396, + -11.933476507730944 + ] + ] + ], + "type": "Polygon" + }, + "id": "2308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80523631810999, + -12.047350943274267, + -76.79559221765021, + -12.03696927135577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.80092286111608, + -12.03696927135577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04503986599737, + -11.811464306082415, + -77.03539651585352, + -11.801073274230767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.04072306565945, + -11.801073274230767 + ] + ] + ], + "type": "Polygon" + }, + "id": "2310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95753413226797, + -11.999512312589241, + -76.9478874322068, + -11.98912611716273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.95321717516609, + -11.98912611716273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96664587974449, + -11.906030156083869, + -76.95700172914226, + -11.895642371560216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.9623299237358, + -11.895642371560216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08238504594077, + -11.854459126369987, + -77.07273946747392, + -11.844067778596798 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.07806667515956, + -11.844067778596798 + ] + ] + ], + "type": "Polygon" + }, + "id": "2313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98259633592536, + -11.789606172719443, + -76.97295523945762, + -11.779216373869183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.97828150205932, + -11.779216373869183 + ] + ] + ], + "type": "Polygon" + }, + "id": "2314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13946599519028, + -11.78922480587248, + -77.1298209258034, + -11.7788311801599 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.13514697667443, + -11.7788311801599 + ] + ] + ], + "type": "Polygon" + }, + "id": "2315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82350835269435, + -12.049163988652937, + -76.81386370810054, + -12.038781884086125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.8191943719328, + -12.038781884086125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69321506409345, + -12.295559421778545, + -76.68356660182577, + -12.28518457176467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.68890137613982, + -12.28518457176467 + ] + ] + ], + "type": "Polygon" + }, + "id": "2317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00479815341191, + -12.082815424157651, + -76.99514774660766, + -12.072429324706542 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -77.00047881196632, + -12.072429324706542 + ] + ] + ], + "type": "Polygon" + }, + "id": "2318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73506646913626, + -12.386180903301442, + -76.72541415179316, + -12.37580653220581 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.73075041480712, + -12.37580653220581 + ] + ] + ], + "type": "Polygon" + }, + "id": "2319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05720656541983, + -11.781185289640032, + -77.04756380700019, + -11.77079354966519 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.05288984334906, + -11.77079354966519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94308611856361, + -12.100316472036074, + -76.9334367882691, + -12.089932167285513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.93876820621303, + -12.089932167285513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386798688876, + -11.777925416935378, + -76.8542303476123, + -11.767538403822764 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.85955652064347, + -11.767538403822764 + ] + ] + ], + "type": "Polygon" + }, + "id": "2322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72675132702288, + -12.236046306251065, + -76.71710372258805, + -12.225669610214766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.72243750771351, + -12.225669610214766 + ] + ] + ], + "type": "Polygon" + }, + "id": "2323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99106361171948, + -12.03427535107064, + -76.98141500663817, + -12.02388884935064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.9867452874835, + -12.02388884935064 + ] + ] + ], + "type": "Polygon" + }, + "id": "2324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0929077976325, + -11.650907078298745, + -77.08326801168624, + -11.64051276768978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.08859185881846, + -11.64051276768978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9688787894931, + -11.741058500298614, + -76.95923949306376, + -11.730668388541009 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96456497156137, + -11.730668388541009 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.95923949306376, + -11.73801278326959 + ], + [ + -76.95974540933105, + -11.732817780694003 + ], + [ + -76.96456497156137, + -11.730668388541009 + ] + ] + ], + "type": "Polygon" + }, + "id": "2326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7107036411995, + -12.35231286086453, + -76.70105300262858, + -12.341938527164796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.70638871167681, + -12.341938527164796 + ] + ] + ], + "type": "Polygon" + }, + "id": "2327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66886775488464, + -12.261690917494603, + -76.65922097604651, + -12.251316126334437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.66455519334323, + -12.251316126334437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87224109731923, + -12.02254188356778, + -76.86259594893134, + -12.012158153722808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.86792614336973, + -12.012158153722808 + ] + ] + ], + "type": "Polygon" + }, + "id": "2329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95300129706628, + -12.140612064024397, + -76.94335050600151, + -12.130228144287004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.94868257882793, + -12.130228144287004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04885204441719, + -11.819705186948406, + -77.03920835176574, + -11.809314174991414 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.0445350322822, + -11.809314174991414 + ] + ] + ], + "type": "Polygon" + }, + "id": "2331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94381284661107, + -11.95097186218899, + -76.93416795070505, + -11.940585291064934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93949690740047, + -11.940585291064934 + ] + ] + ], + "type": "Polygon" + }, + "id": "2332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9964689511613, + -12.215673669067037, + -76.98681479331508, + -12.205289877100451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.99214805875167, + -12.205289877100451 + ] + ] + ], + "type": "Polygon" + }, + "id": "2333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72443555051403, + -12.30654081963893, + -76.71478590372767, + -12.296165356267613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.72012085356069, + -12.296165356267613 + ] + ] + ], + "type": "Polygon" + }, + "id": "2334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74193250731007, + -12.36329550867162, + -76.7322806869038, + -12.352920566691365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.73761656973008, + -12.352920566691365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15615623645894, + -11.712159052125154, + -77.14651304519876, + -11.7017640013437 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.15183780297451, + -11.7017640013437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0740909898858, + -11.987382473299185, + -77.06444166033259, + -11.97699323699654 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.06977106704197, + -11.97699323699654 + ] + ] + ], + "type": "Polygon" + }, + "id": "2337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15091401621498, + -11.813948433114312, + -77.14126792548107, + -11.803554867710691 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.14659436472064, + -11.803554867710691 + ] + ] + ], + "type": "Polygon" + }, + "id": "2338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97801255919079, + -11.741954769040571, + -76.96837299951777, + -11.731564444215294 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.97369848339169, + -11.731564444215294 + ] + ] + ], + "type": "Polygon" + }, + "id": "2339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17292862199277, + -11.72953201106205, + -77.16328449777383, + -11.719136784668647 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.17292862199277, + -11.722180537338396 + ], + [ + -77.1724257105791, + -11.727378202450469 + ], + [ + -77.16760356353409, + -11.72953201106205 + ], + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.16860951345932, + -11.719136784668647 + ] + ] + ], + "type": "Polygon" + }, + "id": "2340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95070919735396, + -12.11679624599008, + -76.94105917667805, + -12.106412009026894 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.94639085904679, + -12.106412009026894 + ] + ] + ], + "type": "Polygon" + }, + "id": "2341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90118707091497, + -12.10403549576239, + -76.89153872753171, + -12.093652290459513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.89687024331093, + -12.093652290459513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70082211501135, + -12.3120362184671, + -76.69117295128297, + -12.301661451437212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.69650799663762, + -12.301661451437212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96438250347724, + -11.976593486520674, + -76.95473630875114, + -11.96620678230787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.96006566742359, + -11.96620678230787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02065681905299, + -11.777605422972254, + -77.01101510014396, + -11.767214527642455 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.01634112287529, + -11.767214527642455 + ] + ] + ], + "type": "Polygon" + }, + "id": "2345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9293455491586, + -11.957409872368263, + -76.91970083921899, + -11.947023753861675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92502991514066, + -11.947023753861675 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.91970083921899, + -11.954362653962642 + ], + [ + -76.92020764647336, + -11.949169648096508 + ], + [ + -76.92502991514066, + -11.947023753861675 + ] + ] + ], + "type": "Polygon" + }, + "id": "2346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83493635099308, + -11.979533613538727, + -76.82529347686265, + -11.969150176849167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.83062298680203, + -11.969150176849167 + ] + ] + ], + "type": "Polygon" + }, + "id": "2347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95683960598319, + -12.243203872984429, + -76.9471856520181, + -12.23282151014961 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.95683960598319, + -12.235869776930913 + ], + [ + -76.95633286188698, + -12.241061011290558 + ], + [ + -76.95150579858131, + -12.243203872984429 + ], + [ + -76.9471856520181, + -12.240155522450415 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.95251941341978, + -12.23282151014961 + ] + ] + ], + "type": "Polygon" + }, + "id": "2348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76339680567504, + -11.956715254987866, + -76.75375653646535, + -11.9463332866877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.75908570403777, + -11.9463332866877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02313359723938, + -12.178990208504153, + -77.01347984941584, + -12.168605168914173 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.01881247887209, + -12.168605168914173 + ] + ] + ], + "type": "Polygon" + }, + "id": "2350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83341220409454, + -11.995108432029355, + -76.82376890640543, + -11.984725264660659 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.82909867382855, + -11.984725264660659 + ] + ] + ], + "type": "Polygon" + }, + "id": "2351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03590147621738, + -11.810568835900702, + -77.02625838592137, + -11.800178015061976 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.03158493236862, + -11.800178015061976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06622918888083, + -11.593218595826958, + -77.05659179292005, + -11.582824212958137 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.06191472905478, + -11.582824212958137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87681129409442, + -12.07017153236074, + -76.86716460427898, + -12.059788412199508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.87249558042159, + -12.059788412199508 + ] + ] + ], + "type": "Polygon" + }, + "id": "2354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00852968966213, + -11.902283094576111, + -76.99888456913847, + -11.891894225533342 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -77.00421265697723, + -11.891894225533342 + ] + ] + ], + "type": "Polygon" + }, + "id": "2355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77627774462297, + -12.154528605541767, + -76.76663122739403, + -12.144149333210699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.77196365120182, + -12.144149333210699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07233799616604, + -11.625292240940206, + -77.06269949177575, + -11.614898107264915 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.0680229464722, + -11.614898107264915 + ] + ] + ], + "type": "Polygon" + }, + "id": "2357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94158749531321, + -12.210245847903835, + -76.93193492292998, + -12.199863325330073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.93726815521224, + -12.199863325330073 + ] + ] + ], + "type": "Polygon" + }, + "id": "2358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88366927495886, + -12.141612080662552, + -76.87402027230871, + -12.131229901720895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.8793524213084, + -12.131229901720895 + ] + ] + ], + "type": "Polygon" + }, + "id": "2359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00709449842572, + -12.10663431021068, + -76.99744332190157, + -12.096248522969942 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -77.00277477721802, + -12.096248522969942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12564110115295, + -11.646228161563384, + -77.11600063213741, + -11.635833000264007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.1213243546115, + -11.635833000264007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0900785727454, + -11.965351682043874, + -77.08042949576729, + -11.954961732499763 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.08575851760808, + -11.954961732499763 + ] + ] + ], + "type": "Polygon" + }, + "id": "2362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85471885964529, + -12.24879625483841, + -76.84506742438742, + -12.238416530926834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.8504013622327, + -12.238416530926834 + ] + ] + ], + "type": "Polygon" + }, + "id": "2363", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88900756172255, + -12.228619163223128, + -76.87935582060571, + -12.21823824935279 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.88468940095534, + -12.21823824935279 + ] + ] + ], + "type": "Polygon" + }, + "id": "2364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.073303937237, + -11.947973533694965, + -77.06365580235644, + -11.937583738714354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.0689845613097, + -11.937583738714354 + ] + ] + ], + "type": "Polygon" + }, + "id": "2365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80751584621575, + -12.071162635232271, + -76.797870974356, + -12.060781270011335 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.80320200922415, + -12.060781270011335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01849356721253, + -12.036976718479357, + -77.00884417588966, + -12.026589583114207 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.0141744700574, + -12.026589583114207 + ] + ] + ], + "type": "Polygon" + }, + "id": "2367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17141984234634, + -11.745124548473411, + -77.16177529144235, + -11.734729563909278 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16710056586732, + -11.734729563909278 + ], + [ + -77.17141984234634, + -11.737773411929851 + ], + [ + -77.17091688552604, + -11.7429709561246 + ], + [ + -77.1660945251225, + -11.745124548473411 + ], + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.16710056586732, + -11.734729563909278 + ] + ] + ], + "type": "Polygon" + }, + "id": "2368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74267913078529, + -12.402657278419317, + -76.7330261132975, + -12.392283000310297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.74267913078529, + -12.395334008839233 + ], + [ + -76.74216914477954, + -12.400521202137712 + ], + [ + -76.73734254852776, + -12.402657278419317 + ], + [ + -76.7330261132975, + -12.399606186480021 + ], + [ + -76.73353622520659, + -12.394419101679267 + ], + [ + -76.73836264645216, + -12.392283000310297 + ] + ] + ], + "type": "Polygon" + }, + "id": "2369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10303967242653, + -11.97448890900854, + -77.0933899964781, + -11.964098778748443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.09871915019534, + -11.964098778748443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00939120295997, + -12.13045265852866, + -76.99973925662417, + -12.120067187059483 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -77.00507110193806, + -12.120067187059483 + ] + ] + ], + "type": "Polygon" + }, + "id": "2371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82503316865082, + -12.033590763014374, + -76.81538894764515, + -12.023208383723386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.82071935395685, + -12.023208383723386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07857109290872, + -11.846218199664118, + -77.06892585633113, + -11.835826829908335 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.07425293370218, + -11.835826829908335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73134014142458, + -12.18934963426735, + -76.72169380585368, + -12.178972061160026 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.72702681902715, + -12.178972061160026 + ] + ] + ], + "type": "Polygon" + }, + "id": "2374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97497834956805, + -11.773124762985754, + -76.96533794077668, + -11.762734929115 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.97066394029184, + -11.762734929115 + ] + ] + ], + "type": "Polygon" + }, + "id": "2375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8120922001379, + -12.024445040527775, + -76.80244859860132, + -12.01406284887627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.80777886109321, + -12.01406284887627 + ] + ] + ], + "type": "Polygon" + }, + "id": "2376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95374866846167, + -12.085642974624413, + -76.94409949816392, + -12.075258178559078 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94943066403395, + -12.075258178559078 + ] + ] + ], + "type": "Polygon" + }, + "id": "2377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85396260060155, + -12.115080821519621, + -76.8443151771714, + -12.104698969215393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.84964690943727, + -12.104698969215393 + ] + ] + ], + "type": "Polygon" + }, + "id": "2378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07614909591477, + -11.633533430490932, + -77.06651024997272, + -11.6231393074639 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.07183383488484, + -11.6231393074639 + ] + ] + ], + "type": "Polygon" + }, + "id": "2379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67970049799605, + -11.96411639967244, + -76.67006229744104, + -11.953736671217735 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.67539160514521, + -11.953736671217735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99713367849087, + -11.971953633287212, + -76.98748677501405, + -11.96156605339647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.99281602266578, + -11.96156605339647 + ] + ] + ], + "type": "Polygon" + }, + "id": "2381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72216127446684, + -12.282738993266815, + -76.71251240095832, + -12.272363188172767 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.71784695818974, + -12.272363188172767 + ] + ] + ], + "type": "Polygon" + }, + "id": "2382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0525566590049, + -11.639099431938549, + -77.04291824624588, + -11.628705952662479 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.04824195359704, + -11.628705952662479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09067256997628, + -11.72151078882736, + -77.08103074008486, + -11.711117441769247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.08635575033395, + -11.711117441769247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03149959506722, + -12.140496083603848, + -77.02184678215784, + -12.130110227202893 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.03149959506722, + -12.133157318133431 + ], + [ + -77.03099405794106, + -12.138350298860766 + ], + [ + -77.0261675656029, + -12.140496083603848 + ], + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.02717876671738, + -12.130110227202893 + ] + ] + ], + "type": "Polygon" + }, + "id": "2385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83115238135662, + -11.782562731198556, + -76.82151547510189, + -11.77217659972024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.83064460399831, + -11.780416785307468 + ], + [ + -76.82582606414948, + -11.782562731198556 + ], + [ + -76.82151547510189, + -11.77951557814045 + ], + [ + -76.82202337823593, + -11.774322566602898 + ], + [ + -76.82684174465128, + -11.77217659972024 + ] + ] + ], + "type": "Polygon" + }, + "id": "2386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97817357046891, + -12.213865473223935, + -76.96851993919714, + -12.203482103385554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.97385319468727, + -12.203482103385554 + ] + ] + ], + "type": "Polygon" + }, + "id": "2387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16298991869557, + -11.689214841519656, + -77.15334724039408, + -11.678819329193594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.15867161012272, + -11.678819329193594 + ] + ] + ], + "type": "Polygon" + }, + "id": "2388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15242398099896, + -11.798358022701429, + -77.14277831690424, + -11.787964208499071 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.1481044973933, + -11.787964208499071 + ] + ] + ], + "type": "Polygon" + }, + "id": "2389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75959473846376, + -11.948475625405079, + -76.74995481790896, + -11.938093632893088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.75528385106381, + -11.938093632893088 + ] + ] + ], + "type": "Polygon" + }, + "id": "2390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90498592944029, + -12.01791694670848, + -76.89534005469719, + -12.00753233035904 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.9006701480367, + -12.00753233035904 + ] + ] + ], + "type": "Polygon" + }, + "id": "2391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69262813549503, + -11.973264706986589, + -76.68298930609413, + -11.96288478279956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.68831876321083, + -11.96288478279956 + ] + ] + ], + "type": "Polygon" + }, + "id": "2392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84100041849729, + -12.294592636698894, + -76.83134798055178, + -12.284214018945086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.83668268322576, + -12.284214018945086 + ] + ] + ], + "type": "Polygon" + }, + "id": "2393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94839391131562, + -11.998610904876195, + -76.93874747599017, + -11.988224922195226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.94407721294668, + -11.988224922195226 + ] + ] + ], + "type": "Polygon" + }, + "id": "2394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88367393440858, + -12.23595090445258, + -76.87402211520106, + -12.225570243941867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87935582060571, + -12.225570243941867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02905970017214, + -11.83349950042975, + -77.01941610198614, + -11.823109162240787 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.02474303392934, + -11.823109162240787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90119684302678, + -12.198382467221018, + -76.89154568347169, + -12.188000757652544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.89687875528585, + -12.188000757652544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0677999992172, + -11.672063917485223, + -77.0581602188709, + -11.661670485619537 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.06348444787953, + -11.661670485619537 + ] + ] + ], + "type": "Polygon" + }, + "id": "2398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08251035066293, + -12.043270613422301, + -77.0728591415118, + -12.032882008341145 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.07818945710474, + -12.032882008341145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75644297227956, + -12.262587286452028, + -76.74679376631644, + -12.252210272673235 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.75212798096787, + -12.252210272673235 + ] + ] + ], + "type": "Polygon" + }, + "id": "2400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91490606449074, + -12.152568661898663, + -76.90525591221788, + -12.142185877317445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.91058821694732, + -12.142185877317445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11808781750433, + -11.724186856643417, + -77.10844521853701, + -11.713792880873703 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.11377023307827, + -11.713792880873703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17062123169366, + -11.70569768634335, + -77.16097787382597, + -11.695302203998283 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.16630250175305, + -11.695302203998283 + ] + ] + ], + "type": "Polygon" + }, + "id": "2403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76102844323117, + -12.215889172224054, + -76.75138050735526, + -12.205511274286625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.75671394948105, + -12.205511274286625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83338217150141, + -12.278114758267332, + -76.82373042920699, + -12.267736056677998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.82906486439575, + -12.267736056677998 + ] + ] + ], + "type": "Polygon" + }, + "id": "2405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15854728909241, + -11.830430836858959, + -77.1489005177688, + -11.820037313943816 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.15422721571187, + -11.820037313943816 + ] + ] + ], + "type": "Polygon" + }, + "id": "2406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76408473641091, + -12.184754895311084, + -76.75443764714285, + -12.174376415643803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75977057433731, + -12.174376415643803 + ] + ] + ], + "type": "Polygon" + }, + "id": "2407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85244306501498, + -12.036307379347647, + -76.84279803169557, + -12.025924352920129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.84812846635171, + -12.025924352920129 + ] + ] + ], + "type": "Polygon" + }, + "id": "2408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98117852328419, + -12.088350465998314, + -76.97152856062648, + -12.077965033788368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.97685974320218, + -12.077965033788368 + ] + ] + ], + "type": "Polygon" + }, + "id": "2409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00009065758466, + -11.751987348403626, + -76.99045022948505, + -11.741596614178734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.99577585455776, + -11.741596614178734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94537746893351, + -12.124132420674018, + -76.93572736825753, + -12.113748430679404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.94105917667805, + -12.113748430679404 + ] + ] + ], + "type": "Polygon" + }, + "id": "2411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96435431003577, + -11.8822079232458, + -76.95471092857873, + -11.871819856544441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.96003873338543, + -11.871819856544441 + ] + ] + ], + "type": "Polygon" + }, + "id": "2412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06113168928094, + -11.978244256209337, + -77.05148296086307, + -11.967855200979718 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.05681223444505, + -11.967855200979718 + ] + ] + ], + "type": "Polygon" + }, + "id": "2413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14471117361454, + -11.687434944311903, + -77.13506900273448, + -11.677039848661805 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.14039337258488, + -11.677039848661805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98337167937521, + -11.829015219469927, + -76.97372938956097, + -11.818625940655528 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.97905629954545, + -11.818625940655528 + ] + ] + ], + "type": "Polygon" + }, + "id": "2415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93546405333853, + -12.08383664957132, + -76.92581541366863, + -12.073452278855903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.93114656702225, + -12.073452278855903 + ] + ] + ], + "type": "Polygon" + }, + "id": "2416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09823156031571, + -11.643556809606137, + -77.08859185881846, + -11.633162277177753 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.09391557768565, + -11.633162277177753 + ] + ] + ], + "type": "Polygon" + }, + "id": "2417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05344865906726, + -11.867358841571964, + -77.0438034302166, + -11.856968379000563 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.04913088873815, + -11.856968379000563 + ] + ] + ], + "type": "Polygon" + }, + "id": "2418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94988928380513, + -11.888649806112932, + -76.9402460865078, + -11.8782621880729 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9455740114693, + -11.8782621880729 + ] + ] + ], + "type": "Polygon" + }, + "id": "2419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0191855743928, + -11.887597302321032, + -77.0095406178301, + -11.877207963110989 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.01486845160942, + -11.877207963110989 + ] + ] + ], + "type": "Polygon" + }, + "id": "2420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72063098172633, + -12.29830232593731, + -76.7109816851466, + -12.287926820905296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.71631649978092, + -12.287926820905296 + ] + ] + ], + "type": "Polygon" + }, + "id": "2421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1342176290366, + -11.891000933214714, + -77.12456965956187, + -11.880608843144872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12989739242438, + -11.880608843144872 + ] + ] + ], + "type": "Polygon" + }, + "id": "2422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93923321594727, + -11.903330893112042, + -76.92958985909279, + -11.892943747799828 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.93491803568638, + -11.892943747799828 + ] + ] + ], + "type": "Polygon" + }, + "id": "2423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14709775742561, + -11.805707226465866, + -77.13745200707908, + -11.795313640502759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.14277831690424, + -11.795313640502759 + ] + ] + ], + "type": "Polygon" + }, + "id": "2424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76936019857966, + -12.366037462933384, + -76.75970755115263, + -12.355661870601452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.76504346990656, + -12.355661870601452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90421992361614, + -11.97852246960449, + -76.89457524346224, + -11.968137285767796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89990468844591, + -11.968137285767796 + ] + ] + ], + "type": "Polygon" + }, + "id": "2426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98111233419505, + -11.899587843121653, + -76.97146800082307, + -11.889199609920956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.97679607445004, + -11.889199609920956 + ] + ] + ], + "type": "Polygon" + }, + "id": "2427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6498616488754, + -12.220498520287574, + -76.64021662684411, + -12.21012353937759 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64555016444103, + -12.21012353937759 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64021662684411, + -12.217447438550456 + ], + [ + -76.64072774129811, + -12.212260003137592 + ], + [ + -76.64555016444103, + -12.21012353937759 + ] + ] + ], + "type": "Polygon" + }, + "id": "2428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13588512409214, + -12.064239442484924, + -77.12623194833915, + -12.053849861062881 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.13156253060284, + -12.053849861062881 + ] + ] + ], + "type": "Polygon" + }, + "id": "2429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78233626573633, + -12.28088861891925, + -76.77268581181502, + -12.270511252721423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.77802031874347, + -12.270511252721423 + ] + ] + ], + "type": "Polygon" + }, + "id": "2430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00467823479754, + -11.79964009923208, + -76.99503627022182, + -11.789249894026725 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -77.00036267372973, + -11.789249894026725 + ] + ] + ], + "type": "Polygon" + }, + "id": "2431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05944919640496, + -11.710591330205395, + -77.04980848188333, + -11.700198599241734 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.05513335491436, + -11.700198599241734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75416634199284, + -12.238782868473983, + -76.74451790880816, + -12.228405519488254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.74985173120636, + -12.228405519488254 + ] + ] + ], + "type": "Polygon" + }, + "id": "2433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.988663238752, + -11.727264912671703, + -76.97902384093962, + -11.716874131867616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.97902384093962, + -11.72421944551605 + ], + [ + -76.97952945904323, + -11.719024108294489 + ], + [ + -76.98434907207402, + -11.716874131867616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84863638520405, + -12.028067602981267, + -76.83899169889014, + -12.01768454745457 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.84432200018188, + -12.01768454745457 + ] + ] + ], + "type": "Polygon" + }, + "id": "2435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81970271452019, + -12.04092434615715, + -76.81005841755197, + -12.030542212106731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.81538894764515, + -12.030542212106731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68502973422127, + -11.956786063062346, + -76.67539160514521, + -11.946406090538497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.68072079158392, + -11.946406090538497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72765924509655, + -11.898131496442486, + -76.71802169382686, + -11.887749587284773 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72334990697279, + -11.887749587284773 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.71853121863998, + -11.889891899428738 + ], + [ + -76.72334990697279, + -11.887749587284773 + ] + ] + ], + "type": "Polygon" + }, + "id": "2438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64299479083611, + -12.243383878840506, + -76.63334927628834, + -12.233009450421653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.63868319165398, + -12.233009450421653 + ] + ] + ], + "type": "Polygon" + }, + "id": "2439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93852515673676, + -12.147043523058928, + -76.92887455108327, + -12.136660063876496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.93420674371403, + -12.136660063876496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78926675330418, + -11.975006990958223, + -76.77962523950438, + -11.964624637432534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.78495469820841, + -11.964624637432534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94540014264375, + -12.218485380994126, + -76.93574722477372, + -12.2081028976719 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.94108058939798, + -12.2081028976719 + ] + ] + ], + "type": "Polygon" + }, + "id": "2442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67953592548136, + -12.247043047034873, + -76.66988928934161, + -12.236667739601481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.67522326395337, + -12.236667739601481 + ] + ] + ], + "type": "Polygon" + }, + "id": "2443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75728786517169, + -12.019003296948076, + -76.74764590507083, + -12.008622408607847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.75297610110901, + -12.008622408607847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14399658234754, + -11.742452199450653, + -77.1343527922292, + -11.732057839032386 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.13967806718584, + -11.732057839032386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89967444059863, + -12.213954668802106, + -76.89002285616192, + -12.203573249536685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.89535618613743, + -12.203573249536685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08014621311857, + -11.925044401154505, + -77.0704985883879, + -11.914654107939699 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.0758269605816, + -11.914654107939699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14940391510368, + -11.82953846838939, + -77.13975739770625, + -11.819145153336256 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.14508409571395, + -11.819145153336256 + ] + ] + ], + "type": "Polygon" + }, + "id": "2448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96134494945021, + -12.007752525633697, + -76.95169790468015, + -11.997366358871316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.9570277796078, + -11.997366358871316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0778451060958, + -11.901218080412367, + -77.06819824953077, + -11.89082750206117 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.07352623277134, + -11.89082750206117 + ] + ] + ], + "type": "Polygon" + }, + "id": "2450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02671710544692, + -11.715257599104808, + -77.01707708676983, + -11.704865727845892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.02240207736583, + -11.704865727845892 + ] + ] + ], + "type": "Polygon" + }, + "id": "2451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06017782503511, + -11.655581662772597, + -77.05053872836017, + -11.645188206288946 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.05586269662307, + -11.645188206288946 + ] + ] + ], + "type": "Polygon" + }, + "id": "2452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78995036082384, + -12.297366140825602, + -76.78029920914764, + -12.286988857787922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.78563398485164, + -12.286988857787922 + ] + ] + ], + "type": "Polygon" + }, + "id": "2453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0122992725627, + -11.816121632912113, + -77.00265662142002, + -11.805731465988979 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -77.00798328730798, + -11.805731465988979 + ] + ] + ], + "type": "Polygon" + }, + "id": "2454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70703979459844, + -12.061168095590917, + -76.69739794860904, + -12.050789126200943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.70272885252847, + -12.050789126200943 + ] + ] + ], + "type": "Polygon" + }, + "id": "2455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04269144803644, + -11.693215982125958, + -77.03305167699722, + -11.682823433989423 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.03837628585781, + -11.682823433989423 + ] + ] + ], + "type": "Polygon" + }, + "id": "2456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.681013217924, + -12.325767267660405, + -76.67136418935405, + -12.31539324110948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.67567789316612, + -12.325767267660405 + ], + [ + -76.67136418935405, + -12.322715958114923 + ], + [ + -76.67187503764075, + -12.317528999577434 + ], + [ + -76.67669946415437, + -12.31539324110948 + ] + ] + ], + "type": "Polygon" + }, + "id": "2457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7236493891642, + -12.361466182842415, + -76.71399812248752, + -12.35109167567673 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.71933397998325, + -12.35109167567673 + ] + ] + ], + "type": "Polygon" + }, + "id": "2458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95066078002239, + -11.928051979089487, + -76.94101638870964, + -11.917664905911625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.9463449615415, + -11.917664905911625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78543941230247, + -12.061108354501663, + -76.77579543469196, + -12.050727392447344 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.78112631404049, + -12.050727392447344 + ] + ] + ], + "type": "Polygon" + }, + "id": "2460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77552749658001, + -12.115150931322255, + -76.7658821746732, + -12.10477105672382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.77121394923651, + -12.10477105672382 + ] + ] + ], + "type": "Polygon" + }, + "id": "2461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78158496704107, + -12.241517016562504, + -76.77193570939087, + -12.231139016872925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.77726956658252, + -12.231139016872925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92930961302464, + -11.768637640432127, + -76.91967052626057, + -11.758248874295708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.92499649568133, + -11.758248874295708 + ] + ] + ], + "type": "Polygon" + }, + "id": "2463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93540479179286, + -11.800701529160518, + -76.92576459129612, + -11.790313046039815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.93109108262607, + -11.790313046039815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92861216958666, + -12.106748816709427, + -76.918963025492, + -12.096364971185894 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.92429456273729, + -12.096364971185894 + ] + ] + ], + "type": "Polygon" + }, + "id": "2465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14479196006081, + -11.781875546219037, + -77.13514697667443, + -11.771481692917247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.14047289835608, + -11.771481692917247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08698770683749, + -11.902113848289353, + -77.07734059247828, + -11.891723060371827 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.08266857781405, + -11.891723060371827 + ] + ] + ], + "type": "Polygon" + }, + "id": "2467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76105956371282, + -12.121571802630635, + -76.75141444211806, + -12.111192395395964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.7567463279987, + -12.111192395395964 + ] + ] + ], + "type": "Polygon" + }, + "id": "2468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90194300400815, + -12.049069703974325, + -76.89229628034053, + -12.038685634203315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.89762688948153, + -12.038685634203315 + ] + ] + ], + "type": "Polygon" + }, + "id": "2469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71014507777329, + -11.93570087530253, + -76.70050688657798, + -11.9253199535682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.70583572214224, + -11.9253199535682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614821338505, + -12.273513575544968, + -76.85649573624386, + -12.263133974193392 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.86183007437552, + -12.263133974193392 + ] + ] + ], + "type": "Polygon" + }, + "id": "2471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75117672745623, + -12.08128477263114, + -76.74153307609073, + -12.070904988968007 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.74686430086852, + -12.070904988968007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1196722105779, + -11.803029568847572, + -77.11002722513068, + -11.792636608409847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.11535353328607, + -11.792636608409847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85929670958939, + -12.01339760982311, + -76.84965217719414, + -12.003014066501368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.85498222983902, + -12.003014066501368 + ] + ] + ], + "type": "Polygon" + }, + "id": "2474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82346964138387, + -12.332144057328167, + -76.81381654982685, + -12.321766515422997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.81915188299438, + -12.321766515422997 + ] + ] + ], + "type": "Polygon" + }, + "id": "2475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95138364975115, + -11.77867387609945, + -76.941743688322, + -11.768284699005276 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.9470698025128, + -11.768284699005276 + ] + ] + ], + "type": "Polygon" + }, + "id": "2476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.838724990102, + -12.176460044578947, + -76.82907614078414, + -12.166079546635567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.83440889501145, + -12.166079546635567 + ] + ] + ], + "type": "Polygon" + }, + "id": "2477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73741862861813, + -12.221393317237695, + -76.72777117054201, + -12.211016109389181 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.73310471098536, + -12.211016109389181 + ] + ] + ], + "type": "Polygon" + }, + "id": "2478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80828732394602, + -12.016205378294803, + -76.79864407021543, + -12.005823158525823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.80397419884517, + -12.005823158525823 + ] + ] + ], + "type": "Polygon" + }, + "id": "2479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82576494163749, + -12.261636807261418, + -76.81611389523556, + -12.251258023656899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.82144806277444, + -12.251258023656899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2480", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11204273688539, + -11.786547306034299, + -77.10239843352072, + -11.77615430663592 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.10772448203168, + -11.77615430663592 + ] + ] + ], + "type": "Polygon" + }, + "id": "2481", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08935424079239, + -12.02034482697868, + -77.07970354248725, + -12.009955709976168 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.08503347088663, + -12.009955709976168 + ] + ] + ], + "type": "Polygon" + }, + "id": "2482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78308774993354, + -12.320258160905382, + -76.77343609944778, + -12.309881437930155 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.77877125626948, + -12.309881437930155 + ] + ] + ], + "type": "Polygon" + }, + "id": "2483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08159728090348, + -11.815043585384727, + -77.07195289614228, + -11.80465171199541 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.07727945662775, + -11.80465171199541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92023829017586, + -12.145234111313584, + -76.91058821694732, + -12.134851077876341 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.9159203961378, + -12.134851077876341 + ] + ] + ], + "type": "Polygon" + }, + "id": "2485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06258934395068, + -11.868254765851631, + -77.05294385608065, + -11.857864092936135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.05827131743287, + -11.857864092936135 + ] + ] + ], + "type": "Polygon" + }, + "id": "2486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98947469042007, + -11.861080054817467, + -76.97983128807309, + -11.850691071690242 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.98515871906359, + -11.850691071690242 + ] + ] + ], + "type": "Polygon" + }, + "id": "2487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89053048051113, + -12.213047719352295, + -76.88087916419406, + -12.202666513649335 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.88621248641175, + -12.202666513649335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71227997142634, + -12.24245926814221, + -76.7026325715544, + -12.23208304693875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.70796646575216, + -12.23208304693875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9598528510425, + -12.117699646219904, + -76.95020256555866, + -12.10731519698399 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.95553425386471, + -12.10731519698399 + ] + ] + ], + "type": "Polygon" + }, + "id": "2490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07645331308817, + -12.105598393925527, + -77.0668003977631, + -12.09521089227843 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.07645331308817, + -12.09825739901075 + ], + [ + -77.07594846122005, + -12.103451202086667 + ], + [ + -77.07112191792477, + -12.105598393925527 + ], + [ + -77.0668003977631, + -12.102551802921132 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.0721317486738, + -12.09521089227843 + ] + ] + ], + "type": "Polygon" + }, + "id": "2491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95145689628009, + -12.061825680968328, + -76.94180849610238, + -12.051440575887609 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.9471392716532, + -12.051440575887609 + ] + ] + ], + "type": "Polygon" + }, + "id": "2492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01684628586769, + -11.769364571477391, + -77.00720490995799, + -11.75897365866531 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.0125308016567, + -11.75897365866531 + ] + ] + ], + "type": "Polygon" + }, + "id": "2493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81438768912389, + -11.953909354772032, + -76.80474612857006, + -11.943526057848928 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.81007522773368, + -11.943526057848928 + ] + ] + ], + "type": "Polygon" + }, + "id": "2494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02924813689707, + -12.2110470370346, + -77.01959327532651, + -12.200662363703918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.02924813689707, + -12.203709800748854 + ], + [ + -77.0287424578791, + -12.208902189894724 + ], + [ + -77.02391494116124, + -12.2110470370346 + ], + [ + -77.01959327532651, + -12.207999516275937 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.0249264261058, + -12.200662363703918 + ] + ] + ], + "type": "Polygon" + }, + "id": "2495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08002233331582, + -11.736207653178795, + -77.0703803350907, + -11.725814757915552 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.07570560164132, + -11.725814757915552 + ] + ] + ], + "type": "Polygon" + }, + "id": "2496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84863082090479, + -12.122413727572232, + -76.83898332055361, + -12.112032123863811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.8443151771714, + -12.112032123863811 + ] + ] + ], + "type": "Polygon" + }, + "id": "2497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11362592542335, + -11.865383817467025, + -77.10397923467862, + -11.854991864478253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.10930657733776, + -11.854991864478253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97807690734543, + -11.930751500110484, + -76.9684317239585, + -11.920363788904702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.97376031375939, + -11.920363788904702 + ] + ] + ], + "type": "Polygon" + }, + "id": "2499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93015107478789, + -12.185527147662025, + -76.92049953923015, + -12.175144510066486 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.92583237423798, + -12.175144510066486 + ] + ] + ], + "type": "Polygon" + }, + "id": "2500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10283384724023, + -11.691221918886635, + -77.09319261215063, + -11.68082788317818 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.09851710740912, + -11.68082788317818 + ] + ] + ], + "type": "Polygon" + }, + "id": "2501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69469599923663, + -12.37428055671971, + -76.68504514375188, + -12.363907011375117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.69038121857774, + -12.363907011375117 + ] + ] + ], + "type": "Polygon" + }, + "id": "2502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66813068189128, + -12.222327382573454, + -76.65848509890988, + -12.211951961863349 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.66381866626216, + -12.211951961863349 + ] + ] + ], + "type": "Polygon" + }, + "id": "2503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95521712873953, + -11.881308778840403, + -76.9455740114693, + -11.870920925102201 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.95090181048324, + -11.870920925102201 + ] + ] + ], + "type": "Polygon" + }, + "id": "2504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68186063233784, + -12.176549496720854, + -76.6722160366623, + -12.16617298196197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67754884733587, + -12.16617298196197 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.6722160366623, + -12.173498925487635 + ], + [ + -76.67272663718407, + -12.168310722974326 + ], + [ + -76.67754884733587, + -12.16617298196197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81128842101631, + -12.268055281264756, + -76.80163757088185, + -12.257676969203349 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.80697185223735, + -12.257676969203349 + ] + ] + ], + "type": "Polygon" + }, + "id": "2506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68941192125737, + -12.287320998853744, + -76.67976380980957, + -12.276946108029904 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.68509844854208, + -12.276946108029904 + ] + ] + ], + "type": "Polygon" + }, + "id": "2507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84711858860419, + -11.949286657918806, + -76.8374762910927, + -11.93890247131841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84280529544442, + -11.93890247131841 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.8374762910927, + -11.94623874265449 + ], + [ + -76.83798423340838, + -11.941046703304911 + ], + [ + -76.84280529544442, + -11.93890247131841 + ] + ] + ], + "type": "Polygon" + }, + "id": "2508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09297346189592, + -11.745341638905781, + -77.08333086481282, + -11.73494855009316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.08865626348371, + -11.73494855009316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7557929254253, + -11.94023599418019, + -76.7461533535852, + -11.929853977911694 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.75148225228158, + -11.929853977911694 + ] + ] + ], + "type": "Polygon" + }, + "id": "2510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07009864773967, + -11.695894883805085, + -77.06045810021853, + -11.685501702756858 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.06578271770844, + -11.685501702756858 + ] + ] + ], + "type": "Polygon" + }, + "id": "2511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69479694742206, + -12.185701067775051, + -76.6851517222304, + -12.175324368929942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.69048468242087, + -12.175324368929942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08468619647677, + -11.87828671798953, + -77.0750398501093, + -11.867895648359985 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.08036744660036, + -11.867895648359985 + ] + ] + ], + "type": "Polygon" + }, + "id": "2513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72080248209102, + -11.921036642167245, + -76.71116443592797, + -11.910655236510722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.71649302784715, + -11.910655236510722 + ] + ] + ], + "type": "Polygon" + }, + "id": "2514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9841811812242, + -11.96281353074305, + -76.97453488444644, + -11.952426135576154 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97986399568869, + -11.952426135576154 + ] + ] + ], + "type": "Polygon" + }, + "id": "2515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08692375721377, + -11.807696734347202, + -77.07727945662775, + -11.797304631106712 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.08260588891619, + -11.797304631106712 + ] + ] + ], + "type": "Polygon" + }, + "id": "2516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94233693317307, + -12.155283258399642, + -76.93268598210483, + -12.14489983522082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.93801830706451, + -12.14489983522082 + ] + ] + ], + "type": "Polygon" + }, + "id": "2517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16760356353409, + -11.736883173675748, + -77.1579593524485, + -11.726488171872365 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.16760356353409, + -11.72953201106205 + ], + [ + -77.16710056586732, + -11.734729563909278 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.16328449777383, + -11.726488171872365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03355648591766, + -11.692322500631239, + -77.0239169746594, + -11.681930163968163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02924158009313, + -11.681930163968163 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.02442191009001, + -11.684081505293648 + ], + [ + -77.02924158009313, + -11.681930163968163 + ] + ] + ], + "type": "Polygon" + }, + "id": "2519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8151117390069, + -12.181973929759723, + -76.80546335677788, + -12.17159411475886 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.81079621534896, + -12.17159411475886 + ] + ] + ], + "type": "Polygon" + }, + "id": "2520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71459782222045, + -12.17196010710293, + -76.70495246358335, + -12.161582681383052 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.71028519362727, + -12.161582681383052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9468513389069, + -11.919811620886378, + -76.93720729235284, + -11.909424523207873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.9425357331466, + -11.909424523207873 + ] + ] + ], + "type": "Polygon" + }, + "id": "2522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79915265893415, + -12.015299109814986, + -76.78950967777232, + -12.0049171067714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.79483979590002, + -12.0049171067714 + ] + ] + ], + "type": "Polygon" + }, + "id": "2523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77550059766953, + -12.209471965390097, + -76.76585246136207, + -12.199093595953594 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.77118579210703, + -12.199093595953594 + ] + ] + ], + "type": "Polygon" + }, + "id": "2524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0208354085721, + -12.15517262155512, + -77.0111824306617, + -12.144787258927527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.0208354085721, + -12.147834518214799 + ], + [ + -77.02032969896408, + -12.15302725211492 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.01651467011001, + -12.144787258927527 + ] + ] + ], + "type": "Polygon" + }, + "id": "2525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99709593190684, + -11.877561280097584, + -76.98745184210634, + -11.867172341236039 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.99277953596042, + -11.867172341236039 + ] + ] + ], + "type": "Polygon" + }, + "id": "2526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80290044305765, + -12.306516478298336, + -76.79324866925309, + -12.296139021678234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.79858358996705, + -12.296139021678234 + ] + ] + ], + "type": "Polygon" + }, + "id": "2527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87985652427346, + -12.039021619352042, + -76.8702106829263, + -12.028637948039682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.87554114344881, + -12.028637948039682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80145078060715, + -11.944764592567378, + -76.79180983999065, + -11.934381488008178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.7971387949511, + -11.934381488008178 + ] + ] + ], + "type": "Polygon" + }, + "id": "2529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84252566017912, + -12.279024635283584, + -76.83287364666376, + -12.26864571881965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.83820809133876, + -12.26864571881965 + ] + ] + ], + "type": "Polygon" + }, + "id": "2530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0253861106535, + -12.108437004404042, + -77.01573441093748, + -12.09805079585253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.02106587444743, + -12.09805079585253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05282643550423, + -12.111139040678285, + -77.04317395458872, + -12.100752202043566 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.04850542831755, + -12.100752202043566 + ] + ] + ], + "type": "Polygon" + }, + "id": "2532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70615708806082, + -12.304712428352607, + -76.69650799663762, + -12.294337401146807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.70184292009395, + -12.294337401146807 + ] + ] + ], + "type": "Polygon" + }, + "id": "2533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83416940416343, + -12.034496565661406, + -76.82452491191047, + -12.02411397040813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.8298553279456, + -12.02411397040813 + ] + ] + ], + "type": "Polygon" + }, + "id": "2534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12363661303777, + -12.000107369338487, + -77.11398565628419, + -11.98971711847784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11931520119006, + -11.98971711847784 + ] + ] + ], + "type": "Polygon" + }, + "id": "2535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8097957316582, + -12.094973808722736, + -76.80015008830567, + -12.084592753757244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.80548151461645, + -12.084592753757244 + ] + ] + ], + "type": "Polygon" + }, + "id": "2536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82349545645432, + -12.143502636734567, + -76.81384799784915, + -12.133121997082878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81918021721812, + -12.133121997082878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09461786684223, + -11.918595524965697, + -77.08497006887757, + -11.908204787330973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.09029831467775, + -11.908204787330973 + ] + ] + ], + "type": "Polygon" + }, + "id": "2538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1257915698647, + -11.835100889653022, + -77.1161454761648, + -11.824708221099758 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.12147230246066, + -11.824708221099758 + ] + ] + ], + "type": "Polygon" + }, + "id": "2539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70931125349294, + -12.084975333870208, + -76.69966863514962, + -12.074596673139482 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.70499993124628, + -12.074596673139482 + ] + ] + ], + "type": "Polygon" + }, + "id": "2540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94081645971372, + -12.170858036118636, + -76.93116508341356, + -12.160474898665019 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.9364976666689, + -12.160474898665019 + ] + ] + ], + "type": "Polygon" + }, + "id": "2541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0077101994546, + -11.768468986551676, + -76.99806908480123, + -11.758078285660355 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -77.00339497229258, + -11.758078285660355 + ] + ] + ], + "type": "Polygon" + }, + "id": "2542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78318644113091, + -11.942953936474904, + -76.77354604659992, + -11.932571266482388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.7788749798792, + -11.932571266482388 + ] + ] + ], + "type": "Polygon" + }, + "id": "2543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79154444446061, + -11.998819831171312, + -76.78190215946057, + -11.988437773521884 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.78723200951285, + -11.988437773521884 + ] + ] + ], + "type": "Polygon" + }, + "id": "2544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14415781260227, + -11.931311623337159, + -77.13450839393896, + -11.92091986944589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13983677451922, + -11.92091986944589 + ], + [ + -77.14415781260227, + -11.923964910722063 + ], + [ + -77.14365418330634, + -11.929160839609521 + ], + [ + -77.13882938878419, + -11.931311623337159 + ], + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13983677451922, + -11.92091986944589 + ] + ] + ], + "type": "Polygon" + }, + "id": "2545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10606499872007, + -11.943317988322512, + -77.09641617580816, + -11.932927329533861 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.10174481199236, + -11.932927329533861 + ] + ] + ], + "type": "Polygon" + }, + "id": "2546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14630203339372, + -11.766284704737668, + -77.13665747649421, + -11.755890605752299 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.14198313950614, + -11.755890605752299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82734956207187, + -11.774322566602898, + -76.81771300271413, + -11.763936419159522 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.82202337823593, + -11.774322566602898 + ], + [ + -76.81771300271413, + -11.771275426515622 + ], + [ + -76.81822094588884, + -11.766082407028293 + ], + [ + -76.82303913884068, + -11.763936419159522 + ] + ] + ], + "type": "Polygon" + }, + "id": "2548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76786063475559, + -12.287303480198926, + -76.75821038077967, + -12.276926588320855 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.76354499946441, + -12.276926588320855 + ] + ] + ], + "type": "Polygon" + }, + "id": "2549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03986388287308, + -12.101998447991884, + -77.03021200510881, + -12.091611784472136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.03554334469659, + -12.091611784472136 + ] + ] + ], + "type": "Polygon" + }, + "id": "2550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79079265105217, + -11.959433393634688, + -76.78115156025832, + -11.949050772398415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.7864807617304, + -11.949050772398415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64526219633794, + -12.26718349661327, + -76.63561590799253, + -12.25680940396179 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.64095021645811, + -12.25680940396179 + ] + ] + ], + "type": "Polygon" + }, + "id": "2552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12650940501767, + -11.780091379408407, + -77.11686493125283, + -11.769697943156887 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.12219085195818, + -11.769697943156887 + ] + ] + ], + "type": "Polygon" + }, + "id": "2553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75338530399935, + -12.2937171348675, + -76.7437352511945, + -12.283340718234006 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.74906998094876, + -12.283340718234006 + ] + ] + ], + "type": "Polygon" + }, + "id": "2554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00463830853329, + -11.705227766797593, + -76.99499915475235, + -11.69483630536308 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -77.00032400612132, + -11.69483630536308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01987694516781, + -11.73819134215746, + -77.01023641929363, + -11.72779993984052 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.01556179495327, + -11.72779993984052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07481779677431, + -11.932388775448214, + -77.06517008802307, + -11.921998717794605 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.0704985883879, + -11.921998717794605 + ] + ] + ], + "type": "Polygon" + }, + "id": "2557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81967469397878, + -12.229590417967712, + -76.81002476775188, + -12.219211260126942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.81535840967001, + -12.219211260126942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99931341199758, + -11.712573796380301, + -76.98967417670744, + -11.702182561377462 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.99499915475235, + -11.702182561377462 + ] + ] + ], + "type": "Polygon" + }, + "id": "2559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98182118358315, + -11.75019552330152, + -76.97218128017009, + -11.739805214196464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.97750689554435, + -11.739805214196464 + ] + ] + ], + "type": "Polygon" + }, + "id": "2560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88215062021254, + -12.25152152765057, + -76.87249837622252, + -12.24114116128003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.87783233976172, + -12.24114116128003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04509159362469, + -11.90587309459198, + -77.03544543024839, + -11.895483381275465 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.04077353317787, + -11.895483381275465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.756475434824, + -12.168276785159708, + -76.74682904388204, + -12.157898234280443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.75216170183803, + -12.157898234280443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.878337078944, + -12.14894545581545, + -76.86868799841501, + -12.138563526203534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.87402027230871, + -12.138563526203534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12443008035315, + -12.039517663671987, + -77.114777928462, + -12.029127984060972 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1201081211839, + -12.029127984060972 + ], + [ + -77.12443008035315, + -12.032173730934714 + ], + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.11528213057862, + -12.03127704443239 + ], + [ + -77.1201081211839, + -12.029127984060972 + ] + ] + ], + "type": "Polygon" + }, + "id": "2565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66427009234125, + -12.30837500787664, + -76.65462204621276, + -12.298001116636096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.66375916442156, + -12.306239413539364 + ], + [ + -76.65893505350057, + -12.30837500787664 + ], + [ + -76.65462204621276, + -12.305323627108384 + ], + [ + -76.65513309964597, + -12.300136736354332 + ], + [ + -76.65995703486303, + -12.298001116636096 + ] + ] + ], + "type": "Polygon" + }, + "id": "2566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87528626194765, + -11.991390150808773, + -76.86564196167504, + -11.981005879114145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.87097164069043, + -11.981005879114145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0246048485087, + -12.069037586166512, + -77.01495434427693, + -12.058650788559007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.02028515940474, + -12.058650788559007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74591650222621, + -11.89994390228007, + -76.73627839922963, + -11.889561555244875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74160663739252, + -11.889561555244875 + ], + [ + -76.74591650222621, + -11.892610015512581 + ], + [ + -76.7454073538769, + -11.897801243697574 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.73678767310427, + -11.891704236279686 + ], + [ + -76.74160663739252, + -11.889561555244875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91104485593085, + -11.766840984654783, + -76.90140630130954, + -11.75645264736785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.90673225676763, + -11.75645264736785 + ] + ] + ], + "type": "Polygon" + }, + "id": "2570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91337112531903, + -12.073789386659469, + -76.90372336396166, + -12.063405410260996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.90905437110939, + -12.063405410260996 + ] + ] + ], + "type": "Polygon" + }, + "id": "2571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74438901142655, + -11.915517095153886, + -76.73475048608917, + -11.905135010347776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.74007898116517, + -11.905135010347776 + ] + ] + ], + "type": "Polygon" + }, + "id": "2572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06852714833944, + -11.617051058511349, + -77.0588889855621, + -11.606656914644237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.06421231000137, + -11.606656914644237 + ] + ] + ], + "type": "Polygon" + }, + "id": "2573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07469702266435, + -11.74355561548804, + -77.06505494052037, + -11.733162946790415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.0703803350907, + -11.733162946790415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67874242247125, + -12.301967820718982, + -76.66909416766096, + -12.291593449630309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.6744290494864, + -12.291593449630309 + ] + ] + ], + "type": "Polygon" + }, + "id": "2575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95822761496986, + -11.75574651582232, + -76.94858815792256, + -11.745356862062732 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9539138884883, + -11.745356862062732 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.94858815792256, + -11.752700624507186 + ], + [ + -76.94909424601151, + -11.74750585099052 + ], + [ + -76.9539138884883, + -11.745356862062732 + ] + ] + ], + "type": "Polygon" + }, + "id": "2576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89281093792457, + -12.14251798896921, + -76.88316166691402, + -12.132135596028125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.8884938238751, + -12.132135596028125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82198339952254, + -12.064736800273844, + -76.81233833131705, + -12.054354971976311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.81766925268708, + -12.054354971976311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77855562056806, + -12.178336275479674, + -76.76890833116397, + -12.167957325813315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.77424114685324, + -12.167957325813315 + ] + ] + ], + "type": "Polygon" + }, + "id": "2579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83721786863538, + -12.003348233689533, + -76.82757422369971, + -11.99296509359813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.8329041246516, + -11.99296509359813 + ] + ] + ], + "type": "Polygon" + }, + "id": "2580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71918724826193, + -12.12526018407223, + -76.70954315756991, + -12.11488189987095 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7148751161511, + -12.11488189987095 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.71005315827308, + -12.117021122447646 + ], + [ + -76.7148751161511, + -12.11488189987095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7000320019245, + -12.366958338332049, + -76.69038121857774, + -12.356584529762978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.69571717156612, + -12.356584529762978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86081583960599, + -12.186514981531358, + -76.85116610206688, + -12.176134090485021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.85649900803959, + -12.176134090485021 + ] + ] + ], + "type": "Polygon" + }, + "id": "2583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73976841292115, + -12.056566856187368, + -76.73012580925446, + -12.046186982557497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.73545662988562, + -12.046186982557497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96819333120271, + -11.98483377712092, + -76.95854679195745, + -11.974447100468128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.96387628249312, + -11.974447100468128 + ] + ] + ], + "type": "Polygon" + }, + "id": "2585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1122566902025, + -12.069788009656753, + -77.10260394061443, + -12.059399085287875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.10793465029742, + -12.059399085287875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6536623597017, + -12.228737025467884, + -76.64401698619012, + -12.21836208159851 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64935065980842, + -12.21836208159851 + ] + ] + ], + "type": "Polygon" + }, + "id": "2587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78153466950663, + -12.430115892154502, + -76.77187977681302, + -12.419741108261883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77721674971104, + -12.419741108261883 + ], + [ + -76.78153466950663, + -12.422791873520652 + ], + [ + -76.78102518172216, + -12.427979319424619 + ], + [ + -76.77619764805142, + -12.430115892154502 + ], + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.77721674971104, + -12.419741108261883 + ] + ] + ], + "type": "Polygon" + }, + "id": "2588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04895775800723, + -12.008511852803842, + -77.0393084368514, + -11.998123543722096 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.04463822467225, + -11.998123543722096 + ] + ] + ], + "type": "Polygon" + }, + "id": "2589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79833919135189, + -12.25890571844298, + -76.78868896258706, + -12.24852758175397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.7940230993258, + -12.24852758175397 + ] + ] + ], + "type": "Polygon" + }, + "id": "2590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81591243749412, + -11.938334342924167, + -76.80627130017578, + -11.927950780577836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81160014201583, + -11.927950780577836 + ], + [ + -76.81591243749412, + -11.93099882991339 + ], + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.8067796602301, + -11.930094480211764 + ], + [ + -76.81160014201583, + -11.927950780577836 + ] + ] + ], + "type": "Polygon" + }, + "id": "2591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03208993328009, + -11.802327982527837, + -77.02244718573922, + -11.791937142382043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.02777360131971, + -11.791937142382043 + ] + ] + ], + "type": "Polygon" + }, + "id": "2592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06023394304408, + -11.750009577179698, + -77.0505920356229, + -11.73961734604812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.05591755550145, + -11.73961734604812 + ] + ] + ], + "type": "Polygon" + }, + "id": "2593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78166030334661, + -11.958527608881342, + -76.77201948593907, + -11.94814520504059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.77734867638615, + -11.94814520504059 + ] + ] + ], + "type": "Polygon" + }, + "id": "2594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70161196201983, + -12.2571096130646, + -76.69196441736997, + -12.246733906550471 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.69729855539758, + -12.246733906550471 + ] + ] + ], + "type": "Polygon" + }, + "id": "2595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03961301035282, + -11.62996611405633, + -77.02997519900748, + -11.619572835584753 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.03529877259744, + -11.619572835584753 + ] + ] + ], + "type": "Polygon" + }, + "id": "2596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08474950688489, + -11.972695602175502, + -77.07510034554939, + -11.962305889934541 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.08042949576729, + -11.962305889934541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00926724726547, + -11.847291125036968, + -76.99962374584764, + -11.83690146312503 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -77.00495092794894, + -11.83690146312503 + ] + ] + ], + "type": "Polygon" + }, + "id": "2598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76716981196826, + -12.059292546717401, + -76.75752638250923, + -12.048912019283762 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.76285723919598, + -12.048912019283762 + ] + ] + ], + "type": "Polygon" + }, + "id": "2599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94462861091085, + -12.17909770116829, + -76.9349768891922, + -12.168714600952889 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.94030960476705, + -12.168714600952889 + ] + ] + ], + "type": "Polygon" + }, + "id": "2600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77933218328295, + -12.123390217760877, + -76.76968651268719, + -12.113010376013925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.77501842160657, + -12.113010376013925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67743235132811, + -11.940307416789029, + -76.66779492281462, + -11.92992739774878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67312383841268, + -11.92992739774878 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.66779492281462, + -11.937258048312156 + ], + [ + -76.66830521173635, + -11.93206809389619 + ], + [ + -76.67312383841268, + -11.92992739774878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68191483217358, + -12.082242926948247, + -76.67227304881062, + -12.071864924430459 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67760430361913, + -12.071864924430459 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.68140450682118, + -12.08010398240723 + ], + [ + -76.67658352749564, + -12.082242926948247 + ], + [ + -76.67227304881062, + -12.079192839317905 + ], + [ + -76.67278349957219, + -12.074003893008433 + ], + [ + -76.67760430361913, + -12.071864924430459 + ] + ] + ], + "type": "Polygon" + }, + "id": "2603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95601502865357, + -12.015091268003694, + -76.94636790359904, + -12.004705342843383 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.95169790468015, + -12.004705342843383 + ] + ] + ], + "type": "Polygon" + }, + "id": "2604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07844816190091, + -11.65736550227012, + -77.06880854904558, + -11.646971624294927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.07413252228173, + -11.646971624294927 + ] + ] + ], + "type": "Polygon" + }, + "id": "2605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13278380059317, + -12.001003431934528, + -77.12313258829204, + -11.990612973088822 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.13278380059317, + -11.993658458368763 + ], + [ + -77.13227990299116, + -11.99885373975145 + ], + [ + -77.12745421155451, + -12.001003431934528 + ], + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.12846213391161, + -11.990612973088822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96974154623786, + -12.063630252344392, + -76.96009261718011, + -12.053244722626875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.9654234042806, + -12.053244722626875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00320155665705, + -11.909625508393267, + -76.9935563544014, + -11.899236875100273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.99888456913847, + -11.899236875100273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74282497536657, + -12.025426683170696, + -76.73318321698999, + -12.015046258786509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.73851352341003, + -12.015046258786509 + ] + ] + ], + "type": "Polygon" + }, + "id": "2609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85777342266982, + -12.028972584348631, + -76.84812846635171, + -12.018589313478445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.85345877665523, + -12.018589313478445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77247281776803, + -12.14628942077186, + -76.7628266493577, + -12.135910114032212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.76815893874515, + -12.135910114032212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82122765080733, + -12.025351076487961, + -76.81158377736259, + -12.014968668492562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.81691404996725, + -12.014968668492562 + ] + ] + ], + "type": "Polygon" + }, + "id": "2612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94156593498658, + -12.115892578880805, + -76.93191617959626, + -12.105508554440995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.93724785575174, + -12.105508554440995 + ] + ] + ], + "type": "Polygon" + }, + "id": "2613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99565369454534, + -12.081914017958928, + -76.9860035501361, + -12.071528129684555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.99133461091523, + -12.071528129684555 + ] + ] + ], + "type": "Polygon" + }, + "id": "2614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98121164681059, + -12.182714784585603, + -76.971558867045, + -12.172330836996954 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.97689160545603, + -12.172330836996954 + ] + ] + ], + "type": "Polygon" + }, + "id": "2615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07711887471226, + -11.956214231460258, + -77.06747039761865, + -11.945824463603369 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.07279928703511, + -11.945824463603369 + ] + ] + ], + "type": "Polygon" + }, + "id": "2616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91637073265534, + -11.759498927293548, + -76.90673225676763, + -11.749110359417246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.91205808705324, + -11.749110359417246 + ] + ] + ], + "type": "Polygon" + }, + "id": "2617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74349847664658, + -12.253436277317007, + -76.73384989602157, + -12.243059441200389 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73918396371717, + -12.243059441200389 + ] + ] + ], + "type": "Polygon" + }, + "id": "2618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07796777753981, + -12.090017071802565, + -77.06831528879454, + -12.079629291975941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.07364638084945, + -12.079629291975941 + ] + ] + ], + "type": "Polygon" + }, + "id": "2619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04655427611124, + -11.795877695836008, + -77.03691135142249, + -11.785486414539408 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.04223764299552, + -11.785486414539408 + ] + ] + ], + "type": "Polygon" + }, + "id": "2620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87529289996469, + -12.274422346612695, + -76.86564015332607, + -12.264042531254415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.87097449995463, + -12.264042531254415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89737758792424, + -12.095795736383323, + -76.88772959069193, + -12.085412498073861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.89306097366503, + -12.085412498073861 + ] + ] + ], + "type": "Polygon" + }, + "id": "2622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13111831057034, + -11.827752947464843, + -77.12147230246066, + -11.81736004889133 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.12679899976992, + -11.81736004889133 + ] + ] + ], + "type": "Polygon" + }, + "id": "2623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72067389434669, + -12.204003561583786, + -76.71102741283275, + -12.193626497469104 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.71636067042614, + -12.193626497469104 + ] + ] + ], + "type": "Polygon" + }, + "id": "2624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09080266070926, + -11.910354689770672, + -77.0811552045166, + -11.899963926766429 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.08648332010542, + -11.899963926766429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02005460216034, + -12.11577588601701, + -77.01040282007175, + -12.105389922716842 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.01573441093748, + -12.105389922716842 + ] + ] + ], + "type": "Polygon" + }, + "id": "2626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00471818435179, + -11.894042493476519, + -76.99507340734154, + -11.883653600704784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -77.00040136389352, + -11.883653600704784 + ] + ] + ], + "type": "Polygon" + }, + "id": "2627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7922303815193, + -12.321170358845187, + -76.78257845710934, + -12.31079341979004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.78791362493777, + -12.31079341979004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71529611770693, + -12.305626758777546, + -76.70564674836419, + -12.29525151336437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.7109816851466, + -12.29525151336437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13119516399426, + -11.922176169324402, + -77.12154634113276, + -11.911784596993519 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.12687459163392, + -11.911784596993519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11441781250561, + -11.904799575567925, + -77.10476992763311, + -11.894408160460682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.1100979175991, + -11.894408160460682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91720989427992, + -12.270722908724403, + -76.90755615343708, + -12.260341984983807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.91720989427992, + -12.263390750702465 + ], + [ + -76.91670255239688, + -12.268581265758495 + ], + [ + -76.91187559543366, + -12.270722908724403 + ], + [ + -76.90755615343708, + -12.267674059301243 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.91289040570933, + -12.260341984983807 + ] + ] + ], + "type": "Polygon" + }, + "id": "2632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79077021676834, + -12.053776355819462, + -76.78112631404049, + -12.043395146961604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.7864570701937, + -12.043395146961604 + ] + ] + ], + "type": "Polygon" + }, + "id": "2633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99631875879625, + -11.838153274049422, + -76.98667586272519, + -11.827763803201297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.99200290904106, + -11.827763803201297 + ] + ] + ], + "type": "Polygon" + }, + "id": "2634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96747771397919, + -12.134179419094641, + -76.95782673872998, + -12.123795039732535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.96315869106571, + -12.123795039732535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829012060922, + -12.007870059072909, + -76.87325621311865, + -11.997485842792795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.87858615809022, + -11.997485842792795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82881625232476, + -12.230499865423669, + -76.81916605424107, + -12.22012049216578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.82449970605613, + -12.22012049216578 + ] + ] + ], + "type": "Polygon" + }, + "id": "2637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83186701357839, + -12.199361160795101, + -76.82221766371865, + -12.18898120405359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.82755079987889, + -12.18898120405359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07929683527432, + -11.791214690233554, + -77.06965321814329, + -11.780822548171095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.07497938995108, + -11.780822548171095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03130857280996, + -11.762914056387839, + -77.02166701850607, + -11.752522703199372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.0269927869488, + -11.752522703199372 + ] + ] + ], + "type": "Polygon" + }, + "id": "2640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69015180307113, + -12.326682763878594, + -76.680502495232, + -12.316308518519815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.68583778411832, + -12.316308518519815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89126095132787, + -11.780624849266962, + -76.88162250710167, + -11.77023718953167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.8869487049268, + -11.77023718953167 + ] + ] + ], + "type": "Polygon" + }, + "id": "2642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691062349054, + -12.124226767146027, + -76.8572625832918, + -12.113844733660192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.86259445766846, + -12.113844733660192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06191729502154, + -12.017650850431865, + -77.05226737172774, + -12.007262361479247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.05759729322253, + -12.007262361479247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98943919023921, + -11.766677040821099, + -76.9797985995285, + -11.756286764524805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.98512447777946, + -11.756286764524805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.130247959402, + -11.69389532766403, + -77.12060595729218, + -11.683500663934804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.12593045574236, + -11.683500663934804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81968870833727, + -12.135263254159465, + -76.81004159756091, + -12.124882580218838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.81537368311254, + -12.124882580218838 + ] + ] + ], + "type": "Polygon" + }, + "id": "2647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00697256158621, + -11.823465831933872, + -76.99732982863519, + -11.813075896591227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -77.00265662142002, + -11.813075896591227 + ] + ] + ], + "type": "Polygon" + }, + "id": "2648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10750749440943, + -11.833313749730586, + -77.09786191249252, + -11.822921498904496 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.10318873666509, + -11.822921498904496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12817215310874, + -11.953349839815935, + -77.11852247676327, + -11.942958791424445 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.12385124497351, + -11.942958791424445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11880669266537, + -11.669171403196295, + -77.10916571242707, + -11.658776698125347 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.11448982201193, + -11.658776698125347 + ] + ] + ], + "type": "Polygon" + }, + "id": "2651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04587502049098, + -11.945281819451404, + -77.0362276628, + -11.934892654570909 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.04155641339915, + -11.934892654570909 + ] + ] + ], + "type": "Polygon" + }, + "id": "2652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78541540931056, + -12.155438065375412, + -76.77576861808238, + -12.145058576190332 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.78110105309086, + -12.145058576190332 + ] + ] + ], + "type": "Polygon" + }, + "id": "2653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05585726898558, + -12.07997796710415, + -77.04620564070719, + -12.06959057217443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.05153659695456, + -12.06959057217443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13723954836676, + -11.859824150089977, + -77.12759243218163, + -11.849431548483409 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.13291964747589, + -11.849431548483409 + ] + ] + ], + "type": "Polygon" + }, + "id": "2655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95140805102105, + -11.873068314480866, + -76.94176527831635, + -11.86268043858299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.94176527831635, + -11.87002173287223 + ], + [ + -76.9422716451797, + -11.864827848233212 + ], + [ + -76.94709294538778, + -11.86268043858299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78771739176544, + -12.0849188726965, + -76.77807264250916, + -12.074538219373327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.78340391344337, + -12.074538219373327 + ] + ] + ], + "type": "Polygon" + }, + "id": "2657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13708238974347, + -11.670952219416202, + -77.1274408994247, + -11.660557096136646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13276501044962, + -11.660557096136646 + ], + [ + -77.13708238974347, + -11.66360085665765 + ], + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.12794435037111, + -11.66271086241547 + ], + [ + -77.13276501044962, + -11.660557096136646 + ] + ] + ], + "type": "Polygon" + }, + "id": "2658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03751529628965, + -11.98379037087774, + -77.02786700403321, + -11.973401974586853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.03319639914388, + -11.973401974586853 + ] + ] + ], + "type": "Polygon" + }, + "id": "2659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85244751616521, + -11.941950300396181, + -76.84280529544442, + -11.931565873392067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84813417560379, + -11.931565873392067 + ], + [ + -76.85244751616521, + -11.934613616251529 + ], + [ + -76.85193978566254, + -11.9398058836647 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.84280529544442, + -11.93890247131841 + ], + [ + -76.8433131519319, + -11.933710311737268 + ], + [ + -76.84813417560379, + -11.931565873392067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94986532421952, + -11.794257331161495, + -76.94022493844547, + -11.783868402616811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.94555131037592, + -11.783868402616811 + ] + ] + ], + "type": "Polygon" + }, + "id": "2661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92096006281638, + -11.901530077028793, + -76.91131723751008, + -11.891143359111318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.91563185318509, + -11.901530077028793 + ], + [ + -76.91131723751008, + -11.898483073228364 + ], + [ + -76.91182407438964, + -11.893289767761551 + ], + [ + -76.91664540072703, + -11.891143359111318 + ] + ] + ], + "type": "Polygon" + }, + "id": "2662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99025106394566, + -11.900486522117411, + -76.98060646771265, + -11.890098076718328 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.98593454635241, + -11.890098076718328 + ] + ] + ], + "type": "Polygon" + }, + "id": "2663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72824037423209, + -12.314779295999397, + -76.71859037729891, + -12.304403874743535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.72392546228973, + -12.304403874743535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09159180734096, + -11.949766691558555, + -77.08194315672488, + -11.93937647776818 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.08727191986792, + -11.93937647776818 + ] + ] + ], + "type": "Polygon" + }, + "id": "2665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0616908705372, + -11.639991419457758, + -77.0520521990769, + -11.629597729048045 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.05737590928155, + -11.629597729048045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72290523995949, + -12.32210363682827, + -76.71325517001362, + -12.311728475836613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.71859037729891, + -12.311728475836613 + ] + ] + ], + "type": "Polygon" + }, + "id": "2667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06785834344353, + -11.766491620621432, + -77.05821575195468, + -11.75609942374852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.0635415327296, + -11.75609942374852 + ] + ] + ], + "type": "Polygon" + }, + "id": "2668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88137893371969, + -12.023446043961911, + -76.87173351657117, + -12.01306209939263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.87706371930956, + -12.01306209939263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16991092647456, + -11.760716721199788, + -77.16026594886114, + -11.750321980017777 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16559148204323, + -11.750321980017777 + ], + [ + -77.16991092647456, + -11.753365922992868 + ], + [ + -77.16940792424217, + -11.758563345493853 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.16559148204323, + -11.750321980017777 + ] + ] + ], + "type": "Polygon" + }, + "id": "2670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08093406459781, + -11.964454921104108, + -77.07128524535256, + -11.954065180827103 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.07661426519057, + -11.954065180827103 + ] + ] + ], + "type": "Polygon" + }, + "id": "2671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995850616275, + -12.281752645915988, + -76.86030568184812, + -12.271373086328103 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.86564015332607, + -12.271373086328103 + ] + ] + ], + "type": "Polygon" + }, + "id": "2672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89052382059688, + -12.118704658969282, + -76.88087532054355, + -12.108321948584575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.88620708657994, + -12.108321948584575 + ] + ] + ], + "type": "Polygon" + }, + "id": "2673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84939022090794, + -12.161796818467113, + -76.8397415250193, + -12.15141581829942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.84507403071969, + -12.15141581829942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16999908652078, + -11.855154411827664, + -77.16035129477551, + -11.844760956069045 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16999908652078, + -11.847805381336494 + ], + [ + -77.16949593887698, + -11.85300216104613 + ], + [ + -77.16467195798772, + -11.855154411827664 + ], + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.16567838046029, + -11.844760956069045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77622436249709, + -12.343148604318252, + -76.76657221342768, + -12.332772444912012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.77190775126604, + -12.332772444912012 + ] + ] + ], + "type": "Polygon" + }, + "id": "2676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93319291787175, + -12.154378660534627, + -76.92354223259106, + -12.143995449971161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.92887455108327, + -12.143995449971161 + ] + ] + ], + "type": "Polygon" + }, + "id": "2677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79001839231958, + -12.014392578276324, + -76.78037568420207, + -12.004010792208051 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.78570579155266, + -12.004010792208051 + ] + ] + ], + "type": "Polygon" + }, + "id": "2678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853106855055, + -12.162704144018704, + -76.8488821024737, + -12.152322928996288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.85421461717061, + -12.152322928996288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234599915501, + -11.793505625194593, + -76.85270793652045, + -11.783118861295806 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.85803436685828, + -11.783118861295806 + ] + ] + ], + "type": "Polygon" + }, + "id": "2680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03683149687726, + -12.133157318133431, + -77.02717876671738, + -12.122771215509802 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.03683149687726, + -12.125818222214791 + ], + [ + -77.03632604599919, + -12.131011326023714 + ], + [ + -77.03149959506722, + -12.133157318133431 + ], + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.0325106237009, + -12.122771215509802 + ] + ] + ], + "type": "Polygon" + }, + "id": "2681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12435517399678, + -11.945108985652572, + -77.11470583880276, + -11.934717909802991 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.12003447719874, + -11.934717909802991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77619764805142, + -12.437439562927047, + -76.76654268059508, + -12.427065043813306 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.77619764805142, + -12.430115892154502 + ], + [ + -76.7756880742814, + -12.435303205698299 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.77187977681302, + -12.427065043813306 + ] + ] + ], + "type": "Polygon" + }, + "id": "2683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04974191636096, + -12.047916078330987, + -77.04009140012614, + -12.037528343122277 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.04542183601639, + -12.037528343122277 + ] + ] + ], + "type": "Polygon" + }, + "id": "2684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80597211124301, + -12.181064916958185, + -76.79632400150581, + -12.170685317916249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.8016568497697, + -12.170685317916249 + ] + ] + ], + "type": "Polygon" + }, + "id": "2685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9080518432731, + -12.175476323623071, + -76.89840118724706, + -12.16509407479 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.90373387556885, + -12.16509407479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07935855591272, + -11.885632148271899, + -77.06971212540458, + -11.87524131189656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.0750398501093, + -11.87524131189656 + ] + ] + ], + "type": "Polygon" + }, + "id": "2687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90269868256249, + -11.994099909662816, + -76.89305357807018, + -11.983714994469434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.89838328087936, + -11.983714994469434 + ] + ] + ], + "type": "Polygon" + }, + "id": "2688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69632778472932, + -12.170135947096162, + -76.68668298201919, + -12.159758959034429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.69201568511609, + -12.159758959034429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70764130169931, + -12.383434632320606, + -76.69798981685983, + -12.373060914126418 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.7023050281255, + -12.383434632320606 + ], + [ + -76.69798981685983, + -12.38038329995809 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.70332604083745, + -12.373060914126418 + ] + ] + ], + "type": "Polygon" + }, + "id": "2690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00865302030483, + -12.18542477526524, + -76.99899945202547, + -12.175040194779422 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -77.00433220466367, + -12.175040194779422 + ] + ] + ], + "type": "Polygon" + }, + "id": "2691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68123091547322, + -11.948546739994375, + -76.67159313664872, + -11.938166743984771 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.67692218768745, + -11.938166743984771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95215507049207, + -11.818080970664509, + -76.94251391585551, + -11.807692311125386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.94784067747251, + -11.807692311125386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8813829231413, + -12.117799098978793, + -76.87173469152853, + -12.107416602738832 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.87706644953575, + -12.107416602738832 + ] + ] + ], + "type": "Polygon" + }, + "id": "2694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06494648783838, + -11.986484844473702, + -77.05529741689203, + -11.976095817797036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.0606268211157, + -11.976095817797036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69326597251994, + -12.201265752701888, + -76.68362032482354, + -12.190889344615082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.68895354212465, + -12.190889344615082 + ] + ] + ], + "type": "Polygon" + }, + "id": "2696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07385038912113, + -11.609700982611853, + -77.06421231000137, + -11.599306618106413 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06953550662871, + -11.599306618106413 + ] + ] + ], + "type": "Polygon" + }, + "id": "2697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16307603955399, + -11.783658672510283, + -77.15343054845894, + -11.773264403165786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.15875647001384, + -11.773264403165786 + ] + ] + ], + "type": "Polygon" + }, + "id": "2698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6924748707017, + -12.256195728072743, + -76.68282760460235, + -12.24582024030858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.68816172889548, + -12.24582024030858 + ] + ] + ], + "type": "Polygon" + }, + "id": "2699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93773421930318, + -12.013287550087032, + -76.92808762440744, + -12.002902050643218 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.9334176131145, + -12.002902050643218 + ] + ] + ], + "type": "Polygon" + }, + "id": "2700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79371459226118, + -12.494190877966208, + -76.78405745413016, + -12.483816928374733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78939548109929, + -12.483816928374733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79681219510289, + -12.27447255221277, + -76.78716154246202, + -12.264094712620379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.79249593694738, + -12.264094712620379 + ] + ] + ], + "type": "Polygon" + }, + "id": "2702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93159747400067, + -11.792461003519838, + -76.92195761830463, + -11.782072502536154 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.92728397750814, + -11.782072502536154 + ] + ] + ], + "type": "Polygon" + }, + "id": "2703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71074945703738, + -12.25802322981869, + -76.70110163431254, + -12.247647304803804 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.7064357857993, + -12.247647304803804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90196299197692, + -12.237765764290284, + -76.89231063621325, + -12.227384676696394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.89764435727372, + -12.227384676696394 + ] + ] + ], + "type": "Polygon" + }, + "id": "2705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538645626344, + -12.234134967490016, + -76.85573517552187, + -12.223754735063281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.86106886416681, + -12.223754735063281 + ] + ] + ], + "type": "Polygon" + }, + "id": "2706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00705382909415, + -12.012255735840393, + -76.99740546873689, + -12.001868509771459 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -77.0027353689695, + -12.001868509771459 + ] + ] + ], + "type": "Polygon" + }, + "id": "2707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12824817600671, + -12.047758270061387, + -77.1185956827666, + -12.03736862272385 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.12392600537757, + -12.03736862272385 + ] + ] + ], + "type": "Polygon" + }, + "id": "2708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9201770385014, + -11.767739441498646, + -76.9105382175708, + -11.757350889661607 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.9158641801477, + -11.757350889661607 + ] + ] + ], + "type": "Polygon" + }, + "id": "2709", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.934635503131, + -11.761295003688174, + -76.92499649568133, + -11.750906007201658 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93032233960825, + -11.750906007201658 + ], + [ + -76.934635503131, + -11.753952049419425 + ], + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.92550292205429, + -11.753054429570941 + ], + [ + -76.93032233960825, + -11.750906007201658 + ] + ] + ], + "type": "Polygon" + }, + "id": "2710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74275209563255, + -12.214066311965755, + -76.73310471098536, + -12.203688848871991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.73843812895531, + -12.203688848871991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05872032247366, + -11.765597617981511, + -77.04907798956528, + -11.755205631652576 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.05440376767025, + -11.755205631652576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07403078705694, + -11.892977259071145, + -77.06438427257368, + -11.882586656394539 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06971212540458, + -11.882586656394539 + ] + ] + ], + "type": "Polygon" + }, + "id": "2713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87681395107384, + -12.164517993302484, + -76.86716444605122, + -12.154136349321027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.87249697791411, + -12.154136349321027 + ] + ] + ], + "type": "Polygon" + }, + "id": "2714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86158048947608, + -12.037212390186093, + -76.85193518633771, + -12.026829148546705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.85726562989137, + -12.026829148546705 + ] + ] + ], + "type": "Polygon" + }, + "id": "2715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1865944650517, + -11.683641252918497, + -77.17695136851692, + -11.673245102769489 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18227560717929, + -11.673245102769489 + ], + [ + -77.1865944650517, + -11.676288490006417 + ], + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.17745414374338, + -11.675399755690567 + ], + [ + -77.18227560717929, + -11.673245102769489 + ] + ] + ], + "type": "Polygon" + }, + "id": "2716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04901066108525, + -12.10289883561904, + -77.03935852321271, + -12.09251196219065 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.04468986604563, + -12.09251196219065 + ] + ] + ], + "type": "Polygon" + }, + "id": "2717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8158822143545, + -12.127023860239479, + -76.80623545146716, + -12.116643152465176 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.81156740316037, + -12.116643152465176 + ] + ] + ], + "type": "Polygon" + }, + "id": "2718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0900137086616, + -11.870940968637248, + -77.08036744660036, + -11.860549666198105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.08569491479025, + -11.860549666198105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02846614419282, + -12.171652516954262, + -77.01881247887209, + -12.16126722916651 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02414498086875, + -12.16126722916651 + ], + [ + -77.02846614419282, + -12.16431449321725 + ], + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.02414498086875, + -12.16126722916651 + ] + ] + ], + "type": "Polygon" + }, + "id": "2720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67499604371501, + -12.199439212728647, + -76.6653509542731, + -12.189063243239888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.6706841433369, + -12.189063243239888 + ] + ] + ], + "type": "Polygon" + }, + "id": "2721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05125723515641, + -12.032334407230577, + -77.04160714505116, + -12.02194639930236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.04693732230807, + -12.02194639930236 + ] + ] + ], + "type": "Polygon" + }, + "id": "2722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76794798647603, + -12.004339184319374, + -76.75830617447816, + -11.993957805815105 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.7636361250903, + -11.993957805815105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78466401748506, + -12.11605971061547, + -76.77501842160657, + -12.10567961900377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.78035020739046, + -12.10567961900377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74360712497561, + -11.970473819105669, + -76.73396698338789, + -11.960092554991206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73929638398302, + -11.960092554991206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05025986455804, + -11.61526803361837, + -77.04062221887102, + -11.604874312049906 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.04594553774085, + -11.604874312049906 + ] + ] + ], + "type": "Polygon" + }, + "id": "2726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68877664284565, + -12.059347478279136, + -76.67913535319005, + -12.048968947738771 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68446622972623, + -12.048968947738771 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.67913535319005, + -12.056297571602366 + ], + [ + -76.6796456724856, + -12.051108361255578 + ], + [ + -76.68446622972623, + -12.048968947738771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04498816853, + -11.717045513647218, + -77.03534762997818, + -11.706653219474097 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.04067262756573, + -11.706653219474097 + ] + ] + ], + "type": "Polygon" + }, + "id": "2728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82354699631263, + -11.766082407028293, + -76.81391078391188, + -11.755696244075533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.81822094588884, + -11.766082407028293 + ], + [ + -76.81391078391188, + -11.763035280134243 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81923678657466, + -11.755696244075533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94385726957421, + -12.139708052479017, + -76.93420674371403, + -12.12932434511978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.93953881039543, + -12.12932434511978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93236645743326, + -11.831865973373631, + -76.92272540846642, + -11.821477993516087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.93186001517479, + -11.829718482690254 + ], + [ + -76.92703940446187, + -11.831865973373631 + ], + [ + -76.92272540846642, + -11.828819440899109 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.92805241520594, + -11.821477993516087 + ] + ] + ], + "type": "Polygon" + }, + "id": "2731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02373272337455, + -11.840843928883379, + -77.01408904283888, + -11.830453822804593 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01941610198614, + -11.830453822804593 + ] + ] + ], + "type": "Polygon" + }, + "id": "2732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75199136656761, + -11.9319963617633, + -76.742352143502, + -11.921614322193616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.74768090769909, + -11.921614322193616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92939953204119, + -12.24048603267182, + -76.91974637502598, + -12.230104306330496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.92508011749975, + -12.230104306330496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89739491282927, + -12.284478223796942, + -76.88774128201285, + -12.274098023335924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.89739491282927, + -12.277147038398684 + ], + [ + -76.89688727223104, + -12.282337191936538 + ], + [ + -76.89206037017178, + -12.284478223796942 + ], + [ + -76.88774128201285, + -12.28142912505398 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.89307577780946, + -12.274098023335924 + ] + ] + ], + "type": "Polygon" + }, + "id": "2735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8661486682394, + -12.179182987927605, + -76.85649900803959, + -12.168801845461305 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.86183178939704, + -12.168801845461305 + ] + ] + ], + "type": "Polygon" + }, + "id": "2736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7754736830557, + -12.303780856951366, + -76.76582273070468, + -12.29340404861493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.77115761853997, + -12.29340404861493 + ] + ] + ], + "type": "Polygon" + }, + "id": "2737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70856953173575, + -12.045599572180205, + -76.69892810804217, + -12.035220325916058 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70425875500446, + -12.035220325916058 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.69943813063664, + -12.03736034580151 + ], + [ + -76.70425875500446, + -12.035220325916058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84100821254681, + -12.200269694046797, + -76.831358591519, + -12.189889522110036 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.83669173720654, + -12.189889522110036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74204256246684, + -12.08037558663458, + -76.73239918676256, + -12.069996021010617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.7377303993135, + -12.069996021010617 + ] + ] + ], + "type": "Polygon" + }, + "id": "2740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15385035592851, + -11.688325021846994, + -77.14420793109879, + -11.67792971773292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14953230102608, + -11.67792971773292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65439763890724, + -12.268099051235822, + -76.64475106952821, + -12.257724738603821 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.65008539315193, + -12.257724738603821 + ] + ] + ], + "type": "Polygon" + }, + "id": "2742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03599962675075, + -11.999372630357932, + -77.0263509086461, + -11.988984502117962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.03168056224546, + -11.988984502117962 + ] + ] + ], + "type": "Polygon" + }, + "id": "2743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78762394924537, + -12.462153826029496, + -76.77796793385436, + -12.45177945605536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78330543379711, + -12.45177945605536 + ], + [ + -76.78762394924537, + -12.454830304752283 + ], + [ + -76.78711449582828, + -12.460017543626956 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.78330543379711, + -12.45177945605536 + ] + ] + ], + "type": "Polygon" + }, + "id": "2744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85014468286874, + -12.295502565632368, + -76.84049197407354, + -12.285123733268255 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.84582668600476, + -12.285123733268255 + ] + ] + ], + "type": "Polygon" + }, + "id": "2745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00176299786533, + -12.11397260848608, + -76.99211173955172, + -12.10358706673466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.99744332190157, + -12.10358706673466 + ] + ] + ], + "type": "Polygon" + }, + "id": "2746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76564245595492, + -12.074862990807812, + -76.75599860349702, + -12.064482741108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.76132971745655, + -12.064482741108 + ] + ] + ], + "type": "Polygon" + }, + "id": "2747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03731735167855, + -11.606135056331164, + -77.02768030748416, + -11.595741536946761 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03300349251437, + -11.595741536946761 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.0281850559783, + -11.597893982987957 + ], + [ + -77.03300349251437, + -11.595741536946761 + ] + ] + ], + "type": "Polygon" + }, + "id": "2748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75878354263307, + -12.097763346568996, + -76.74913919310085, + -12.087383625159422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.75447068710533, + -12.087383625159422 + ] + ] + ], + "type": "Polygon" + }, + "id": "2749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7412967628324, + -12.040996976597993, + -76.73165458182243, + -12.030616826818795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.73698514533947, + -12.030616826818795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0703349307986, + -12.073536375047397, + -77.06068312707207, + -12.063148527768899 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.06601395796446, + -12.063148527768899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77852960004415, + -12.272649831813267, + -76.76887949509045, + -12.262272424717786 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.77421386756954, + -12.262272424717786 + ] + ] + ], + "type": "Polygon" + }, + "id": "2752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16715470121093, + -12.075169599316615, + -77.15750042128047, + -12.064779430390404 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1628311331636, + -12.064779430390404 + ], + [ + -77.16715470121093, + -12.067824943493186 + ], + [ + -77.16665117149279, + -12.073020079619077 + ], + [ + -77.1618239463805, + -12.075169599316615 + ], + [ + -77.15750042128047, + -12.072124002063363 + ], + [ + -77.15800407833609, + -12.066928969273015 + ], + [ + -77.1628311331636, + -12.064779430390404 + ] + ] + ], + "type": "Polygon" + }, + "id": "2753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12039099618812, + -11.748018732878029, + -77.11074763027791, + -11.737625015780377 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.11607303303344, + -11.737625015780377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09698738092632, + -12.036825937858756, + -77.08733599861402, + -12.026436883243004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.09266618760824, + -12.026436883243004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7701672183478, + -12.216800200814152, + -76.76051900757152, + -12.206422085829214 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.76585246136207, + -12.206422085829214 + ] + ] + ], + "type": "Polygon" + }, + "id": "2756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91487853096186, + -11.963846711209866, + -76.90523400821306, + -11.953461046252908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91056320267586, + -11.953461046252908 + ], + [ + -76.91487853096186, + -11.956508342537257 + ], + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.90574102768167, + -11.955606550085479 + ], + [ + -76.91056320267586, + -11.953461046252908 + ] + ] + ], + "type": "Polygon" + }, + "id": "2757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89736893305216, + -12.001436935766025, + -76.88772375014693, + -11.991052262564429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.89305357807018, + -11.991052262564429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19583084108194, + -11.778980406577917, + -77.18618467963327, + -11.76858528851828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.19151046884912, + -11.76858528851828 + ], + [ + -77.19583084108194, + -11.771629091257022 + ], + [ + -77.1953281749742, + -11.776826702005023 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.18618467963327, + -11.775936517746173 + ], + [ + -77.18668747295835, + -11.770739010444487 + ], + [ + -77.19151046884912, + -11.76858528851828 + ] + ] + ], + "type": "Polygon" + }, + "id": "2759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78837651688941, + -12.501513547699618, + -76.77871930357774, + -12.491139865698424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.78786701183934, + -12.499377772813531 + ], + [ + -76.78303831785598, + -12.501513547699618 + ], + [ + -76.77871930357774, + -12.498462452869036 + ], + [ + -76.77922893479231, + -12.493275665724992 + ], + [ + -76.78405745413016, + -12.491139865698424 + ] + ] + ], + "type": "Polygon" + }, + "id": "2760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95143246652654, + -11.967452419592403, + -76.94178688090612, + -11.957065901046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.94711610176398, + -11.957065901046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08547450112606, + -11.917699705791007, + -77.0758269605816, + -11.907309177459288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.0811552045166, + -11.907309177459288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05177313867283, + -11.599677393650921, + -77.04213591798417, + -11.589283442054924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.04745897890821, + -11.589283442054924 + ] + ] + ], + "type": "Polygon" + }, + "id": "2763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.707688015371, + -12.289149812234458, + -76.69803934687053, + -12.27877448421867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.70337401298657, + -12.27877448421867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72447735446984, + -12.212242381614278, + -76.71483052295454, + -12.20186535436204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.7201639156672, + -12.20186535436204 + ] + ] + ], + "type": "Polygon" + }, + "id": "2765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75185626351636, + -12.309281383820062, + -76.74220578725554, + -12.298905268070296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.74754077458697, + -12.298905268070296 + ] + ] + ], + "type": "Polygon" + }, + "id": "2766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87604868396787, + -12.030781755285863, + -76.86640318907013, + -12.020398054479426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.87173351657117, + -12.020398054479426 + ] + ] + ], + "type": "Polygon" + }, + "id": "2767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0298409501669, + -11.872910226656103, + -77.02019615822763, + -11.86252041905564 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.02552373759718, + -11.86252041905564 + ] + ] + ], + "type": "Polygon" + }, + "id": "2768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71153751717222, + -12.203091225569377, + -76.7018913131221, + -12.192714379881359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.70722455755994, + -12.192714379881359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99180438549077, + -11.979294297096718, + -76.9821574006092, + -11.968906956472166 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.98748677501405, + -11.968906956472166 + ] + ] + ], + "type": "Polygon" + }, + "id": "2770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02308823655964, + -12.08461743699039, + -77.01343730639964, + -12.07423091593872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.01876838008928, + -12.07423091593872 + ] + ] + ], + "type": "Polygon" + }, + "id": "2771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87680333244998, + -11.78706581681319, + -76.86716507840877, + -11.77667860452948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.87249139283219, + -11.77667860452948 + ] + ] + ], + "type": "Polygon" + }, + "id": "2772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95220434338768, + -12.006851090453157, + -76.9425575631673, + -11.99646513630463 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.9478874322068, + -11.99646513630463 + ] + ] + ], + "type": "Polygon" + }, + "id": "2773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75806758942969, + -11.964048280664633, + -76.74842724625185, + -11.953666555045263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.75375653646535, + -11.953666555045263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96667474392754, + -12.000413456293177, + -76.9570277796078, + -11.990027048371896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.96235752829425, + -11.990027048371896 + ] + ] + ], + "type": "Polygon" + }, + "id": "2775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95676160726923, + -11.960112885140752, + -76.94711610176398, + -11.94972612717544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.95244519658586, + -11.94972612717544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08850077601055, + -11.886527601796452, + -77.0788540878124, + -11.876136555843043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.08418181456646, + -11.876136555843043 + ] + ] + ], + "type": "Polygon" + }, + "id": "2777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74509916012352, + -12.049236332989967, + -76.73545662988562, + -12.038856211965733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.74078732812693, + -12.038856211965733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94073120359914, + -11.793359296701553, + -76.93109108262607, + -11.78297058181196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.93641744833056, + -11.78297058181196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0809962963108, + -12.05885317922994, + -77.07134466065249, + -12.048464847686049 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.07667523504853, + -12.048464847686049 + ] + ] + ], + "type": "Polygon" + }, + "id": "2780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85167422604685, + -12.185607306478653, + -76.84202475861622, + -12.175226630141367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.84735765565996, + -12.175226630141367 + ] + ] + ], + "type": "Polygon" + }, + "id": "2781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88366461822775, + -12.047261475315832, + -76.8740184304916, + -12.036877833953087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.87934902399441, + -12.036877833953087 + ] + ] + ], + "type": "Polygon" + }, + "id": "2782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82121409016625, + -12.119692172334807, + -76.81156740316037, + -12.109311215168173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.8168992310733, + -12.109311215168173 + ] + ] + ], + "type": "Polygon" + }, + "id": "2783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75501287951268, + -11.99519238205274, + -76.74537169101878, + -11.984811194855206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.7507014954009, + -11.984811194855206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79225240830569, + -12.226860464565705, + -76.78260330050904, + -12.216481954475286 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.78793691108227, + -12.216481954475286 + ] + ] + ], + "type": "Polygon" + }, + "id": "2785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8592942557803, + -12.107747581860176, + -76.84964690943727, + -12.09736548140206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.85497851726329, + -12.09736548140206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75426565658444, + -11.95580868604865, + -76.74462566218604, + -11.945426935893458 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.74995481790896, + -11.945426935893458 + ] + ] + ], + "type": "Polygon" + }, + "id": "2787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89127469113346, + -11.96937973852488, + -76.88163062447667, + -11.95899474244277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.88695992907185, + -11.95899474244277 + ] + ] + ], + "type": "Polygon" + }, + "id": "2788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69850038608459, + -12.382518665658719, + -76.68884917969878, + -12.372145165596686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.69798981685983, + -12.38038329995809 + ], + [ + -76.69316412594436, + -12.382518665658719 + ], + [ + -76.68884917969878, + -12.37946725218167 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.69418539011288, + -12.372145165596686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11074376508378, + -12.085371051439017, + -77.10109058858718, + -12.074982402972966 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.11074376508378, + -12.07802849373271 + ], + [ + -77.11023942634672, + -12.083222870002887 + ], + [ + -77.10541275265375, + -12.085371051439017 + ], + [ + -77.10109058858718, + -12.08232487639249 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.10642155726029, + -12.074982402972966 + ] + ] + ], + "type": "Polygon" + }, + "id": "2790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78694231969774, + -12.139868760117272, + -76.77729595190407, + -12.129488985438794 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.78262812941264, + -12.129488985438794 + ] + ] + ], + "type": "Polygon" + }, + "id": "2791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06573259012981, + -12.025891339275825, + -77.05608232424032, + -12.015502880892862 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.06141237639868, + -12.015502880892862 + ] + ] + ], + "type": "Polygon" + }, + "id": "2792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75950009042127, + -12.23145565276482, + -76.74985173120636, + -12.221078048005348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.75518543082354, + -12.221078048005348 + ] + ] + ], + "type": "Polygon" + }, + "id": "2793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8288502745724, + -11.947478616544215, + -76.8192085183923, + -11.937094862009971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82453750381255, + -11.937094862009971 + ], + [ + -76.8288502745724, + -11.940142844629131 + ], + [ + -76.82834220632475, + -11.945334775962168 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.82453750381255, + -11.937094862009971 + ] + ] + ], + "type": "Polygon" + }, + "id": "2794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96214571582613, + -12.141515808076319, + -76.95249466003455, + -12.131131676211412 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.95782673872998, + -12.131131676211412 + ] + ] + ], + "type": "Polygon" + }, + "id": "2795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12125738502664, + -11.881865805966518, + -77.11161001193271, + -11.871473900013967 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.11693761432262, + -11.871473900013967 + ] + ] + ], + "type": "Polygon" + }, + "id": "2796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.952976410676, + -12.046247954513246, + -76.9433284355632, + -12.035862574526071 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.94865895294006, + -12.035862574526071 + ] + ] + ], + "type": "Polygon" + }, + "id": "2797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02455907387524, + -11.974651198448424, + -77.01491138541378, + -11.96426298476267 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.02024064583352, + -11.96426298476267 + ] + ] + ], + "type": "Polygon" + }, + "id": "2798", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88365066432226, + -11.764144067650099, + -76.87401291148238, + -11.753756375517359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.87933884393499, + -11.753756375517359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78990494026031, + -12.485952944729998, + -76.78024815132517, + -12.47557894328465 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.7855860438105, + -12.47557894328465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02134728090971, + -11.628180922672833, + -77.01170998972178, + -11.617788067987778 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.01602366972362, + -11.628180922672833 + ], + [ + -77.01170998972178, + -11.6251362926345 + ], + [ + -77.01221499606146, + -11.619939918333053 + ], + [ + -77.01703355600051, + -11.617788067987778 + ] + ] + ], + "type": "Polygon" + }, + "id": "2801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99184059937454, + -12.073673895338537, + -76.98219079912576, + -12.063287974297868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.98752172830943, + -12.063287974297868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77555437980087, + -12.020818263721667, + -76.76591187065324, + -12.010436939945064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.77124208994279, + -12.010436939945064 + ] + ] + ], + "type": "Polygon" + }, + "id": "2803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0261675656029, + -12.147834518214799, + -77.01651467011001, + -12.137448908479216 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.0261675656029, + -12.140496083603848 + ], + [ + -77.02566194223343, + -12.145688941028235 + ], + [ + -77.0208354085721, + -12.147834518214799 + ], + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.02184678215784, + -12.137448908479216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9247682271547, + -11.909770383692557, + -76.91512505659685, + -11.899383689101125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.91943988522571, + -11.909770383692557 + ], + [ + -76.91512505659685, + -11.906723370865437 + ], + [ + -76.91563185318509, + -11.901530077028793 + ], + [ + -76.9204533521634, + -11.899383689101125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95899983542255, + -11.795155106800816, + -76.94935918532377, + -11.784765964851912 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.95468556320508, + -11.784765964851912 + ] + ] + ], + "type": "Polygon" + }, + "id": "2806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76630263082971, + -12.397163006815164, + -76.756649135724, + -12.386788031724407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.76096614774893, + -12.397163006815164 + ], + [ + -76.756649135724, + -12.394112162068588 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.76198557004037, + -12.386788031724407 + ] + ] + ], + "type": "Polygon" + }, + "id": "2807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9591064247413, + -12.17266706512587, + -76.94945451808886, + -12.162283503220197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.95478711354414, + -12.162283503220197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16449879344974, + -11.673621513828452, + -77.15485654159284, + -11.663225765125478 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.16018065271184, + -11.663225765125478 + ] + ] + ], + "type": "Polygon" + }, + "id": "2809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97730198137448, + -11.891347326429747, + -76.96765799207448, + -11.880959069894597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.97298593407072, + -11.880959069894597 + ] + ] + ], + "type": "Polygon" + }, + "id": "2810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05485381241049, + -11.662930453043758, + -77.04521463248837, + -11.652537219632908 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.05053872836017, + -11.652537219632908 + ] + ] + ], + "type": "Polygon" + }, + "id": "2811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02823183573271, + -11.699669732082812, + -77.01859224205367, + -11.68927762072047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.0239169746594, + -11.68927762072047 + ] + ] + ], + "type": "Polygon" + }, + "id": "2812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78083385377934, + -12.202143390878682, + -76.77118579210703, + -12.191764767431497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.77651899971826, + -12.191764767431497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74957968582997, + -12.285478493403485, + -76.73992998261254, + -12.275102035490733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.74526457754266, + -12.275102035490733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0541786417966, + -11.812359516219987, + -77.0445350322822, + -11.801968273606771 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.04986158517134, + -11.801968273606771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04284460853955, + -11.976448255628808, + -77.03319639914388, + -11.966059620668656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.03852566669653, + -11.966059620668656 + ] + ] + ], + "type": "Polygon" + }, + "id": "2816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08994888240726, + -11.776519927357402, + -77.080305433621, + -11.766127328227606 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.08563134906564, + -11.766127328227606 + ] + ] + ], + "type": "Polygon" + }, + "id": "2817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77702817783576, + -12.193904338406702, + -76.76738046499172, + -12.183525678084052 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.77271353820024, + -12.183525678084052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98033710383233, + -11.860182041208862, + -76.97069396432299, + -11.849793270435311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.97602139027856, + -11.849793270435311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15322054814399, + -11.837779639503378, + -77.14357369035685, + -11.827386346247653 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.1489005177688, + -11.827386346247653 + ] + ] + ], + "type": "Polygon" + }, + "id": "2820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12492341757887, + -11.70124573574104, + -77.1152813299771, + -11.690851295662679 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.12060595729218, + -11.690851295662679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2821", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85547931774833, + -12.288173242708043, + -76.84582668600476, + -12.277794153573959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.85116127342422, + -12.277794153573959 + ] + ] + ], + "type": "Polygon" + }, + "id": "2822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93548383025, + -12.17819275910546, + -76.92583237423798, + -12.16780987135991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.93116508341356, + -12.16780987135991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72530455814682, + -12.06298765925887, + -76.71566215772253, + -12.052608252016853 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.72099308792586, + -12.052608252016853 + ] + ] + ], + "type": "Polygon" + }, + "id": "2824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70393214124326, + -12.186613609256527, + -76.6942866377438, + -12.176236691471898 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.69961961159278, + -12.176236691471898 + ] + ] + ], + "type": "Polygon" + }, + "id": "2825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80519985373853, + -12.23600974044167, + -76.7955501242525, + -12.225631053012362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.800883879674, + -12.225631053012362 + ] + ] + ], + "type": "Polygon" + }, + "id": "2826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02520223865238, + -11.730845104031951, + -77.01556179495327, + -11.720453474428222 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.02088704355695, + -11.720453474428222 + ] + ] + ], + "type": "Polygon" + }, + "id": "2827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8189046068862, + -12.28453309029793, + -76.80925306023815, + -12.274154860633438 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.81458760961887, + -12.274154860633438 + ] + ] + ], + "type": "Polygon" + }, + "id": "2828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75654030311811, + -11.97962053365323, + -76.7468995372939, + -11.96923907647209 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.75222908458315, + -11.96923907647209 + ] + ] + ], + "type": "Polygon" + }, + "id": "2829", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84254769308563, + -11.996013293336558, + -76.8329041246516, + -11.985629910098146 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.8382339015434, + -11.985629910098146 + ] + ] + ], + "type": "Polygon" + }, + "id": "2830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9795946891586, + -11.91516986775133, + -76.96994993079112, + -11.90478189477377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.97527826249633, + -11.90478189477377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9583068478496, + -12.038909940017799, + -76.94865895294006, + -12.028524316894453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.95398934419251, + -12.028524316894453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00623467534055, + -11.878459089728938, + -76.99659032355171, + -11.868069939027649 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -77.00191802193604, + -11.868069939027649 + ] + ] + ], + "type": "Polygon" + }, + "id": "2833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87528847332885, + -12.08574586534273, + -76.86564135924378, + -12.07536302307523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.87097259322236, + -12.07536302307523 + ] + ] + ], + "type": "Polygon" + }, + "id": "2834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1219760809092, + -11.826859795205676, + -77.11233032816088, + -11.816467105249679 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.11765702470714, + -11.816467105249679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71621615603424, + -11.967750777571155, + -76.7065768434714, + -11.95737017009965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.71190620590386, + -11.95737017009965 + ] + ] + ], + "type": "Polygon" + }, + "id": "2836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03047995248666, + -11.629073646047052, + -77.02084240098186, + -11.618680579343044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.02616597105369, + -11.618680579343044 + ] + ] + ], + "type": "Polygon" + }, + "id": "2837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90419863572681, + -11.78976457263315, + -76.89455957871755, + -11.779376714871624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.8998859167681, + -11.779376714871624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85396660961945, + -12.020732771294536, + -76.84432200018188, + -12.010349471649048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84965217719414, + -12.010349471649048 + ] + ] + ], + "type": "Polygon" + }, + "id": "2839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12348732532377, + -11.811270697584753, + -77.11384199892753, + -11.800877757312 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11916843684257, + -11.800877757312 + ] + ] + ], + "type": "Polygon" + }, + "id": "2840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08856520156469, + -11.980936274223408, + -77.07891569820038, + -11.970546590474655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.08424497875649, + -11.970546590474655 + ] + ] + ], + "type": "Polygon" + }, + "id": "2841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05355707212351, + -12.056156448108796, + -77.0439062129774, + -12.045768744898105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.0492367797098, + -12.045768744898105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92022296385439, + -12.050876873530683, + -76.91057570616259, + -12.04049237635317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.91590632983953, + -12.04049237635317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83034170162257, + -12.214930732301427, + -76.82069192766265, + -12.204551066530378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.82602532164168, + -12.204551066530378 + ] + ] + ], + "type": "Polygon" + }, + "id": "2844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01316322798309, + -12.044316809371983, + -77.00351375454326, + -12.033929915985453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -77.00884417588966, + -12.033929915985453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73145939827893, + -11.906371094731636, + -76.72182149781182, + -11.895989206922703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.72714984573396, + -11.895989206922703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66126454693313, + -12.245213998119956, + -76.65161847063933, + -12.23483912969583 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.65695241617829, + -12.23483912969583 + ] + ] + ], + "type": "Polygon" + }, + "id": "2847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06090620848765, + -11.600568716822458, + -77.05126872911963, + -11.590174553941004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.05659179292005, + -11.590174553941004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08607186467701, + -11.673847875600714, + -77.07643156889615, + -11.663454022767885 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.08175580241924, + -11.663454022767885 + ] + ] + ], + "type": "Polygon" + }, + "id": "2849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06241896661656, + -11.584977415271286, + -77.05278191232696, + -11.574583023905442 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05810471815317, + -11.574583023905442 + ], + [ + -77.06241896661656, + -11.577626964487658 + ], + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.05328627642915, + -11.5767362438745 + ], + [ + -77.05810471815317, + -11.574583023905442 + ] + ] + ], + "type": "Polygon" + }, + "id": "2850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11528213057862, + -12.038620688012132, + -77.10563023473473, + -12.028231216481325 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1109604264904, + -12.028231216481325 + ], + [ + -77.11528213057862, + -12.03127704443239 + ], + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.1109604264904, + -12.028231216481325 + ] + ] + ], + "type": "Polygon" + }, + "id": "2851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85093406180648, + -11.768784829695836, + -76.84129703820004, + -11.758398016722614 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.84662306929509, + -11.758398016722614 + ] + ] + ], + "type": "Polygon" + }, + "id": "2852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69035884901506, + -11.949455395669283, + -76.68072079158392, + -11.93907517951831 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.68604985666914, + -11.93907517951831 + ] + ] + ], + "type": "Polygon" + }, + "id": "2853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8798600696277, + -12.133372490268764, + -76.87021141356865, + -12.122990276570592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.87554342951047, + -12.122990276570592 + ] + ] + ], + "type": "Polygon" + }, + "id": "2854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77172306422408, + -12.106911635310317, + -76.76207809106621, + -12.096531728315572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.76740973123252, + -12.096531728315572 + ] + ] + ], + "type": "Polygon" + }, + "id": "2855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07942031256917, + -11.980039199398147, + -77.06977106704197, + -11.969649724904366 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.07510034554939, + -11.969649724904366 + ] + ] + ], + "type": "Polygon" + }, + "id": "2856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06337486482022, + -11.907666520567822, + -77.0537281828835, + -11.89727638662201 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.05905629170415, + -11.89727638662201 + ] + ] + ], + "type": "Polygon" + }, + "id": "2857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95828042148251, + -11.94453268187437, + -76.9486353408346, + -11.934145659065363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.95396417761869, + -11.934145659065363 + ] + ] + ], + "type": "Polygon" + }, + "id": "2858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98795757697194, + -11.876663209170307, + -76.97831374963684, + -11.866274482399557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.9836414386852, + -11.866274482399557 + ] + ] + ], + "type": "Polygon" + }, + "id": "2859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9605990259032, + -12.062728099463023, + -76.95095036104674, + -12.052342781938533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.95628114251029, + -12.052342781938533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01320568510995, + -12.138692661593334, + -77.00355339485478, + -12.128307225948928 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -77.00888537158838, + -12.128307225948928 + ] + ] + ], + "type": "Polygon" + }, + "id": "2861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89815190097329, + -12.229526432999272, + -76.88849989163118, + -12.219145305580358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.89383347978536, + -12.219145305580358 + ] + ] + ], + "type": "Polygon" + }, + "id": "2862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95673563802478, + -11.865726933853187, + -76.94709294538778, + -11.855338823025587 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.95242048649713, + -11.855338823025587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8471305894516, + -11.7605445735701, + -76.8374939123082, + -11.750157745150208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.84281981024029, + -11.750157745150208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82729066566851, + -12.246068557848114, + -76.81764004343749, + -12.235689478645815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.82297395310584, + -12.235689478645815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98192107096894, + -12.033374364815163, + -76.9722727289237, + -12.02298807481212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.97760300477647, + -12.02298807481212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88824305356682, + -12.189236399169623, + -76.87859250856454, + -12.17885486549705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.88392543966945, + -12.17885486549705 + ] + ] + ], + "type": "Polygon" + }, + "id": "2867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99109961549759, + -12.128648213372443, + -76.98144819410301, + -12.118263163927699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.98678003025627, + -12.118263163927699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91491984331192, + -12.246912128698881, + -76.90526687381184, + -12.2365308683513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.91060073503643, + -12.2365308683513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18447098120822, + -11.848697275781083, + -77.17482302387546, + -11.838303382738747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18014997893674, + -11.838303382738747 + ], + [ + -77.18447098120822, + -11.841347643129371 + ], + [ + -77.18396804711183, + -11.846544641387766 + ], + [ + -77.17914398350719, + -11.848697275781083 + ], + [ + -77.17482302387546, + -11.84565292973757 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.18014997893674, + -11.838303382738747 + ] + ] + ], + "type": "Polygon" + }, + "id": "2870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81742238691689, + -12.017111383615253, + -76.80777886109321, + -12.006728947370847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.81310899994982, + -12.006728947370847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79307035936323, + -11.983246677080922, + -76.78342849745725, + -11.97286434939582 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.78875809022833, + -11.97286434939582 + ] + ] + ], + "type": "Polygon" + }, + "id": "2872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7961008978728, + -12.046444024670835, + -76.7864570701937, + -12.03606256945141 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.79178770306358, + -12.03606256945141 + ] + ] + ], + "type": "Polygon" + }, + "id": "2873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88824904904286, + -12.283569968311022, + -76.87859568658268, + -12.273189981224208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.88774128201285, + -12.28142912505398 + ], + [ + -76.8829145140852, + -12.283569968311022 + ], + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.88393017454919, + -12.273189981224208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01550312406256, + -12.162510393213736, + -77.00585006390072, + -12.15212527813668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.0111824306617, + -12.15212527813668 + ] + ] + ], + "type": "Polygon" + }, + "id": "2875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02667076502246, + -11.620832610245287, + -77.01703355600051, + -11.610439533547932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.02235699528376, + -11.610439533547932 + ] + ] + ], + "type": "Polygon" + }, + "id": "2876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0923811486284, + -11.989176936796792, + -77.08273130329674, + -11.978787281996398 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.08806071414938, + -11.978787281996398 + ] + ] + ], + "type": "Polygon" + }, + "id": "2877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10383050403486, + -12.013898863159165, + -77.0941796331701, + -12.003509297940846 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.09950943466207, + -12.003509297940846 + ] + ] + ], + "type": "Polygon" + }, + "id": "2878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17070958406869, + -11.800141251720607, + -77.16106341301479, + -11.789747022001535 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.16638959291652, + -11.789747022001535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99794927493791, + -12.105732562409871, + -76.98829836072704, + -12.095346986200973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.99362981153259, + -12.095346986200973 + ] + ] + ], + "type": "Polygon" + }, + "id": "2880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10527406048391, + -11.903904595965573, + -77.09562643197086, + -11.893513389669979 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.10095442066937, + -11.893513389669979 + ] + ] + ], + "type": "Polygon" + }, + "id": "2881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76186977648064, + -11.972287872955556, + -76.75222908458315, + -11.961906172327307 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.75755850924637, + -11.961906172327307 + ] + ] + ], + "type": "Polygon" + }, + "id": "2882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78241095404331, + -11.997913362515432, + -76.77276894245699, + -11.987531522104266 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.77809878150413, + -11.987531522104266 + ] + ] + ], + "type": "Polygon" + }, + "id": "2883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03204201366228, + -11.707910706567485, + -77.02240207736583, + -11.697518609237328 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.02772694080409, + -11.697518609237328 + ] + ] + ], + "type": "Polygon" + }, + "id": "2884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01090860581317, + -12.114874380922014, + -77.00125708537293, + -12.104488628270735 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -77.00658867211877, + -12.104488628270735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75345199984753, + -12.105093341845496, + -76.7438075764294, + -12.094713869889743 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.74913919310085, + -12.094713869889743 + ] + ] + ], + "type": "Polygon" + }, + "id": "2886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97051594027269, + -12.103025717388379, + -76.96086581586991, + -12.092640775780218 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.96619725148645, + -12.092640775780218 + ] + ] + ], + "type": "Polygon" + }, + "id": "2887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99942860147027, + -11.99577503333129, + -76.98978092872882, + -11.985387749072721 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.99511056613049, + -11.985387749072721 + ] + ] + ], + "type": "Polygon" + }, + "id": "2888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04039508651846, + -11.669386054949562, + -77.03075608290067, + -11.658993256421143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03608030307365, + -11.658993256421143 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03075608290067, + -11.666341361639741 + ], + [ + -77.03126088684344, + -11.661145015252867 + ], + [ + -77.03608030307365, + -11.658993256421143 + ] + ] + ], + "type": "Polygon" + }, + "id": "2889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98030426831642, + -11.76578068021312, + -76.97066394029184, + -11.755390616591002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.97598981350984, + -11.755390616591002 + ] + ] + ], + "type": "Polygon" + }, + "id": "2890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92480152827497, + -12.098508976284133, + -76.91515272977358, + -12.088125097358478 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.92048413455646, + -12.088125097358478 + ] + ] + ], + "type": "Polygon" + }, + "id": "2891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09382841833282, + -11.879181883296642, + -77.08418181456646, + -11.868790604208954 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08950941294603, + -11.868790604208954 + ] + ] + ], + "type": "Polygon" + }, + "id": "2892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00553674549941, + -12.027836236164813, + -76.99588795955985, + -12.017449281205034 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -77.00121811817766, + -12.017449281205034 + ] + ] + ], + "type": "Polygon" + }, + "id": "2893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77019567346868, + -12.12248114293576, + -76.76055027713556, + -12.112101518320108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.7658821746732, + -12.112101518320108 + ] + ] + ], + "type": "Polygon" + }, + "id": "2894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15171043317198, + -11.853369263640472, + -77.14206314863297, + -11.842976223068128 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.14739023486224, + -11.842976223068128 + ] + ] + ], + "type": "Polygon" + }, + "id": "2895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04493650119623, + -11.622617228589391, + -77.03529877259744, + -11.61222372834642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.04062221887102, + -11.61222372834642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80976192333924, + -12.283622377102695, + -76.80011064915769, + -12.273244362930267 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.80544518833904, + -12.273244362930267 + ] + ] + ], + "type": "Polygon" + }, + "id": "2897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8851920076497, + -12.126038741312613, + -76.87554342951047, + -12.115656279050162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.88087532054355, + -12.115656279050162 + ] + ] + ], + "type": "Polygon" + }, + "id": "2898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70481619278573, + -11.943032497981681, + -76.69517792932324, + -11.932651818871925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.70050688657798, + -11.932651818871925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85700704604267, + -12.178275607725787, + -76.84735765565996, + -12.167894679850365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.85269042824976, + -12.167894679850365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538983772034, + -11.762344835242715, + -76.8557526217784, + -11.751957574465523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.86107853752013, + -11.751957574465523 + ] + ] + ], + "type": "Polygon" + }, + "id": "2901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03609789190278, + -12.188132344183543, + -77.0264435394168, + -12.177747133058633 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03177630379538, + -12.177747133058633 + ], + [ + -77.03609789190278, + -12.180794400980682 + ], + [ + -77.03559234479997, + -12.185987058997313 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.03177630379538, + -12.177747133058633 + ] + ] + ], + "type": "Polygon" + }, + "id": "2902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77319517901245, + -12.279976826997707, + -76.76354499946441, + -12.269599677290731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.76887949509045, + -12.269599677290731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98114541908464, + -11.993974648809205, + -76.971498271891, + -11.98358778804748 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.97682789953895, + -11.98358778804748 + ] + ] + ], + "type": "Polygon" + }, + "id": "2904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98718154690037, + -11.83725586836311, + -76.97753891327145, + -11.826866609760774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.98286595475939, + -11.826866609760774 + ] + ] + ], + "type": "Polygon" + }, + "id": "2905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00324108883096, + -12.004015389026932, + -76.99359307225109, + -11.993628133635225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.99892284108897, + -11.993628133635225 + ] + ] + ], + "type": "Polygon" + }, + "id": "2906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.874529997688, + -12.235043070561414, + -76.86487844747478, + -12.224662623967616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.87021214463753, + -12.224662623967616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89810753064576, + -11.757701820207314, + -76.8884695882228, + -11.747313681944075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.89379540376757, + -11.747313681944075 + ] + ] + ], + "type": "Polygon" + }, + "id": "2908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03433795669531, + -11.73173950745636, + -77.02469725271611, + -11.721347666280854 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.03002250499917, + -11.721347666280854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09152650480704, + -11.855353951137026, + -77.0818806688585, + -11.844962393762533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.08720787850177, + -11.844962393762533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11506554990449, + -11.7553678151697, + -77.10542209878692, + -11.744974324481353 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.11074763027791, + -11.744974324481353 + ] + ] + ], + "type": "Polygon" + }, + "id": "2911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95678759166827, + -12.054488032135657, + -76.9471392716532, + -12.04410268315196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.95246992109412, + -12.04410268315196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02749777788304, + -11.754673149430602, + -77.01785656632802, + -11.744281779409745 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.02318220388452, + -11.744281779409745 + ] + ] + ], + "type": "Polygon" + }, + "id": "2913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79909262497233, + -12.298277717556493, + -76.78944119976975, + -12.287900218541779 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.79477598627187, + -12.287900218541779 + ] + ] + ], + "type": "Polygon" + }, + "id": "2914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0693128012304, + -11.656473710706475, + -77.05967344622684, + -11.646080043351263 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.06499741711394, + -11.646080043351263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77238939067867, + -12.42920142597525, + -76.76273477265421, + -12.418826858057631 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.76807173421503, + -12.418826858057631 + ] + ] + ], + "type": "Polygon" + }, + "id": "2916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99787329667564, + -11.916967600120094, + -76.98822801285365, + -11.906579203020879 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.9935563544014, + -11.906579203020879 + ] + ] + ], + "type": "Polygon" + }, + "id": "2917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9856644488074, + -11.852839438841334, + -76.97602139027856, + -11.842450434265317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.98134868977516, + -11.842450434265317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07415122785767, + -12.081776730331105, + -77.06449908159104, + -12.071388916550546 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06983004308555, + -12.071388916550546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11427394719136, + -11.715945618510464, + -77.10463168910135, + -11.705551627071333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10995657388438, + -11.705551627071333 + ] + ] + ], + "type": "Polygon" + }, + "id": "2920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6909950319408, + -12.177462273283966, + -76.68135015729821, + -12.167085539204603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.68668298201919, + -12.167085539204603 + ] + ] + ], + "type": "Polygon" + }, + "id": "2921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88823107310769, + -12.000533653649024, + -76.87858615809022, + -11.99014919481544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.88391597819655, + -11.99014919481544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09829877606653, + -11.737993102985769, + -77.08865626348371, + -11.727599787848192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.09398153381368, + -11.727599787848192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89585550838127, + -12.111370243649082, + -76.88620708657994, + -12.100987285584203 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.89153872753171, + -12.100987285584203 + ] + ] + ], + "type": "Polygon" + }, + "id": "2924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12284334142629, + -11.960695270142654, + -77.11319357951801, + -11.950304457806595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.11852247676327, + -11.950304457806595 + ] + ] + ], + "type": "Polygon" + }, + "id": "2925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19573516521294, + -11.684530013810534, + -77.18609181693151, + -11.674133656326658 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1914160544078, + -11.674133656326658 + ], + [ + -77.19573516521294, + -11.677176966449386 + ], + [ + -77.19523264423557, + -11.682375196988547 + ], + [ + -77.19041088530095, + -11.684530013810534 + ], + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.1865944650517, + -11.676288490006417 + ], + [ + -77.1914160544078, + -11.674133656326658 + ] + ] + ], + "type": "Polygon" + }, + "id": "2926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77088877605205, + -12.35047399775074, + -76.7612365524292, + -12.340098099107548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.76657221342768, + -12.340098099107548 + ] + ] + ], + "type": "Polygon" + }, + "id": "2927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10448331726977, + -11.864489489979656, + -77.09483688286359, + -11.854097745957427 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.1001642242317, + -11.854097745957427 + ] + ] + ], + "type": "Polygon" + }, + "id": "2928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73887267246599, + -12.394419101679267, + -76.72922000502057, + -12.384044776849622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.73353622520659, + -12.394419101679267 + ], + [ + -76.72922000502057, + -12.391368011429442 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.73455640312537, + -12.384044776849622 + ] + ] + ], + "type": "Polygon" + }, + "id": "2929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79608000604331, + -12.140777628609582, + -76.78643336483256, + -12.130397637313038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.79176555321936, + -12.130397637313038 + ] + ] + ], + "type": "Polygon" + }, + "id": "2930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06398878611152, + -11.663822787369494, + -77.05434934757032, + -11.653429342966625 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05967344622684, + -11.653429342966625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99406205390801, + -11.90872706329041, + -76.98441711385003, + -11.898338641813263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98974532396451, + -11.898338641813263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.084496486666, + -11.594999906165715, + -77.07485857535681, + -11.58460510172206 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08018151609845, + -11.58460510172206 + ], + [ + -77.084496486666, + -11.587648906448848 + ], + [ + -77.08399254290197, + -11.592846361299678 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.08018151609845, + -11.58460510172206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92557039015591, + -12.137899227308791, + -76.9159203961378, + -12.1275159454576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.92125244970138, + -12.1275159454576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79298319656776, + -12.360538477876643, + -76.78333007527245, + -12.350162191933352 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.78866589313066, + -12.350162191933352 + ] + ] + ], + "type": "Polygon" + }, + "id": "2935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78616698658911, + -12.194814477688851, + -76.77651899971826, + -12.184435600671943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.78185208410761, + -12.184435600671943 + ] + ] + ], + "type": "Polygon" + }, + "id": "2936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70634546392732, + -11.927461412892319, + -76.6967076224269, + -11.917080468512916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.70203632292333, + -11.917080468512916 + ] + ] + ], + "type": "Polygon" + }, + "id": "2937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05664246271303, + -12.119379230993648, + -77.04698963881593, + -12.108992427608499 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.05664246271303, + -12.112039184367118 + ], + [ + -77.05613731128129, + -12.117232638434473 + ], + [ + -77.05131081359032, + -12.119379230993648 + ], + [ + -77.04698963881593, + -12.116332389986155 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.052321243399, + -12.108992427608499 + ] + ] + ], + "type": "Polygon" + }, + "id": "2938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7640242311143, + -12.373362118732553, + -76.75437150934191, + -12.362986788365935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75970755115263, + -12.362986788365935 + ] + ] + ], + "type": "Polygon" + }, + "id": "2939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11348253955099, + -11.67652188545884, + -77.10384147419705, + -11.666127403062804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10916571242707, + -11.666127403062804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90879480785162, + -12.026156940972717, + -76.89914858728045, + -12.015772353732805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.90447881326621, + -12.015772353732805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.904241236357, + -12.167236761168425, + -76.89459092649388, + -12.15685447562519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89992348203741, + -12.15685447562519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00028391045024, + -12.223913345218808, + -76.99062940823661, + -12.213529593296746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -77.00028391045024, + -12.216577362433199 + ], + [ + -76.99977780518272, + -12.221769291059559 + ], + [ + -76.994950467987, + -12.223913345218808 + ], + [ + -76.99062940823661, + -12.220865492352837 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.99596280532573, + -12.213529593296746 + ] + ] + ], + "type": "Polygon" + }, + "id": "2943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.799885844121, + -12.149016912924381, + -76.7902388545863, + -12.138636955976603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.79557117709206, + -12.138636955976603 + ] + ] + ], + "type": "Polygon" + }, + "id": "2944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03976344604949, + -11.913216666334765, + -77.03011719977707, + -11.902827188289585 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.03544543024839, + -11.902827188289585 + ] + ] + ], + "type": "Polygon" + }, + "id": "2945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76719912705114, + -11.964954882478425, + -76.75755850924637, + -11.95457293884541 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.76288781119553, + -11.95457293884541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08711571808142, + -12.090916076022943, + -77.07746297124744, + -12.080528087279882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.08279406539633, + -12.080528087279882 + ] + ] + ], + "type": "Polygon" + }, + "id": "2947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01390033580607, + -11.989333943938732, + -77.00425248295385, + -11.97894620851288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.009581997758, + -11.97894620851288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70388434669154, + -12.280911314403417, + -76.6942360287018, + -12.270535945768426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.69957055942338, + -12.270535945768426 + ] + ] + ], + "type": "Polygon" + }, + "id": "2949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97280958560653, + -12.126842698145897, + -76.96315869106571, + -12.116458071728983 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.9684905169539, + -12.116458071728983 + ] + ] + ], + "type": "Polygon" + }, + "id": "2950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13565049176219, + -11.780983592829793, + -77.12600576294753, + -11.770589947927219 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.1313316842789, + -11.770589947927219 + ] + ] + ], + "type": "Polygon" + }, + "id": "2951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98414721400309, + -11.86842262634313, + -76.97450373055044, + -11.858033877342978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97983128807309, + -11.858033877342978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81739303762322, + -12.205782456559838, + -76.80774388344172, + -12.195402968361739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.81307713366614, + -12.195402968361739 + ] + ] + ], + "type": "Polygon" + }, + "id": "2953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72058804404999, + -12.392588471527416, + -76.71093593076104, + -12.382214581451734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.72007776631057, + -12.390452750683998 + ], + [ + -76.71525162205079, + -12.392588471527416 + ], + [ + -76.71093593076104, + -12.389537218176446 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.71627230334566, + -12.382214581451734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91565982170695, + -12.097604829053372, + -76.90601128981811, + -12.08722116341599 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.91134268760679, + -12.08722116341599 + ] + ] + ], + "type": "Polygon" + }, + "id": "2955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88747296582241, + -12.055501322726737, + -76.87782643175777, + -12.045117711769151 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.88315715819965, + -12.045117711769151 + ] + ] + ], + "type": "Polygon" + }, + "id": "2956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04435988285456, + -11.960865236647413, + -77.03471209932327, + -11.950476335952747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.04004110839043, + -11.950476335952747 + ] + ] + ], + "type": "Polygon" + }, + "id": "2957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71840065306932, + -12.180199005577345, + -76.70875494437634, + -12.169821615032046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.71408780958897, + -12.169821615032046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96822265406712, + -12.079208201429772, + -76.95857329971044, + -12.06882294819088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.96390434509509, + -12.06882294819088 + ] + ] + ], + "type": "Polygon" + }, + "id": "2959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90499680753733, + -12.112275243652626, + -76.89534811806374, + -12.101892071811843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.9006797666078, + -12.101892071811843 + ] + ] + ], + "type": "Polygon" + }, + "id": "2960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14860784465722, + -11.790116785409126, + -77.13896252088585, + -11.779722951428797 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.14428857199209, + -11.779722951428797 + ] + ] + ], + "type": "Polygon" + }, + "id": "2961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04352531933243, + -11.827050540223, + -77.03388154370941, + -11.816659759367003 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03920835176574, + -11.816659759367003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07639239863475, + -12.011206551830906, + -77.06674230047113, + -12.000817613549655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.07207209637002, + -12.000817613549655 + ] + ] + ], + "type": "Polygon" + }, + "id": "2963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07948210527523, + -12.074435332797092, + -77.06983004308555, + -12.064047276338124 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.07516087630223, + -12.064047276338124 + ] + ] + ], + "type": "Polygon" + }, + "id": "2964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843376433583, + -12.014302004648258, + -76.85878896251823, + -12.003918246220303 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.8641190238528, + -12.003918246220303 + ] + ] + ], + "type": "Polygon" + }, + "id": "2965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12968372679008, + -11.937763201434915, + -77.12003447719874, + -11.927371890298792 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.12536298654565, + -11.927371890298792 + ] + ] + ], + "type": "Polygon" + }, + "id": "2966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69642771800511, + -11.981504026943025, + -76.68678853853099, + -11.971124127607073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.69211813092564, + -11.971124127607073 + ] + ] + ], + "type": "Polygon" + }, + "id": "2967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04195981715317, + -11.74822142773373, + -77.03231842811606, + -11.737829618466685 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.03764394192034, + -11.737829618466685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92401642692609, + -11.964748532692935, + -76.91437163774424, + -11.954362653962642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91970083921899, + -11.954362653962642 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.91487853096186, + -11.956508342537257 + ], + [ + -76.91970083921899, + -11.954362653962642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18517904757397, + -11.793682098902908, + -77.17553271104865, + -11.783287434371095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.18517904757397, + -11.786331409264742 + ], + [ + -77.18467620883854, + -11.791528793309128 + ], + [ + -77.17985295567013, + -11.793682098902908 + ], + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.18085876033736, + -11.783287434371095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74502760196494, + -12.23787094916786, + -76.73537944455431, + -12.2274938175825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.7407132548037, + -12.2274938175825 + ] + ] + ], + "type": "Polygon" + }, + "id": "2971", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68935987463298, + -12.38160242766698, + -76.67970894717689, + -12.371229145986188 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.68884917969878, + -12.37946725218167 + ], + [ + -76.68402362820201, + -12.38160242766698 + ], + [ + -76.67970894717689, + -12.378550933188981 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.68504514375188, + -12.371229145986188 + ] + ] + ], + "type": "Polygon" + }, + "id": "2972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01078332823437, + -11.831706568741268, + -77.00114025196609, + -11.82131665354869 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -77.00646717595201, + -11.82131665354869 + ] + ] + ], + "type": "Polygon" + }, + "id": "2973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09613069178067, + -11.903009353506578, + -77.08648332010542, + -11.892618356274236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.09181130726051, + -11.892618356274236 + ] + ] + ], + "type": "Polygon" + }, + "id": "2974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76633222964158, + -12.30286844295378, + -76.75668155206168, + -12.292491851211109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.76201642838589, + -12.292491851211109 + ] + ] + ], + "type": "Polygon" + }, + "id": "2975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9552937558061, + -12.164427334459338, + -76.94564219426039, + -12.154043735506914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.95097465758434, + -12.154043735506914 + ] + ] + ], + "type": "Polygon" + }, + "id": "2976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14622081034146, + -11.671842241639904, + -77.13657906569885, + -11.661446909633899 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14190317703064, + -11.661446909633899 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.13708238974347, + -11.66360085665765 + ], + [ + -77.14190317703064, + -11.661446909633899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02988825185095, + -11.967309339082785, + -77.02024064583352, + -11.956920886932602 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.02556977892957, + -11.956920886932602 + ] + ] + ], + "type": "Polygon" + }, + "id": "2978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80823528821921, + -12.299189024180397, + -76.79858358996705, + -12.288811309438346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.80391838699147, + -12.288811309438346 + ] + ] + ], + "type": "Polygon" + }, + "id": "2979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02152659407375, + -12.005814768752364, + -77.01187805422964, + -11.995427091131292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.01720783148843, + -11.995427091131292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02680986739658, + -11.90407861899798, + -77.01716422449157, + -11.893689327315945 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.02249232042702, + -11.893689327315945 + ] + ] + ], + "type": "Polygon" + }, + "id": "2981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91789029899569, + -11.7439160140206, + -76.90825224698558, + -11.733527200740909 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91357781975168, + -11.733527200740909 + ], + [ + -76.91789029899569, + -11.736573293791425 + ], + [ + -76.91738379207874, + -11.741767754068185 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.90875887999411, + -11.735675480620808 + ], + [ + -76.91357781975168, + -11.733527200740909 + ] + ] + ], + "type": "Polygon" + }, + "id": "2982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19041088530095, + -11.691882752390784, + -77.18076744945257, + -11.68148661694119 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.19041088530095, + -11.684530013810534 + ], + [ + -77.18990827805789, + -11.689728133362769 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.18609181693151, + -11.68148661694119 + ] + ] + ], + "type": "Polygon" + }, + "id": "2983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81361737698765, + -12.008871684846566, + -76.80397419884517, + -11.998489220808548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80930420391269, + -11.998489220808548 + ] + ] + ], + "type": "Polygon" + }, + "id": "2984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82348255268637, + -12.237829495962817, + -76.81383227842726, + -12.227450377213728 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81916605424107, + -12.227450377213728 + ] + ] + ], + "type": "Polygon" + }, + "id": "2985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0229070582979, + -11.707016650528143, + -77.01326738236338, + -11.696624764911917 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.01859224205367, + -11.696624764911917 + ] + ] + ], + "type": "Polygon" + }, + "id": "2986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65746332572351, + -12.236975518228645, + -76.64781760079111, + -12.226600611854552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.65315141039008, + -12.226600611854552 + ] + ] + ], + "type": "Polygon" + }, + "id": "2987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78769405158468, + -12.179246089716925, + -76.77804648826006, + -12.168866923342287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.783379315083, + -12.168866923342287 + ] + ] + ], + "type": "Polygon" + }, + "id": "2988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0756656777398, + -12.066194940589728, + -77.06601395796446, + -12.05580685095683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.07134466065249, + -12.05580685095683 + ] + ] + ], + "type": "Polygon" + }, + "id": "2989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76112175023667, + -11.932902570193043, + -76.75148225228158, + -11.92252031233428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.75681102839488, + -11.92252031233428 + ] + ] + ], + "type": "Polygon" + }, + "id": "2990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68560903351371, + -12.27908256014193, + -76.6759612729454, + -12.268707628962808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.68129577605558, + -12.268707628962808 + ] + ] + ], + "type": "Polygon" + }, + "id": "2991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13811326031235, + -11.993658458368763, + -77.12846213391161, + -11.983267761725736 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13379155028986, + -11.983267761725736 + ], + [ + -77.13811326031235, + -11.986313162184677 + ], + [ + -77.13760944904814, + -11.991508562436074 + ], + [ + -77.13278380059317, + -11.993658458368763 + ], + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.13379155028986, + -11.983267761725736 + ] + ] + ], + "type": "Polygon" + }, + "id": "2992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15917463945196, + -11.680973422549913, + -77.14953230102608, + -11.670577895918317 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.15485654159284, + -11.670577895918317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64679548492651, + -12.251622283122515, + -76.63714961870892, + -12.241247892844651 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.64248367020126, + -12.241247892844651 + ] + ] + ], + "type": "Polygon" + }, + "id": "2994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13803437056278, + -11.89924193807842, + -77.12838606025471, + -11.888849872799263 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.13371392276309, + -11.888849872799263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75423257103087, + -12.050144864841986, + -76.74458976534436, + -12.039764525751625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74992047571813, + -12.039764525751625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88745568123066, + -11.772384456482307, + -76.87781758266746, + -11.761996780320374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.88314364782687, + -11.761996780320374 + ] + ] + ], + "type": "Polygon" + }, + "id": "2997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04650213950285, + -11.701457012248442, + -77.03686202615765, + -11.691064477950054 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.042186765663, + -11.691064477950054 + ] + ] + ], + "type": "Polygon" + }, + "id": "2998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72600707905173, + -12.196676767734079, + -76.71636067042614, + -12.186299448902727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.72169380585368, + -12.186299448902727 + ] + ] + ], + "type": "Polygon" + }, + "id": "2999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05350284978053, + -11.961763053668554, + -77.04385480660355, + -11.951373942701307 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04918381877731, + -11.951373942701307 + ] + ] + ], + "type": "Polygon" + }, + "id": "3000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90651850811004, + -12.096700415719685, + -76.89687024331093, + -12.086316963621048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.90220163382968, + -12.086316963621048 + ] + ] + ], + "type": "Polygon" + }, + "id": "3001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95449578812837, + -12.03066981608509, + -76.94484823805664, + -12.020284162737973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.95017849727692, + -12.020284162737973 + ] + ] + ], + "type": "Polygon" + }, + "id": "3002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7953484246636, + -12.00705947299851, + -76.78570579155266, + -11.996677442424325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.79103577566313, + -11.996677442424325 + ] + ] + ], + "type": "Polygon" + }, + "id": "3003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73965637488881, + -12.339494616532917, + -76.73000532787434, + -12.32911932435189 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.73534081809304, + -12.32911932435189 + ] + ] + ], + "type": "Polygon" + }, + "id": "3004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75572762907632, + -12.12890138273557, + -76.74608243351243, + -12.118522226043044 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.75141444211806, + -12.118522226043044 + ] + ] + ], + "type": "Polygon" + }, + "id": "3005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81279875512843, + -12.346798255680214, + -76.8031455116319, + -12.336421233041401 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.81279875512843, + -12.339471328221672 + ], + [ + -76.81228983486444, + -12.344659893363367 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.80848109267662, + -12.336421233041401 + ] + ] + ], + "type": "Polygon" + }, + "id": "3006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68481646435707, + -12.334005518360474, + -76.67516708471241, + -12.32363153449672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.6794810039315, + -12.334005518360474 + ], + [ + -76.67516708471241, + -12.330954204887318 + ], + [ + -76.67567789316612, + -12.325767267660405 + ], + [ + -76.680502495232, + -12.32363153449672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68276119552978, + -11.932976679370196, + -76.67312383841268, + -11.922596417350697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.67312383841268, + -11.92992739774878 + ], + [ + -76.67363404179376, + -11.924737321813645 + ], + [ + -76.67845263280297, + -11.922596417350697 + ] + ] + ], + "type": "Polygon" + }, + "id": "3008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13191228975495, + -11.867171686457112, + -77.12226508776807, + -11.856779316290327 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.12759243218163, + -11.856779316290327 + ] + ] + ], + "type": "Polygon" + }, + "id": "3009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77175105603517, + -12.012578726424811, + -76.76210889543249, + -12.002197375056733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.76743898040377, + -12.002197375056733 + ] + ] + ], + "type": "Polygon" + }, + "id": "3010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90727353456765, + -12.041733480320342, + -76.89762688948153, + -12.031349166376126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.90295737339135, + -12.031349166376126 + ] + ] + ], + "type": "Polygon" + }, + "id": "3011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8356750192187, + -12.207600382043008, + -76.82602532164168, + -12.197220462968497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.831358591519, + -12.197220462968497 + ] + ] + ], + "type": "Polygon" + }, + "id": "3012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95222900140365, + -12.101219820356986, + -76.94257940592875, + -12.090835303069875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.94791083003945, + -12.090835303069875 + ] + ] + ], + "type": "Polygon" + }, + "id": "3013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74964859959034, + -12.09685409819614, + -76.74000452535034, + -12.086474594562526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.74533600735583, + -12.086474594562526 + ] + ] + ], + "type": "Polygon" + }, + "id": "3014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85014980834686, + -12.201177959272648, + -76.84049991662782, + -12.190797572390645 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.84583307156693, + -12.190797572390645 + ] + ] + ], + "type": "Polygon" + }, + "id": "3015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69242372278944, + -12.350481965811984, + -76.68277364117436, + -12.340108068686378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.68277364117436, + -12.347430645151533 + ], + [ + -76.68328436992908, + -12.34224375122766 + ], + [ + -76.68810932301002, + -12.340108068686378 + ] + ] + ], + "type": "Polygon" + }, + "id": "3016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94004561438308, + -12.131468263327672, + -76.9303954338731, + -12.121084520743986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.93572736825753, + -12.121084520743986 + ] + ] + ], + "type": "Polygon" + }, + "id": "3017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06034627729157, + -11.93883587935975, + -77.05069874345742, + -11.928446267625306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.05602736928206, + -11.928446267625306 + ] + ] + ], + "type": "Polygon" + }, + "id": "3018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13882938878419, + -11.938658016000018, + -77.12917988406123, + -11.928266496830847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.13882938878419, + -11.931311623337159 + ], + [ + -77.13832567317392, + -11.936507434893564 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.13450839393896, + -11.928266496830847 + ] + ] + ], + "type": "Polygon" + }, + "id": "3019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02515633763731, + -11.636421934985396, + -77.01551870384147, + -11.626029090619044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.01983259564152, + -11.636421934985396 + ], + [ + -77.01551870384147, + -11.633377291847662 + ], + [ + -77.01602366972362, + -11.628180922672833 + ], + [ + -77.02084240098186, + -11.626029090619044 + ] + ] + ], + "type": "Polygon" + }, + "id": "3020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00012926307309, + -11.846393950948473, + -76.9904860234343, + -11.836004500899838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.99581320109768, + -11.836004500899838 + ] + ] + ], + "type": "Polygon" + }, + "id": "3021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73980571537675, + -11.962234292842043, + -76.73016592287726, + -11.951853003999117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.73549518879504, + -11.951853003999117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69933993396889, + -12.233307332642033, + -76.68969316256532, + -12.222931291799437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.69502690793975, + -12.222931291799437 + ] + ] + ], + "type": "Polygon" + }, + "id": "3023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71311284165279, + -12.093214459062315, + -76.70346987333419, + -12.082835829028014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.71260293261496, + -12.091074978004208 + ], + [ + -76.70778136096452, + -12.093214459062315 + ], + [ + -76.70346987333419, + -12.090164594157798 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.70880130459312, + -12.082835829028014 + ] + ] + ], + "type": "Polygon" + }, + "id": "3024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88291007549812, + -12.196568940622397, + -76.8732594524485, + -12.18618765845672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.87859250856454, + -12.18618765845672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11197150228149, + -11.692113312791326, + -77.10233001104098, + -11.681719067490823 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.1076545076388, + -11.681719067490823 + ] + ] + ], + "type": "Polygon" + }, + "id": "3026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93619423930924, + -11.934491283557275, + -76.92655003336047, + -11.92410466167883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.93086550073481, + -11.934491283557275 + ], + [ + -76.92655003336047, + -11.931444244986135 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.93187872572823, + -11.92410466167883 + ] + ] + ], + "type": "Polygon" + }, + "id": "3027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78388836153935, + -12.171006940464537, + -76.77424114685324, + -12.160627738315975 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.7795738393788, + -12.160627738315975 + ] + ] + ], + "type": "Polygon" + }, + "id": "3028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99557906126968, + -11.893144366100435, + -76.98593454635241, + -11.882755685156535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.99126249832798, + -11.882755685156535 + ] + ] + ], + "type": "Polygon" + }, + "id": "3029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99783534077675, + -11.822569004547555, + -76.98819286968634, + -11.812179281211234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.99351965796477, + -11.812179281211234 + ] + ] + ], + "type": "Polygon" + }, + "id": "3030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65611576254518, + -11.969627059597494, + -76.64647805010608, + -11.959248016894422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65078631279576, + -11.969627059597494 + ], + [ + -76.64647805010608, + -11.96657734401977 + ], + [ + -76.64698868113959, + -11.96138787789045 + ], + [ + -76.6518074496545, + -11.959248016894422 + ] + ] + ], + "type": "Polygon" + }, + "id": "3031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93163474768043, + -11.98122889588691, + -76.92198926791185, + -11.970843070767911 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.9273187340709, + -11.970843070767911 + ] + ] + ], + "type": "Polygon" + }, + "id": "3032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1069259367884, + -12.07713060420656, + -77.09727310208261, + -12.066741921714463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.10260394061443, + -12.066741921714463 + ] + ] + ], + "type": "Polygon" + }, + "id": "3033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77402755573054, + -12.03638990714496, + -76.76438462358944, + -12.026008857247474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.76971510013246, + -12.026008857247474 + ] + ] + ], + "type": "Polygon" + }, + "id": "3034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09757632465963, + -11.793002084243499, + -77.0879321929202, + -11.782609522635857 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.09325836855238, + -11.782609522635857 + ] + ] + ], + "type": "Polygon" + }, + "id": "3035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11902649207626, + -11.95245444893179, + -77.1093770714452, + -11.94206360881316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.11470583880276, + -11.94206360881316 + ] + ] + ], + "type": "Polygon" + }, + "id": "3036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17150843857391, + -11.839564164905493, + -77.16186107378789, + -11.829170456440872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.16718790056424, + -11.829170456440872 + ] + ] + ], + "type": "Polygon" + }, + "id": "3037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02768434446362, + -12.132256032815508, + -77.01803187509994, + -12.121870140325676 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.0233637284698, + -12.121870140325676 + ] + ] + ], + "type": "Polygon" + }, + "id": "3038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88442334140736, + -11.99229366700422, + -76.87477877258512, + -11.981909180559601 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.88010845980713, + -11.981909180559601 + ] + ] + ], + "type": "Polygon" + }, + "id": "3039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13970397650614, + -12.072480007616711, + -77.1300504595893, + -12.062090459836682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13970397650614, + -12.065136218670139 + ], + [ + -77.13920006488587, + -12.070331044411743 + ], + [ + -77.13437322113955, + -12.072480007616711 + ], + [ + -77.1300504595893, + -12.069434164513389 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.13538117161659, + -12.062090459836682 + ] + ] + ], + "type": "Polygon" + }, + "id": "3040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06803358044819, + -12.049714117241278, + -77.05838254568584, + -12.039325962628594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.06371298719152, + -12.039325962628594 + ] + ] + ], + "type": "Polygon" + }, + "id": "3041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96054484756067, + -11.873967429602251, + -76.95090181048324, + -11.863579340609805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.95622948346195, + -11.863579340609805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12730269199088, + -11.819511823940875, + -77.11765702470714, + -11.80911890428952 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.12298359234015, + -11.80911890428952 + ] + ] + ], + "type": "Polygon" + }, + "id": "3043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70397990791542, + -12.092303888374525, + -76.69433721726476, + -12.081925477363672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.70346987333419, + -12.090164594157798 + ], + [ + -76.69864844047169, + -12.092303888374525 + ], + [ + -76.69433721726476, + -12.089253946163975 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69966863514962, + -12.081925477363672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7915222267188, + -12.09315828647806, + -76.78187712908792, + -12.082777664580602 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.78720853419986, + -12.082777664580602 + ] + ] + ], + "type": "Polygon" + }, + "id": "3045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76183890663135, + -12.06662362242561, + -76.75219540303738, + -12.056243342473756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.75752638250923, + -12.056243342473756 + ] + ] + ], + "type": "Polygon" + }, + "id": "3046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01398569089802, + -12.178087708646293, + -77.00433220466367, + -12.167702879401508 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00966483009137, + -12.167702879401508 + ] + ] + ], + "type": "Polygon" + }, + "id": "3047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84406456687816, + -12.07478908469, + -76.83441860897108, + -12.064406855752136 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83974968320184, + -12.064406855752136 + ] + ] + ], + "type": "Polygon" + }, + "id": "3048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1250734928984, + -11.890106792086076, + -77.1154257787222, + -11.87971491033617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.12075351091488, + -11.87971491033617 + ] + ] + ], + "type": "Polygon" + }, + "id": "3049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03521730233723, + -11.959967155853152, + -77.02556977892957, + -11.949578465682322 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.03089878461425, + -11.949578465682322 + ] + ] + ], + "type": "Polygon" + }, + "id": "3050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65764718833523, + -11.954058428362018, + -76.64800989737155, + -11.943679117364523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65333904036466, + -11.943679117364523 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.64800989737155, + -11.951008811316285 + ], + [ + -76.64852048257123, + -11.945819211043046 + ], + [ + -76.65333904036466, + -11.943679117364523 + ] + ] + ], + "type": "Polygon" + }, + "id": "3051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02993558114295, + -12.061697604948156, + -77.02028515940474, + -12.051310564389983 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.02561584713379, + -12.051310564389983 + ] + ] + ], + "type": "Polygon" + }, + "id": "3052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07173041413823, + -11.86915042852137, + -77.0620846677266, + -11.858759545513188 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.06741213163377, + -11.858759545513188 + ] + ] + ], + "type": "Polygon" + }, + "id": "3053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0967200349065, + -11.659148315896408, + -77.08707990777869, + -11.648754017436161 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.09240388488723, + -11.648754017436161 + ] + ] + ], + "type": "Polygon" + }, + "id": "3054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17594577267494, + -11.698345851502019, + -77.16630250175305, + -11.68795014610949 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.17162700001244, + -11.68795014610949 + ] + ] + ], + "type": "Polygon" + }, + "id": "3055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83490765442382, + -12.262546631487757, + -76.82525633642992, + -12.252167632744417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.83059051368392, + -12.252167632744417 + ] + ] + ], + "type": "Polygon" + }, + "id": "3056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11448980813688, + -11.99921104132568, + -77.1048391074098, + -11.988820998701723 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.11016865132575, + -11.988820998701723 + ] + ] + ], + "type": "Polygon" + }, + "id": "3057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69548701998535, + -12.319359663778298, + -76.68583778411832, + -12.308985157364114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.69117295128297, + -12.308985157364114 + ] + ] + ], + "type": "Polygon" + }, + "id": "3058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89738624784847, + -12.190143002206334, + -76.88773543464625, + -12.17976125482548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.89306837357687, + -12.17976125482548 + ] + ] + ], + "type": "Polygon" + }, + "id": "3059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767231208574, + -12.163611202330763, + -76.85802307629753, + -12.153229772703735 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.8633555997153, + -12.153229772703735 + ] + ] + ], + "type": "Polygon" + }, + "id": "3060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7717790315245, + -11.918234738032323, + -76.76213968183714, + -11.907851998320856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76746821252041, + -11.907851998320856 + ], + [ + -76.7717790315245, + -11.910900330680175 + ], + [ + -76.77127021424023, + -11.91609175501281 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.76264862476475, + -11.909995003631336 + ], + [ + -76.76746821252041, + -11.907851998320856 + ] + ] + ], + "type": "Polygon" + }, + "id": "3061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98492293987944, + -11.907828356138513, + -76.97527826249633, + -11.897440146728236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.98060646771265, + -11.897440146728236 + ] + ] + ], + "type": "Polygon" + }, + "id": "3062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93473319496611, + -12.233152818646477, + -76.92508011749975, + -12.222770839536578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.93041373411165, + -12.222770839536578 + ] + ] + ], + "type": "Polygon" + }, + "id": "3063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76099730458184, + -12.310194365405804, + -76.75134655278202, + -12.299818032695367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.75668155206168, + -12.299818032695367 + ] + ] + ], + "type": "Polygon" + }, + "id": "3064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78316178991976, + -12.037297322088909, + -76.77351858386209, + -12.026916054861104 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.77884907166536, + -12.026916054861104 + ] + ] + ], + "type": "Polygon" + }, + "id": "3065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05193420457822, + -11.88294421498797, + -77.04228855000765, + -11.872554008855552 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.04761626690973, + -11.872554008855552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90952489525003, + -11.782423181039563, + -76.8998859167681, + -11.772035091475226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.9052121297484, + -11.772035091475226 + ] + ] + ], + "type": "Polygon" + }, + "id": "3067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00857077588793, + -11.996674829239115, + -76.99892284108897, + -11.986287333608592 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -77.00425248295385, + -11.986287333608592 + ] + ] + ], + "type": "Polygon" + }, + "id": "3068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78997305122411, + -12.203053558885113, + -76.78032471570998, + -12.192674718875555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.78565793438784, + -12.192674718875555 + ] + ] + ], + "type": "Polygon" + }, + "id": "3069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92786055306712, + -12.161713464495664, + -76.91820978832531, + -12.151330502993254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.92354223259106, + -12.151330502993254 + ] + ] + ], + "type": "Polygon" + }, + "id": "3070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03052740491562, + -11.723498551564466, + -77.02088704355695, + -11.713106695119125 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.02621216501718, + -11.713106695119125 + ] + ] + ], + "type": "Polygon" + }, + "id": "3071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87605111809326, + -12.125132887455518, + -76.86640280868582, + -12.114750639456254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.87173469152853, + -12.114750639456254 + ] + ] + ], + "type": "Polygon" + }, + "id": "3072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03971327157105, + -11.818809688616037, + -77.03006983858099, + -11.808418887540576 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.03539651585352, + -11.808418887540576 + ] + ] + ], + "type": "Polygon" + }, + "id": "3073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72526301474586, + -12.157305249510078, + -76.71561780163637, + -12.146927317618145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.72095028752243, + -12.146927317618145 + ] + ] + ], + "type": "Polygon" + }, + "id": "3074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98502559296037, + -12.190954531785492, + -76.97537246858299, + -12.180570622418943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.9807053388127, + -12.180570622418943 + ] + ] + ], + "type": "Polygon" + }, + "id": "3075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757121413343, + -12.015206135849482, + -76.86792614336973, + -12.004822162565597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.87325621311865, + -12.004822162565597 + ] + ] + ], + "type": "Polygon" + }, + "id": "3076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90346453524235, + -12.03349353069487, + -76.89381823604886, + -12.023109186861552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89914858728045, + -12.023109186861552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99413580510189, + -12.097492502898165, + -76.98448523505486, + -12.087106892687554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98981655427457, + -12.087106892687554 + ] + ] + ], + "type": "Polygon" + }, + "id": "3078", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80900719032022, + -12.244248747772232, + -76.79935711249163, + -12.23387009962568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.80469100199637, + -12.23387009962568 + ] + ] + ], + "type": "Polygon" + }, + "id": "3079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9789169081687, + -12.158898971165968, + -76.96926489872855, + -12.148514700031924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.97459724679794, + -12.148514700031924 + ] + ] + ], + "type": "Polygon" + }, + "id": "3080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75348531859707, + -12.010763823545396, + -76.74384370741014, + -12.000382907876611 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74917376890224, + -12.000382907876611 + ] + ] + ], + "type": "Polygon" + }, + "id": "3081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79679149617004, + -12.368776973363655, + -76.78713802601314, + -12.358400732925393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.79679149617004, + -12.361451078659353 + ], + [ + -76.7962823179412, + -12.366639252788849 + ], + [ + -76.79145549565014, + -12.368776973363655 + ], + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.79247397821192, + -12.358400732925393 + ] + ] + ], + "type": "Polygon" + }, + "id": "3082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80595409157647, + -12.275383508221843, + -76.79630316580696, + -12.265005452755535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.80163757088185, + -12.265005452755535 + ] + ] + ], + "type": "Polygon" + }, + "id": "3083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04357660748437, + -11.921457339290393, + -77.03393001838016, + -11.911067886281037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03925837971092, + -11.911067886281037 + ] + ] + ], + "type": "Polygon" + }, + "id": "3084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09225010516163, + -11.80034956716221, + -77.08260588891619, + -11.789957234515589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.0879321929202, + -11.789957234515589 + ] + ] + ], + "type": "Polygon" + }, + "id": "3085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9826298424711, + -11.88400542854447, + -76.97298593407072, + -11.873616936669498 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.97831374963684, + -11.873616936669498 + ] + ] + ], + "type": "Polygon" + }, + "id": "3086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82120052161001, + -12.214021607974669, + -76.81155101940085, + -12.203642157634825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.81688440352994, + -12.203642157634825 + ] + ] + ], + "type": "Polygon" + }, + "id": "3087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9826633685663, + -11.978394290565022, + -76.97301664659255, + -11.968007161826819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.97834601602895, + -11.968007161826819 + ] + ] + ], + "type": "Polygon" + }, + "id": "3088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08455968639959, + -11.689438358628282, + -77.07491896504385, + -11.679044742859059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.08024345679756, + -11.679044742859059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71306773847597, + -12.187525884233573, + -76.70342195714399, + -12.177148747758702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.70875494437634, + -12.177148747758702 + ] + ] + ], + "type": "Polygon" + }, + "id": "3090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98573328542167, + -12.0416145685372, + -76.9760845990974, + -12.031228309153269 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.98141500663817, + -12.031228309153269 + ] + ] + ], + "type": "Polygon" + }, + "id": "3091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95526819854442, + -12.070065711110976, + -76.94561945339996, + -12.059680637813365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.95095036104674, + -12.059680637813365 + ] + ] + ], + "type": "Polygon" + }, + "id": "3092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98714671798476, + -11.742850780032825, + -76.97750689554435, + -11.732460242390918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.98283238451953, + -11.732460242390918 + ] + ] + ], + "type": "Polygon" + }, + "id": "3093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78088452454057, + -12.013485783779394, + -76.77124208994279, + -12.003104214936306 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.77657218624124, + -12.003104214936306 + ] + ] + ], + "type": "Polygon" + }, + "id": "3094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96673252284758, + -12.189146478764245, + -76.95707992616447, + -12.178762992318791 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.96241278575809, + -12.178762992318791 + ] + ] + ], + "type": "Polygon" + }, + "id": "3095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76174618894206, + -12.34956060920289, + -76.75209424040968, + -12.33918492710912 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.75742988975537, + -12.33918492710912 + ] + ] + ], + "type": "Polygon" + }, + "id": "3096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12420549234311, + -11.75625994813097, + -77.1145617856145, + -11.745866248397357 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.11988731807654, + -11.745866248397357 + ] + ] + ], + "type": "Polygon" + }, + "id": "3097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76486372730494, + -12.129811018866093, + -76.75521825671171, + -12.11943164467464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.76055027713556, + -12.11943164467464 + ] + ] + ], + "type": "Polygon" + }, + "id": "3098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71848772216316, + -11.991560738039208, + -76.70884763777485, + -11.981180425288715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.71797804813, + -11.989419834084895 + ], + [ + -76.7131579185271, + -11.991560738039208 + ], + [ + -76.70884763777485, + -11.988511454038113 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.71417739208908, + -11.981180425288715 + ] + ] + ], + "type": "Polygon" + }, + "id": "3099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95905309898798, + -11.98393295216228, + -76.94940682389627, + -11.973546488016803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.95473630875114, + -11.973546488016803 + ] + ] + ], + "type": "Polygon" + }, + "id": "3100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12031733525298, + -11.653579286789245, + -77.11067678091685, + -11.643184346947283 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.11600063213741, + -11.643184346947283 + ] + ] + ], + "type": "Polygon" + }, + "id": "3101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90574102768167, + -11.962944626967921, + -76.89609677184247, + -11.952559176034875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90142595901793, + -11.952559176034875 + ], + [ + -76.90574102768167, + -11.955606550085479 + ], + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.89660391752497, + -11.954704495112583 + ], + [ + -76.90142595901793, + -11.952559176034875 + ] + ] + ], + "type": "Polygon" + }, + "id": "3102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8379668883092, + -12.137078537216793, + -76.82831923461438, + -12.126697432025452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.83365133967195, + -12.126697432025452 + ] + ] + ], + "type": "Polygon" + }, + "id": "3103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.880619629556, + -12.07841129535828, + -76.87097259322236, + -12.06802820670533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.87630370240925, + -12.06802820670533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87680863866487, + -11.975813676008118, + -76.86716476241443, + -11.965429135708256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.87249418374424, + -11.965429135708256 + ] + ] + ], + "type": "Polygon" + }, + "id": "3105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94757593617382, + -11.770433264172603, + -76.93793631917049, + -11.760044070189796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.9432623014541, + -11.760044070189796 + ] + ] + ], + "type": "Polygon" + }, + "id": "3106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81660771166254, + -12.355036871010135, + -76.8069541197402, + -12.344659893363367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81228983486444, + -12.344659893363367 + ], + [ + -76.81660771166254, + -12.347709990189877 + ], + [ + -76.81609883156874, + -12.352898532802486 + ], + [ + -76.81127194850389, + -12.355036871010135 + ], + [ + -76.8069541197402, + -12.351986690704548 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.81228983486444, + -12.344659893363367 + ] + ] + ], + "type": "Polygon" + }, + "id": "3107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05950511138319, + -11.80501352845115, + -77.04986158517134, + -11.794622055626554 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.05518801034563, + -11.794622055626554 + ] + ] + ], + "type": "Polygon" + }, + "id": "3108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84254035306877, + -12.0903620799293, + -76.83289397125013, + -12.07998012961126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.83822530316174, + -12.07998012961126 + ] + ] + ], + "type": "Polygon" + }, + "id": "3109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97581574585405, + -12.001314335888416, + -76.96616851775306, + -11.990927715723188 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.971498271891, + -11.990927715723188 + ] + ] + ], + "type": "Polygon" + }, + "id": "3110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77013874661488, + -12.311107076917528, + -76.76048771975248, + -12.300730527495906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.76582273070468, + -12.300730527495906 + ] + ] + ], + "type": "Polygon" + }, + "id": "3111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08705169378247, + -11.99652046577383, + -77.07740176400776, + -11.986131049369284 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.08273130329674, + -11.986131049369284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96137227545354, + -12.102122902174429, + -76.95172241527587, + -12.091738172601433 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.95705384527743, + -12.091738172601433 + ] + ] + ], + "type": "Polygon" + }, + "id": "3113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00713519150338, + -12.201001285922167, + -76.9974811971679, + -12.190616993579617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -77.00281420847591, + -12.190616993579617 + ] + ] + ], + "type": "Polygon" + }, + "id": "3114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02230731899952, + -12.045217025255699, + -77.01265758414371, + -12.03482992103696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.0179880095401, + -12.03482992103696 + ] + ] + ], + "type": "Polygon" + }, + "id": "3115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05277241722753, + -12.01675232743782, + -77.04312275322773, + -12.006364048337836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.0484526718688, + -12.006364048337836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76264862476475, + -11.91732911734735, + -76.75300954938604, + -11.906946595687897 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7583380684749, + -11.906946595687897 + ], + [ + -76.76264862476475, + -11.909995003631336 + ], + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.7583380684749, + -11.906946595687897 + ] + ] + ], + "type": "Polygon" + }, + "id": "3117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69929079264405, + -12.327597990228426, + -76.68964120601144, + -12.317223526310878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.69497650870828, + -12.317223526310878 + ] + ] + ], + "type": "Polygon" + }, + "id": "3118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02442191009001, + -11.69142876216552, + -77.01478265908936, + -11.681036637227265 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0201072608211, + -11.681036637227265 + ], + [ + -77.02442191009001, + -11.684081505293648 + ], + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.01528772099334, + -11.683187797266354 + ], + [ + -77.0201072608211, + -11.681036637227265 + ] + ] + ], + "type": "Polygon" + }, + "id": "3119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07082546687457, + -11.640883151081658, + -77.06118653718967, + -11.630489249789845 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.06651024997272, + -11.630489249789845 + ] + ] + ], + "type": "Polygon" + }, + "id": "3120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9377546544639, + -12.107652724276495, + -76.92810524442002, + -12.097268665847087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.9334367882691, + -12.097268665847087 + ] + ] + ], + "type": "Polygon" + }, + "id": "3121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74043981333354, + -12.284565595915108, + -76.73079038620969, + -12.274189355359205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.73612496884911, + -12.274189355359205 + ] + ] + ], + "type": "Polygon" + }, + "id": "3122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12896607233478, + -11.992762684411755, + -77.11931520119006, + -11.982372195634015 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.12464461701562, + -11.982372195634015 + ] + ] + ], + "type": "Polygon" + }, + "id": "3123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78842283182732, + -12.3129316893112, + -76.77877125626948, + -12.302554707215858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.78410628973955, + -12.302554707215858 + ] + ] + ], + "type": "Polygon" + }, + "id": "3124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9324419553952, + -12.209340268485903, + -76.92278964892928, + -12.19895795835473 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.92812287471918, + -12.19895795835473 + ] + ] + ], + "type": "Polygon" + }, + "id": "3125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70240154308402, + -12.202178622574799, + -76.6927556169731, + -12.191801995562754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.69808884798017, + -12.191801995562754 + ] + ] + ], + "type": "Polygon" + }, + "id": "3126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84329179296893, + -12.224078779201234, + -76.83364140013845, + -12.213698936826315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.83897493732648, + -12.213698936826315 + ] + ] + ], + "type": "Polygon" + }, + "id": "3127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11139354988427, + -11.935972780682807, + -77.10174481199236, + -11.92558188636785 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.1070733194493, + -11.92558188636785 + ] + ] + ], + "type": "Polygon" + }, + "id": "3128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.667393790804, + -12.182961845322298, + -76.6577494033861, + -12.172585804790948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66308232095055, + -12.172585804790948 + ], + [ + -76.667393790804, + -12.17563645409478 + ], + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.66206082313253, + -12.182961845322298 + ], + [ + -76.6577494033861, + -12.179911110815544 + ], + [ + -76.65826021500469, + -12.174723145507635 + ], + [ + -76.66308232095055, + -12.172585804790948 + ] + ] + ], + "type": "Polygon" + }, + "id": "3129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64146138301287, + -12.258945150514501, + -76.63181544640238, + -12.248571018944634 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.63714961870892, + -12.248571018944634 + ] + ] + ], + "type": "Polygon" + }, + "id": "3130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6925770770284, + -12.067586589952777, + -76.6829354370347, + -12.057208088612283 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.68826644896916, + -12.057208088612283 + ] + ] + ], + "type": "Polygon" + }, + "id": "3131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75494711697431, + -12.183844250914017, + -76.74530030286988, + -12.173465988572117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.75063321821858, + -12.173465988572117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02070142736825, + -11.872013229105196, + -77.01105689617188, + -11.861623632722516 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.01638447172307, + -11.861623632722516 + ] + ] + ], + "type": "Polygon" + }, + "id": "3133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05799120311752, + -11.820600424998936, + -77.04834725128208, + -11.810209202411784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.05367393476696, + -11.810209202411784 + ] + ] + ], + "type": "Polygon" + }, + "id": "3134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67040003361959, + -12.24612865642411, + -76.66075367716525, + -12.235753568370823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.66608763737818, + -12.235753568370823 + ] + ] + ], + "type": "Polygon" + }, + "id": "3135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98647496565945, + -11.986634635741359, + -76.97682789953895, + -11.976247534826502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.9821574006092, + -11.976247534826502 + ] + ] + ], + "type": "Polygon" + }, + "id": "3136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91642753911063, + -12.136994413884521, + -76.90677781172982, + -12.126611345163129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.91210985832066, + -12.126611345163129 + ] + ] + ], + "type": "Polygon" + }, + "id": "3137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83720007331453, + -12.192030430772592, + -76.82755079987889, + -12.181650221492088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.83288381192257, + -12.181650221492088 + ] + ] + ], + "type": "Polygon" + }, + "id": "3138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71831348230702, + -12.368789346193013, + -76.70866214274281, + -12.35841510157836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.71399812248752, + -12.35841510157836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79149999601069, + -12.187485226229645, + -76.78185208410761, + -12.17710609608404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.78718504518692, + -12.17710609608404 + ] + ] + ], + "type": "Polygon" + }, + "id": "3140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93242306438087, + -12.114988644992215, + -76.92277357475366, + -12.104604833326377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.92810524442002, + -12.104604833326377 + ] + ] + ], + "type": "Polygon" + }, + "id": "3141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68106768994974, + -12.231480011935984, + -76.67142147627753, + -12.221104409135362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.67675519377498, + -12.221104409135362 + ] + ] + ], + "type": "Polygon" + }, + "id": "3142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92025362544561, + -12.23957954619576, + -76.91060073503643, + -12.229198032519871 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.91593447064854, + -12.229198032519871 + ] + ] + ], + "type": "Polygon" + }, + "id": "3143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96139961741038, + -12.196481706661904, + -76.9517469401813, + -12.18609847033439 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.95707992616447, + -12.18609847033439 + ] + ] + ], + "type": "Polygon" + }, + "id": "3144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75576028677233, + -12.034574287249884, + -76.74611790389032, + -12.024193672762298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.75144835708774, + -12.024193672762298 + ] + ] + ], + "type": "Polygon" + }, + "id": "3145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83109903291705, + -12.254307603173215, + -76.82144806277444, + -12.24392856397284 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.82678210625619, + -12.24392856397284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02832547710747, + -11.888494616683836, + -77.01868025969733, + -11.87810506626783 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.0240080973411, + -11.87810506626783 + ] + ] + ], + "type": "Polygon" + }, + "id": "3147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04723290718795, + -11.646448270275156, + -77.03759441143208, + -11.636055013421227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.04291824624588, + -11.636055013421227 + ] + ] + ], + "type": "Polygon" + }, + "id": "3148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77161093347594, + -12.484122294091966, + -76.76195469367019, + -12.473748723989763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.76627301472861, + -12.484122294091966 + ], + [ + -76.76195469367019, + -12.481071114232543 + ], + [ + -76.7624645311941, + -12.4758843831666 + ], + [ + -76.76729256370251, + -12.473748723989763 + ] + ] + ], + "type": "Polygon" + }, + "id": "3149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96825199404987, + -12.17357117716122, + -76.95859982293824, + -12.163187403405466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.96393242407937, + -12.163187403405466 + ] + ] + ], + "type": "Polygon" + }, + "id": "3150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03443517085444, + -11.920559916623798, + -77.02478884185155, + -11.910170674294108 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.03011719977707, + -11.910170674294108 + ] + ] + ], + "type": "Polygon" + }, + "id": "3151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97510359014564, + -12.150659135375303, + -76.96545192537482, + -12.140274827709597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.97078414157447, + -12.140274827709597 + ] + ] + ], + "type": "Polygon" + }, + "id": "3152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9659010751916, + -11.961013363493011, + -76.95625530545168, + -11.950626392876314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.9615844060226, + -11.950626392876314 + ] + ] + ], + "type": "Polygon" + }, + "id": "3153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10664696205048, + -11.699463149181089, + -77.09700538589935, + -11.689069127772589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.10233001104098, + -11.689069127772589 + ] + ] + ], + "type": "Polygon" + }, + "id": "3154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05198795587121, + -11.977346388043562, + -77.04233948672538, + -11.966957542823037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.04766875743067, + -11.966957542823037 + ] + ] + ], + "type": "Polygon" + }, + "id": "3155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96521291460957, + -12.20472134747113, + -76.95555989233107, + -12.194338149880512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.96089301039463, + -12.194338149880512 + ] + ] + ], + "type": "Polygon" + }, + "id": "3156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8950904218996, + -12.071980990087832, + -76.8854431953595, + -12.061597441307203 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.89077418755585, + -12.061597441307203 + ] + ] + ], + "type": "Polygon" + }, + "id": "3157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80214651424464, + -12.267144621851836, + -76.79249593694738, + -12.25676652554667 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.79783020787474, + -12.25676652554667 + ] + ] + ], + "type": "Polygon" + }, + "id": "3158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562600160753, + -11.761444833014984, + -76.84662306929509, + -11.751057788291249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.85194897626933, + -11.751057788291249 + ] + ] + ], + "type": "Polygon" + }, + "id": "3159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16387390040656, + -11.823081718680065, + -77.15422721571187, + -11.81268796655077 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15955378409872, + -11.81268796655077 + ] + ] + ], + "type": "Polygon" + }, + "id": "3160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80902431754012, + -12.149925544318332, + -76.79937705524948, + -12.139545371134092 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.80470938824386, + -12.139545371134092 + ] + ] + ], + "type": "Polygon" + }, + "id": "3161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17683517830443, + -11.832214789323551, + -77.16718790056424, + -11.821820851440226 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.17251459755022, + -11.821820851440226 + ] + ] + ], + "type": "Polygon" + }, + "id": "3162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77630441233045, + -12.060200582600379, + -76.76666070855794, + -12.049819837731519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.77199157671312, + -12.049819837731519 + ] + ] + ], + "type": "Polygon" + }, + "id": "3163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757697234007, + -12.20390114578493, + -76.86792627140933, + -12.193520115567695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.8732594524485, + -12.193520115567695 + ] + ] + ], + "type": "Polygon" + }, + "id": "3164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71079524614366, + -12.163721197631244, + -76.70115023762217, + -12.153343737191705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.70648283245654, + -12.153343737191705 + ] + ] + ], + "type": "Polygon" + }, + "id": "3165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93692375380549, + -11.78511874204506, + -76.92728397750814, + -11.774730009617235 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.93261021115929, + -11.774730009617235 + ] + ] + ], + "type": "Polygon" + }, + "id": "3166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08080971005232, + -11.775626415242685, + -77.071166518705, + -11.76523402602246 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.07649243214549, + -11.76523402602246 + ] + ] + ], + "type": "Polygon" + }, + "id": "3167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08147259691889, + -11.626183400622859, + -77.07183383488484, + -11.615789056306612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.07715729183873, + -11.615789056306612 + ] + ] + ], + "type": "Polygon" + }, + "id": "3168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8623397414183, + -12.170943572873238, + -76.85269042824976, + -12.160562393901216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.85802307629753, + -12.160562393901216 + ] + ] + ], + "type": "Polygon" + }, + "id": "3169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96739043356149, + -11.85104320911116, + -76.95774790155676, + -11.840654629756262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.96307519047902, + -11.840654629756262 + ] + ] + ], + "type": "Polygon" + }, + "id": "3170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11887991640518, + -11.76360900350923, + -77.10923612434371, + -11.753215530510031 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.1145617856145, + -11.753215530510031 + ] + ] + ], + "type": "Polygon" + }, + "id": "3171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95369848265493, + -11.896890236257457, + -76.9440549407277, + -11.886502641157495 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.94938299766359, + -11.886502641157495 + ] + ] + ], + "type": "Polygon" + }, + "id": "3172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16076907819475, + -11.759825885809729, + -77.15112435380192, + -11.74943135241352 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.15644988739145, + -11.74943135241352 + ] + ] + ], + "type": "Polygon" + }, + "id": "3173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11046032870381, + -11.707704382539358, + -77.10081841155252, + -11.6973103758873 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.10614316653567, + -11.6973103758873 + ] + ] + ], + "type": "Polygon" + }, + "id": "3174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76414517113147, + -11.99609963785553, + -76.7545037077983, + -11.985718232670358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.75983352401036, + -11.985718232670358 + ] + ] + ], + "type": "Polygon" + }, + "id": "3175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01394300089707, + -12.083716563868022, + -77.00429233217586, + -12.073330253491129 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00962340183804, + -12.073330253491129 + ] + ] + ], + "type": "Polygon" + }, + "id": "3176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90953708905846, + -11.876809143218821, + -76.8998952998702, + -11.86642235805805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90522306579099, + -11.86642235805805 + ], + [ + -76.90953708905846, + -11.86946924697822 + ], + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.8998952998702, + -11.873762167834311 + ], + [ + -76.90040225755801, + -11.868568828844387 + ], + [ + -76.90522306579099, + -11.86642235805805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74584545379412, + -12.088614846309119, + -76.73620172879208, + -12.078235311452776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.74153307609073, + -12.078235311452776 + ] + ] + ], + "type": "Polygon" + }, + "id": "3178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94456131284515, + -11.895990511007543, + -76.93491803568638, + -11.885603129109533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.9402460865078, + -11.885603129109533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06343195976642, + -12.002068049486386, + -77.05378246265839, + -11.991679290897595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.05911212550886, + -11.991679290897595 + ] + ] + ], + "type": "Polygon" + }, + "id": "3180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96971178161826, + -11.969253695238269, + -76.96006566742359, + -11.95886675140152 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.96539489982587, + -11.95886675140152 + ] + ] + ], + "type": "Polygon" + }, + "id": "3181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82500825984658, + -12.222260744412734, + -76.81535840967001, + -12.211881332386293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.82069192766265, + -12.211881332386293 + ] + ] + ], + "type": "Polygon" + }, + "id": "3182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65231799516768, + -11.96138787789045, + -76.64268063359582, + -11.951008811316285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64800989737155, + -11.951008811316285 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.64698868113959, + -11.96138787789045 + ], + [ + -76.64268063359582, + -11.958338174046881 + ], + [ + -76.64319130430508, + -11.953148696014809 + ], + [ + -76.64800989737155, + -11.951008811316285 + ] + ] + ], + "type": "Polygon" + }, + "id": "3183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15418446242556, + -12.066032727632422, + -77.14453077714165, + -12.055642731597036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1498613598166, + -12.055642731597036 + ], + [ + -77.15418446242556, + -12.058688324371253 + ], + [ + -77.1536807644716, + -12.063883374147709 + ], + [ + -77.14885383662018, + -12.066032727632422 + ], + [ + -77.14453077714165, + -12.062987050596886 + ], + [ + -77.14503460237478, + -12.057792104347916 + ], + [ + -77.1498613598166, + -12.055642731597036 + ] + ] + ], + "type": "Polygon" + }, + "id": "3184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03663425870202, + -11.755567899612688, + -77.0269927869488, + -11.745176318162383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.03231842811606, + -11.745176318162383 + ] + ] + ], + "type": "Polygon" + }, + "id": "3185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005495381914, + -12.147132249977055, + -76.85040641202453, + -12.136750749351423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.85573866884583, + -12.136750749351423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99187683440017, + -12.168042073771995, + -76.98222421714043, + -12.157657628395317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.98755670201037, + -12.157657628395317 + ] + ] + ], + "type": "Polygon" + }, + "id": "3187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02143688520344, + -11.817017911499425, + -77.01179397296787, + -11.806627532940936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.01712064292612, + -11.806627532940936 + ] + ] + ], + "type": "Polygon" + }, + "id": "3188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91261704164354, + -12.128754703164278, + -76.90296766017113, + -12.118371599614237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.90829957412102, + -12.118371599614237 + ] + ] + ], + "type": "Polygon" + }, + "id": "3189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09317068464331, + -12.028585388291237, + -77.08351964430383, + -12.018196302254049 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.0888497030215, + -12.018196302254049 + ] + ] + ], + "type": "Polygon" + }, + "id": "3190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76483371590233, + -12.224128096741978, + -76.75518543082354, + -12.213750236649414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.76051900757152, + -12.213750236649414 + ] + ] + ], + "type": "Polygon" + }, + "id": "3191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7016604157274, + -12.162809281736067, + -76.69201568511609, + -12.152432040132673 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.69734826650064, + -12.152432040132673 + ] + ] + ], + "type": "Polygon" + }, + "id": "3192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80133466078651, + -12.510666662213167, + -76.7916768244446, + -12.500292817693234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79701512025787, + -12.500292817693234 + ], + [ + -76.80133466078651, + -12.50334374500997 + ], + [ + -76.80082532211141, + -12.508530721021144 + ], + [ + -76.79599631667442, + -12.510666662213167 + ], + [ + -76.7916768244446, + -12.507615652442935 + ], + [ + -76.79218628934343, + -12.50242878394401 + ], + [ + -76.79701512025787, + -12.500292817693234 + ] + ] + ], + "type": "Polygon" + }, + "id": "3193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82887292301973, + -11.758743283425808, + -76.81923678657466, + -11.748356888364588 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82456266559863, + -11.748356888364588 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.819744684087, + -11.750503100782211 + ], + [ + -76.82456266559863, + -11.748356888364588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9042305768774, + -12.0728853210682, + -76.89458308269019, + -12.06250155835343 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89991408250005, + -12.06250155835343 + ] + ] + ], + "type": "Polygon" + }, + "id": "3195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7807831238392, + -12.390752585439577, + -76.77112942852094, + -12.38037713116117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.7807831238392, + -12.383427727161648 + ], + [ + -76.78027368769038, + -12.388615508299184 + ], + [ + -76.77544675272475, + -12.390752585439577 + ], + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.77646575107936, + -12.38037713116117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74879776978267, + -12.340408519661754, + -76.73914644653972, + -12.330033010300284 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.74448194907694, + -12.330033010300284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70620422324902, + -12.210417381983438, + -76.69655794676795, + -12.200040791570208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.7018913131221, + -12.200040791570208 + ] + ] + ], + "type": "Polygon" + }, + "id": "3198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91186270389457, + -12.183715871187538, + -76.90221170176629, + -12.173333659520065 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.90754452282498, + -12.173333659520065 + ] + ] + ], + "type": "Polygon" + }, + "id": "3199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10224903585646, + -11.935077174692672, + -77.09260055453214, + -11.924686489165747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.09792906063004, + -11.924686489165747 + ] + ] + ], + "type": "Polygon" + }, + "id": "3200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71320296912188, + -11.904557581264637, + -76.70356562191074, + -11.894176132069385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70889394394516, + -11.894176132069385 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.70407535771871, + -11.896318052477712 + ], + [ + -76.70889394394516, + -11.894176132069385 + ] + ] + ], + "type": "Polygon" + }, + "id": "3201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0694304008887, + -11.845323140272829, + -77.05978542245751, + -11.834931980501382 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.0651124974803, + -11.834931980501382 + ] + ] + ], + "type": "Polygon" + }, + "id": "3202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08626300020408, + -11.957110967452786, + -77.07661426519057, + -11.946720990197033 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.08194315672488, + -11.946720990197033 + ] + ] + ], + "type": "Polygon" + }, + "id": "3203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02382377909746, + -12.029636300649699, + -77.0141744700574, + -12.019248923749213 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.01950463695877, + -12.019248923749213 + ] + ] + ], + "type": "Polygon" + }, + "id": "3204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88214640509887, + -12.157184993100822, + -76.87249697791411, + -12.146803099024329 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.87782938489771, + -12.146803099024329 + ] + ] + ], + "type": "Polygon" + }, + "id": "3205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01780092274811, + -12.18632756745599, + -77.00814709258785, + -12.175942776506181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.01347984941584, + -12.175942776506181 + ] + ] + ], + "type": "Polygon" + }, + "id": "3206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13644492212396, + -11.820404689261627, + -77.12679899976992, + -11.810011561113008 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.13212556800518, + -11.810011561113008 + ] + ] + ], + "type": "Polygon" + }, + "id": "3207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81360159704596, + -12.103213273171525, + -76.80395560574883, + -12.092832250350368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80928716596802, + -12.092832250350368 + ] + ] + ], + "type": "Polygon" + }, + "id": "3208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13875030343071, + -11.84423518421192, + -77.12910361385393, + -11.833842329163398 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.13443057039045, + -11.833842329163398 + ] + ] + ], + "type": "Polygon" + }, + "id": "3209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94689753126737, + -12.108556365302261, + -76.93724785575174, + -12.098172094217572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.94257940592875, + -12.098172094217572 + ] + ] + ], + "type": "Polygon" + }, + "id": "3210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99258133365137, + -12.018695530417219, + -76.98293315400711, + -12.008308756833316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.98826317652791, + -12.008308756833316 + ] + ] + ], + "type": "Polygon" + }, + "id": "3211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91713773707431, + -11.798904104351218, + -76.90749806818866, + -11.788516049532232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.91181121290352, + -11.798904104351218 + ], + [ + -76.90749806818866, + -11.795857615190872 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.91282454592017, + -11.788516049532232 + ] + ] + ], + "type": "Polygon" + }, + "id": "3212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84024976959749, + -12.160889225776812, + -76.8306013443738, + -12.15050844071393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.835933840802, + -12.15050844071393 + ] + ] + ], + "type": "Polygon" + }, + "id": "3213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07239765552977, + -11.719725452589318, + -77.06275634074274, + -11.709332525930588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.06808134675323, + -11.709332525930588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02979367606666, + -11.778500778377737, + -77.0201516965644, + -11.768109671509684 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.02547772311316, + -11.768109671509684 + ] + ] + ], + "type": "Polygon" + }, + "id": "3215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08383505028993, + -11.74444875654198, + -77.07419271043769, + -11.734055877661056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.07951810719602, + -11.734055877661056 + ] + ] + ], + "type": "Polygon" + }, + "id": "3216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9362142201482, + -12.028865459625527, + -76.9265672004455, + -12.018480231969423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.93189744719885, + -12.018480231969423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76788976898804, + -12.192993931807365, + -76.75824233064685, + -12.182615488428635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.76357539239913, + -12.182615488428635 + ] + ] + ], + "type": "Polygon" + }, + "id": "3218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88443798189977, + -12.275330847511649, + -76.87478496624126, + -12.264950818396787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.88011932109069, + -12.264950818396787 + ] + ] + ], + "type": "Polygon" + }, + "id": "3219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04289572163927, + -12.070837901347968, + -77.03324469617421, + -12.060450683118527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.0385755184363, + -12.060450683118527 + ] + ] + ], + "type": "Polygon" + }, + "id": "3220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78611937151042, + -12.383427727161648, + -76.77646575107936, + -12.373052010390161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.78611937151042, + -12.376102523000396 + ], + [ + -76.78561002132994, + -12.381290435355155 + ], + [ + -76.7807831238392, + -12.383427727161648 + ], + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.78180195027288, + -12.373052010390161 + ] + ] + ], + "type": "Polygon" + }, + "id": "3221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78846909271726, + -12.12429902700486, + -76.77882314833462, + -12.113918968376353 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.78415506836049, + -12.113918968376353 + ] + ] + ], + "type": "Polygon" + }, + "id": "3222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92169648404185, + -11.752156552089398, + -76.91205808705324, + -11.741767754068185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91738379207874, + -11.741767754068185 + ], + [ + -76.92169648404185, + -11.744813859455196 + ], + [ + -76.92119001739142, + -11.75000831206995 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.91738379207874, + -11.741767754068185 + ] + ] + ], + "type": "Polygon" + }, + "id": "3223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83947503942774, + -12.310160188122044, + -76.8298221770285, + -12.299781870619922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.83515713771874, + -12.299781870619922 + ] + ] + ], + "type": "Polygon" + }, + "id": "3224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95982596710479, + -12.023331437077122, + -76.95017849727692, + -12.012945541360805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.95550863035828, + -12.012945541360805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93625421682233, + -12.217579776898969, + -76.9266015646833, + -12.207197505887216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.93193492292998, + -12.207197505887216 + ] + ] + ], + "type": "Polygon" + }, + "id": "3226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15154483552048, + -11.664490593750198, + -77.14190317703064, + -11.654095039877438 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14722715914847, + -11.654095039877438 + ], + [ + -77.15154483552048, + -11.657138636944554 + ], + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.14190317703064, + -11.661446909633899 + ], + [ + -77.1424064149063, + -11.656249184822407 + ], + [ + -77.14722715914847, + -11.654095039877438 + ] + ] + ], + "type": "Polygon" + }, + "id": "3227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97736594443205, + -12.08011040649522, + -76.96771632624672, + -12.069724941327003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.9730473770388, + -12.069724941327003 + ] + ] + ], + "type": "Polygon" + }, + "id": "3228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0016066778083, + -11.736401185969948, + -76.99196667450548, + -11.726010207790551 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.99729204165953, + -11.726010207790551 + ] + ] + ], + "type": "Polygon" + }, + "id": "3229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96289156289136, + -12.086545738009757, + -76.95324212799595, + -12.07616072964547 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.95857329971044, + -12.07616072964547 + ] + ] + ], + "type": "Polygon" + }, + "id": "3230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12809617456266, + -11.858930633944297, + -77.11844931346826, + -11.848538240680726 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.12377652818405, + -11.848538240680726 + ] + ] + ], + "type": "Polygon" + }, + "id": "3231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81663753277397, + -12.166404135187108, + -76.80698957438604, + -12.156024032329618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.81232217526674, + -12.156024032329618 + ] + ] + ], + "type": "Polygon" + }, + "id": "3232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02235244613676, + -12.139594506626242, + -77.01269989431522, + -12.129208860478059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.01803187509994, + -12.129208860478059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72687461354325, + -11.953087412467578, + -76.71723544642707, + -11.94270631824542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.72256456495305, + -11.94270631824542 + ] + ] + ], + "type": "Polygon" + }, + "id": "3234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93698434229107, + -12.068260024089286, + -76.92733612756409, + -12.057875376167628 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.93266702278738, + -12.057875376167628 + ] + ] + ], + "type": "Polygon" + }, + "id": "3235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8257771804085, + -12.167312557073979, + -76.81612895011119, + -12.15693223849359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.82146156097654, + -12.15693223849359 + ] + ] + ], + "type": "Polygon" + }, + "id": "3236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74666255354293, + -11.939329491641933, + -76.73702325688276, + -11.928947693780986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.742352143502, + -11.928947693780986 + ] + ] + ], + "type": "Polygon" + }, + "id": "3237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13055449843675, + -12.071582942193793, + -77.12090123681685, + -12.06119360196588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.1300504595893, + -12.069434164513389 + ], + [ + -77.12522374344452, + -12.071582942193793 + ], + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.12623194833915, + -12.06119360196588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76933147805705, + -12.460323871930406, + -76.75967601195319, + -12.449949933595354 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.76501348930854, + -12.449949933595354 + ] + ] + ], + "type": "Polygon" + }, + "id": "3239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92475159115774, + -11.815385036330593, + -76.91511123211038, + -11.804997018080531 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.92043797442834, + -11.804997018080531 + ] + ] + ], + "type": "Polygon" + }, + "id": "3240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8988904319575, + -11.985859858503634, + -76.88924567334985, + -11.975474915891684 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.89457524346224, + -11.975474915891684 + ] + ] + ], + "type": "Polygon" + }, + "id": "3241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76021723353509, + -12.36512374958008, + -76.75056486130504, + -12.35474837378262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.75590076835888, + -12.35474837378262 + ] + ] + ], + "type": "Polygon" + }, + "id": "3242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9690264652395, + -12.212960970947579, + -76.95937309797256, + -12.202577812549404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.96470634807503, + -12.202577812549404 + ] + ] + ], + "type": "Polygon" + }, + "id": "3243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06628706081865, + -11.687653769088783, + -77.0566468551055, + -11.67726057426533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.06197134225317, + -11.67726057426533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0199657218413, + -11.927004870105819, + -77.01031957114364, + -11.916616074986187 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.01564805259396, + -11.916616074986187 + ] + ] + ], + "type": "Polygon" + }, + "id": "3245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73812654396097, + -12.355057173050033, + -76.728475073527, + -12.344682186358082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.73381082132695, + -12.344682186358082 + ] + ] + ], + "type": "Polygon" + }, + "id": "3246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72993127400498, + -11.921943597823516, + -76.72029295134476, + -11.911561972997685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.72562155611779, + -11.911561972997685 + ] + ] + ], + "type": "Polygon" + }, + "id": "3247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06954813782163, + -12.034131817028623, + -77.05989752939782, + -12.02374338967136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.06522771217811, + -12.02374338967136 + ] + ] + ], + "type": "Polygon" + }, + "id": "3248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69410744757238, + -12.052018768428429, + -76.68446622972623, + -12.041639989462272 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68979698476608, + -12.041639989462272 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.68446622972623, + -12.048968947738771 + ], + [ + -76.6849764633991, + -12.043779613149617 + ], + [ + -76.68979698476608, + -12.041639989462272 + ] + ] + ], + "type": "Polygon" + }, + "id": "3249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00848862739677, + -11.807880866074834, + -76.99884631950708, + -11.797490679782522 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -77.00417285422573, + -11.797490679782522 + ] + ] + ], + "type": "Polygon" + }, + "id": "3250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04044543671651, + -11.763808835766563, + -77.0308036224007, + -11.753417271279897 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.03612939433954, + -11.753417271279897 + ] + ] + ], + "type": "Polygon" + }, + "id": "3251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74730346533845, + -12.261675012416793, + -76.73765453507109, + -12.251298215891971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.74298873764053, + -12.251298215891971 + ] + ] + ], + "type": "Polygon" + }, + "id": "3252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7389102753061, + -12.300129581741631, + -76.7292604248978, + -12.289753641277173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.73459526503483, + -12.289753641277173 + ] + ] + ], + "type": "Polygon" + }, + "id": "3253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01312079562724, + -11.949929694990004, + -77.00347413735922, + -11.939541399962481 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -77.00880300422558, + -11.939541399962481 + ] + ] + ], + "type": "Polygon" + }, + "id": "3254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0466064431344, + -11.890288459820171, + -77.03696070546192, + -11.87989848774595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.04228855000765, + -11.87989848774595 + ] + ] + ], + "type": "Polygon" + }, + "id": "3255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82808238898315, + -12.002443078955475, + -76.81843901508321, + -11.992060154852396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.82376890640543, + -11.992060154852396 + ] + ] + ], + "type": "Polygon" + }, + "id": "3256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7748045322657, + -11.981434129382302, + -76.76516321745036, + -11.971052236449552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.77049278803034, + -11.971052236449552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05883177859637, + -11.954419967782082, + -77.04918381877731, + -11.944030619477163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.0545127031302, + -11.944030619477163 + ] + ] + ], + "type": "Polygon" + }, + "id": "3258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93392430465134, + -12.005047427749684, + -76.92427805496173, + -11.994661899581027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.929607911398, + -11.994661899581027 + ] + ] + ], + "type": "Polygon" + }, + "id": "3259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02001014903378, + -12.021395947348735, + -77.01036118346232, + -12.011008540081836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.01569121916685, + -12.011008540081836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69943813063664, + -12.044689724132752, + -76.68979698476608, + -12.034310697182269 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69512761822153, + -12.034310697182269 + ], + [ + -76.69943813063664, + -12.03736034580151 + ], + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.68979698476608, + -12.041639989462272 + ], + [ + -76.69030713281123, + -12.036450530851486 + ], + [ + -76.69512761822153, + -12.034310697182269 + ] + ] + ], + "type": "Polygon" + }, + "id": "3261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79612177751856, + -11.952099157217475, + -76.7864807617304, + -11.941716294098415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.79180983999065, + -11.941716294098415 + ] + ] + ], + "type": "Polygon" + }, + "id": "3262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87833087833924, + -11.96023679868628, + -76.86868742608735, + -11.949851991327895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87401658974882, + -11.949851991327895 + ], + [ + -76.87833087833924, + -11.952899598002343 + ], + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.86919495018859, + -11.95199675606455 + ], + [ + -76.87401658974882, + -11.949851991327895 + ] + ] + ], + "type": "Polygon" + }, + "id": "3263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83033079347186, + -12.309249666539573, + -76.82067820250562, + -12.298871563883221 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.82601315361569, + -12.298871563883221 + ] + ] + ], + "type": "Polygon" + }, + "id": "3264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99628126543557, + -11.74374653317694, + -76.98664118070417, + -11.733355782969499 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.99196667450548, + -11.733355782969499 + ] + ] + ], + "type": "Polygon" + }, + "id": "3265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12666044293381, + -11.968936082142928, + -77.11701033980994, + -11.958545298045717 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.12233936690113, + -11.958545298045717 + ] + ] + ], + "type": "Polygon" + }, + "id": "3266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95598927278314, + -11.920711694833944, + -76.9463449615415, + -11.910324384097109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.95167340838161, + -11.910324384097109 + ] + ] + ], + "type": "Polygon" + }, + "id": "3267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92632233352586, + -12.0829330881036, + -76.91667395988593, + -12.072548930439059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.92200510656765, + -12.072548930439059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73585078642742, + -12.331256194896504, + -76.72620008938016, + -12.320880859235787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.73153544456383, + -12.320880859235787 + ] + ] + ], + "type": "Polygon" + }, + "id": "3269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04059666362976, + -12.047016659834572, + -77.03094640737633, + -12.036629134704702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.03627684004469, + -12.036629134704702 + ] + ] + ], + "type": "Polygon" + }, + "id": "3270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05647715832056, + -11.836186944252145, + -77.04683278083745, + -11.825795973453152 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.0521597226504, + -11.825795973453152 + ] + ] + ], + "type": "Polygon" + }, + "id": "3271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77775254460988, + -12.327584289099757, + -76.76810081936269, + -12.317207825684822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.77343609944778, + -12.317207825684822 + ] + ] + ], + "type": "Polygon" + }, + "id": "3272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77094527226602, + -12.16185802318324, + -76.7612986805688, + -12.151479002687784 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.76663122739403, + -12.151479002687784 + ] + ] + ], + "type": "Polygon" + }, + "id": "3273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77472318893042, + -12.264411027872413, + -76.76507343300442, + -12.254033580334227 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.77040767099314, + -12.254033580334227 + ] + ] + ], + "type": "Polygon" + }, + "id": "3274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07251707867832, + -11.90856283970218, + -77.06287013817823, + -11.898172495818773 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.06819824953077, + -11.898172495818773 + ] + ] + ], + "type": "Polygon" + }, + "id": "3275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09211921446966, + -11.611482414713656, + -77.08248062074712, + -11.60108762915725 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08780382152271, + -11.60108762915725 + ], + [ + -77.09211921446966, + -11.604131459502215 + ], + [ + -77.0916153519519, + -11.609328904843927 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.08780382152271, + -11.60108762915725 + ] + ] + ], + "type": "Polygon" + }, + "id": "3276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09777760871225, + -12.076232447475839, + -77.08812503103283, + -12.065843973410024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.09345586806927, + -12.065843973410024 + ] + ] + ], + "type": "Polygon" + }, + "id": "3277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08685984487867, + -11.713269635066679, + -77.07721835642496, + -11.702876272732938 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.08254323657121, + -11.702876272732938 + ] + ] + ], + "type": "Polygon" + }, + "id": "3278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06488895368639, + -11.892081254846136, + -77.05524269766222, + -11.881690862118935 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.06057054800715, + -11.881690862118935 + ] + ] + ], + "type": "Polygon" + }, + "id": "3279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72233098278755, + -11.905464467832514, + -76.71269335871132, + -11.89508279920563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.71802169382686, + -11.89508279920563 + ] + ] + ], + "type": "Polygon" + }, + "id": "3280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92246413586317, + -11.791562451715238, + -76.91282454592017, + -11.781174164888233 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.91815089834766, + -11.781174164888233 + ] + ] + ], + "type": "Polygon" + }, + "id": "3281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.190505009407, + -11.786331409264742, + -77.18085876033736, + -11.775936517746173 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18618467963327, + -11.775936517746173 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.19000225698309, + -11.784177904085537 + ], + [ + -77.18517904757397, + -11.786331409264742 + ], + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.18136163996346, + -11.7780900403701 + ], + [ + -77.18618467963327, + -11.775936517746173 + ] + ] + ], + "type": "Polygon" + }, + "id": "3282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89658707104086, + -11.773283719046821, + -76.8869487049268, + -11.76289582771396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.8922747779154, + -11.76289582771396 + ] + ] + ], + "type": "Polygon" + }, + "id": "3283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66200081390285, + -12.284575762415606, + -76.65235354160022, + -12.274201529247964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.65768813719244, + -12.274201529247964 + ] + ] + ], + "type": "Polygon" + }, + "id": "3284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79070283532462, + -12.336735388459058, + -76.78105048694462, + -12.326358752664575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.7863859125885, + -12.326358752664575 + ] + ] + ], + "type": "Polygon" + }, + "id": "3285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77466888085789, + -12.453000948205727, + -76.76501348930854, + -12.442626743890996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.77035084344742, + -12.442626743890996 + ] + ] + ], + "type": "Polygon" + }, + "id": "3286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91110811194396, + -12.238672790034983, + -76.90145548861868, + -12.228291489274921 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.906789217093, + -12.228291489274921 + ] + ] + ], + "type": "Polygon" + }, + "id": "3287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9415228520625, + -11.927151614282343, + -76.93187872572823, + -11.916764754282086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.93720729235284, + -11.916764754282086 + ] + ] + ], + "type": "Polygon" + }, + "id": "3288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8768166096045, + -12.258852549356412, + -76.8671642877311, + -12.248472437551118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.87249837622252, + -12.248472437551118 + ] + ] + ], + "type": "Polygon" + }, + "id": "3289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1427271275872, + -12.041310815663822, + -77.13307446503907, + -12.03092072064727 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13840465886439, + -12.03092072064727 + ], + [ + -77.1427271275872, + -12.033966305029514 + ], + [ + -77.14222330700403, + -12.039161404395585 + ], + [ + -77.13739689047415, + -12.041310815663822 + ], + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.13357841283683, + -12.033070151166669 + ], + [ + -77.13840465886439, + -12.03092072064727 + ] + ] + ], + "type": "Polygon" + }, + "id": "3290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69874699954018, + -11.910982489553522, + -76.68910985760803, + -11.90060150124957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69443828784674, + -11.90060150124957 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.68910985760803, + -11.907933468690867 + ], + [ + -76.68961980433684, + -11.902743029524814 + ], + [ + -76.69443828784674, + -11.90060150124957 + ] + ] + ], + "type": "Polygon" + }, + "id": "3291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02690273763832, + -12.09285762174882, + -77.01725146393899, + -12.082471134315066 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.02258266883783, + -12.082471134315066 + ] + ] + ], + "type": "Polygon" + }, + "id": "3292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0018021349256, + -12.208337644615073, + -76.99214805875167, + -12.197953602239455 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.9974811971679, + -12.197953602239455 + ] + ] + ], + "type": "Polygon" + }, + "id": "3293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67647198349397, + -12.278167779992426, + -76.66682450234961, + -12.267793067914921 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.67215899124109, + -12.267793067914921 + ] + ] + ], + "type": "Polygon" + }, + "id": "3294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67113744459506, + -12.285491109940839, + -76.66148989210201, + -12.275116657305423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.66682450234961, + -12.275116657305423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87605355363958, + -12.219472327417744, + -76.86640242807945, + -12.209091588240671 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.87173586717176, + -12.209091588240671 + ] + ] + ], + "type": "Polygon" + }, + "id": "3296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70012983555547, + -12.178374783682274, + -76.69048468242087, + -12.167997830531654 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.6958175209142, + -12.167997830531654 + ] + ] + ], + "type": "Polygon" + }, + "id": "3297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04137987065168, + -12.08641838307278, + -77.03172841904906, + -12.07603144142476 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.03705949996525, + -12.07603144142476 + ] + ] + ], + "type": "Polygon" + }, + "id": "3298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0253401024152, + -12.01405516740793, + -77.01569121916685, + -12.003667519373186 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.02102112759067, + -12.003667519373186 + ] + ] + ], + "type": "Polygon" + }, + "id": "3299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66432944423013, + -12.214088802342683, + -76.65468421242055, + -12.20371334478313 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.6600176439382, + -12.20371334478313 + ] + ] + ], + "type": "Polygon" + }, + "id": "3300", + "properties": {}, + "type": "Feature" + } + ], + "type": "FeatureCollection" + }, + "hovertemplate": "duration_to_food_facility_bins=De 45 a 60
index=%{location}", + "locations": [ + 28, + 35, + 38, + 52, + 76, + 90, + 92, + 101, + 104, + 134, + 163, + 203, + 240, + 256, + 258, + 272, + 293, + 310, + 312, + 345, + 362, + 377, + 378, + 383, + 388, + 419, + 425, + 478, + 480, + 486, + 506, + 544, + 559, + 565, + 578, + 597, + 610, + 647, + 657, + 686, + 749, + 756, + 771, + 778, + 784, + 804, + 829, + 883, + 896, + 929, + 986, + 992, + 993, + 1000, + 1007, + 1011, + 1019, + 1021, + 1035, + 1038, + 1045, + 1056, + 1068, + 1076, + 1084, + 1094, + 1127, + 1129, + 1145, + 1160, + 1188, + 1197, + 1208, + 1216, + 1222, + 1235, + 1246, + 1251, + 1272, + 1281, + 1305, + 1308, + 1326, + 1335, + 1338, + 1339, + 1343, + 1366, + 1367, + 1368, + 1374, + 1387, + 1439, + 1450, + 1453, + 1463, + 1466, + 1481, + 1494, + 1495, + 1514, + 1516, + 1517, + 1536, + 1538, + 1546, + 1562, + 1603, + 1606, + 1618, + 1635, + 1636, + 1642, + 1662, + 1668, + 1678, + 1697, + 1726, + 1729, + 1760, + 1761, + 1765, + 1794, + 1799, + 1844, + 1846, + 1848, + 1849, + 1853, + 1868, + 1876, + 1878, + 1887, + 1896, + 1902, + 1909, + 1916, + 1935, + 1952, + 1956, + 1968, + 2020, + 2037, + 2047, + 2049, + 2051, + 2094, + 2116, + 2117, + 2125, + 2131, + 2137, + 2144, + 2168, + 2169, + 2176, + 2187, + 2220, + 2223, + 2225, + 2247, + 2251, + 2253, + 2258, + 2263, + 2272, + 2279, + 2288, + 2292, + 2340, + 2348, + 2355, + 2378, + 2396, + 2401, + 2405, + 2425, + 2440, + 2449, + 2460, + 2473, + 2481, + 2485, + 2494, + 2530, + 2534, + 2544, + 2561, + 2567, + 2571, + 2584, + 2588, + 2598, + 2599, + 2602, + 2604, + 2631, + 2632, + 2677, + 2682, + 2686, + 2692, + 2738, + 2781, + 2791, + 2828, + 2834, + 2840, + 2855, + 2882, + 2902, + 2904, + 2916, + 2922, + 2946, + 2956, + 2970, + 2979, + 3010, + 3017, + 3031, + 3043, + 3046, + 3086, + 3091, + 3094, + 3097, + 3100, + 3104, + 3131, + 3138, + 3163, + 3171, + 3199, + 3234, + 3236, + 3262, + 3267, + 3271 + ], + "name": "De 45 a 60", + "showlegend": true, + "showscale": false, + "subplot": "mapbox", + "type": "choroplethmapbox", + "z": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ] + }, + { + "colorscale": [ + [ + 0, + "#d8576b" + ], + [ + 1, + "#d8576b" + ] + ], + "geojson": { + "bbox": [ + -77.25103444130222, + -12.517989228728535, + -76.62041559387855, + -11.573692228960413 + ], + "features": [ + { + "bbox": [ + -76.80439037166623, + -12.479544488351467, + -76.79473338439676, + -12.469170004896617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80007116393422, + -12.469170004896617 + ], + [ + -76.80439037166623, + -12.472220769284453 + ], + [ + -76.80388112475119, + -12.477408064770854 + ], + [ + -76.79905254388291, + -12.479544488351467 + ], + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.79524275752351, + -12.47130645334645 + ], + [ + -76.80007116393422, + -12.469170004896617 + ] + ] + ], + "type": "Polygon" + }, + "id": "0", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.21673567169266, + -12.087887614728018, + -77.20707979007148, + -12.077496450750104 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21241062497951, + -12.077496450750104 + ], + [ + -77.21673567169266, + -12.080541553271305 + ], + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.20707979007148, + -12.08484242832682 + ], + [ + -77.20758276905593, + -12.07964689766269 + ], + [ + -77.21241062497951, + -12.077496450750104 + ] + ] + ], + "type": "Polygon" + }, + "id": "1", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23121969655782, + -12.081435940629902, + -77.22156365305825, + -12.071044331177799 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22689435492259, + -12.071044331177799 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.22156365305825, + -12.078390920956918 + ], + [ + -77.22206641798117, + -12.073195167462707 + ], + [ + -77.22689435492259, + -12.071044331177799 + ] + ] + ], + "type": "Polygon" + }, + "id": "2", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.25103444130222, + -12.067635813317104, + -77.24137832668924, + -12.057243520014259 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24670876354409, + -12.057243520014259 + ], + [ + -77.25103444130222, + -12.060288205140235 + ], + [ + -77.25053210471678, + -12.065484402890457 + ], + [ + -77.2457039627029, + -12.067635813317104 + ], + [ + -77.24137832668924, + -12.06459104429789 + ], + [ + -77.24188079093568, + -12.059394948755278 + ], + [ + -77.24670876354409, + -12.057243520014259 + ] + ] + ], + "type": "Polygon" + }, + "id": "3", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24952738610197, + -12.083223910203523, + -77.23987084304808, + -12.072831891441023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24520153955892, + -12.072831891441023 + ], + [ + -77.24952738610197, + -12.075876661289815 + ], + [ + -77.24902500407138, + -12.08107272176681 + ], + [ + -77.24419664782108, + -12.083223910203523 + ], + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.24520153955892, + -12.072831891441023 + ] + ] + ], + "type": "Polygon" + }, + "id": "4", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.21522707189207, + -12.103474014776776, + -77.2055707621553, + -12.093083127619384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.21472417497435, + -12.1013238098318 + ], + [ + -77.20989593519363, + -12.103474014776776 + ], + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.21090185658713, + -12.093083127619384 + ] + ] + ], + "type": "Polygon" + }, + "id": "5", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24037335274606, + -12.082330059640089, + -77.23071705922906, + -12.071938245406702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.23604775855509, + -12.071938245406702 + ] + ] + ], + "type": "Polygon" + }, + "id": "6", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2457039627029, + -12.074983098288111, + -77.23604775855509, + -12.06459104429789 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24137832668924, + -12.06459104429789 + ], + [ + -77.2457039627029, + -12.067635813317104 + ], + [ + -77.24520153955892, + -12.072831891441023 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.23655030934498, + -12.066742269550407 + ], + [ + -77.24137832668924, + -12.06459104429789 + ] + ] + ], + "type": "Polygon" + }, + "id": "7", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2007426480144, + -12.109923848858411, + -77.19108650152918, + -12.099533408866476 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.19641772825882, + -12.099533408866476 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.20023953704263, + -12.107774034334977 + ], + [ + -77.19541137880904, + -12.109923848858411 + ], + [ + -77.19108650152918, + -12.106878411003903 + ], + [ + -77.19158973999788, + -12.101683242422597 + ], + [ + -77.19641772825882, + -12.099533408866476 + ] + ] + ], + "type": "Polygon" + }, + "id": "8", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2114047945437, + -12.095233351419967, + -77.20174882446877, + -12.08484242832682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.20707979007148, + -12.08484242832682 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.20174882446877, + -12.092188081169875 + ], + [ + -77.20225188995258, + -12.086992670978084 + ], + [ + -77.20707979007148, + -12.08484242832682 + ] + ] + ], + "type": "Polygon" + }, + "id": "9", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22438073560453, + -12.104368997851333, + -77.21472417497435, + -12.093977905553041 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.22438073560453, + -12.097023009834665 + ], + [ + -77.22387796627224, + -12.10221860723253 + ], + [ + -77.21904960109191, + -12.104368997851333 + ], + [ + -77.21472417497435, + -12.1013238098318 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.22005526735124, + -12.093977905553041 + ] + ] + ], + "type": "Polygon" + }, + "id": "10", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24419664782108, + -12.090570835245073, + -77.23454001527175, + -12.080179056563606 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.24419664782108, + -12.083223910203523 + ], + [ + -77.24369417922603, + -12.088419850669997 + ], + [ + -77.2388657781964, + -12.090570835245073 + ], + [ + -77.23454001527175, + -12.087525897845072 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23987084304808, + -12.080179056563606 + ] + ] + ], + "type": "Polygon" + }, + "id": "11", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.20989593519363, + -12.110819389181554, + -77.20023953704263, + -12.100428743676936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.20989593519363, + -12.103474014776776 + ], + [ + -77.20939295175548, + -12.108669388870759 + ], + [ + -77.20456466773608, + -12.110819389181554 + ], + [ + -77.20023953704263, + -12.107774034334977 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.2055707621553, + -12.100428743676936 + ] + ] + ], + "type": "Polygon" + }, + "id": "12", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22971173910942, + -12.097023009834665, + -77.22005526735124, + -12.086631676447317 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.22971173910942, + -12.089676696959943 + ], + [ + -77.2292090563173, + -12.094872414872372 + ], + [ + -77.22438073560453, + -12.097023009834665 + ], + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.22538622879863, + -12.086631676447317 + ] + ] + ], + "type": "Polygon" + }, + "id": "13", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.20607378662177, + -12.102578762934337, + -77.19641772825882, + -12.092188081169875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.20174882446877, + -12.092188081169875 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.19641772825882, + -12.099533408866476 + ], + [ + -77.19692088023739, + -12.09433811936897 + ], + [ + -77.20174882446877, + -12.092188081169875 + ] + ] + ], + "type": "Polygon" + }, + "id": "14", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22588895266163, + -12.088782290088124, + -77.21623282025061, + -12.078390920956918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22156365305825, + -12.078390920956918 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.21673567169266, + -12.080541553271305 + ], + [ + -77.22156365305825, + -12.078390920956918 + ] + ] + ], + "type": "Polygon" + }, + "id": "15", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2205580777439, + -12.09612831494137, + -77.21090185658713, + -12.085737186575091 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.21623282025061, + -12.085737186575091 + ] + ] + ], + "type": "Polygon" + }, + "id": "16", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23655030934498, + -12.074089266979648, + -77.22689435492259, + -12.063697417650754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23222492575619, + -12.063697417650754 + ], + [ + -77.23655030934498, + -12.066742269550407 + ], + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.22689435492259, + -12.071044331177799 + ], + [ + -77.22739703332178, + -12.065848457715207 + ], + [ + -77.23222492575619, + -12.063697417650754 + ] + ] + ], + "type": "Polygon" + }, + "id": "17", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23504261151906, + -12.089676696959943, + -77.22538622879863, + -12.079285122927537 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23454001527175, + -12.087525897845072 + ], + [ + -77.22971173910942, + -12.089676696959943 + ], + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.23071705922906, + -12.079285122927537 + ] + ] + ], + "type": "Polygon" + }, + "id": "18", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82882759969192, + -12.13617102885011, + -76.81918021721812, + -12.125790139159133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.82451231266047, + -12.125790139159133 + ] + ] + ], + "type": "Polygon" + }, + "id": "19", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07003966305193, + -11.601459785090736, + -77.06040192548107, + -11.591065411175384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.06572499188286, + -11.591065411175384 + ] + ] + ], + "type": "Polygon" + }, + "id": "20", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12190193963382, + -11.732428096487205, + -77.11225899985065, + -11.722034136843403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.11758414410848, + -11.722034136843403 + ] + ] + ], + "type": "Polygon" + }, + "id": "21", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84940090468687, + -11.9731025177947, + -76.83975783662588, + -11.962718623284918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.84508723182428, + -11.962718623284918 + ] + ] + ], + "type": "Polygon" + }, + "id": "22", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17363835507746, + -11.674510763598882, + -77.1639958503303, + -11.66411480692549 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16931996092957, + -11.66411480692549 + ], + [ + -77.17363835507746, + -11.667158261158178 + ], + [ + -77.17313553900625, + -11.672356291451003 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.16931996092957, + -11.66411480692549 + ] + ] + ], + "type": "Polygon" + }, + "id": "23", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13572865690753, + -11.875412733866321, + -77.12608111408974, + -11.865020387252722 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.13140858815932, + -11.865020387252722 + ] + ] + ], + "type": "Polygon" + }, + "id": "24", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95452111681495, + -12.125036113648834, + -76.9448707510396, + -12.114651911262783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.95020256555866, + -12.114651911262783 + ] + ] + ], + "type": "Polygon" + }, + "id": "25", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05737248058583, + -12.064396805645382, + -77.04772127858978, + -12.05400913488869 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.05305197612272, + -12.05400913488869 + ] + ] + ], + "type": "Polygon" + }, + "id": "26", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09139601395617, + -11.66649825089569, + -77.08175580241924, + -11.656104175026211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.08707990777869, + -11.656104175026211 + ] + ] + ], + "type": "Polygon" + }, + "id": "27", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81204349484707, + -12.307427811526102, + -76.80239144817827, + -12.297050139310805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.80772637930016, + -12.297050139310805 + ] + ] + ], + "type": "Polygon" + }, + "id": "28", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1006004159775, + -11.76182390523275, + -77.09095713619756, + -11.751430850816579 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.09628279492941, + -11.751430850816579 + ] + ] + ], + "type": "Polygon" + }, + "id": "29", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71993047958371, + -12.164632847532044, + -76.71028519362727, + -12.154255168505697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.71561780163637, + -12.154255168505697 + ] + ] + ], + "type": "Polygon" + }, + "id": "30", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14932177118453, + -11.73510191969156, + -77.13967806718584, + -11.72470733399623 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.14500321291112, + -11.72470733399623 + ] + ] + ], + "type": "Polygon" + }, + "id": "31", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08784058193292, + -12.035928163563065, + -77.07818945710474, + -12.02553931778207 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.08351964430383, + -12.02553931778207 + ] + ] + ], + "type": "Polygon" + }, + "id": "32", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67340749066328, + -12.309290714561516, + -76.66375916442156, + -12.298916604000064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.66807243736318, + -12.309290714561516 + ], + [ + -76.66375916442156, + -12.306239413539364 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.66909416766096, + -12.298916604000064 + ] + ] + ], + "type": "Polygon" + }, + "id": "33", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01693330229243, + -11.958170203341249, + -77.00728630056551, + -11.947781934971644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.01261529865783, + -11.947781934971644 + ] + ] + ], + "type": "Polygon" + }, + "id": "34", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13262917399388, + -11.812163536914829, + -77.12298359234015, + -11.80177038801329 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.12831003097253, + -11.80177038801329 + ] + ] + ], + "type": "Polygon" + }, + "id": "35", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73749461996034, + -12.032757614684131, + -76.72785278823801, + -12.022377436605137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.73318321698999, + -12.022377436605137 + ] + ] + ], + "type": "Polygon" + }, + "id": "36", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70383652423588, + -12.375196495367776, + -76.69418539011288, + -12.364822731758851 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.6995214786163, + -12.364822731758851 + ] + ] + ], + "type": "Polygon" + }, + "id": "37", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67210338584077, + -11.947637823931064, + -76.66246588609687, + -11.937258048312156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66779492281462, + -11.937258048312156 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.66297626055415, + -11.939398535955059 + ], + [ + -76.66779492281462, + -11.937258048312156 + ] + ] + ], + "type": "Polygon" + }, + "id": "38", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08087186918891, + -11.870045829482718, + -77.0712258647135, + -11.859654736633306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.07655333089991, + -11.859654736633306 + ] + ] + ], + "type": "Polygon" + }, + "id": "39", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72369142958553, + -12.267175210888363, + -76.71404297912487, + -12.256799107272748 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71937727897053, + -12.256799107272748 + ] + ] + ], + "type": "Polygon" + }, + "id": "40", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78844596902236, + -12.218621454408437, + -76.77879720987376, + -12.20824290607737 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.78413068616734, + -12.20824290607737 + ] + ] + ], + "type": "Polygon" + }, + "id": "41", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94150132944306, + -11.832764938814465, + -76.93186001517479, + -11.822376745205636 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.93617427012207, + -11.832764938814465 + ], + [ + -76.93186001517479, + -11.829718482690254 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.93718702839372, + -11.822376745205636 + ] + ] + ], + "type": "Polygon" + }, + "id": "42", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06707260531421, + -11.727073467719785, + -77.057431206859, + -11.71668076697643 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.06275634074274, + -11.71668076697643 + ] + ] + ], + "type": "Polygon" + }, + "id": "43", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94224990789239, + -11.777776162125035, + -76.93261021115929, + -11.767387198697477 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.93793631917049, + -11.767387198697477 + ] + ] + ], + "type": "Polygon" + }, + "id": "44", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01836168379718, + -11.75377814076955, + -77.00872073291721, + -11.743386982429449 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.01404636658768, + -11.743386982429449 + ] + ] + ], + "type": "Polygon" + }, + "id": "45", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05109668730994, + -11.749115631724633, + -77.04145503884223, + -11.738723611399607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.04678055582134, + -11.738723611399607 + ] + ] + ], + "type": "Polygon" + }, + "id": "46", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66659842145526, + -12.23789014552682, + -76.65695241617829, + -12.227515019391742 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.66228624056501, + -12.227515019391742 + ] + ] + ], + "type": "Polygon" + }, + "id": "47", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67437114042745, + -11.971446405089681, + -76.66473286855953, + -11.961066921146077 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.67006229744104, + -11.961066921146077 + ] + ] + ], + "type": "Polygon" + }, + "id": "48", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0916571479917, + -12.044168677452284, + -77.08200568106491, + -12.033779863416893 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.08733599861402, + -12.033779863416893 + ] + ] + ], + "type": "Polygon" + }, + "id": "49", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15099664494194, + -11.908376863444213, + -77.1413477394171, + -11.897984615607378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.146675731693, + -11.897984615607378 + ], + [ + -77.15099664494194, + -11.901029480733321 + ], + [ + -77.15049314743752, + -11.90622565656648 + ], + [ + -77.14566860953208, + -11.908376863444213 + ], + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.146675731693, + -11.897984615607378 + ] + ] + ], + "type": "Polygon" + }, + "id": "50", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07161146434342, + -11.680305052668956, + -77.06197134225317, + -11.669911633796843 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.06729570157243, + -11.669911633796843 + ] + ] + ], + "type": "Polygon" + }, + "id": "51", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8509144847081, + -12.146225246710973, + -76.8412662129959, + -12.135843960953725 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.84659846086751, + -12.135843960953725 + ] + ] + ], + "type": "Polygon" + }, + "id": "52", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8608198593979, + -11.997822227006733, + -76.85117575090196, + -11.987438412779426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.85650554590543, + -11.987438412779426 + ] + ] + ], + "type": "Polygon" + }, + "id": "53", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76558288028981, + -12.263499291637828, + -76.75593339910711, + -12.253122060854563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.76126762556498, + -12.253122060854563 + ] + ] + ], + "type": "Polygon" + }, + "id": "54", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0556378701375, + -11.70235026642056, + -77.0459974976744, + -11.69195752103127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.0513222402168, + -11.69195752103127 + ] + ] + ], + "type": "Polygon" + }, + "id": "55", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06186063936075, + -11.923251396180403, + -77.05221353148735, + -11.912861522565587 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.05754189880123, + -11.912861522565587 + ] + ] + ], + "type": "Polygon" + }, + "id": "56", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65519511582903, + -12.213174536111113, + -76.64555016444103, + -12.20279929845889 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65088358110481, + -12.20279929845889 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.64555016444103, + -12.21012353937759 + ], + [ + -76.6460611932524, + -12.204935975564302 + ], + [ + -76.65088358110481, + -12.20279929845889 + ] + ] + ], + "type": "Polygon" + }, + "id": "57", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10132229319773, + -11.706812674259977, + -77.09168063230123, + -11.696418877189256 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.09700538589935, + -11.696418877189256 + ] + ] + ], + "type": "Polygon" + }, + "id": "58", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86615048500505, + -11.801745897900346, + -76.85651207614822, + -11.791359151271195 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.86615048500505, + -11.794406017468413 + ], + [ + -76.86564316548389, + -11.799599444721533 + ], + [ + -76.86082387450271, + -11.801745897900346 + ], + [ + -76.85651207614822, + -11.798698944560835 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.86183863948489, + -11.791359151271195 + ] + ] + ], + "type": "Polygon" + }, + "id": "59", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78774071833327, + -11.990580184783628, + -76.77809878150413, + -11.980198100514313 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.78342849745725, + -11.980198100514313 + ] + ] + ], + "type": "Polygon" + }, + "id": "60", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06410328158418, + -11.852668692645588, + -77.05445821951429, + -11.842277764829527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05978542245751, + -11.842277764829527 + ] + ] + ], + "type": "Polygon" + }, + "id": "61", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66586168634927, + -12.198525542832215, + -76.65621687674711, + -12.188149793016178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66155005127965, + -12.188149793016178 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.65621687674711, + -12.19547471620238 + ], + [ + -76.65672773425791, + -12.19028689624854 + ], + [ + -76.66155005127965, + -12.188149793016178 + ] + ] + ], + "type": "Polygon" + }, + "id": "62", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84025777939198, + -12.066549436650268, + -76.83061216874468, + -12.05616717673097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.83594310947382, + -12.05616717673097 + ] + ] + ], + "type": "Polygon" + }, + "id": "63", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81817764101683, + -12.056497202977384, + -76.80853292050166, + -12.04611534441712 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.81386370810054, + -12.04611534441712 + ] + ] + ], + "type": "Polygon" + }, + "id": "64", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8219567081505, + -12.253397805669033, + -76.81230600978529, + -12.243018981739553 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.81764004343749, + -12.243018981739553 + ] + ] + ], + "type": "Polygon" + }, + "id": "65", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0200990812437, + -12.210144175994, + -77.01044448099324, + -12.19975971273075 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.01959327532651, + -12.207999516275937 + ], + [ + -77.01476588922195, + -12.210144175994 + ], + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.01577762792792, + -12.19975971273075 + ] + ] + ], + "type": "Polygon" + }, + "id": "66", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09093290333456, + -12.099156426139318, + -77.08127981427069, + -12.088768471938241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.09093290333456, + -12.091814812859907 + ], + [ + -77.09042826482461, + -12.097008842120156 + ], + [ + -77.08560163473821, + -12.099156426139318 + ], + [ + -77.08127981427069, + -12.096110000953841 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.08661103882311, + -12.088768471938241 + ] + ] + ], + "type": "Polygon" + }, + "id": "67", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01234144768623, + -11.910523691348068, + -77.0026959837102, + -11.900134846490301 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -77.00802420279429, + -11.900134846490301 + ] + ] + ], + "type": "Polygon" + }, + "id": "68", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76027995835355, + -12.17651584627847, + -76.75063321821858, + -12.166137330777675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.75596601081428, + -12.166137330777675 + ] + ] + ], + "type": "Polygon" + }, + "id": "69", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01160425913811, + -11.965511806491982, + -77.00195717538377, + -11.955123776381928 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -77.00728630056551, + -11.955123776381928 + ] + ] + ], + "type": "Polygon" + }, + "id": "70", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63919435202266, + -12.235145461674747, + -76.62954918920411, + -12.224770995569543 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.63488296840235, + -12.224770995569543 + ] + ] + ], + "type": "Polygon" + }, + "id": "71", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84480992339918, + -12.302831547573303, + -76.83515713771874, + -12.292452972419875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.84049197407354, + -12.292452972419875 + ] + ] + ], + "type": "Polygon" + }, + "id": "72", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81891884833152, + -12.190213151611028, + -76.80927011807941, + -12.17983337323485 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.81460311056414, + -12.17983337323485 + ] + ] + ], + "type": "Polygon" + }, + "id": "73", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85549001709562, + -12.005157753800917, + -76.84584583151634, + -11.994774182483301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.85117575090196, + -11.994774182483301 + ] + ] + ], + "type": "Polygon" + }, + "id": "74", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73220365909692, + -11.945755235093332, + -76.72256456495305, + -11.935373898159224 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.72789356139376, + -11.935373898159224 + ] + ] + ], + "type": "Polygon" + }, + "id": "75", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83414982779807, + -12.223169896075838, + -76.82449970605613, + -12.212790268750183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82983323378433, + -12.212790268750183 + ] + ] + ], + "type": "Polygon" + }, + "id": "76", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462578635307, + -12.100414009004043, + -76.85497851726329, + -12.090031660834033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.86031000056144, + -12.090031660834033 + ] + ] + ], + "type": "Polygon" + }, + "id": "77", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70008093301492, + -12.272672800799432, + -76.69043296559563, + -12.262297391999976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.69576736088189, + -12.262297391999976 + ] + ] + ], + "type": "Polygon" + }, + "id": "78", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96977132823288, + -12.157995444978924, + -76.96011958266877, + -12.147611385457662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.96545192537482, + -12.147611385457662 + ] + ] + ], + "type": "Polygon" + }, + "id": "79", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82352124141302, + -11.954814061110373, + -76.81387940918944, + -11.94443054766028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.8192085183923, + -11.94443054766028 + ] + ] + ], + "type": "Polygon" + }, + "id": "80", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1942275569044, + -11.700124253656242, + -77.18458378180419, + -11.689728133362769 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18990827805789, + -11.689728133362769 + ], + [ + -77.1942275569044, + -11.692771539641688 + ], + [ + -77.19372499054937, + -11.69796965158303 + ], + [ + -77.1889030181894, + -11.700124253656242 + ], + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18990827805789, + -11.689728133362769 + ] + ] + ], + "type": "Polygon" + }, + "id": "81", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80444580205736, + -12.196633953896104, + -76.79479726856164, + -12.186254644239868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.80013037448607, + -12.186254644239868 + ] + ] + ], + "type": "Polygon" + }, + "id": "82", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18216178807918, + -11.82486509852777, + -77.17251459755022, + -11.814470931671089 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1778411646585, + -11.814470931671089 + ], + [ + -77.18216178807918, + -11.817515092932366 + ], + [ + -77.18165885850664, + -11.822712228133646 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.1778411646585, + -11.814470931671089 + ] + ] + ], + "type": "Polygon" + }, + "id": "83", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66353348747742, + -12.26901433775822, + -76.65388663753981, + -12.258639805394635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65922097604651, + -12.258639805394635 + ] + ] + ], + "type": "Polygon" + }, + "id": "84", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98576773386583, + -12.135985519161242, + -76.9761162311798, + -12.125600716533716 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.98144819410301, + -12.125600716533716 + ] + ] + ], + "type": "Polygon" + }, + "id": "85", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82580163653509, + -11.978628813566736, + -76.81615903351965, + -11.968245593009874 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.82148853376206, + -11.968245593009874 + ] + ] + ], + "type": "Polygon" + }, + "id": "86", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95902645943858, + -11.889549240861186, + -76.94938299766359, + -11.879161409738579 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.95471092857873, + -11.879161409738579 + ] + ] + ], + "type": "Polygon" + }, + "id": "87", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15766550606251, + -11.696566416169677, + -77.14802274123163, + -11.686171126686487 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.15334724039408, + -11.686171126686487 + ] + ] + ], + "type": "Polygon" + }, + "id": "88", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04117735542826, + -11.708804505258797, + -77.03153715924657, + -11.698412196466059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.03686202615765, + -11.698412196466059 + ] + ] + ], + "type": "Polygon" + }, + "id": "89", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10297102400413, + -11.880076786460727, + -77.093324163317, + -11.869685298166457 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.0986517633092, + -11.869685298166457 + ] + ] + ], + "type": "Polygon" + }, + "id": "90", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94306412830802, + -12.005949391125256, + -76.9334176131145, + -11.99556364984132 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.93874747599017, + -11.99556364984132 + ] + ] + ], + "type": "Polygon" + }, + "id": "91", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13731819646488, + -11.954244966415759, + -77.12766826488384, + -11.943853710003099 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.13731819646488, + -11.946898926797367 + ], + [ + -77.13681443536487, + -11.952094606972548 + ], + [ + -77.13198938433638, + -11.954244966415759 + ], + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.1329970336706, + -11.943853710003099 + ] + ] + ], + "type": "Polygon" + }, + "id": "92", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02465064986697, + -12.163412577550469, + -77.01499732822077, + -12.15302725211492 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02032969896408, + -12.15302725211492 + ], + [ + -77.02465064986697, + -12.156074513895438 + ], + [ + -77.02414498086875, + -12.16126722916651 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.02032969896408, + -12.15302725211492 + ] + ] + ], + "type": "Polygon" + }, + "id": "93", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84938487434061, + -12.256126390217853, + -76.83973336207409, + -12.245746921225454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.84506742438742, + -12.245746921225454 + ] + ] + ], + "type": "Polygon" + }, + "id": "94", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72608971793768, + -12.008039500312059, + -76.71644893443673, + -11.997659240064669 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72177895864846, + -11.997659240064669 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.71644893443673, + -12.0049901962182 + ], + [ + -76.71695865426739, + -11.999800120811418 + ], + [ + -76.72177895864846, + -11.997659240064669 + ] + ] + ], + "type": "Polygon" + }, + "id": "95", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18508647530837, + -11.699235181774988, + -77.17544295205819, + -11.68883926880591 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.18076744945257, + -11.68883926880591 + ] + ] + ], + "type": "Polygon" + }, + "id": "96", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76031129331884, + -12.082193694336649, + -76.75066736676742, + -12.071813692883966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.75599860349702, + -12.071813692883966 + ] + ] + ], + "type": "Polygon" + }, + "id": "97", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9804357253859, + -12.143322493299152, + -76.97078414157447, + -12.13293793793133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.9761162311798, + -12.13293793793133 + ] + ] + ], + "type": "Polygon" + }, + "id": "98", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71390010626574, + -12.038269897952285, + -76.70425875500446, + -12.027890404263326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70958928013314, + -12.027890404263326 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.70425875500446, + -12.035220325916058 + ], + [ + -76.70476869195036, + -12.03003063384419 + ], + [ + -76.70958928013314, + -12.027890404263326 + ] + ] + ], + "type": "Polygon" + }, + "id": "99", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83267562211819, + -11.766983471773964, + -76.82303913884068, + -11.75659709189744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.8283651512555, + -11.75659709189744 + ] + ] + ], + "type": "Polygon" + }, + "id": "100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91109544597316, + -12.14432900439522, + -76.90144563967331, + -12.133946184206293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.90677781172982, + -12.133946184206293 + ] + ] + ], + "type": "Polygon" + }, + "id": "101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72757754959588, + -12.086795618540236, + -76.71793437697306, + -12.076416520247731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.72326569922069, + -12.076416520247731 + ] + ] + ], + "type": "Polygon" + }, + "id": "102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1111804401277, + -11.652688807213453, + -77.10154014144426, + -11.642294076864047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.10686399157734, + -11.642294076864047 + ] + ] + ], + "type": "Polygon" + }, + "id": "103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919581871099, + -12.14803898637879, + -76.85954700731075, + -12.137657271134916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.86487927280609, + -12.137657271134916 + ] + ] + ], + "type": "Polygon" + }, + "id": "104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65819909878206, + -12.276337414167356, + -76.64855217791148, + -12.265963141040219 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.65388663753981, + -12.265963141040219 + ] + ] + ], + "type": "Polygon" + }, + "id": "105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8059901203962, + -12.086734334962934, + -76.79634482504845, + -12.076353248308395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.80167611740973, + -12.076353248308395 + ] + ] + ], + "type": "Polygon" + }, + "id": "106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02386934682511, + -12.124015966802927, + -77.01421722106836, + -12.113630038680023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01954894320693, + -12.113630038680023 + ] + ] + ], + "type": "Polygon" + }, + "id": "107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79831893916418, + -12.35321253601032, + -76.78866589313066, + -12.34283598921608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.79400158743239, + -12.34283598921608 + ] + ] + ], + "type": "Polygon" + }, + "id": "108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12522374344452, + -12.07892611595525, + -77.1155703961235, + -12.06853701736512 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.12522374344452, + -12.071582942193793 + ], + [ + -77.12471961822986, + -12.076777543433247 + ], + [ + -77.11989285920305, + -12.07892611595525 + ], + [ + -77.1155703961235, + -12.07588010684822 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.12090123681685, + -12.06853701736512 + ] + ] + ], + "type": "Polygon" + }, + "id": "109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74271562385739, + -12.3083681322623, + -76.73306542361188, + -12.297992233722644 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.73840039871943, + -12.297992233722644 + ] + ] + ], + "type": "Polygon" + }, + "id": "110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9880628781608, + -12.15980222918304, + -76.97841060532278, + -12.149417746686982 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.98374295847934, + -12.149417746686982 + ] + ] + ], + "type": "Polygon" + }, + "id": "111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92630523523636, + -11.988567160752535, + -76.91665967614114, + -11.978181576501381 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.92198926791185, + -11.978181576501381 + ] + ] + ], + "type": "Polygon" + }, + "id": "112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80676188964557, + -12.03177836661477, + -76.79711821256211, + -12.021396419998446 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.80244859860132, + -12.021396419998446 + ] + ] + ], + "type": "Polygon" + }, + "id": "113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10822837795646, + -11.778306172860304, + -77.09858441572527, + -11.76791315466624 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.10391033435151, + -11.76791315466624 + ] + ] + ], + "type": "Polygon" + }, + "id": "114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90729663436352, + -12.23043343353049, + -76.89764435727372, + -12.220052092813292 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.90297795295645, + -12.220052092813292 + ] + ] + ], + "type": "Polygon" + }, + "id": "115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77938371721733, + -11.93471420490426, + -76.76974367090764, + -11.924331511216701 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.77507247002917, + -11.924331511216701 + ] + ] + ], + "type": "Polygon" + }, + "id": "116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06634496650707, + -11.78207960808194, + -77.05670194940275, + -11.771687657574303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.06202798846748, + -11.771687657574303 + ] + ] + ], + "type": "Polygon" + }, + "id": "117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08837203759558, + -11.697679531608777, + -77.07873097480493, + -11.687285929877115 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.0840555966714, + -11.687285929877115 + ] + ] + ], + "type": "Polygon" + }, + "id": "118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8250207178825, + -12.127931606148628, + -76.81537368311254, + -12.117550682492183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.82070564481073, + -12.117550682492183 + ] + ] + ], + "type": "Polygon" + }, + "id": "119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82275244989464, + -12.009777396287648, + -76.81310899994982, + -11.999394715892688 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.81843901508321, + -11.999394715892688 + ] + ] + ], + "type": "Polygon" + }, + "id": "120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02841922779602, + -12.077277821156867, + -77.01876838008928, + -12.066891056387474 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.02409932639446, + -12.066891056387474 + ] + ] + ], + "type": "Polygon" + }, + "id": "121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01688978139123, + -11.863772530325008, + -77.00724559339334, + -11.853382911643143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.01257303783603, + -11.853382911643143 + ] + ] + ], + "type": "Polygon" + }, + "id": "122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77847751340215, + -12.461238985973267, + -76.76882177241605, + -12.450864831693949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.7741592612032, + -12.450864831693949 + ] + ] + ], + "type": "Polygon" + }, + "id": "123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92248010351895, + -11.885949935202511, + -76.91283770251394, + -11.875562957914854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.91816560796273, + -11.875562957914854 + ] + ] + ], + "type": "Polygon" + }, + "id": "124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15552744052124, + -11.861610396227354, + -77.14587981559016, + -11.85121737869024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.15120703121349, + -11.85121737869024 + ] + ] + ], + "type": "Polygon" + }, + "id": "125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96509919130068, + -11.827219686614816, + -76.95545742817292, + -11.816830833307726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.96078432744652, + -11.816830833307726 + ] + ] + ], + "type": "Polygon" + }, + "id": "126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1181608439078, + -11.818618697692635, + -77.10851543217257, + -11.80822598679032 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.11384199892753, + -11.80822598679032 + ] + ] + ], + "type": "Polygon" + }, + "id": "127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7891751516025, + -12.352299961256486, + -76.77952237922898, + -12.341923630263008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.78485806270552, + -12.341923630263008 + ] + ] + ], + "type": "Polygon" + }, + "id": "128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72146016857232, + -12.14906625715072, + -76.71181530532915, + -12.138688291185597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.71714765615178, + -12.138688291185597 + ] + ] + ], + "type": "Polygon" + }, + "id": "129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77394551827366, + -12.319345692449595, + -76.76429414218882, + -12.308969185803885 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.769629287728, + -12.308969185803885 + ] + ] + ], + "type": "Polygon" + }, + "id": "130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69780892298022, + -12.248871024767507, + -76.68816172889548, + -12.238495279321253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.69349573147922, + -12.238495279321253 + ] + ] + ], + "type": "Polygon" + }, + "id": "131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562466555747, + -12.138892754574899, + -76.84659846086751, + -12.128511219132987 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.85193058432881, + -12.128511219132987 + ] + ] + ], + "type": "Polygon" + }, + "id": "132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97352274108167, + -11.977494020339872, + -76.96387628249312, + -11.967107103738934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96920564668535, + -11.967107103738934 + ] + ] + ], + "type": "Polygon" + }, + "id": "133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767230201937, + -12.25794409930229, + -76.85802024953759, + -12.247564201517882 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.86335432957894, + -12.247564201517882 + ] + ] + ], + "type": "Polygon" + }, + "id": "134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01307838802076, + -11.855531828818664, + -77.0034345432824, + -11.845142188293716 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -77.0087618565751, + -11.845142188293716 + ] + ] + ], + "type": "Polygon" + }, + "id": "135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00024521475295, + -12.129550569759301, + -76.99059353064865, + -12.119165309176896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.99592537152029, + -12.119165309176896 + ] + ] + ], + "type": "Polygon" + }, + "id": "136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09244672773596, + -12.083574425373987, + -77.08279406539633, + -12.07318619374786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.08812503103283, + -12.07318619374786 + ] + ] + ], + "type": "Polygon" + }, + "id": "137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15234096391768, + -11.703917680726216, + -77.1426981127226, + -11.693522614531949 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.14802274123163, + -11.693522614531949 + ] + ] + ], + "type": "Polygon" + }, + "id": "138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005718601959, + -12.052786909281695, + -76.8504114588701, + -12.042403942418952 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.85574216013168, + -12.042403942418952 + ] + ] + ], + "type": "Polygon" + }, + "id": "139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89356081509209, + -11.993196919988886, + -76.88391597819655, + -11.982812219044666 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88924567334985, + -11.982812219044666 + ] + ] + ], + "type": "Polygon" + }, + "id": "140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74893645205906, + -11.96314141741898, + -76.73929638398302, + -11.952759910062984 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.74462566218604, + -11.952759910062984 + ] + ] + ], + "type": "Polygon" + }, + "id": "141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79990562653929, + -12.054683568951948, + -76.7902614507399, + -12.044302143276708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.79559221765021, + -12.044302143276708 + ] + ] + ], + "type": "Polygon" + }, + "id": "142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84482995919832, + -12.019827819615863, + -76.83518561995024, + -12.009444735445454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.84051578783647, + -12.009444735445454 + ] + ] + ], + "type": "Polygon" + }, + "id": "143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11211401304925, + -11.880971427383447, + -77.10246689591958, + -11.870579730134208 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.10779449724858, + -11.870579730134208 + ] + ] + ], + "type": "Polygon" + }, + "id": "144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72592434366388, + -12.385265751244495, + -76.71627230334566, + -12.37489159753346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.72160855362323, + -12.37489159753346 + ] + ] + ], + "type": "Polygon" + }, + "id": "145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98954575293429, + -12.04985476199432, + -76.97989672239196, + -12.039468533685318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.98522726157927, + -12.039468533685318 + ] + ] + ], + "type": "Polygon" + }, + "id": "146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75351861791964, + -11.916423236354415, + -76.7438798173243, + -11.906040932996763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.74920832454404, + -11.906040932996763 + ] + ] + ], + "type": "Polygon" + }, + "id": "147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98185445995996, + -11.844598821242121, + -76.97221174531012, + -11.83420979567334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.97753891327145, + -11.83420979567334 + ] + ] + ], + "type": "Polygon" + }, + "id": "148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68021976778297, + -12.380685918448043, + -76.67056911973252, + -12.370312855397534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.67970894717689, + -12.378550933188981 + ], + [ + -76.67488353533685, + -12.380685918448043 + ], + [ + -76.67056911973252, + -12.377634343082692 + ], + [ + -76.67108006597283, + -12.37244786625101 + ], + [ + -76.67590530219279, + -12.370312855397534 + ] + ] + ], + "type": "Polygon" + }, + "id": "149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6711947897393, + -12.191200534545944, + -76.66155005127965, + -12.180824529308499 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.66155005127965, + -12.188149793016178 + ], + [ + -76.66206082313253, + -12.182961845322298 + ], + [ + -76.66688310461413, + -12.180824529308499 + ] + ] + ], + "type": "Polygon" + }, + "id": "150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8600638748136, + -11.76968512267344, + -76.85042658175516, + -11.759298093527384 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.8557526217784, + -11.759298093527384 + ] + ] + ], + "type": "Polygon" + }, + "id": "151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05031308315584, + -11.709698046504084, + -77.04067262756573, + -11.699305526500163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.0459974976744, + -11.699305526500163 + ] + ] + ], + "type": "Polygon" + }, + "id": "152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94075249898101, + -11.887750110187577, + -76.93110956663796, + -11.87736270548093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.9364374853705, + -11.87736270548093 + ] + ] + ], + "type": "Polygon" + }, + "id": "153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767233220088, + -11.974910219205581, + -76.85802872487083, + -11.964525893918783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.86335813776539, + -11.964525893918783 + ] + ] + ], + "type": "Polygon" + }, + "id": "154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88062339805332, + -12.17275747631116, + -76.87097354631027, + -12.162375868643965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.87630621129509, + -12.162375868643965 + ] + ] + ], + "type": "Polygon" + }, + "id": "155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72517985518422, + -12.345904345427913, + -76.7155290117787, + -12.335529532025923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.72086461175567, + -12.335529532025923 + ] + ] + ], + "type": "Polygon" + }, + "id": "156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8821295692172, + -11.779725296347022, + -76.87249139283219, + -11.769337851902117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.87781758266746, + -11.769337851902117 + ] + ] + ], + "type": "Polygon" + }, + "id": "157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82199673353281, + -11.97038899766496, + -76.81235447794445, + -11.960005751197215 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.81768384453495, + -11.960005751197215 + ] + ] + ], + "type": "Polygon" + }, + "id": "158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00102357877681, + -12.168945087579957, + -76.99137069878411, + -12.158560431224156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.9967031883501, + -12.158560431224156 + ] + ] + ], + "type": "Polygon" + }, + "id": "159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02676347289709, + -11.809673105773241, + -77.01712064292612, + -11.799282496198739 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.02244718573922, + -11.799282496198739 + ] + ] + ], + "type": "Polygon" + }, + "id": "160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01931823411468, + -12.170750309271076, + -77.00966483009137, + -12.160365231709688 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.01499732822077, + -12.160365231709688 + ] + ] + ], + "type": "Polygon" + }, + "id": "161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11053112580272, + -11.802136495273778, + -77.1008863962782, + -11.791743743848073 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.10621270332547, + -11.791743743848073 + ] + ] + ], + "type": "Polygon" + }, + "id": "162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96363715873285, + -12.03157159722274, + -76.95398934419251, + -12.021185731406186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95931960923272, + -12.021185731406186 + ] + ] + ], + "type": "Polygon" + }, + "id": "163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0175821537006, + -11.714363255553323, + -77.00794239567594, + -11.703971596128511 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.01326738236338, + -11.703971596128511 + ] + ] + ], + "type": "Polygon" + }, + "id": "164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1303245271117, + -11.788332566065934, + -77.12067971258747, + -11.777939148872962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.12600576294753, + -11.777939148872962 + ] + ] + ], + "type": "Polygon" + }, + "id": "165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13557237219497, + -11.686544609011673, + -77.12593045574236, + -11.676149722077502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.13125482524035, + -11.676149722077502 + ] + ] + ], + "type": "Polygon" + }, + "id": "166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7747774336386, + -12.075771352826834, + -76.76513330676103, + -12.065390885705238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.77046443223611, + -12.065390885705238 + ] + ] + ], + "type": "Polygon" + }, + "id": "167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06483145308951, + -11.797667224055386, + -77.05518801034563, + -11.787275521464334 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.06051430771765, + -11.787275521464334 + ] + ] + ], + "type": "Polygon" + }, + "id": "168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93542453412006, + -11.895090524442061, + -76.92578152220635, + -11.884703355996777 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.93110956663796, + -11.884703355996777 + ] + ] + ], + "type": "Polygon" + }, + "id": "169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12110953981572, + -11.693004449082958, + -77.11146779290176, + -11.682609994442181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.11679229056348, + -11.682609994442181 + ] + ] + ], + "type": "Polygon" + }, + "id": "170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80286258504503, + -12.495105815267385, + -76.79320517325112, + -12.484731650511064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79854321091787, + -12.484731650511064 + ], + [ + -76.80286258504503, + -12.487782496561413 + ], + [ + -76.8023532922527, + -12.492969632694676 + ], + [ + -76.79752449910596, + -12.495105815267385 + ], + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.79854321091787, + -12.484731650511064 + ] + ] + ], + "type": "Polygon" + }, + "id": "171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15393380947195, + -11.782767239478423, + -77.14428857199209, + -11.772373178029314 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14961449374826, + -11.772373178029314 + ] + ] + ], + "type": "Polygon" + }, + "id": "172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75110870876391, + -12.269913731786003, + -76.74145942891411, + -12.259536975307856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.74679376631644, + -12.259536975307856 + ] + ] + ], + "type": "Polygon" + }, + "id": "173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1416914914417, + -11.718619277899665, + -77.13204846801388, + -11.708224659621095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.13737335495425, + -11.708224659621095 + ] + ] + ], + "type": "Polygon" + }, + "id": "174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89432552415971, + -12.032589869824976, + -76.88467949258819, + -12.022205740083558 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.89000983618507, + -12.022205740083558 + ] + ] + ], + "type": "Polygon" + }, + "id": "175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77705462992269, + -12.09958104891388, + -76.76740973123252, + -12.08920089270136 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.77274124840952, + -12.08920089270136 + ] + ] + ], + "type": "Polygon" + }, + "id": "176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69094346481755, + -12.271758587700948, + -76.68129577605558, + -12.261383397636797 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.68663015755986, + -12.261383397636797 + ] + ] + ], + "type": "Polygon" + }, + "id": "177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8211869451317, + -12.308338874307061, + -76.81153462607564, + -12.297960986746332 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.81686956732959, + -12.297960986746332 + ] + ] + ], + "type": "Polygon" + }, + "id": "178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05558310035096, + -11.607918529557839, + -77.04594553774085, + -11.59752458710986 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.05126872911963, + -11.59752458710986 + ] + ] + ], + "type": "Polygon" + }, + "id": "179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09619734806722, + -11.997417589444584, + -77.08654716082968, + -11.98702796404873 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.09187670193714, + -11.98702796404873 + ] + ] + ], + "type": "Polygon" + }, + "id": "180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08632678642398, + -12.051511091380085, + -77.07667523504853, + -12.04112251836867 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.08200568106491, + -12.04112251836867 + ] + ] + ], + "type": "Polygon" + }, + "id": "181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94914172344173, + -11.943632259859532, + -76.93949690740047, + -11.93324544996507 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.94482573820638, + -11.93324544996507 + ] + ] + ], + "type": "Polygon" + }, + "id": "182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7031428533829, + -12.2415459791429, + -76.69349573147922, + -12.231169976454744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.69882961226526, + -12.231169976454744 + ] + ] + ], + "type": "Polygon" + }, + "id": "183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00561722574139, + -12.216577362433199, + -76.99596280532573, + -12.2061933597787 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.00511120671555, + -12.214433099117043 + ], + [ + -77.00028391045024, + -12.216577362433199 + ], + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -77.00129607532106, + -12.2061933597787 + ] + ] + ], + "type": "Polygon" + }, + "id": "184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94692064767347, + -12.202911583310625, + -76.93726815521224, + -12.192528809616626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.94260126144214, + -12.192528809616626 + ] + ] + ], + "type": "Polygon" + }, + "id": "185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88594533968153, + -11.976716870075398, + -76.87630119498692, + -11.966332115012834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.88163062447667, + -11.966332115012834 + ] + ] + ], + "type": "Polygon" + }, + "id": "186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13493418105325, + -11.835994067705563, + -77.12528783217923, + -11.825601190666328 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.13061465912298, + -11.825601190666328 + ] + ] + ], + "type": "Polygon" + }, + "id": "187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09376247750903, + -11.784761006096971, + -77.08411868721551, + -11.774368425500061 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.08944473277471, + -11.774368425500061 + ] + ] + ], + "type": "Polygon" + }, + "id": "188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76869703064185, + -12.043721686412313, + -76.7590540241583, + -12.03334088278919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.76438462358944, + -12.03334088278919 + ] + ] + ], + "type": "Polygon" + }, + "id": "189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88975938287112, + -12.079316184960879, + -76.88011207812238, + -12.068932882004805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.8854431953595, + -12.068932882004805 + ] + ] + ], + "type": "Polygon" + }, + "id": "190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72898517360576, + -12.354142673177169, + -76.71933397998325, + -12.343767903900021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.72466971514163, + -12.343767903900021 + ] + ] + ], + "type": "Polygon" + }, + "id": "191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310096881797, + -12.210325258794272, + -76.85345045972396, + -12.199944695280035 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.85878375701267, + -12.199944695280035 + ] + ] + ], + "type": "Polygon" + }, + "id": "192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94837037977253, + -11.90423090902235, + -76.93872675785875, + -11.893843550388853 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.9440549407277, + -11.893843550388853 + ] + ] + ], + "type": "Polygon" + }, + "id": "193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0245133259432, + -11.880253924708416, + -77.01486845160942, + -11.86986435108102 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.02019615822763, + -11.86986435108102 + ] + ] + ], + "type": "Polygon" + }, + "id": "194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8105335335674, + -12.2286807019385, + -76.800883879674, + -12.218301759764714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.8062175114195, + -12.218301759764714 + ] + ] + ], + "type": "Polygon" + }, + "id": "195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6772658064552, + -12.22324141314456, + -76.6676199437112, + -12.212865772907948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.67295352552854, + -12.212865772907948 + ] + ] + ], + "type": "Polygon" + }, + "id": "196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09994602799941, + -11.911250220507718, + -77.09029831467775, + -11.900859248320314 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.09562643197086, + -11.900859248320314 + ] + ] + ], + "type": "Polygon" + }, + "id": "197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0031225614524, + -11.720814657992305, + -76.99348298292249, + -11.710423437409633 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.99880809217528, + -11.710423437409633 + ] + ] + ], + "type": "Polygon" + }, + "id": "198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97054595200163, + -12.197386160834613, + -76.96089301039463, + -12.187002712802617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.96622600199524, + -12.187002712802617 + ] + ] + ], + "type": "Polygon" + }, + "id": "199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82045830911899, + -12.080309195559746, + -76.81081281727833, + -12.069927645076348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.81614399620334, + -12.069927645076348 + ] + ] + ], + "type": "Polygon" + }, + "id": "200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9713207669883, + -12.236774889926947, + -76.96166662904547, + -12.22639206313361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.9713207669883, + -12.229440164099136 + ], + [ + -76.97081423576213, + -12.23463163034578 + ], + [ + -76.96598708054562, + -12.236774889926947 + ], + [ + -76.96166662904547, + -12.233726705216373 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.9670002696966, + -12.22639206313361 + ] + ] + ], + "type": "Polygon" + }, + "id": "201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09060758148638, + -11.627074304592584, + -77.08096856228545, + -11.616679749887037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.08629202122165, + -11.616679749887037 + ] + ] + ], + "type": "Polygon" + }, + "id": "202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7709734956548, + -12.067531953425794, + -76.76132971745655, + -12.057151455920566 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.76666070855794, + -12.057151455920566 + ] + ] + ], + "type": "Polygon" + }, + "id": "203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10894901880158, + -11.723295092373823, + -77.09930667571534, + -11.712901325922918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.10463168910135, + -11.712901325922918 + ] + ] + ], + "type": "Polygon" + }, + "id": "204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93848384381282, + -11.958311139478885, + -76.92883886820782, + -11.947924807568674 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.93416795070505, + -11.947924807568674 + ] + ] + ], + "type": "Polygon" + }, + "id": "205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562499986229, + -12.044547148264597, + -76.84660461835828, + -12.03416415139173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.85193518633771, + -12.03416415139173 + ] + ] + ], + "type": "Polygon" + }, + "id": "206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81819208439303, + -11.96214917791663, + -76.80855017629189, + -11.951765905993467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.81387940918944, + -11.951765905993467 + ] + ] + ], + "type": "Polygon" + }, + "id": "207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77091703240325, + -12.256172207546927, + -76.76126762556498, + -12.245794720020985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.76660172902231, + -12.245794720020985 + ] + ] + ], + "type": "Polygon" + }, + "id": "208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81284680549464, + -12.063830085307226, + -76.80320200922415, + -12.053448473195608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.80853292050166, + -12.053448473195608 + ] + ] + ], + "type": "Polygon" + }, + "id": "209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96736137401393, + -11.756643362179412, + -76.95772165314204, + -11.746253495112441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.96304738940538, + -11.746253495112441 + ] + ] + ], + "type": "Polygon" + }, + "id": "210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6490632649652, + -12.27542182869652, + -76.63941662494427, + -12.265047775418033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.64475106952821, + -12.265047775418033 + ] + ] + ], + "type": "Polygon" + }, + "id": "211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0192739883975, + -12.076377239276992, + -77.00962340183804, + -12.065990685063273 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.01495434427693, + -12.065990685063273 + ] + ] + ], + "type": "Polygon" + }, + "id": "212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97659074953349, + -12.040713290862861, + -76.96694232653657, + -12.030327243314964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.9722727289237, + -12.030327243314964 + ] + ] + ], + "type": "Polygon" + }, + "id": "213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92177528525629, + -12.224007202411528, + -76.9121228200282, + -12.213625396082769 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9174562973363, + -12.213625396082769 + ] + ] + ], + "type": "Polygon" + }, + "id": "214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7214174926185, + -12.243372289175586, + -76.71176981525389, + -12.232995849706088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.71710372258805, + -12.232995849706088 + ] + ] + ], + "type": "Polygon" + }, + "id": "215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0292009864655, + -12.116677123671336, + -77.01954894320693, + -12.106290949973285 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.02488053791635, + -12.106290949973285 + ] + ] + ], + "type": "Polygon" + }, + "id": "216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73365363917806, + -12.1188421898472, + -76.72400934465152, + -12.108463436253102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72934119391006, + -12.108463436253102 + ] + ] + ], + "type": "Polygon" + }, + "id": "217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67641616265432, + -12.37244786625101, + -76.66676586587384, + -12.362074758182251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67210191251787, + -12.362074758182251 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.67108006597283, + -12.37244786625101 + ], + [ + -76.66676586587384, + -12.369396293933365 + ], + [ + -76.66727685194782, + -12.364209794625593 + ], + [ + -76.67210191251787, + -12.362074758182251 + ] + ] + ], + "type": "Polygon" + }, + "id": "218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09850065870648, + -12.021242288019133, + -77.0888497030215, + -12.01085296216948 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.0941796331701, + -12.01085296216948 + ] + ] + ], + "type": "Polygon" + }, + "id": "219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09626404326681, + -12.091814812859907, + -77.08661103882311, + -12.081426615451784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.09626404326681, + -12.084472872078313 + ], + [ + -77.09575949107942, + -12.089667022912241 + ], + [ + -77.09093290333456, + -12.091814812859907 + ], + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.09194213478963, + -12.081426615451784 + ] + ] + ], + "type": "Polygon" + }, + "id": "220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6941580575933, + -11.957694753512014, + -76.68451965009433, + -11.947314560978002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68984885046599, + -11.947314560978002 + ] + ] + ], + "type": "Polygon" + }, + "id": "221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9758788627646, + -12.190050639735956, + -76.96622600199524, + -12.179666941704594 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.971558867045, + -12.179666941704594 + ] + ] + ], + "type": "Polygon" + }, + "id": "222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03438654960014, + -11.82615475353624, + -77.02474303392934, + -11.815764183681697 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.03006983858099, + -11.815764183681697 + ] + ] + ], + "type": "Polygon" + }, + "id": "223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300166763931, + -11.96757367255777, + -76.86335813776539, + -11.9571891060137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.86868742608735, + -11.9571891060137 + ] + ] + ], + "type": "Polygon" + }, + "id": "224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07705779415576, + -11.861804936727008, + -77.06741213163377, + -11.851413821113992 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.07273946747392, + -11.851413821113992 + ] + ] + ], + "type": "Polygon" + }, + "id": "225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05182679600642, + -11.694109206551751, + -77.042186765663, + -11.683716447193174 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.04751137767525, + -11.683716447193174 + ] + ] + ], + "type": "Polygon" + }, + "id": "226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90650718661833, + -12.002339954334488, + -76.8968617363019, + -11.99195506701533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.90219157176664, + -11.99195506701533 + ] + ] + ], + "type": "Polygon" + }, + "id": "227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77928058917642, + -12.312019518253294, + -76.769629287728, + -12.301642752370022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.77496431007701, + -12.301642752370022 + ] + ] + ], + "type": "Polygon" + }, + "id": "228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11269132691153, + -11.637096653279682, + -77.10305145400228, + -11.626701689723147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10837504583426, + -11.626701689723147 + ], + [ + -77.11269132691153, + -11.629745481250453 + ], + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.10837504583426, + -11.626701689723147 + ] + ] + ], + "type": "Polygon" + }, + "id": "229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99035838189461, + -12.183618383729945, + -76.9807053388127, + -12.173234224924753 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.98603808224235, + -12.173234224924753 + ] + ] + ], + "type": "Polygon" + }, + "id": "230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69188875306273, + -11.933885004829797, + -76.68225111744553, + -11.923504522655941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.68757992583494, + -11.923504522655941 + ] + ] + ], + "type": "Polygon" + }, + "id": "231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90117730450434, + -12.009676944822735, + -76.89153177564991, + -11.999292299819398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.8968617363019, + -11.999292299819398 + ] + ] + ], + "type": "Polygon" + }, + "id": "232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96813473676895, + -11.796052623520737, + -76.95849382282175, + -11.785663268418524 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.96382020637876, + -11.785663268418524 + ] + ] + ], + "type": "Polygon" + }, + "id": "233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74726831649916, + -12.355971401930844, + -76.73761656973008, + -12.345596198073407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.74295232989594, + -12.345596198073407 + ] + ] + ], + "type": "Polygon" + }, + "id": "234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1592596447713, + -11.775417379857046, + -77.14961449374826, + -11.76502309138468 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.15494028606705, + -11.76502309138468 + ] + ] + ], + "type": "Polygon" + }, + "id": "235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03213788085237, + -11.896735304580607, + -77.02249232042702, + -11.8863457778321 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.02782028905482, + -11.8863457778321 + ] + ] + ], + "type": "Polygon" + }, + "id": "236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77708106658129, + -12.005246209865932, + -76.76743898040377, + -11.994864613755205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.77276894245699, + -11.994864613755205 + ] + ] + ], + "type": "Polygon" + }, + "id": "237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92784300174633, + -12.067356782201143, + -76.91819505294406, + -12.056972347343413 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.92352594154197, + -12.056972347343413 + ] + ] + ], + "type": "Polygon" + }, + "id": "238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93769338473034, + -11.824524439297228, + -76.92805241520594, + -11.814136226132918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.93337929634906, + -11.814136226132918 + ] + ] + ], + "type": "Polygon" + }, + "id": "239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12499843335446, + -11.795681224876558, + -77.11535353328607, + -11.785288035838555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.12067971258747, + -11.785288035838555 + ] + ] + ], + "type": "Polygon" + }, + "id": "240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66733533843752, + -12.277252731300118, + -76.65768813719244, + -12.266878238573295 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.66302261158995, + -12.266878238573295 + ] + ] + ], + "type": "Polygon" + }, + "id": "241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12341274675862, + -11.71683709666527, + -77.11377023307827, + -11.706442896027827 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.11909511885594, + -11.706442896027827 + ] + ] + ], + "type": "Polygon" + }, + "id": "242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96366515585287, + -12.125939539506163, + -76.95401452545586, + -12.115555124979327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95934634579748, + -12.115555124979327 + ] + ] + ], + "type": "Polygon" + }, + "id": "243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02827864276782, + -11.794087128948268, + -77.0186362380432, + -11.78369626995161 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.02396252271542, + -11.78369626995161 + ] + ] + ], + "type": "Polygon" + }, + "id": "244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11729591380346, + -11.684763165505226, + -77.1076545076388, + -11.67436869675856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.1129788756055, + -11.67436869675856 + ] + ] + ], + "type": "Polygon" + }, + "id": "245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69701846201406, + -12.303797828466333, + -76.68736964898618, + -12.293423019717112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.69270455884096, + -12.293423019717112 + ] + ] + ], + "type": "Polygon" + }, + "id": "246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98883979240779, + -12.199194261899564, + -76.9791863234797, + -12.188810391210726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.98451932548656, + -12.188810391210726 + ] + ] + ], + "type": "Polygon" + }, + "id": "247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83187746986242, + -12.105027793469526, + -76.82223093511791, + -12.094646338843452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.82756251520618, + -12.094646338843452 + ] + ] + ], + "type": "Polygon" + }, + "id": "248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9909557263377, + -11.751091564895404, + -76.98131556034313, + -11.740701043104877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.98664118070417, + -11.740701043104877 + ] + ] + ], + "type": "Polygon" + }, + "id": "249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68719337136983, + -12.169223467998743, + -76.67754884733587, + -12.158846699139984 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68288153654662, + -12.158846699139984 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.67754884733587, + -12.16617298196197 + ], + [ + -76.67805936218447, + -12.16098465236936 + ], + [ + -76.68288153654662, + -12.158846699139984 + ] + ] + ], + "type": "Polygon" + }, + "id": "250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72902565641832, + -12.259849658205354, + -76.71937727897053, + -12.249473296936785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.72471145654949, + -12.249473296936785 + ] + ] + ], + "type": "Polygon" + }, + "id": "251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7626179872414, + -12.011671406313242, + -76.75297610110901, + -12.001290272669946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.75830617447816, + -12.001290272669946 + ] + ] + ], + "type": "Polygon" + }, + "id": "252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11276275940851, + -11.73153630454843, + -77.1031200753195, + -11.721142554092136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.10844521853701, + -11.721142554092136 + ] + ] + ], + "type": "Polygon" + }, + "id": "253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73667308137705, + -12.182022161592267, + -76.72702681902715, + -12.17164433464975 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.73235970985836, + -12.17164433464975 + ] + ] + ], + "type": "Polygon" + }, + "id": "254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63232673834004, + -12.258029359198233, + -76.62268108342197, + -12.247655447989636 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62801524018155, + -12.247655447989636 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.62699253095144, + -12.258029359198233 + ], + [ + -76.62268108342197, + -12.254977931533658 + ], + [ + -76.62319250070485, + -12.249791031055638 + ], + [ + -76.62801524018155, + -12.247655447989636 + ] + ] + ], + "type": "Polygon" + }, + "id": "255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78621454612315, + -12.006152972792512, + -76.77657218624124, + -11.995771159325127 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.78190215946057, + -11.995771159325127 + ] + ] + ], + "type": "Polygon" + }, + "id": "256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81437213653003, + -12.04825759796851, + -76.80472776376529, + -12.03787570960087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.81005841755197, + -12.03787570960087 + ] + ] + ], + "type": "Polygon" + }, + "id": "257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06029009378669, + -11.844427819788107, + -77.05064537397958, + -11.834036870252463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.05597244637845, + -11.834036870252463 + ] + ] + ], + "type": "Polygon" + }, + "id": "258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10736769147145, + -11.644447516673651, + -77.0977277336575, + -11.634052774369808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.10305145400228, + -11.634052774369808 + ] + ] + ], + "type": "Polygon" + }, + "id": "259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7404026587213, + -12.37885753699171, + -76.73075041480712, + -12.3684829028172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.7360865552641, + -12.3684829028172 + ] + ] + ], + "type": "Polygon" + }, + "id": "260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0360487449869, + -12.09375825252047, + -77.02639721051388, + -12.083371554794958 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.03172841904906, + -12.083371554794958 + ] + ] + ], + "type": "Polygon" + }, + "id": "261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74961415276393, + -12.191172317062863, + -76.73996726485633, + -12.180794308320793 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.74530030286988, + -12.180794308320793 + ] + ] + ], + "type": "Polygon" + }, + "id": "262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65593055118065, + -12.252537507770583, + -76.64628440403649, + -12.242162897497423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.65161847063933, + -12.242162897497423 + ] + ] + ], + "type": "Polygon" + }, + "id": "263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8920390583497, + -12.008773633791003, + -76.88239379719744, + -11.99838920302407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.88772375014693, + -11.99838920302407 + ] + ] + ], + "type": "Polygon" + }, + "id": "264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02139206999594, + -11.722604177967943, + -77.01175196910359, + -11.712212533225555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.01707708676983, + -11.712212533225555 + ] + ] + ], + "type": "Polygon" + }, + "id": "265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05204173853885, + -12.071737659223524, + -77.04239045317473, + -12.06135023105984 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.04772127858978, + -12.06135023105984 + ] + ] + ], + "type": "Polygon" + }, + "id": "266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93702479357765, + -12.256964789824073, + -76.92737094501857, + -12.246583145291746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.93702479357765, + -12.249631661583113 + ], + [ + -76.93651775052868, + -12.2548225369133 + ], + [ + -76.93169073981664, + -12.256964789824073 + ], + [ + -76.92737094501857, + -12.25391618980404 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.93270495249244, + -12.246583145291746 + ] + ] + ], + "type": "Polygon" + }, + "id": "267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72001665267737, + -11.975990201323372, + -76.71037699053359, + -11.965609618641642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.71570648794378, + -11.965609618641642 + ] + ] + ], + "type": "Polygon" + }, + "id": "268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7968535567398, + -12.085826736227661, + -76.78720853419986, + -12.07544586611388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.79253981598522, + -12.07544586611388 + ] + ] + ], + "type": "Polygon" + }, + "id": "269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16769104363999, + -11.831322943869608, + -77.15804401886875, + -11.820929213344385 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.16337071647126, + -11.820929213344385 + ] + ] + ], + "type": "Polygon" + }, + "id": "270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91867231328982, + -11.877709591824972, + -76.90903025753246, + -11.867322592447325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91435803062234, + -11.867322592447325 + ], + [ + -76.91867231328982, + -11.870369404708052 + ], + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.90953708905846, + -11.86946924697822 + ], + [ + -76.91435803062234, + -11.867322592447325 + ] + ] + ], + "type": "Polygon" + }, + "id": "271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9544704742171, + -11.936292332902369, + -76.94482573820638, + -11.925905284681008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.95015444303503, + -11.925905284681008 + ] + ] + ], + "type": "Polygon" + }, + "id": "272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12945461237578, + -11.654469509647523, + -77.11981380286436, + -11.644074360564849 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12945461237578, + -11.647118099190985 + ], + [ + -77.12895120684604, + -11.652315726006062 + ], + [ + -77.12413071696939, + -11.654469509647523 + ], + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.12513765489705, + -11.644074360564849 + ] + ] + ], + "type": "Polygon" + }, + "id": "273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9926177787581, + -12.113070568809002, + -76.98296678304929, + -12.102685238208352 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.98829836072704, + -12.102685238208352 + ] + ] + ], + "type": "Polygon" + }, + "id": "274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84481660589722, + -12.208508942591001, + -76.8351666373376, + -12.198128808453212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.84049991662782, + -12.198128808453212 + ] + ] + ], + "type": "Polygon" + }, + "id": "275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82427711179842, + -11.99420330787439, + -76.81463408533007, + -11.983820356625532 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81996384300936, + -11.983820356625532 + ] + ] + ], + "type": "Polygon" + }, + "id": "276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87984590061093, + -11.75590368322072, + -76.8702084935547, + -11.745515975573003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8755342932594, + -11.745515975573003 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.87071567618003, + -11.747663303644533 + ], + [ + -76.8755342932594, + -11.745515975573003 + ] + ] + ], + "type": "Polygon" + }, + "id": "277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72377543685907, + -12.078556422172804, + -76.71413261390275, + -12.06817729337582 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71946380117492, + -12.06817729337582 + ] + ] + ], + "type": "Polygon" + }, + "id": "278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10908977888397, + -11.912145488248639, + -77.09944180891165, + -11.901754307129655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.10476992763311, + -11.901754307129655 + ] + ] + ], + "type": "Polygon" + }, + "id": "279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09750930821846, + -11.698571469222685, + -77.08786798850889, + -11.688177657526756 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.09319261215063, + -11.688177657526756 + ] + ] + ], + "type": "Polygon" + }, + "id": "280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9110827873929, + -12.049973421190323, + -76.90143579647474, + -12.039589137590818 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.9067664130215, + -12.039589137590818 + ] + ] + ], + "type": "Polygon" + }, + "id": "281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97733395357331, + -11.985734338347099, + -76.96768715065176, + -11.975347449437836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.97301664659255, + -11.975347449437836 + ] + ] + ], + "type": "Polygon" + }, + "id": "282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75956320751901, + -12.04281371317928, + -76.74992047571813, + -12.03243312725446 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.75525106345289, + -12.03243312725446 + ] + ] + ], + "type": "Polygon" + }, + "id": "283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75875176048457, + -12.192083257992257, + -76.74910459712224, + -12.181705031807075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.75443764714285, + -12.181705031807075 + ] + ] + ], + "type": "Polygon" + }, + "id": "284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8075333991228, + -11.976818426605972, + -76.79789133976425, + -11.966435639064713 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.80322081978751, + -11.966435639064713 + ] + ] + ], + "type": "Polygon" + }, + "id": "285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69341851972383, + -11.918314215342296, + -76.68378130589743, + -11.907933468690867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68910985760803, + -11.907933468690867 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.68378130589743, + -11.915265107527999 + ], + [ + -76.68429133818205, + -11.910074789217783 + ], + [ + -76.68910985760803, + -11.907933468690867 + ] + ] + ], + "type": "Polygon" + }, + "id": "286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74805052532787, + -12.301042805246956, + -76.73840039871943, + -12.290666647440316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.7437352511945, + -12.290666647440316 + ] + ] + ], + "type": "Polygon" + }, + "id": "287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11132247185941, + -11.841554788796127, + -77.1016765486782, + -11.83116255956609 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.10700350278876, + -11.83116255956609 + ] + ] + ], + "type": "Polygon" + }, + "id": "288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88214219244463, + -12.062836592989617, + -76.87249558042159, + -12.052453227209007 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.87782643175777, + -12.052453227209007 + ] + ] + ], + "type": "Polygon" + }, + "id": "289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07397061934034, + -11.798561598418802, + -77.06432691828502, + -11.788169685557698 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06965321814329, + -11.788169685557698 + ] + ] + ], + "type": "Polygon" + }, + "id": "290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71385524032803, + -12.132588242634544, + -76.70421107699666, + -12.122210209887974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70954315756991, + -12.122210209887974 + ] + ] + ], + "type": "Polygon" + }, + "id": "291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04665864059896, + -11.984688793163983, + -77.0370100883011, + -11.97430018649324 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.04233948672538, + -11.97430018649324 + ] + ] + ], + "type": "Polygon" + }, + "id": "292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95979909884946, + -11.928952081729436, + -76.95015444303503, + -11.918564795624754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.95548302179871, + -11.918564795624754 + ] + ] + ], + "type": "Polygon" + }, + "id": "293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68180640087027, + -12.270844106093083, + -76.67215899124109, + -12.260469135013377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.67749335868811, + -12.260469135013377 + ] + ] + ], + "type": "Polygon" + }, + "id": "294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71853121863998, + -11.897224904175763, + -76.70889394394516, + -11.886843214331241 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7142221441708, + -11.886843214331241 + ], + [ + -76.71853121863998, + -11.889891899428738 + ], + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.70889394394516, + -11.894176132069385 + ], + [ + -76.70940359417143, + -11.888985342011479 + ], + [ + -76.7142221441708, + -11.886843214331241 + ] + ] + ], + "type": "Polygon" + }, + "id": "295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88519711135537, + -12.220379840430045, + -76.87554571690666, + -12.209998887322097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.88087916419406, + -12.209998887322097 + ] + ] + ], + "type": "Polygon" + }, + "id": "296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87910025380584, + -12.188329527977697, + -76.86944997748081, + -12.17794820826367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.87478290048413, + -12.17794820826367 + ] + ] + ], + "type": "Polygon" + }, + "id": "297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04592701330695, + -12.039675696762927, + -77.03627684004469, + -12.029287930012176 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.04160714505116, + -12.029287930012176 + ] + ] + ], + "type": "Polygon" + }, + "id": "298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8440714620343, + -11.980438151038138, + -76.83442831726467, + -11.97005449846602 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83975783662588, + -11.97005449846602 + ] + ] + ], + "type": "Polygon" + }, + "id": "299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80061963833899, + -12.28271139407342, + -76.79096863710082, + -12.272333595642825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.79630316580696, + -12.272333595642825 + ] + ] + ], + "type": "Polygon" + }, + "id": "300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036732527057, + -12.251577403203775, + -76.7940230993258, + -12.241199010565618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.79935711249163, + -12.241199010565618 + ] + ] + ], + "type": "Polygon" + }, + "id": "301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85777052428122, + -12.123320380484714, + -76.84812275376791, + -12.112938561762512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.85345461940292, + -12.112938561762512 + ] + ] + ], + "type": "Polygon" + }, + "id": "302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01468006829356, + -12.028736401017454, + -77.00503102056477, + -12.018349234961796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.01036118346232, + -12.018349234961796 + ] + ] + ], + "type": "Polygon" + }, + "id": "303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06864427527792, + -11.805908190550522, + -77.05900049046377, + -11.7955165073358 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.06432691828502, + -11.7955165073358 + ] + ] + ], + "type": "Polygon" + }, + "id": "304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75650787843132, + -12.073954364533424, + -76.74686430086852, + -12.0635743325051 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.75219540303738, + -12.0635743325051 + ] + ] + ], + "type": "Polygon" + }, + "id": "305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9407951270274, + -12.076499990097224, + -76.93114656702225, + -12.066115374150723 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.93647759452945, + -12.066115374150723 + ] + ] + ], + "type": "Polygon" + }, + "id": "306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99254490980547, + -11.924309369344149, + -76.98289954458286, + -11.91392120888263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.98822801285365, + -11.91392120888263 + ] + ] + ], + "type": "Polygon" + }, + "id": "307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8615769132101, + -12.225895739434248, + -76.85192597963348, + -12.215515467710839 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.85725953491377, + -12.215515467710839 + ] + ] + ], + "type": "Polygon" + }, + "id": "308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82271308138547, + -12.292771967803247, + -76.81306118657103, + -12.282393780019772 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.8183958699027, + -12.282393780019772 + ] + ] + ], + "type": "Polygon" + }, + "id": "309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80442733604714, + -12.290950218212732, + -76.79477598627187, + -12.280572461398913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.80011064915769, + -12.280572461398913 + ] + ] + ], + "type": "Polygon" + }, + "id": "310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91339778797766, + -12.262483650626544, + -76.90374439331352, + -12.252102685239649 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.90907851284486, + -12.252102685239649 + ] + ] + ], + "type": "Polygon" + }, + "id": "311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70170884117316, + -12.06849706318398, + -76.69206692295926, + -12.058118342425482 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.69739794860904, + -12.058118342425482 + ] + ] + ], + "type": "Polygon" + }, + "id": "312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81814872897102, + -12.245158787284186, + -76.80849837870285, + -12.234779923484842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.81383227842726, + -12.234779923484842 + ] + ] + ], + "type": "Polygon" + }, + "id": "313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02304290234876, + -11.990233185011673, + -77.013394788208, + -11.979845238584236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.01872430703853, + -11.979845238584236 + ] + ] + ], + "type": "Polygon" + }, + "id": "314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09073759637283, + -11.815937754362835, + -77.08109295415133, + -11.805545671217839 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.0864195166177, + -11.805545671217839 + ] + ] + ], + "type": "Polygon" + }, + "id": "315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81665243028093, + -12.072069644631195, + -76.80700728619527, + -12.061688063106024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.81233833131705, + -12.061688063106024 + ] + ] + ], + "type": "Polygon" + }, + "id": "316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89962785343658, + -11.742119551359691, + -76.88999033468107, + -11.731731167715946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89531589279926, + -11.731731167715946 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.89049721976161, + -11.733879083200115 + ], + [ + -76.89531589279926, + -11.731731167715946 + ] + ] + ], + "type": "Polygon" + }, + "id": "317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92859440195586, + -12.012385294800126, + -76.91894807285512, + -12.002000008590564 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.92427805496173, + -12.002000008590564 + ] + ] + ], + "type": "Polygon" + }, + "id": "318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71297745312262, + -12.376112162821524, + -76.70332604083745, + -12.365738181197397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.70866214274281, + -12.365738181197397 + ] + ] + ], + "type": "Polygon" + }, + "id": "319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00545635913397, + -11.839050419430704, + -76.99581320109768, + -11.82866073658788 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -77.00114025196609, + -11.82866073658788 + ] + ] + ], + "type": "Polygon" + }, + "id": "320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99791127472288, + -12.01135562289025, + -76.98826317652791, + -12.000968608180774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.99359307225109, + -12.000968608180774 + ] + ] + ], + "type": "Polygon" + }, + "id": "321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04822646082482, + -12.063497338417747, + -77.0385755184363, + -12.053109877476047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.0439062129774, + -12.053109877476047 + ] + ] + ], + "type": "Polygon" + }, + "id": "322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84329891677801, + -12.129746299607943, + -76.83365133967195, + -12.119364944937178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.83898332055361, + -12.119364944937178 + ] + ] + ], + "type": "Polygon" + }, + "id": "323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00016789108413, + -11.94079036244063, + -76.9905218382658, + -11.930402252751769 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.99585056942536, + -11.930402252751769 + ] + ] + ], + "type": "Polygon" + }, + "id": "324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97346103976508, + -11.788709204145691, + -76.96382020637876, + -11.778319618078024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.9691464637406, + -11.778319618078024 + ] + ] + ], + "type": "Polygon" + }, + "id": "325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93467454567222, + -11.950070886433833, + -76.92502991514066, + -11.939684528594263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93035886542148, + -11.939684528594263 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.92502991514066, + -11.947023753861675 + ], + [ + -76.92553663642693, + -11.94183062829927 + ], + [ + -76.93035886542148, + -11.939684528594263 + ] + ] + ], + "type": "Polygon" + }, + "id": "326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08074758715631, + -11.681197189596919, + -77.07110720729678, + -11.670803560246565 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.07643156889615, + -11.670803560246565 + ] + ] + ], + "type": "Polygon" + }, + "id": "327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74499179155363, + -12.332170070369239, + -76.73534081809304, + -12.321794517395944 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.7406761857094, + -12.321794517395944 + ] + ] + ], + "type": "Polygon" + }, + "id": "328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77405486965681, + -11.942048216697108, + -76.76441474888121, + -11.931665764362775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.76974367090764, + -11.931665764362775 + ] + ] + ], + "type": "Polygon" + }, + "id": "329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15535961172395, + -11.672732006476396, + -77.14571761323529, + -11.662336465995901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.15104172459844, + -11.662336465995901 + ] + ] + ], + "type": "Polygon" + }, + "id": "330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90577433681777, + -12.24600507795889, + -76.89612163469324, + -12.23562403064534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.90145548861868, + -12.23562403064534 + ] + ] + ], + "type": "Polygon" + }, + "id": "331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03507082169807, + -11.676733936083627, + -77.02543173545402, + -11.666341361639741 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03075608290067, + -11.666341361639741 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.02974642952611, + -11.676733936083627 + ], + [ + -77.02543173545402, + -11.673689155379838 + ], + [ + -77.02593662538861, + -11.668492921065312 + ], + [ + -77.03075608290067, + -11.666341361639741 + ] + ] + ], + "type": "Polygon" + }, + "id": "332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0319941219745, + -11.613483987993243, + -77.02235699528376, + -11.603090689729418 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.02768030748416, + -11.603090689729418 + ] + ] + ], + "type": "Polygon" + }, + "id": "333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75871995978359, + -12.286391121532061, + -76.74906998094876, + -12.276014446511903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.75440458789402, + -12.276014446511903 + ] + ] + ], + "type": "Polygon" + }, + "id": "334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15401731170752, + -11.877199603870887, + -77.14436925993621, + -11.866806841349657 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.15401731170752, + -11.869851523508766 + ], + [ + -77.15351390513177, + -11.875047956689901 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.1496967344261, + -11.866806841349657 + ] + ] + ], + "type": "Polygon" + }, + "id": "335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75722342514571, + -12.207650233804772, + -76.74757583853264, + -12.197272298477472 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.7529091459953, + -12.197272298477472 + ] + ] + ], + "type": "Polygon" + }, + "id": "336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10139042385023, + -11.801243161345997, + -77.09174595072632, + -11.790850619184004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.09707225638981, + -11.790850619184004 + ] + ] + ], + "type": "Polygon" + }, + "id": "337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01303600514196, + -11.76112372157899, + -77.00339497229258, + -11.750732791740804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -77.00872073291721, + -11.750732791740804 + ] + ] + ], + "type": "Polygon" + }, + "id": "338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13636656128509, + -11.725969609687166, + -77.12672345198874, + -11.715575216035242 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.13204846801388, + -11.715575216035242 + ] + ] + ], + "type": "Polygon" + }, + "id": "339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0176258564768, + -11.808777115798456, + -77.00798328730798, + -11.798386717739445 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.01330982621155, + -11.798386717739445 + ] + ] + ], + "type": "Polygon" + }, + "id": "340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78696587625686, + -12.045536842258883, + -76.7773223218341, + -12.035155603988407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.78265294383284, + -12.035155603988407 + ] + ] + ], + "type": "Polygon" + }, + "id": "341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79302680339849, + -12.171916458755764, + -76.783379315083, + -12.161537040016814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.78871201858094, + -12.161537040016814 + ] + ] + ], + "type": "Polygon" + }, + "id": "342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04739002146519, + -11.929698006363857, + -77.03774308959042, + -11.91930857884644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.04307158173907, + -11.91930857884644 + ] + ] + ], + "type": "Polygon" + }, + "id": "343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0688202220841, + -12.089117800298034, + -77.0591679919064, + -12.078730229639179 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.06449908159104, + -12.078730229639179 + ] + ] + ], + "type": "Polygon" + }, + "id": "344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89205326208422, + -12.197475838118352, + -76.88240237054319, + -12.187094342126143 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.88773543464625, + -12.187094342126143 + ] + ] + ], + "type": "Polygon" + }, + "id": "345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8067796602301, + -11.937429700095176, + -76.7971387949511, + -11.927046354538565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80246762652385, + -11.927046354538565 + ], + [ + -76.8067796602301, + -11.930094480211764 + ], + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.79764728080399, + -11.929189869463437 + ], + [ + -76.80246762652385, + -11.927046354538565 + ] + ] + ], + "type": "Polygon" + }, + "id": "346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0838980861846, + -11.838872041259208, + -77.07425293370218, + -11.828480440112767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07957988290458, + -11.828480440112767 + ] + ] + ], + "type": "Polygon" + }, + "id": "347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85016005033313, + -12.012492951474222, + -76.84051578783647, + -12.002109623508932 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.84584583151634, + -12.002109623508932 + ] + ] + ], + "type": "Polygon" + }, + "id": "348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8364421255576, + -12.152649839114584, + -76.82679404785692, + -12.142269018720391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.83212641066429, + -12.142269018720391 + ] + ] + ], + "type": "Polygon" + }, + "id": "349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98411326658778, + -11.774021412382755, + -76.9744725948197, + -11.763631365717979 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.9797985995285, + -11.763631365717979 + ] + ] + ], + "type": "Polygon" + }, + "id": "350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72973015691596, + -12.393503922541175, + -76.72007776631057, + -12.383129814963885 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.72922000502057, + -12.391368011429442 + ], + [ + -76.72439372214878, + -12.393503922541175 + ], + [ + -76.72007776631057, + -12.390452750683998 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.72541415179316, + -12.383129814963885 + ] + ] + ], + "type": "Polygon" + }, + "id": "351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82653382964753, + -12.20669155333224, + -76.81688440352994, + -12.196311849570971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.82221766371865, + -12.196311849570971 + ] + ] + ], + "type": "Polygon" + }, + "id": "352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.062532518386, + -11.773838612776718, + -77.05288984334906, + -11.763446644130282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.05821575195468, + -11.763446644130282 + ] + ] + ], + "type": "Polygon" + }, + "id": "353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11067284395654, + -11.990970340764324, + -77.10102248476078, + -11.980580268472112 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.10635189865224, + -11.980580268472112 + ] + ] + ], + "type": "Polygon" + }, + "id": "354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91718100613274, + -12.082029260808536, + -76.90753289900002, + -12.071645316445418 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.91286403873411, + -12.071645316445418 + ] + ] + ], + "type": "Polygon" + }, + "id": "355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77163899071718, + -12.38983879310594, + -76.76198557004037, + -12.37946355496523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.76732188124168, + -12.37946355496523 + ] + ] + ], + "type": "Polygon" + }, + "id": "356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14789367764867, + -11.845128126199295, + -77.13824673356342, + -11.834735063048187 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.14357369035685, + -11.834735063048187 + ] + ] + ], + "type": "Polygon" + }, + "id": "357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03448382048302, + -12.01495448582667, + -77.02483467650607, + -12.004566627185671 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.03016458861161, + -12.004566627185671 + ] + ] + ], + "type": "Polygon" + }, + "id": "358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72828106937432, + -12.220481188614924, + -76.71863388791743, + -12.210104198680025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.72396741570846, + -12.210104198680025 + ] + ] + ], + "type": "Polygon" + }, + "id": "359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05715132485159, + -11.686761088582841, + -77.04751137767525, + -11.676368104609603 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.052835862107, + -11.676368104609603 + ] + ] + ], + "type": "Polygon" + }, + "id": "360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91868717906243, + -11.972086866996223, + -76.9090423108042, + -11.961701228485474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.91437163774424, + -11.961701228485474 + ] + ] + ], + "type": "Polygon" + }, + "id": "361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77469604282165, + -12.358712461598577, + -76.76504346990656, + -12.34833660774112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.77037926551537, + -12.34833660774112 + ] + ] + ], + "type": "Polygon" + }, + "id": "362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234287211177, + -11.982246438218551, + -76.8526991874915, + -11.971862354631908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.85802872487083, + -11.971862354631908 + ] + ] + ], + "type": "Polygon" + }, + "id": "363", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99487621075322, + -12.042515580913221, + -76.98522726157927, + -12.032129109944137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.99055767399783, + -12.032129109944137 + ] + ] + ], + "type": "Polygon" + }, + "id": "364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91032837737204, + -12.104940202352134, + -76.9006797666078, + -12.09455678339191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.90601128981811, + -12.09455678339191 + ] + ] + ], + "type": "Polygon" + }, + "id": "365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74424504193092, + -12.292804209128585, + -76.73459526503483, + -12.282428009719903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73992998261254, + -12.282428009719903 + ] + ] + ], + "type": "Polygon" + }, + "id": "366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8417895367728, + -11.956622688408222, + -76.83214716263649, + -11.94623874265449 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374762910927, + -11.94623874265449 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.83265519077547, + -11.948382768092578 + ], + [ + -76.8374762910927, + -11.94623874265449 + ] + ] + ], + "type": "Polygon" + }, + "id": "367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15250704651989, + -11.892788427051887, + -77.14285856788398, + -11.882395921097492 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.15250704651989, + -11.885440694938193 + ], + [ + -77.15200359448251, + -11.890636999833035 + ], + [ + -77.14717927003758, + -11.892788427051887 + ], + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.14818630125804, + -11.882395921097492 + ] + ] + ], + "type": "Polygon" + }, + "id": "368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97426631187085, + -11.922511056543527, + -76.96462147268464, + -11.912123320442527 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96994993079112, + -11.912123320442527 + ] + ] + ], + "type": "Polygon" + }, + "id": "369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95148134029418, + -12.156187588495547, + -76.94183012391612, + -12.145803952951942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.94716245506731, + -12.145803952951942 + ] + ] + ], + "type": "Polygon" + }, + "id": "370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75800361521941, + -12.152708886984989, + -76.74835764741655, + -12.142330049110976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.75369004799695, + -12.142330049110976 + ] + ] + ], + "type": "Polygon" + }, + "id": "371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73435976081797, + -12.25252376341874, + -76.72471145654949, + -12.242147144937514 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.73004551177351, + -12.242147144937514 + ] + ] + ], + "type": "Polygon" + }, + "id": "372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7603426100095, + -11.987860087483437, + -76.7507014954009, + -11.97747865607264 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.75603117717198, + -11.97747865607264 + ] + ] + ], + "type": "Polygon" + }, + "id": "373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03678214416615, + -12.03877630295906, + -77.02713223107217, + -12.028388746419038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.03246253274175, + -12.028388746419038 + ] + ] + ], + "type": "Polygon" + }, + "id": "374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73678767310427, + -11.899037829177402, + -76.72714984573396, + -11.888655700956116 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73247807152565, + -11.888655700956116 + ], + [ + -76.73678767310427, + -11.891704236279686 + ], + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.73247807152565, + -11.888655700956116 + ] + ] + ], + "type": "Polygon" + }, + "id": "375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84711258292944, + -12.043641843898325, + -76.83746747277472, + -12.033259062355883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.84279803169557, + -12.033259062355883 + ] + ] + ], + "type": "Polygon" + }, + "id": "376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69790801702896, + -12.060257918589876, + -76.68826644896916, + -12.049879168500034 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.69359733933436, + -12.049879168500034 + ] + ] + ], + "type": "Polygon" + }, + "id": "377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99328518478939, + -11.8693206687198, + -76.9836414386852, + -11.858931707497396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.9889690011282, + -11.858931707497396 + ] + ] + ], + "type": "Polygon" + }, + "id": "378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17301765432245, + -11.823973539312208, + -77.16337071647126, + -11.813579579693219 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.16869728435682, + -11.813579579693219 + ] + ] + ], + "type": "Polygon" + }, + "id": "379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94304215087904, + -11.911571258743686, + -76.9333984491444, + -11.901184137020397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.93872675785875, + -11.901184137020397 + ] + ] + ], + "type": "Polygon" + }, + "id": "380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829056395012, + -12.102225284262298, + -76.87325783231098, + -12.09184250702525 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.87858933240094, + -12.09184250702525 + ] + ] + ], + "type": "Polygon" + }, + "id": "381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84861968255942, + -12.311070438952921, + -76.83896654920447, + -12.300691906854938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.84861968255942, + -12.30374150213806 + ], + [ + -76.84811131859357, + -12.308930821799855 + ], + [ + -76.84328466500028, + -12.311070438952921 + ], + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.84430151919888, + -12.300691906854938 + ] + ] + ], + "type": "Polygon" + }, + "id": "382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70708663702035, + -11.966842574593313, + -76.69744760174811, + -11.956462186501872 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.70277695091036, + -11.956462186501872 + ] + ] + ], + "type": "Polygon" + }, + "id": "383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7556949523206, + -12.223216771402916, + -76.74604694243342, + -12.212839128475519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.75138050735526, + -12.212839128475519 + ] + ] + ], + "type": "Polygon" + }, + "id": "384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07463668841463, + -11.649124323682695, + -77.06499741711394, + -11.638730433820978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.0703212601443, + -11.638730433820978 + ] + ] + ], + "type": "Polygon" + }, + "id": "385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17372757940474, + -11.768958068198222, + -77.16408226197068, + -11.758563345493853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16940792424217, + -11.758563345493853 + ], + [ + -77.17372757940474, + -11.76160729678294 + ], + [ + -77.17322461803016, + -11.766804710012233 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16940792424217, + -11.758563345493853 + ] + ] + ], + "type": "Polygon" + }, + "id": "386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79762684703003, + -12.030871773063252, + -76.7879834426213, + -12.0204900431592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.7933138181115, + -12.0204900431592 + ] + ] + ], + "type": "Polygon" + }, + "id": "387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80446425729335, + -12.102305614913524, + -76.79481853843406, + -12.091924808369752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.80015008830567, + -12.091924808369752 + ] + ] + ], + "type": "Polygon" + }, + "id": "388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84633504441126, + -12.287263609864066, + -76.83668268322576, + -12.276884735222488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.84201726154947, + -12.276884735222488 + ] + ] + ], + "type": "Polygon" + }, + "id": "389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08402426834797, + -12.027687637695733, + -77.07437348567986, + -12.017298760625222 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07970354248725, + -12.017298760625222 + ] + ] + ], + "type": "Polygon" + }, + "id": "390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745200539487, + -11.763244580154128, + -76.86488256932016, + -11.752857103573922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.8702084935547, + -11.752857103573922 + ] + ] + ], + "type": "Polygon" + }, + "id": "391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63386052230021, + -12.242468418069834, + -76.62421528933771, + -12.232094210027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.62852657183147, + -12.242468418069834 + ], + [ + -76.62421528933771, + -12.239417081515072 + ], + [ + -76.62472666068892, + -12.234230032623628 + ], + [ + -76.62954918920411, + -12.232094210027 + ] + ] + ], + "type": "Polygon" + }, + "id": "392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77783125370048, + -12.04462939613912, + -76.76818797300962, + -12.034248375067428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.77351858386209, + -12.034248375067428 + ] + ] + ], + "type": "Polygon" + }, + "id": "393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80220387104839, + -11.984152557667542, + -76.79256173631005, + -11.9737700129811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.79789133976425, + -11.9737700129811 + ] + ] + ], + "type": "Polygon" + }, + "id": "394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86157870186486, + -12.13155992791658, + -76.85193058432881, + -12.121178143231779 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.8572625832918, + -12.121178143231779 + ] + ] + ], + "type": "Polygon" + }, + "id": "395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09396041545746, + -12.067992008857921, + -77.08430817981784, + -12.057603501354174 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.089638886556, + -12.057603501354174 + ] + ] + ], + "type": "Polygon" + }, + "id": "396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6886199659815, + -12.34224375122766, + -76.6789702353218, + -12.331869810505681 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.68328436992908, + -12.34224375122766 + ], + [ + -76.6789702353218, + -12.339192434049515 + ], + [ + -76.6794810039315, + -12.334005518360474 + ], + [ + -76.68430578151983, + -12.331869810505681 + ] + ] + ], + "type": "Polygon" + }, + "id": "397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06348908804222, + -12.096458542286033, + -77.05383677411936, + -12.086071215192105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.0591679919064, + -12.086071215192105 + ] + ] + ], + "type": "Polygon" + }, + "id": "398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99798729734012, + -12.200097908591262, + -76.98833356546906, + -12.189713826950152 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.99366657226466, + -12.189713826950152 + ] + ] + ], + "type": "Polygon" + }, + "id": "399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06876153892235, + -11.994725423466083, + -77.05911212550886, + -11.98433642579846 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.06444166033259, + -11.98433642579846 + ] + ] + ], + "type": "Polygon" + }, + "id": "400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00164572363487, + -11.830809712450646, + -76.99200290904106, + -11.820420009133029 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.99732982863519, + -11.820420009133029 + ] + ] + ], + "type": "Polygon" + }, + "id": "401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89584729712503, + -12.017013606979658, + -76.8862016898985, + -12.006629204734985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.89153177564991, + -12.006629204734985 + ] + ] + ], + "type": "Polygon" + }, + "id": "402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82426444200071, + -12.088548737642547, + -76.81461860246522, + -12.078167218656258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81994991515239, + -12.078167218656258 + ] + ] + ], + "type": "Polygon" + }, + "id": "403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00635598654908, + -12.161607940306945, + -76.9967031883501, + -12.151223035839331 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -77.00203555085251, + -12.151223035839331 + ] + ] + ], + "type": "Polygon" + }, + "id": "404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0587760342812, + -11.86001392654971, + -77.04913088873815, + -11.849623231133688 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.05445821951429, + -11.849623231133688 + ] + ] + ], + "type": "Polygon" + }, + "id": "405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72753666609293, + -12.181110716870657, + -76.71789068033374, + -12.170733108002043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.72322355849327, + -12.170733108002043 + ] + ] + ], + "type": "Polygon" + }, + "id": "406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96741951006165, + -11.945432841246456, + -76.95777416528405, + -11.935045605773727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.96310300777083, + -11.935045605773727 + ] + ] + ], + "type": "Polygon" + }, + "id": "407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00775102963965, + -11.86287529947436, + -76.9981071030483, + -11.85248589239293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -77.0034345432824, + -11.85248589239293 + ] + ] + ], + "type": "Polygon" + }, + "id": "408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09915593211505, + -11.87183584588659, + -77.08950941294603, + -11.86144433410927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.09483688286359, + -11.86144433410927 + ] + ] + ], + "type": "Polygon" + }, + "id": "409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84328466500028, + -12.31839903412347, + -76.83363145480128, + -12.308020759999653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.84328466500028, + -12.311070438952921 + ], + [ + -76.84277621500075, + -12.316259629657061 + ], + [ + -76.8379495229541, + -12.31839903412347 + ], + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.83896654920447, + -12.308020759999653 + ] + ] + ], + "type": "Polygon" + }, + "id": "410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69948718602971, + -11.950363790854883, + -76.68984885046599, + -11.939983354811924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.69517792932324, + -11.939983354811924 + ] + ] + ], + "type": "Polygon" + }, + "id": "411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68413080591773, + -12.200352616052527, + -76.67448543711103, + -12.189976427140166 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.67981864043104, + -12.189976427140166 + ] + ] + ], + "type": "Polygon" + }, + "id": "412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78614318599892, + -12.28912738874011, + -76.7764923831701, + -12.278750063894888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.78182702450687, + -12.278750063894888 + ] + ] + ], + "type": "Polygon" + }, + "id": "413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04127855396891, + -11.897632384277767, + -77.03163273336011, + -11.88724264670607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.03696070546192, + -11.88724264670607 + ] + ] + ], + "type": "Polygon" + }, + "id": "414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75189006884658, + -12.214977875907383, + -76.74224240834708, + -12.20460019526703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.74757583853264, + -12.20460019526703 + ] + ] + ], + "type": "Polygon" + }, + "id": "415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10145859425279, + -11.895663697411841, + -77.09181130726051, + -11.885272466395929 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.09713916589438, + -11.885272466395929 + ] + ] + ], + "type": "Polygon" + }, + "id": "416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98188775574955, + -11.938991938634567, + -76.9722422282228, + -11.928604252779929 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9775709496767, + -11.928604252779929 + ] + ] + ], + "type": "Polygon" + }, + "id": "417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614912282836, + -12.084840416785354, + -76.85650227792623, + -12.074457789189802 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.86183350341788, + -12.074457789189802 + ] + ] + ], + "type": "Polygon" + }, + "id": "418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75725565455768, + -12.113332576807045, + -76.7476108820213, + -12.102953136984276 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7529426333178, + -12.102953136984276 + ] + ] + ], + "type": "Polygon" + }, + "id": "419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12643395211093, + -11.68565401604365, + -77.11679229056348, + -11.675259338077305 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.12211665943357, + -11.675259338077305 + ] + ] + ], + "type": "Polygon" + }, + "id": "420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97268702976056, + -11.749299223720412, + -76.96304738940538, + -11.738909127551887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.96837299951777, + -11.738909127551887 + ] + ] + ], + "type": "Polygon" + }, + "id": "421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15846247718872, + -11.735992676230515, + -77.1488185194075, + -11.725597882355164 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.15414366507065, + -11.725597882355164 + ] + ] + ], + "type": "Polygon" + }, + "id": "422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88900134591357, + -12.134278371459596, + -76.8793524213084, + -12.123895943630103 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.8846844453261, + -12.123895943630103 + ] + ] + ], + "type": "Polygon" + }, + "id": "423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09310490536778, + -11.93418130509115, + -77.0834566810895, + -11.923790828603828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.08878518555234, + -11.923790828603828 + ] + ] + ], + "type": "Polygon" + }, + "id": "424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74801559026105, + -12.395334008839233, + -76.73836264645216, + -12.384959467006523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.74750569016635, + -12.39319771722414 + ], + [ + -76.74267913078529, + -12.395334008839233 + ], + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.74369905690335, + -12.384959467006523 + ] + ] + ], + "type": "Polygon" + }, + "id": "425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80749828306516, + -12.165495446327435, + -76.79785059706296, + -12.155115559442741 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.8031831876835, + -12.155115559442741 + ] + ] + ], + "type": "Polygon" + }, + "id": "426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07245734969038, + -11.81414915596941, + -77.06281322286723, + -11.803757492587316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.06813978109615, + -11.803757492587316 + ] + ] + ], + "type": "Polygon" + }, + "id": "427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07027580832741, + -11.979141860027168, + -77.0606268211157, + -11.96875259503978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.06595609729841, + -11.96875259503978 + ] + ] + ], + "type": "Polygon" + }, + "id": "428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1050663254176, + -11.620614042981536, + -77.09542713418077, + -11.6102190575366 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1007504664577, + -11.6102190575366 + ], + [ + -77.1050663254176, + -11.613262825084432 + ], + [ + -77.10456263027575, + -11.61846037027471 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.095930956059, + -11.61237274766407 + ], + [ + -77.1007504664577, + -11.6102190575366 + ] + ] + ], + "type": "Polygon" + }, + "id": "429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70921880502439, + -12.273586745286362, + -76.69957055942338, + -12.263211118000788 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.70490496821624, + -12.263211118000788 + ] + ] + ], + "type": "Polygon" + }, + "id": "430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6894639375134, + -12.19302701203461, + -76.67981864043104, + -12.182650567935616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.6851517222304, + -12.182650567935616 + ] + ] + ], + "type": "Polygon" + }, + "id": "431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66506602332277, + -12.253452464691916, + -76.65541959572705, + -12.243077634672435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.66075367716525, + -12.243077634672435 + ] + ] + ], + "type": "Polygon" + }, + "id": "432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11830702458228, + -12.007451731074532, + -77.10865598238549, + -11.997061718575031 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.11398565628419, + -11.997061718575031 + ] + ] + ], + "type": "Polygon" + }, + "id": "433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83113106065038, + -11.971293766643154, + -76.82148853376206, + -11.960910303911259 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.82681791016364, + -11.960910303911259 + ] + ] + ], + "type": "Polygon" + }, + "id": "434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99032258836586, + -12.089252430401785, + -76.98067236254373, + -12.078866786645234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.9860035501361, + -12.078866786645234 + ] + ] + ], + "type": "Polygon" + }, + "id": "435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92175950661635, + -12.129659490206809, + -76.91210985832066, + -12.119276173395058 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.9174417793579, + -12.119276173395058 + ] + ] + ], + "type": "Polygon" + }, + "id": "436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10231748514029, + -12.02948287301179, + -77.09266618760824, + -12.019093578259378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.09799624795995, + -12.019093578259378 + ] + ] + ], + "type": "Polygon" + }, + "id": "437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79905254388291, + -12.486867858047788, + -76.78939548109929, + -12.476493641305064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.79905254388291, + -12.479544488351467 + ], + [ + -76.79854321091787, + -12.484731650511064 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.79473338439676, + -12.476493641305064 + ] + ] + ], + "type": "Polygon" + }, + "id": "438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94229339514817, + -11.966551386983804, + -76.93264807453043, + -11.956165081458742 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.93797728920273, + -11.956165081458742 + ] + ] + ], + "type": "Polygon" + }, + "id": "439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1008043296326, + -12.04506647523016, + -77.09115260540901, + -12.034677452491959 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.09648292463804, + -12.034677452491959 + ] + ] + ], + "type": "Polygon" + }, + "id": "440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05866464314533, + -11.671171553257292, + -77.04902512123174, + -11.660778332252532 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.05434934757032, + -11.660778332252532 + ] + ] + ], + "type": "Polygon" + }, + "id": "441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07863261220974, + -11.940629513703938, + -77.0689845613097, + -11.930239482393434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.074313192106, + -11.930239482393434 + ] + ] + ], + "type": "Polygon" + }, + "id": "442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78013402833781, + -11.974100880127681, + -76.77049278803034, + -11.96371874398464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.77582223566232, + -11.96371874398464 + ] + ] + ], + "type": "Polygon" + }, + "id": "443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66966280464716, + -12.206764178142732, + -76.6600176439382, + -12.196388464398414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.6653509542731, + -12.196388464398414 + ] + ] + ], + "type": "Polygon" + }, + "id": "444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87299858092472, + -11.778825485536775, + -76.86336067285633, + -11.76843825663278 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.86868685442694, + -11.76843825663278 + ] + ] + ], + "type": "Polygon" + }, + "id": "445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75107466963217, + -12.364209764792081, + -76.74142257307574, + -12.353834605778536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.7467584681537, + -12.353834605778536 + ] + ] + ], + "type": "Polygon" + }, + "id": "446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96432613303355, + -11.787811976692664, + -76.95468556320508, + -11.777422603658586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.9600118150519, + -11.777422603658586 + ] + ] + ], + "type": "Polygon" + }, + "id": "447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76708176402589, + -12.342235513656536, + -76.75742988975537, + -12.33185957068241 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.76276541610247, + -12.33185957068241 + ] + ] + ], + "type": "Polygon" + }, + "id": "448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11376947869532, + -12.054204554407193, + -77.10411715599147, + -12.043815355683313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.109447606702, + -12.043815355683313 + ] + ] + ], + "type": "Polygon" + }, + "id": "449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01008758589712, + -11.981093518682389, + -77.00044007663246, + -11.97070575503808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -77.00576946014705, + -11.97070575503808 + ] + ] + ], + "type": "Polygon" + }, + "id": "450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7305954276187, + -12.149977313445877, + -76.72095028752243, + -12.139599129129302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.72628265119727, + -12.139599129129302 + ] + ] + ], + "type": "Polygon" + }, + "id": "451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94996124648227, + -12.171762684744904, + -76.94030960476705, + -12.161379334939959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.94564219426039, + -12.161379334939959 + ] + ] + ], + "type": "Polygon" + }, + "id": "452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03809908389933, + -11.645555740467486, + -77.02846084761174, + -11.635162695119144 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.03277520770102, + -11.645555740467486 + ], + [ + -77.02846084761174, + -11.642511159366103 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.03378467913649, + -11.635162695119144 + ] + ] + ], + "type": "Polygon" + }, + "id": "453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12873754708409, + -11.709487025028457, + -77.11909511885594, + -11.699092599969042 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.12441987578273, + -11.699092599969042 + ] + ] + ], + "type": "Polygon" + }, + "id": "454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99939018258144, + -11.901384939301893, + -76.98974532396451, + -11.890996281955445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.99507340734154, + -11.890996281955445 + ] + ] + ], + "type": "Polygon" + }, + "id": "455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77558124734584, + -11.926474471940011, + -76.76594154931739, + -11.91609175501281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77127021424023, + -11.91609175501281 + ], + [ + -76.77558124734584, + -11.919140098309013 + ], + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.77127021424023, + -11.91609175501281 + ] + ] + ], + "type": "Polygon" + }, + "id": "456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7343986633805, + -12.158216336570128, + -76.72475317360235, + -12.14783818645846 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.7300856722267, + -12.14783818645846 + ] + ] + ], + "type": "Polygon" + }, + "id": "457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02524816643812, + -11.825258706526789, + -77.01560491119679, + -11.814868347924985 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.02093171216825, + -11.814868347924985 + ] + ] + ], + "type": "Polygon" + }, + "id": "458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12053844700944, + -11.936868122963043, + -77.11088945302849, + -11.926477020111669 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.11621796156845, + -11.926477020111669 + ] + ] + ], + "type": "Polygon" + }, + "id": "459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9803699585047, + -11.954573137398487, + -76.97072400587025, + -11.944185715644288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.97605298546904, + -11.944185715644288 + ] + ] + ], + "type": "Polygon" + }, + "id": "460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05804671161432, + -11.915010670439246, + -77.04839994619928, + -11.904620771525344 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.0537281828835, + -11.904620771525344 + ] + ] + ], + "type": "Polygon" + }, + "id": "461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94834686195088, + -11.809840411461849, + -76.93870605180817, + -11.799451733016603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.9440326814956, + -11.799451733016603 + ] + ] + ], + "type": "Polygon" + }, + "id": "462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71756998331423, + -12.329427632913374, + -76.70791984052225, + -12.319052732625766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.71325517001362, + -12.319052732625766 + ] + ] + ], + "type": "Polygon" + }, + "id": "463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90652983621065, + -12.1910493369871, + -76.89687875528585, + -12.180667376148268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.90221170176629, + -12.180667376148268 + ] + ] + ], + "type": "Polygon" + }, + "id": "464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77780503264579, + -12.138959625568104, + -76.76815893874515, + -12.128580067757454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.77349110510013, + -12.128580067757454 + ] + ] + ], + "type": "Polygon" + }, + "id": "465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70843018620451, + -12.328512946607473, + -76.69878032125428, + -12.3181382643803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.70411563748614, + -12.3181382643803 + ] + ] + ], + "type": "Polygon" + }, + "id": "466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00405931242828, + -12.137790548604945, + -76.99440728421787, + -12.127405323715271 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99973925662417, + -12.127405323715271 + ] + ] + ], + "type": "Polygon" + }, + "id": "467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99332181845394, + -11.963713219442123, + -76.98367525887319, + -11.95332561237651 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.98900437503764, + -11.95332561237651 + ] + ] + ], + "type": "Polygon" + }, + "id": "468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78155982561549, + -12.33582286641779, + -76.77190775126604, + -12.32544644668849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.777243165856, + -12.32544644668849 + ] + ] + ], + "type": "Polygon" + }, + "id": "469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73902295224009, + -12.017187279001856, + -76.72938154308636, + -12.006806827096778 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.73471171477347, + -12.006806827096778 + ] + ] + ], + "type": "Polygon" + }, + "id": "470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81435657486047, + -12.142594567019259, + -76.80470938824386, + -12.13221414323606 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.81004159756091, + -12.13221414323606 + ] + ] + ], + "type": "Polygon" + }, + "id": "471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07554435887731, + -11.877391290637775, + -77.06589827038675, + -11.86700043071789 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.0712258647135, + -11.86700043071789 + ] + ] + ], + "type": "Polygon" + }, + "id": "472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13350083559052, + -11.946004088297343, + -77.12385124497351, + -11.935612804294793 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12917988406123, + -11.935612804294793 + ] + ] + ], + "type": "Polygon" + }, + "id": "473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91873182845896, + -12.25515144907158, + -76.90907851284486, + -12.244770229591833 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.91441250677835, + -12.244770229591833 + ] + ] + ], + "type": "Polygon" + }, + "id": "474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07778382403505, + -11.8068025925486, + -77.06813978109615, + -11.79641069919523 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.0734662112888, + -11.79641069919523 + ] + ] + ], + "type": "Polygon" + }, + "id": "475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15083143567514, + -11.71950998078424, + -77.1411881580904, + -11.709115154062955 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.14651304519876, + -11.709115154062955 + ] + ] + ], + "type": "Polygon" + }, + "id": "476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85395457554336, + -12.30374150213806, + -76.84430151919888, + -12.293362712506509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.85395457554336, + -12.296412224087684 + ], + [ + -76.85344629761614, + -12.301601672486825 + ], + [ + -76.84861968255942, + -12.30374150213806 + ], + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.8496363646964, + -12.293362712506509 + ] + ] + ], + "type": "Polygon" + }, + "id": "477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8600527203156, + -12.241465780459382, + -76.8504013622327, + -12.231085802069662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.85573517552187, + -12.231085802069662 + ] + ] + ], + "type": "Polygon" + }, + "id": "478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85929180053891, + -12.202085956371608, + -76.84964163860559, + -12.191705354794417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.85497480252052, + -12.191705354794417 + ] + ] + ], + "type": "Polygon" + }, + "id": "479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1333458168328, + -11.757151821773265, + -77.12370185497106, + -11.746757913246189 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.12902738812849, + -11.746757913246189 + ] + ] + ], + "type": "Polygon" + }, + "id": "480", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07167092189833, + -11.774732643683112, + -77.06202798846748, + -11.76434046462402 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.06735389962827, + -11.76434046462402 + ] + ] + ], + "type": "Polygon" + }, + "id": "482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1692003819991, + -11.815732285380792, + -77.15955378409872, + -11.805338304482683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.16488022284202, + -11.805338304482683 + ] + ] + ], + "type": "Polygon" + }, + "id": "483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07088468793854, + -11.73531454054762, + -77.06124294760833, + -11.724921855598945 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.06656821185614, + -11.724921855598945 + ] + ] + ], + "type": "Polygon" + }, + "id": "484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70175723838183, + -11.974173466334266, + -76.69211813092564, + -11.963793322399562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.69744760174811, + -11.963793322399562 + ] + ] + ], + "type": "Polygon" + }, + "id": "485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85015493083411, + -12.106841251471737, + -76.84050785454744, + -12.096459366040856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.84583945340304, + -12.096459366040856 + ] + ] + ], + "type": "Polygon" + }, + "id": "486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70309482040456, + -12.335836298859522, + -76.6934448830661, + -12.325461877893268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.69878032125428, + -12.325461877893268 + ] + ] + ], + "type": "Polygon" + }, + "id": "487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80600811904529, + -11.992392271422425, + -76.79636563644549, + -11.982009753163393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.80169537381178, + -11.982009753163393 + ] + ] + ], + "type": "Polygon" + }, + "id": "488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70917254030985, + -12.367873977791898, + -76.6995214786163, + -12.357499951075457 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.70485744512067, + -12.357499951075457 + ] + ] + ], + "type": "Polygon" + }, + "id": "489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05956105898211, + -11.899425757073208, + -77.04991471943951, + -11.889035598609016 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.05524269766222, + -11.889035598609016 + ] + ] + ], + "type": "Polygon" + }, + "id": "490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88593470670045, + -11.787965660247313, + -76.87629618452769, + -11.777578232553777 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.88162250710167, + -11.777578232553777 + ] + ] + ], + "type": "Polygon" + }, + "id": "491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65059643428614, + -12.259860674070916, + -76.64095021645811, + -12.24948632238867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.64628440403649, + -12.24948632238867 + ] + ] + ], + "type": "Polygon" + }, + "id": "492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73286947115615, + -12.173783202180944, + -76.72322355849327, + -12.163405339800315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.72855631438362, + -12.163405339800315 + ] + ] + ], + "type": "Polygon" + }, + "id": "493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70407535771871, + -11.903650435128542, + -76.69443828784674, + -11.89326920561445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69976659652558, + -11.89326920561445 + ], + [ + -76.70407535771871, + -11.896318052477712 + ], + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.69443828784674, + -11.90060150124957 + ], + [ + -76.69494814901468, + -11.89541094144886 + ], + [ + -76.69976659652558, + -11.89326920561445 + ] + ] + ], + "type": "Polygon" + }, + "id": "494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84405076448968, + -12.263456186188524, + -76.83439917538082, + -12.253076972556281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83973336207409, + -12.253076972556281 + ] + ] + ], + "type": "Polygon" + }, + "id": "495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72150281963434, + -12.054748411109657, + -76.71186076887139, + -12.044368974596896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.71719156409064, + -12.044368974596896 + ] + ] + ], + "type": "Polygon" + }, + "id": "496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75491420691495, + -12.278152434974485, + -76.74526457754266, + -12.267775718997893 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.75059904973693, + -12.267775718997893 + ] + ] + ], + "type": "Polygon" + }, + "id": "497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77925476952566, + -12.406315379235883, + -76.76960065018484, + -12.395940235140033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77493723061258, + -12.395940235140033 + ], + [ + -76.77925476952566, + -12.398990915650222 + ], + [ + -76.77874528750858, + -12.404178541692698 + ], + [ + -76.77391814051545, + -12.406315379235883 + ], + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.77493723061258, + -12.395940235140033 + ] + ] + ], + "type": "Polygon" + }, + "id": "498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79300500634695, + -12.266233693081073, + -76.78335470236354, + -12.255855812781892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.78868896258706, + -12.255855812781892 + ] + ] + ], + "type": "Polygon" + }, + "id": "499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96057192882992, + -11.96835318904372, + -76.95092607868384, + -11.957966457726739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.95625530545168, + -11.957966457726739 + ] + ] + ], + "type": "Polygon" + }, + "id": "500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99779740700687, + -11.72816034696472, + -76.98815774700806, + -11.71776935358394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.99348298292249, + -11.71776935358394 + ] + ] + ], + "type": "Polygon" + }, + "id": "501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67896275063835, + -11.924737321813645, + -76.6693257437674, + -11.914357037542565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67465440274923, + -11.914357037542565 + ], + [ + -76.67896275063835, + -11.917406220117462 + ], + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.67363404179376, + -11.924737321813645 + ], + [ + -76.6693257437674, + -11.921688052280398 + ], + [ + -76.66983598687797, + -11.916497965252253 + ], + [ + -76.67465440274923, + -11.914357037542565 + ] + ] + ], + "type": "Polygon" + }, + "id": "502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68259931675641, + -12.215916534171438, + -76.67295352552854, + -12.205540637544406 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.67828698592875, + -12.205540637544406 + ] + ] + ], + "type": "Polygon" + }, + "id": "503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8585417666664, + -11.785265355958382, + -76.84890405031436, + -11.774878575245708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.8542303476123, + -11.774878575245708 + ] + ] + ], + "type": "Polygon" + }, + "id": "504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11369768111607, + -11.959799590859504, + -77.10404817521353, + -11.949408986916149 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.1093770714452, + -11.949408986916149 + ] + ] + ], + "type": "Polygon" + }, + "id": "505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.703286784276, + -11.958603183234901, + -76.69364809882825, + -11.948222770940122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.69897731285836, + -11.948222770940122 + ] + ] + ], + "type": "Polygon" + }, + "id": "506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98732106592331, + -12.214769705963864, + -76.97766717112506, + -12.204386124935994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.98300043172658, + -12.204386124935994 + ] + ] + ], + "type": "Polygon" + }, + "id": "507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70787459771711, + -11.91188993028486, + -76.69823717815557, + -11.901508722181376 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.70356562191074, + -11.901508722181376 + ] + ] + ], + "type": "Polygon" + }, + "id": "508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7457387255827, + -12.371533824019414, + -76.7360865552641, + -12.361158927205572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.74142257307574, + -12.361158927205572 + ] + ] + ], + "type": "Polygon" + }, + "id": "509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7573200570042, + -11.924662903528235, + -76.74768090769909, + -11.914280622692358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.75300954938604, + -11.914280622692358 + ] + ] + ], + "type": "Polygon" + }, + "id": "510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75341866165395, + -12.199411281934315, + -76.74377142436369, + -12.189033309672135 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.74910459712224, + -12.189033309672135 + ] + ] + ], + "type": "Polygon" + }, + "id": "511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69252598877264, + -12.1618970999482, + -76.68288153654662, + -12.151520077430236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68821410420628, + -12.151520077430236 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.68288153654662, + -12.158846699139984 + ], + [ + -76.68339196571696, + -12.153658242688385 + ], + [ + -76.68821410420628, + -12.151520077430236 + ] + ] + ], + "type": "Polygon" + }, + "id": "512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65286458888691, + -12.283660146314372, + -76.64321759724989, + -12.273286132863479 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.64752995788032, + -12.283660146314372 + ], + [ + -76.64321759724989, + -12.280608780456793 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.64855217791148, + -12.273286132863479 + ] + ] + ], + "type": "Polygon" + }, + "id": "513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78851529965377, + -11.935619630984991, + -76.7788749798792, + -11.925236719757814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78420379009265, + -11.925236719757814 + ], + [ + -76.78851529965377, + -11.92828499776857 + ], + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.78420379009265, + -11.925236719757814 + ] + ] + ], + "type": "Polygon" + }, + "id": "514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83569370498167, + -12.01892260437619, + -76.82604963639913, + -12.00853973593102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.83137979488403, + -12.00853973593102 + ] + ] + ], + "type": "Polygon" + }, + "id": "515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93921236255058, + -11.808942056533795, + -76.92957181731371, + -11.798553591732015 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.93489844072886, + -11.798553591732015 + ] + ] + ], + "type": "Polygon" + }, + "id": "516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73514387146372, + -12.19758853954884, + -76.72549718614088, + -12.187211002657756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.7308303342874, + -12.187211002657756 + ] + ] + ], + "type": "Polygon" + }, + "id": "517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92329680790736, + -12.208434420033857, + -76.91364476783659, + -12.198052322595753 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.91897798685804, + -12.198052322595753 + ] + ] + ], + "type": "Polygon" + }, + "id": "518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9331165569445, + -11.776878189805075, + -76.92347712538351, + -11.766489440294974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.92880322694008, + -11.766489440294974 + ] + ] + ], + "type": "Polygon" + }, + "id": "519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81205973941998, + -12.213112215449463, + -76.80241050943825, + -12.202732980790707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.80774388344172, + -12.202732980790707 + ] + ] + ], + "type": "Polygon" + }, + "id": "520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76938890233735, + -12.271738067626174, + -76.75973907194198, + -12.26136087715359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.76507343300442, + -12.26136087715359 + ] + ] + ], + "type": "Polygon" + }, + "id": "521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03071749162493, + -12.101097793101392, + -77.02106587444743, + -12.090711339741405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.02639721051388, + -12.090711339741405 + ] + ] + ], + "type": "Polygon" + }, + "id": "522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12291780989925, + -12.05510184217185, + -77.11326523104402, + -12.044712435380177 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.1185956827666, + -12.044712435380177 + ] + ] + ], + "type": "Polygon" + }, + "id": "523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95977224626277, + -11.834562090461873, + -76.95013040282066, + -11.824173470102915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.95545742817292, + -11.824173470102915 + ] + ] + ], + "type": "Polygon" + }, + "id": "524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7099611314612, + -12.312950847377973, + -76.70031168952197, + -12.302575862023534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.70564674836419, + -12.302575862023534 + ] + ] + ], + "type": "Polygon" + }, + "id": "525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.908004797758, + -11.798005003903338, + -76.89836539539176, + -11.787617163611273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.90749806818866, + -11.795857615190872 + ], + [ + -76.90267828066915, + -11.798005003903338 + ], + [ + -76.89836539539176, + -11.794958439111216 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.90369186591155, + -11.787617163611273 + ] + ] + ], + "type": "Polygon" + }, + "id": "526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09692048592095, + -11.94242209383422, + -77.08727191986792, + -11.932031643953428 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.09260055453214, + -11.932031643953428 + ] + ] + ], + "type": "Polygon" + }, + "id": "527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70847666182146, + -12.234220591607027, + -76.69882961226526, + -12.223844332117249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.70416337116535, + -12.223844332117249 + ] + ] + ], + "type": "Polygon" + }, + "id": "528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92707402365286, + -12.027962884503188, + -76.91742726985036, + -12.017577870068575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.92275750995678, + -12.017577870068575 + ] + ] + ], + "type": "Polygon" + }, + "id": "529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16148090774492, + -11.704807812703644, + -77.15183780297451, + -11.694412538307965 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.15716243133036, + -11.694412538307965 + ] + ] + ], + "type": "Polygon" + }, + "id": "530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06555937945983, + -11.742662215841872, + -77.05591755550145, + -11.732269757579088 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.06124294760833, + -11.732269757579088 + ] + ] + ], + "type": "Polygon" + }, + "id": "531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8082699888244, + -12.110545040166192, + -76.79862392189563, + -12.100164266090314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.80395560574883, + -12.100164266090314 + ] + ] + ], + "type": "Polygon" + }, + "id": "532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98333796221709, + -11.734609998553202, + -76.97369848339169, + -11.72421944551605 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97902384093962, + -11.72421944551605 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.97420418743357, + -11.726369220907193 + ], + [ + -76.97902384093962, + -11.72421944551605 + ] + ] + ], + "type": "Polygon" + }, + "id": "533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0398136498083, + -12.007613089657212, + -77.03016458861161, + -11.99722499081118 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.03549437318775, + -11.99722499081118 + ] + ] + ], + "type": "Polygon" + }, + "id": "534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1889030181894, + -11.707476658220566, + -77.17925915556174, + -11.697080760732971 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.1889030181894, + -11.700124253656242 + ], + [ + -77.18840036556279, + -11.70532225422485 + ], + [ + -77.18357834940765, + -11.707476658220566 + ], + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.18458378180419, + -11.697080760732971 + ] + ] + ], + "type": "Polygon" + }, + "id": "535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09468408466303, + -12.013001691514535, + -77.08503347088663, + -12.002612335023782 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.0903632707904, + -12.002612335023782 + ] + ] + ], + "type": "Polygon" + }, + "id": "536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81589733033199, + -12.032684696631991, + -76.80625338104953, + -12.022302533553338 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.81158377736259, + -12.022302533553338 + ] + ] + ], + "type": "Polygon" + }, + "id": "537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12888985280502, + -11.89834777218403, + -77.11924179760814, + -11.887955915093135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.12456965956187, + -11.887955915093135 + ] + ] + ], + "type": "Polygon" + }, + "id": "538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94002450922544, + -12.037105529175706, + -76.93037714431281, + -12.026720331479892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.93570752332758, + -12.026720331479892 + ] + ] + ], + "type": "Polygon" + }, + "id": "539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91334449375987, + -11.885049456341385, + -76.90370235913839, + -11.87466269313924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.90801654884774, + -11.885049456341385 + ], + [ + -76.90370235913839, + -11.882002471262272 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.90903025753246, + -11.87466269313924 + ] + ] + ], + "type": "Polygon" + }, + "id": "540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78311244433367, + -12.225949943424924, + -76.77346361030006, + -12.215571649750798 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.77879720987376, + -12.215571649750798 + ] + ] + ], + "type": "Polygon" + }, + "id": "541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77858162591163, + -12.084010744470321, + -76.7689371504147, + -12.07363030818757 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.77426841022253, + -12.07363030818757 + ] + ] + ], + "type": "Polygon" + }, + "id": "542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66279706443021, + -12.229651621542276, + -76.65315141039008, + -12.219276457780111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.65848509890988, + -12.219276457780111 + ] + ] + ], + "type": "Polygon" + }, + "id": "543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15695305755048, + -11.75158456391446, + -77.14730867322737, + -11.741190012628635 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.1526340775706, + -11.741190012628635 + ] + ] + ], + "type": "Polygon" + }, + "id": "544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9926542451443, + -12.207433974477016, + -76.98300043172658, + -12.197050142921501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.98833356546906, + -12.197050142921501 + ] + ] + ], + "type": "Polygon" + }, + "id": "545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75270471793095, + -12.065715027407807, + -76.74306148941663, + -12.055334965259009 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.74839245698384, + -12.055334965259009 + ] + ] + ], + "type": "Polygon" + }, + "id": "546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04122793994374, + -11.803223424341503, + -77.03158493236862, + -11.792832373051422 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.03691135142249, + -11.792832373051422 + ] + ] + ], + "type": "Polygon" + }, + "id": "547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0252941210179, + -11.919662231274566, + -77.01564805259396, + -11.90927319987577 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.02097640683856, + -11.90927319987577 + ] + ] + ], + "type": "Polygon" + }, + "id": "548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17825355064637, + -11.722180537338396, + -77.16860951345932, + -11.711785086800907 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.17825355064637, + -11.714828752919606 + ], + [ + -77.17775072549043, + -11.720026530073547 + ], + [ + -77.17292862199277, + -11.722180537338396 + ], + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.1739343994177, + -11.711785086800907 + ] + ] + ], + "type": "Polygon" + }, + "id": "549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93544428796525, + -11.989469068023997, + -76.92579846299431, + -11.97908327039427 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.93112806143354, + -11.97908327039427 + ] + ] + ], + "type": "Polygon" + }, + "id": "550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99717144710482, + -12.066335116310636, + -76.98752172830943, + -12.055948951518946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.9928525306654, + -12.055948951518946 + ] + ] + ], + "type": "Polygon" + }, + "id": "551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63992783742441, + -12.274505974990051, + -76.63028147872811, + -12.264132141809126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.6345933576339, + -12.274505974990051 + ], + [ + -76.63028147872811, + -12.27145453552308 + ], + [ + -76.63079281659704, + -12.266267673992983 + ], + [ + -76.63561590799253, + -12.264132141809126 + ] + ] + ], + "type": "Polygon" + }, + "id": "552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234130722171, + -12.076600720274893, + -76.85269480914835, + -12.066218060979061 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.85802590140814, + -12.066218060979061 + ] + ] + ], + "type": "Polygon" + }, + "id": "553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9819544056351, + -12.127745589467992, + -76.97230324742839, + -12.117360751411761 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.97763507858714, + -12.117360751411761 + ] + ] + ], + "type": "Polygon" + }, + "id": "554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09606407437312, + -11.808590615848185, + -77.0864195166177, + -11.798198302972152 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.09174595072632, + -11.798198302972152 + ] + ] + ], + "type": "Polygon" + }, + "id": "555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75267116583025, + -12.16003771240498, + -76.74302512414123, + -12.149659126602288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.74835764741655, + -12.149659126602288 + ] + ] + ], + "type": "Polygon" + }, + "id": "556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67800402333489, + -12.262605637157193, + -76.66835696470443, + -12.252230626631595 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.67369119644752, + -12.252230626631595 + ] + ] + ], + "type": "Polygon" + }, + "id": "557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13954527601143, + -11.883653775720793, + -77.12989739242438, + -11.873261453116775 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.1352249961082, + -11.873261453116775 + ] + ] + ], + "type": "Polygon" + }, + "id": "558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94231515780893, + -12.060922996960164, + -76.93266702278738, + -12.05053810457391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.9379977921497, + -12.05053810457391 + ] + ] + ], + "type": "Polygon" + }, + "id": "559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08304737175783, + -11.705028484119591, + -77.0734062248031, + -11.694635106966642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.07873097480493, + -11.694635106966642 + ] + ] + ], + "type": "Polygon" + }, + "id": "560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08317300523571, + -11.893873000972755, + -77.07352623277134, + -11.883482188598201 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.0788540878124, + -11.883482188598201 + ] + ] + ], + "type": "Polygon" + }, + "id": "561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88974009740531, + -11.796206027416318, + -76.88010122950516, + -11.785818616929973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.88923311568439, + -11.794059004580301 + ], + [ + -76.88441359530529, + -11.796206027416318 + ], + [ + -76.88010122950516, + -11.793159311697226 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.88542768477676, + -11.785818616929973 + ] + ] + ], + "type": "Polygon" + }, + "id": "562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14407717396027, + -11.836886984354994, + -77.13443057039045, + -11.826493899081589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13975739770625, + -11.826493899081589 + ] + ] + ], + "type": "Polygon" + }, + "id": "563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76405449259234, + -12.279064765648851, + -76.75440458789402, + -12.268687832682303 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75973907194198, + -12.268687832682303 + ] + ] + ], + "type": "Polygon" + }, + "id": "564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13357841283683, + -12.040414372922148, + -77.12392600537757, + -12.030024485482539 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12925619878938, + -12.030024485482539 + ], + [ + -77.13357841283683, + -12.033070151166669 + ], + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.12443008035315, + -12.032173730934714 + ], + [ + -77.12925619878938, + -12.030024485482539 + ] + ] + ], + "type": "Polygon" + }, + "id": "565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9461031996698, + -11.974791628497956, + -76.93645753410007, + -11.964405349813838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.94178688090612, + -11.964405349813838 + ] + ] + ], + "type": "Polygon" + }, + "id": "566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83948327901827, + -12.21583958832852, + -76.82983323378433, + -12.205459707376207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.8351666373376, + -12.205459707376207 + ] + ] + ], + "type": "Polygon" + }, + "id": "567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66960500985125, + -12.30105241306261, + -76.65995703486303, + -12.290678261177819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.66529190226078, + -12.290678261177819 + ] + ] + ], + "type": "Polygon" + }, + "id": "568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97429740127725, + -12.016893928379424, + -76.96464974797293, + -12.006507578505625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96997976032539, + -12.006507578505625 + ] + ] + ], + "type": "Polygon" + }, + "id": "569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81441876711634, + -11.765181085225276, + -76.80478282606705, + -11.754795139446493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81010881870328, + -11.754795139446493 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81391078391188, + -11.763035280134243 + ], + [ + -76.80909272658963, + -11.765181085225276 + ], + [ + -76.80478282606705, + -11.76213388416386 + ], + [ + -76.80529093496682, + -11.756940965604116 + ], + [ + -76.81010881870328, + -11.754795139446493 + ] + ] + ], + "type": "Polygon" + }, + "id": "570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0115203491583, + -11.776709808571608, + -77.00187889131944, + -11.76631912503131 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -77.00720490995799, + -11.76631912503131 + ] + ] + ], + "type": "Polygon" + }, + "id": "571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7763310644858, + -11.965861222759813, + -76.76669017252905, + -11.955479061362935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.77201948593907, + -11.955479061362935 + ] + ] + ], + "type": "Polygon" + }, + "id": "572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06730537663464, + -12.104698808685312, + -77.05765271998162, + -12.0943115161932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.0668003977631, + -12.102551802921132 + ], + [ + -77.06197398375704, + -12.104698808685312 + ], + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.06298406847603, + -12.0943115161932 + ] + ] + ], + "type": "Polygon" + }, + "id": "573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72071678193298, + -12.109692686894386, + -76.7110731138428, + -12.099314119618022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7164048153039, + -12.099314119618022 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.71538503114567, + -12.109692686894386 + ], + [ + -76.7110731138428, + -12.10664280586147 + ], + [ + -76.71158306871058, + -12.101453576887053 + ], + [ + -76.7164048153039, + -12.099314119618022 + ] + ] + ], + "type": "Polygon" + }, + "id": "574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98350674487027, + -12.206530034840162, + -76.97385319468727, + -12.196146414355544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.9791863234797, + -12.196146414355544 + ] + ] + ], + "type": "Polygon" + }, + "id": "575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01000455658203, + -11.792295524178872, + -77.00036267372973, + -11.781905088487271 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -77.00568895039962, + -11.781905088487271 + ] + ] + ], + "type": "Polygon" + }, + "id": "576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84862525335753, + -12.216748175954791, + -76.83897493732648, + -12.206368080071197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.84430835017822, + -12.206368080071197 + ] + ] + ], + "type": "Polygon" + }, + "id": "577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90576322729184, + -12.151663261328533, + -76.89611334223908, + -12.14128069011411 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.90144563967331, + -12.14128069011411 + ] + ] + ], + "type": "Polygon" + }, + "id": "578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0647739860184, + -11.703243263188346, + -77.05513335491436, + -11.692850306959631 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.06045810021853, + -11.692850306959631 + ] + ] + ], + "type": "Polygon" + }, + "id": "579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92857664468855, + -11.918010687302278, + -76.91893312893977, + -11.9076240164927 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.91893312893977, + -11.914963665671134 + ], + [ + -76.91943988522571, + -11.909770383692557 + ], + [ + -76.92426155681466, + -11.9076240164927 + ] + ] + ], + "type": "Polygon" + }, + "id": "580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92780792981293, + -11.878609779789487, + -76.91816560796273, + -11.868222566445608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92349338794651, + -11.868222566445608 + ], + [ + -76.92780792981293, + -11.871269301934595 + ], + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.91867231328982, + -11.870369404708052 + ], + [ + -76.92349338794651, + -11.868222566445608 + ] + ] + ], + "type": "Polygon" + }, + "id": "581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09369657513271, + -11.690330267466422, + -77.0840555966714, + -11.679936441601745 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.08938009031519, + -11.679936441601745 + ] + ] + ], + "type": "Polygon" + }, + "id": "582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89509841364945, + -12.166330772821986, + -76.88544837158926, + -12.155948700882378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.89078091951508, + -12.155948700882378 + ] + ] + ], + "type": "Polygon" + }, + "id": "583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03908082753003, + -12.062597604818881, + -77.02943014522748, + -12.052210353943371 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.03476083650062, + -12.052210353943371 + ] + ] + ], + "type": "Polygon" + }, + "id": "584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15624036907705, + -11.806599257644791, + -77.14659436472064, + -11.796205463676934 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.15192067455077, + -11.796205463676934 + ] + ] + ], + "type": "Polygon" + }, + "id": "585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73659657538226, + -12.370619269409174, + -76.7269446815054, + -12.360244589745774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.7322806869038, + -12.360244589745774 + ] + ] + ], + "type": "Polygon" + }, + "id": "586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97423524059491, + -11.82811758297728, + -76.96459321388559, + -11.817728516791046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96992011865227, + -11.817728516791046 + ] + ] + ], + "type": "Polygon" + }, + "id": "587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11758731460198, + -12.062445088841091, + -77.10793465029742, + -12.052055923039 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.11326523104402, + -12.052055923039 + ] + ] + ], + "type": "Polygon" + }, + "id": "588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79605910201941, + -12.23509945971754, + -76.78640964563486, + -12.224720988322822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.79174339044668, + -12.224720988322822 + ] + ] + ], + "type": "Polygon" + }, + "id": "589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9453548084534, + -12.029767770186096, + -76.93570752332758, + -12.019382329559145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.94103777645225, + -12.019382329559145 + ] + ] + ], + "type": "Polygon" + }, + "id": "590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99950550653982, + -12.184521713989865, + -76.98985220061994, + -12.174137344218932 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.995184948792, + -12.174137344218932 + ] + ] + ], + "type": "Polygon" + }, + "id": "591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95907975408434, + -12.078305730275021, + -76.94943066403395, + -12.067920689216223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.9547617037353, + -12.067920689216223 + ] + ] + ], + "type": "Polygon" + }, + "id": "592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1347783787973, + -11.647118099190985, + -77.12513765489705, + -11.636722728771629 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.1347783787973, + -11.639766380166261 + ], + [ + -77.13427505941549, + -11.644964117619487 + ], + [ + -77.12945461237578, + -11.647118099190985 + ], + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.13046137802279, + -11.636722728771629 + ] + ] + ], + "type": "Polygon" + }, + "id": "593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87986361705164, + -12.227711624302946, + -76.87021214463753, + -12.217330924231408 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.87554571690666, + -12.217330924231408 + ] + ] + ], + "type": "Polygon" + }, + "id": "594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9842491751532, + -12.15156236887516, + -76.97459724679794, + -12.141177849715385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97992946819966, + -12.141177849715385 + ] + ] + ], + "type": "Polygon" + }, + "id": "595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71682666787687, + -12.290063815344626, + -76.70717772156361, + -12.279688269106671 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.71251240095832, + -12.279688269106671 + ] + ] + ], + "type": "Polygon" + }, + "id": "596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91948518622011, + -12.200194919843542, + -76.90983349206942, + -12.189812783873554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.91516657847797, + -12.189812783873554 + ] + ] + ], + "type": "Polygon" + }, + "id": "597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97432850882998, + -12.111265688130784, + -76.96467803976492, + -12.100880780584237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.97000960727031, + -12.100880780584237 + ] + ] + ], + "type": "Polygon" + }, + "id": "598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94387950050866, + -12.234058741190108, + -76.93422615720593, + -12.223676549783528 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93955978024196, + -12.223676549783528 + ] + ] + ], + "type": "Polygon" + }, + "id": "599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7823113405589, + -12.37518932675426, + -76.77265806923968, + -12.36481356383266 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.77799413394604, + -12.36481356383266 + ] + ] + ], + "type": "Polygon" + }, + "id": "600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9956910438627, + -12.176281902191208, + -76.98603808224235, + -12.165897494389574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.99137069878411, + -12.165897494389574 + ] + ] + ], + "type": "Polygon" + }, + "id": "601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98569885707472, + -11.947232371665033, + -76.97605298546904, + -11.936844711617471 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.98138183853453, + -11.936844711617471 + ] + ] + ], + "type": "Polygon" + }, + "id": "602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0715520414432, + -11.585868166986149, + -77.06191472905478, + -11.575473564576143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06723753743655, + -11.575473564576143 + ], + [ + -77.0715520414432, + -11.578517430714935 + ], + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.06241896661656, + -11.577626964487658 + ], + [ + -77.06723753743655, + -11.575473564576143 + ] + ] + ], + "type": "Polygon" + }, + "id": "603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9994670427832, + -12.090154128278298, + -76.98981655427457, + -12.079768273226012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.99514774660766, + -12.079768273226012 + ] + ] + ], + "type": "Polygon" + }, + "id": "604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82958455723717, + -12.175551861835796, + -76.81993597916681, + -12.165171579233474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.82526872379941, + -12.165171579233474 + ] + ] + ], + "type": "Polygon" + }, + "id": "605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9468744283491, + -12.014189541188138, + -76.9372275681354, + -12.003803828760722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9425575631673, + -12.003803828760722 + ] + ] + ], + "type": "Polygon" + }, + "id": "606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843397644765, + -12.108653646372675, + -76.85878636052486, + -12.098271331137488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.86411797704574, + -12.098271331137488 + ] + ] + ], + "type": "Polygon" + }, + "id": "607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9392749592512, + -12.092076566642206, + -76.92962597423859, + -12.081692228681398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.93495725990805, + -12.081692228681398 + ] + ] + ], + "type": "Polygon" + }, + "id": "608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96355326530934, + -11.748402666250568, + -76.9539138884883, + -11.73801278326959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95923949306376, + -11.73801278326959 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.9539138884883, + -11.745356862062732 + ], + [ + -76.95441989066885, + -11.740161973905417 + ], + [ + -76.95923949306376, + -11.73801278326959 + ] + ] + ], + "type": "Polygon" + }, + "id": "609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79532731589619, + -12.101397691383978, + -76.78568186995076, + -12.091017101367468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.79101340919945, + -12.091017101367468 + ] + ] + ], + "type": "Polygon" + }, + "id": "610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13096473814126, + -11.638876727608634, + -77.1213243546115, + -11.628481345298022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12664794825186, + -11.628481345298022 + ], + [ + -77.13096473814126, + -11.631524985339984 + ], + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.12182784158261, + -11.630635361394946 + ], + [ + -77.12664794825186, + -11.628481345298022 + ] + ] + ], + "type": "Polygon" + }, + "id": "611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9788520244514, + -11.970153938076619, + -76.96920564668535, + -11.959766781970954 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.97453488444644, + -11.959766781970954 + ] + ] + ], + "type": "Polygon" + }, + "id": "612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89662078367436, + -12.150757593390928, + -76.88697116631901, + -12.140375235793684 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.89230345618219, + -12.140375235793684 + ] + ] + ], + "type": "Polygon" + }, + "id": "613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76944625961667, + -12.083102351650048, + -76.75980205835475, + -12.072722132657477 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.76513330676103, + -12.072722132657477 + ] + ] + ], + "type": "Polygon" + }, + "id": "614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66524324911991, + -11.970536862742463, + -76.65560525672947, + -11.960157599294511 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.66093467108166, + -11.960157599294511 + ] + ] + ], + "type": "Polygon" + }, + "id": "615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08771216940572, + -11.847112997863642, + -77.07806667515956, + -11.836721418375028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.08339375460321, + -11.836721418375028 + ] + ] + ], + "type": "Polygon" + }, + "id": "616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03453249851073, + -12.109337950597192, + -77.02488053791635, + -12.098951531766836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.03021200510881, + -12.098951531766836 + ] + ] + ], + "type": "Polygon" + }, + "id": "617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1340622183934, + -11.702136642147526, + -77.12441987578273, + -11.69174199311196 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12974450377133, + -11.69174199311196 + ] + ] + ], + "type": "Polygon" + }, + "id": "618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89049721976161, + -11.741220934331047, + -76.88085996834661, + -11.730832765881248 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88618551872868, + -11.730832765881248 + ], + [ + -76.89049721976161, + -11.733879083200115 + ], + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88085996834661, + -11.73817452953788 + ], + [ + -76.88136697940755, + -11.73298049914769 + ], + [ + -76.88618551872868, + -11.730832765881248 + ] + ] + ], + "type": "Polygon" + }, + "id": "619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94759922629162, + -11.864827848233212, + -76.93795679821314, + -11.854439950631575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.9422716451797, + -11.864827848233212 + ], + [ + -76.93795679821314, + -11.86178127600612 + ], + [ + -76.93846320542096, + -11.856587380548063 + ], + [ + -76.94328433330075, + -11.854439950631575 + ] + ] + ], + "type": "Polygon" + }, + "id": "620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06421791070956, + -12.041473687002236, + -77.05456721854584, + -12.031085500583696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05989752939782, + -12.031085500583696 + ] + ] + ], + "type": "Polygon" + }, + "id": "621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85395858924355, + -12.209417234875106, + -76.84430835017822, + -12.199036885924063 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84964163860559, + -12.199036885924063 + ] + ] + ], + "type": "Polygon" + }, + "id": "622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78238607246581, + -12.092250127906045, + -76.77274124840952, + -12.081869722917356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.77807264250916, + -12.081869722917356 + ] + ] + ], + "type": "Polygon" + }, + "id": "623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11290574944417, + -11.920386373809967, + -77.10325743807408, + -11.909995218323894 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.10858568677676, + -11.909995218323894 + ] + ] + ], + "type": "Polygon" + }, + "id": "624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05961703923029, + -11.993827505026907, + -77.049967884715, + -11.983438717104802 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.05529741689203, + -11.983438717104802 + ] + ] + ], + "type": "Polygon" + }, + "id": "625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89660391752497, + -11.962042280066823, + -76.88695992907185, + -11.951657043408204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89228910868462, + -11.951657043408204 + ], + [ + -76.89660391752497, + -11.954704495112583 + ], + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.88746720093108, + -11.953802177718293 + ], + [ + -76.89228910868462, + -11.951657043408204 + ] + ] + ], + "type": "Polygon" + }, + "id": "626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89506647460556, + -11.78886524555367, + -76.88542768477676, + -11.778477602700848 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.89075401522645, + -11.778477602700848 + ] + ] + ], + "type": "Polygon" + }, + "id": "627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03585244387004, + -11.716151685168791, + -77.02621216501718, + -11.705759602327092 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.03153715924657, + -11.705759602327092 + ] + ] + ], + "type": "Polygon" + }, + "id": "628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05496297697592, + -11.851773083884977, + -77.04531817382107, + -11.841382366424643 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.05064537397958, + -11.841382366424643 + ] + ] + ], + "type": "Polygon" + }, + "id": "629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76252596736181, + -12.294629791008557, + -76.75287563912444, + -12.284253157399705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.75821038077967, + -12.284253157399705 + ] + ] + ], + "type": "Polygon" + }, + "id": "630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10310836092265, + -12.068890142740551, + -77.09345586806927, + -12.058501426678504 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.09878657641802, + -12.058501426678504 + ] + ] + ], + "type": "Polygon" + }, + "id": "631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06107526975543, + -11.883840454769146, + -77.05142935606118, + -11.873450038304345 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.0567570758399, + -11.873450038304345 + ] + ] + ], + "type": "Polygon" + }, + "id": "632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09534109237974, + -11.863594900628346, + -77.08569491479025, + -11.853203365824285 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.09102225459151, + -11.853203365824285 + ] + ] + ], + "type": "Polygon" + }, + "id": "633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05569267186627, + -11.79677258982838, + -77.04604948791129, + -11.786381097758847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.05137578252155, + -11.786381097758847 + ] + ] + ], + "type": "Polygon" + }, + "id": "634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83719116786196, + -12.286353706780103, + -76.8275390777118, + -12.27597504688099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.83287364666376, + -12.27597504688099 + ] + ] + ], + "type": "Polygon" + }, + "id": "635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95367341169913, + -11.802497918528164, + -76.9440326814956, + -11.792109008108893 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.94935918532377, + -11.792109008108893 + ] + ] + ], + "type": "Polygon" + }, + "id": "636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98958131530397, + -12.144225434269872, + -76.97992946819966, + -12.133840667526744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.98526156284582, + -12.133840667526744 + ] + ] + ], + "type": "Polygon" + }, + "id": "637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72906611560978, + -12.16554423133685, + -76.7194205526937, + -12.155166333973076 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.72475317360235, + -12.155166333973076 + ] + ] + ], + "type": "Polygon" + }, + "id": "638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07917350192574, + -11.602350598358361, + -77.06953550662871, + -11.591956013660715 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.07485857535681, + -11.591956013660715 + ] + ] + ], + "type": "Polygon" + }, + "id": "639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94310812165703, + -12.194671991537737, + -76.93345597461803, + -12.184289179371056 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.93878894853788, + -12.184289179371056 + ] + ] + ], + "type": "Polygon" + }, + "id": "640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82043072622257, + -12.268965671218295, + -76.81077960372771, + -12.258587143650441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.81611389523556, + -12.258587143650441 + ] + ] + ], + "type": "Polygon" + }, + "id": "641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04958268675118, + -11.764703356330509, + -77.03994061290051, + -11.754311580797006 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.04526638806011, + -11.754311580797006 + ] + ] + ], + "type": "Polygon" + }, + "id": "642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99865085317322, + -11.95637219692529, + -76.98900437503764, + -11.945984351361357 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.99433336443455, + -11.945984351361357 + ] + ] + ], + "type": "Polygon" + }, + "id": "643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73067537982008, + -11.961326907034463, + -76.72103586337181, + -11.95094583695424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.72636511672968, + -11.95094583695424 + ] + ] + ], + "type": "Polygon" + }, + "id": "644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03516844697633, + -11.865566208576949, + -77.02552373759718, + -11.85517616744778 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.03085118963048, + -11.85517616744778 + ] + ] + ], + "type": "Polygon" + }, + "id": "645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7069460277417, + -12.24978461168513, + -76.69729855539758, + -12.239408647606211 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.7026325715544, + -12.239408647606211 + ] + ] + ], + "type": "Polygon" + }, + "id": "646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80905854201345, + -11.96124417825265, + -76.79941690587268, + -11.950861122975127 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.80474612857006, + -11.950861122975127 + ] + ] + ], + "type": "Polygon" + }, + "id": "647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80672631735953, + -12.220441635878345, + -76.79707701174387, + -12.210062655199982 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.80241050943825, + -12.210062655199982 + ] + ] + ], + "type": "Polygon" + }, + "id": "648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78008292588275, + -12.16276777892274, + -76.77043605989522, + -12.152388541455363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.77576861808238, + -12.152388541455363 + ] + ] + ], + "type": "Polygon" + }, + "id": "649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68254529417429, + -12.310206151956507, + -76.67289668829476, + -12.299831822323162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.67823170584796, + -12.299831822323162 + ] + ] + ], + "type": "Polygon" + }, + "id": "650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71700259843104, + -11.912797111311136, + -76.70736490171416, + -11.90241568365763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.71269335871132, + -11.90241568365763 + ] + ] + ], + "type": "Polygon" + }, + "id": "651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11744152919867, + -11.873624814276466, + -77.10779449724858, + -11.863232884577629 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.11312196979395, + -11.863232884577629 + ] + ] + ], + "type": "Polygon" + }, + "id": "652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7503270854496, + -12.324845179521553, + -76.7406761857094, + -12.314469366195883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.74601143063515, + -12.314469366195883 + ] + ] + ], + "type": "Polygon" + }, + "id": "653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02161640770376, + -12.194567408757866, + -77.0119622336788, + -12.184182656558736 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.01729512186552, + -12.184182656558736 + ] + ] + ], + "type": "Polygon" + }, + "id": "654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80981262102775, + -12.00063198063219, + -76.80016979062655, + -11.990249489255966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.80549966186396, + -11.990249489255966 + ] + ] + ], + "type": "Polygon" + }, + "id": "655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16982281783459, + -11.66626929609761, + -77.16018065271184, + -11.655873325769475 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16550463429587, + -11.655873325769475 + ], + [ + -77.16982281783459, + -11.65891676977248 + ], + [ + -77.16931996092957, + -11.66411480692549 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.16068363664367, + -11.658027831960283 + ], + [ + -77.16550463429587, + -11.655873325769475 + ] + ] + ], + "type": "Polygon" + }, + "id": "656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82880489833192, + -12.324816443408068, + -76.81915188299438, + -12.314438642530158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.82448709209099, + -12.314438642530158 + ] + ] + ], + "type": "Polygon" + }, + "id": "657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73204545287253, + -12.323017754568626, + -76.72239510585237, + -12.312642375882966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.72773032596008, + -12.312642375882966 + ] + ] + ], + "type": "Polygon" + }, + "id": "658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76411496258548, + -12.090433016367323, + -76.75447068710533, + -12.080053045945451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75980205835475, + -12.080053045945451 + ] + ] + ], + "type": "Polygon" + }, + "id": "659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1226945347792, + -11.771850191739151, + -77.1130504018353, + -11.761456736885556 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.11837619284421, + -11.761456736885556 + ] + ] + ], + "type": "Polygon" + }, + "id": "660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9309208122888, + -12.224913369885968, + -76.92126808056015, + -12.214531350877913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.9266015646833, + -12.214531350877913 + ] + ] + ], + "type": "Polygon" + }, + "id": "661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85320696922011, + -11.98134242596479, + -76.84356355428717, + -11.970958557760294 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.84889308279504, + -11.970958557760294 + ] + ] + ], + "type": "Polygon" + }, + "id": "662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81662262657036, + -12.26072671361088, + -76.80697185223735, + -12.250348145395057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.81230600978529, + -12.250348145395057 + ] + ] + ], + "type": "Polygon" + }, + "id": "663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18136163996346, + -11.785440757500995, + -77.17171564307341, + -11.775046073121723 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17704156339822, + -11.775046073121723 + ], + [ + -77.18136163996346, + -11.7780900403701 + ], + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.17704156339822, + -11.775046073121723 + ] + ] + ], + "type": "Polygon" + }, + "id": "664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0990884385223, + -11.77741317992926, + -77.08944473277471, + -11.767020371141502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.09477064994795, + -11.767020371141502 + ] + ] + ], + "type": "Polygon" + }, + "id": "665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01168826709171, + -12.15427046078302, + -77.00203555085251, + -12.143885308646023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -77.00736778620349, + -12.143885308646023 + ] + ] + ], + "type": "Polygon" + }, + "id": "666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73663483954365, + -12.276326966056654, + -76.72698576225197, + -12.265950684808368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.73232020991215, + -12.265950684808368 + ] + ] + ], + "type": "Polygon" + }, + "id": "667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12356194740411, + -11.905694292215259, + -77.11391380665061, + -11.895302668548025 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.11924179760814, + -11.895302668548025 + ] + ] + ], + "type": "Polygon" + }, + "id": "668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02915386355019, + -12.02229555629483, + -77.01950463695877, + -12.01190793830237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.02483467650607, + -12.01190793830237 + ] + ] + ], + "type": "Polygon" + }, + "id": "669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83261425650907, + -12.333055197896924, + -76.8229608931213, + -12.322677441042922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.83261425650907, + -12.325727287241012 + ], + [ + -76.83210563445698, + -12.330916219369074 + ], + [ + -76.82727886575333, + -12.333055197896924 + ], + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.8282962360775, + -12.322677441042922 + ] + ] + ], + "type": "Polygon" + }, + "id": "670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68027448052584, + -12.286406188787671, + -76.6706266483177, + -12.276031516933502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.6759612729454, + -12.276031516933502 + ] + ] + ], + "type": "Polygon" + }, + "id": "671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7922964233316, + -12.038204473562784, + -76.78265294383284, + -12.027822989254476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.7879834426213, + -12.027822989254476 + ] + ] + ], + "type": "Polygon" + }, + "id": "672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300475795698, + -12.156278496508195, + -76.8633555997153, + -12.145896816667843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.86868799841501, + -12.145896816667843 + ] + ] + ], + "type": "Polygon" + }, + "id": "673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15003545735185, + -11.68008363018671, + -77.14039337258488, + -11.669688311898362 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.14571761323529, + -11.669688311898362 + ] + ] + ], + "type": "Polygon" + }, + "id": "674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69474648805888, + -12.279997071646342, + -76.68509844854208, + -12.269621921614709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.69043296559563, + -12.269621921614709 + ] + ] + ], + "type": "Polygon" + }, + "id": "675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68175213774317, + -12.3651262466463, + -76.67210191251787, + -12.35475287511925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67743783764753, + -12.35475287511925 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.67210191251787, + -12.362074758182251 + ], + [ + -76.67261281282384, + -12.356888127116118 + ], + [ + -76.67743783764753, + -12.35475287511925 + ] + ] + ], + "type": "Polygon" + }, + "id": "676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10743757255847, + -11.738885439965925, + -77.09779480351308, + -11.728491915268664 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.1031200753195, + -11.728491915268664 + ] + ] + ], + "type": "Polygon" + }, + "id": "677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7146424771161, + -12.077646443909943, + -76.70499993124628, + -12.067267533900678 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.71033110546662, + -12.067267533900678 + ] + ] + ], + "type": "Polygon" + }, + "id": "678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05815782581969, + -12.103798955883342, + -77.04850542831755, + -12.093411872797482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.05383677411936, + -12.093411872797482 + ] + ] + ], + "type": "Polygon" + }, + "id": "679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80899005309979, + -12.338559619462862, + -76.7993371580894, + -12.328182552286924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.80467260501345, + -12.328182552286924 + ] + ] + ], + "type": "Polygon" + }, + "id": "680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08922495112633, + -11.831525565372113, + -77.07957988290458, + -11.821133733279856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.08490670385082, + -11.821133733279856 + ] + ] + ], + "type": "Polygon" + }, + "id": "681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99017962292017, + -11.7116786809551, + -76.98054064971193, + -11.701287658540037 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.98586562302299, + -11.701287658540037 + ] + ] + ], + "type": "Polygon" + }, + "id": "682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82654584203155, + -12.11236014994153, + -76.8168992310733, + -12.10197894382428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.82223093511791, + -12.10197894382428 + ] + ] + ], + "type": "Polygon" + }, + "id": "683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96129034524819, + -11.818979096705444, + -76.95164892636778, + -11.808590223904963 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.95697569386753, + -11.808590223904963 + ] + ] + ], + "type": "Polygon" + }, + "id": "684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73674949813784, + -11.993377084004912, + -76.72710886074721, + -11.982996333531698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.73243864064494, + -11.982996333531698 + ] + ] + ], + "type": "Polygon" + }, + "id": "685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8707183093753, + -12.038117136887646, + -76.86107273689433, + -12.027733680286627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.86640318907013, + -12.027733680286627 + ] + ] + ], + "type": "Polygon" + }, + "id": "686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91256467981681, + -11.751258417073567, + -76.90292654903243, + -11.740869833613928 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.90825224698558, + -11.740869833613928 + ] + ] + ], + "type": "Polygon" + }, + "id": "687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01242587178675, + -12.09929568192872, + -77.00277477721802, + -12.088909649641453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -77.00810610541329, + -12.088909649641453 + ] + ] + ], + "type": "Polygon" + }, + "id": "688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98347294893264, + -12.112168261990607, + -76.97382221630671, + -12.101783142791598 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.9791537890363, + -12.101783142791598 + ] + ] + ], + "type": "Polygon" + }, + "id": "689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04571922389995, + -11.662037862305638, + -77.03608030307365, + -11.6516448401383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.03608030307365, + -11.658993256421143 + ], + [ + -77.03658502101985, + -11.653796798184716 + ], + [ + -77.04140439588559, + -11.6516448401383 + ] + ] + ], + "type": "Polygon" + }, + "id": "690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77025253393242, + -11.933808517940161, + -76.7606127615626, + -11.923426042042088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.76594154931739, + -11.923426042042088 + ] + ] + ], + "type": "Polygon" + }, + "id": "691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92100669287933, + -12.184621643584652, + -76.91135542379749, + -12.174239218827926 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.91668825196875, + -12.174239218827926 + ] + ] + ], + "type": "Polygon" + }, + "id": "692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11125143528596, + -11.74712662717159, + -77.10160832517377, + -11.736733119250562 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.1069337268433, + -11.736733119250562 + ] + ] + ], + "type": "Polygon" + }, + "id": "693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77322275635491, + -12.185665272730313, + -76.76357539239913, + -12.175286575987258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.76890833116397, + -12.175286575987258 + ] + ] + ], + "type": "Polygon" + }, + "id": "694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03140402821164, + -11.951726594514492, + -77.02175684788978, + -11.941337877422388 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.02708572257816, + -11.941337877422388 + ] + ] + ], + "type": "Polygon" + }, + "id": "695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1204647000944, + -11.842448515412318, + -77.11081852096974, + -11.832056077324378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.1161454761648, + -11.832056077324378 + ] + ] + ], + "type": "Polygon" + }, + "id": "696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91034081788553, + -12.199288827829646, + -76.90068939079384, + -12.188906904935228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.9060224700432, + -12.188906904935228 + ] + ] + ], + "type": "Polygon" + }, + "id": "697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90881879471397, + -12.21486134938242, + -76.89916694263513, + -12.204479716804844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.90450028009249, + -12.204479716804844 + ] + ] + ], + "type": "Polygon" + }, + "id": "698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00090693176384, + -11.885801888500083, + -76.99126249832798, + -11.875412972455424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.99659032355171, + -11.875412972455424 + ] + ] + ], + "type": "Polygon" + }, + "id": "699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06646087925387, + -11.970901237716319, + -77.05681223444505, + -11.960511944500306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.06214138005943, + -11.960511944500306 + ] + ] + ], + "type": "Polygon" + }, + "id": "700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78539139230794, + -12.249755924805672, + -76.7757417858199, + -12.239377964457887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.78107577739654, + -12.239377964457887 + ] + ] + ], + "type": "Polygon" + }, + "id": "701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71914391245316, + -12.219568792434387, + -76.70949700809119, + -12.209192020662483 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.71483052295454, + -12.209192020662483 + ] + ] + ], + "type": "Polygon" + }, + "id": "702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82047208850095, + -11.985963531813256, + -76.81082940952432, + -11.975580553874062 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.81615903351965, + -11.975580553874062 + ] + ] + ], + "type": "Polygon" + }, + "id": "703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0426404540472, + -11.598785815673589, + -77.03300349251437, + -11.588392075614566 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03832655028705, + -11.588392075614566 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.03300349251437, + -11.595741536946761 + ], + [ + -77.0335081550505, + -11.590544719837856 + ], + [ + -77.03832655028705, + -11.588392075614566 + ] + ] + ], + "type": "Polygon" + }, + "id": "704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93315471513476, + -11.965650091317455, + -76.92350965999657, + -11.95526399906445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.92883886820782, + -11.95526399906445 + ] + ] + ], + "type": "Polygon" + }, + "id": "705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8364603607589, + -11.96395839145334, + -76.82681791016364, + -11.953574686989134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.83214716263649, + -11.953574686989134 + ] + ] + ], + "type": "Polygon" + }, + "id": "706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08323587696303, + -11.988279837439839, + -77.07358628928134, + -11.977890391762607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.07891569820038, + -11.977890391762607 + ] + ] + ], + "type": "Polygon" + }, + "id": "707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9171954459906, + -12.176382070232359, + -76.90754452282498, + -12.165999608178021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.91287721837398, + -12.165999608178021 + ] + ] + ], + "type": "Polygon" + }, + "id": "708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04582305800218, + -11.850877213990001, + -77.03617851423998, + -11.840486707136774 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.04150571133813, + -11.840486707136774 + ] + ] + ], + "type": "Polygon" + }, + "id": "709", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79986605015544, + -12.243338439413659, + -76.79021624524314, + -12.2329600071697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.7955501242525, + -12.2329600071697 + ] + ] + ], + "type": "Polygon" + }, + "id": "710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10520477507204, + -11.80948423695346, + -77.09555996062505, + -11.799091714693501 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.1008863962782, + -11.799091714693501 + ] + ] + ], + "type": "Polygon" + }, + "id": "711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16911246571901, + -11.72129061060097, + -77.15946868125457, + -11.71089536775018 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.16479356787195, + -11.71089536775018 + ] + ] + ], + "type": "Polygon" + }, + "id": "712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9270913484024, + -12.122324233772526, + -76.9174417793579, + -12.111940669312599 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.92277357475366, + -12.111940669312599 + ] + ] + ], + "type": "Polygon" + }, + "id": "713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05047292528558, + -11.992929321862828, + -77.0408240301468, + -11.982540743937543 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0461535594011, + -11.982540743937543 + ] + ] + ], + "type": "Polygon" + }, + "id": "714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03580344010224, + -11.621725047029958, + -77.02616597105369, + -11.611331758434089 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.03148941396958, + -11.611331758434089 + ] + ] + ], + "type": "Polygon" + }, + "id": "715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76863924315116, + -12.232367006908358, + -76.7589906089295, + -12.221989185115637 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.76432432025864, + -12.221989185115637 + ] + ] + ], + "type": "Polygon" + }, + "id": "716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8189473063011, + -12.001537661236243, + -76.80930420391269, + -11.991154953371574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.81463408533007, + -11.991154953371574 + ] + ] + ], + "type": "Polygon" + }, + "id": "717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79984624463256, + -12.337647639508043, + -76.79019362269887, + -12.327270787897998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.7955290591208, + -12.327270787897998 + ] + ] + ], + "type": "Polygon" + }, + "id": "718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0837720511437, + -11.65001582915465, + -77.07413252228173, + -11.639621728793486 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.07945636750061, + -11.639621728793486 + ] + ] + ], + "type": "Polygon" + }, + "id": "719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87224242036379, + -12.116893272673325, + -76.86259445766846, + -12.10651099082839 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.86792620737084, + -12.10651099082839 + ] + ] + ], + "type": "Polygon" + }, + "id": "720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97126030148553, + -12.048051888927668, + -76.96161179770283, + -12.037666084277967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.96694232653657, + -12.037666084277967 + ] + ] + ], + "type": "Polygon" + }, + "id": "721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92558728180057, + -12.232246626454858, + -76.91593447064854, + -12.221864859892118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.92126808056015, + -12.221864859892118 + ] + ] + ], + "type": "Polygon" + }, + "id": "722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88442821872377, + -12.086651048436398, + -76.87478083593244, + -12.076267991747223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.88011207812238, + -12.076267991747223 + ] + ] + ], + "type": "Polygon" + }, + "id": "723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13429540238576, + -11.98541767670714, + -77.12464461701562, + -11.975026950456446 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12997390367332, + -11.975026950456446 + ], + [ + -77.13429540238576, + -11.978072346637527 + ], + [ + -77.13379155028986, + -11.983267761725736 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.12997390367332, + -11.975026950456446 + ] + ] + ], + "type": "Polygon" + }, + "id": "724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02074606171132, + -11.966410704644337, + -77.01109871658657, + -11.956022463388656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.01642784586336, + -11.956022463388656 + ] + ] + ], + "type": "Polygon" + }, + "id": "725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03296787747006, + -12.030535934962174, + -77.02331830759675, + -12.02014834746796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.02864847822599, + -12.02014834746796 + ] + ] + ], + "type": "Polygon" + }, + "id": "726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97888445684347, + -12.06453213951262, + -76.96923526406209, + -12.054146397852861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.97456605652364, + -12.054146397852861 + ] + ] + ], + "type": "Polygon" + }, + "id": "727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15775007507085, + -11.791008504578148, + -77.1481044973933, + -11.780614462581973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.15343054845894, + -11.780614462581973 + ] + ] + ], + "type": "Polygon" + }, + "id": "728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14336214705776, + -11.891894811569372, + -77.13371392276309, + -11.881502513431343 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.13904165601942, + -11.881502513431343 + ] + ] + ], + "type": "Polygon" + }, + "id": "729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05339449995601, + -11.772944322621605, + -77.0437520837903, + -11.762552564639291 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.04907798956528, + -11.762552564639291 + ] + ] + ], + "type": "Polygon" + }, + "id": "730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74133361801815, + -11.946662292753619, + -76.73169424792931, + -11.936280737043877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.73702325688276, + -11.936280737043877 + ] + ] + ], + "type": "Polygon" + }, + "id": "731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69721748959954, + -11.926553642477728, + -76.68757992583494, + -11.91617291788502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.69290861276764, + -11.91617291788502 + ] + ] + ], + "type": "Polygon" + }, + "id": "732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78393724628965, + -11.982340534285681, + -76.77429565769137, + -11.97195842385183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77962523950438, + -11.97195842385183 + ] + ] + ], + "type": "Polygon" + }, + "id": "733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97965999542038, + -12.103928265898874, + -76.97000960727031, + -12.093543112506309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.97534104822586, + -12.093543112506309 + ] + ] + ], + "type": "Polygon" + }, + "id": "734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97119990651262, + -11.859283766878656, + -76.96155703031775, + -11.848895208709763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.96688445096302, + -11.848895208709763 + ] + ] + ], + "type": "Polygon" + }, + "id": "735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97804472388628, + -11.836358202470539, + -76.9684023531763, + -11.825969156365021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.97372938956097, + -11.825969156365021 + ] + ] + ], + "type": "Polygon" + }, + "id": "736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10966941706714, + -11.668280609394783, + -77.10002869258531, + -11.657886113805892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.10535280103704, + -11.657886113805892 + ] + ] + ], + "type": "Polygon" + }, + "id": "737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14868979413514, + -11.884547366695656, + -77.13904165601942, + -11.87415483614358 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.14436925993621, + -11.87415483614358 + ] + ] + ], + "type": "Polygon" + }, + "id": "738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09540751006311, + -11.958007439415958, + -77.08575851760808, + -11.947617253012801 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.09108741098423, + -11.947617253012801 + ] + ] + ], + "type": "Polygon" + }, + "id": "739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00557697387555, + -12.122212640675958, + -76.99592537152029, + -12.111827133837776 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -77.00125708537293, + -12.111827133837776 + ] + ] + ], + "type": "Polygon" + }, + "id": "740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12737842966976, + -11.91393523434845, + -77.11772994783145, + -11.90354363612122 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.12305806858168, + -11.90354363612122 + ] + ] + ], + "type": "Polygon" + }, + "id": "741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94460616513058, + -12.0847399451116, + -76.93495725990805, + -12.074355361595908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.94028841965778, + -12.074355361595908 + ] + ] + ], + "type": "Polygon" + }, + "id": "742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07318404050496, + -11.759144313587951, + -77.0635415327296, + -11.748751888933759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.06886718558641, + -11.748751888933759 + ] + ] + ], + "type": "Polygon" + }, + "id": "743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80904143476829, + -12.055590518038148, + -76.7993969863731, + -12.045208875795424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.80472776376529, + -12.045208875795424 + ] + ] + ], + "type": "Polygon" + }, + "id": "744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90575212424837, + -12.057309607791785, + -76.89610505462356, + -12.046925568689364 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.90143579647474, + -12.046925568689364 + ] + ] + ], + "type": "Polygon" + }, + "id": "745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73816435990518, + -12.26076246963394, + -76.72851570580964, + -12.250385890612547 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.73384989602157, + -12.250385890612547 + ] + ] + ], + "type": "Polygon" + }, + "id": "746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06713074723143, + -11.821495402669278, + -77.0574865366895, + -11.811103969703382 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.06281322286723, + -11.811103969703382 + ] + ] + ], + "type": "Polygon" + }, + "id": "747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05793572698686, + -11.72618012561161, + -77.0482945870903, + -11.715787635565595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.0536197182811, + -11.715787635565595 + ] + ] + ], + "type": "Polygon" + }, + "id": "748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9651275972511, + -11.921611506752752, + -76.95548302179871, + -11.911223983208405 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.96081147440974, + -11.911223983208405 + ] + ] + ], + "type": "Polygon" + }, + "id": "749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94000341637921, + -11.94273157530135, + -76.93035886542148, + -11.932344978572196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93035886542148, + -11.939684528594263 + ], + [ + -76.93086550073481, + -11.934491283557275 + ], + [ + -76.93568768997372, + -11.932344978572196 + ] + ] + ], + "type": "Polygon" + }, + "id": "750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05406994786475, + -11.62350915482596, + -77.04443196019218, + -11.613115443187354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04975540954844, + -11.613115443187354 + ] + ] + ], + "type": "Polygon" + }, + "id": "751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97665432675743, + -12.229440164099136, + -76.9670002696966, + -12.21905708545244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.9761478817324, + -12.227296694785055 + ], + [ + -76.9713207669883, + -12.229440164099136 + ], + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.97233378375245, + -12.21905708545244 + ] + ] + ], + "type": "Polygon" + }, + "id": "752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02226221819163, + -11.950828276420859, + -77.01261529865783, + -11.940439770235475 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.0179441695731, + -11.940439770235475 + ] + ] + ], + "type": "Polygon" + }, + "id": "753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01753847639644, + -11.619939918333053, + -77.00790152787737, + -11.60954705378559 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01322496325302, + -11.60954705378559 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.01221499606146, + -11.619939918333053 + ], + [ + -77.00790152787737, + -11.616895301616642 + ], + [ + -77.00840657466362, + -11.611698922416727 + ], + [ + -77.01322496325302, + -11.60954705378559 + ] + ] + ], + "type": "Polygon" + }, + "id": "754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05788028319404, + -11.631750283589346, + -77.04824195359704, + -11.621356582336988 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.05356553339821, + -11.621356582336988 + ] + ] + ], + "type": "Polygon" + }, + "id": "755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03903082911609, + -11.968207709708224, + -77.02938296268381, + -11.957819046914711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.03471209932327, + -11.957819046914711 + ] + ] + ], + "type": "Polygon" + }, + "id": "756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02763766198758, + -12.037876643498095, + -77.0179880095401, + -12.027489297419951 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.02331830759675, + -12.027489297419951 + ] + ] + ], + "type": "Polygon" + }, + "id": "757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74058821515908, + -11.9072774618615, + -76.7309500387754, + -11.896895355120149 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.73627839922963, + -11.896895355120149 + ] + ] + ], + "type": "Polygon" + }, + "id": "758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72224617812658, + -12.09412476548967, + -76.71260293261496, + -12.083745916681321 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.71691468446878, + -12.09412476548967 + ], + [ + -76.71260293261496, + -12.091074978004208 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.71793437697306, + -12.083745916681321 + ] + ] + ], + "type": "Polygon" + }, + "id": "759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16467195798772, + -11.86250312602307, + -77.15502407940164, + -11.852109900898498 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.16467195798772, + -11.855154411827664 + ], + [ + -77.16416872402861, + -11.860351076250351 + ], + [ + -77.15934469968751, + -11.86250312602307 + ], + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.16035129477551, + -11.852109900898498 + ] + ] + ], + "type": "Polygon" + }, + "id": "760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74353471388801, + -12.15912715756892, + -76.73388894791663, + -12.148748789486985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.73922145900409, + -12.148748789486985 + ] + ] + ], + "type": "Polygon" + }, + "id": "761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89966511229073, + -12.119609952544312, + -76.89001634427386, + -12.109227028265185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.89534811806374, + -12.109227028265185 + ] + ] + ], + "type": "Polygon" + }, + "id": "762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10434526495581, + -11.67563080594488, + -77.09470445564892, + -11.665236533151518 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.10002869258531, + -11.665236533151518 + ] + ] + ], + "type": "Polygon" + }, + "id": "763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0290126596613, + -11.739086033294592, + -77.01937187321646, + -11.728694419285759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.02469725271611, + -11.728694419285759 + ] + ] + ], + "type": "Polygon" + }, + "id": "764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85701328745988, + -11.989582329185607, + -76.84736952571527, + -11.97919848774193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.8526991874915, + -11.97919848774193 + ] + ] + ], + "type": "Polygon" + }, + "id": "765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68788024000483, + -12.302882959221018, + -76.67823170584796, + -12.292508369177517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.68356660182577, + -12.292508369177517 + ] + ] + ], + "type": "Polygon" + }, + "id": "766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7031908583379, + -12.147243347496211, + -76.69354655022664, + -12.136865818982148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.69354655022664, + -12.144193117241377 + ], + [ + -76.69405680802531, + -12.139004407732928 + ], + [ + -76.69887887451951, + -12.136865818982148 + ] + ] + ], + "type": "Polygon" + }, + "id": "767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7404769462645, + -12.190261109120701, + -76.7308303342874, + -12.179883318071274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.73616336001857, + -12.179883318071274 + ] + ] + ], + "type": "Polygon" + }, + "id": "768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91870205350978, + -12.06645327486148, + -76.90905437110939, + -12.056069053318232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.91438525280623, + -12.056069053318232 + ] + ] + ], + "type": "Polygon" + }, + "id": "769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0337016477272, + -11.975549859064076, + -77.02405369855968, + -11.965161434615531 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02938296268381, + -11.965161434615531 + ] + ] + ], + "type": "Polygon" + }, + "id": "770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7892438729184, + -12.069347822969608, + -76.77959954693806, + -12.058966891106873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.78493056047319, + -12.058966891106873 + ] + ] + ], + "type": "Polygon" + }, + "id": "771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09086776301875, + -12.004761083949083, + -77.08121749121246, + -11.994371697273364 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.08654716082968, + -11.994371697273364 + ] + ] + ], + "type": "Polygon" + }, + "id": "772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81813426028664, + -12.339471328221672, + -76.80848109267662, + -12.329094045729562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.81762542602088, + -12.33733275236713 + ], + [ + -76.81279875512843, + -12.339471328221672 + ], + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.81381654982685, + -12.329094045729562 + ] + ] + ], + "type": "Polygon" + }, + "id": "773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72294749233089, + -12.227807556198803, + -76.7133002379026, + -12.21743082206727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.71863388791743, + -12.21743082206727 + ] + ] + ], + "type": "Polygon" + }, + "id": "774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00390030226055, + -11.760228166345442, + -76.99425953085358, + -11.749837448559255 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99958528715631, + -11.749837448559255 + ] + ] + ], + "type": "Polygon" + }, + "id": "775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9865096247384, + -12.081012345371532, + -76.97685974320218, + -12.07062666852481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.98219079912576, + -12.07062666852481 + ] + ] + ], + "type": "Polygon" + }, + "id": "776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376551542411, + -12.101319779552716, + -76.86411797704574, + -12.090937216724063 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86944946887758, + -12.090937216724063 + ] + ] + ], + "type": "Polygon" + }, + "id": "777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17985295567013, + -11.801032475077907, + -77.17020653185443, + -11.79063803797847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17985295567013, + -11.793682098902908 + ], + [ + -77.17935003062777, + -11.798879369261241 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.17553271104865, + -11.79063803797847 + ] + ] + ], + "type": "Polygon" + }, + "id": "778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67493980594223, + -12.293729473230442, + -76.66529190226078, + -12.28335506114108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.6706266483177, + -12.28335506114108 + ] + ] + ], + "type": "Polygon" + }, + "id": "779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98273047947357, + -12.167138791455821, + -76.97307812542513, + -12.156754557309089 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.97841060532278, + -12.156754557309089 + ] + ] + ], + "type": "Polygon" + }, + "id": "780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94844101561416, + -12.18733735045547, + -76.93878894853788, + -12.176954287933816 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.9441217963908, + -12.176954287933816 + ] + ] + ], + "type": "Polygon" + }, + "id": "781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11650420523074, + -11.645337967358513, + -77.10686399157734, + -11.63494301543099 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.11218771312444, + -11.63494301543099 + ] + ] + ], + "type": "Polygon" + }, + "id": "782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08909581220408, + -11.642665846253342, + -77.07945636750061, + -11.632271523952147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.08478008461495, + -11.632271523952147 + ] + ] + ], + "type": "Polygon" + }, + "id": "783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83110971505863, + -12.1599813660487, + -76.82146156097654, + -12.149600796340655 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.82679404785692, + -12.149600796340655 + ] + ] + ], + "type": "Polygon" + }, + "id": "784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72749575872707, + -12.275413828017038, + -76.71784695818974, + -12.265037764507003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.7231813931696, + -12.265037764507003 + ] + ] + ], + "type": "Polygon" + }, + "id": "785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78536736128238, + -12.344061423953447, + -76.77571493789083, + -12.333685048364634 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.78105048694462, + -12.333685048364634 + ] + ] + ], + "type": "Polygon" + }, + "id": "786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89280361413988, + -12.048165721982786, + -76.88315715819965, + -12.037781866290707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.8884877596593, + -12.037781866290707 + ] + ] + ], + "type": "Polygon" + }, + "id": "787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98499135529495, + -12.0965905131855, + -76.97534104822586, + -12.086205114389575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.98067236254373, + -12.086205114389575 + ] + ] + ], + "type": "Polygon" + }, + "id": "788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10916022054083, + -12.006555114123822, + -77.09950943466207, + -11.996165309980713 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.1048391074098, + -11.996165309980713 + ] + ] + ], + "type": "Polygon" + }, + "id": "789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95225367381518, + -12.195576983529483, + -76.94260126144214, + -12.185193959157086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.9479342415317, + -12.185193959157086 + ] + ] + ], + "type": "Polygon" + }, + "id": "790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75121070705156, + -11.986952864161111, + -76.7415698674666, + -11.976571650869348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.7468995372939, + -11.976571650869348 + ] + ] + ], + "type": "Polygon" + }, + "id": "791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83566566815477, + -12.301921322393653, + -76.82601315361569, + -12.291542961968277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.83134798055178, + -12.291542961968277 + ] + ] + ], + "type": "Polygon" + }, + "id": "792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70555721057644, + -11.982412820413897, + -76.69591775323094, + -11.972032701461549 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.70124735921775, + -11.972032701461549 + ] + ] + ], + "type": "Polygon" + }, + "id": "793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0992234650946, + -11.966248178716308, + -77.08957413086209, + -11.955858020156578 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.09490315442963, + -11.955858020156578 + ] + ] + ], + "type": "Polygon" + }, + "id": "794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04274247176421, + -11.787636785132722, + -77.03309988958003, + -11.777245485178796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.03842605043272, + -11.777245485178796 + ] + ] + ], + "type": "Polygon" + }, + "id": "795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05888755544764, + -12.048815230832972, + -77.0492367797098, + -12.038427285796647 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.05456721854584, + -12.038427285796647 + ] + ] + ], + "type": "Polygon" + }, + "id": "796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9392540815106, + -11.997709233253659, + -76.929607911398, + -11.98732346356895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.93493764207611, + -11.98732346356895 + ] + ] + ], + "type": "Polygon" + }, + "id": "797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16236430316253, + -11.838672033052822, + -77.15271719163663, + -11.82827853206668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.15804401886875, + -11.82827853206668 + ] + ] + ], + "type": "Polygon" + }, + "id": "799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93844257906177, + -11.769535581356383, + -76.92880322694008, + -11.759146601171354 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.93412920292975, + -11.759146601171354 + ] + ] + ], + "type": "Polygon" + }, + "id": "800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74200589882092, + -12.1746943501176, + -76.73235970985836, + -12.164316269780736 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.7376924782591, + -12.164316269780736 + ] + ] + ], + "type": "Polygon" + }, + "id": "801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76552323503469, + -12.452085859258752, + -76.75586811855288, + -12.441711871020711 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.75586811855288, + -12.449034761862043 + ], + [ + -76.75637799031294, + -12.443847821798274 + ], + [ + -76.76120546114556, + -12.441711871020711 + ] + ] + ], + "type": "Polygon" + }, + "id": "802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04806854969038, + -11.780290711809894, + -77.03842605043272, + -11.76989918261927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.0437520837903, + -11.76989918261927 + ] + ] + ], + "type": "Polygon" + }, + "id": "803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81971671253469, + -11.9465742033738, + -76.81007522773368, + -11.936190665247844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.81540420327563, + -11.936190665247844 + ] + ] + ], + "type": "Polygon" + }, + "id": "804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71000715829284, + -12.218656128797884, + -76.70036053150132, + -12.208279575438318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.70569403316173, + -12.208279575438318 + ] + ] + ], + "type": "Polygon" + }, + "id": "805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.770860503198, + -12.44476288543089, + -76.76120546114556, + -12.434388631535374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.76654268059508, + -12.434388631535374 + ] + ] + ], + "type": "Polygon" + }, + "id": "806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88595066082539, + -12.07107639381859, + -76.87630370240925, + -12.060693059222487 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.88163468671651, + -12.060693059222487 + ] + ] + ], + "type": "Polygon" + }, + "id": "807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02602892065026, + -11.864669500058774, + -77.01638447172307, + -11.854279670027646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.02171192009884, + -11.854279670027646 + ] + ] + ], + "type": "Polygon" + }, + "id": "808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0824476800226, + -11.948870244522471, + -77.07279928703511, + -11.938480240011247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.07812804822125, + -11.938480240011247 + ] + ] + ], + "type": "Polygon" + }, + "id": "809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72211878545826, + -12.377027558978414, + -76.7124670954871, + -12.366653359588256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.71780321051871, + -12.366653359588256 + ] + ] + ], + "type": "Polygon" + }, + "id": "810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74207920473138, + -11.986045378895406, + -76.73243864064494, + -11.975664383972358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.73776829825366, + -11.975664383972358 + ] + ] + ], + "type": "Polygon" + }, + "id": "811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00475815721644, + -11.988434438636515, + -76.99511056613049, + -11.978046914463318 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -77.00044007663246, + -11.978046914463318 + ] + ] + ], + "type": "Polygon" + }, + "id": "812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92550292205429, + -11.760397094376735, + -76.9158641801477, + -11.75000831206995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92119001739142, + -11.75000831206995 + ], + [ + -76.92550292205429, + -11.753054429570941 + ], + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.92119001739142, + -11.75000831206995 + ] + ] + ], + "type": "Polygon" + }, + "id": "813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03282333301406, + -11.747326965305097, + -77.02318220388452, + -11.736935367347403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.0285077142387, + -11.736935367347403 + ] + ] + ], + "type": "Polygon" + }, + "id": "814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04645003328264, + -11.607026920417335, + -77.03681272964218, + -11.5966331893754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.04213591798417, + -11.5966331893754 + ] + ] + ], + "type": "Polygon" + }, + "id": "815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95833328964184, + -12.13327596782782, + -76.94868257882793, + -12.122891800474527 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.95401452545586, + -12.122891800474527 + ] + ] + ], + "type": "Polygon" + }, + "id": "816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07100323372507, + -11.924148030206293, + -77.061355867184, + -11.91375794666577 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.06668423707573, + -11.91375794666577 + ] + ] + ], + "type": "Polygon" + }, + "id": "817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73063541537817, + -12.055657765386918, + -76.72099308792586, + -12.045278110190841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.72632389598853, + -12.045278110190841 + ] + ] + ], + "type": "Polygon" + }, + "id": "818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83871653018056, + -12.270785642341346, + -76.82906486439575, + -12.260406684510155 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.83439917538082, + -12.260406684510155 + ] + ] + ], + "type": "Polygon" + }, + "id": "819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72075964450715, + -12.015370210689754, + -76.7111187882001, + -12.0049901962182 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71644893443673, + -12.0049901962182 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.7111187882001, + -12.012320820416516 + ], + [ + -76.71162859368374, + -12.00713086792718 + ], + [ + -76.71644893443673, + -12.0049901962182 + ] + ] + ], + "type": "Polygon" + }, + "id": "820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03526618621252, + -12.054357296033595, + -77.02561584713379, + -12.043970012967936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.03094640737633, + -12.043970012967936 + ] + ] + ], + "type": "Polygon" + }, + "id": "821", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0884363880318, + -11.79210851719865, + -77.07879251335773, + -11.781716165237807 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.08411868721551, + -11.781716165237807 + ] + ] + ], + "type": "Polygon" + }, + "id": "822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91871693663941, + -12.160808305427684, + -76.90906643845423, + -12.150425556909662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.9143988758153, + -12.150425556909662 + ] + ] + ], + "type": "Polygon" + }, + "id": "823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04514335143836, + -12.000271368198543, + -77.03549437318775, + -11.98988302959106 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.0408240301468, + -11.98988302959106 + ] + ] + ], + "type": "Polygon" + }, + "id": "824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06320377966797, + -11.624400825642079, + -77.05356553339821, + -11.614006902859346 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.0588889855621, + -11.614006902859346 + ] + ] + ], + "type": "Polygon" + }, + "id": "825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95681359123516, + -12.148851864680172, + -76.94716245506731, + -12.138467980754791 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.95249466003455, + -12.138467980754791 + ] + ] + ], + "type": "Polygon" + }, + "id": "826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99872729472598, + -12.145128107346745, + -76.98907518480699, + -12.134743129479142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.99440728421787, + -12.134743129479142 + ] + ] + ], + "type": "Polygon" + }, + "id": "827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99324857248585, + -11.774917803178406, + -76.98360763821756, + -11.764527543970662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.98893364784483, + -11.764527543970662 + ] + ] + ], + "type": "Polygon" + }, + "id": "828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79304858773354, + -12.077587283695028, + -76.78340391344337, + -12.067206382479135 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.78873506112411, + -12.067206382479135 + ] + ] + ], + "type": "Polygon" + }, + "id": "829", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67193217465872, + -12.230565950399034, + -76.66228624056501, + -12.220190566993102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.6676199437112, + -12.220190566993102 + ] + ] + ], + "type": "Polygon" + }, + "id": "830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71084100854172, + -12.069407272867826, + -76.70119881258229, + -12.059028332940686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.70652985167258, + -12.059028332940686 + ] + ] + ], + "type": "Polygon" + }, + "id": "831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18597969264354, + -11.833106373123053, + -77.17633216241319, + -11.822712228133646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18165885850664, + -11.822712228133646 + ], + [ + -77.18597969264354, + -11.825756396229076 + ], + [ + -77.18547680397347, + -11.830953520463813 + ], + [ + -77.18065295393602, + -11.833106373123053 + ], + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.18165885850664, + -11.822712228133646 + ] + ] + ], + "type": "Polygon" + }, + "id": "832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757409239667, + -12.109559444908664, + -76.86792620737084, + -12.099176915146629 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.87325783231098, + -12.099176915146629 + ] + ] + ], + "type": "Polygon" + }, + "id": "833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9049533331956, + -11.734777410390771, + -76.89531589279926, + -11.724388797132207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90064132596405, + -11.724388797132207 + ], + [ + -76.9049533331956, + -11.727434952340467 + ], + [ + -76.90444665995308, + -11.732629312702102 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.89531589279926, + -11.731731167715946 + ], + [ + -76.89582269207477, + -11.726536914828818 + ], + [ + -76.90064132596405, + -11.724388797132207 + ] + ] + ], + "type": "Polygon" + }, + "id": "834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80218476326813, + -12.078494852342422, + -76.79253981598522, + -12.068113734454123 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.797870974356, + -12.068113734454123 + ] + ] + ], + "type": "Polygon" + }, + "id": "835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91945497674708, + -12.011482775427204, + -76.90980891391831, + -12.001097702702506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.91513888914889, + -12.001097702702506 + ] + ] + ], + "type": "Polygon" + }, + "id": "836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02286182973117, + -11.61259158265008, + -77.01322496325302, + -11.602198496415708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0185482717063, + -11.602198496415708 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.01322496325302, + -11.60954705378559 + ], + [ + -77.0137299241061, + -11.604350563712114 + ], + [ + -77.0185482717063, + -11.602198496415708 + ] + ] + ], + "type": "Polygon" + }, + "id": "837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84787739330984, + -11.988678023958032, + -76.8382339015434, + -11.978294398015231 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.84356355428717, + -11.978294398015231 + ] + ] + ], + "type": "Polygon" + }, + "id": "838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93007825428319, + -11.808043442507751, + -76.92043797442834, + -11.79765519160025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.92576459129612, + -11.79765519160025 + ] + ] + ], + "type": "Polygon" + }, + "id": "839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96203559203848, + -11.763987184004337, + -76.95239579081533, + -11.753597546483656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.95772165314204, + -11.753597546483656 + ] + ] + ], + "type": "Polygon" + }, + "id": "840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98563006060213, + -11.758436280711917, + -76.97598981350984, + -11.748045987783186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.98131556034313, + -11.748045987783186 + ] + ] + ], + "type": "Polygon" + }, + "id": "841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0717899410935, + -11.963557895995766, + -77.06214138005943, + -11.953168365237303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.06747039761865, + -11.953168365237303 + ] + ] + ], + "type": "Polygon" + }, + "id": "842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0786941674174, + -12.035030123253344, + -77.06904330055207, + -12.024641486558524 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.07437348567986, + -12.024641486558524 + ] + ] + ], + "type": "Polygon" + }, + "id": "843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71844420031368, + -12.08588560826724, + -76.70880130459312, + -12.075506728630906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.71413261390275, + -12.075506728630906 + ] + ] + ], + "type": "Polygon" + }, + "id": "844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8714769710167, + -11.794406017468413, + -76.86183863948489, + -11.784019037789967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.87096973729254, + -11.792259360561125 + ], + [ + -76.86615048500505, + -11.794406017468413 + ], + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.86716507840877, + -11.784019037789967 + ] + ] + ], + "type": "Polygon" + }, + "id": "845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88976581886428, + -12.173664026561832, + -76.88011569854962, + -12.163282204922382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.88544837158926, + -12.163282204922382 + ] + ] + ], + "type": "Polygon" + }, + "id": "846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94533216119186, + -11.93539193938261, + -76.93568768997372, + -11.925005104207333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.94101638870964, + -11.925005104207333 + ] + ] + ], + "type": "Polygon" + }, + "id": "847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78922097918067, + -12.163677268094085, + -76.7795738393788, + -12.1532978139045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.78490640865252, + -12.1532978139045 + ] + ] + ], + "type": "Polygon" + }, + "id": "848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01541688742464, + -11.973752273880953, + -77.00576946014705, + -11.963364271209128 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.01109871658657, + -11.963364271209128 + ] + ] + ], + "type": "Polygon" + }, + "id": "849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91796354241674, + -12.215767760992469, + -76.9083114231734, + -12.20538591535309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.91364476783659, + -12.20538591535309 + ] + ] + ], + "type": "Polygon" + }, + "id": "850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73447640044901, + -11.969566399928096, + -76.72483653472833, + -11.959185354445033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.73016592287726, + -11.959185354445033 + ] + ] + ], + "type": "Polygon" + }, + "id": "851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88977225861518, + -12.267999913263832, + -76.88011932109069, + -12.257619628937562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.88545355084122, + -12.257619628937562 + ] + ] + ], + "type": "Polygon" + }, + "id": "852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01697684859359, + -12.052557079823186, + -77.0073270314953, + -12.042170217907112 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.01265758414371, + -12.042170217907112 + ] + ] + ], + "type": "Polygon" + }, + "id": "853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9247848728576, + -12.004145200426171, + -76.91513888914889, + -11.993759885623435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.92046873887017, + -11.993759885623435 + ] + ] + ], + "type": "Polygon" + }, + "id": "854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98343917271575, + -12.017794861740347, + -76.97379125600268, + -12.007408299886048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.9791212735772, + -12.007408299886048 + ] + ] + ], + "type": "Polygon" + }, + "id": "855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005941691805, + -11.95843026786693, + -76.850416502772, + -11.948045890810304 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.8557456493812, + -11.948045890810304 + ] + ] + ], + "type": "Polygon" + }, + "id": "856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04874645406854, + -11.630858326602976, + -77.03910838335909, + -11.62046483661527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.04443196019218, + -11.62046483661527 + ] + ] + ], + "type": "Polygon" + }, + "id": "857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93390499319918, + -11.9106709520143, + -76.92426155681466, + -11.900284043731586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.92958985909279, + -11.900284043731586 + ] + ] + ], + "type": "Polygon" + }, + "id": "858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93998233583369, + -11.848346911876021, + -76.93034059718973, + -11.837958972234613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93566786818583, + -11.837958972234613 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.93465501870946, + -11.848346911876021 + ], + [ + -76.93034059718973, + -11.84530035907996 + ], + [ + -76.93084708505363, + -11.840106442667686 + ], + [ + -76.93566786818583, + -11.837958972234613 + ] + ] + ], + "type": "Polygon" + }, + "id": "859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0581022525056, + -12.009410350947725, + -77.0484526718688, + -11.999021831881507 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.05378246265839, + -11.999021831881507 + ] + ] + ], + "type": "Polygon" + }, + "id": "860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71765757709707, + -12.140827254708853, + -76.70801306377994, + -12.130449255125516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.71334527949831, + -12.130449255125516 + ] + ] + ], + "type": "Polygon" + }, + "id": "861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97284026929162, + -12.221200576640506, + -76.96318655709723, + -12.210817457890297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.96851993919714, + -12.210817457890297 + ] + ] + ], + "type": "Polygon" + }, + "id": "862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.095930956059, + -11.61972368027196, + -77.08629202122165, + -11.609328904843927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0916153519519, + -11.609328904843927 + ], + [ + -77.095930956059, + -11.61237274766407 + ], + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.0916153519519, + -11.609328904843927 + ] + ] + ], + "type": "Polygon" + }, + "id": "863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70235329968838, + -12.296473992422191, + -76.69270455884096, + -12.286098923819736 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.69803934687053, + -12.286098923819736 + ] + ] + ], + "type": "Polygon" + }, + "id": "864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0115622919122, + -11.871115970199662, + -77.00191802193604, + -11.86072658528595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -77.00724559339334, + -11.86072658528595 + ] + ] + ], + "type": "Polygon" + }, + "id": "865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16538336134342, + -11.807491027980511, + -77.15573710345556, + -11.797097026259834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.16106341301479, + -11.797097026259834 + ] + ] + ], + "type": "Polygon" + }, + "id": "866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74122298793326, + -12.22963214027675, + -76.73157518015995, + -12.219254970332356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.73690885552678, + -12.219254970332356 + ] + ] + ], + "type": "Polygon" + }, + "id": "867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08329878539203, + -12.08267571142518, + -77.07364638084945, + -12.072287688596155 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.0789773445531, + -12.072287688596155 + ] + ] + ], + "type": "Polygon" + }, + "id": "868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13739689047415, + -12.048655001841324, + -77.12774414185353, + -12.038265146807191 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.13739689047415, + -12.041310815663822 + ], + [ + -77.13689298352031, + -12.046505795068605 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.13307446503907, + -12.038265146807191 + ] + ] + ], + "type": "Polygon" + }, + "id": "869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91263015120613, + -12.223100765627967, + -76.90297795295645, + -12.212719172228914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.9083114231734, + -12.212719172228914 + ] + ] + ], + "type": "Polygon" + }, + "id": "870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69859911780576, + -12.193939851021995, + -76.68895354212465, + -12.183563187865994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.6942866377438, + -12.183563187865994 + ] + ] + ], + "type": "Polygon" + }, + "id": "871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69089186758949, + -12.366042427915994, + -76.68124136306551, + -12.3556688377434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.6865773022623, + -12.3556688377434 + ] + ] + ], + "type": "Polygon" + }, + "id": "872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91485102953742, + -11.77508147052384, + -76.9052121297484, + -11.764693149600971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.9105382175708, + -11.764693149600971 + ] + ] + ], + "type": "Polygon" + }, + "id": "873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83873344508733, + -12.082122479335572, + -76.82908741059315, + -12.071740497257018 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.83441860897108, + -12.071740497257018 + ] + ] + ], + "type": "Polygon" + }, + "id": "874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17976193532238, + -11.706587301548067, + -77.17011832483557, + -11.696191611505677 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.17544295205819, + -11.696191611505677 + ] + ] + ], + "type": "Polygon" + }, + "id": "875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69854976635179, + -12.28823554003676, + -76.68890137613982, + -12.277860430492359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.6942360287018, + -12.277860430492359 + ] + ] + ], + "type": "Polygon" + }, + "id": "876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81051684271087, + -12.322993942769445, + -76.80086437188305, + -12.312616572303435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.8061995608974, + -12.312616572303435 + ] + ] + ], + "type": "Polygon" + }, + "id": "877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05423303632197, + -11.906769938831534, + -77.04458661342656, + -11.8963800150747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04991471943951, + -11.8963800150747 + ] + ] + ], + "type": "Polygon" + }, + "id": "878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05052626819823, + -12.08731845583376, + -77.04087455659196, + -12.076931304264257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.04620564070719, + -12.076931304264257 + ] + ] + ], + "type": "Polygon" + }, + "id": "879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70689910325899, + -12.344074589221568, + -76.69724881527445, + -12.33370021166125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.70258438891307, + -12.33370021166125 + ] + ] + ], + "type": "Polygon" + }, + "id": "880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06567481955248, + -11.931492115604053, + -77.05602736928206, + -11.921102267744477 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.061355867184, + -11.921102267744477 + ] + ] + ], + "type": "Polygon" + }, + "id": "881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04817379306573, + -11.969105816421617, + -77.03852566669653, + -11.958716943235986 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.04385480660355, + -11.958716943235986 + ] + ] + ], + "type": "Polygon" + }, + "id": "882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93317381093003, + -12.060020047538446, + -76.92352594154197, + -12.049635368097302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.92885670444002, + -12.049635368097302 + ] + ] + ], + "type": "Polygon" + }, + "id": "883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97652724646818, + -11.851941454218206, + -76.96688445096302, + -11.84155266212726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.97221174531012, + -11.84155266212726 + ] + ] + ], + "type": "Polygon" + }, + "id": "884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04744245401982, + -12.024093978544471, + -77.03779270682283, + -12.013705939854315 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.04312275322773, + -12.013705939854315 + ] + ] + ], + "type": "Polygon" + }, + "id": "885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73894785620234, + -12.205827432265012, + -76.72930082118741, + -12.195449932045117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.7346341042661, + -12.195449932045117 + ] + ] + ], + "type": "Polygon" + }, + "id": "886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0898840939493, + -11.682089069442124, + -77.08024345679756, + -11.671695229865149 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.08556782040179, + -11.671695229865149 + ] + ] + ], + "type": "Polygon" + }, + "id": "887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99639381115598, + -12.0269358061912, + -76.9867452874835, + -12.016549062578301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.99207544154567, + -12.016549062578301 + ] + ] + ], + "type": "Polygon" + }, + "id": "888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8699578490056, + -12.18742238873133, + -76.86030784183497, + -12.17704128322607 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.86564075646089, + -12.17704128322607 + ] + ] + ], + "type": "Polygon" + }, + "id": "889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88138691489176, + -12.212140501133804, + -76.87173586717176, + -12.201759509243557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.87706918135568, + -12.201759509243557 + ] + ] + ], + "type": "Polygon" + }, + "id": "890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89586372443094, + -12.205715261479368, + -76.88621248641175, + -12.195333803622875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.89154568347169, + -12.195333803622875 + ] + ] + ], + "type": "Polygon" + }, + "id": "891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92627106856558, + -11.799802946136609, + -76.91663113363639, + -11.789414677041398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.92195761830463, + -11.789414677041398 + ] + ] + ], + "type": "Polygon" + }, + "id": "892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02217209547176, + -11.762019018292557, + -77.0125308016567, + -11.751627876653597 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.01785656632802, + -11.751627876653597 + ] + ] + ], + "type": "Polygon" + }, + "id": "893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91567381821305, + -12.191955403411235, + -76.9060224700432, + -12.181573229364783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.91135542379749, + -12.181573229364783 + ] + ] + ], + "type": "Polygon" + }, + "id": "894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310231270403, + -12.115987180153407, + -76.85345461940292, + -12.105605112953732 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.85878636052486, + -12.105605112953732 + ] + ] + ], + "type": "Polygon" + }, + "id": "895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75715890986203, + -12.396248643918653, + -76.74750569016635, + -12.385873885332224 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.756649135724, + -12.394112162068588 + ], + [ + -76.75182243844581, + -12.396248643918653 + ], + [ + -76.74750569016635, + -12.39319771722414 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.75284211268807, + -12.385873885332224 + ] + ] + ], + "type": "Polygon" + }, + "id": "896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995653584135, + -11.998726299169338, + -76.86031215802862, + -11.988342269822946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.86564196167504, + -11.988342269822946 + ] + ] + ], + "type": "Polygon" + }, + "id": "897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10887870030422, + -11.62885534500371, + -77.0992391682005, + -11.61846037027471 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10456263027575, + -11.61846037027471 + ], + [ + -77.10887870030422, + -11.621504149923604 + ], + [ + -77.10837504583426, + -11.626701689723147 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.10456263027575, + -11.61846037027471 + ] + ] + ], + "type": "Polygon" + }, + "id": "898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79377937026464, + -12.211292626208802, + -76.78413068616734, + -12.200913823661686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78946403909268, + -12.200913823661686 + ] + ] + ], + "type": "Polygon" + }, + "id": "899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1637875362761, + -11.72864179905105, + -77.15414366507065, + -11.718246780465037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15946868125457, + -11.718246780465037 + ] + ] + ], + "type": "Polygon" + }, + "id": "900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73898541517394, + -12.111513161727805, + -76.72934119391006, + -12.101134157679185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.73467292083905, + -12.101134157679185 + ] + ] + ], + "type": "Polygon" + }, + "id": "901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88062716875089, + -12.26709170770994, + -76.87097449995463, + -12.25671163702225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.8763087216457, + -12.25671163702225 + ] + ] + ], + "type": "Polygon" + }, + "id": "902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15020018184114, + -11.868958506813428, + -77.14055247052595, + -11.858565720475708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.14587981559016, + -11.858565720475708 + ] + ] + ], + "type": "Polygon" + }, + "id": "903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72534607732281, + -11.968658719383011, + -76.71570648794378, + -11.958277892780949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.72103586337181, + -11.958277892780949 + ] + ] + ], + "type": "Polygon" + }, + "id": "904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69627777434903, + -12.264434271872533, + -76.68663015755986, + -12.254058823363355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.69196441736997, + -12.254058823363355 + ] + ] + ], + "type": "Polygon" + }, + "id": "905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93088392716145, + -12.036202926505245, + -76.92123682796311, + -12.025817941899199 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.9265672004455, + -12.025817941899199 + ] + ] + ], + "type": "Polygon" + }, + "id": "906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14487279364208, + -11.876306300115813, + -77.1352249961082, + -11.865913745422484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.14055247052595, + -11.865913745422484 + ] + ] + ], + "type": "Polygon" + }, + "id": "907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14781197042952, + -11.750693495118995, + -77.13816783999256, + -11.74029915200237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.14349324435236, + -11.74029915200237 + ] + ] + ], + "type": "Polygon" + }, + "id": "908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71455314126207, + -12.266261833093527, + -76.70490496821624, + -12.255885947597468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.71023925499208, + -12.255885947597468 + ] + ] + ], + "type": "Polygon" + }, + "id": "909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03893091975922, + -11.77939587468971, + -77.0292886801407, + -11.7690045565347 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.03461471023155, + -11.7690045565347 + ] + ] + ], + "type": "Polygon" + }, + "id": "910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96217328696085, + -12.235869776930913, + -76.95251941341978, + -12.225487161682565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.96166662904547, + -12.233726705216373 + ], + [ + -76.95683960598319, + -12.235869776930913 + ], + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.95785304847547, + -12.225487161682565 + ] + ] + ], + "type": "Polygon" + }, + "id": "911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08153492073534, + -11.720618249745904, + -77.07189334815747, + -11.710225112761684 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.07721835642496, + -11.710225112761684 + ] + ] + ], + "type": "Polygon" + }, + "id": "912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386350599226, + -12.155371732712497, + -76.85421461717061, + -12.144990267358493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85954700731075, + -12.144990267358493 + ] + ] + ], + "type": "Polygon" + }, + "id": "913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8265578474083, + -12.018017125675863, + -76.81691404996725, + -12.00763447320604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.82224419877562, + -12.00763447320604 + ] + ] + ], + "type": "Polygon" + }, + "id": "914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9848887620944, + -11.81343123821675, + -76.97524689709188, + -11.803041707706576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.9805735491169, + -11.803041707706576 + ] + ] + ], + "type": "Polygon" + }, + "id": "915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0314517976955, + -12.046116975443027, + -77.02180180190177, + -12.035729660643163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.02713223107217, + -12.035729660643163 + ] + ] + ], + "type": "Polygon" + }, + "id": "916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97042601009434, + -11.819876963213021, + -76.96078432744652, + -11.809487877402098 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.96611110055383, + -11.809487877402098 + ] + ] + ], + "type": "Polygon" + }, + "id": "917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79599631667442, + -12.517989228728535, + -76.78633840490126, + -12.507615652442935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7916768244446, + -12.507615652442935 + ], + [ + -76.79599631667442, + -12.510666662213167 + ], + [ + -76.79548689193783, + -12.515853504136402 + ], + [ + -76.79065784875387, + -12.517989228728535 + ], + [ + -76.78633840490126, + -12.51493813653674 + ], + [ + -76.78684795584586, + -12.509751402184211 + ], + [ + -76.7916768244446, + -12.507615652442935 + ] + ] + ], + "type": "Polygon" + }, + "id": "918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98876910913224, + -12.010455245295036, + -76.9791212735772, + -12.000068442195992 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.98445116451515, + -12.000068442195992 + ] + ] + ], + "type": "Polygon" + }, + "id": "919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83492679105099, + -12.073882869460697, + -76.82528110394153, + -12.063500856077013 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.83061216874468, + -12.063500856077013 + ] + ] + ], + "type": "Polygon" + }, + "id": "920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72836238845345, + -12.031848883902006, + -76.71872083302344, + -12.021468924401695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.72405124914033, + -12.021468924401695 + ] + ] + ], + "type": "Polygon" + }, + "id": "921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74815520827484, + -12.018095419321138, + -76.73851352341003, + -12.007714749073665 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.74384370741014, + -12.007714749073665 + ] + ] + ], + "type": "Polygon" + }, + "id": "922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92404929483082, + -12.15347379500084, + -76.9143988758153, + -12.14309079730326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.91973118756407, + -12.14309079730326 + ] + ] + ], + "type": "Polygon" + }, + "id": "923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03673282025002, + -11.944384054445932, + -77.02708572257816, + -11.933995100101411 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.03241446984092, + -11.933995100101411 + ] + ] + ], + "type": "Polygon" + }, + "id": "924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09520837318426, + -11.674739469293002, + -77.08556782040179, + -11.664345406354057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.09089205576919, + -11.664345406354057 + ] + ] + ], + "type": "Polygon" + }, + "id": "925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77930639375779, + -12.217710961576115, + -76.76965790855722, + -12.207332629793287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.77499137373707, + -12.207332629793287 + ] + ] + ], + "type": "Polygon" + }, + "id": "926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75192385445368, + -12.12066219694668, + -76.74227900807288, + -12.110283007342625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.7476108820213, + -12.110283007342625 + ] + ] + ], + "type": "Polygon" + }, + "id": "927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7360045600812, + -11.95399476468791, + -76.72636511672968, + -11.943613451571766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.73169424792931, + -11.943613451571766 + ] + ] + ], + "type": "Polygon" + }, + "id": "928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89128844697805, + -12.158091222389695, + -76.88163875132733, + -12.147709114327318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.88697116631901, + -12.147709114327318 + ] + ] + ], + "type": "Polygon" + }, + "id": "929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79530619480927, + -12.19572434955243, + -76.78565793438784, + -12.185345256090976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.79099102968249, + -12.185345256090976 + ] + ] + ], + "type": "Polygon" + }, + "id": "930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00861188609517, + -12.0910555595281, + -76.99896113537811, + -12.080669493431007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -77.00429233217586, + -12.080669493431007 + ] + ] + ], + "type": "Polygon" + }, + "id": "931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14177140443816, + -11.813056115457298, + -77.13212556800518, + -11.802662758178792 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.13745200707908, + -11.802662758178792 + ] + ] + ], + "type": "Polygon" + }, + "id": "932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1220502654466, + -11.921281403282615, + -77.1124016980915, + -11.9108900392483 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.11772994783145, + -11.9108900392483 + ] + ] + ], + "type": "Polygon" + }, + "id": "933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70935743729416, + -11.99065217233925, + -76.69971763011887, + -11.980272078824388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.70884763777485, + -11.988511454038113 + ], + [ + -76.70402764673246, + -11.99065217233925 + ], + [ + -76.69971763011887, + -11.98760281232637 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.70504737122927, + -11.980272078824388 + ] + ] + ], + "type": "Polygon" + }, + "id": "934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69173486000662, + -12.216829999564478, + -76.68208878978226, + -12.2064538837774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.68742226421105, + -12.2064538837774 + ] + ] + ], + "type": "Polygon" + }, + "id": "935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18367048595304, + -11.80927378573156, + -77.1740237224381, + -11.798879369261241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17935003062777, + -11.798879369261241 + ], + [ + -77.18367048595304, + -11.80192343753687 + ], + [ + -77.18316760180178, + -11.807120697547752 + ], + [ + -77.17834413512257, + -11.80927378573156 + ], + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.17935003062777, + -11.798879369261241 + ] + ] + ], + "type": "Polygon" + }, + "id": "936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85472643743225, + -12.06012129925268, + -76.84508063319751, + -12.049738577922643 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.8504114588701, + -12.049738577922643 + ] + ] + ], + "type": "Polygon" + }, + "id": "937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10073631875052, + -11.950662874704548, + -77.09108741098423, + -11.940272451886518 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.09641617580816, + -11.940272451886518 + ] + ] + ], + "type": "Polygon" + }, + "id": "938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79687421946501, + -11.99148635932617, + -76.78723200951285, + -11.981104057937031 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.79256173631005, + -11.981104057937031 + ] + ] + ], + "type": "Polygon" + }, + "id": "939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94077380678681, + -11.9821305114457, + -76.93112806143354, + -11.971744473067163 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.93645753410007, + -11.971744473067163 + ] + ] + ], + "type": "Polygon" + }, + "id": "940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95750793451818, + -11.905130663379374, + -76.9478640480218, + -11.89474309167538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.95319223689073, + -11.89474309167538 + ] + ] + ], + "type": "Polygon" + }, + "id": "941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83262449903634, + -12.238738970557103, + -76.82297395310584, + -12.228359636522914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.8283077387022, + -12.228359636522914 + ] + ] + ], + "type": "Polygon" + }, + "id": "942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0254321457563, + -12.202807232101039, + -77.01577762792792, + -12.192422519108282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.0211106474317, + -12.192422519108282 + ] + ] + ], + "type": "Polygon" + }, + "id": "943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96441071337233, + -12.070968156044636, + -76.9547617037353, + -12.06058287043508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.96009261718011, + -12.06058287043508 + ] + ] + ], + "type": "Polygon" + }, + "id": "944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0542874625907, + -12.00116984127439, + -77.04463822467225, + -11.990781292550615 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.049967884715, + -11.990781292550615 + ] + ] + ], + "type": "Polygon" + }, + "id": "945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92936353295272, + -12.051780060895364, + -76.91971600896433, + -12.041395350390388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.9250466394958, + -12.041395350390388 + ] + ] + ], + "type": "Polygon" + }, + "id": "946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99480204013926, + -11.853737162881668, + -76.98515871906359, + -11.843347946071592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.9904860234343, + -11.843347946071592 + ] + ] + ], + "type": "Polygon" + }, + "id": "947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92481819341526, + -12.1928612013781, + -76.91516657847797, + -12.182478814374438 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.92049953923015, + -12.182478814374438 + ] + ] + ], + "type": "Polygon" + }, + "id": "948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07699674922024, + -11.767385364152195, + -77.06735389962827, + -11.756992956986812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.0726796827977, + -11.756992956986812 + ] + ] + ], + "type": "Polygon" + }, + "id": "949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72745482747742, + -12.36970444343291, + -76.71780321051871, + -12.35932998116926 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.72313920322813, + -12.35932998116926 + ] + ] + ], + "type": "Polygon" + }, + "id": "950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376905302551, + -12.289991697270631, + -76.86411588159798, + -12.279612179901612 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.87326107353199, + -12.287851254463419 + ], + [ + -76.86843440104282, + -12.289991697270631 + ], + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.869450486381, + -12.279612179901612 + ] + ] + ], + "type": "Polygon" + }, + "id": "951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0214817265551, + -11.911421612055852, + -77.01183600133608, + -11.901032555884436 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.01716422449157, + -11.901032555884436 + ] + ] + ], + "type": "Polygon" + }, + "id": "952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1090193783162, + -11.817725310614867, + -77.09937422260758, + -11.80733280871333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.10470078820872, + -11.80733280871333 + ] + ] + ], + "type": "Polygon" + }, + "id": "953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98421516826845, + -12.05719361499794, + -76.97456605652364, + -12.04680762979207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97989672239196, + -12.04680762979207 + ] + ] + ], + "type": "Polygon" + }, + "id": "954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67573392252467, + -12.238804505369492, + -76.66608763737818, + -12.228429159722467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.67142147627753, + -12.228429159722467 + ] + ] + ], + "type": "Polygon" + }, + "id": "955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95292668143662, + -11.857486436449246, + -76.94328433330075, + -11.84709830424244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.94861174249945, + -11.84709830424244 + ] + ] + ], + "type": "Polygon" + }, + "id": "956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73592771811401, + -12.142649039748369, + -76.72628265119727, + -12.13227060344819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.73161489257272, + -12.13227060344819 + ] + ] + ], + "type": "Polygon" + }, + "id": "957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99339514994088, + -12.152465334343079, + -76.98374295847934, + -12.142080603940038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.98907518480699, + -12.142080603940038 + ] + ] + ], + "type": "Polygon" + }, + "id": "958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08830772466908, + -11.603241156527957, + -77.0786694721226, + -11.592846361299678 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08399254290197, + -11.592846361299678 + ], + [ + -77.08830772466908, + -11.595890178946851 + ], + [ + -77.08780382152271, + -11.60108762915725 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.08399254290197, + -11.592846361299678 + ] + ] + ], + "type": "Polygon" + }, + "id": "959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01012913690029, + -12.07547639094758, + -77.00047881196632, + -12.065090047540574 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -77.00580975026283, + -12.065090047540574 + ] + ] + ], + "type": "Polygon" + }, + "id": "960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76399395196134, + -12.467646446320362, + -76.75433841146966, + -12.457272774404128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.75865630265916, + -12.467646446320362 + ], + [ + -76.75433841146966, + -12.464595265910154 + ], + [ + -76.75484832913186, + -12.459408484003427 + ], + [ + -76.75967601195319, + -12.457272774404128 + ] + ] + ], + "type": "Polygon" + }, + "id": "961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0527184304668, + -11.922354499175524, + -77.04307158173907, + -11.911964835737777 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.04839994619928, + -11.911964835737777 + ] + ] + ], + "type": "Polygon" + }, + "id": "962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7716670315794, + -12.295542177449837, + -76.76201642838589, + -12.285165327115134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.76735118166643, + -12.285165327115134 + ] + ] + ], + "type": "Polygon" + }, + "id": "963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91564583336668, + -12.003242709254497, + -76.90600011611573, + -11.992857608068274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.91132995884648, + -11.992857608068274 + ] + ] + ], + "type": "Polygon" + }, + "id": "964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17834413512257, + -11.81662381979478, + -77.16869728435682, + -11.8062296315274 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.17834413512257, + -11.80927378573156 + ], + [ + -77.1778411646585, + -11.814470931671089 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.1740237224381, + -11.8062296315274 + ] + ] + ], + "type": "Polygon" + }, + "id": "965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92252806241076, + -12.169047934531672, + -76.91287721837398, + -12.15866522253233 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.91820978832531, + -12.15866522253233 + ] + ] + ], + "type": "Polygon" + }, + "id": "966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07312414456297, + -11.66471486518515, + -77.06348444787953, + -11.654321210041806 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.06880854904558, + -11.654321210041806 + ] + ] + ], + "type": "Polygon" + }, + "id": "967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68344571654463, + -12.066675853275546, + -76.67380435524572, + -12.056297571602366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67913535319005, + -12.056297571602366 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.67811466875742, + -12.066675853275546 + ], + [ + -76.67380435524572, + -12.063625860643759 + ], + [ + -76.67431476015891, + -12.058436774760017 + ], + [ + -76.67913535319005, + -12.056297571602366 + ] + ] + ], + "type": "Polygon" + }, + "id": "968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89434106381523, + -12.221287084536423, + -76.88468940095534, + -12.210905917747821 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.89002285616192, + -12.210905917747821 + ] + ] + ], + "type": "Polygon" + }, + "id": "969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77100170258403, + -11.973194507426621, + -76.76136073624404, + -11.96281258891608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.76669017252905, + -11.96281258891608 + ] + ] + ], + "type": "Polygon" + }, + "id": "970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09599749581055, + -11.714161887613525, + -77.08635575033395, + -11.703768315326293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.09168063230123, + -11.703768315326293 + ] + ] + ], + "type": "Polygon" + }, + "id": "971", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1160746485133, + -12.07802849373271, + -77.10642155726029, + -12.067639603065828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.1155703961235, + -12.07588010684822 + ], + [ + -77.11074376508378, + -12.07802849373271 + ], + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.11175239701106, + -12.067639603065828 + ] + ] + ], + "type": "Polygon" + }, + "id": "972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73588926349547, + -12.236958761726294, + -76.72624138233483, + -12.226581847790756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.73157518015995, + -12.226581847790756 + ] + ] + ], + "type": "Polygon" + }, + "id": "973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72451913403755, + -12.117931788634255, + -76.7148751161511, + -12.107553253419399 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.7148751161511, + -12.11488189987095 + ], + [ + -76.71538503114567, + -12.109692686894386 + ], + [ + -76.72020695265205, + -12.107553253419399 + ] + ] + ], + "type": "Polygon" + }, + "id": "974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16458535046792, + -11.768067206959351, + -77.15494028606705, + -11.757672691909333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.16026594886114, + -11.757672691909333 + ] + ] + ], + "type": "Polygon" + }, + "id": "975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80977883243156, + -12.18930411060126, + -76.80013037448607, + -12.178924548052112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.80546335677788, + -12.178924548052112 + ] + ] + ], + "type": "Polygon" + }, + "id": "976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79760640133307, + -12.125207570566637, + -76.78796018363948, + -12.11482729530635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.7932921144965, + -12.11482729530635 + ] + ] + ], + "type": "Polygon" + }, + "id": "977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94383505161213, + -12.045345589550006, + -76.93418734155037, + -12.034960422270192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93951785278517, + -12.034960422270192 + ] + ] + ], + "type": "Polygon" + }, + "id": "978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96280830749967, + -11.80339572467415, + -76.95316731315714, + -11.79300660098189 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.95849382282175, + -11.79300660098189 + ] + ] + ], + "type": "Polygon" + }, + "id": "979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691039110802, + -12.218564545600449, + -76.85725953491377, + -12.208184020604426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.86259296553507, + -12.208184020604426 + ] + ] + ], + "type": "Polygon" + }, + "id": "980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63612716020693, + -12.266267673992983, + -76.62648115337007, + -12.255893801570931 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63079281659704, + -12.266267673992983 + ], + [ + -76.62648115337007, + -12.263216240315934 + ], + [ + -76.62699253095144, + -12.258029359198233 + ], + [ + -76.63181544640238, + -12.255893801570931 + ] + ] + ], + "type": "Polygon" + }, + "id": "981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94921304353792, + -12.226724896504786, + -76.93955978024196, + -12.216342452889569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.9448932771668, + -12.216342452889569 + ] + ] + ], + "type": "Polygon" + }, + "id": "982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310365580609, + -12.02163745931192, + -76.85345877665523, + -12.011253944441567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.85878896251823, + -12.011253944441567 + ] + ] + ], + "type": "Polygon" + }, + "id": "983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92323197694259, + -11.830966748320083, + -76.91359119375333, + -11.820578982464573 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.92272540846642, + -11.828819440899109 + ], + [ + -76.9179049305959, + -11.830966748320083 + ], + [ + -76.91359119375333, + -11.827920139607471 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.9189181937383, + -11.820578982464573 + ] + ] + ], + "type": "Polygon" + }, + "id": "984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11736870026866, + -11.779198906052642, + -77.10772448203168, + -11.768805678703973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.1130504018353, + -11.768805678703973 + ] + ] + ], + "type": "Polygon" + }, + "id": "985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78383941970115, + -12.359625605489043, + -76.77418657235751, + -12.349249535463887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77952237922898, + -12.349249535463887 + ] + ] + ], + "type": "Polygon" + }, + "id": "986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06040249358742, + -12.03323324498799, + -77.05075214408366, + -12.022845027219608 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.05608232424032, + -12.022845027219608 + ] + ] + ], + "type": "Polygon" + }, + "id": "987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89965578942535, + -12.025253572764456, + -76.89000983618507, + -12.014869199497657 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.89534005469719, + -12.014869199497657 + ] + ] + ], + "type": "Polygon" + }, + "id": "988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6902036098657, + -12.232393806051007, + -76.68055711709016, + -12.222017984104818 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.6858908486637, + -12.222017984104818 + ] + ] + ], + "type": "Polygon" + }, + "id": "989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71376542988165, + -12.321189249048247, + -76.70411563748614, + -12.310814305999875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.7094508316734, + -12.310814305999875 + ] + ] + ], + "type": "Polygon" + }, + "id": "990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05115017204355, + -11.843532238308349, + -77.04150571133813, + -11.833141499259918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.04683278083745, + -11.833141499259918 + ] + ] + ], + "type": "Polygon" + }, + "id": "991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81056688607022, + -12.040017985697537, + -76.80092286111608, + -12.029636067977874 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.80625338104953, + -12.029636067977874 + ] + ] + ], + "type": "Polygon" + }, + "id": "992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80525453434636, + -11.953004386774321, + -76.7956132459377, + -11.94262130662824 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.8009423347871, + -11.94262130662824 + ] + ] + ], + "type": "Polygon" + }, + "id": "993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.015330751363, + -11.784950631954494, + -77.00568895039962, + -11.77455996622139 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.01101510014396, + -11.77455996622139 + ] + ] + ], + "type": "Polygon" + }, + "id": "994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68640133580648, + -12.224155176531616, + -76.67675519377498, + -12.213779317017613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.68208878978226, + -12.213779317017613 + ] + ] + ], + "type": "Polygon" + }, + "id": "995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77400022586724, + -12.13072038937995, + -76.76435448072039, + -12.120340797939228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76968651268719, + -12.120340797939228 + ] + ] + ], + "type": "Polygon" + }, + "id": "996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96670362495698, + -12.094785733864455, + -76.95705384527743, + -12.08440075865038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.96238514896365, + -12.08440075865038 + ] + ] + ], + "type": "Polygon" + }, + "id": "997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71761379298549, + -12.235133582844018, + -76.70796646575216, + -12.224757104956316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.7133002379026, + -12.224757104956316 + ] + ] + ], + "type": "Polygon" + }, + "id": "998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84558864349293, + -12.059215671907184, + -76.83594310947382, + -12.048833165894434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.84127392604101, + -12.048833165894434 + ] + ] + ], + "type": "Polygon" + }, + "id": "999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09455168764642, + -11.824178772416365, + -77.08490670385082, + -11.813786709823203 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.09023339645344, + -11.813786709823203 + ] + ] + ], + "type": "Polygon" + }, + "id": "1000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68486982849421, + -12.239718597654473, + -76.67522326395337, + -12.229343032744591 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.68055711709016, + -12.229343032744591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01606690739678, + -11.729950442743089, + -77.0064267244545, + -11.719559024962434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.01175196910359, + -11.719559024962434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03066992835006, + -12.006714061606992, + -77.02102112759067, + -11.996326173247864 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.0263509086461, + -11.996326173247864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16085456959497, + -11.854261968771404, + -77.15120703121349, + -11.843868720479959 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.15653411730851, + -11.843868720479959 + ] + ] + ], + "type": "Polygon" + }, + "id": "1004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89889953036547, + -12.08022080913697, + -76.88925195767845, + -12.06983729212813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.89458308269019, + -12.06983729212813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73208503905217, + -12.22871998213563, + -76.72243750771351, + -12.218343029972967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.72777117054201, + -12.218343029972967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04733761949282, + -11.835291390270726, + -77.03769350129802, + -11.82490063009041 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.0430204400966, + -11.82490063009041 + ] + ] + ], + "type": "Polygon" + }, + "id": "1007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99417271299359, + -12.19185815481261, + -76.98451932548656, + -12.181474034361642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.98985220061994, + -12.181474034361642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9453095271373, + -11.841005438479277, + -76.93566786818583, + -11.830617264881855 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.93566786818583, + -11.837958972234613 + ], + [ + -76.93617427012207, + -11.832764938814465 + ], + [ + -76.94099501343929, + -11.830617264881855 + ] + ] + ], + "type": "Polygon" + }, + "id": "1009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15162761020011, + -11.758934790710255, + -77.14198313950614, + -11.748540465351834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.14730867322737, + -11.748540465351834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87147917027039, + -11.98315018769933, + -76.86183521643888, + -11.972765888980822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.86716476241443, + -11.972765888980822 + ] + ] + ], + "type": "Polygon" + }, + "id": "1011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767235229254, + -11.78616571535048, + -76.85803436685828, + -11.775778718727066 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.86336067285633, + -11.775778718727066 + ] + ] + ], + "type": "Polygon" + }, + "id": "1012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74580989848357, + -12.182933339640575, + -76.73616336001857, + -12.17255529487361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.74149626324618, + -12.17255529487361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10204392744068, + -11.65179807101749, + -77.09240388488723, + -11.641403550412432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.0977277336575, + -11.641403550412432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8531985064739, + -12.170036219887555, + -76.84354946330804, + -12.15965525563835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.8488821024737, + -12.15965525563835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03824820148199, + -11.928800557165367, + -77.02860152952188, + -11.91841134019599 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.03393001838016, + -11.91841134019599 + ] + ] + ], + "type": "Polygon" + }, + "id": "1016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05412427898675, + -11.717939084442081, + -77.04448348121284, + -11.70754657918895 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04980848188333, + -11.70754657918895 + ] + ] + ], + "type": "Polygon" + }, + "id": "1017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70462602307747, + -12.32027459133082, + -76.69497650870828, + -12.309899866474955 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.70031168952197, + -12.309899866474955 + ] + ] + ], + "type": "Polygon" + }, + "id": "1018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83264496616431, + -12.050070115226973, + -76.82300005021736, + -12.039687794711023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.82833072381995, + -12.039687794711023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06471655244374, + -11.60880988365517, + -77.0550787313405, + -11.598415730052668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.06040192548107, + -11.598415730052668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0199213205602, + -11.832603164767171, + -77.01027798309451, + -11.822213037950796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.01560491119679, + -11.822213037950796 + ] + ] + ], + "type": "Polygon" + }, + "id": "1021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9764955227045, + -11.75753995050879, + -76.96685553848423, + -11.747149870385428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.97218128017009, + -11.747149870385428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10815825771351, + -11.683872057493835, + -77.09851710740912, + -11.673477798218656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.10384147419705, + -11.673477798218656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77541980666295, + -12.492360178646281, + -76.76576321729038, + -12.481986660132941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.77491013532992, + -12.490224569909433 + ], + [ + -76.77008175325469, + -12.492360178646281 + ], + [ + -76.76576321729038, + -12.4893089993966 + ], + [ + -76.76627301472861, + -12.484122294091966 + ], + [ + -76.77110122203548, + -12.481986660132941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9735845144383, + -12.166235240731543, + -76.96393242407937, + -12.155851218065534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96926489872855, + -12.155851218065534 + ] + ] + ], + "type": "Polygon" + }, + "id": "1025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92938152724385, + -12.146138950901612, + -76.91973118756407, + -12.135755704466517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.92506337361264, + -12.135755704466517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92782546066458, + -11.972988717293017, + -76.91818032615903, + -11.9626028651405 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.92350965999657, + -11.9626028651405 + ] + ] + ], + "type": "Polygon" + }, + "id": "1027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14852594296659, + -11.695676311304767, + -77.1388834318982, + -11.685281230154288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.14420793109879, + -11.685281230154288 + ] + ] + ], + "type": "Polygon" + }, + "id": "1028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73973108870068, + -12.150888103917602, + -76.7300856722267, + -12.140509701499033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.7354180484786, + -12.140509701499033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10218062650186, + -11.84066080083311, + -77.09253495974225, + -11.830268780712654 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.09786191249252, + -11.830268780712654 + ] + ] + ], + "type": "Polygon" + }, + "id": "1030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84557573144532, + -12.247887291726508, + -76.83592456671937, + -12.23750778246805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.84125849544819, + -12.23750778246805 + ] + ] + ], + "type": "Polygon" + }, + "id": "1031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01459434747348, + -11.839947304408245, + -77.00495092794894, + -11.829557409821852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.01027798309451, + -11.829557409821852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97197399376972, + -11.898688902413674, + -76.9623299237358, + -11.888300881662323 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.96765799207448, + -11.888300881662323 + ] + ] + ], + "type": "Polygon" + }, + "id": "1033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73055541652121, + -12.24428504214108, + -76.72090746213965, + -12.233908384654882 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.72624138233483, + -12.233908384654882 + ] + ] + ], + "type": "Polygon" + }, + "id": "1034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76249525824655, + -12.388924728623014, + -76.75284211268807, + -12.378549706869489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.75817841225637, + -12.378549706869489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99398838870798, + -11.719919511809548, + -76.98434907207402, + -11.709528503683542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98967417670744, + -11.709528503683542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92099114045418, + -12.090269124166962, + -76.91134268760679, + -12.079885212294782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.91667395988593, + -12.079885212294782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6963777659395, + -12.07582569582654, + -76.68673577566726, + -12.065447224140922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.69206692295926, + -12.065447224140922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72679244650637, + -12.141738280021416, + -76.71714765615178, + -12.131360061954938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.72247988483625, + -12.131360061954938 + ] + ] + ], + "type": "Polygon" + }, + "id": "1039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91184981987861, + -12.089365003931517, + -76.90220163382968, + -12.078981305479441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.90753289900002, + -12.078981305479441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02598275956447, + -11.770259897645547, + -77.01634112287529, + -11.759868773163932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.02166701850607, + -11.759868773163932 + ] + ] + ], + "type": "Polygon" + }, + "id": "1041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95372356823819, + -11.991272091751343, + -76.94407721294668, + -11.980885868116502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.94940682389627, + -11.980885868116502 + ] + ] + ], + "type": "Polygon" + }, + "id": "1042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09303916446318, + -11.839766551621409, + -77.08339375460321, + -11.82937474086217 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.08872070571738, + -11.82937474086217 + ] + ] + ], + "type": "Polygon" + }, + "id": "1043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09678681294513, + -11.753582771681197, + -77.08714387448292, + -11.743189699838595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.0924694032051, + -11.743189699838595 + ] + ] + ], + "type": "Polygon" + }, + "id": "1044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97048594605538, + -12.00865369656724, + -76.96083863721292, + -11.998267317441792 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.96616851775306, + -11.998267317441792 + ] + ] + ], + "type": "Polygon" + }, + "id": "1045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853374542026, + -12.068361014280516, + -76.84888759423603, + -12.05797832373986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.8542185532228, + -12.05797832373986 + ] + ] + ], + "type": "Polygon" + }, + "id": "1046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06326077480011, + -11.71883239745542, + -77.0536197182811, + -11.708439681373738 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.05894472175923, + -11.708439681373738 + ] + ] + ], + "type": "Polygon" + }, + "id": "1047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88748450570205, + -12.244190167416125, + -76.87783233976172, + -12.233809546921515 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.88316617826062, + -12.233809546921515 + ] + ] + ], + "type": "Polygon" + }, + "id": "1048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99483911462823, + -11.948131742512953, + -76.98519298032436, + -11.937743870554389 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.9905218382658, + -11.937743870554389 + ] + ] + ], + "type": "Polygon" + }, + "id": "1049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71167409211496, + -11.92012942646787, + -76.70203632292333, + -11.909748240230213 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.70736490171416, + -11.909748240230213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77785745946422, + -11.950287913827557, + -76.76821699034271, + -11.939905485512327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.77354604659992, + -11.939905485512327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71770133567135, + -12.046509157190783, + -76.70805963462942, + -12.036129691862374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.71339029482377, + -12.036129691862374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09547396651546, + -12.052409178912328, + -77.0858221575516, + -12.042020397078621 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.09115260540901, + -12.042020397078621 + ] + ] + ], + "type": "Polygon" + }, + "id": "1053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71997357869677, + -12.070317218903034, + -76.71033110546662, + -12.059938060056648 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.71566215772253, + -12.059938060056648 + ] + ] + ], + "type": "Polygon" + }, + "id": "1054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95444517506823, + -11.8419041743415, + -76.94480325147734, + -11.831515787374899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.95013040282066, + -11.831515787374899 + ] + ] + ], + "type": "Polygon" + }, + "id": "1055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80137341259157, + -12.322082286167143, + -76.79172121473422, + -12.31170513128172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.79705639329356, + -12.31170513128172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04441143585223, + -12.055257005137781, + -77.03476083650062, + -12.044869511874017 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.04009140012614, + -12.044869511874017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08225988732462, + -11.665606686393081, + -77.07261993297591, + -11.655212820760852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.0779440363763, + -11.655212820760852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83339218820858, + -12.183791153218793, + -76.82374326242544, + -12.17341090704977 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.82907614078414, + -12.17341090704977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71608353592724, + -12.25069793050087, + -76.7064357857993, + -12.240321748038541 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.71176981525389, + -12.240321748038541 + ] + ] + ], + "type": "Polygon" + }, + "id": "1060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79756547412828, + -12.313843589989396, + -76.78791362493777, + -12.303466391931623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.79324866925309, + -12.303466391931623 + ] + ] + ], + "type": "Polygon" + }, + "id": "1061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01385769560324, + -11.89494035908116, + -77.00421265697723, + -11.884551254732683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.0095406178301, + -11.884551254732683 + ] + ] + ], + "type": "Polygon" + }, + "id": "1062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06096252938757, + -11.695002173810735, + -77.0513222402168, + -11.68460920348158 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.0566468551055, + -11.68460920348158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12673602802033, + -12.06334239917562, + -77.11708310775192, + -12.05295302543775 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.12241368939527, + -12.05295302543775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97129052541295, + -12.142419284534611, + -76.96163920537246, + -12.13203494079288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.96697128966088, + -12.13203494079288 + ] + ] + ], + "type": "Polygon" + }, + "id": "1065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036545580376, + -12.345886249736346, + -76.79400158743239, + -12.3355094425312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.7993371580894, + -12.3355094425312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76492369760906, + -11.941142235898731, + -76.75528385106381, + -11.930760001472422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.7606127615626, + -11.930760001472422 + ] + ] + ], + "type": "Polygon" + }, + "id": "1067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98644032679718, + -11.892245977051848, + -76.97679607445004, + -11.881857508186826 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.98212402157367, + -11.881857508186826 + ] + ] + ], + "type": "Polygon" + }, + "id": "1068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69395544024927, + -12.3349210436632, + -76.68430578151983, + -12.324546841123642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.68964120601144, + -12.324546841123642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13716094613967, + -11.765393063949995, + -77.12751664370813, + -11.754999173374838 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.13284230641537, + -11.754999173374838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8387418951409, + -11.987773455919982, + -76.82909867382855, + -11.97739004572825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.83442831726467, + -11.97739004572825 + ] + ] + ], + "type": "Polygon" + }, + "id": "1071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91338445275751, + -12.168142481771834, + -76.90373387556885, + -12.157759982875342 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.90906643845423, + -12.157759982875342 + ] + ] + ], + "type": "Polygon" + }, + "id": "1072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93854583128991, + -12.241392249362413, + -76.92889240814665, + -12.231010310606091 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.93422615720593, + -12.231010310606091 + ] + ] + ], + "type": "Polygon" + }, + "id": "1073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16227837535757, + -11.74423402476477, + -77.1526340775706, + -11.733839247997269 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1579593524485, + -11.733839247997269 + ] + ] + ], + "type": "Polygon" + }, + "id": "1074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88670905854293, + -12.016110003326643, + -76.87706371930956, + -12.005725815437172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.88239379719744, + -12.005725815437172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97200441199782, + -11.993074060393743, + -76.96235752829425, + -11.982687411756814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.96768715065176, + -11.982687411756814 + ] + ] + ], + "type": "Polygon" + }, + "id": "1076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77313997600487, + -12.468561859363053, + -76.76348416033906, + -12.458187971385591 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.76882177241605, + -12.458187971385591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93696413434697, + -11.973890304493475, + -76.9273187340709, + -11.963504238949817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.93264807453043, + -11.963504238949817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1078", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74655658974635, + -12.222305178200932, + -76.73690885552678, + -12.211927752688236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.74224240834708, + -12.211927752688236 + ] + ] + ], + "type": "Polygon" + }, + "id": "1079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05574750556521, + -11.891184988396278, + -77.046101508478, + -11.880794805869888 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.05142935606118, + -11.880794805869888 + ] + ] + ], + "type": "Polygon" + }, + "id": "1080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76567221772927, + -11.980527462471294, + -76.75603117717198, + -11.970145787289468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.76136073624404, + -11.970145787289468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68655989499128, + -11.941216037472039, + -76.67692218768745, + -11.93083579815924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.68225111744553, + -11.93083579815924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76255665855558, + -12.200322252301822, + -76.7529091459953, + -12.189944062728372 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.75824233064685, + -12.189944062728372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78391281104423, + -12.076679450489543, + -76.77426841022253, + -12.066298766195905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77959954693806, + -12.066298766195905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02896564657061, + -11.644662954820054, + -77.01932767022781, + -11.634270121228719 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.02846084761174, + -11.642511159366103 + ], + [ + -77.02364177380652, + -11.644662954820054 + ], + [ + -77.01932767022781, + -11.64161829880546 + ], + [ + -77.01983259564152, + -11.636421934985396 + ], + [ + -77.02465149818848, + -11.634270121228719 + ] + ] + ], + "type": "Polygon" + }, + "id": "1085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00693196336836, + -11.729055523687938, + -76.99729204165953, + -11.718664317981617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -77.00261728207884, + -11.718664317981617 + ] + ] + ], + "type": "Polygon" + }, + "id": "1086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79147775232491, + -12.281800141311722, + -76.78182702450687, + -12.27142255887267 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.78716154246202, + -12.27142255887267 + ] + ] + ], + "type": "Polygon" + }, + "id": "1087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83568436482607, + -12.113267306312986, + -76.82603748256743, + -12.102885884550016 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.83136919629462, + -12.102885884550016 + ] + ] + ], + "type": "Polygon" + }, + "id": "1088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85776762420072, + -12.217656495079126, + -76.84811703784952, + -12.207276184514274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.85345045972396, + -12.207276184514274 + ] + ] + ], + "type": "Polygon" + }, + "id": "1089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79072530891602, + -12.242427862309915, + -76.78107577739654, + -12.232049646218293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.78640964563486, + -12.232049646218293 + ] + ] + ], + "type": "Polygon" + }, + "id": "1090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89128156704913, + -12.063741161134244, + -76.88163468671651, + -12.053357581037364 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.88696554605623, + -12.053357581037364 + ] + ] + ], + "type": "Polygon" + }, + "id": "1091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96443893973546, + -12.165331421699312, + -76.95478711354414, + -12.154947610764754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.96011958266877, + -12.154947610764754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90728508109505, + -12.136089333367956, + -76.8976356208289, + -12.125706478026805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.90296766017113, + -12.125706478026805 + ] + ] + ], + "type": "Polygon" + }, + "id": "1093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77772627760187, + -12.42187770583447, + -76.76807173421503, + -12.411502873460263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77340857252926, + -12.411502873460263 + ], + [ + -76.77772627760187, + -12.41455363808403 + ], + [ + -76.77721674971104, + -12.419741108261883 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.77340857252926, + -12.411502873460263 + ] + ] + ], + "type": "Polygon" + }, + "id": "1094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9285588977757, + -11.823625504444419, + -76.9189181937383, + -11.813237505162663 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.92424506828765, + -11.813237505162663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00094579141457, + -11.980194039835608, + -76.99129854410266, + -11.969806487575674 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.99662792320025, + -11.969806487575674 + ] + ] + ], + "type": "Polygon" + }, + "id": "1096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09014347469176, + -12.059751556675645, + -77.08049158115347, + -12.049363016190028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.0858221575516, + -12.049363016190028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92710868326641, + -12.216673903531545, + -76.9174562973363, + -12.206291845080754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.92278964892928, + -12.206291845080754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14701629234833, + -11.71126863477446, + -77.13737335495425, + -11.700873792315088 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.1426981127226, + -11.700873792315088 + ] + ] + ], + "type": "Polygon" + }, + "id": "1099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03898085986765, + -11.87380696275366, + -77.02933580766292, + -11.863416944186655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.0346633905752, + -11.863416944186655 + ] + ] + ], + "type": "Polygon" + }, + "id": "1100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13787672907628, + -11.71037795904309, + -77.12823404602626, + -11.699983325157742 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.1335588035116, + -11.699983325157742 + ] + ] + ], + "type": "Polygon" + }, + "id": "1101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08068550046922, + -11.586758664077767, + -77.07104793045856, + -11.576363850875223 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0763707411209, + -11.576363850875223 + ], + [ + -77.08068550046922, + -11.579407642459048 + ], + [ + -77.08018151609845, + -11.58460510172206 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.0715520414432, + -11.578517430714935 + ], + [ + -77.0763707411209, + -11.576363850875223 + ] + ] + ], + "type": "Polygon" + }, + "id": "1102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07536264575617, + -11.594109378426648, + -77.06572499188286, + -11.58371478464459 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.07104793045856, + -11.58371478464459 + ] + ] + ], + "type": "Polygon" + }, + "id": "1103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148137209137, + -12.171850658381377, + -76.86183178939704, + -12.161469264936672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.86716444605122, + -12.161469264936672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04367927360819, + -12.110238629388466, + -77.03402705261394, + -12.09985200053036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03935852321271, + -12.09985200053036 + ] + ] + ], + "type": "Polygon" + }, + "id": "1105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01537380683278, + -11.87935663796549, + -77.00572919353283, + -11.868967275675567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.01105689617188, + -11.868967275675567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06550170988558, + -11.648232561980405, + -77.05586269662307, + -11.637838882869739 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.06118653718967, + -11.637838882869739 + ] + ] + ], + "type": "Polygon" + }, + "id": "1107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11751440063071, + -11.96804037886446, + -77.10786455332523, + -11.957649803028135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.11319357951801, + -11.957649803028135 + ] + ] + ], + "type": "Polygon" + }, + "id": "1108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78463978417757, + -12.210382429696008, + -76.77499137373707, + -12.200003843579355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.78032471570998, + -12.200003843579355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8410160020484, + -12.105934655307966, + -76.83136919629462, + -12.095552985154452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.8367007859043, + -12.095552985154452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376728370857, + -12.19566177483394, + -76.86411692962764, + -12.18528070674503 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86944997748081, + -12.18528070674503 + ] + ] + ], + "type": "Polygon" + }, + "id": "1111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00934986028216, + -12.036076528002244, + -76.99970073056193, + -12.02568960360114 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -77.00503102056477, + -12.02568960360114 + ] + ] + ], + "type": "Polygon" + }, + "id": "1112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75042978476993, + -12.041905476540872, + -76.74078732812693, + -12.031525108564042 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.74611790389032, + -12.031525108564042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11060196420826, + -11.896558651752457, + -77.10095442066937, + -11.886167211793227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.10628228068582, + -11.886167211793227 + ] + ] + ], + "type": "Polygon" + }, + "id": "1114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85243861126717, + -12.130653246956475, + -76.8427907637078, + -12.120271677153633 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.84812275376791, + -12.120271677153633 + ] + ] + ], + "type": "Polygon" + }, + "id": "1115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00922597688442, + -11.75288287372779, + -76.99958528715631, + -11.74249192731969 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -77.0049109166655, + -11.74249192731969 + ] + ] + ], + "type": "Polygon" + }, + "id": "1116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79752449910596, + -12.50242878394401, + -76.78786701183934, + -12.49205488666101 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.79752449910596, + -12.495105815267385 + ], + [ + -76.79701512025787, + -12.500292817693234 + ], + [ + -76.79218628934343, + -12.50242878394401 + ], + [ + -76.78786701183934, + -12.499377772813531 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.79320517325112, + -12.49205488666101 + ] + ] + ], + "type": "Polygon" + }, + "id": "1117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72985089756669, + -12.110603056729728, + -76.72020695265205, + -12.10022427094249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.72553866698462, + -12.10022427094249 + ] + ] + ], + "type": "Polygon" + }, + "id": "1118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05501760702991, + -11.946179321060637, + -77.04536998979769, + -11.935789945895436 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.05069874345742, + -11.935789945895436 + ] + ] + ], + "type": "Polygon" + }, + "id": "1119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8722437441807, + -12.211233014247494, + -76.86259296553507, + -12.200852236420172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.86792627140933, + -12.200852236420172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89433329172017, + -12.126944328616755, + -76.8846844453261, + -12.116561652341417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.89001634427386, + -12.116561652341417 + ] + ] + ], + "type": "Polygon" + }, + "id": "1121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63006047492802, + -12.234230032623628, + -76.62041559387855, + -12.223855787026231 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62574935746389, + -12.223855787026231 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.62472666068892, + -12.234230032623628 + ], + [ + -76.62041559387855, + -12.23117870259707 + ], + [ + -76.62092700492005, + -12.22599163496129 + ], + [ + -76.62574935746389, + -12.223855787026231 + ] + ] + ], + "type": "Polygon" + }, + "id": "1122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10829853910789, + -11.872730461132422, + -77.0986517633092, + -11.86233874026852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.10397923467862, + -11.86233874026852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7177450687307, + -11.952179799354813, + -76.70810617832433, + -11.941798924276213 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.71343528390197, + -11.941798924276213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01086682225122, + -12.020496073320848, + -77.00121811817766, + -12.010108877030595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -77.00654814976349, + -12.010108877030595 + ] + ] + ], + "type": "Polygon" + }, + "id": "1125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68708799115103, + -12.35780427969756, + -76.67743783764753, + -12.347430645151533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68277364117436, + -12.347430645151533 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.67743783764753, + -12.35475287511925 + ], + [ + -76.6779486521804, + -12.349566112514403 + ], + [ + -76.68277364117436, + -12.347430645151533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8280592621056, + -12.191121925035182, + -76.81841026002341, + -12.18074193108187 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.82374326242544, + -12.18074193108187 + ] + ] + ], + "type": "Polygon" + }, + "id": "1127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93771379606214, + -11.91891128500937, + -76.92807001467239, + -11.908524400639966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.9333984491444, + -11.908524400639966 + ] + ] + ], + "type": "Polygon" + }, + "id": "1128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614957715211, + -11.990486371502552, + -76.85650554590543, + -11.980102314808251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.86183521643888, + -11.980102314808251 + ] + ] + ], + "type": "Polygon" + }, + "id": "1129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462668502598, + -12.006062118977763, + -76.85498222983902, + -11.995678332422358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.86031215802862, + -11.995678332422358 + ] + ] + ], + "type": "Polygon" + }, + "id": "1130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12571631357098, + -11.740669337590807, + -77.11607303303344, + -11.73027539452941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.12139830696616, + -11.73027539452941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76333594174737, + -12.14537972440134, + -76.75369004799695, + -12.13500063489716 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.75902232579426, + -12.13500063489716 + ] + ] + ], + "type": "Polygon" + }, + "id": "1132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79913265928954, + -12.109637086963989, + -76.78948686508964, + -12.099256529283664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.79481853843406, + -12.099256529283664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85625333972128, + -11.950190285922861, + -76.8466107722577, + -11.9398058836647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193978566254, + -11.9398058836647 + ], + [ + -76.85625333972128, + -11.942853635802962 + ], + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.85193978566254, + -11.9398058836647 + ] + ] + ], + "type": "Polygon" + }, + "id": "1134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0665188863714, + -12.065296006402466, + -77.05686742524637, + -12.054908126082028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.06219812549497, + -12.054908126082028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04201063610007, + -11.842636395931981, + -77.03236643497387, + -11.832245867622127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.03769350129802, + -11.832245867622127 + ] + ] + ], + "type": "Polygon" + }, + "id": "1136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77544675272475, + -12.398077097426443, + -76.76579298268587, + -12.3877019060808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.77544675272475, + -12.390752585439577 + ], + [ + -76.77493723061258, + -12.395940235140033 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.77112942852094, + -12.3877019060808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78075773664466, + -12.485037756710549, + -76.77110122203548, + -12.474663970812053 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.77643910343242, + -12.474663970812053 + ] + ] + ], + "type": "Polygon" + }, + "id": "1138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16840187436104, + -11.77630852691217, + -77.15875647001384, + -11.765914030664918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.16408226197068, + -11.765914030664918 + ] + ] + ], + "type": "Polygon" + }, + "id": "1139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9909916671579, + -11.845496516317265, + -76.98134868977516, + -11.835107278383033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.98667586272519, + -11.835107278383033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07475739210732, + -11.837977269844735, + -77.0651124974803, + -11.827585878562633 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.07043944449518, + -11.827585878562633 + ] + ] + ], + "type": "Polygon" + }, + "id": "1141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08758390660638, + -11.658257037365946, + -77.0779440363763, + -11.647862949022391 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.08326801168624, + -11.647862949022391 + ] + ] + ], + "type": "Polygon" + }, + "id": "1142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92326437351194, + -12.019722833993635, + -76.91361796516597, + -12.009337790186137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.91894807285512, + -12.009337790186137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1660945251225, + -11.752475373238246, + -77.15644988739145, + -11.742080614035192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.1660945251225, + -11.745124548473411 + ], + [ + -77.16559148204323, + -11.750321980017777 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.16177529144235, + -11.742080614035192 + ] + ] + ], + "type": "Polygon" + }, + "id": "1144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84330603643112, + -12.035402104472633, + -76.83366127340686, + -12.025019293507167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.83899169889014, + -12.025019293507167 + ] + ] + ], + "type": "Polygon" + }, + "id": "1145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92628814691918, + -11.894190276660288, + -76.91664540072703, + -11.883803321918451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.92197343849354, + -11.883803321918451 + ] + ] + ], + "type": "Polygon" + }, + "id": "1146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7694175893448, + -12.177426194299738, + -76.75977057433731, + -12.16704746159134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.76510337861748, + -12.16704746159134 + ] + ] + ], + "type": "Polygon" + }, + "id": "1147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02157148778231, + -12.100196871047126, + -77.01192013167005, + -12.08981062809799 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.01725146393899, + -12.08981062809799 + ] + ] + ], + "type": "Polygon" + }, + "id": "1148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05709611647988, + -11.592327558463985, + -77.04745897890821, + -11.581933386759996 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.05278191232696, + -11.581933386759996 + ] + ] + ], + "type": "Polygon" + }, + "id": "1149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07560500060974, + -11.971798552099782, + -77.06595609729841, + -11.961409049245594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.07128524535256, + -11.961409049245594 + ] + ] + ], + "type": "Polygon" + }, + "id": "1150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89281826598497, + -12.236858469062517, + -76.88316617826062, + -12.22647759488509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.88849989163118, + -12.22647759488509 + ] + ] + ], + "type": "Polygon" + }, + "id": "1151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90191306575177, + -11.765942269999439, + -76.8922747779154, + -11.755554147513287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.89760072597983, + -11.755554147513287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96286379490223, + -11.992173208007953, + -76.95321717516609, + -11.981786771746663 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.95854679195745, + -11.981786771746663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00250216784151, + -12.058996008699237, + -76.9928525306654, + -12.048609600599512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.99818320610595, + -12.048609600599512 + ] + ] + ], + "type": "Polygon" + }, + "id": "1154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79839987704518, + -11.975912839817791, + -76.78875809022833, + -11.965530269159347 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.79408755972946, + -11.965530269159347 + ] + ] + ], + "type": "Polygon" + }, + "id": "1155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03287148639687, + -11.841740292757484, + -77.0232275453273, + -11.831349975437526 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.02855460820076, + -11.831349975437526 + ] + ] + ], + "type": "Polygon" + }, + "id": "1156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92862994759004, + -12.201100743162062, + -76.91897798685804, + -12.19071839436692 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.92431108014975, + -12.19071839436692 + ] + ] + ], + "type": "Polygon" + }, + "id": "1157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7375325823994, + -11.93842272838447, + -76.72789356139376, + -11.928041149180768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.73322243566118, + -11.928041149180768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99550451501246, + -11.7043329393026, + -76.98586562302299, + -11.69394169033578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.99119046981865, + -11.69394169033578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66677429915578, + -11.95496790038637, + -76.65713672834745, + -11.944588368630823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.66246588609687, + -11.944588368630823 + ] + ] + ], + "type": "Polygon" + }, + "id": "1160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16068363664367, + -11.665380073595909, + -77.15104172459844, + -11.654984311369441 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15636570658712, + -11.654984311369441 + ], + [ + -77.16068363664367, + -11.658027831960283 + ], + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.15154483552048, + -11.657138636944554 + ], + [ + -77.15636570658712, + -11.654984311369441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07627067631817, + -11.82239011986112, + -77.06662620754727, + -11.811998476767947 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.07195289614228, + -11.811998476767947 + ] + ] + ], + "type": "Polygon" + }, + "id": "1162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13795552683085, + -11.804814934541485, + -77.12831003097253, + -11.794421556835012 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.13363634051687, + -11.794421556835012 + ] + ] + ], + "type": "Polygon" + }, + "id": "1163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11146466939687, + -12.030380091758468, + -77.1018131151511, + -12.019990588542333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.11146466939687, + -12.02303641279374 + ], + [ + -77.1109604264904, + -12.028231216481325 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.10714317686062, + -12.019990588542333 + ] + ] + ], + "type": "Polygon" + }, + "id": "1164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05731714325874, + -11.970003659123964, + -77.04766875743067, + -11.959614575797488 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.05299790032934, + -11.959614575797488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10513553006172, + -11.715053882127341, + -77.09549352803964, + -11.704660100138298 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.10081841155252, + -11.704660100138298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97575270255615, + -11.812533920669265, + -76.96611110055383, + -11.80214460279888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.97143774740725, + -11.80214460279888 + ] + ] + ], + "type": "Polygon" + }, + "id": "1167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74652122724122, + -12.316606665005658, + -76.73687067721839, + -12.306230808845596 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.74220578725554, + -12.306230808845596 + ] + ] + ], + "type": "Polygon" + }, + "id": "1168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89661234813936, + -12.056405597715907, + -76.88696554605623, + -12.046021772560698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.89229628034053, + -12.046021772560698 + ] + ] + ], + "type": "Polygon" + }, + "id": "1169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14089665587053, + -11.679193580198696, + -77.13125482524035, + -11.668798470505571 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.13657906569885, + -11.668798470505571 + ] + ] + ], + "type": "Polygon" + }, + "id": "1170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92555350836757, + -12.043540064610674, + -76.91590632983953, + -12.033155323497517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.92123682796311, + -12.033155323497517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78609554311144, + -12.47771498468562, + -76.77643910343242, + -12.467340931841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.78177686139281, + -12.467340931841 + ] + ] + ], + "type": "Polygon" + }, + "id": "1172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91865745618432, + -11.78332195969415, + -76.90901821128806, + -11.77293365559126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.9143444314336, + -11.77293365559126 + ] + ] + ], + "type": "Polygon" + }, + "id": "1173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85245641068207, + -11.753204548410302, + -76.84281981024029, + -11.74281748856464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84814558412451, + -11.74281748856464 + ], + [ + -76.85245641068207, + -11.74586420429589 + ], + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.84332737049102, + -11.744964269309683 + ], + [ + -76.84814558412451, + -11.74281748856464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13198938433638, + -11.961590685001985, + -77.12233936690113, + -11.951199664524877 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.13198938433638, + -11.954244966415759 + ], + [ + -77.13148553692086, + -11.959440528653147 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.12766826488384, + -11.951199664524877 + ] + ] + ], + "type": "Polygon" + }, + "id": "1175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05490837877872, + -11.757356624147194, + -77.04526638806011, + -11.746964620592063 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.0505920356229, + -11.746964620592063 + ] + ] + ], + "type": "Polygon" + }, + "id": "1176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376374817123, + -12.006966220768469, + -76.8641190238528, + -11.996582219225546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.86944896057105, + -11.996582219225546 + ] + ] + ], + "type": "Polygon" + }, + "id": "1177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89508243481171, + -11.977619801307481, + -76.88543802214924, + -11.967234831732622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.89076745952363, + -11.967234831732622 + ] + ] + ], + "type": "Polygon" + }, + "id": "1178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94605748961445, + -11.786016745543593, + -76.93641744833056, + -11.775627799329481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.941743688322, + -11.775627799329481 + ] + ] + ], + "type": "Polygon" + }, + "id": "1179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05328627642915, + -11.584086409030517, + -77.04364948071488, + -11.573692228960413 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04897228371055, + -11.573692228960413 + ], + [ + -77.05328627642915, + -11.5767362438745 + ], + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.04364948071488, + -11.581042306147529 + ], + [ + -77.04415397132072, + -11.575845268972786 + ], + [ + -77.04897228371055, + -11.573692228960413 + ] + ] + ], + "type": "Polygon" + }, + "id": "1180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9970582073335, + -11.78315856733314, + -76.9874169295685, + -11.772768325670073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.99274307053071, + -11.772768325670073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06724713286194, + -12.010308583989762, + -77.05759729322253, + -11.999919855190361 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.0629270867048, + -11.999919855190361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80067833360147, + -11.99972603724373, + -76.79103577566313, + -11.989343762605934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.79636563644549, + -11.989343762605934 + ] + ] + ], + "type": "Polygon" + }, + "id": "1183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08396115885989, + -11.933285171976797, + -77.074313192106, + -11.922894904780591 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.07964169465781, + -11.922894904780591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73823992561644, + -12.07213631962263, + -76.72859689926975, + -12.061756723686171 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.73392797703208, + -12.061756723686171 + ] + ] + ], + "type": "Polygon" + }, + "id": "1185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72456088923846, + -12.02360954949804, + -76.71491968334011, + -12.013229562284542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.72024996453726, + -12.013229562284542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73671130090193, + -12.087705364587936, + -76.72706785185191, + -12.077326047888745 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.73239918676256, + -12.077326047888745 + ] + ] + ], + "type": "Polygon" + }, + "id": "1187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90272933007478, + -12.277147038398684, + -76.89307577780946, + -12.266766582521228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.90272933007478, + -12.269815513872079 + ], + [ + -76.90222177558165, + -12.27500579508864 + ], + [ + -76.89739491282927, + -12.277147038398684 + ], + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.89841014827238, + -12.266766582521228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01922976849772, + -11.981992733537805, + -77.009581997758, + -11.971604758760181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.01491138541378, + -11.971604758760181 + ] + ] + ], + "type": "Polygon" + }, + "id": "1189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02221714369004, + -11.856428770517805, + -77.01257303783603, + -11.846038918512132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.01790035517654, + -11.846038918512132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85092427896654, + -11.9575266091675, + -76.84128163458745, + -11.947142447637205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.8466107722577, + -11.947142447637205 + ] + ] + ], + "type": "Polygon" + }, + "id": "1191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71988735531627, + -12.258936578232944, + -76.71023925499208, + -12.248560434966567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.71557341966265, + -12.248560434966567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79758594370263, + -12.219531679209652, + -76.78793691108227, + -12.209152914580061 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.79327039821405, + -12.209152914580061 + ] + ] + ], + "type": "Polygon" + }, + "id": "1193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89356835857352, + -12.087555965965969, + -76.88392070755272, + -12.077172695105443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88925195767845, + -12.077172695105443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78919807207927, + -12.257994817128615, + -76.77954811681349, + -12.247616896577632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.78488224273407, + -12.247616896577632 + ] + ] + ], + "type": "Polygon" + }, + "id": "1195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9629193470913, + -12.180906780044413, + -76.95326709539304, + -12.170523255641069 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.95859982293824, + -12.170523255641069 + ] + ] + ], + "type": "Polygon" + }, + "id": "1196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7527382504653, + -11.97138097681504, + -76.74309783348528, + -11.960999494318834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.74842724625185, + -11.960999494318834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93694393818852, + -11.879509707013062, + -76.92730135072186, + -11.869122279953647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93262913732428, + -11.869122279953647 + ], + [ + -76.93694393818852, + -11.872168938558596 + ], + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.92780792981293, + -11.871269301934595 + ], + [ + -76.93262913732428, + -11.869122279953647 + ] + ] + ], + "type": "Polygon" + }, + "id": "1198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05261055138301, + -11.733527540319352, + -77.04296932827424, + -11.723135276754379 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.0482945870903, + -11.723135276754379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9658438218662, + -11.772227855085976, + -76.95620367652793, + -11.761838234260257 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.96152967057434, + -11.761838234260257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97203484797909, + -12.087448235167688, + -76.96238514896365, + -12.07706301475518 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.96771632624672, + -12.07706301475518 + ] + ] + ], + "type": "Polygon" + }, + "id": "1201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95073342722054, + -12.211151158187093, + -76.94108058939798, + -12.200768423421268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.94641382789648, + -12.200768423421268 + ] + ] + ], + "type": "Polygon" + }, + "id": "1202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93623421264917, + -12.12322846068185, + -76.92658437755017, + -12.112844683329298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.93191617959626, + -12.112844683329298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11974571720623, + -11.897453343375958, + -77.1100979175991, + -11.88706169472505 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.1154257787222, + -11.88706169472505 + ] + ] + ], + "type": "Polygon" + }, + "id": "1204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85548288627913, + -12.193846638782915, + -76.84583307156693, + -12.183465999598042 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.85116610206688, + -12.183465999598042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7694749131676, + -11.988767048761703, + -76.75983352401036, + -11.97838539948161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.76516321745036, + -11.97838539948161 + ] + ] + ], + "type": "Polygon" + }, + "id": "1206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95217969975467, + -11.912471303781366, + -76.9425357331466, + -11.902083968868256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.9478640480218, + -11.902083968868256 + ] + ] + ], + "type": "Polygon" + }, + "id": "1207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80065877992911, + -12.094066180117252, + -76.79101340919945, + -12.083685341560843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.79634482504845, + -12.083685341560843 + ] + ] + ], + "type": "Polygon" + }, + "id": "1208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84559509386835, + -11.964862605125719, + -76.83595237273958, + -11.954478684766194 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.84128163458745, + -11.954478684766194 + ] + ] + ], + "type": "Polygon" + }, + "id": "1209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82425176480848, + -12.182882675213632, + -76.81460311056414, + -12.172502644503721 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81993597916681, + -12.172502644503721 + ] + ] + ], + "type": "Polygon" + }, + "id": "1210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12745421155451, + -12.008348082469118, + -77.11780291351863, + -11.997957861864831 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.12745421155451, + -12.001003431934528 + ], + [ + -77.12695022761935, + -12.006198594226442 + ], + [ + -77.12212449328388, + -12.008348082469118 + ], + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.12313258829204, + -11.997957861864831 + ] + ] + ], + "type": "Polygon" + }, + "id": "1211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8280708289179, + -12.096788270429258, + -76.81842464174778, + -12.086406783395411 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.82375608815606, + -12.086406783395411 + ] + ] + ], + "type": "Polygon" + }, + "id": "1212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95987975067632, + -12.21205619923516, + -76.95022664789248, + -12.201673252527847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.95555989233107, + -12.201673252527847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67879755272332, + -12.207677879420462, + -76.66915211235865, + -12.197301946135177 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.67448543711103, + -12.197301946135177 + ] + ] + ], + "type": "Polygon" + }, + "id": "1214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691085573749, + -12.029877301816914, + -76.85726562989137, + -12.019493815853467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.86259594893134, + -12.019493815853467 + ] + ] + ], + "type": "Polygon" + }, + "id": "1215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89814301654934, + -12.135183985859491, + -76.8884938238751, + -12.124801344148993 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.89382585569295, + -12.124801344148993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829145140852, + -12.290900518786653, + -76.87326107353199, + -12.280520787675298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.8829145140852, + -12.283569968311022 + ], + [ + -76.88240666097057, + -12.288759887266087 + ], + [ + -76.87757985396507, + -12.290900518786653 + ], + [ + -76.87326107353199, + -12.287851254463419 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.87859568658268, + -12.280520787675298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68882880756448, + -11.965025385543056, + -76.67919032829626, + -11.954645436960062 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.68451965009433, + -11.954645436960062 + ] + ] + ], + "type": "Polygon" + }, + "id": "1218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94916548293489, + -12.038007867046497, + -76.93951785278517, + -12.027622456511569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.94484823805664, + -12.027622456511569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8494115760097, + -11.78436473873615, + -76.83977412921504, + -11.773978174184604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.84408524028794, + -11.78436473873615 + ], + [ + -76.83977412921504, + -11.781317734955268 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.84510041753816, + -11.773978174184604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05041961349244, + -11.898529201808202, + -77.04077353317787, + -11.888139253664596 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.046101508478, + -11.888139253664596 + ] + ] + ], + "type": "Polygon" + }, + "id": "1221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99028681572231, + -11.99487497315486, + -76.98063940551599, + -11.984487900519243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.98596903817867, + -11.984487900519243 + ] + ] + ], + "type": "Polygon" + }, + "id": "1222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01624011047801, + -12.107535790908647, + -77.00658867211877, + -12.097149792887024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.01192013167005, + -12.097149792887024 + ] + ] + ], + "type": "Polygon" + }, + "id": "1223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98269691422809, + -12.072772248258216, + -76.9730473770388, + -12.06238653877709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.97837830125209, + -12.06238653877709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7732503176086, + -12.091341704502138, + -76.76360576760258, + -12.080961516671994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.7689371504147, + -12.080961516671994 + ] + ] + ], + "type": "Polygon" + }, + "id": "1225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79143322597496, + -12.470391862978591, + -76.78177686139281, + -12.460017543626956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78711449582828, + -12.460017543626956 + ], + [ + -76.79143322597496, + -12.463068391996634 + ], + [ + -76.79092381269754, + -12.468255605526942 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.78711449582828, + -12.460017543626956 + ] + ] + ], + "type": "Polygon" + }, + "id": "1226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69025538643692, + -12.1380925862727, + -76.68061170708296, + -12.12771524363493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68594388225262, + -12.12771524363493 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.68974508880802, + -12.135954184925462 + ], + [ + -76.68492316149916, + -12.1380925862727 + ], + [ + -76.68061170708296, + -12.135042285700923 + ], + [ + -76.68112213019799, + -12.12985366922585 + ], + [ + -76.68594388225262, + -12.12771524363493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10995189514357, + -12.045964006656925, + -77.10029991410207, + -12.035574775467405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.10563023473473, + -12.035574775467405 + ] + ] + ], + "type": "Polygon" + }, + "id": "1228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.921743737183, + -12.035300059134995, + -76.912096904176, + -12.024915287869323 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.91742726985036, + -12.024915287869323 + ] + ] + ], + "type": "Polygon" + }, + "id": "1229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01017071216214, + -12.169847832779652, + -77.00051756991488, + -12.159462965695603 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -77.00585006390072, + -12.159462965695603 + ] + ] + ], + "type": "Polygon" + }, + "id": "1230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09231560778144, + -11.894768480452477, + -77.08266857781405, + -11.884377458631468 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.08799643478945, + -11.884377458631468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17532608519932, + -11.847805381336494, + -77.16567838046029, + -11.837411695389006 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.17482302387546, + -11.84565292973757 + ], + [ + -77.16999908652078, + -11.847805381336494 + ], + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.17100533636862, + -11.837411695389006 + ] + ] + ], + "type": "Polygon" + }, + "id": "1232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0291067681271, + -11.927902845046393, + -77.01946035655936, + -11.917513838876287 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.02478884185155, + -11.917513838876287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0503663327916, + -11.804118606348718, + -77.04072306565945, + -11.793727344165687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.04604948791129, + -11.793727344165687 + ] + ] + ], + "type": "Polygon" + }, + "id": "1234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90425190206034, + -12.261576280353019, + -76.8945987748773, + -12.25119552798614 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.89993288706279, + -12.25119552798614 + ] + ] + ], + "type": "Polygon" + }, + "id": "1235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04879923385116, + -11.725286525484341, + -77.0391583529903, + -11.71489424638714 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.04448348121284, + -11.71489424638714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90348541057895, + -12.222194059636005, + -76.89383347978536, + -12.21181267941702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89916694263513, + -12.21181267941702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7054626018254, + -12.171048160164801, + -76.6958175209142, + -12.160670953149346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.70115023762217, + -12.160670953149346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72761840925679, + -11.992469041961389, + -76.71797804813, + -11.98208851022476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.72228859282109, + -11.992469041961389 + ], + [ + -76.71797804813, + -11.989419834084895 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.72330781537336, + -11.98208851022476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8570039226011, + -12.272604534409664, + -76.84735171543474, + -12.262225147314865 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.85268604479349, + -12.262225147314865 + ] + ] + ], + "type": "Polygon" + }, + "id": "1240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12953093930693, + -11.748910579503178, + -77.11988731807654, + -11.738516653480687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.12521272164246, + -11.738516653480687 + ] + ] + ], + "type": "Polygon" + }, + "id": "1241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93013285372511, + -12.091172978437239, + -76.92048413455646, + -12.080788853395468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.92581541366863, + -12.080788853395468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91641332506705, + -12.042636904834396, + -76.9067664130215, + -12.032252377180452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.912096904176, + -12.032252377180452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80746312599743, + -12.354124839295505, + -76.79780980678092, + -12.343748076950156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.8069541197402, + -12.351986690704548 + ], + [ + -76.8021273729819, + -12.354124839295505 + ], + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.8031455116319, + -12.343748076950156 + ] + ] + ], + "type": "Polygon" + }, + "id": "1244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99402521056817, + -11.814328296172167, + -76.98438308304212, + -11.803938553273237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.98970973996343, + -11.803938553273237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89358345874996, + -12.276239078140676, + -76.88393017454919, + -12.265858835519412 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88926453734341, + -12.265858835519412 + ] + ] + ], + "type": "Polygon" + }, + "id": "1246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76636181117934, + -12.208561233392514, + -76.75671394948105, + -12.198183080885817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.76204726872261, + -12.198183080885817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0983660310257, + -11.832419788056797, + -77.08872070571738, + -11.822027746471813 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.09404752841465, + -11.822027746471813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85321542209938, + -11.792604974853212, + -76.84357762883735, + -11.782218426984484 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.84788895327539, + -11.792604974853212 + ], + [ + -76.84357762883735, + -11.789557958626812 + ], + [ + -76.84408524028794, + -11.78436473873615 + ], + [ + -76.84890405031436, + -11.782218426984484 + ] + ] + ], + "type": "Polygon" + }, + "id": "1249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9719435932793, + -11.804293271663148, + -76.96230233527415, + -11.793903934948837 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.96762885050005, + -11.793903934948837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07094394354529, + -11.829736337362805, + -77.06129939093016, + -11.819344925010668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.06662620754727, + -11.819344925010668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04190902783047, + -11.653796798184716, + -77.032270449243, + -11.643403764198709 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.03658502101985, + -11.653796798184716 + ], + [ + -77.032270449243, + -11.650752204580485 + ], + [ + -77.03277520770102, + -11.645555740467486 + ], + [ + -77.03759441143208, + -11.643403764198709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12586687007247, + -11.929522306279624, + -77.11621796156845, + -11.919130968466247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.12154634113276, + -11.919130968466247 + ] + ] + ], + "type": "Polygon" + }, + "id": "1253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87832468496384, + -11.77148493616584, + -76.86868685442694, + -11.761097475425379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.87401291148238, + -11.761097475425379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93240418438886, + -12.020625381350117, + -76.92275750995678, + -12.010240124189432 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.92808762440744, + -12.010240124189432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0108250630654, + -11.926106632442584, + -77.00117917371534, + -11.915718048624578 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -77.00650765104811, + -11.915718048624578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02368723533277, + -11.746432244536884, + -77.01404636658768, + -11.736040858139875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01937187321646, + -11.736040858139875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87071918813156, + -12.132466342387561, + -76.8610708010956, + -12.122084343070966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.86640280868582, + -12.122084343070966 + ] + ] + ], + "type": "Polygon" + }, + "id": "1258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11600217265638, + -11.983625910436993, + -77.10635189865224, + -11.973235600432298 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.1116811836978, + -11.973235600432298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06937158391524, + -11.750903264000875, + -77.05972941801775, + -11.740510822314217 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.06505494052037, + -11.740510822314217 + ] + ] + ], + "type": "Polygon" + }, + "id": "1260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70541525603718, + -12.265348186720896, + -76.69576736088189, + -12.25497251959366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.70110163431254, + -12.25497251959366 + ] + ] + ], + "type": "Polygon" + }, + "id": "1261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74513490790736, + -11.954901855915145, + -76.73549518879504, + -11.94452032415464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.7408243323937, + -11.94452032415464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70101671395611, + -11.934793070174168, + -76.6913788003128, + -11.92441236809535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.6967076224269, + -11.92441236809535 + ] + ] + ], + "type": "Polygon" + }, + "id": "1263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06101888313391, + -11.789426256934922, + -77.05137578252155, + -11.77903453542383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.05670194940275, + -11.77903453542383 + ] + ] + ], + "type": "Polygon" + }, + "id": "1264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73141966917726, + -12.000708457947132, + -76.72177895864846, + -11.990327952365833 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.72177895864846, + -11.997659240064669 + ], + [ + -76.72228859282109, + -11.992469041961389 + ], + [ + -76.72710886074721, + -11.990327952365833 + ] + ] + ], + "type": "Polygon" + }, + "id": "1265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06500405557487, + -12.080877482190992, + -77.05535216806301, + -12.070489877710221 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.06068312707207, + -12.070489877710221 + ] + ] + ], + "type": "Polygon" + }, + "id": "1266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88596131243325, + -12.259760729616948, + -76.8763087216457, + -12.24938040404092 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.8816428183112, + -12.24938040404092 + ] + ] + ], + "type": "Polygon" + }, + "id": "1267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71468710597182, + -11.983321352445454, + -76.70504737122927, + -11.97294101412615 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.71037699053359, + -11.97294101412615 + ] + ] + ], + "type": "Polygon" + }, + "id": "1268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92324817050314, + -11.925350098564028, + -76.91360457555582, + -11.914963665671134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91893312893977, + -11.914963665671134 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.91791957073065, + -11.925350098564028 + ], + [ + -76.91360457555582, + -11.922302990854963 + ], + [ + -76.91411141778282, + -11.917109827864522 + ], + [ + -76.91893312893977, + -11.914963665671134 + ] + ] + ], + "type": "Polygon" + }, + "id": "1269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03595053716927, + -11.904975987947877, + -77.0263046337898, + -11.894586485322977 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.03163273336011, + -11.894586485322977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11297730705584, + -12.014795769207172, + -77.10332617958156, + -12.004405995512812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.10865598238549, + -12.004405995512812 + ] + ] + ], + "type": "Polygon" + }, + "id": "1271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77850356432663, + -12.366950904749825, + -76.7688506421794, + -12.356575096132902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.77418657235751, + -12.356575096132902 + ] + ] + ], + "type": "Polygon" + }, + "id": "1272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00397976095924, + -11.949030850321, + -76.99433336443455, + -11.938642766702428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.99966222697631, + -11.938642766702428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94458373244584, + -11.990370711723484, + -76.93493764207611, + -11.979984700965849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.9402672469083, + -11.979984700965849 + ] + ] + ], + "type": "Polygon" + }, + "id": "1274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74196921377491, + -12.269001160336561, + -76.73232020991215, + -12.25862462122985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.73765453507109, + -12.25862462122985 + ] + ] + ], + "type": "Polygon" + }, + "id": "1275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07184950279452, + -12.057954535254112, + -77.06219812549497, + -12.047566412903313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.06752869761267, + -12.047566412903313 + ] + ] + ], + "type": "Polygon" + }, + "id": "1276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7588470513375, + -11.909089416411733, + -76.74920832454404, + -11.898706872554628 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75453670923866, + -11.898706872554628 + ], + [ + -76.7588470513375, + -11.901755269187179 + ], + [ + -76.7583380684749, + -11.906946595687897 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.74971743299099, + -11.900849715650113 + ], + [ + -76.75453670923866, + -11.898706872554628 + ] + ] + ], + "type": "Polygon" + }, + "id": "1277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7192738440775, + -11.936608420114153, + -76.70963537580441, + -11.926227278973803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.7149642245443, + -11.926227278973803 + ] + ] + ], + "type": "Polygon" + }, + "id": "1278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06180401674567, + -11.828841332234665, + -77.0521597226504, + -11.818450130129829 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.0574865366895, + -11.818450130129829 + ] + ] + ], + "type": "Polygon" + }, + "id": "1279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16618156897498, + -11.84691322485946, + -77.15653411730851, + -11.836519746258821 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.16186107378789, + -11.836519746258821 + ] + ] + ], + "type": "Polygon" + }, + "id": "1280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76791888622323, + -12.098672330175273, + -76.75827426187425, + -12.088292391239376 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.76360576760258, + -12.088292391239376 + ] + ] + ], + "type": "Polygon" + }, + "id": "1281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97881961097595, + -11.875764877046004, + -76.96917604658323, + -11.865376362617072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.97450373055044, + -11.865376362617072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8303526034081, + -12.120599623396519, + -76.82070564481073, + -12.110218450465933 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.82603748256743, + -12.110218450465933 + ] + ] + ], + "type": "Polygon" + }, + "id": "1283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95524265619325, + -11.975692689206868, + -76.94559672580678, + -11.965306197633021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.95092607868384, + -11.965306197633021 + ] + ] + ], + "type": "Polygon" + }, + "id": "1284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10455240384769, + -11.958903647251075, + -77.09490315442963, + -11.948513251952038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.10023204937157, + -11.948513251952038 + ] + ] + ], + "type": "Polygon" + }, + "id": "1285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68032916134541, + -12.19211390650862, + -76.6706841433369, + -12.181737681715827 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.67601721104135, + -12.181737681715827 + ] + ] + ], + "type": "Polygon" + }, + "id": "1286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80216564433681, + -12.17282571013968, + -76.79251788286807, + -12.162446075060112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.79785059706296, + -12.162446075060112 + ] + ] + ], + "type": "Polygon" + }, + "id": "1287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00619428543109, + -11.784054729161792, + -76.99655274582852, + -11.773664275338119 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -77.00187889131944, + -11.773664275338119 + ] + ] + ], + "type": "Polygon" + }, + "id": "1288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75413319847453, + -12.333083675359834, + -76.74448194907694, + -12.322707905323348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.74981732885034, + -12.322707905323348 + ] + ] + ], + "type": "Polygon" + }, + "id": "1289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93238531540953, + -11.926250987407382, + -76.92274145453044, + -11.915864340835464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.92807001467239, + -11.915864340835464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70773470178479, + -12.194852423368907, + -76.69808884798017, + -12.184475541405146 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.70342195714399, + -12.184475541405146 + ] + ] + ], + "type": "Polygon" + }, + "id": "1291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83112039096791, + -12.065643250755059, + -76.82147505130347, + -12.055261206521617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.82680598249071, + -12.055261206521617 + ] + ] + ], + "type": "Polygon" + }, + "id": "1292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75260400286125, + -12.348646949594508, + -76.74295232989594, + -12.338271484299616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.74828796731303, + -12.338271484299616 + ] + ] + ], + "type": "Polygon" + }, + "id": "1293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6955372695075, + -12.225068672632556, + -76.6858908486637, + -12.214692594090314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.69122445858574, + -12.214692594090314 + ] + ] + ], + "type": "Polygon" + }, + "id": "1294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74808544000723, + -12.206738966728407, + -76.73843812895531, + -12.196361248830057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.74377142436369, + -12.196361248830057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99476498726736, + -11.759332352690283, + -76.98512447777946, + -11.748941847207261 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.99045022948505, + -11.748941847207261 + ] + ] + ], + "type": "Polygon" + }, + "id": "1296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03814876077739, + -11.739980466329715, + -77.0285077142387, + -11.729588640880303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.0338330973031, + -11.729588640880303 + ] + ] + ], + "type": "Polygon" + }, + "id": "1297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79837966028205, + -12.070255361311492, + -76.78873506112411, + -12.059874212644718 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.79406608546336, + -12.059874212644718 + ] + ] + ], + "type": "Polygon" + }, + "id": "1298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77316758556714, + -12.374275858630936, + -76.76351458878291, + -12.363900311862078 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.7688506421794, + -12.363900311862078 + ] + ] + ], + "type": "Polygon" + }, + "id": "1299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13652332868733, + -11.91482971251063, + -77.12687459163392, + -11.904437906106825 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.13220271298448, + -11.904437906106825 + ] + ] + ], + "type": "Polygon" + }, + "id": "1300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8707200674008, + -12.226803816339656, + -76.86106886416681, + -12.216423330317117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.86640242807945, + -12.216423330317117 + ] + ] + ], + "type": "Polygon" + }, + "id": "1301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9720653017291, + -12.18181091665702, + -76.96241278575809, + -12.171427180535668 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.96774551887428, + -12.171427180535668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77252835474165, + -11.957621562632255, + -76.76288781119553, + -11.94723937643689 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.76821699034271, + -11.94723937643689 + ] + ] + ], + "type": "Polygon" + }, + "id": "1303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98340541620236, + -11.923410344107053, + -76.97376031375939, + -11.913022395700315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.97908877708578, + -11.913022395700315 + ] + ] + ], + "type": "Polygon" + }, + "id": "1304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10369276900585, + -11.82507270758339, + -77.09404752841465, + -11.814680435617618 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09937422260758, + -11.814680435617618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9902153330177, + -11.806087587775213, + -76.9805735491169, + -11.795697825769755 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.9859000746397, + -11.795697825769755 + ] + ] + ], + "type": "Polygon" + }, + "id": "1306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68729862869469, + -11.980594972133792, + -76.67765972756622, + -11.970215292663621 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.68298930609413, + -11.970215292663621 + ] + ] + ], + "type": "Polygon" + }, + "id": "1307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81058354773354, + -11.945669528681462, + -76.8009423347871, + -11.935286207213867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.80627130017578, + -11.935286207213867 + ] + ] + ], + "type": "Polygon" + }, + "id": "1308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17443726543019, + -11.713939111295032, + -77.16479356787195, + -11.703543644625428 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.17011832483557, + -11.703543644625428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08916036283871, + -11.737100507357457, + -77.07951810719602, + -11.726707402031236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.08484337577404, + -11.726707402031236 + ] + ] + ], + "type": "Polygon" + }, + "id": "1310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93394362737394, + -12.09941285731175, + -76.92429456273729, + -12.089028765348356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92962597423859, + -12.089028765348356 + ] + ] + ], + "type": "Polygon" + }, + "id": "1311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1061345639556, + -12.037723446041424, + -77.09648292463804, + -12.027334182842386 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.1018131151511, + -12.027334182842386 + ] + ] + ], + "type": "Polygon" + }, + "id": "1312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88899513373123, + -12.039925837479066, + -76.87934902399441, + -12.029541951705689 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.88467949258819, + -12.029541951705689 + ] + ] + ], + "type": "Polygon" + }, + "id": "1313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98799265688908, + -11.97105391745938, + -76.97834601602895, + -11.960666549335702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.98367525887319, + -11.960666549335702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71534058739765, + -12.211330015407885, + -76.70569403316173, + -12.20095320645049 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.71102741283275, + -12.20095320645049 + ] + ] + ], + "type": "Polygon" + }, + "id": "1315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68867222208083, + -12.247957169850057, + -76.6790253067309, + -12.237581643285656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.68435929546628, + -12.237581643285656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73290879878853, + -12.079466136448081, + -76.72326569922069, + -12.069086789112852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.72859689926975, + -12.069086789112852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81281478126687, + -12.252487738978745, + -76.80316435515596, + -12.242109130570025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.80849837870285, + -12.242109130570025 + ] + ] + ], + "type": "Polygon" + }, + "id": "1318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84028178076046, + -11.783463863783096, + -76.83064460399831, + -11.773077515643017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.83977412921504, + -11.781317734955268 + ], + [ + -76.83495545415869, + -11.783463863783096 + ], + [ + -76.83064460399831, + -11.780416785307468 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.83597088307187, + -11.773077515643017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01611017028671, + -11.82436239929315, + -77.00646717595201, + -11.81397225219533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.01179397296787, + -11.81397225219533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81130488391538, + -12.173734694515082, + -76.8016568497697, + -12.163354843344715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.80698957438604, + -12.163354843344715 + ] + ] + ], + "type": "Polygon" + }, + "id": "1321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04112680039668, + -11.614376138348545, + -77.03148941396958, + -11.603982628306678 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.03681272964218, + -11.603982628306678 + ] + ] + ], + "type": "Polygon" + }, + "id": "1322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7154294489737, + -12.022700588670384, + -76.70578852002663, + -12.012320820416516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7111187882001, + -12.012320820416516 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.71009913142541, + -12.022700588670384 + ], + [ + -76.70578852002663, + -12.01965111224978 + ], + [ + -76.70629841115822, + -12.014461282898804 + ], + [ + -76.7111187882001, + -12.012320820416516 + ] + ] + ], + "type": "Polygon" + }, + "id": "1323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9848546042346, + -11.719024108294489, + -76.97521554997297, + -11.708633312876302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.97952945904323, + -11.719024108294489 + ], + [ + -76.97521554997297, + -11.715978652930914 + ], + [ + -76.97572120847171, + -11.710783308435081 + ], + [ + -76.98054064971193, + -11.708633312876302 + ] + ] + ], + "type": "Polygon" + }, + "id": "1324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91947007707597, + -12.105844642701232, + -76.90982119940789, + -12.095461010334109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.91515272977358, + -12.095461010334109 + ] + ] + ], + "type": "Polygon" + }, + "id": "1325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90956149802145, + -12.06554950217036, + -76.89991408250005, + -12.055165494192114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.90524495702014, + -12.055165494192114 + ] + ] + ], + "type": "Polygon" + }, + "id": "1326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69558748971512, + -12.130765458772496, + -76.68594388225262, + -12.12038786400362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69127593584078, + -12.12038786400362 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.68594388225262, + -12.12771524363493 + ], + [ + -76.68645421970075, + -12.122526501064902 + ], + [ + -76.69127593584078, + -12.12038786400362 + ] + ] + ], + "type": "Polygon" + }, + "id": "1327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16529656096674, + -11.713049210997788, + -77.15565311631846, + -11.702653952146237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.16097787382597, + -11.702653952146237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75803561165401, + -12.058384246953612, + -76.74839245698384, + -12.048003937204909 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.75372330192708, + -12.048003937204909 + ] + ] + ], + "type": "Polygon" + }, + "id": "1329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01463719538091, + -11.934347186498934, + -77.00499096257522, + -11.92395862810244 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.01031957114364, + -11.92395862810244 + ] + ] + ], + "type": "Polygon" + }, + "id": "1330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15187622416165, + -12.042206991798265, + -77.14222330700403, + -12.031816689456472 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14755350096645, + -12.031816689456472 + ], + [ + -77.15187622416165, + -12.034862192424566 + ], + [ + -77.15137253082985, + -12.040057395390324 + ], + [ + -77.14654598704215, + -12.042206991798265 + ], + [ + -77.14222330700403, + -12.039161404395585 + ], + [ + -77.1427271275872, + -12.033966305029514 + ], + [ + -77.14755350096645, + -12.031816689456472 + ] + ] + ], + "type": "Polygon" + }, + "id": "1331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96515601977637, + -12.015992730434009, + -76.95550863035828, + -12.005606592791555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.96083863721292, + -12.005606592791555 + ] + ] + ], + "type": "Polygon" + }, + "id": "1332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97727002781926, + -11.796949881222499, + -76.96762885050005, + -11.78656031321794 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.97295523945762, + -11.78656031321794 + ] + ] + ], + "type": "Polygon" + }, + "id": "1333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15544350165034, + -11.76717608577332, + -77.14579869076101, + -11.756781778629646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.15112435380192, + -11.756781778629646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78161009379623, + -12.147198851050005, + -76.77196365120182, + -12.136819327324567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.77729595190407, + -12.136819327324567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08862966472714, + -12.075334023639636, + -77.0789773445531, + -12.064945758251548 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.08430817981784, + -12.064945758251548 + ] + ] + ], + "type": "Polygon" + }, + "id": "1336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70861592608053, + -11.951271925450326, + -76.69897731285836, + -11.940891269764808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.70430640521309, + -11.940891269764808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9240328560836, + -12.059116832803134, + -76.91438525280623, + -12.048732366557696 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91971600896433, + -12.048732366557696 + ] + ] + ], + "type": "Polygon" + }, + "id": "1338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12881367773441, + -11.80392238196944, + -77.11916843684257, + -11.793529212771443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.12449474583032, + -11.793529212771443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80295714726417, + -12.02353874117049, + -76.7933138181115, + -12.013156766112859 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.79864407021543, + -12.013156766112859 + ] + ] + ], + "type": "Polygon" + }, + "id": "1340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13183524013903, + -11.772742378557922, + -77.12219085195818, + -11.762348714921844 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.12751664370813, + -11.762348714921844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76171524694584, + -12.443847821798274, + -76.75206048014623, + -12.433473784111852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.75637799031294, + -12.443847821798274 + ], + [ + -76.75206048014623, + -12.440796724754001 + ], + [ + -76.75257039195864, + -12.435609759999142 + ], + [ + -76.75739768793515, + -12.433473784111852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68724601538057, + -12.074914926208635, + -76.67760430361913, + -12.064536674058852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.67760430361913, + -12.071864924430459 + ], + [ + -76.67811466875742, + -12.066675853275546 + ], + [ + -76.6829354370347, + -12.064536674058852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15783469342375, + -11.885440694938193, + -77.14818630125804, + -11.875047956689901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15351390513177, + -11.875047956689901 + ], + [ + -77.15783469342375, + -11.878092645033503 + ], + [ + -77.15733132769827, + -11.883289066045247 + ], + [ + -77.15250704651989, + -11.885440694938193 + ], + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.15351390513177, + -11.875047956689901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88897651891227, + -11.756802880402084, + -76.87933884393499, + -11.746414957321319 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.88466465169711, + -11.746414957321319 + ] + ] + ], + "type": "Polygon" + }, + "id": "1345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69109807597825, + -11.988834256009705, + -76.68145882465225, + -11.97845460171443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.69058802559904, + -11.9866939090506 + ], + [ + -76.68576831238933, + -11.988834256009705 + ], + [ + -76.68145882465225, + -11.985784744311774 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.68678853853099, + -11.97845460171443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9872861556279, + -12.120408244632063, + -76.97763507858714, + -12.110023160082326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.98296678304929, + -12.110023160082326 + ] + ] + ], + "type": "Polygon" + }, + "id": "1347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96890829019385, + -11.835460276470506, + -76.95926618287949, + -11.8250714431128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.96459321388559, + -11.8250714431128 + ] + ] + ], + "type": "Polygon" + }, + "id": "1348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04952967209907, + -11.670278932379485, + -77.03989040909502, + -11.659885922487163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.04521463248837, + -11.659885922487163 + ] + ] + ], + "type": "Polygon" + }, + "id": "1349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6734641780184, + -12.215002801730154, + -76.66381866626216, + -12.204627124512317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.66915211235865, + -12.204627124512317 + ] + ] + ], + "type": "Polygon" + }, + "id": "1350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04049581628392, + -11.85822187088391, + -77.03085118963048, + -11.847831596670456 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.03617851423998, + -11.847831596670456 + ] + ] + ], + "type": "Polygon" + }, + "id": "1351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00930854172435, + -11.94168918004145, + -76.99966222697631, + -11.931300858812001 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -77.00499096257522, + -11.931300858812001 + ] + ] + ], + "type": "Polygon" + }, + "id": "1352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7511427280328, + -12.175605231517274, + -76.74149626324618, + -12.165226933473672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.74682904388204, + -12.165226933473672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99554177727329, + -11.798743619176802, + -76.9859000746397, + -11.788353626120626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.99122647357277, + -11.788353626120626 + ] + ] + ], + "type": "Polygon" + }, + "id": "1354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01615345841549, + -11.918764283341579, + -77.00650765104811, + -11.90837546312486 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.01183600133608, + -11.90837546312486 + ] + ] + ], + "type": "Polygon" + }, + "id": "1355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78691874938912, + -12.234188910486276, + -76.77726956658252, + -12.223810655375887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.78260330050904, + -12.223810655375887 + ] + ] + ], + "type": "Polygon" + }, + "id": "1356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92254406737669, + -12.263390750702465, + -76.91289040570933, + -12.25300957254589 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.92254406737669, + -12.256058254528376 + ], + [ + -76.92203681162405, + -12.261248896762853 + ], + [ + -76.91720989427992, + -12.263390750702465 + ], + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.91822453231035, + -12.25300957254589 + ] + ] + ], + "type": "Polygon" + }, + "id": "1357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03301611520963, + -12.1249172283981, + -77.0233637284698, + -12.11453109000935 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.02869545433705, + -12.11453109000935 + ] + ] + ], + "type": "Polygon" + }, + "id": "1358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99247212582183, + -11.735505721116072, + -76.98283238451953, + -11.725114955382237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.98815774700806, + -11.725114955382237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07790642392028, + -11.995623077081369, + -77.06825675208695, + -11.985233869919584 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.07358628928134, + -11.985233869919584 + ] + ] + ], + "type": "Polygon" + }, + "id": "1360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98654430405175, + -12.175378595794076, + -76.97689160545603, + -12.164994399090295 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.98222421714043, + -12.164994399090295 + ] + ] + ], + "type": "Polygon" + }, + "id": "1361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69168350243632, + -12.311121319959163, + -76.68203461739455, + -12.30074677150299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.68736964898618, + -12.30074677150299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76018584364985, + -12.459408484003427, + -76.75053065290537, + -12.449034761862043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75586811855288, + -12.449034761862043 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.75484832913186, + -12.459408484003427 + ], + [ + -76.75053065290537, + -12.456357303652162 + ], + [ + -76.7510406106202, + -12.45117049666596 + ], + [ + -76.75586811855288, + -12.449034761862043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14558753386541, + -11.821297293556981, + -77.13594135691939, + -11.81090395716292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.14126792548107, + -11.81090395716292 + ] + ] + ], + "type": "Polygon" + }, + "id": "1365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11520989489264, + -11.944213618961474, + -77.10556081560036, + -11.933822751516542 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.11088945302849, + -11.933822751516542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88595598507506, + -12.165424516833124, + -76.87630621129509, + -12.155042658747453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.88163875132733, + -12.155042658747453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99861266583586, + -11.861977807605582, + -76.9889690011282, + -11.851588612375714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.99429643687822, + -11.851588612375714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8128307980529, + -12.158164845882833, + -76.8031831876835, + -12.147784707634363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.80851565464158, + -12.147784707634363 + ] + ] + ], + "type": "Polygon" + }, + "id": "1369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.982562848912, + -11.695197033950969, + -76.97292456273759, + -11.684805984326264 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97824927327991, + -11.684805984326264 + ], + [ + -76.982562848912, + -11.687851240552765 + ], + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.97723809289131, + -11.695197033950969 + ], + [ + -76.97292456273759, + -11.692151690266108 + ], + [ + -76.97343021608245, + -11.686956218702544 + ], + [ + -76.97824927327991, + -11.684805984326264 + ] + ] + ], + "type": "Polygon" + }, + "id": "1370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97355361874709, + -12.071870335126993, + -76.96390434509509, + -12.06148483745625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96923526406209, + -12.06148483745625 + ] + ] + ], + "type": "Polygon" + }, + "id": "1371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73216414214417, + -12.040088213451593, + -76.72252223724222, + -12.029708282119618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.72785278823801, + -12.029708282119618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97739795396706, + -12.174475020750693, + -76.96774551887428, + -12.164091035395554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.97307812542513, + -12.164091035395554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77250059435399, + -12.05196113781861, + -76.76285723919598, + -12.041580363344998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.76818797300962, + -12.041580363344998 + ] + ] + ], + "type": "Polygon" + }, + "id": "1374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06247572595096, + -11.679412658755904, + -77.052835862107, + -11.66901945061361 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.0581602188709, + -11.66901945061361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92328058597725, + -12.114084444424494, + -76.91363136259062, + -12.103700845783184 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.918963025492, + -12.103700845783184 + ] + ] + ], + "type": "Polygon" + }, + "id": "1376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9560407995566, + -12.109459739686608, + -76.94639085904679, + -12.09907525619727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.95172241527587, + -12.09907525619727 + ] + ] + ], + "type": "Polygon" + }, + "id": "1377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05266447519448, + -11.827946066488611, + -77.0430204400966, + -11.817555074882506 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.04834725128208, + -11.817555074882506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98495713760713, + -12.002214951275437, + -76.97530964620232, + -11.991828119117121 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.98063940551599, + -11.991828119117121 + ] + ] + ], + "type": "Polygon" + }, + "id": "1379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73369273151522, + -12.024518247698468, + -76.72405124914033, + -12.014138041774844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72938154308636, + -12.014138041774844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65666616809534, + -12.29189844901694, + -76.64701882490166, + -12.281524475848238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.6513314011033, + -12.29189844901694 + ], + [ + -76.64701882490166, + -12.288847077966532 + ], + [ + -76.64752995788032, + -12.283660146314372 + ], + [ + -76.65235354160022, + -12.281524475848238 + ] + ] + ], + "type": "Polygon" + }, + "id": "1381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82578941203894, + -12.072976389407557, + -76.81614399620334, + -12.06259459182812 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.82147505130347, + -12.06259459182812 + ] + ] + ], + "type": "Polygon" + }, + "id": "1382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13501215036871, + -11.930417096691974, + -77.12536298654565, + -11.92002555071378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.13069136675598, + -11.92002555071378 + ] + ] + ], + "type": "Polygon" + }, + "id": "1383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75566225648843, + -12.31751994439775, + -76.74601143063515, + -12.307143871159672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.75134655278202, + -12.307143871159672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96209062181018, + -11.952773025554812, + -76.95244519658586, + -11.942386028614033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.95777416528405, + -11.942386028614033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72981067416943, + -12.204915630516242, + -76.7201639156672, + -12.194538348224253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.72549718614088, + -12.194538348224253 + ] + ] + ], + "type": "Polygon" + }, + "id": "1386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67057259244947, + -11.963207153039448, + -76.66093467108166, + -11.952827644962346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.66626396441744, + -11.952827644962346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83265519077547, + -11.955718505689148, + -76.82301308735768, + -11.945334775962168 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82834220632475, + -11.945334775962168 + ], + [ + -76.83265519077547, + -11.948382768092578 + ], + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.82834220632475, + -11.945334775962168 + ] + ] + ], + "type": "Polygon" + }, + "id": "1388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.045771125814, + -11.756462391217607, + -77.03612939433954, + -11.746070598589192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.04145503884223, + -11.746070598589192 + ] + ] + ], + "type": "Polygon" + }, + "id": "1389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05658732909049, + -12.024992791649526, + -77.04693732230807, + -12.014604542987334 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.05226737172774, + -12.014604542987334 + ] + ] + ], + "type": "Polygon" + }, + "id": "1390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6605284616831, + -12.205850210156648, + -76.65088358110481, + -12.19547471620238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65621687674711, + -12.19547471620238 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.65088358110481, + -12.20279929845889 + ], + [ + -76.65139452426844, + -12.19761160646526 + ], + [ + -76.65621687674711, + -12.19547471620238 + ] + ] + ], + "type": "Polygon" + }, + "id": "1391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84482328449579, + -12.114174196872586, + -76.83517613141315, + -12.103792559713945 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.84050785454744, + -12.103792559713945 + ] + ] + ], + "type": "Polygon" + }, + "id": "1392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14010201614668, + -11.639766380166261, + -77.13046137802279, + -11.62937078885644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1357849721543, + -11.62937078885644 + ], + [ + -77.14010201614668, + -11.632414352988393 + ], + [ + -77.13959878291747, + -11.637612200856656 + ], + [ + -77.1347783787973, + -11.639766380166261 + ], + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.13096473814126, + -11.631524985339984 + ], + [ + -77.1357849721543, + -11.62937078885644 + ] + ] + ], + "type": "Polygon" + }, + "id": "1393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91335780565544, + -11.979424874866586, + -76.90371285848664, + -11.969039477018557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.9090423108042, + -11.969039477018557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96360917794512, + -11.937192464017167, + -76.95396417761869, + -11.926805203000521 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.9592928882646, + -11.926805203000521 + ] + ] + ], + "type": "Polygon" + }, + "id": "1395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78381492734286, + -12.453915763404387, + -76.7741592612032, + -12.443541343262394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77949662661212, + -12.443541343262394 + ], + [ + -76.78381492734286, + -12.446592192063644 + ], + [ + -76.78330543379711, + -12.45177945605536 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.77949662661212, + -12.443541343262394 + ] + ] + ], + "type": "Polygon" + }, + "id": "1396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75263759414607, + -12.25434852270566, + -76.74298873764053, + -12.243971469203096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.74832281753221, + -12.243971469203096 + ] + ] + ], + "type": "Polygon" + }, + "id": "1397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1272269984792, + -11.72507836244706, + -77.11758414410848, + -11.714684177610327 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.12290915952944, + -11.714684177610327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10685613205014, + -11.982729629841577, + -77.09720611444726, + -11.972339528337319 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.10253539827248, + -11.972339528337319 + ] + ] + ], + "type": "Polygon" + }, + "id": "1399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74733859366803, + -12.16736620025219, + -76.7376924782591, + -12.156987866961911 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.74302512414123, + -12.156987866961911 + ] + ] + ], + "type": "Polygon" + }, + "id": "1400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00086809477358, + -11.791399332834608, + -76.99122647357277, + -11.781009109172333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.99655274582852, + -11.781009109172333 + ] + ] + ], + "type": "Polygon" + }, + "id": "1401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93167206487634, + -12.169953119347422, + -76.92202095446902, + -12.15957019449569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.92735353121036, + -12.15957019449569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73361452402754, + -12.21315448050082, + -76.72396741570846, + -12.202777235203108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.72930082118741, + -12.202777235203108 + ] + ] + ], + "type": "Polygon" + }, + "id": "1403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74740878886988, + -11.97871334302872, + -76.73776829825366, + -11.968332104097978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.74309783348528, + -11.968332104097978 + ] + ] + ], + "type": "Polygon" + }, + "id": "1404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17745414374338, + -11.682752234012975, + -77.16781129943348, + -11.672356291451003 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17313553900625, + -11.672356291451003 + ], + [ + -77.17745414374338, + -11.675399755690567 + ], + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.17313553900625, + -11.672356291451003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73522118350766, + -12.008947870443976, + -76.72558012363655, + -11.998567391473193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.7309101605499, + -11.998567391473193 + ] + ] + ], + "type": "Polygon" + }, + "id": "1406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00172388364344, + -12.019595934310539, + -76.99207544154567, + -12.009208949247967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.99740546873689, + -12.009208949247967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80748070966203, + -12.25981635063758, + -76.79783020787474, + -12.249437998060273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.80316435515596, + -12.249437998060273 + ] + ] + ], + "type": "Polygon" + }, + "id": "1408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78689516531898, + -12.328496784457387, + -76.777243165856, + -12.318120104845093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.78257845710934, + -12.318120104845093 + ] + ] + ], + "type": "Polygon" + }, + "id": "1409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11959874681291, + -11.70859583282804, + -77.10995657388438, + -11.698201616846399 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.1152813299771, + -11.698201616846399 + ] + ] + ], + "type": "Polygon" + }, + "id": "1410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76489372120209, + -12.035482228831683, + -76.75525106345289, + -12.02510139651429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.7605815284606, + -12.02510139651429 + ] + ] + ], + "type": "Polygon" + }, + "id": "1411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07693573987451, + -11.672956024965583, + -77.06729570157243, + -11.662562382490524 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.07261993297591, + -11.662562382490524 + ] + ] + ], + "type": "Polygon" + }, + "id": "1412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74577432241915, + -12.27723983507645, + -76.73612496884911, + -12.266863336339297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.74145942891411, + -12.266863336339297 + ] + ] + ], + "type": "Polygon" + }, + "id": "1413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01004605913143, + -11.886699726226835, + -77.00040136389352, + -11.876310598473925 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -77.00572919353283, + -11.876310598473925 + ] + ] + ], + "type": "Polygon" + }, + "id": "1414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08172211042206, + -12.0038636709227, + -77.07207209637002, + -11.993474493357887 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.07740176400776, + -11.993474493357887 + ] + ] + ], + "type": "Polygon" + }, + "id": "1415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95748175204484, + -11.810738507193019, + -76.94784067747251, + -11.800349615355145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.95316731315714, + -11.800349615355145 + ] + ] + ], + "type": "Polygon" + }, + "id": "1416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95835974687273, + -12.227630255447954, + -76.94870621851022, + -12.217247599904958 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.95403972142164, + -12.217247599904958 + ] + ] + ], + "type": "Polygon" + }, + "id": "1417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03966312634736, + -11.724392667435954, + -77.03002250499917, + -11.714000599538993 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.03534762997818, + -11.714000599538993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73373180105902, + -11.930183163257755, + -76.72409312919625, + -11.919801561015355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72942186873688, + -11.919801561015355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13485625720936, + -11.741560898040172, + -77.12521272164246, + -11.73116674617441 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.13053799622496, + -11.73116674617441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04211236297014, + -12.031435303855563, + -77.03246253274175, + -12.02104750601875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.03779270682283, + -12.02104750601875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036919364643, + -12.157256185647096, + -76.7940445986658, + -12.146876263503268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.79937705524948, + -12.146876263503268 + ] + ] + ], + "type": "Polygon" + }, + "id": "1422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88213798224771, + -11.968476836840049, + -76.87249418374424, + -11.95809205540176 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.87782348034044, + -11.95809205540176 + ] + ] + ], + "type": "Polygon" + }, + "id": "1423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01476588922195, + -12.217480785962131, + -77.00511120671555, + -12.207096572870567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.01476588922195, + -12.210144175994 + ], + [ + -77.01425999704288, + -12.215336335112728 + ], + [ + -77.00943256977892, + -12.217480785962131 + ], + [ + -77.00511120671555, + -12.214433099117043 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.01044448099324, + -12.207096572870567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7015634800257, + -12.351397548629524, + -76.69191311969472, + -12.34102343309229 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.69724881527445, + -12.34102343309229 + ] + ] + ], + "type": "Polygon" + }, + "id": "1425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8653871333442, + -12.13979946336476, + -76.85573866884583, + -12.129417713172733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.8610708010956, + -12.129417713172733 + ] + ] + ], + "type": "Polygon" + }, + "id": "1426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94154438724001, + -12.021527664382724, + -76.93189744719885, + -12.011142194119476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.9372275681354, + -12.011142194119476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78461553672257, + -12.304693000909205, + -76.77496431007701, + -12.294315976228578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.78029920914764, + -12.294315976228578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06948925218083, + -11.939732828259231, + -77.05984145957466, + -11.929343006611061 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.06517008802307, + -11.929343006611061 + ] + ] + ], + "type": "Polygon" + }, + "id": "1429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92787811463596, + -12.256058254528376, + -76.91822453231035, + -12.245676822397133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.92737094501857, + -12.25391618980404 + ], + [ + -76.92254406737669, + -12.256058254528376 + ], + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.92355853315213, + -12.245676822397133 + ] + ] + ], + "type": "Polygon" + }, + "id": "1430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69622773477306, + -12.358720161663447, + -76.6865773022623, + -12.348346308588814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.69191311969472, + -12.348346308588814 + ] + ] + ], + "type": "Polygon" + }, + "id": "1431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82499579453673, + -12.316577668727993, + -76.81534312730976, + -12.30619982428117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.82067820250562, + -12.30619982428117 + ] + ] + ], + "type": "Polygon" + }, + "id": "1432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.917166574699, + -11.987664990008808, + -76.90752128195628, + -11.977279619386838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.91285086678302, + -11.977279619386838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88443309888707, + -12.180996945083717, + -76.87478290048413, + -12.170615374186148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.88011569854962, + -12.170615374186148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08764801930644, + -11.752689861349566, + -77.07800533788834, + -11.742296999307346 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.08333086481282, + -11.742296999307346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81586708955393, + -12.221351324313146, + -76.8062175114195, + -12.210972127835815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.81155101940085, + -12.210972127835815 + ] + ] + ], + "type": "Polygon" + }, + "id": "1436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10362396173086, + -11.7306442540037, + -77.09398153381368, + -11.720250712986669 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09930667571534, + -11.720250712986669 + ] + ] + ], + "type": "Polygon" + }, + "id": "1437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14503460237478, + -12.065136218670139, + -77.13538117161659, + -12.05474642981557 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14071175422416, + -12.05474642981557 + ], + [ + -77.14503460237478, + -12.057792104347916 + ], + [ + -77.14453077714165, + -12.062987050596886 + ], + [ + -77.13970397650614, + -12.065136218670139 + ], + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.14071175422416, + -12.05474642981557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75335192686669, + -12.388010392093081, + -76.74369905690335, + -12.377635586976158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.74903534456271, + -12.377635586976158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75793956630802, + -12.34132215207034, + -76.74828796731303, + -12.33094642577782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.75362348189307, + -12.33094642577782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8029193554918, + -12.212202554827076, + -76.79327039821405, + -12.201823536099242 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.79860376181625, + -12.201823536099242 + ] + ] + ], + "type": "Polygon" + }, + "id": "1441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96518445889102, + -12.110362847329455, + -76.95553425386471, + -12.09997815168615 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.96086581586991, + -12.09997815168615 + ] + ] + ], + "type": "Polygon" + }, + "id": "1442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73432083554341, + -12.346818817604797, + -76.72466971514163, + -12.336443786655844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.73000532787434, + -12.336443786655844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03458120496245, + -12.203709800748854, + -77.0249264261058, + -12.193324877807427 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.03458120496245, + -12.196372231107183 + ], + [ + -77.03407561222654, + -12.20156474502873 + ], + [ + -77.02924813689707, + -12.203709800748854 + ], + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.03025944929288, + -12.193324877807427 + ] + ] + ], + "type": "Polygon" + }, + "id": "1444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10290241562036, + -11.785654286004894, + -77.09325836855238, + -11.775261495881415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.09858441572527, + -11.775261495881415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00483817295861, + -12.17718493984197, + -76.995184948792, + -12.16680032119332 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -77.00051756991488, + -12.16680032119332 + ] + ] + ], + "type": "Polygon" + }, + "id": "1446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97878721640056, + -11.781365466962002, + -76.9691464637406, + -11.770975650373458 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.9744725948197, + -11.770975650373458 + ] + ] + ], + "type": "Polygon" + }, + "id": "1447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79992539742047, + -11.960338916791907, + -76.7902840337155, + -11.949956078410022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7956132459377, + -11.949956078410022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89813413730914, + -12.040829791168543, + -76.8884877596593, + -12.03044569118453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.89381823604886, + -12.03044569118453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1386712642012, + -11.749802166949374, + -77.12902738812849, + -11.739408032253882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.1343527922292, + -11.739408032253882 + ] + ] + ], + "type": "Polygon" + }, + "id": "1450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148247396598, + -12.2661832321243, + -76.86183007437552, + -12.25580337532535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.8671642877311, + -12.25580337532535 + ] + ] + ], + "type": "Polygon" + }, + "id": "1451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76177711287785, + -12.255260499482885, + -76.75212798096787, + -12.244883228843866 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.75746207278014, + -12.244883228843866 + ] + ] + ], + "type": "Polygon" + }, + "id": "1452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85090958329069, + -12.240557112906606, + -76.84125849544819, + -12.23017734905206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.84659229978224, + -12.23017734905206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76645045229905, + -11.925568818006866, + -76.75681102839488, + -11.915186319000423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.76213968183714, + -11.915186319000423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76872589911339, + -11.949381900195183, + -76.75908570403777, + -11.938999689656672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.76441474888121, + -11.938999689656672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12794435037111, + -11.670061939902558, + -77.1183031148538, + -11.659667025601372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1236272252964, + -11.659667025601372 + ], + [ + -77.12794435037111, + -11.66271086241547 + ], + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.1236272252964, + -11.659667025601372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83797556338855, + -12.042736275358036, + -76.82833072381995, + -12.03235370939618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.83366127340686, + -12.03235370939618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89278166840273, + -11.765043297631548, + -76.88314364782687, + -11.75465539019681 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.8884695882228, + -11.75465539019681 + ] + ] + ], + "type": "Polygon" + }, + "id": "1458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74812033431694, + -12.112423001787334, + -76.7384758371791, + -12.102043779726849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.7438075764294, + -12.102043779726849 + ] + ] + ], + "type": "Polygon" + }, + "id": "1459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06870288999693, + -11.900322049974132, + -77.05905629170415, + -11.88993168144073 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.06438427257368, + -11.88993168144073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0024628445721, + -11.964612644724845, + -76.99281602266578, + -11.954224826011501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.99814514347673, + -11.954224826011501 + ] + ] + ], + "type": "Polygon" + }, + "id": "1461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93850449424791, + -12.052682983184377, + -76.92885670444002, + -12.04229805960251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.93418734155037, + -12.04229805960251 + ] + ] + ], + "type": "Polygon" + }, + "id": "1462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01840561929491, + -11.848188038484023, + -77.0087618565751, + -11.837798164959931 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.01408904283888, + -11.837798164959931 + ] + ] + ], + "type": "Polygon" + }, + "id": "1463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01628347445602, + -12.201904393792125, + -77.0066292181347, + -12.19151989099901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.0119622336788, + -12.19151989099901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67266974161099, + -12.26992935607808, + -76.66302261158995, + -12.259554604231916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.66835696470443, + -12.259554604231916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76258733184356, + -12.10600262108009, + -76.7529426333178, + -12.095622931480012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.75827426187425, + -12.095622931480012 + ] + ] + ], + "type": "Polygon" + }, + "id": "1466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76705238043054, + -12.43652479809896, + -76.75739768793515, + -12.426150495077291 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.76273477265421, + -12.426150495077291 + ] + ] + ], + "type": "Polygon" + }, + "id": "1467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74737370150586, + -12.073045474104678, + -76.7377303993135, + -12.062665659997489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.74306148941663, + -12.062665659997489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83188792004697, + -12.01068284460619, + -76.82224419877562, + -12.00029994810434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.82757422369971, + -12.00029994810434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1226201965291, + -11.6774127077374, + -77.1129788756055, + -11.667018015990484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.1183031148538, + -11.667018015990484 + ] + ] + ], + "type": "Polygon" + }, + "id": "1470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04796342899317, + -11.59143626643514, + -77.03832655028705, + -11.581042306147529 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04364948071488, + -11.581042306147529 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.03832655028705, + -11.588392075614566 + ], + [ + -77.0388311268604, + -11.583195148361224 + ], + [ + -77.04364948071488, + -11.581042306147529 + ] + ] + ], + "type": "Polygon" + }, + "id": "1471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18357834940765, + -11.714828752919606, + -77.1739343994177, + -11.70443307868403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.18357834940765, + -11.707476658220566 + ], + [ + -77.18307561051407, + -11.712674547193362 + ], + [ + -77.17825355064637, + -11.714828752919606 + ], + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.17925915556174, + -11.70443307868403 + ] + ] + ], + "type": "Polygon" + }, + "id": "1472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6604680025827, + -12.300136736354332, + -76.65082030789188, + -12.289762803922416 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.65513309964597, + -12.300136736354332 + ], + [ + -76.65082030789188, + -12.297085360333693 + ], + [ + -76.6513314011033, + -12.29189844901694 + ], + [ + -76.65615516058665, + -12.289762803922416 + ] + ] + ], + "type": "Polygon" + }, + "id": "1473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01545999316056, + -12.06813702905952, + -77.00580975026283, + -12.057750442139612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.01114056140938, + -12.057750442139612 + ] + ] + ], + "type": "Polygon" + }, + "id": "1474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09981060281194, + -11.722403069735908, + -77.09016851608438, + -11.712009512855554 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.09549352803964, + -11.712009512855554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77022411199204, + -12.028150412209138, + -76.7605815284606, + -12.01776933394112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.76591187065324, + -12.01776933394112 + ] + ] + ], + "type": "Polygon" + }, + "id": "1476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75797160010954, + -12.24702169161154, + -76.74832281753221, + -12.2366443815717 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.75365677465794, + -12.2366443815717 + ] + ] + ], + "type": "Polygon" + }, + "id": "1477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81666731909887, + -11.977723751222392, + -76.80702498767408, + -11.967340747048311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.81235447794445, + -11.967340747048311 + ] + ] + ], + "type": "Polygon" + }, + "id": "1478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9696820343589, + -11.87486628382365, + -76.96003873338543, + -11.864477981987498 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.96536641199609, + -11.864477981987498 + ] + ] + ], + "type": "Polygon" + }, + "id": "1479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6759018145966, + -11.955877111986814, + -76.66626396441744, + -11.945497359722467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.67159313664872, + -11.945497359722467 + ] + ] + ], + "type": "Polygon" + }, + "id": "1481", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85091938326588, + -12.05188157564181, + -76.84127392604101, + -12.041498823977847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.84660461835828, + -12.041498823977847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85243415491952, + -12.224987393687746, + -76.84278349147743, + -12.214607336513563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.84811703784952, + -12.214607336513563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8463475149871, + -12.09860167079149, + -76.8367007859043, + -12.08821975268934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.84203225130845, + -12.08821975268934 + ] + ] + ], + "type": "Polygon" + }, + "id": "1484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69775933257007, + -12.343159305396847, + -76.68810932301002, + -12.332785146131139 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.6934448830661, + -12.332785146131139 + ] + ] + ], + "type": "Polygon" + }, + "id": "1485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92705670900897, + -11.933590365525802, + -76.91741276880626, + -11.923203957194897 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.92655003336047, + -11.931444244986135 + ], + [ + -76.92172797694813, + -11.933590365525802 + ], + [ + -76.91741276880626, + -11.930543249306346 + ], + [ + -76.91791957073065, + -11.925350098564028 + ], + [ + -76.92274145453044, + -11.923203957194897 + ] + ] + ], + "type": "Polygon" + }, + "id": "1486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97956206459095, + -11.820774570088416, + -76.96992011865227, + -11.810385271518005 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.97524689709188, + -11.810385271518005 + ] + ] + ], + "type": "Polygon" + }, + "id": "1487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08020820724565, + -12.019447100301331, + -77.07055776679907, + -12.009058192397406 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.07588769317304, + -12.009058192397406 + ] + ] + ], + "type": "Polygon" + }, + "id": "1488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83036349883396, + -12.026256848950563, + -76.82071935395685, + -12.015874224861301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.82604963639913, + -12.015874224861301 + ] + ] + ], + "type": "Polygon" + }, + "id": "1489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95758657365043, + -12.18824204897064, + -76.9479342415317, + -12.177858774361768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.95326709539304, + -12.177858774361768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13206652392267, + -12.055998863149425, + -77.12241368939527, + -12.045609248541545 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.12774414185353, + -12.045609248541545 + ] + ] + ], + "type": "Polygon" + }, + "id": "1491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91183694337916, + -11.995002635926095, + -76.90219157176664, + -11.984617506734034 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.90752128195628, + -11.984617506734034 + ] + ] + ], + "type": "Polygon" + }, + "id": "1492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8288389404392, + -12.041830442744155, + -76.8191943719328, + -12.031448092612989 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.82452491191047, + -12.031448092612989 + ] + ] + ], + "type": "Polygon" + }, + "id": "1493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462398743313, + -12.289082605210671, + -76.85497108560884, + -12.278703301834094 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.86030568184812, + -12.278703301834094 + ] + ] + ], + "type": "Polygon" + }, + "id": "1494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88061586325699, + -11.984053674307091, + -76.87097164069043, + -11.973669160707045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.87630119498692, + -11.973669160707045 + ] + ] + ], + "type": "Polygon" + }, + "id": "1495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06270309458482, + -12.057055624847328, + -77.05305197612272, + -12.046667711940943 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.05838254568584, + -12.046667711940943 + ] + ] + ], + "type": "Polygon" + }, + "id": "1496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80448270176451, + -12.007965710383365, + -76.79483979590002, + -11.997583462952285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.80016979062655, + -11.997583462952285 + ] + ] + ], + "type": "Polygon" + }, + "id": "1497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06197398375704, + -12.112039184367118, + -77.052321243399, + -12.101652136206967 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.06197398375704, + -12.104698808685312 + ], + [ + -77.06146891860304, + -12.109892385110378 + ], + [ + -77.05664246271303, + -12.112039184367118 + ], + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.05765271998162, + -12.101652136206967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70472116340338, + -12.131676983275916, + -76.69507727776893, + -12.121299169393534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.70040934498715, + -12.121299169393534 + ] + ] + ], + "type": "Polygon" + }, + "id": "1499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06416057942566, + -11.94707655917476, + -77.0545127031302, + -11.93668697397618 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.05984145957466, + -11.93668697397618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99561636702067, + -11.987534669204283, + -76.98596903817867, + -11.977147356534768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.99129854410266, + -11.977147356534768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09929103749539, + -12.060649667492111, + -77.089638886556, + -12.050260918316189 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.09496946467995, + -12.050260918316189 + ] + ] + ], + "type": "Polygon" + }, + "id": "1502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81055021468434, + -12.134355213245756, + -76.80090337608169, + -12.123974755305422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.80623545146716, + -12.123974755305422 + ] + ] + ], + "type": "Polygon" + }, + "id": "1503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13255192832244, + -11.717728316494181, + -77.12290915952944, + -11.707333906910241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.12823404602626, + -11.707333906910241 + ] + ] + ], + "type": "Polygon" + }, + "id": "1504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74125988614372, + -12.135320428826583, + -76.73161489257272, + -12.124941740983902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.73694701156064, + -12.124941740983902 + ] + ] + ], + "type": "Polygon" + }, + "id": "1505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75946850423605, + -12.325758486529846, + -76.74981732885034, + -12.315382456258273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.75515258577161, + -12.315382456258273 + ] + ] + ], + "type": "Polygon" + }, + "id": "1506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9804028323503, + -12.04895345817932, + -76.97075406494896, + -12.03856744157454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.9760845990974, + -12.03856744157454 + ] + ] + ], + "type": "Polygon" + }, + "id": "1507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88517162257777, + -11.748562467808817, + -76.8755342932594, + -11.73817452953788 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88085996834661, + -11.73817452953788 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.8755342932594, + -11.745515975573003 + ], + [ + -76.87604139010497, + -11.74032206030213 + ], + [ + -76.88085996834661, + -11.73817452953788 + ] + ] + ], + "type": "Polygon" + }, + "id": "1508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.020790722105, + -12.060797338904989, + -77.01114056140938, + -12.050410508915258 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.01647124531827, + -12.050410508915258 + ] + ] + ], + "type": "Polygon" + }, + "id": "1509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12276891639894, + -11.866277882992234, + -77.11312196979395, + -11.855885721288594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.11844931346826, + -11.855885721288594 + ] + ] + ], + "type": "Polygon" + }, + "id": "1510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96899689561153, + -12.118602779470196, + -76.95934634579748, + -12.10821811821225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.96467803976492, + -12.10821811821225 + ] + ] + ], + "type": "Polygon" + }, + "id": "1511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97123009519055, + -11.953673212966606, + -76.9615844060226, + -11.943286003493679 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.96691338030887, + -11.943286003493679 + ] + ] + ], + "type": "Polygon" + }, + "id": "1512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78468823665742, + -12.021725352666833, + -76.77504545369933, + -12.011343811546695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.78037568420207, + -12.011343811546695 + ] + ] + ], + "type": "Polygon" + }, + "id": "1513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81286280360032, + -11.969483966552096, + -76.80322081978751, + -11.959100936598569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.80855017629189, + -11.959100936598569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7222037386824, + -12.188437892604417, + -76.71255767999322, + -12.178060537688632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.71789068033374, + -12.178060537688632 + ] + ] + ], + "type": "Polygon" + }, + "id": "1515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7816352058938, + -12.052868878741426, + -76.77199157671312, + -12.04248788695079 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.7773223218341, + -12.04248788695079 + ] + ] + ], + "type": "Polygon" + }, + "id": "1516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1097399748074, + -11.762716584051569, + -77.10009643864781, + -11.752323320218022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.10542209878692, + -11.752323320218022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85928934386396, + -12.296412224087684, + -76.8496363646964, + -12.286033177363246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.85878115198032, + -12.2942721821268 + ], + [ + -76.85395457554336, + -12.296412224087684 + ], + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.85497108560884, + -12.286033177363246 + ] + ] + ], + "type": "Polygon" + }, + "id": "1518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18065295393602, + -11.840456034963589, + -77.17100533636862, + -11.830062119272482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.18065295393602, + -11.833106373123053 + ], + [ + -77.18014997893674, + -11.838303382738747 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.17633216241319, + -11.830062119272482 + ] + ] + ], + "type": "Polygon" + }, + "id": "1519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84332737049102, + -11.752304322715093, + -76.83369103987081, + -11.741917479304261 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83901680459891, + -11.741917479304261 + ], + [ + -76.84332737049102, + -11.744964269309683 + ], + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.8341987259224, + -11.744064077581058 + ], + [ + -76.83901680459891, + -11.741917479304261 + ] + ] + ], + "type": "Polygon" + }, + "id": "1520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71302260897359, + -12.281825288310957, + -76.70337401298657, + -12.27144970132181 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.70870855710078, + -12.27144970132181 + ] + ] + ], + "type": "Polygon" + }, + "id": "1521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9940989187463, + -12.003115302354752, + -76.98445116451515, + -11.992728258454262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98978092872882, + -11.992728258454262 + ] + ] + ], + "type": "Polygon" + }, + "id": "1522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00631552587889, + -12.067236205741036, + -76.99666554479332, + -12.056849829759749 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -77.00199635168258, + -12.056849829759749 + ] + ] + ], + "type": "Polygon" + }, + "id": "1523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90039272681831, + -11.7815241441975, + -76.89075401522645, + -11.771136269422373 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.8960802207666, + -11.771136269422373 + ] + ] + ], + "type": "Polygon" + }, + "id": "1524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01702042031687, + -12.146932649419114, + -77.00736778620349, + -12.136547250055235 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.01269989431522, + -12.136547250055235 + ] + ] + ], + "type": "Polygon" + }, + "id": "1525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72840301243187, + -11.937515704508344, + -76.71876426755529, + -11.927134344211519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.72409312919625, + -11.927134344211519 + ] + ] + ], + "type": "Polygon" + }, + "id": "1526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71984420587238, + -12.353227902414547, + -76.7101932895376, + -12.342853350801493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.7155290117787, + -12.342853350801493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72298972005147, + -12.133499236746845, + -76.71334527949831, + -12.123120985385466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.71867737315155, + -12.123120985385466 + ] + ] + ], + "type": "Polygon" + }, + "id": "1528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79380093773483, + -12.116968224464333, + -76.78415506836049, + -12.106587916089122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78948686508964, + -12.106587916089122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04342283271761, + -11.638207188621642, + -77.03378467913649, + -11.627813920730711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.03910838335909, + -11.627813920730711 + ] + ] + ], + "type": "Polygon" + }, + "id": "1530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10981057370954, + -11.857142815989276, + -77.1001642242317, + -11.846750840166921 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.10549143696291, + -11.846750840166921 + ] + ] + ], + "type": "Polygon" + }, + "id": "1531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99173202107475, + -11.790502882315279, + -76.98209066200216, + -11.78011287093347 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.9874169295685, + -11.78011287093347 + ] + ] + ], + "type": "Polygon" + }, + "id": "1532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09902098428189, + -11.682980692106957, + -77.08938009031519, + -11.672586642555022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.09470445564892, + -11.672586642555022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91333118962558, + -11.79066364138668, + -76.90369186591155, + -11.780275568967074 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.90901821128806, + -11.780275568967074 + ] + ] + ], + "type": "Polygon" + }, + "id": "1534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81432542426252, + -12.331232645598082, + -76.80467260501345, + -12.320855318891548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.8100079281163, + -12.320855318891548 + ] + ] + ], + "type": "Polygon" + }, + "id": "1535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0656170826723, + -11.837082237476274, + -77.05597244637845, + -11.826691056310004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.06129939093016, + -11.826691056310004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09441944499468, + -11.635315553980867, + -77.08478008461495, + -11.624921010185655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.09010367353743, + -11.624921010185655 + ] + ] + ], + "type": "Polygon" + }, + "id": "1537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02377823795503, + -11.935245451189951, + -77.01413174398819, + -11.924856681623455 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01946035655936, + -11.924856681623455 + ] + ] + ], + "type": "Polygon" + }, + "id": "1538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96051778208165, + -11.779571331629558, + -76.9508775564326, + -11.769181941119646 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.95620367652793, + -11.769181941119646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386574774734, + -11.966670245777973, + -76.85422248697913, + -11.956285894378468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.85955176675158, + -11.956285894378468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73525980572269, + -11.914610693846182, + -76.72562155611779, + -11.904228827841312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.7309500387754, + -11.904228827841312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91793421940739, + -12.027060044918947, + -76.9082877319821, + -12.016675243956414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.91361796516597, + -12.016675243956414 + ] + ] + ], + "type": "Polygon" + }, + "id": "1542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9766225288675, + -12.135082602905804, + -76.96697128966088, + -12.124698011785604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.97230324742839, + -12.124698011785604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66904166160356, + -11.978776078904273, + -76.65940331858874, + -11.968396839913646 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.66853132077328, + -11.976636079702406 + ], + [ + -76.66371206161244, + -11.978776078904273 + ], + [ + -76.65940331858874, + -11.975726427110667 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.66473286855953, + -11.968396839913646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96358121347538, + -11.842802650155347, + -76.95393902572158, + -11.83241405007043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95926618287949, + -11.83241405007043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99335847349819, + -12.058094944735732, + -76.98370909879881, + -12.047708747957476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.9890397695912, + -12.047708747957476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83645124581795, + -12.058309780012467, + -76.82680598249071, + -12.04792748956714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.83213678967712, + -12.04792748956714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04206148469707, + -11.93704119159154, + -77.03241446984092, + -11.926652000438555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.03774308959042, + -11.926652000438555 + ] + ] + ], + "type": "Polygon" + }, + "id": "1548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300321234736, + -12.061931759894273, + -76.86335686911056, + -12.051548608680257 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.8686877121677, + -12.051548608680257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75498000783462, + -12.089524063602626, + -76.74533600735583, + -12.0791443108387 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.75066736676742, + -12.0791443108387 + ] + ] + ], + "type": "Polygon" + }, + "id": "1550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11823391292134, + -11.913040492895007, + -77.10858568677676, + -11.902649103096072 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.11391380665061, + -11.902649103096072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90723893537296, + -11.758600502537446, + -76.89760072597983, + -11.748212149342345 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.90292654903243, + -11.748212149342345 + ] + ] + ], + "type": "Polygon" + }, + "id": "1552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80141211917208, + -12.13344690620993, + -76.79176555321936, + -12.123066664519781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.7970976181632, + -12.123066664519781 + ] + ] + ], + "type": "Polygon" + }, + "id": "1553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0543419206305, + -12.095558712888565, + -77.04468986604563, + -12.085171595332916 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.05002108102497, + -12.085171595332916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13040113949462, + -11.882759922111694, + -77.12075351091488, + -11.87236780770754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.12608111408974, + -11.87236780770754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01766958474732, + -11.903180987841111, + -77.00802420279429, + -11.892791907353127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.0133522948192, + -11.892791907353127 + ] + ] + ], + "type": "Polygon" + }, + "id": "1556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7822864008227, + -12.469476998283303, + -76.77263031046003, + -12.459102894494023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.77796793385436, + -12.459102894494023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93011464329292, + -11.996807297821308, + -76.92046873887017, + -11.986421741383538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.92579846299431, + -11.986421741383538 + ] + ] + ], + "type": "Polygon" + }, + "id": "1558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7390604674199, + -11.922850293336104, + -76.72942186873688, + -11.912468449590586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.73475048608917, + -11.912468449590586 + ] + ] + ], + "type": "Polygon" + }, + "id": "1559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08462292299244, + -11.78386746640849, + -77.07497938995108, + -11.773475095589776 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.080305433621, + -11.773475095589776 + ] + ] + ], + "type": "Polygon" + }, + "id": "1560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08178457983627, + -12.09825739901075, + -77.0721317486738, + -12.087869653594057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.08127981427069, + -12.096110000953841 + ], + [ + -77.07645331308817, + -12.09825739901075 + ], + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.07746297124744, + -12.087869653594057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78619077329313, + -12.100489502683782, + -76.77654560073745, + -12.09010912944437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.78187712908792, + -12.09010912944437 + ] + ] + ], + "type": "Polygon" + }, + "id": "1562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98721639613423, + -11.931650815653068, + -76.9775709496767, + -11.921262892273097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.98289954458286, + -11.921262892273097 + ] + ] + ], + "type": "Polygon" + }, + "id": "1563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75195762035494, + -12.026334855813793, + -76.74231558645164, + -12.015954213218656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.74764590507083, + -12.015954213218656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06174742714745, + -11.734421169561823, + -77.0521059451894, + -11.724028695179257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.057431206859, + -11.724028695179257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75039557163672, + -12.1362306265912, + -76.74075030226989, + -12.125851720882125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.74608243351243, + -12.125851720882125 + ] + ] + ], + "type": "Polygon" + }, + "id": "1566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81512708229609, + -12.087641668801487, + -76.80548151461645, + -12.077260365856098 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.81081281727833, + -12.077260365856098 + ] + ] + ], + "type": "Polygon" + }, + "id": "1567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90043088315463, + -12.158997184274185, + -76.89078091951508, + -12.148614862476226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.89611334223908, + -12.148614862476226 + ] + ] + ], + "type": "Polygon" + }, + "id": "1568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94769252275093, + -12.24229819616683, + -76.93803883395766, + -12.231916045245997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.9471856520181, + -12.240155522450415 + ], + [ + -76.94235872125175, + -12.24229819616683 + ], + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.94337258932624, + -12.231916045245997 + ] + ] + ], + "type": "Polygon" + }, + "id": "1569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17212986147436, + -11.690104403232636, + -77.16248693017911, + -11.67970868294663 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.16781129943348, + -11.67970868294663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71005315827308, + -12.124349221377837, + -76.70040934498715, + -12.113971155923014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70574129037449, + -12.113971155923014 + ], + [ + -76.71005315827308, + -12.117021122447646 + ], + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.70091947124558, + -12.116110191388778 + ], + [ + -76.70574129037449, + -12.113971155923014 + ] + ] + ], + "type": "Polygon" + }, + "id": "1571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0701576668281, + -11.790320603446272, + -77.06051430771765, + -11.779928671533746 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.06584047719991, + -11.779928671533746 + ] + ] + ], + "type": "Polygon" + }, + "id": "1572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88746720093108, + -11.961139670606338, + -76.87782348034044, + -11.950754648472627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8831526521152, + -11.950754648472627 + ], + [ + -76.88746720093108, + -11.953802177718293 + ], + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.87833087833924, + -11.952899598002343 + ], + [ + -76.8831526521152, + -11.950754648472627 + ] + ] + ], + "type": "Polygon" + }, + "id": "1573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63539416849386, + -12.226907032075102, + -76.62574935746389, + -12.216532528738178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6310830004541, + -12.216532528738178 + ], + [ + -76.63539416849386, + -12.219583688777156 + ], + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.62574935746389, + -12.223855787026231 + ], + [ + -76.62626068288888, + -12.218668590491408 + ], + [ + -76.6310830004541, + -12.216532528738178 + ] + ] + ], + "type": "Polygon" + }, + "id": "1574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1128342335739, + -11.825966381879182, + -77.10318873666509, + -11.81557390079245 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.10851543217257, + -11.81557390079245 + ] + ] + ], + "type": "Polygon" + }, + "id": "1575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09843332522756, + -11.926836353423381, + -77.08878518555234, + -11.916445641614432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.09411356152222, + -11.916445641614432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03428939211517, + -11.63731468960469, + -77.02465149818848, + -11.62692163335035 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02997519900748, + -11.62692163335035 + ] + ] + ], + "type": "Polygon" + }, + "id": "1577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9810462222782, + -11.710783308435081, + -76.97140751162812, + -11.700392498858923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97673247993028, + -11.700392498858923 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.97572120847171, + -11.710783308435081 + ], + [ + -76.97140751162812, + -11.707737865086148 + ], + [ + -76.97191321051103, + -11.702542513544097 + ], + [ + -76.97673247993028, + -11.700392498858923 + ] + ] + ], + "type": "Polygon" + }, + "id": "1578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92779040918244, + -11.784220480062288, + -76.91815089834766, + -11.773831961671553 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.92347712538351, + -11.773831961671553 + ] + ] + ], + "type": "Polygon" + }, + "id": "1579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01095041377262, + -12.209241045154117, + -77.00129607532106, + -12.19885679220924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -77.0066292181347, + -12.19885679220924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79375779020299, + -12.305604874725459, + -76.78410628973955, + -12.295227633950262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78944119976975, + -12.295227633950262 + ] + ] + ], + "type": "Polygon" + }, + "id": "1581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767232214623, + -12.069266405814592, + -76.85802590140814, + -12.058883500338526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.86335686911056, + -12.058883500338526 + ] + ] + ], + "type": "Polygon" + }, + "id": "1582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69706826246187, + -12.209504481442778, + -76.68742226421105, + -12.19912810982299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.6927556169731, + -12.19912810982299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66580278426186, + -12.292814095530664, + -76.65615516058665, + -12.282439902777137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.66148989210201, + -12.282439902777137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7564104907814, + -12.35688535971734, + -76.7467584681537, + -12.34650993894379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.75209424040968, + -12.34650993894379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02299759458361, + -11.895837962815476, + -77.0133522948192, + -11.885448647141391 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.01868025969733, + -11.885448647141391 + ] + ] + ], + "type": "Polygon" + }, + "id": "1586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99720923776802, + -12.160705218930046, + -76.98755670201037, + -12.150320525322783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.99288905997795, + -12.150320525322783 + ] + ] + ], + "type": "Polygon" + }, + "id": "1587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72989109750505, + -12.016278876091091, + -76.72024996453726, + -12.005898642778 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.72558012363655, + -12.005898642778 + ] + ] + ], + "type": "Polygon" + }, + "id": "1588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14097632721865, + -11.773634305582286, + -77.1313316842789, + -11.76324043341556 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.13665747649421, + -11.76324043341556 + ] + ] + ], + "type": "Polygon" + }, + "id": "1589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77625106134973, + -12.248844782385618, + -76.76660172902231, + -12.238467038557543 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.77193570939087, + -12.238467038557543 + ] + ] + ], + "type": "Polygon" + }, + "id": "1590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10211225704157, + -11.746234262481586, + -77.0924694032051, + -11.73584096398892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.09779480351308, + -11.73584096398892 + ] + ] + ], + "type": "Polygon" + }, + "id": "1591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81358580789436, + -12.197543290618587, + -76.80393700180075, + -12.187163765017386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80927011807941, + -12.187163765017386 + ] + ] + ], + "type": "Polygon" + }, + "id": "1592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17221864986512, + -11.784549845216997, + -77.16257290563331, + -11.774155368229103 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.16789882671111, + -11.774155368229103 + ] + ] + ], + "type": "Polygon" + }, + "id": "1593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1037616164288, + -11.919491081004846, + -77.09411356152222, + -11.909100134318656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09944180891165, + -11.909100134318656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07336393808826, + -12.042372283239253, + -77.06371298719152, + -12.031983887363731 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.06904330055207, + -12.031983887363731 + ] + ] + ], + "type": "Polygon" + }, + "id": "1595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81132133720949, + -12.079402156330916, + -76.80167611740973, + -12.0690208220201 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.80700728619527, + -12.0690208220201 + ] + ] + ], + "type": "Polygon" + }, + "id": "1596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82272621188112, + -12.19845235961865, + -76.81307713366614, + -12.188072618322337 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.81841026002341, + -12.188072618322337 + ] + ] + ], + "type": "Polygon" + }, + "id": "1597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08534751578225, + -11.728859377487188, + -77.07570560164132, + -11.718466256103767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.08103074008486, + -11.718466256103767 + ] + ] + ], + "type": "Polygon" + }, + "id": "1598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81133778090705, + -11.985058175945113, + -76.80169537381178, + -11.974675414507296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.80702498767408, + -11.974675414507296 + ] + ] + ], + "type": "Polygon" + }, + "id": "1599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80670851563987, + -12.31475522018609, + -76.79705639329356, + -12.304377806415557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.80239144817827, + -12.304377806415557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94614896309108, + -12.163522979111862, + -76.9364976666689, + -12.153139592392204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.94183012391612, + -12.153139592392204 + ] + ] + ], + "type": "Polygon" + }, + "id": "1601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.901952995076, + -12.143423630246941, + -76.89230345618219, + -12.133041023556746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.8976356208289, + -12.133041023556746 + ] + ] + ], + "type": "Polygon" + }, + "id": "1602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78010848456321, + -12.068440020307428, + -76.77046443223611, + -12.058059305498556 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.77579543469196, + -12.058059305498556 + ] + ] + ], + "type": "Polygon" + }, + "id": "1603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00254151406749, + -12.153368031679028, + -76.99288905997795, + -12.142983090283563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.99822129095537, + -12.142983090283563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81207597451416, + -12.118784455424947, + -76.80242955957601, + -12.108403714272226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.80776137736976, + -12.108403714272226 + ] + ] + ], + "type": "Polygon" + }, + "id": "1605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0800842551525, + -11.830631081774712, + -77.07043944449518, + -11.820239459426752 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.07576626341468, + -11.820239459426752 + ] + ] + ], + "type": "Polygon" + }, + "id": "1606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84026578451459, + -11.972198273386454, + -76.83062298680203, + -11.961814594640533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.83595237273958, + -11.961814594640533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919408267876, + -11.7705851581965, + -76.85955652064347, + -11.760197913128017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.86488256932016, + -11.760197913128017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81740771655136, + -12.111452727858993, + -76.80776137736976, + -12.101071737637454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.81309307145635, + -12.101071737637454 + ] + ] + ], + "type": "Polygon" + }, + "id": "1609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04347406108556, + -11.732633652918185, + -77.0338330973031, + -11.722241600422246 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.0391583529903, + -11.722241600422246 + ] + ] + ], + "type": "Polygon" + }, + "id": "1610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14248652293227, + -11.758043435998903, + -77.13284230641537, + -11.747649318930211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.13816783999256, + -11.747649318930211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91412495504915, + -12.018820022413124, + -76.90447881326621, + -12.008435192209388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.90980891391831, + -12.008435192209388 + ] + ] + ], + "type": "Polygon" + }, + "id": "1612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9750096323203, + -11.867524323007165, + -76.96536641199609, + -11.85713578648026 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.97069396432299, + -11.85713578648026 + ] + ] + ], + "type": "Polygon" + }, + "id": "1613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03135628659125, + -11.857325451239097, + -77.02171192009884, + -11.846935388003912 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.02703924121163, + -11.846935388003912 + ] + ] + ], + "type": "Polygon" + }, + "id": "1614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71923055879601, + -12.030939890255016, + -76.70958928013314, + -12.020560149582915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.70958928013314, + -12.027890404263326 + ], + [ + -76.71009913142541, + -12.022700588670384 + ], + [ + -76.71491968334011, + -12.020560149582915 + ] + ] + ], + "type": "Polygon" + }, + "id": "1615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89129533092375, + -12.252429412743059, + -76.8816428183112, + -12.242048832719828 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.88697678986307, + -12.242048832719828 + ] + ] + ], + "type": "Polygon" + }, + "id": "1616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01528772099334, + -11.690534766826774, + -77.00564873072685, + -11.680142853864663 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01097332848151, + -11.680142853864663 + ], + [ + -77.01528772099334, + -11.683187797266354 + ], + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.00564873072685, + -11.687489736054188 + ], + [ + -77.00615391906734, + -11.682293832603506 + ], + [ + -77.01097332848151, + -11.680142853864663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03819846662982, + -11.83439557563044, + -77.02855460820076, + -11.824005026320147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.03388154370941, + -11.824005026320147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90802830679284, + -11.986762555892573, + -76.89838328087936, + -11.976377399150355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.90371285848664, + -11.976377399150355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06404601715587, + -11.75825059830333, + -77.05440376767025, + -11.747858384072922 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.05972941801775, + -11.747858384072922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93321203596969, + -12.248725420611775, + -76.92355853315213, + -12.23834373494726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.92889240814665, + -12.23834373494726 + ] + ] + ], + "type": "Polygon" + }, + "id": "1621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70852311032397, + -12.139915963912179, + -76.69887887451951, + -12.129538183061374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.70421107699666, + -12.129538183061374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98951021131238, + -11.95547279875114, + -76.97986399568869, + -11.945085164966589 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.98519298032436, + -11.945085164966589 + ] + ] + ], + "type": "Polygon" + }, + "id": "1623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98640570813393, + -11.797846879807409, + -76.97676426791922, + -11.787457099151512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.98209066200216, + -11.787457099151512 + ] + ] + ], + "type": "Polygon" + }, + "id": "1624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91561788115503, + -11.814485873145482, + -76.90597778825628, + -11.804098069159947 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91130452359106, + -11.804098069159947 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91029109935485, + -11.814485873145482 + ], + [ + -76.90597778825628, + -11.811439285948001 + ], + [ + -76.90648456343841, + -11.806245437557605 + ], + [ + -76.91130452359106, + -11.804098069159947 + ] + ] + ], + "type": "Polygon" + }, + "id": "1625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73130034273298, + -12.283652429168876, + -76.72165119217881, + -12.273276406219232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.72698576225197, + -12.273276406219232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7495451987709, + -12.379772118643285, + -76.73989267859994, + -12.369397267450552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.74522883135594, + -12.369397267450552 + ] + ] + ], + "type": "Polygon" + }, + "id": "1627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9858022024248, + -12.230344713606232, + -76.9761478817324, + -12.219961423783701 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.9858022024248, + -12.223009358867566 + ], + [ + -76.98529588414156, + -12.228201056536502 + ], + [ + -76.98046863762833, + -12.230344713606232 + ], + [ + -76.9761478817324, + -12.227296694785055 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.98148140094602, + -12.219961423783701 + ] + ] + ], + "type": "Polygon" + }, + "id": "1628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75953165817688, + -12.137140558703846, + -76.74988611348978, + -12.126761435377949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.75521825671171, + -12.126761435377949 + ] + ] + ], + "type": "Polygon" + }, + "id": "1629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06264620267393, + -11.96266060681763, + -77.05299790032934, + -11.952271285829106 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.0583269153338, + -11.952271285829106 + ] + ] + ], + "type": "Polygon" + }, + "id": "1630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00783276149684, + -12.051656572915828, + -76.99818320610595, + -12.041269921951132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -77.00351375454326, + -12.041269921951132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09974294942828, + -11.627964952751988, + -77.09010367353743, + -11.617570187908836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.09542713418077, + -11.617570187908836 + ] + ] + ], + "type": "Polygon" + }, + "id": "1632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15313728854409, + -11.743343241724693, + -77.14349324435236, + -11.732948673005831 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.1488185194075, + -11.732948673005831 + ] + ] + ], + "type": "Polygon" + }, + "id": "1633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14550650548077, + -11.726860598266184, + -77.1358631417367, + -11.716465996050955 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.1411881580904, + -11.716465996050955 + ] + ] + ], + "type": "Polygon" + }, + "id": "1634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84710056106249, + -12.232317954210737, + -76.8374498206958, + -12.221938150868409 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.84278349147743, + -12.221938150868409 + ] + ] + ], + "type": "Polygon" + }, + "id": "1635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12118344086292, + -11.787440066087266, + -77.11153888167948, + -11.777046857665711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.11686493125283, + -11.777046857665711 + ] + ] + ], + "type": "Polygon" + }, + "id": "1636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94841745659215, + -12.092979888681755, + -76.93876820621303, + -12.082595338052522 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.94409949816392, + -12.082595338052522 + ] + ] + ], + "type": "Polygon" + }, + "id": "1637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11513770134688, + -11.849795824328963, + -77.10549143696291, + -11.839403617151348 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.11081852096974, + -11.839403617151348 + ] + ] + ], + "type": "Polygon" + }, + "id": "1638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1035551945687, + -11.636206231702854, + -77.09391557768565, + -11.6258114779011 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.0992391682005, + -11.6258114779011 + ] + ] + ], + "type": "Polygon" + }, + "id": "1639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81816318921196, + -12.150833909215356, + -76.80851565464158, + -12.140453520044531 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.81384799784915, + -12.140453520044531 + ] + ] + ], + "type": "Polygon" + }, + "id": "1640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17754448390403, + -11.777199413782359, + -77.16789882671111, + -11.766804710012233 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17322461803016, + -11.766804710012233 + ], + [ + -77.17754448390403, + -11.769848669392418 + ], + [ + -77.17704156339822, + -11.775046073121723 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.17322461803016, + -11.766804710012233 + ] + ] + ], + "type": "Polygon" + }, + "id": "1641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300630446893, + -12.250613372901585, + -76.86335432957894, + -12.240233220433915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.86868828482946, + -12.240233220433915 + ] + ] + ], + "type": "Polygon" + }, + "id": "1642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02295231324102, + -11.801432281006088, + -77.01330982621155, + -11.79104165225588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.0186362380432, + -11.79104165225588 + ] + ] + ], + "type": "Polygon" + }, + "id": "1643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05104323375512, + -11.65468935856612, + -77.04140439588559, + -11.644296113205549 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.04672836124912, + -11.644296113205549 + ] + ] + ], + "type": "Polygon" + }, + "id": "1644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87071567618003, + -11.755004228762255, + -76.86107853752013, + -11.744616736798099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640432889268, + -11.744616736798099 + ], + [ + -76.87071567618003, + -11.747663303644533 + ], + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.86158584605771, + -11.746763882440542 + ], + [ + -76.86640432889268, + -11.744616736798099 + ] + ] + ], + "type": "Polygon" + }, + "id": "1645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77935795776507, + -12.029057795759767, + -76.76971510013246, + -12.018676500029919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.77504545369933, + -12.018676500029919 + ] + ] + ], + "type": "Polygon" + }, + "id": "1646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13938676059932, + -11.694785948437103, + -77.12974450377133, + -11.684391075871291 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.13506900273448, + -11.684391075871291 + ] + ] + ], + "type": "Polygon" + }, + "id": "1647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7427885461294, + -12.11975232598511, + -76.73314397543805, + -12.109373354261265 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.7384758371791, + -12.109373354261265 + ] + ] + ], + "type": "Polygon" + }, + "id": "1648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01771333853449, + -11.997574360779007, + -77.00806514215577, + -11.987186654027571 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.013394788208, + -11.987186654027571 + ] + ] + ], + "type": "Polygon" + }, + "id": "1649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07487823669621, + -12.02678962132425, + -77.06522771217811, + -12.016400953471837 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.07055776679907, + -12.016400953471837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08311017017799, + -11.799455712820448, + -77.0734662112888, + -11.789063589940808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.07879251335773, + -11.789063589940808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8516789035542, + -12.091268353173671, + -76.84203225130845, + -12.080886187564875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.84736359241913, + -12.080886187564875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04968880885504, + -11.953522440294051, + -77.04004110839043, + -11.943133302142135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.04536998979769, + -11.943133302142135 + ] + ] + ], + "type": "Polygon" + }, + "id": "1653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77475031919812, + -12.17009715536725, + -76.76510337861748, + -12.159718170058795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.77043605989522, + -12.159718170058795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72154544582635, + -11.960419260096923, + -76.71190620590386, + -11.950038409028991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.71723544642707, + -11.950038409028991 + ] + ] + ], + "type": "Polygon" + }, + "id": "1655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65991378469602, + -11.977866240686126, + -76.65027572144899, + -11.967487222309158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.65940331858874, + -11.975726427110667 + ], + [ + -76.65458419926588, + -11.977866240686126 + ], + [ + -76.65027572144899, + -11.974816513596563 + ], + [ + -76.65078631279576, + -11.969627059597494 + ], + [ + -76.65560525672947, + -11.967487222309158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79459613704375, + -11.96767311832343, + -76.78495469820841, + -11.957290522148375 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.7902840337155, + -11.957290522148375 + ] + ] + ], + "type": "Polygon" + }, + "id": "1657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79835943172107, + -12.164586490596045, + -76.78871201858094, + -12.154206819934004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.7940445986658, + -12.154206819934004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76330548314063, + -12.23969451954292, + -76.75365677465794, + -12.229316953406329 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.7589906089295, + -12.229316953406329 + ] + ] + ], + "type": "Polygon" + }, + "id": "1659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82197005773068, + -12.159073239383714, + -76.81232217526674, + -12.148692885280488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.81765465232374, + -12.148692885280488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87834018196135, + -12.243282307815218, + -76.86868828482946, + -12.232901901105423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.87402211520106, + -12.232901901105423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88747873407841, + -12.149851658186375, + -76.87782938489771, + -12.13946951445665 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.88316166691402, + -12.13946951445665 + ] + ] + ], + "type": "Polygon" + }, + "id": "1662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11499344052862, + -11.66093010287132, + -77.10535280103704, + -11.650535384932878 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.11067678091685, + -11.650535384932878 + ] + ] + ], + "type": "Polygon" + }, + "id": "1663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75488127763974, + -12.372448107161299, + -76.74522883135594, + -12.36207299344637 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.75056486130504, + -12.36207299344637 + ] + ] + ], + "type": "Polygon" + }, + "id": "1664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94764584729984, + -12.053585640297774, + -76.9379977921497, + -12.043200503889656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.9433284355632, + -12.043200503889656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80372927129125, + -11.968578673404817, + -76.79408755972946, + -11.958195860215538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.79941690587268, + -11.958195860215538 + ] + ] + ], + "type": "Polygon" + }, + "id": "1666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65212946585952, + -12.244299072224658, + -76.64248367020126, + -12.233924423678694 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.64781760079111, + -12.233924423678694 + ] + ] + ], + "type": "Polygon" + }, + "id": "1667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9027191082741, + -12.182809830571253, + -76.89306837357687, + -12.172427832243416 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.89840118724706, + -12.172427832243416 + ] + ] + ], + "type": "Polygon" + }, + "id": "1668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01472296623325, + -12.123114437528963, + -77.00507110193806, + -12.11272871992293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.01040282007175, + -12.11272871992293 + ] + ] + ], + "type": "Polygon" + }, + "id": "1669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74286138336264, + -11.931089892751375, + -76.73322243566118, + -11.920708071720496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.73855118766735, + -11.920708071720496 + ] + ] + ], + "type": "Polygon" + }, + "id": "1670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9225120667846, + -12.074693186761472, + -76.91286403873411, + -12.064308996929775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.91819505294406, + -12.064308996929775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84560798333898, + -11.776124506755961, + -76.83597088307187, + -11.765737925977316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.84129703820004, + -11.765737925977316 + ] + ] + ], + "type": "Polygon" + }, + "id": "1672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00316204753757, + -11.815225094436832, + -76.99351965796477, + -11.80483513940023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.99884631950708, + -11.80483513940023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77397288005294, + -12.225039154116509, + -76.76432432025864, + -12.21466107710835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76965790855722, + -12.21466107710835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93700456203119, + -12.16261835575719, + -76.92735353121036, + -12.152235181520883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.93268598210483, + -12.152235181520883 + ] + ] + ], + "type": "Polygon" + }, + "id": "1675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10066834754372, + -11.856248514376208, + -77.09102225459151, + -11.845856747651977 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.09634946591663, + -11.845856747651977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462488715561, + -12.194754340853814, + -76.85497480252052, + -12.184373487091857 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.86030784183497, + -12.184373487091857 + ] + ] + ], + "type": "Polygon" + }, + "id": "1677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66144509136122, + -11.9622976457451, + -76.6518074496545, + -11.951918358294858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.65713672834745, + -11.951918358294858 + ] + ] + ], + "type": "Polygon" + }, + "id": "1678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15997176058141, + -11.720400425050473, + -77.15032822931775, + -11.710005390138434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.15565311631846, + -11.710005390138434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85166954580858, + -12.279934242298006, + -76.84201726154947, + -12.26955511120941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.84735171543474, + -12.26955511120941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86233817470074, + -12.265274486608051, + -76.85268604479349, + -12.254894843947957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.85802024953759, + -12.254894843947957 + ] + ] + ], + "type": "Polygon" + }, + "id": "1681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84939556435577, + -12.067455357858927, + -76.83974968320184, + -12.05707288250387 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.84508063319751, + -12.05707288250387 + ] + ] + ], + "type": "Polygon" + }, + "id": "1682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14034044464519, + -11.923070671836985, + -77.13069136675598, + -11.912678891461265 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.14034044464519, + -11.915723927283263 + ], + [ + -77.13983677451922, + -11.92091986944589 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.13601961774228, + -11.912678891461265 + ] + ] + ], + "type": "Polygon" + }, + "id": "1683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81514241663587, + -11.993297920971964, + -76.80549966186396, + -11.982915186093006 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.81082940952432, + -11.982915186093006 + ] + ] + ], + "type": "Polygon" + }, + "id": "1684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72522144709875, + -12.251610981112727, + -76.71557341966265, + -12.241234580516277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.72090746213965, + -12.241234580516277 + ] + ] + ], + "type": "Polygon" + }, + "id": "1685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02694921342803, + -12.187230090462082, + -77.01729512186552, + -12.176845089299228 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.02262788260698, + -12.176845089299228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06640290597562, + -11.876495601339812, + -77.0567570758399, + -11.866104951381056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.0620846677266, + -11.866104951381056 + ] + ] + ], + "type": "Polygon" + }, + "id": "1687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99102762894572, + -11.93989128193862, + -76.98138183853453, + -11.929503384041377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.98671056497906, + -11.929503384041377 + ] + ] + ], + "type": "Polygon" + }, + "id": "1688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83647857470116, + -11.775223665376474, + -76.82684174465128, + -11.764837301140325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.83216789041596, + -11.764837301140325 + ] + ] + ], + "type": "Polygon" + }, + "id": "1689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85168357833304, + -11.996917891695754, + -76.84203973963001, + -11.986534292837785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.84736952571527, + -11.986534292837785 + ] + ] + ], + "type": "Polygon" + }, + "id": "1690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81966067143756, + -12.323905328550325, + -76.8100079281163, + -12.313527742753474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.81534312730976, + -12.313527742753474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14264687923179, + -11.946898926797367, + -77.1329970336706, + -11.936507434893564 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13832567317392, + -11.936507434893564 + ], + [ + -77.14264687923179, + -11.939552566559978 + ], + [ + -77.14214320445197, + -11.94474836445075 + ], + [ + -77.13731819646488, + -11.946898926797367 + ], + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.13832567317392, + -11.936507434893564 + ] + ] + ], + "type": "Polygon" + }, + "id": "1692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92097559710251, + -11.995905098678863, + -76.91132995884648, + -11.98551975573866 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.91665967614114, + -11.98551975573866 + ] + ] + ], + "type": "Polygon" + }, + "id": "1693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96587244018092, + -11.86662575881085, + -76.95622948346195, + -11.856237435008147 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.96155703031775, + -11.856237435008147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09146124035652, + -11.760930967150617, + -77.08181821743392, + -11.75053812240349 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.08714387448292, + -11.75053812240349 + ] + ] + ], + "type": "Polygon" + }, + "id": "1695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05507226896859, + -12.040574824810399, + -77.04542183601639, + -12.030186848100126 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.05075214408366, + -12.030186848100126 + ] + ] + ], + "type": "Polygon" + }, + "id": "1696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78003176375198, + -12.351387115135957, + -76.77037926551537, + -12.341011000192847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.77571493789083, + -12.341011000192847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96744860352926, + -12.03981174798983, + -76.95780044433731, + -12.029425912528817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.96313084129498, + -12.029425912528817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65973189172254, + -12.260775929765071, + -76.65008539315193, + -12.250401358219374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.65541959572705, + -12.250401358219374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98880444045578, + -12.104830547605996, + -76.9791537890363, + -12.094445182679834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.98448523505486, + -12.094445182679834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05334037241919, + -11.678520007955486, + -77.04370076729843, + -11.66812701079453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.04902512123174, + -11.66812701079453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77011025825537, + -12.405401262714587, + -76.76045641366248, + -12.395026334741312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.76045641366248, + -12.402350416735072 + ], + [ + -76.76096614774893, + -12.397163006815164 + ], + [ + -76.76579298268587, + -12.395026334741312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07263664125811, + -12.09735810435988, + -77.06298406847603, + -12.086970567978922 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.06831528879454, + -12.086970567978922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14256667769381, + -11.852476296532783, + -77.13291964747589, + -11.842083463931415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.13824673356342, + -11.842083463931415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02685628896909, + -11.998473627851695, + -77.01720783148843, + -11.98808571023042 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.02253748145219, + -11.98808571023042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99491332853314, + -12.136888167760944, + -76.98526156284582, + -12.12650315387691 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.99059353064865, + -12.12650315387691 + ] + ] + ], + "type": "Polygon" + }, + "id": "1706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10585654636076, + -11.660039337764017, + -77.09621616281244, + -11.649644829438786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.10154014144426, + -11.649644829438786 + ] + ] + ], + "type": "Polygon" + }, + "id": "1707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08928957709989, + -11.9259405089264, + -77.07964169465781, + -11.915550006288766 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.08497006887757, + -11.915550006288766 + ] + ] + ], + "type": "Polygon" + }, + "id": "1708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9004213357213, + -12.064645464227896, + -76.89077418755585, + -12.054261670065118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.89610505462356, + -12.054261670065118 + ] + ] + ], + "type": "Polygon" + }, + "id": "1710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01775711786064, + -12.091956724051494, + -77.00810610541329, + -12.08157044716056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.01343730639964, + -12.08157044716056 + ] + ] + ], + "type": "Polygon" + }, + "id": "1711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79911264797234, + -12.203963459235002, + -76.78946403909268, + -12.193584402912807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.79479726856164, + -12.193584402912807 + ] + ] + ], + "type": "Polygon" + }, + "id": "1712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71678262103863, + -12.384350327550045, + -76.70713085822165, + -12.373976391472844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.7124670954871, + -12.373976391472844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98198775976506, + -12.222105102641354, + -76.97233378375245, + -12.211721772583122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.97766717112506, + -12.211721772583122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96965230444458, + -11.780468528616634, + -76.9600118150519, + -11.770078924941918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.96533794077668, + -11.770078924941918 + ] + ] + ], + "type": "Polygon" + }, + "id": "1715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63766082499771, + -12.250706790850067, + -76.62801524018155, + -12.24033262081642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.62801524018155, + -12.247655447989636 + ], + [ + -76.62852657183147, + -12.242468418069834 + ], + [ + -76.63334927628834, + -12.24033262081642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95596353193218, + -11.826321530481389, + -76.94632203286248, + -11.81593289030436 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.95164892636778, + -11.81593289030436 + ] + ] + ], + "type": "Polygon" + }, + "id": "1717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92406574317613, + -12.247818909616777, + -76.91441250677835, + -12.237437436485532 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91974637502598, + -12.237437436485532 + ] + ] + ], + "type": "Polygon" + }, + "id": "1718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78080849621311, + -12.296454294089457, + -76.77115761853997, + -12.286077227278469 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.7764923831701, + -12.286077227278469 + ] + ] + ], + "type": "Polygon" + }, + "id": "1719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71394494604371, + -11.943940337606685, + -76.70430640521309, + -11.933559438972623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70963537580441, + -11.933559438972623 + ] + ] + ], + "type": "Polygon" + }, + "id": "1720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9027088924384, + -12.088460617831105, + -76.89306097366503, + -12.078077133049593 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.89839223145091, + -12.078077133049593 + ] + ] + ], + "type": "Polygon" + }, + "id": "1721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95290183856216, + -11.763090048600695, + -76.9432623014541, + -11.752700624507186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94858815792256, + -11.752700624507186 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.94376847544663, + -11.754849411536112 + ], + [ + -76.94858815792256, + -11.752700624507186 + ] + ] + ], + "type": "Polygon" + }, + "id": "1722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9575603453076, + -12.093882944455837, + -76.94791083003945, + -12.083498181408835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.95324212799595, + -12.083498181408835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03761444195483, + -12.172554455729308, + -77.02796051581542, + -12.162168957966196 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.033293021403, + -12.162168957966196 + ], + [ + -77.03761444195483, + -12.165216140114223 + ], + [ + -77.03710894047961, + -12.170408941453278 + ], + [ + -77.03228189154099, + -12.172554455729308 + ], + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.02846614419282, + -12.16431449321725 + ], + [ + -77.033293021403, + -12.162168957966196 + ] + ] + ], + "type": "Polygon" + }, + "id": "1724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70699292484686, + -12.15548227761232, + -76.69734826650064, + -12.145104782908057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.70268072608467, + -12.145104782908057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08541098993682, + -11.823284576476219, + -77.07576626341468, + -11.812892723507275 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.08109295415133, + -11.812892723507275 + ] + ] + ], + "type": "Polygon" + }, + "id": "1726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67721022669014, + -12.317528999577434, + -76.6675615492545, + -12.307154930793939 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.67187503764075, + -12.317528999577434 + ], + [ + -76.6675615492545, + -12.314477694182287 + ], + [ + -76.66807243736318, + -12.309290714561516 + ], + [ + -76.67289668829476, + -12.307154930793939 + ] + ] + ], + "type": "Polygon" + }, + "id": "1727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01909726347716, + -11.698775706285224, + -77.00945793034619, + -11.688383806767929 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.01478265908936, + -11.688383806767929 + ] + ] + ], + "type": "Polygon" + }, + "id": "1728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11585734776216, + -11.794788438180403, + -77.10621270332547, + -11.784395458034137 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.11153888167948, + -11.784395458034137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03365323223133, + -11.88115094985895, + -77.0240080973411, + -11.870761165145282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.02933580766292, + -11.870761165145282 + ] + ] + ], + "type": "Polygon" + }, + "id": "1730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79227442223937, + -12.132538333152983, + -76.78262812941264, + -12.122158307962861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.78796018363948, + -12.122158307962861 + ] + ] + ], + "type": "Polygon" + }, + "id": "1731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71835708040786, + -12.274500421059594, + -76.70870855710078, + -12.264124575537148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.71404297912487, + -12.264124575537148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08619925119464, + -11.862700049511359, + -77.07655333089991, + -11.852308724177052 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.0818806688585, + -11.852308724177052 + ] + ] + ], + "type": "Polygon" + }, + "id": "1733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84635374481913, + -12.004253125338101, + -76.83670982932364, + -11.993869769508501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.84203973963001, + -11.993869769508501 + ] + ] + ], + "type": "Polygon" + }, + "id": "1734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71232531199946, + -12.148154935133649, + -76.70268072608467, + -12.137777187769377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.70801306377994, + -12.137777187769377 + ] + ] + ], + "type": "Polygon" + }, + "id": "1735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72977042729272, + -12.299216088604393, + -76.72012085356069, + -12.288840365731488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.72545568108411, + -12.288840365731488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99935178609708, + -11.806984356700893, + -76.98970973996343, + -11.796594382426452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.99503627022182, + -11.796594382426452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71144633430693, + -12.391672748740506, + -76.70179449881074, + -12.38129907641563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.71093593076104, + -12.389537218176446 + ], + [ + -76.70610992535147, + -12.391672748740506 + ], + [ + -76.70179449881074, + -12.38862141400931 + ], + [ + -76.7023050281255, + -12.383434632320606 + ], + [ + -76.70713085822165, + -12.38129907641563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00242354423915, + -11.87021845003826, + -76.99277953596042, + -11.859829276844653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.9981071030483, + -11.859829276844653 + ] + ] + ], + "type": "Polygon" + }, + "id": "1739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85473778754749, + -11.777025090642026, + -76.84510041753816, + -11.766638293571209 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.85042658175516, + -11.766638293571209 + ] + ] + ], + "type": "Polygon" + }, + "id": "1740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06797513402921, + -11.95531723153709, + -77.0583269153338, + -11.944927673330502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.06365580235644, + -11.944927673330502 + ] + ] + ], + "type": "Polygon" + }, + "id": "1741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83263473558634, + -12.14441043998889, + -76.82298700546897, + -12.134029584718661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.82831923461438, + -12.134029584718661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77244502496964, + -12.240605902272973, + -76.76279604166508, + -12.230228119235086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.76812988753444, + -12.230228119235086 + ] + ] + ], + "type": "Polygon" + }, + "id": "1743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99635627403, + -11.932549868631416, + -76.98671056497906, + -11.922161733328243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.99203916471495, + -11.922161733328243 + ] + ] + ], + "type": "Polygon" + }, + "id": "1744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7108867442549, + -11.975081964480157, + -76.70124735921775, + -11.964701601047205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.7065768434714, + -11.964701601047205 + ] + ] + ], + "type": "Polygon" + }, + "id": "1745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81893308146739, + -12.09588117219367, + -76.80928716596802, + -12.085499901069015 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.81461860246522, + -12.085499901069015 + ] + ] + ], + "type": "Polygon" + }, + "id": "1746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92249608049006, + -11.980327016993972, + -76.91285086678302, + -11.969941405385157 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.91818032615903, + -11.969941405385157 + ] + ] + ], + "type": "Polygon" + }, + "id": "1747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0776613670797, + -11.617942187939502, + -77.0680229464722, + -11.60754783330043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.07334627328358, + -11.60754783330043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0366835251037, + -11.849981083059152, + -77.02703924121163, + -11.839590787064363 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.03236643497387, + -11.839590787064363 + ] + ] + ], + "type": "Polygon" + }, + "id": "1749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10843898427954, + -12.061547511580265, + -77.09878657641802, + -12.051158553965506 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.10411715599147, + -12.051158553965506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72671018353472, + -12.330342049043805, + -76.71705976337704, + -12.319966930945002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.72239510585237, + -12.319966930945002 + ] + ] + ], + "type": "Polygon" + }, + "id": "1751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87529068600082, + -12.180090100413851, + -76.86564075646089, + -12.169708743606815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.87097354631027, + -12.169708743606815 + ] + ] + ], + "type": "Polygon" + }, + "id": "1752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76327500675121, + -12.333997009766168, + -76.75362348189307, + -12.323621022915919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.75895887354777, + -12.323621022915919 + ] + ] + ], + "type": "Polygon" + }, + "id": "1753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8531942713953, + -12.264365471262384, + -76.84354241164861, + -12.253986042991206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.84887660750526, + -12.253986042991206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76109066604269, + -12.027242765526884, + -76.75144835708774, + -12.016861904970455 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.75677868763113, + -12.016861904970455 + ] + ] + ], + "type": "Polygon" + }, + "id": "1755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0558023712623, + -11.98558695106231, + -77.0461535594011, + -11.975198134262962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.05148296086307, + -11.975198134262962 + ] + ] + ], + "type": "Polygon" + }, + "id": "1756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11434585886936, + -11.810377597564983, + -77.10470078820872, + -11.79998486617277 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.11002722513068, + -11.79998486617277 + ] + ] + ], + "type": "Polygon" + }, + "id": "1757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96211816078059, + -12.047150054339063, + -76.95246992109412, + -12.036764461895245 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.95780044433731, + -12.036764461895245 + ] + ] + ], + "type": "Polygon" + }, + "id": "1758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77391814051545, + -12.41363949587109, + -76.7642639464955, + -12.403264615470002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.77391814051545, + -12.406315379235883 + ], + [ + -76.77340857252926, + -12.411502873460263 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.76960065018484, + -12.403264615470002 + ] + ] + ], + "type": "Polygon" + }, + "id": "1759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97045596933437, + -11.914270608384419, + -76.96081147440974, + -11.903882847844129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.96613980078041, + -11.903882847844129 + ] + ] + ], + "type": "Polygon" + }, + "id": "1760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00701318348789, + -11.917866072923761, + -76.99736763765453, + -11.907477464140252 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -77.0026959837102, + -11.907477464140252 + ] + ] + ], + "type": "Polygon" + }, + "id": "1761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07923515062248, + -11.696787336437014, + -77.069594345228, + -11.686393944921264 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.07491896504385, + -11.686393944921264 + ] + ] + ], + "type": "Polygon" + }, + "id": "1762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09389439763773, + -11.973592387844674, + -77.08424497875649, + -11.963202466468397 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08957413086209, + -11.963202466468397 + ] + ] + ], + "type": "Polygon" + }, + "id": "1763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03360484496972, + -11.786741660038333, + -77.02396252271542, + -11.776350571240057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.0292886801407, + -11.776350571240057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84177441181735, + -12.145317976681314, + -76.83212641066429, + -12.134936906042551 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.83745864931058, + -12.134936906042551 + ] + ] + ], + "type": "Polygon" + }, + "id": "1765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9164417614528, + -12.231340164715952, + -76.906789217093, + -12.220958610950795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.9121228200282, + -12.220958610950795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73279074700777, + -12.362380981320953, + -76.72313920322813, + -12.35200625662334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.728475073527, + -12.35200625662334 + ] + ] + ], + "type": "Polygon" + }, + "id": "1767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73518253876125, + -12.103273988767826, + -76.72553866698462, + -12.0928949528495 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.73087025906067, + -12.0928949528495 + ] + ] + ], + "type": "Polygon" + }, + "id": "1768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94376847544663, + -11.762192655129075, + -76.93412920292975, + -11.751803444713635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93945505326495, + -11.751803444713635 + ], + [ + -76.94376847544663, + -11.754849411536112 + ], + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.934635503131, + -11.753952049419425 + ], + [ + -76.93945505326495, + -11.751803444713635 + ] + ] + ], + "type": "Polygon" + }, + "id": "1769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00332022242291, + -12.192761508717131, + -76.99366657226466, + -12.182377177432565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.99899945202547, + -12.182377177432565 + ] + ] + ], + "type": "Polygon" + }, + "id": "1770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82957342942386, + -12.269875791610975, + -76.81992203504551, + -12.259497048786505 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.82525633642992, + -12.259497048786505 + ] + ] + ], + "type": "Polygon" + }, + "id": "1771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00328064407952, + -12.098394225845828, + -76.99362981153259, + -12.08800840447142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.99896113537811, + -12.08800840447142 + ] + ] + ], + "type": "Polygon" + }, + "id": "1772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8341987259224, + -11.751403840139307, + -76.82456266559863, + -11.741017213413643 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82988842089604, + -11.741017213413643 + ], + [ + -76.8341987259224, + -11.744064077581058 + ], + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.82456266559863, + -11.748356888364588 + ], + [ + -76.82507047741392, + -11.743163629209214 + ], + [ + -76.82988842089604, + -11.741017213413643 + ] + ] + ], + "type": "Polygon" + }, + "id": "1773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12212449328388, + -12.01569240955975, + -77.11247310967897, + -12.005302427640917 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.12212449328388, + -12.008348082469118 + ], + [ + -77.12162042302025, + -12.01354312544823 + ], + [ + -77.11679464586881, + -12.01569240955975 + ], + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.11780291351863, + -12.005302427640917 + ] + ] + ], + "type": "Polygon" + }, + "id": "1774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09527471343142, + -11.76917207349417, + -77.08563134906564, + -11.75877924649853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.09095713619756, + -11.75877924649853 + ] + ] + ], + "type": "Polygon" + }, + "id": "1775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0374657668349, + -11.889391669216462, + -77.02782028905482, + -11.879001907845717 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.03314813028737, + -11.879001907845717 + ] + ] + ], + "type": "Polygon" + }, + "id": "1776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18127018382336, + -11.69099370688873, + -77.17162700001244, + -11.680597778894864 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.17695136851692, + -11.680597778894864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78236117636773, + -12.186575383070288, + -76.77271353820024, + -12.17619646950111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.77804648826006, + -12.17619646950111 + ] + ] + ], + "type": "Polygon" + }, + "id": "1778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98869850829836, + -11.821671917232836, + -76.97905629954545, + -11.811282406153946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.98438308304212, + -11.811282406153946 + ] + ] + ], + "type": "Polygon" + }, + "id": "1779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9339629613768, + -12.193766730787116, + -76.92431108014975, + -12.183384131076695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.9296440476238, + -12.183384131076695 + ] + ] + ], + "type": "Polygon" + }, + "id": "1780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72373344547665, + -12.172871787808859, + -76.71408780958897, + -12.162494143633905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.7194205526937, + -12.162494143633905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68634842104352, + -12.318444466493036, + -76.67669946415437, + -12.308070178769652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.68203461739455, + -12.308070178769652 + ] + ] + ], + "type": "Polygon" + }, + "id": "1782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08298460994313, + -11.610591826330477, + -77.07334627328358, + -11.600197251173718 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.0786694721226, + -11.600197251173718 + ] + ] + ], + "type": "Polygon" + }, + "id": "1783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17452673378273, + -11.808382537375318, + -77.16488022284202, + -11.797988328153808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.17020653185443, + -11.797988328153808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10001379987231, + -12.00565823171574, + -77.0903632707904, + -11.995268636180567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.09569294211099, + -11.995268636180567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79603818579042, + -12.329409009060896, + -76.7863859125885, + -12.319032113500844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.79172121473422, + -12.319032113500844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97420418743357, + -11.733714018379708, + -76.96456497156137, + -11.723323678290317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96989032389362, + -11.723323678290317 + ], + [ + -76.97420418743357, + -11.726369220907193 + ], + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.96456497156137, + -11.730668388541009 + ], + [ + -76.96507080191063, + -11.725473271769552 + ], + [ + -76.96989032389362, + -11.723323678290317 + ] + ] + ], + "type": "Polygon" + }, + "id": "1787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7261310012452, + -11.913704032531761, + -76.71649302784715, + -11.903322385577773 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.72182149781182, + -11.903322385577773 + ] + ] + ], + "type": "Polygon" + }, + "id": "1788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00541620110367, + -11.744642028374537, + -76.99577585455776, + -11.734251065852702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -77.00110135291007, + -11.734251065852702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78005735228335, + -12.257083646796062, + -76.77040767099314, + -12.246705942632776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.7757417858199, + -12.246705942632776 + ] + ] + ], + "type": "Polygon" + }, + "id": "1790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80143145552788, + -12.039111361465876, + -76.79178770306358, + -12.028729660326936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.79711821256211, + -12.028729660326936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16005700888259, + -11.814840489788061, + -77.15041066432617, + -11.804446716511228 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.15573710345556, + -11.804446716511228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01074161773687, + -11.737296393016502, + -77.00110135291007, + -11.726905202642724 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -77.0064267244545, + -11.726905202642724 + ] + ] + ], + "type": "Polygon" + }, + "id": "1793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84634128151889, + -12.192938668722185, + -76.83669173720654, + -12.182558244364474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.84202475861622, + -12.182558244364474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78456699932045, + -12.493275665724992, + -76.77491013532992, + -12.482901931547856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.77922893479231, + -12.493275665724992 + ], + [ + -76.77491013532992, + -12.490224569909433 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.78024815132517, + -12.482901931547856 + ] + ] + ], + "type": "Polygon" + }, + "id": "1795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7046736071205, + -12.225981901345373, + -76.69502690793975, + -12.215605604024095 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.70036053150132, + -12.215605604024095 + ] + ] + ], + "type": "Polygon" + }, + "id": "1796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96750684142629, + -12.228535344679567, + -76.95785304847547, + -12.218152477459395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.96318655709723, + -12.218152477459395 + ] + ] + ], + "type": "Polygon" + }, + "id": "1797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75790751379853, + -12.435609759999142, + -76.7482530967412, + -12.425235673318957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75359016968532, + -12.425235673318957 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.75257039195864, + -12.435609759999142 + ], + [ + -76.7482530967412, + -12.432558663530179 + ], + [ + -76.74876304859497, + -12.427371674311527 + ], + [ + -76.75359016968532, + -12.425235673318957 + ] + ] + ], + "type": "Polygon" + }, + "id": "1798", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81585195592257, + -12.315666579799524, + -76.8061995608974, + -12.305288950565958 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.81153462607564, + -12.305288950565958 + ] + ] + ], + "type": "Polygon" + }, + "id": "1799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11664934083625, + -11.834207450295352, + -77.10700350278876, + -11.823814990479821 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.11233032816088, + -11.823814990479821 + ] + ] + ], + "type": "Polygon" + }, + "id": "1800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95377378333824, + -12.180002374848069, + -76.9441217963908, + -12.169619062413384 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.94945451808886, + -12.169619062413384 + ] + ] + ], + "type": "Polygon" + }, + "id": "1801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72307410162642, + -11.94484791667747, + -76.71343528390197, + -11.934466798768604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.71876426755529, + -11.934466798768604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83414003104261, + -12.317488486869843, + -76.82448709209099, + -12.30711042745959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.8298221770285, + -12.30711042745959 + ] + ] + ], + "type": "Polygon" + }, + "id": "1803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05653222763571, + -11.93059519254302, + -77.04688503632414, + -11.920205554728856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.05221353148735, + -11.920205554728856 + ] + ] + ], + "type": "Polygon" + }, + "id": "1804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12133137234464, + -11.976281157425577, + -77.1116811836978, + -11.96589061015253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.11701033980994, + -11.96589061015253 + ] + ] + ], + "type": "Polygon" + }, + "id": "1805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07257684252406, + -12.002965992735483, + -77.0629270867048, + -11.992577024533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.06825675208695, + -11.992577024533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07391048670529, + -11.704136002453959, + -77.06426959743733, + -11.69374283563734 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.069594345228, + -11.69374283563734 + ] + ] + ], + "type": "Polygon" + }, + "id": "1807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0138150802668, + -11.800536319874682, + -77.00417285422573, + -11.7901459027713 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00949926203319, + -11.7901459027713 + ] + ] + ], + "type": "Polygon" + }, + "id": "1808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0633178031745, + -11.813254466215083, + -77.05367393476696, + -11.802863013091702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.05900049046377, + -11.802863013091702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74890181182569, + -12.057475683409942, + -76.73925893241967, + -12.047095591595847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.74458976534436, + -12.047095591595847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81434100410729, + -12.23691975255723, + -76.80469100199637, + -12.226540849343111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.81002476775188, + -12.226540849343111 + ] + ] + ], + "type": "Polygon" + }, + "id": "1811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8554864527276, + -12.099507972716786, + -76.84583945340304, + -12.089125839455624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.85117092789197, + -12.089125839455624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00779188364677, + -11.957271331821717, + -76.99814514347673, + -11.946883274729418 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -77.00347413735922, + -11.946883274729418 + ] + ] + ], + "type": "Polygon" + }, + "id": "1813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77327786278762, + -11.99700663137664, + -76.7636361250903, + -11.986625008453576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.76896595285734, + -11.986625008453576 + ] + ] + ], + "type": "Polygon" + }, + "id": "1814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68808991835769, + -11.925645612084582, + -76.67845263280297, + -11.915265107527999 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68378130589743, + -11.915265107527999 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.67896275063835, + -11.917406220117462 + ], + [ + -76.68378130589743, + -11.915265107527999 + ] + ] + ], + "type": "Polygon" + }, + "id": "1815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10599547406609, + -11.848901810294285, + -77.09634946591663, + -11.838509812094708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.1016765486782, + -11.838509812094708 + ] + ] + ], + "type": "Polygon" + }, + "id": "1816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99250850720182, + -11.829912595993962, + -76.98286595475939, + -11.819523104802423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.98819286968634, + -11.819523104802423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07620986839284, + -11.727966551710935, + -77.06656821185614, + -11.717573640521765 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.07189334815747, + -11.717573640521765 + ] + ] + ], + "type": "Polygon" + }, + "id": "1818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01914140606011, + -11.793191456249579, + -77.00949926203319, + -11.782800808779834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.0148255428419, + -11.782800808779834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04812115602986, + -11.8747034372992, + -77.03847584403715, + -11.864313208016936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.0438034302166, + -11.864313208016936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9560665855054, + -12.203816599939614, + -76.94641382789648, + -12.193433614172005 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.9517469401813, + -12.193433614172005 + ] + ] + ], + "type": "Polygon" + }, + "id": "1822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7678023152394, + -12.4758843831666, + -76.7581464250606, + -12.465510761930096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.7624645311941, + -12.4758843831666 + ], + [ + -76.7581464250606, + -12.47283320292034 + ], + [ + -76.75865630265916, + -12.467646446320362 + ], + [ + -76.76348416033906, + -12.465510761930096 + ] + ] + ], + "type": "Polygon" + }, + "id": "1823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0009846737456, + -12.074575276268217, + -76.99133461091523, + -12.06418914391891 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.99666554479332, + -12.06418914391891 + ] + ] + ], + "type": "Polygon" + }, + "id": "1824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67816994308195, + -11.979685656087193, + -76.66853132077328, + -11.969306196732148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.67284032880437, + -11.979685656087193 + ], + [ + -76.66853132077328, + -11.976636079702406 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.6738608851599, + -11.969306196732148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97435963454492, + -12.205625825804765, + -76.96470634807503, + -12.195242416641795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.97003947164114, + -12.195242416641795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14105604504964, + -11.868065227763534, + -77.13140858815932, + -11.857672649385373 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.13673593303619, + -11.857672649385373 + ] + ] + ], + "type": "Polygon" + }, + "id": "1827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79528506139205, + -12.290038938410856, + -76.78563398485164, + -12.279661397456493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.79096863710082, + -12.279661397456493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04279352525657, + -11.882047713318363, + -77.03314813028737, + -11.871657717769672 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.03847584403715, + -11.871657717769672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1015950544473, + -12.084472872078313, + -77.09194213478963, + -12.074084431906495 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.10109058858718, + -12.08232487639249 + ], + [ + -77.09626404326681, + -12.084472872078313 + ], + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.09727310208261, + -12.074084431906495 + ] + ] + ], + "type": "Polygon" + }, + "id": "1831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91409788841014, + -11.830067263752909, + -76.90445737147458, + -11.819679712150144 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90978436442991, + -11.819679712150144 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.91359119375333, + -11.827920139607471 + ], + [ + -76.90877084896329, + -11.830067263752909 + ], + [ + -76.90445737147458, + -11.827020578914437 + ], + [ + -76.90496419227497, + -11.82182685671248 + ], + [ + -76.90978436442991, + -11.819679712150144 + ] + ] + ], + "type": "Polygon" + }, + "id": "1832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94911797780465, + -11.84924593784107, + -76.93947597423062, + -11.83885778471099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.94480325147734, + -11.83885778471099 + ] + ] + ], + "type": "Polygon" + }, + "id": "1833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03834775828707, + -12.117578093785301, + -77.02869545433705, + -12.107191709940434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.03402705261394, + -12.107191709940434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8570195215998, + -11.800845214656851, + -76.84738138193056, + -11.790458683926664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.85651207614822, + -11.798698944560835 + ], + [ + -76.85169291971462, + -11.800845214656851 + ], + [ + -76.84738138193056, + -11.797798186207375 + ], + [ + -76.84788895327539, + -11.792604974853212 + ], + [ + -76.85270793652045, + -11.790458683926664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90958593548747, + -12.254244373554505, + -76.89993288706279, + -12.243863366976626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.90526687381184, + -12.243863366976626 + ] + ] + ], + "type": "Polygon" + }, + "id": "1836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98725126570415, + -12.026035111196082, + -76.97760300477647, + -12.015648579181013 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.98293315400711, + -12.015648579181013 + ] + ] + ], + "type": "Polygon" + }, + "id": "1837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919495018859, + -11.959333664406506, + -76.85955176675158, + -11.948949072073836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488092202451, + -11.948949072073836 + ], + [ + -76.86919495018859, + -11.95199675606455 + ], + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.86488092202451, + -11.948949072073836 + ] + ] + ], + "type": "Polygon" + }, + "id": "1838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1242803113395, + -11.850689576778995, + -77.1146337911992, + -11.840297160875043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.1199608761755, + -11.840297160875043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70091947124558, + -12.123437993674886, + -76.69127593584078, + -12.113060147215881 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69660786775927, + -12.113060147215881 + ], + [ + -76.70091947124558, + -12.116110191388778 + ], + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.69127593584078, + -12.12038786400362 + ], + [ + -76.69178618761697, + -12.115198995559105 + ], + [ + -76.69660786775927, + -12.113060147215881 + ] + ] + ], + "type": "Polygon" + }, + "id": "1840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85624331057497, + -12.233226595339424, + -76.84659229978224, + -12.222846577329864 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.85192597963348, + -12.222846577329864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93009644348204, + -11.902430615747742, + -76.9204533521634, + -11.892043684007552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.92578152220635, + -11.892043684007552 + ] + ] + ], + "type": "Polygon" + }, + "id": "1842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69938904662472, + -12.139004407732928, + -76.68974508880802, + -12.128626845863998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.69405680802531, + -12.139004407732928 + ], + [ + -76.68974508880802, + -12.135954184925462 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.69507727776893, + -12.128626845863998 + ] + ] + ], + "type": "Polygon" + }, + "id": "1843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13580686767085, + -11.969831520759572, + -77.12615650920743, + -11.959440528653147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13148553692086, + -11.959440528653147 + ], + [ + -77.13580686767085, + -11.962485835338997 + ], + [ + -77.13530306107565, + -11.96768138335808 + ], + [ + -77.13047779658993, + -11.969831520759572 + ], + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.13148553692086, + -11.959440528653147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91031594411668, + -12.010579992068113, + -76.9006701480367, + -12.000195133078838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.90600011611573, + -12.000195133078838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70323883529413, + -12.052928912529223, + -76.69359733933436, + -12.042549914131474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.69892810804217, + -12.042549914131474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76866814532602, + -12.13805022506323, + -76.75902232579426, + -12.127670884370122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.76435448072039, + -12.127670884370122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93471363379058, + -12.138803773540394, + -76.92506337361264, + -12.128420278809905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.9303954338731, + -12.128420278809905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.817378350125, + -12.300100060595637, + -76.80772637930016, + -12.289722130376003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.81306118657103, + -12.289722130376003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90571885395597, + -11.774182723760333, + -76.8960802207666, + -11.763794617507145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.90140630130954, + -11.763794617507145 + ] + ] + ], + "type": "Polygon" + }, + "id": "1850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78764733033658, + -12.367864074927276, + -76.77799413394604, + -12.35748805027489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.78333007527245, + -12.35748805027489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7191005513476, + -12.313865206589488, + -76.7094508316734, + -12.303490003159709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.71478590372767, + -12.303490003159709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82804768854034, + -12.285443533557569, + -76.8183958699027, + -12.275065088650837 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.82373042920699, + -12.275065088650837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74819006189871, + -11.923756728604506, + -76.73855118766735, + -11.913374666188956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.7438798173243, + -11.913374666188956 + ] + ] + ], + "type": "Polygon" + }, + "id": "1854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84176684271767, + -12.23964817623878, + -76.83211602559267, + -12.229268627169423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.8374498206958, + -12.229268627169423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06701449728943, + -11.632641984917848, + -77.05737590928155, + -11.622248072652367 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.06269949177575, + -11.622248072652367 + ] + ] + ], + "type": "Polygon" + }, + "id": "1856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91794887663357, + -12.121419740046296, + -76.90829957412102, + -12.111036388729516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.91363136259062, + -12.111036388729516 + ] + ] + ], + "type": "Polygon" + }, + "id": "1857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11218533080948, + -11.975385165568394, + -77.10253539827248, + -11.964994826676023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.10786455332523, + -11.964994826676023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05726183821282, + -11.875599650194111, + -77.04761626690973, + -11.865209210447912 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.05294385608065, + -11.865209210447912 + ] + ] + ], + "type": "Polygon" + }, + "id": "1859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9004117938574, + -11.970282377512397, + -76.89076745952363, + -11.959897167036901 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.89609677184247, + -11.959897167036901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11909984408238, + -12.046861271633638, + -77.109447606702, + -12.03647183224432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.114777928462, + -12.03647183224432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85701016766173, + -12.08393470286471, + -76.84736359241913, + -12.073552290191326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.85269480914835, + -12.073552290191326 + ] + ] + ], + "type": "Polygon" + }, + "id": "1862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09771047487227, + -11.981833084404142, + -77.08806071414938, + -11.971443191651879 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.0933899964781, + -11.971443191651879 + ] + ] + ], + "type": "Polygon" + }, + "id": "1863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79683288195595, + -12.180155636910182, + -76.78718504518692, + -12.169776254077004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.79251788286807, + -12.169776254077004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00844758907091, + -11.713468654612436, + -76.99880809217528, + -11.703077207273001 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -77.004133074679, + -11.703077207273001 + ] + ] + ], + "type": "Polygon" + }, + "id": "1865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05636711599666, + -11.647340544145349, + -77.04672836124912, + -11.636947076037295 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.0520521990769, + -11.636947076037295 + ] + ] + ], + "type": "Polygon" + }, + "id": "1866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843418868328, + -12.202993685242683, + -76.85878375701267, + -12.1926128692204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.86411692962764, + -12.1926128692204 + ] + ] + ], + "type": "Polygon" + }, + "id": "1867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19964875775364, + -11.787221800410771, + -77.19000225698309, + -11.776826702005023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1953281749742, + -11.776826702005023 + ], + [ + -77.19964875775364, + -11.779870512308403 + ], + [ + -77.19914613256852, + -11.785068113196573 + ], + [ + -77.19432279735587, + -11.787221800410771 + ], + [ + -77.19000225698309, + -11.784177904085537 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.1953281749742, + -11.776826702005023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74662725287918, + -12.033666082500403, + -76.73698514533947, + -12.023285686092299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.74231558645164, + -12.023285686092299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10836874120363, + -11.967144411022721, + -77.09871915019534, + -11.956754043698904 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.10404817521353, + -11.956754043698904 + ] + ] + ], + "type": "Polygon" + }, + "id": "1870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07106255850813, + -12.018549108086056, + -77.06141237639868, + -12.00816040953211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.06674230047113, + -12.00816040953211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80139277152996, + -12.227770717437373, + -76.79174339044668, + -12.217391991180385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.79707701174387, + -12.217391991180385 + ] + ] + ], + "type": "Polygon" + }, + "id": "1872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94993724492427, + -12.077402993130866, + -76.94028841965778, + -12.067018164502873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.94561945339996, + -12.067018164502873 + ] + ] + ], + "type": "Polygon" + }, + "id": "1873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8791035800072, + -12.282661442316982, + -76.869450486381, + -12.272281668854568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.87478496624126, + -12.272281668854568 + ] + ] + ], + "type": "Polygon" + }, + "id": "1874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78313712432488, + -12.131629494175959, + -76.77349110510013, + -12.121249685735664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.77882314833462, + -12.121249685735664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90806362182026, + -12.269815513872079, + -76.89841014827238, + -12.259434803019307 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.90755615343708, + -12.267674059301243 + ], + [ + -76.90272933007478, + -12.269815513872079 + ], + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.90374439331352, + -12.259434803019307 + ] + ] + ], + "type": "Polygon" + }, + "id": "1876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79455347340391, + -12.156347258777583, + -76.78490640865252, + -12.145967552988232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.7902388545863, + -12.145967552988232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97962733276287, + -12.009554603154204, + -76.96997976032539, + -11.999168011916517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.97530964620232, + -11.999168011916517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73126052080408, + -12.377942683735956, + -76.72160855362323, + -12.367568266828986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.7269446815054, + -12.367568266828986 + ] + ] + ], + "type": "Polygon" + }, + "id": "1879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.840241755127, + -12.255217131389927, + -76.83059051368392, + -12.244837877168568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.83592456671937, + -12.244837877168568 + ] + ] + ], + "type": "Polygon" + }, + "id": "1880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95519161617023, + -11.78691449045905, + -76.94555131037592, + -11.776525330709509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.9508775564326, + -11.776525330709509 + ] + ] + ], + "type": "Polygon" + }, + "id": "1881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68555587856332, + -12.373364346979912, + -76.67590530219279, + -12.36299102014872 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.68124136306551, + -12.36299102014872 + ] + ] + ], + "type": "Polygon" + }, + "id": "1882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6910465689856, + -12.08315399310933, + -76.68140450682118, + -12.072775770937923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.68571525039958, + -12.08315399310933 + ], + [ + -76.68140450682118, + -12.08010398240723 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.68673577566726, + -12.072775770937923 + ] + ] + ], + "type": "Polygon" + }, + "id": "1883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68793270547408, + -12.208591313887808, + -76.67828698592875, + -12.198215161310682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.68362032482354, + -12.198215161310682 + ] + ] + ], + "type": "Polygon" + }, + "id": "1884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89430224864626, + -11.749461374834386, + -76.88466465169711, + -11.73907322124993 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88999033468107, + -11.73907322124993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82273933471527, + -12.104120666057128, + -76.81309307145635, + -12.093739427208519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.81842464174778, + -12.093739427208519 + ] + ] + ], + "type": "Polygon" + }, + "id": "1886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08165967745511, + -11.90945889613599, + -77.07201247886967, + -11.899068342566421 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.07734059247828, + -11.899068342566421 + ] + ] + ], + "type": "Polygon" + }, + "id": "1887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68349943603135, + -11.972355686538068, + -76.6738608851599, + -11.961975982348084 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.67919032829626, + -11.961975982348084 + ] + ] + ], + "type": "Polygon" + }, + "id": "1888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15473052677356, + -11.822189636729064, + -77.14508409571395, + -11.811796092341432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.15041066432617, + -11.811796092341432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69400613892623, + -12.240632422279644, + -76.68435929546628, + -12.230256638356028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68969316256532, + -12.230256638356028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74346221824871, + -12.347733019027745, + -76.73381082132695, + -12.337357770781143 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73914644653972, + -12.337357770781143 + ] + ] + ], + "type": "Polygon" + }, + "id": "1891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99176819273032, + -11.884903789239655, + -76.98212402157367, + -11.87451508515432 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.98745184210634, + -11.87451508515432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01619677180523, + -12.01315558404607, + -77.00654814976349, + -12.002768146868696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.01187805422964, + -12.002768146868696 + ] + ] + ], + "type": "Polygon" + }, + "id": "1893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09448554704181, + -11.729751944950703, + -77.08484337577404, + -11.719358613624648 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.09016851608438, + -11.719358613624648 + ] + ] + ], + "type": "Polygon" + }, + "id": "1894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91715215168198, + -11.893289767761551, + -76.9075096716878, + -11.882903026973842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.91182407438964, + -11.893289767761551 + ], + [ + -76.9075096716878, + -11.890242773210462 + ], + [ + -76.90801654884774, + -11.885049456341385 + ], + [ + -76.91283770251394, + -11.882903026973842 + ] + ] + ], + "type": "Polygon" + }, + "id": "1895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86081785008835, + -12.092174361017904, + -76.85117092789197, + -12.081791980368497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.85650227792623, + -12.081791980368497 + ] + ] + ], + "type": "Polygon" + }, + "id": "1896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99113564029842, + -12.223009358867566, + -76.98148140094602, + -12.212625817752029 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.99062940823661, + -12.220865492352837 + ], + [ + -76.9858022024248, + -12.223009358867566 + ], + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.98681479331508, + -12.212625817752029 + ] + ] + ], + "type": "Polygon" + }, + "id": "1897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10441427098421, + -11.770065039109454, + -77.09477064994795, + -11.759672002576124 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.10009643864781, + -11.759672002576124 + ] + ] + ], + "type": "Polygon" + }, + "id": "1898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75719117691932, + -12.301955759018332, + -76.74754077458697, + -12.291579384118938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.75287563912444, + -12.291579384118938 + ] + ] + ], + "type": "Polygon" + }, + "id": "1899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86158584605771, + -11.75410451712574, + -76.85194897626933, + -11.743717241095624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85727475903506, + -11.743717241095624 + ], + [ + -76.86158584605771, + -11.746763882440542 + ], + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.85245641068207, + -11.74586420429589 + ], + [ + -76.85727475903506, + -11.743717241095624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93929584917973, + -12.186432383319124, + -76.9296440476238, + -12.176049533135258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.9349768891922, + -12.176049533135258 + ] + ] + ], + "type": "Polygon" + }, + "id": "1901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84786002805293, + -12.271695223308024, + -76.83820809133876, + -12.261316050720037 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.84354241164861, + -12.261316050720037 + ] + ] + ], + "type": "Polygon" + }, + "id": "1902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73283012056928, + -12.268088320003365, + -76.7231813931696, + -12.25771199851752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.72851570580964, + -12.25771199851752 + ] + ] + ], + "type": "Polygon" + }, + "id": "1903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83720897357082, + -12.097695103328764, + -76.82756251520618, + -12.087313400635734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.83289397125013, + -12.087313400635734 + ] + ] + ], + "type": "Polygon" + }, + "id": "1904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15011779557659, + -11.77452597271455, + -77.14047289835608, + -11.764131892269043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.14579869076101, + -11.764131892269043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87909692954547, + -12.093985580103833, + -76.86944946887758, + -12.083602770123823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.87478083593244, + -12.083602770123823 + ] + ] + ], + "type": "Polygon" + }, + "id": "1906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72683354200616, + -12.047418479063328, + -76.71719156409064, + -12.037038794920125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.72252223724222, + -12.037038794920125 + ] + ] + ], + "type": "Polygon" + }, + "id": "1907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14717927003758, + -11.900135840960903, + -77.13753070509698, + -11.889743567745269 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.14717927003758, + -11.892788427051887 + ], + [ + -77.146675731693, + -11.897984615607378 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.14285856788398, + -11.889743567745269 + ] + ] + ], + "type": "Polygon" + }, + "id": "1908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84786581985033, + -12.177367959909263, + -76.83821669976166, + -12.166987246874832 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.84354946330804, + -12.166987246874832 + ] + ] + ], + "type": "Polygon" + }, + "id": "1909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72914696321216, + -11.976898176763065, + -76.71950702443624, + -11.966517375082073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.72483653472833, + -11.966517375082073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80521809124383, + -12.14168623094393, + -76.79557117709206, + -12.13130602327913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.80090337608169, + -12.13130602327913 + ] + ] + ], + "type": "Polygon" + }, + "id": "1911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995719223191, + -12.093080103361455, + -76.86031000056144, + -12.082697507921624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.86564135924378, + -12.082697507921624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7656126768135, + -12.169187103565191, + -76.75596601081428, + -12.15880833534652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.7612986805688, + -12.15880833534652 + ] + ] + ], + "type": "Polygon" + }, + "id": "1913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16689268598944, + -11.791899963281866, + -77.1572468548841, + -11.7815057135218 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.16257290563331, + -11.7815057135218 + ] + ] + ], + "type": "Polygon" + }, + "id": "1914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.763366382587, + -12.051053133151838, + -76.75372330192708, + -12.040672576245004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.7590540241583, + -12.040672576245004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8135700095248, + -12.29186122804407, + -76.80391838699147, + -12.281483255620529 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80925306023815, + -12.281483255620529 + ] + ] + ], + "type": "Polygon" + }, + "id": "1916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05939331401892, + -11.616159673705145, + -77.04975540954844, + -11.605765740861585 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.0550787313405, + -11.605765740861585 + ] + ] + ], + "type": "Polygon" + }, + "id": "1917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93777510155475, + -12.202006297684605, + -76.92812287471918, + -12.191623736314781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.93345597461803, + -12.191623736314781 + ] + ] + ], + "type": "Polygon" + }, + "id": "1918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74659193161966, + -12.127991481089618, + -76.73694701156064, + -12.117612542145622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.74227900807288, + -12.117612542145622 + ] + ] + ], + "type": "Polygon" + }, + "id": "1919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03756485465453, + -12.078178136487667, + -77.0279137462788, + -12.06779116141369 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.03324469617421, + -12.06779116141369 + ] + ] + ], + "type": "Polygon" + }, + "id": "1920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01164625085747, + -12.059896806788844, + -77.00199635168258, + -12.049510187618612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -77.0073270314953, + -12.049510187618612 + ] + ] + ], + "type": "Polygon" + }, + "id": "1921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13270646473765, + -11.906588745809263, + -77.12305806858168, + -11.896196913833732 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.12838606025471, + -11.896196913833732 + ] + ] + ], + "type": "Polygon" + }, + "id": "1922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71241591383266, + -11.959511352130145, + -76.70277695091036, + -11.94913072032404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.70810617832433, + -11.94913072032404 + ] + ] + ], + "type": "Polygon" + }, + "id": "1923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82731424484632, + -12.057403623669021, + -76.81766925268708, + -12.047021549041206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.82300005021736, + -12.047021549041206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90420927656776, + -11.884148716700324, + -76.89456740880603, + -11.873762167834311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8998952998702, + -11.873762167834311 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.90370235913839, + -11.882002471262272 + ], + [ + -76.8988813388557, + -11.884148716700324 + ], + [ + -76.89456740880603, + -11.881101654883118 + ], + [ + -76.89507445238172, + -11.875908434070377 + ], + [ + -76.8998952998702, + -11.873762167834311 + ] + ] + ], + "type": "Polygon" + }, + "id": "1925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96283604310972, + -11.897789700092563, + -76.95319223689073, + -11.887401892041472 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.95852029966572, + -11.887401892041472 + ] + ] + ], + "type": "Polygon" + }, + "id": "1926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94379065455968, + -11.856587380548063, + -76.93414857116812, + -11.846199461698584 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.93846320542096, + -11.856587380548063 + ], + [ + -76.93414857116812, + -11.853540817925163 + ], + [ + -76.93465501870946, + -11.848346911876021 + ], + [ + -76.93947597423062, + -11.846199461698584 + ] + ] + ], + "type": "Polygon" + }, + "id": "1927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96206309890081, + -11.85838523192579, + -76.95242048649713, + -11.847996886612492 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.95774790155676, + -11.847996886612492 + ] + ] + ], + "type": "Polygon" + }, + "id": "1928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76480368697891, + -12.318432953579729, + -76.75515258577161, + -12.308056663513085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.76048771975248, + -12.308056663513085 + ] + ] + ], + "type": "Polygon" + }, + "id": "1929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07996044757692, + -11.641774626712696, + -77.0703212601443, + -11.631380514790372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.07564497523056, + -11.631380514790372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83800155828715, + -11.759644057007288, + -76.8283651512555, + -11.749257445141586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.83369103987081, + -11.749257445141586 + ] + ] + ], + "type": "Polygon" + }, + "id": "1931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96896734323799, + -12.024232926539455, + -76.95931960923272, + -12.013846818472727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.96464974797293, + -12.013846818472727 + ] + ] + ], + "type": "Polygon" + }, + "id": "1932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74055114715833, + -12.001616532966603, + -76.7309101605499, + -11.991235808780093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.73624007518924, + -11.991235808780093 + ] + ] + ], + "type": "Polygon" + }, + "id": "1933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08553804938236, + -12.012104254372147, + -77.07588769317304, + -12.00171510686043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.08121749121246, + -12.00171510686043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95295153880369, + -11.951872575262465, + -76.94330637800003, + -11.941485791104661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.9486353408346, + -11.941485791104661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73745663537305, + -12.12708131402952, + -76.72781199129439, + -12.116702593083605 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.73314397543805, + -12.116702593083605 + ] + ] + ], + "type": "Polygon" + }, + "id": "1936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69795752071816, + -11.965934110550322, + -76.68831876321083, + -11.955553942088395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.69364809882825, + -11.955553942088395 + ] + ] + ], + "type": "Polygon" + }, + "id": "1937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71547384090438, + -11.928368923227625, + -76.70583572214224, + -11.91798775931101 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.71116443592797, + -11.91798775931101 + ] + ] + ], + "type": "Polygon" + }, + "id": "1938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88518690692173, + -12.03168594465527, + -76.87554114344881, + -12.021302029256162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.88087147913551, + -12.021302029256162 + ] + ] + ], + "type": "Polygon" + }, + "id": "1939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85852839011805, + -12.257035379555711, + -76.84887660750526, + -12.246655696042287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.85421067882058, + -12.246655696042287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10462153075329, + -12.053306999954364, + -77.09496946467995, + -12.042918009549826 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.10029991410207, + -12.042918009549826 + ] + ] + ], + "type": "Polygon" + }, + "id": "1941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94612607470387, + -12.069163000425887, + -76.93647759452945, + -12.058778139690922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.94180849610238, + -12.058778139690922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88823706158946, + -12.09489079114459, + -76.87858933240094, + -12.084507766874683 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.88392070755272, + -12.084507766874683 + ] + ] + ], + "type": "Polygon" + }, + "id": "1943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03741626626496, + -11.794982542176529, + -77.02777360131971, + -11.784591471904239 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.03309988958003, + -11.784591471904239 + ] + ] + ], + "type": "Polygon" + }, + "id": "1944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14566860953208, + -11.915723927283263, + -77.13601961774228, + -11.905331912954642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.14566860953208, + -11.908376863444213 + ], + [ + -77.14516502571455, + -11.913572922553284 + ], + [ + -77.14034044464519, + -11.915723927283263 + ], + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.1413477394171, + -11.905331912954642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73137991689924, + -12.09503480755527, + -76.72173639466965, + -12.08465574022232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.72706785185191, + -12.08465574022232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04963573232749, + -11.859118029353628, + -77.03999084599043, + -11.848727544413215 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.04531817382107, + -11.848727544413215 + ] + ] + ], + "type": "Polygon" + }, + "id": "1947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8608138279498, + -12.280843579209243, + -76.85116127342422, + -12.270464233745981 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.85649573624386, + -12.270464233745981 + ] + ] + ], + "type": "Polygon" + }, + "id": "1948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03223385995831, + -12.085518043425155, + -77.02258266883783, + -12.075131311949765 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.0279137462788, + -12.075131311949765 + ] + ] + ], + "type": "Polygon" + }, + "id": "1949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73969374269626, + -12.245197526936796, + -76.73004551177351, + -12.23482065168327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.73537944455431, + -12.23482065168327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91415205329035, + -12.207528302648306, + -76.90450028009249, + -12.197146418153704 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90983349206942, + -12.197146418153704 + ] + ] + ], + "type": "Polygon" + }, + "id": "1951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00394002002373, + -11.854634626240372, + -76.99429643687822, + -11.844245197447302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.99962374584764, + -11.844245197447302 + ] + ] + ], + "type": "Polygon" + }, + "id": "1952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96893780810379, + -11.929851922102861, + -76.9592928882646, + -11.919464423322191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.96462147268464, + -11.919464423322191 + ] + ] + ], + "type": "Polygon" + }, + "id": "1953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9263394417964, + -12.177287548759995, + -76.91668825196875, + -12.166904873734813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.92202095446902, + -12.166904873734813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01377248977498, + -11.706122337238815, + -77.004133074679, + -11.69573066358782 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.00945793034619, + -11.69573066358782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93090236434297, + -12.130564010294709, + -76.92125244970138, + -12.120180480471722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.92658437755017, + -12.120180480471722 + ] + ] + ], + "type": "Polygon" + }, + "id": "1956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70536788260824, + -12.359635772911219, + -76.69571717156612, + -12.349261701557072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.70105300262858, + -12.349261701557072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76642092249297, + -12.019910911781839, + -76.75677868763113, + -12.009529805598554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.76210889543249, + -12.009529805598554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01853757967733, + -12.131354479580665, + -77.00888537158838, + -12.120968797475665 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.01421722106836, + -12.120968797475665 + ] + ] + ], + "type": "Polygon" + }, + "id": "1959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73357538604371, + -12.307454610834558, + -76.72392546228973, + -12.297078929754402 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.7292604248978, + -12.297078929754402 + ] + ] + ], + "type": "Polygon" + }, + "id": "1960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12514859624895, + -11.984521926091722, + -77.11549806632237, + -11.974131407838202 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.1208273523121, + -11.974131407838202 + ] + ] + ], + "type": "Polygon" + }, + "id": "1961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64372876998478, + -12.282744261739586, + -76.63408205948845, + -12.272370468254369 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.64321759724989, + -12.280608780456793 + ], + [ + -76.63839415405435, + -12.282744261739586 + ], + [ + -76.63408205948845, + -12.279692816705266 + ], + [ + -76.6345933576339, + -12.274505974990051 + ], + [ + -76.63941662494427, + -12.272370468254369 + ] + ] + ], + "type": "Polygon" + }, + "id": "1962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07772257770677, + -11.712377124584526, + -77.06808134675323, + -11.701983972455906 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.0734062248031, + -11.701983972455906 + ] + ] + ], + "type": "Polygon" + }, + "id": "1963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04420540418822, + -11.677627100365457, + -77.03456605826747, + -11.667234314437321 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03989040909502, + -11.667234314437321 + ] + ] + ], + "type": "Polygon" + }, + "id": "1964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15703743297742, + -11.846020806447772, + -77.14739023486224, + -11.835627535445948 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.15271719163663, + -11.835627535445948 + ] + ] + ], + "type": "Polygon" + }, + "id": "1965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94453890631709, + -11.801599853324007, + -76.93489844072886, + -11.791211156428604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.94022493844547, + -11.791211156428604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94918925629624, + -12.132372249205444, + -76.93953881039543, + -12.121988294111642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.9448707510396, + -12.121988294111642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09987829565746, + -11.816831662805583, + -77.09023339645344, + -11.806439370156498 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.09555996062505, + -11.806439370156498 + ] + ] + ], + "type": "Polygon" + }, + "id": "1968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1463833038336, + -11.860717404217006, + -77.13673593303619, + -11.85032459451924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.14206314863297, + -11.85032459451924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67420190091539, + -12.254367153784218, + -76.66455519334323, + -12.243992104267427 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66988928934161, + -12.243992104267427 + ] + ] + ], + "type": "Polygon" + }, + "id": "1970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8273024586975, + -12.15174200751443, + -76.81765465232374, + -12.141361402606936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.82298700546897, + -12.141361402606936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96369316931947, + -12.220295780965388, + -76.95403972142164, + -12.209912873773892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95937309797256, + -12.209912873773892 + ] + ] + ], + "type": "Polygon" + }, + "id": "1973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0785096094829, + -11.751796692090153, + -77.06886718558641, + -11.741404040099932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.07419271043769, + -11.741404040099932 + ] + ] + ], + "type": "Polygon" + }, + "id": "1974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06718892307079, + -11.915907278429174, + -77.05754189880123, + -11.905517169457916 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.06287013817823, + -11.905517169457916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90957371318846, + -12.159902878653693, + -76.89992348203741, + -12.149520343370506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.90525591221788, + -12.149520343370506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89662922413432, + -12.245097757497671, + -76.88697678986307, + -12.23471692346846 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.89231063621325, + -12.23471692346846 + ] + ] + ], + "type": "Polygon" + }, + "id": "1977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14320140065341, + -11.703027290508388, + -77.1335588035116, + -11.692632432767507 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.1388834318982, + -11.692632432767507 + ] + ] + ], + "type": "Polygon" + }, + "id": "1978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04671086853156, + -12.07907818516991, + -77.03705949996525, + -12.068691000042474 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.04239045317473, + -12.068691000042474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71223460438462, + -12.336751283847011, + -76.70258438891307, + -12.326376644703211 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.70791984052225, + -12.326376644703211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75046397795286, + -11.94756908955772, + -76.7408243323937, + -11.937187315322003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.7461533535852, + -11.937187315322003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11895318286302, + -11.858036855878023, + -77.10930657733776, + -11.847644671209213 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.1146337911992, + -11.847644671209213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9545464602898, + -12.219390715716438, + -76.9448932771668, + -12.209008020334286 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.95022664789248, + -12.209008020334286 + ] + ] + ], + "type": "Polygon" + }, + "id": "1983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8547226496444, + -12.15446470181447, + -76.84507403071969, + -12.144083451196972 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.85040641202453, + -12.144083451196972 + ] + ] + ], + "type": "Polygon" + }, + "id": "1984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0002065416375, + -12.035176072166175, + -76.99055767399783, + -12.024789358980142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.99588795955985, + -12.024789358980142 + ] + ] + ], + "type": "Polygon" + }, + "id": "1985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70022755508687, + -11.989743344962426, + -76.69058802559904, + -11.979363470932661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.69971763011887, + -11.98760281232637 + ], + [ + -76.69489777787422, + -11.989743344962426 + ], + [ + -76.69058802559904, + -11.9866939090506 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.69591775323094, + -11.979363470932661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95670968392169, + -11.771330688782038, + -76.9470698025128, + -11.760941281252316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.95239579081533, + -11.760941281252316 + ] + ] + ], + "type": "Polygon" + }, + "id": "1987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7945107599424, + -12.344973972460128, + -76.78485806270552, + -12.334597380938328 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.79019362269887, + -12.334597380938328 + ] + ] + ], + "type": "Polygon" + }, + "id": "1988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1067166447168, + -11.793895391270073, + -77.09707225638981, + -11.783502620267278 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.10239843352072, + -11.783502620267278 + ] + ] + ], + "type": "Polygon" + }, + "id": "1989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73738059967619, + -12.315693115505505, + -76.72773032596008, + -12.305317476672865 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.73306542361188, + -12.305317476672865 + ] + ] + ], + "type": "Polygon" + }, + "id": "1990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79453212290632, + -12.250666798445577, + -76.78488224273407, + -12.24028862182775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.79021624524314, + -12.24028862182775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15464683062493, + -11.72775132808663, + -77.14500321291112, + -11.717356517560019 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.15032822931775, + -11.717356517560019 + ] + ] + ], + "type": "Polygon" + }, + "id": "1992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91260393973, + -12.034396927164883, + -76.90295737339135, + -12.024012369490132 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.9082877319821, + -12.024012369490132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70017870957113, + -12.084064795450454, + -76.69053636907988, + -12.073686353874715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.69586765168869, + -12.073686353874715 + ] + ] + ], + "type": "Polygon" + }, + "id": "1994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06791672170428, + -11.860909562373658, + -77.05827131743287, + -11.850518656733415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.06359865087886, + -11.850518656733415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80674410869173, + -12.126115848345169, + -76.7970976181632, + -12.115735356702936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.80242955957601, + -12.115735356702936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9750722525931, + -12.056292019585516, + -76.9654234042806, + -12.045906246202899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.97075406494896, + -12.045906246202899 + ] + ] + ], + "type": "Polygon" + }, + "id": "1997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70254610451366, + -11.919221950826001, + -76.69290861276764, + -11.908840984256729 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.69823717815557, + -11.908840984256729 + ] + ] + ], + "type": "Polygon" + }, + "id": "1998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7238174037542, + -11.98422962293679, + -76.71417739208908, + -11.973849065500017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71950702443624, + -11.973849065500017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71617197511682, + -12.062078009180988, + -76.70652985167258, + -12.051698820740274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.71186076887139, + -12.051698820740274 + ] + ] + ], + "type": "Polygon" + }, + "id": "2000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83340219907126, + -12.08945554138538, + -76.82375608815606, + -12.07907380660819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.82908741059315, + -12.07907380660819 + ] + ] + ], + "type": "Polygon" + }, + "id": "2001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71237062612721, + -12.053838793456706, + -76.70272885252847, + -12.043459575876733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.70805963462942, + -12.043459575876733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08613553936313, + -11.76827884847577, + -77.07649243214549, + -11.757886231269463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.08181821743392, + -11.757886231269463 + ] + ] + ], + "type": "Polygon" + }, + "id": "2003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72137479175107, + -12.337665998523285, + -76.7117242986224, + -12.32729114145114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.71705976337704, + -12.32729114145114 + ] + ] + ], + "type": "Polygon" + }, + "id": "2004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07324397138612, + -11.853564040173392, + -77.06359865087886, + -11.843172902253029 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.06892585633113, + -11.843172902253029 + ] + ] + ], + "type": "Polygon" + }, + "id": "2005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8379495229541, + -12.325727287241012, + -76.8282962360775, + -12.315349271531877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.8379495229541, + -12.31839903412347 + ], + [ + -76.83744098692583, + -12.323588095649688 + ], + [ + -76.83261425650907, + -12.325727287241012 + ], + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.83363145480128, + -12.315349271531877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90343326787209, + -11.750360024622273, + -76.89379540376757, + -11.739971655974902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.89912109437353, + -11.739971655974902 + ] + ] + ], + "type": "Polygon" + }, + "id": "2007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0921846407355, + -11.705920708087497, + -77.08254323657121, + -11.695527120849833 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.08786798850889, + -11.695527120849833 + ] + ] + ], + "type": "Polygon" + }, + "id": "2008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07717999092091, + -12.0506127374567, + -77.06752869761267, + -12.040224373518972 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.0728591415118, + -12.040224373518972 + ] + ] + ], + "type": "Polygon" + }, + "id": "2009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.776975227323, + -12.382514232949742, + -76.76732188124168, + -12.372138732198726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.77265806923968, + -12.372138732198726 + ] + ] + ], + "type": "Polygon" + }, + "id": "2010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79524275752351, + -12.47862987380144, + -76.7855860438105, + -12.468255605526942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79092381269754, + -12.468255605526942 + ], + [ + -76.79524275752351, + -12.47130645334645 + ], + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.79092381269754, + -12.468255605526942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1432817504144, + -11.797466017234878, + -77.13363634051687, + -11.787072411168785 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.13896252088585, + -11.787072411168785 + ] + ] + ], + "type": "Polygon" + }, + "id": "2012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08528407862993, + -11.634424620211089, + -77.07564497523056, + -11.624030286674133 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.08096856228545, + -11.624030286674133 + ] + ] + ], + "type": "Polygon" + }, + "id": "2013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76477364051937, + -12.41272508089645, + -76.75511972153912, + -12.402350416735072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76045641366248, + -12.402350416735072 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.75943689960508, + -12.41272508089645 + ], + [ + -76.75511972153912, + -12.409674151654519 + ], + [ + -76.75562954156315, + -12.404486873669834 + ], + [ + -76.76045641366248, + -12.402350416735072 + ] + ] + ], + "type": "Polygon" + }, + "id": "2014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97578421501157, + -11.906929387036632, + -76.96613980078041, + -11.896541389944202 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.97146800082307, + -11.896541389944202 + ] + ] + ], + "type": "Polygon" + }, + "id": "2015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67652777176492, + -12.183875185706057, + -76.66688310461413, + -12.173498925487635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6722160366623, + -12.173498925487635 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.667393790804, + -12.17563645409478 + ], + [ + -76.6722160366623, + -12.173498925487635 + ] + ] + ], + "type": "Polygon" + }, + "id": "2016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8265218102501, + -12.301010826700585, + -76.81686956732959, + -12.290632681253156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.82220438457104, + -12.290632681253156 + ] + ] + ], + "type": "Polygon" + }, + "id": "2017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68333818352095, + -12.255281574945226, + -76.67369119644752, + -12.244906306180193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.6790253067309, + -12.244906306180193 + ] + ] + ], + "type": "Polygon" + }, + "id": "2018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12658490194578, + -11.874518905220496, + -77.11693761432262, + -11.864126766938405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.12226508776807, + -11.864126766938405 + ] + ] + ], + "type": "Polygon" + }, + "id": "2019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89890863408424, + -12.17457030903269, + -76.88925824567524, + -12.164188273671265 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.89459092649388, + -12.164188273671265 + ] + ] + ], + "type": "Polygon" + }, + "id": "2020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80063921484494, + -12.18839480210706, + -76.79099102968249, + -12.178015455634787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.79632400150581, + -12.178015455634787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13175823544927, + -11.678303272683145, + -77.12211665943357, + -11.667908371837186 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.1274408994247, + -11.667908371837186 + ] + ] + ], + "type": "Polygon" + }, + "id": "2022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83949151380065, + -12.121506808509253, + -76.82984428408815, + -12.111125420064722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.83517613141315, + -12.111125420064722 + ] + ] + ], + "type": "Polygon" + }, + "id": "2023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11355421158052, + -11.770957745223729, + -77.10391033435151, + -11.7605644994044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10923612434371, + -11.7605644994044 + ] + ] + ], + "type": "Polygon" + }, + "id": "2024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93469408402927, + -12.044442959549192, + -76.9250466394958, + -12.034058005227394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.93037714431281, + -12.034058005227394 + ] + ] + ], + "type": "Polygon" + }, + "id": "2025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73298738527004, + -11.89079819755161, + -76.72334990697279, + -11.880416048305703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72867799806112, + -11.880416048305703 + ], + [ + -76.73298738527004, + -11.883464571570551 + ], + [ + -76.73247807152565, + -11.888655700956116 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.72334990697279, + -11.887749587284773 + ], + [ + -76.72385934618346, + -11.882558567434158 + ], + [ + -76.72867799806112, + -11.880416048305703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11981926673543, + -11.9918666451774, + -77.11016865132575, + -11.981476364516615 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.11549806632237, + -11.981476364516615 + ] + ] + ], + "type": "Polygon" + }, + "id": "2027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08232244838541, + -11.760037769903041, + -77.0726796827977, + -11.74964513507659 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.07800533788834, + -11.74964513507659 + ] + ] + ], + "type": "Polygon" + }, + "id": "2028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77169505607692, + -12.201232955317105, + -76.76204726872261, + -12.19085454868197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.76738046499172, + -12.19085454868197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74506339148213, + -12.143559533788267, + -76.7354180484786, + -12.133180879503868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.74075030226989, + -12.133180879503868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9887337984191, + -11.916068865029592, + -76.97908877708578, + -11.905680679865709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.98441711385003, + -11.905680679865709 + ] + ] + ], + "type": "Polygon" + }, + "id": "2031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9765589887391, + -11.94633273787645, + -76.96691338030887, + -11.93594528999085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.9722422282228, + -11.93594528999085 + ] + ] + ], + "type": "Polygon" + }, + "id": "2032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7488324707052, + -12.24610974346088, + -76.73918396371717, + -12.235732650689465 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.74451790880816, + -12.235732650689465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12413071696939, + -11.661820611120923, + -77.11448982201193, + -11.651425683821069 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.12413071696939, + -11.654469509647523 + ], + [ + -77.1236272252964, + -11.659667025601372 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11981380286436, + -11.651425683821069 + ] + ] + ], + "type": "Polygon" + }, + "id": "2034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04430835992888, + -11.866462655780884, + -77.0346633905752, + -11.856072403804937 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.03999084599043, + -11.856072403804937 + ] + ] + ], + "type": "Polygon" + }, + "id": "2035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90875887999411, + -11.74301791128916, + -76.89912109437353, + -11.732629312702102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90444665995308, + -11.732629312702102 + ], + [ + -76.90875887999411, + -11.735675480620808 + ], + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.90444665995308, + -11.732629312702102 + ] + ] + ], + "type": "Polygon" + }, + "id": "2036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80518160558479, + -12.330320962808399, + -76.7955290591208, + -12.319943851550253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.80086437188305, + -12.319943851550253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04519513946482, + -12.094658616266889, + -77.03554334469659, + -12.084271708500731 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.04087455659196, + -12.084271708500731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98107926859852, + -11.805190559396411, + -76.97143774740725, + -11.794801009911012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.97676426791922, + -11.794801009911012 + ] + ] + ], + "type": "Polygon" + }, + "id": "2039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17603567697114, + -11.792791161422647, + -77.16638959291652, + -11.782396704150687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.17171564307341, + -11.782396704150687 + ] + ] + ], + "type": "Polygon" + }, + "id": "2040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02754437872112, + -11.849084691190962, + -77.01790035517654, + -11.838694606305902 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.0232275453273, + -11.838694606305902 + ] + ] + ], + "type": "Polygon" + }, + "id": "2041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03736679455459, + -11.70056350076988, + -77.02772694080409, + -11.690171177813822 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.03305167699722, + -11.690171177813822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85320273908147, + -12.075695034994906, + -76.84355651085302, + -12.065312590752976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.84888759423603, + -12.065312590752976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74357092999152, + -12.064806168473384, + -76.73392797703208, + -12.054426324377282 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73925893241967, + -12.054426324377282 + ] + ] + ], + "type": "Polygon" + }, + "id": "2044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0611881417392, + -12.072637150489777, + -77.05153659695456, + -12.062249512643058 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.05686742524637, + -12.062249512643058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04054622524643, + -11.952624649171876, + -77.03089878461425, + -11.942235721424252 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.0362276628, + -11.942235721424252 + ] + ] + ], + "type": "Polygon" + }, + "id": "2046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919625335248, + -12.242374178795956, + -76.85954462550643, + -12.231993986121134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.86487844747478, + -12.231993986121134 + ] + ] + ], + "type": "Polygon" + }, + "id": "2047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07633151972178, + -11.916803623579298, + -77.06668423707573, + -11.906413304802093 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.07201247886967, + -11.906413304802093 + ] + ] + ], + "type": "Polygon" + }, + "id": "2048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01844958042588, + -11.94258773464197, + -77.00880300422558, + -11.932199202123018 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.01413174398819, + -11.932199202123018 + ] + ] + ], + "type": "Polygon" + }, + "id": "2049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74971743299099, + -11.90818356912167, + -76.74007898116517, + -11.897801243697574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7454073538769, + -11.897801243697574 + ], + [ + -76.74971743299099, + -11.900849715650113 + ], + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.7454073538769, + -11.897801243697574 + ] + ] + ], + "type": "Polygon" + }, + "id": "2050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78085919655084, + -12.107820384435067, + -76.77121394923651, + -12.097440260295357 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.77654560073745, + -12.097440260295357 + ] + ] + ], + "type": "Polygon" + }, + "id": "2051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853642072857, + -11.974006499767766, + -76.84889308279504, + -11.963622389744344 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.85422248697913, + -11.963622389744344 + ] + ] + ], + "type": "Polygon" + }, + "id": "2052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03511962010491, + -11.77115496495781, + -77.02547772311316, + -11.760763629057953 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.0308036224007, + -11.760763629057953 + ] + ] + ], + "type": "Polygon" + }, + "id": "2053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89051716456821, + -12.024349940394169, + -76.88087147913551, + -12.013965781350931 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.8862016898985, + -12.013965781350931 + ] + ] + ], + "type": "Polygon" + }, + "id": "2054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93388569300757, + -11.816283940378137, + -76.92424506828765, + -11.805895708114273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92957181731371, + -11.805895708114273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93165340083411, + -12.075596721274083, + -76.92200510656765, + -12.065212318259693 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.92733612756409, + -12.065212318259693 + ] + ] + ], + "type": "Polygon" + }, + "id": "2056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94608033797724, + -11.880409373396438, + -76.9364374853705, + -11.87002173287223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94176527831635, + -11.87002173287223 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.93694393818852, + -11.872168938558596 + ], + [ + -76.94176527831635, + -11.87002173287223 + ] + ] + ], + "type": "Polygon" + }, + "id": "2057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95063659253269, + -11.833663644543547, + -76.94099501343929, + -11.823275237434228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.94632203286248, + -11.823275237434228 + ] + ] + ], + "type": "Polygon" + }, + "id": "2058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95068498162537, + -12.022429682991643, + -76.94103777645225, + -12.0120439998765 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.94636790359904, + -12.0120439998765 + ] + ] + ], + "type": "Polygon" + }, + "id": "2059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10592598995814, + -11.754475422987184, + -77.09628279492941, + -11.744082141595856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.10160832517377, + -11.744082141595856 + ] + ] + ], + "type": "Polygon" + }, + "id": "2060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12960731076538, + -11.843341980583597, + -77.1199608761755, + -11.832949333889479 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.12528783217923, + -11.832949333889479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9499132573693, + -11.983031863570691, + -76.9402672469083, + -11.97264561218331 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.94559672580678, + -11.97264561218331 + ] + ] + ], + "type": "Polygon" + }, + "id": "2062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98802775727938, + -12.065433760867942, + -76.97837830125209, + -12.055047807516775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.98370909879881, + -12.055047807516775 + ] + ] + ], + "type": "Polygon" + }, + "id": "2063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80371060932298, + -12.062923105955853, + -76.79406608546336, + -12.05254171028011 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.7993969863731, + -12.05254171028011 + ] + ] + ], + "type": "Polygon" + }, + "id": "2064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0754837525115, + -11.782973667037458, + -77.06584047719991, + -11.77258150624852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.071166518705, + -11.77258150624852 + ] + ] + ], + "type": "Polygon" + }, + "id": "2065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00627508881625, + -11.97285308546082, + -76.99662792320025, + -11.962465294054011 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -77.00195717538377, + -11.962465294054011 + ] + ] + ], + "type": "Polygon" + }, + "id": "2066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14026092211571, + -11.828645838558725, + -77.13061465912298, + -11.818252731619484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.13594135691939, + -11.818252731619484 + ] + ] + ], + "type": "Polygon" + }, + "id": "2067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92398359734653, + -11.775979959238388, + -76.9143444314336, + -11.765591423896536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.91967052626057, + -11.765591423896536 + ] + ] + ], + "type": "Polygon" + }, + "id": "2068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69568784228935, + -11.942124397903203, + -76.68604985666914, + -11.931743938567216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.6913788003128, + -11.931743938567216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1015268044402, + -11.990073771271211, + -77.09187670193714, + -11.979683907599147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.09720611444726, + -11.979683907599147 + ] + ] + ], + "type": "Polygon" + }, + "id": "2070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72596572343112, + -12.290977549265108, + -76.71631649978092, + -12.280601785054243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.72165119217881, + -12.280601785054243 + ] + ] + ], + "type": "Polygon" + }, + "id": "2071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12140540285469, + -12.070685609507493, + -77.11175239701106, + -12.060296477083316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.11708310775192, + -12.060296477083316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82504561215794, + -11.939238724468861, + -76.81540420327563, + -11.928854945582867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82073305510804, + -11.928854945582867 + ], + [ + -76.82504561215794, + -11.931902918468214 + ], + [ + -76.82453750381255, + -11.937094862009971 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81591243749412, + -11.93099882991339 + ], + [ + -76.82073305510804, + -11.928854945582867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65899596255221, + -12.221413084920405, + -76.64935065980842, + -12.211037883985856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.65468421242055, + -12.211037883985856 + ] + ] + ], + "type": "Polygon" + }, + "id": "2074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75419946617264, + -12.144469762039709, + -76.74455384755785, + -12.134090890020632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74988611348978, + -12.134090890020632 + ] + ] + ], + "type": "Polygon" + }, + "id": "2075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79764728080399, + -11.93652479608205, + -76.7880066880396, + -11.926141667565172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79333550907015, + -11.926141667565172 + ], + [ + -76.79764728080399, + -11.929189869463437 + ], + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.78851529965377, + -11.92828499776857 + ], + [ + -76.79333550907015, + -11.926141667565172 + ] + ] + ], + "type": "Polygon" + }, + "id": "2076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09685362993858, + -11.848007534773114, + -77.08720787850177, + -11.837615745803214 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.09253495974225, + -11.837615745803214 + ] + ] + ], + "type": "Polygon" + }, + "id": "2077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82732602412098, + -11.963053915683593, + -76.81768384453495, + -11.952670427364854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.82301308735768, + -11.952670427364854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70550991999711, + -12.076736201760758, + -76.69586765168869, + -12.06635751078863 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.70119881258229, + -12.06635751078863 + ] + ] + ], + "type": "Polygon" + }, + "id": "2080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77777879628673, + -12.233278092849368, + -76.76812988753444, + -12.222900054272996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.77346361030006, + -12.222900054272996 + ] + ] + ], + "type": "Polygon" + }, + "id": "2081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0054965405924, + -11.933448658946405, + -76.99585056942536, + -11.923060311971037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -77.00117917371534, + -11.923060311971037 + ] + ] + ], + "type": "Polygon" + }, + "id": "2082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84710657374988, + -12.137985779158656, + -76.83745864931058, + -12.127604458716986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.8427907637078, + -12.127604458716986 + ] + ] + ], + "type": "Polygon" + }, + "id": "2083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70926504274422, + -12.179287027813983, + -76.69961961159278, + -12.16890985584137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.70495246358335, + -12.16890985584137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7260484105469, + -12.10236391512719, + -76.7164048153039, + -12.091985097601869 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.7164048153039, + -12.099314119618022 + ], + [ + -76.71691468446878, + -12.09412476548967 + ], + [ + -76.72173639466965, + -12.091985097601869 + ] + ] + ], + "type": "Polygon" + }, + "id": "2085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13047779658993, + -11.977176884481477, + -77.1208273523121, + -11.966786129079383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.13047779658993, + -11.969831520759572 + ], + [ + -77.12997390367332, + -11.975026950456446 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.12615650920743, + -11.966786129079383 + ] + ] + ], + "type": "Polygon" + }, + "id": "2086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10678636803816, + -11.888317721899698, + -77.09713916589438, + -11.877926257544795 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.10246689591958, + -11.877926257544795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13413990105238, + -11.796573751260658, + -77.12449474583032, + -11.786180353582699 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.1298209258034, + -11.786180353582699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90500769198474, + -12.206621916429906, + -76.89535618613743, + -12.19624024512919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.90068939079384, + -12.19624024512919 + ] + ] + ], + "type": "Polygon" + }, + "id": "2089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82423908021528, + -12.277204611350644, + -76.81458760961887, + -12.266826124885823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81992203504551, + -12.266826124885823 + ] + ] + ], + "type": "Polygon" + }, + "id": "2090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78546340129596, + -11.966767301408295, + -76.77582223566232, + -11.95638492249739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.78115156025832, + -11.95638492249739 + ] + ] + ], + "type": "Polygon" + }, + "id": "2091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73294810348646, + -11.985137631787044, + -76.72330781537336, + -11.974756855482342 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.72863746048867, + -11.974756855482342 + ] + ] + ], + "type": "Polygon" + }, + "id": "2092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79145549565014, + -12.376102523000396, + -76.78180195027288, + -12.365726544175596 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.79145549565014, + -12.368776973363655 + ], + [ + -76.79094623144299, + -12.37396501671575 + ], + [ + -76.78611937151042, + -12.376102523000396 + ], + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.78713802601314, + -12.365726544175596 + ] + ] + ], + "type": "Polygon" + }, + "id": "2093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1280202403297, + -11.764501163507955, + -77.11837619284421, + -11.754107481594868 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.12370185497106, + -11.754107481594868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9666170323931, + -11.811636343628427, + -76.95697569386753, + -11.801247238648827 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.96230233527415, + -11.801247238648827 + ] + ] + ], + "type": "Polygon" + }, + "id": "2095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90347496986477, + -12.127849649267462, + -76.89382585569295, + -12.117466759229576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89915776227966, + -12.117466759229576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7769487288701, + -12.476799821106498, + -76.76729256370251, + -12.466425983941225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.77263031046003, + -12.466425983941225 + ] + ] + ], + "type": "Polygon" + }, + "id": "2097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74588098836894, + -11.994284864068955, + -76.73624007518924, + -11.98390389510876 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.7415698674666, + -11.98390389510876 + ] + ] + ], + "type": "Polygon" + }, + "id": "2098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03829796535928, + -12.023194900059835, + -77.02864847822599, + -12.012807071592936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.03397852134009, + -12.012807071592936 + ] + ] + ], + "type": "Polygon" + }, + "id": "2099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78386389776249, + -12.265322495054058, + -76.77421386756954, + -12.254944831010546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77954811681349, + -12.254944831010546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00401952508732, + -12.043416327891327, + -76.9943703135415, + -12.033029645588027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.99970073056193, + -12.033029645588027 + ] + ] + ], + "type": "Polygon" + }, + "id": "2101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83491722552952, + -12.168220711886999, + -76.82526872379941, + -12.15784017783366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.8306013443738, + -12.15784017783366 + ] + ] + ], + "type": "Polygon" + }, + "id": "2102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87909360722435, + -11.999630108083457, + -76.86944896057105, + -11.989245863868291 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.87477877258512, + -11.989245863868291 + ] + ] + ], + "type": "Polygon" + }, + "id": "2103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88060833724626, + -11.795306151575394, + -76.87096973729254, + -11.784918956367749 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.88010122950516, + -11.793159311697226 + ], + [ + -76.87528184305299, + -11.795306151575394 + ], + [ + -76.87096973729254, + -11.792259360561125 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.87629618452769, + -11.784918956367749 + ] + ] + ], + "type": "Polygon" + }, + "id": "2104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04890488579356, + -11.914113799708202, + -77.03925837971092, + -11.903724111103005 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.04458661342656, + -11.903724111103005 + ] + ] + ], + "type": "Polygon" + }, + "id": "2105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91413850021601, + -12.11317997727787, + -76.90448954354729, + -12.102796591911595 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.90982119940789, + -12.102796591911595 + ] + ] + ], + "type": "Polygon" + }, + "id": "2106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02612132364588, + -12.053457320895593, + -77.01647124531827, + -12.043070248279182 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.02180180190177, + -12.043070248279182 + ] + ] + ], + "type": "Polygon" + }, + "id": "2107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89887225105542, + -11.797105644892012, + -76.88923311568439, + -11.786718019377508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.89836539539176, + -11.794958439111216 + ], + [ + -76.89354574132352, + -11.797105644892012 + ], + [ + -76.88923311568439, + -11.794059004580301 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.89455957871755, + -11.786718019377508 + ] + ] + ], + "type": "Polygon" + }, + "id": "2108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91942480250418, + -11.822726310216474, + -76.90978436442991, + -11.812338525068014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.90978436442991, + -11.819679712150144 + ], + [ + -76.91029109935485, + -11.814485873145482 + ], + [ + -76.91511123211038, + -11.812338525068014 + ] + ] + ], + "type": "Polygon" + }, + "id": "2109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68407723269871, + -12.294644582013857, + -76.6744290494864, + -12.284269950837695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.67976380980957, + -12.284269950837695 + ] + ] + ], + "type": "Polygon" + }, + "id": "2110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00787366321075, + -12.146030512429801, + -76.99822129095537, + -12.1356453236886 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -77.00355339485478, + -12.1356453236886 + ] + ] + ], + "type": "Polygon" + }, + "id": "2111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74431706867408, + -12.104183797707675, + -76.73467292083905, + -12.093804543645854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.74000452535034, + -12.093804543645854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69484737735192, + -12.091393053527673, + -76.68520496484403, + -12.081014861789624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69433721726476, + -12.089253946163975 + ], + [ + -76.68951592342763, + -12.091393053527673 + ], + [ + -76.68520496484403, + -12.088343034124126 + ], + [ + -76.68571525039958, + -12.08315399310933 + ], + [ + -76.69053636907988, + -12.081014861789624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.986371109652, + -11.703437854852027, + -76.97673247993028, + -11.693046818604067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.97673247993028, + -11.700392498858923 + ], + [ + -76.97723809289131, + -11.695197033950969 + ], + [ + -76.98205732187763, + -11.693046818604067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06858569473538, + -11.71148435626483, + -77.05894472175923, + -11.70109141459292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.06426959743733, + -11.70109141459292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843440104282, + -12.297321611963472, + -76.85878115198032, + -12.286942351128726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.86843440104282, + -12.289991697270631 + ], + [ + -76.8679263354852, + -12.2951813811794 + ], + [ + -76.86309962414722, + -12.297321611963472 + ], + [ + -76.85878115198032, + -12.2942721821268 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.86411588159798, + -12.286942351128726 + ] + ] + ], + "type": "Polygon" + }, + "id": "2116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89510641006535, + -12.26066863998283, + -76.88545355084122, + -12.250288100886253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.89078765540475, + -12.250288100886253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.000829280424, + -11.696986883750656, + -76.99119046981865, + -11.686595408677272 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99651519001146, + -11.686595408677272 + ], + [ + -77.000829280424, + -11.689640514713018 + ], + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.99169587050562, + -11.688746005922312 + ], + [ + -76.99651519001146, + -11.686595408677272 + ] + ] + ], + "type": "Polygon" + }, + "id": "2118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16831420172963, + -11.681862957191065, + -77.15867161012272, + -11.671467222468243 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.1639958503303, + -11.671467222468243 + ] + ] + ], + "type": "Polygon" + }, + "id": "2119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16156659236434, + -11.799249767562564, + -77.15192067455077, + -11.78885574547587 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.1572468548841, + -11.78885574547587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89204615814474, + -12.103130523032327, + -76.88239808261953, + -12.092747531637187 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.88772959069193, + -12.092747531637187 + ] + ] + ], + "type": "Polygon" + }, + "id": "2121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13104150196574, + -11.733319629722375, + -77.12139830696616, + -11.72292546114287 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.12672345198874, + -11.72292546114287 + ] + ] + ], + "type": "Polygon" + }, + "id": "2122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75881530624531, + -12.003431896253494, + -76.74917376890224, + -11.993050735605452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.7545037077983, + -11.993050735605452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0281850559783, + -11.605242937396886, + -77.0185482717063, + -11.59484962992145 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0238714531498, + -11.59484962992145 + ], + [ + -77.0281850559783, + -11.597893982987957 + ], + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.0185482717063, + -11.602198496415708 + ], + [ + -77.01905314662142, + -11.597001895691578 + ], + [ + -77.0238714531498, + -11.59484962992145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84558218935301, + -12.153557403914888, + -76.835933840802, + -12.14317636828401 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.8412662129959, + -12.14317636828401 + ] + ] + ], + "type": "Polygon" + }, + "id": "2125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94682826292892, + -11.825423114675878, + -76.93718702839372, + -11.815034687879795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.94251391585551, + -11.815034687879795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73827767542208, + -11.977805890698429, + -76.72863746048867, + -11.967424870267756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.73396698338789, + -11.967424870267756 + ] + ] + ], + "type": "Polygon" + }, + "id": "2127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01238364742039, + -12.00491521119258, + -77.0027353689695, + -11.994527744560664 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -77.00806514215577, + -11.994527744560664 + ] + ] + ], + "type": "Polygon" + }, + "id": "2128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79382249262459, + -12.02263217851665, + -76.78417943633144, + -12.012250420302822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78950967777232, + -12.012250420302822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92094453758783, + -11.807144569482688, + -76.91130452359106, + -11.796756532720215 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.91130452359106, + -11.804098069159947 + ], + [ + -76.91181121290352, + -11.798904104351218 + ], + [ + -76.91663113363639, + -11.796756532720215 + ] + ] + ], + "type": "Polygon" + }, + "id": "2130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386238413314, + -12.249704948597161, + -76.85421067882058, + -12.23932501028249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.85954462550643, + -12.23932501028249 + ] + ] + ], + "type": "Polygon" + }, + "id": "2131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8295956785579, + -12.08121596992819, + -76.81994991515239, + -12.070834203522192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.82528110394153, + -12.070834203522192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9316161054058, + -11.886850153184348, + -76.92197343849354, + -11.876462962061842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.92730135072186, + -11.876462962061842 + ] + ] + ], + "type": "Polygon" + }, + "id": "2133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7351051815953, + -12.29189101389378, + -76.72545568108411, + -12.28151503195933 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.73079038620969, + -12.28151503195933 + ] + ] + ], + "type": "Polygon" + }, + "id": "2134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71687068901275, + -12.195764728973527, + -76.70722455755994, + -12.1853876284513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.71255767999322, + -12.1853876284513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89891774311847, + -12.26890784868489, + -76.88926453734341, + -12.25852735097024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.8945987748773, + -12.25852735097024 + ] + ] + ], + "type": "Polygon" + }, + "id": "2136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90804007159929, + -12.081125167786269, + -76.89839223145091, + -12.070741436975059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.90372336396166, + -12.070741436975059 + ] + ] + ], + "type": "Polygon" + }, + "id": "2137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99857450076519, + -11.767573142966775, + -76.98893364784483, + -11.757182654247396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.99425953085358, + -11.757182654247396 + ] + ] + ], + "type": "Polygon" + }, + "id": "2138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08481285424915, + -12.067093608107935, + -77.07516087630223, + -12.056705309413923 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.08049158115347, + -12.056705309413923 + ] + ] + ], + "type": "Polygon" + }, + "id": "2139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85473022301075, + -11.965766556600618, + -76.84508723182428, + -11.955382420595976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.850416502772, + -11.955382420595976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73596615030273, + -12.048327537696743, + -76.72632389598853, + -12.037947634988246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.73165458182243, + -12.037947634988246 + ] + ] + ], + "type": "Polygon" + }, + "id": "2141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03062239282308, + -11.91231927041771, + -77.02097640683856, + -11.9019300031838 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.0263046337898, + -11.9019300031838 + ] + ] + ], + "type": "Polygon" + }, + "id": "2142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02837233877555, + -11.982891684302642, + -77.01872430703853, + -11.97250349864281 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.02405369855968, + -11.97250349864281 + ] + ] + ], + "type": "Polygon" + }, + "id": "2143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87833397773716, + -12.054596782924476, + -76.8686877121677, + -12.044213386414873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.8740184304916, + -12.044213386414873 + ] + ] + ], + "type": "Polygon" + }, + "id": "2144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84102378700604, + -12.011588029701823, + -76.83137979488403, + -12.001204917343182 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.83670982932364, + -12.001204917343182 + ] + ] + ], + "type": "Polygon" + }, + "id": "2145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14185136406425, + -11.907482936251654, + -77.13220271298448, + -11.897090896219575 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.13753070509698, + -11.897090896219575 + ] + ] + ], + "type": "Polygon" + }, + "id": "2146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05967305215628, + -12.088218261608645, + -77.05002108102497, + -12.077830900368845 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.05535216806301, + -12.077830900368845 + ] + ] + ], + "type": "Polygon" + }, + "id": "2147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97349188142626, + -11.883106806513515, + -76.96384823625911, + -11.872718527099877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96917604658323, + -11.872718527099877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78767069777903, + -12.273561326709368, + -76.77802031874347, + -12.2631837032406 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.78335470236354, + -12.2631837032406 + ] + ] + ], + "type": "Polygon" + }, + "id": "2149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11657675187364, + -11.73977751820017, + -77.1069337268433, + -11.729383784194958 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.11225899985065, + -11.729383784194958 + ] + ] + ], + "type": "Polygon" + }, + "id": "2150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8021273729819, + -12.361451078659353, + -76.79247397821192, + -12.351074577047546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.8021273729819, + -12.354124839295505 + ], + [ + -76.80161828073636, + -12.359313143982424 + ], + [ + -76.79679149617004, + -12.361451078659353 + ], + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.79780980678092, + -12.351074577047546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0474949171835, + -12.11847879625927, + -77.0378423530206, + -12.108092202518687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.04698963881593, + -12.116332389986155 + ], + [ + -77.04216327094528, + -12.11847879625927 + ], + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.04317395458872, + -12.108092202518687 + ] + ] + ], + "type": "Polygon" + }, + "id": "2152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03888100876529, + -11.684974956587428, + -77.02924158009313, + -11.674582395069063 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.02924158009313, + -11.681930163968163 + ], + [ + -77.02974642952611, + -11.676733936083627 + ], + [ + -77.03456605826747, + -11.674582395069063 + ] + ] + ], + "type": "Polygon" + }, + "id": "2153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88671460318778, + -12.110464977367622, + -76.87706644953575, + -12.100082233329008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.88239808261953, + -12.100082233329008 + ] + ] + ], + "type": "Polygon" + }, + "id": "2154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94766917821406, + -12.147947827685208, + -76.93801830706451, + -12.137564156005995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.94335050600151, + -12.137564156005995 + ] + ] + ], + "type": "Polygon" + }, + "id": "2155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79457481144608, + -12.06201586232042, + -76.78493056047319, + -12.05163468333046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.7902614507399, + -12.05163468333046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64832863576689, + -12.236060623577194, + -76.63868319165398, + -12.22568593721308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.64401698619012, + -12.22568593721308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14018144596308, + -11.734210904156347, + -77.13053799622496, + -11.723816526892982 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.1358631417367, + -11.723816526892982 + ] + ] + ], + "type": "Polygon" + }, + "id": "2158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97274827193596, + -11.938092332627663, + -76.96310300777083, + -11.927704859066576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.9684317239585, + -11.927704859066576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04362792556755, + -12.015853539203038, + -77.03397852134009, + -12.005465470206941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.0393084368514, + -12.005465470206941 + ] + ] + ], + "type": "Polygon" + }, + "id": "2160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03991414526953, + -12.196372231107183, + -77.03025944929288, + -12.185987058997313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03559234479997, + -12.185987058997313 + ], + [ + -77.03991414526953, + -12.189034328520433 + ], + [ + -77.03940863882048, + -12.194226966996494 + ], + [ + -77.03458120496245, + -12.196372231107183 + ], + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.03559234479997, + -12.185987058997313 + ] + ] + ], + "type": "Polygon" + }, + "id": "2161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80825264358509, + -12.204873091827011, + -76.79860376181625, + -12.194493819441949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.80393700180075, + -12.194493819441949 + ] + ] + ], + "type": "Polygon" + }, + "id": "2162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03375009148206, + -12.069937876962484, + -77.02409932639446, + -12.059550868918453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02943014522748, + -12.059550868918453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80293825689076, + -12.117876472767813, + -76.7932921144965, + -12.107495947878913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.79862392189563, + -12.107495947878913 + ] + ] + ], + "type": "Polygon" + }, + "id": "2164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03076508267193, + -12.195469954693953, + -77.0211106474317, + -12.185084992413952 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.0264435394168, + -12.185084992413952 + ] + ] + ], + "type": "Polygon" + }, + "id": "2165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88975295063244, + -11.984956897941842, + -76.88010845980713, + -11.974572169710632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.88543802214924, + -11.974572169710632 + ] + ] + ], + "type": "Polygon" + }, + "id": "2166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70087080733136, + -12.217743197807279, + -76.69122445858574, + -12.207366863109334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.69655794676795, + -12.207366863109334 + ] + ] + ], + "type": "Polygon" + }, + "id": "2167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83795820816584, + -12.23140904420509, + -76.8283077387022, + -12.221029455780002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.83364140013845, + -12.221029455780002 + ] + ] + ], + "type": "Polygon" + }, + "id": "2168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148027085969, + -12.07750614042949, + -76.86183350341788, + -12.06712326632997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.86716460427898, + -12.06712326632997 + ] + ] + ], + "type": "Polygon" + }, + "id": "2169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386462719678, + -12.061026661948508, + -76.8542185532228, + -12.05064372555137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.85954938772538, + -12.05064372555137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16680544944579, + -11.697456262934514, + -77.15716243133036, + -11.687060765370623 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.16248693017911, + -11.687060765370623 + ] + ] + ], + "type": "Polygon" + }, + "id": "2171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76324451256355, + -12.428286686660119, + -76.75359016968532, + -12.417912334966942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75892711963289, + -12.417912334966942 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.75359016968532, + -12.425235673318957 + ], + [ + -76.75410003560083, + -12.420048551564555 + ], + [ + -76.75892711963289, + -12.417912334966942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10534338633266, + -11.998314447994805, + -77.09569294211099, + -11.987924613859123 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.10102248476078, + -11.987924613859123 + ] + ] + ], + "type": "Polygon" + }, + "id": "2173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10764746054599, + -12.022139483323777, + -77.09799624795995, + -12.011749948878467 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.10332617958156, + -12.011749948878467 + ] + ] + ], + "type": "Polygon" + }, + "id": "2174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72910655120084, + -12.071226901188368, + -76.71946380117492, + -12.060847523672193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.72479486632153, + -12.060847523672193 + ] + ] + ], + "type": "Polygon" + }, + "id": "2175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8440576676978, + -12.169128599525175, + -76.83440889501145, + -12.158747850248881 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.8397415250193, + -12.158747850248881 + ] + ] + ], + "type": "Polygon" + }, + "id": "2176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66297626055415, + -11.946728647580292, + -76.65333904036466, + -11.936349092601361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65866806248707, + -11.936349092601361 + ], + [ + -76.66297626055415, + -11.939398535955059 + ], + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.65333904036466, + -11.943679117364523 + ], + [ + -76.65384954004968, + -11.938489395071057 + ], + [ + -76.65866806248707, + -11.936349092601361 + ] + ] + ], + "type": "Polygon" + }, + "id": "2177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71149193904543, + -12.297388293842522, + -76.70184292009395, + -12.28701300690067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.70717772156361, + -12.28701300690067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73051538206535, + -12.338580442786016, + -76.72086461175567, + -12.328205368034782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.72620008938016, + -12.328205368034782 + ] + ] + ], + "type": "Polygon" + }, + "id": "2179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538848632095, + -11.95109365200476, + -76.8557456493812, + -11.9407090343391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.861074671564, + -11.9407090343391 + ], + [ + -76.86538848632095, + -11.943756709425324 + ], + [ + -76.86488092202451, + -11.948949072073836 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.85625333972128, + -11.942853635802962 + ], + [ + -76.861074671564, + -11.9407090343391 + ] + ] + ], + "type": "Polygon" + }, + "id": "2180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82960679339173, + -11.986868625171644, + -76.81996384300936, + -11.97648543098113 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.82529347686265, + -11.97648543098113 + ] + ] + ], + "type": "Polygon" + }, + "id": "2181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68196900040518, + -11.9879249055821, + -76.6723300277152, + -11.977545471270679 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.68145882465225, + -11.985784744311774 + ], + [ + -76.67663925071459, + -11.9879249055821 + ], + [ + -76.6723300277152, + -11.98487531821092 + ], + [ + -76.67284032880437, + -11.979685656087193 + ], + [ + -76.67765972756622, + -11.977545471270679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71603927760988, + -12.344989602599389, + -76.70638871167681, + -12.33461500699363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.7117242986224, + -12.33461500699363 + ] + ] + ], + "type": "Polygon" + }, + "id": "2183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745280066188, + -12.14070590542753, + -76.86487927280609, + -12.130323940735577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.87021141356865, + -12.130323940735577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04801597402043, + -11.68586815104978, + -77.03837628585781, + -11.675475378178257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.04370076729843, + -11.675475378178257 + ] + ] + ], + "type": "Polygon" + }, + "id": "2185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91489229370974, + -12.058213352854228, + -76.90524495702014, + -12.047829100055045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.91057570616259, + -12.047829100055045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82044452169522, + -12.17464341178082, + -76.81079621534896, + -12.16426334476952 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.81612895011119, + -12.16426334476952 + ] + ] + ], + "type": "Polygon" + }, + "id": "2187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02759100674803, + -11.94348602614313, + -77.0179441695731, + -11.93309728258581 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.02327291322365, + -11.93309728258581 + ] + ] + ], + "type": "Polygon" + }, + "id": "2188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97504093332331, + -11.961913578726906, + -76.96539489982587, + -11.951526395709662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.97072400587025, + -11.951526395709662 + ] + ] + ], + "type": "Polygon" + }, + "id": "2189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95302619798724, + -12.234964393985123, + -76.94337258932624, + -12.224581990532373 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.94870621851022, + -12.224581990532373 + ] + ] + ], + "type": "Polygon" + }, + "id": "2190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97271764191919, + -11.843700865821859, + -76.96307519047902, + -11.833312052869534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.9684023531763, + -11.833312052869534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00238426682263, + -11.775813935274185, + -76.99274307053071, + -11.765423463774587 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.99806908480123, + -11.765423463774587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77700171030706, + -12.288215569302208, + -76.76735118166643, + -12.27783846081577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.77268581181502, + -12.27783846081577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10757745706005, + -11.927731934546904, + -77.09792906063004, + -11.917341013818191 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.10325743807408, + -11.917341013818191 + ] + ] + ], + "type": "Polygon" + }, + "id": "2194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84178197650112, + -12.05097597759009, + -76.83213678967712, + -12.040593441375075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.83746747277472, + -12.040593441375075 + ] + ] + ], + "type": "Polygon" + }, + "id": "2195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7344375432509, + -12.063897045723376, + -76.72479486632153, + -12.05351741992955 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.73012580925446, + -12.05351741992955 + ] + ] + ], + "type": "Polygon" + }, + "id": "2196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02446760468924, + -11.785846275612808, + -77.0148255428419, + -11.775455398221482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.0201516965644, + -11.775455398221482 + ] + ] + ], + "type": "Polygon" + }, + "id": "2197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04425686704886, + -11.772049773315908, + -77.03461471023155, + -11.761658226249132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.03994061290051, + -11.761658226249132 + ] + ] + ], + "type": "Polygon" + }, + "id": "2198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9659583953593, + -12.1497556339436, + -76.95630699465099, + -12.139371538022703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.96163920537246, + -12.139371538022703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0099630782277, + -11.697881423475149, + -77.00032400612132, + -11.687489736054188 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00564873072685, + -11.687489736054188 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -77.000829280424, + -11.689640514713018 + ], + [ + -77.00564873072685, + -11.687489736054188 + ] + ] + ], + "type": "Polygon" + }, + "id": "2200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76861032410251, + -12.32667152308992, + -76.75895887354777, + -12.31629527612191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.76429414218882, + -12.31629527612191 + ] + ] + ], + "type": "Polygon" + }, + "id": "2201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.819744684087, + -11.757842252924963, + -76.81010881870328, + -11.747456074918473 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81543468786136, + -11.747456074918473 + ], + [ + -76.819744684087, + -11.750503100782211 + ], + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81010881870328, + -11.754795139446493 + ], + [ + -76.81061684192653, + -11.749602104743088 + ], + [ + -76.81543468786136, + -11.747456074918473 + ] + ] + ], + "type": "Polygon" + }, + "id": "2202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94006673186296, + -12.225819267950595, + -76.93041373411165, + -12.215437036513707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.93574722477372, + -12.215437036513707 + ] + ] + ], + "type": "Polygon" + }, + "id": "2203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97969267714785, + -12.198290345947262, + -76.97003947164114, + -12.18790668646148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.97537246858299, + -12.18790668646148 + ] + ] + ], + "type": "Polygon" + }, + "id": "2204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73820215378392, + -12.166455348944075, + -76.72855631438362, + -12.156077233492308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.73388894791663, + -12.156077233492308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74968302632684, + -12.002524345768986, + -76.74004176411363, + -11.992143403226878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.74537169101878, + -11.992143403226878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94302018626541, + -11.8171825851891, + -76.93337929634906, + -11.806794139162196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.93870605180817, + -11.806794139162196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03057488501967, + -11.817913930100227, + -77.02093171216825, + -11.807523340157617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.02625838592137, + -11.807523340157617 + ] + ] + ], + "type": "Polygon" + }, + "id": "2208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94235872125175, + -12.249631661583113, + -76.93270495249244, + -12.239249763635776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.94235872125175, + -12.24229819616683 + ], + [ + -76.94185176435842, + -12.247489198174955 + ], + [ + -76.93702479357765, + -12.249631661583113 + ], + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.93803883395766, + -12.239249763635776 + ] + ] + ], + "type": "Polygon" + }, + "id": "2209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90880679778297, + -12.120514979603445, + -76.89915776227966, + -12.11013184168028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.90448954354729, + -12.11013184168028 + ] + ] + ], + "type": "Polygon" + }, + "id": "2210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71450843421813, + -12.360551113338362, + -76.70485744512067, + -12.350176823953854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.7101932895376, + -12.350176823953854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77860761608815, + -11.9896737478953, + -76.76896595285734, + -11.979291880995676 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.77429565769137, + -11.979291880995676 + ] + ] + ], + "type": "Polygon" + }, + "id": "2212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11679464586881, + -12.02303641279374, + -77.10714317686062, + -12.012646670004308 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.11679464586881, + -12.01569240955975 + ], + [ + -77.11629048928141, + -12.020887333004076 + ], + [ + -77.11146466939687, + -12.02303641279374 + ], + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.11247310967897, + -12.012646670004308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07021672034729, + -11.884736432563297, + -77.06057054800715, + -11.87434580601751 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.06589827038675, + -11.87434580601751 + ] + ] + ], + "type": "Polygon" + }, + "id": "2214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68714069663562, + -12.263520088650578, + -76.67749335868811, + -12.253144859008623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.68282760460235, + -12.253144859008623 + ] + ] + ], + "type": "Polygon" + }, + "id": "2215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96592972691283, + -12.05539015859817, + -76.95628114251029, + -12.045004597289626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.96161179770283, + -12.045004597289626 + ] + ] + ], + "type": "Polygon" + }, + "id": "2216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10053252401718, + -11.667389558595428, + -77.09089205576919, + -11.65699527274038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.09621616281244, + -11.65699527274038 + ] + ] + ], + "type": "Polygon" + }, + "id": "2217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97116973543633, + -11.764884061241343, + -76.96152967057434, + -11.75449421054445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.96685553848423, + -11.75449421054445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9606261387944, + -12.157091650722055, + -76.95097465758434, + -12.146707803064285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.95630699465099, + -12.146707803064285 + ] + ] + ], + "type": "Polygon" + }, + "id": "2219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83185655118956, + -12.293682437388698, + -76.82220438457104, + -12.283304034495115 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.8275390777118, + -12.283304034495115 + ] + ] + ], + "type": "Polygon" + }, + "id": "2220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7488671513803, + -12.151798628464446, + -76.73922145900409, + -12.141420008193382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.74455384755785, + -12.141420008193382 + ] + ] + ], + "type": "Polygon" + }, + "id": "2221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74428106581054, + -12.198500044316127, + -76.7346341042661, + -12.188122289614752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.73996726485633, + -12.188122289614752 + ] + ] + ], + "type": "Polygon" + }, + "id": "2222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13342330360237, + -11.851583067546285, + -77.12377652818405, + -11.841190443167735 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.12910361385393, + -11.841190443167735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8935759064582, + -12.181903521836418, + -76.88392543966945, + -12.171521737098573 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88925824567524, + -12.171521737098573 + ] + ] + ], + "type": "Polygon" + }, + "id": "2224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88672015106931, + -12.20480833789744, + -76.87706918135568, + -12.194427093735452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.88240237054319, + -12.194427093735452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68566215745008, + -12.184788259890938, + -76.67601721104135, + -12.174411780234585 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.68135015729821, + -12.174411780234585 + ] + ] + ], + "type": "Polygon" + }, + "id": "2226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03228189154099, + -12.179892439315593, + -77.02262788260698, + -12.169507189631384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.03228189154099, + -12.172554455729308 + ], + [ + -77.03177630379538, + -12.177747133058633 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.02796051581542, + -12.169507189631384 + ] + ] + ], + "type": "Polygon" + }, + "id": "2227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98792251751009, + -11.782262146567032, + -76.97828150205932, + -11.771872117315686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.98360763821756, + -11.771872117315686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07542318148143, + -11.68854619246984, + -77.06578271770844, + -11.678152787047706 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.07110720729678, + -11.678152787047706 + ] + ] + ], + "type": "Polygon" + }, + "id": "2229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05120368798327, + -11.937938667104248, + -77.04155641339915, + -11.927549265534882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.04688503632414, + -11.927549265534882 + ] + ] + ], + "type": "Polygon" + }, + "id": "2230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97584729509968, + -12.095688256807643, + -76.96619725148645, + -12.085303069677245 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.97152856062648, + -12.085303069677245 + ] + ] + ], + "type": "Polygon" + }, + "id": "2231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69785848445808, + -12.1545703929778, + -76.68821410420628, + -12.144193117241377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69354655022664, + -12.144193117241377 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.68821410420628, + -12.151520077430236 + ], + [ + -76.68872444769332, + -12.146331494340012 + ], + [ + -76.69354655022664, + -12.144193117241377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14121562032312, + -12.056895617241048, + -77.13156253060284, + -12.046505795068605 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13689298352031, + -12.046505795068605 + ], + [ + -77.14121562032312, + -12.049551466874641 + ], + [ + -77.14071175422416, + -12.05474642981557 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.13689298352031, + -12.046505795068605 + ] + ] + ], + "type": "Polygon" + }, + "id": "2233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71381034820762, + -12.226894862568093, + -76.70416337116535, + -12.216518346717036 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70949700809119, + -12.216518346717036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7230319231428, + -12.03917918720268, + -76.71339029482377, + -12.028799474567464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.71872083302344, + -12.028799474567464 + ] + ] + ], + "type": "Polygon" + }, + "id": "2235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12182784158261, + -11.637986818614033, + -77.11218771312444, + -11.627591645554533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11751130599826, + -11.627591645554533 + ], + [ + -77.12182784158261, + -11.630635361394946 + ], + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.11269132691153, + -11.629745481250453 + ], + [ + -77.11751130599826, + -11.627591645554533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90044043616221, + -12.253337028078025, + -76.89078765540475, + -12.242956234652333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.89612163469324, + -12.242956234652333 + ] + ] + ], + "type": "Polygon" + }, + "id": "2237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71612776842203, + -12.156393896490284, + -76.70648283245654, + -12.1460161830675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.71181530532915, + -12.1460161830675 + ] + ] + ], + "type": "Polygon" + }, + "id": "2238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74051405753309, + -12.095944585157838, + -76.73087025906067, + -12.085565299549781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.73620172879208, + -12.085565299549781 + ] + ] + ], + "type": "Polygon" + }, + "id": "2239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99868906279676, + -12.050755800273024, + -76.9890397695912, + -12.040369360510699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.9943703135415, + -12.040369360510699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83643299997316, + -12.246978059362654, + -76.82678210625619, + -12.236598765007308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.83211602559267, + -12.236598765007308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76555306636861, + -12.357799046307305, + -76.75590076835888, + -12.347423408867066 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.7612365524292, + -12.347423408867066 + ] + ] + ], + "type": "Polygon" + }, + "id": "2242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01225712202827, + -11.721709546744504, + -77.00261728207884, + -11.711318113956354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -77.00794239567594, + -11.711318113956354 + ] + ] + ], + "type": "Polygon" + }, + "id": "2243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75868814051387, + -12.380686428588334, + -76.74903534456271, + -12.370311360626745 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.75437150934191, + -12.370311360626745 + ] + ] + ], + "type": "Polygon" + }, + "id": "2244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97277891982652, + -12.032473113499318, + -76.96313084129498, + -12.022087035464107 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.96846111187938, + -12.022087035464107 + ] + ] + ], + "type": "Polygon" + }, + "id": "2245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538781002992, + -12.045452188356483, + -76.85574216013168, + -12.035068976403391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.86107273689433, + -12.035068976403391 + ] + ] + ], + "type": "Polygon" + }, + "id": "2246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11592973908499, + -11.889212388281651, + -77.10628228068582, + -11.878820715103412 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.11161001193271, + -11.878820715103412 + ] + ] + ], + "type": "Polygon" + }, + "id": "2247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74118606818215, + -12.323931602167109, + -76.73153544456383, + -12.313556006036755 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.73687067721839, + -12.313556006036755 + ] + ] + ], + "type": "Polygon" + }, + "id": "2248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11578499865091, + -11.700354571386391, + -77.10614316653567, + -11.689960340517066 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.11146779290176, + -11.689960340517066 + ] + ] + ], + "type": "Polygon" + }, + "id": "2249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78849220292379, + -12.029964916078036, + -76.77884907166536, + -12.019583403136162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.78417943633144, + -12.019583403136162 + ] + ] + ], + "type": "Polygon" + }, + "id": "2250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04132919752959, + -11.992030874072867, + -77.03168056224546, + -11.98164250639567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.0370100883011, + -11.98164250639567 + ] + ] + ], + "type": "Polygon" + }, + "id": "2251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99169587050562, + -11.696092087209871, + -76.98205732187763, + -11.68570082473526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9873820373827, + -11.68570082473526 + ], + [ + -76.99169587050562, + -11.688746005922312 + ], + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.982562848912, + -11.687851240552765 + ], + [ + -76.9873820373827, + -11.68570082473526 + ] + ] + ], + "type": "Polygon" + }, + "id": "2252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78999572838549, + -12.10872886835329, + -76.78035020739046, + -12.098348527318377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.78568186995076, + -12.098348527318377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75036133853578, + -12.230544030520392, + -76.7407132548037, + -12.22016664304371 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.74604694243342, + -12.22016664304371 + ] + ] + ], + "type": "Polygon" + }, + "id": "2254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78000616027552, + -12.445677675553496, + -76.77035084344742, + -12.435303205698299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7756880742814, + -12.435303205698299 + ], + [ + -76.78000616027552, + -12.43835405438097 + ], + [ + -76.77949662661212, + -12.443541343262394 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.7756880742814, + -12.435303205698299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97810910958461, + -12.025134151278982, + -76.96846111187938, + -12.014747831112652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.97379125600268, + -12.014747831112652 + ] + ] + ], + "type": "Polygon" + }, + "id": "2256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01455152454933, + -11.74553726552728, + -77.0049109166655, + -11.735146090942242 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.01023641929363, + -11.735146090942242 + ] + ] + ], + "type": "Polygon" + }, + "id": "2257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919538432309, + -12.053691978409363, + -76.85954938772538, + -12.043308796598057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.86488009765586, + -12.043308796598057 + ] + ] + ], + "type": "Polygon" + }, + "id": "2258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72832174077452, + -12.126170881656599, + -76.71867737315155, + -12.115792378958268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.72400934465152, + -12.115792378958268 + ] + ] + ], + "type": "Polygon" + }, + "id": "2259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96816402544164, + -11.890448414333168, + -76.95852029966572, + -11.88006037037884 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.96384823625911, + -11.88006037037884 + ] + ] + ], + "type": "Polygon" + }, + "id": "2260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84787160826832, + -12.083028723681272, + -76.83822530316174, + -12.072646526180238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.84355651085302, + -12.072646526180238 + ] + ] + ], + "type": "Polygon" + }, + "id": "2261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76858138816529, + -12.42096326514832, + -76.75892711963289, + -12.410588648881484 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.75892711963289, + -12.417912334966942 + ], + [ + -76.75943689960508, + -12.41272508089645 + ], + [ + -76.7642639464955, + -12.410588648881484 + ] + ] + ], + "type": "Polygon" + }, + "id": "2262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79074776939343, + -12.148108015134563, + -76.78110105309086, + -12.137728274673067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.78643336483256, + -12.137728274673067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02607510866953, + -11.959068811384752, + -77.01642784586336, + -11.948680331988953 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.02175684788978, + -11.948680331988953 + ] + ] + ], + "type": "Polygon" + }, + "id": "2264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6445280609105, + -12.22782216227807, + -76.63488296840235, + -12.217447438550456 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64021662684411, + -12.217447438550456 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63539416849386, + -12.219583688777156 + ], + [ + -76.64021662684411, + -12.217447438550456 + ] + ] + ], + "type": "Polygon" + }, + "id": "2266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76783148351102, + -12.381600466724572, + -76.75817841225637, + -12.371225182243537 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.76351458878291, + -12.371225182243537 + ] + ] + ], + "type": "Polygon" + }, + "id": "2267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05188048463243, + -11.78853165079767, + -77.04223764299552, + -11.778140139939461 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.04756380700019, + -11.778140139939461 + ] + ] + ], + "type": "Polygon" + }, + "id": "2268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94762252999632, + -11.959212143769555, + -76.93797728920273, + -11.94882559870642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.94330637800003, + -11.94882559870642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76714047977974, + -12.15361887937787, + -76.75749423702597, + -12.143239824150506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.7628266493577, + -12.143239824150506 + ] + ] + ], + "type": "Polygon" + }, + "id": "2270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15934469968751, + -11.869851523508766, + -77.1496967344261, + -11.859458529463343 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15934469968751, + -11.86250312602307 + ], + [ + -77.15884137941777, + -11.867699674936244 + ], + [ + -77.15401731170752, + -11.869851523508766 + ], + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.15502407940164, + -11.859458529463343 + ] + ] + ], + "type": "Polygon" + }, + "id": "2271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83949974377911, + -12.02716235781513, + -76.8298553279456, + -12.016779517882085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.83518561995024, + -12.016779517882085 + ] + ] + ], + "type": "Polygon" + }, + "id": "2272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1167219721556, + -11.928627252198467, + -77.1070733194493, + -11.918236122801598 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.1124016980915, + -11.918236122801598 + ] + ] + ], + "type": "Polygon" + }, + "id": "2273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08679596979961, + -11.618833061892166, + -77.07715729183873, + -11.608438496732772 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.08248062074712, + -11.608438496732772 + ] + ] + ], + "type": "Polygon" + }, + "id": "2275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74420899701688, + -12.387095783618442, + -76.73455640312537, + -12.376721195387494 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73989267859994, + -12.376721195387494 + ] + ] + ], + "type": "Polygon" + }, + "id": "2276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84253300876786, + -12.184699363674142, + -76.83288381192257, + -12.174318902295974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.83821669976166, + -12.174318902295974 + ] + ] + ], + "type": "Polygon" + }, + "id": "2277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72460262009393, + -11.92927617338298, + -76.7149642245443, + -11.918894790178685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.72029295134476, + -11.918894790178685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78698941907854, + -11.951193666201778, + -76.77734867638615, + -11.940811020359686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.7826777437823, + -11.940811020359686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8418046440954, + -11.767884279362917, + -76.83216789041596, + -11.757497682812891 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.8374939123082, + -11.757497682812891 + ] + ] + ], + "type": "Polygon" + }, + "id": "2280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78471244170701, + -11.927379865227344, + -76.77507247002917, + -11.91699693062923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78040114615784, + -11.91699693062923 + ], + [ + -76.78471244170701, + -11.920045198077144 + ], + [ + -76.78420379009265, + -11.925236719757814 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77558124734584, + -11.919140098309013 + ], + [ + -76.78040114615784, + -11.91699693062923 + ] + ] + ], + "type": "Polygon" + }, + "id": "2281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73212460213598, + -12.134409965511335, + -76.72247988483625, + -12.124031495784568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.72781199129439, + -12.124031495784568 + ] + ] + ], + "type": "Polygon" + }, + "id": "2282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7663913754581, + -12.114241886685738, + -76.7567463279987, + -12.103862229350304 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.76207809106621, + -12.103862229350304 + ] + ] + ], + "type": "Polygon" + }, + "id": "2283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01246812080684, + -12.193664593398912, + -77.00281420847591, + -12.183280051531607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -77.00814709258785, + -12.183280051531607 + ] + ] + ], + "type": "Polygon" + }, + "id": "2284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76180801876903, + -12.16094800097688, + -76.75216170183803, + -12.150569197703003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.75749423702597, + -12.150569197703003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03218585640361, + -11.991132161756106, + -77.02253748145219, + -11.980744004578208 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.02786700403321, + -11.980744004578208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10988121380956, + -11.95155879386182, + -77.10023204937157, + -11.941168162267692 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.10556081560036, + -11.941168162267692 + ] + ] + ], + "type": "Polygon" + }, + "id": "2287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745260167113, + -12.046356964073654, + -76.86488009765586, + -12.035973537290586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.8702106829263, + -12.035973537290586 + ] + ] + ], + "type": "Polygon" + }, + "id": "2288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9613176393864, + -11.913371087028025, + -76.95167340838161, + -11.902983539175906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.95700172914226, + -11.902983539175906 + ] + ] + ], + "type": "Polygon" + }, + "id": "2289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74435305053997, + -12.009855978222042, + -76.73471171477347, + -11.999475280777443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.74004176411363, + -11.999475280777443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76024860509764, + -12.270826034249822, + -76.75059904973693, + -12.260449060649698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.75593339910711, + -12.260449060649698 + ] + ] + ], + "type": "Polygon" + }, + "id": "2291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09764338019949, + -11.887422793038516, + -77.08799643478945, + -11.87703153775857 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.093324163317, + -11.87703153775857 + ] + ] + ], + "type": "Polygon" + }, + "id": "2292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08777635693696, + -11.941525935595154, + -77.07812804822125, + -11.931135694873761 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.0834566810895, + -11.931135694873761 + ] + ] + ], + "type": "Polygon" + }, + "id": "2293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00168479223994, + -11.925208132155689, + -76.99203916471495, + -11.914819759890397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.99736763765453, + -11.914819759890397 + ] + ] + ], + "type": "Polygon" + }, + "id": "2294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99643137019336, + -12.12131057634371, + -76.98678003025627, + -12.110925280524311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.99211173955172, + -12.110925280524311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82727886575333, + -12.34038276568269, + -76.81762542602088, + -12.330005268124177 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.82727886575333, + -12.333055197896924 + ], + [ + -76.82677015768238, + -12.338244000406647 + ], + [ + -76.8219433507751, + -12.34038276568269 + ], + [ + -76.81762542602088, + -12.33733275236713 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.8229608931213, + -12.330005268124177 + ] + ] + ], + "type": "Polygon" + }, + "id": "2296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95825401052709, + -11.850144703619122, + -76.94861174249945, + -11.839756337251197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.95393902572158, + -11.839756337251197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76711113047062, + -12.247933371287019, + -76.75746207278014, + -12.237555844228279 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.76279604166508, + -12.237555844228279 + ] + ] + ], + "type": "Polygon" + }, + "id": "2298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81509638676043, + -12.276294194634984, + -76.80544518833904, + -12.265915923544517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.81077960372771, + -12.265915923544517 + ] + ] + ], + "type": "Polygon" + }, + "id": "2299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04216327094528, + -12.125818222214791, + -77.0325106237009, + -12.115431873811264 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.04216327094528, + -12.11847879625927 + ], + [ + -77.04165790632007, + -12.123672022928384 + ], + [ + -77.03683149687726, + -12.125818222214791 + ], + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.0378423530206, + -12.115431873811264 + ] + ] + ], + "type": "Polygon" + }, + "id": "2300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8341596188367, + -12.128839085971732, + -76.82451231266047, + -12.118457946683113 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82984428408815, + -12.118457946683113 + ] + ] + ], + "type": "Polygon" + }, + "id": "2301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77241721594459, + -12.334910073486167, + -76.76276541610247, + -12.324533870071624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.76810081936269, + -12.324533870071624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04728524807598, + -11.740874641164686, + -77.03764394192034, + -11.730482604526058 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.04296932827424, + -11.730482604526058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03291966787403, + -11.93614345292047, + -77.02327291322365, + -11.925754472435123 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.02860152952188, + -11.925754472435123 + ] + ] + ], + "type": "Polygon" + }, + "id": "2304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0564221211169, + -11.74176855770142, + -77.04678055582134, + -11.731376310124988 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.0521059451894, + -11.731376310124988 + ] + ] + ], + "type": "Polygon" + }, + "id": "2305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97814133062029, + -12.119505645640912, + -76.9684905169539, + -12.109120772611677 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.97382221630671, + -12.109120772611677 + ] + ] + ], + "type": "Polygon" + }, + "id": "2306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90954928998019, + -11.971184753702772, + -76.89990468844591, + -11.960799329084379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.90523400821306, + -11.960799329084379 + ] + ] + ], + "type": "Polygon" + }, + "id": "2307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79231841159363, + -11.943859395131769, + -76.7826777437823, + -11.933476507730944 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7880066880396, + -11.933476507730944 + ] + ] + ], + "type": "Polygon" + }, + "id": "2308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80523631810999, + -12.047350943274267, + -76.79559221765021, + -12.03696927135577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.80092286111608, + -12.03696927135577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04503986599737, + -11.811464306082415, + -77.03539651585352, + -11.801073274230767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.04072306565945, + -11.801073274230767 + ] + ] + ], + "type": "Polygon" + }, + "id": "2310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95753413226797, + -11.999512312589241, + -76.9478874322068, + -11.98912611716273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.95321717516609, + -11.98912611716273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96664587974449, + -11.906030156083869, + -76.95700172914226, + -11.895642371560216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.9623299237358, + -11.895642371560216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08238504594077, + -11.854459126369987, + -77.07273946747392, + -11.844067778596798 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.07806667515956, + -11.844067778596798 + ] + ] + ], + "type": "Polygon" + }, + "id": "2313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98259633592536, + -11.789606172719443, + -76.97295523945762, + -11.779216373869183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.97828150205932, + -11.779216373869183 + ] + ] + ], + "type": "Polygon" + }, + "id": "2314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13946599519028, + -11.78922480587248, + -77.1298209258034, + -11.7788311801599 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.13514697667443, + -11.7788311801599 + ] + ] + ], + "type": "Polygon" + }, + "id": "2315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82350835269435, + -12.049163988652937, + -76.81386370810054, + -12.038781884086125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.8191943719328, + -12.038781884086125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69321506409345, + -12.295559421778545, + -76.68356660182577, + -12.28518457176467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.68890137613982, + -12.28518457176467 + ] + ] + ], + "type": "Polygon" + }, + "id": "2317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00479815341191, + -12.082815424157651, + -76.99514774660766, + -12.072429324706542 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -77.00047881196632, + -12.072429324706542 + ] + ] + ], + "type": "Polygon" + }, + "id": "2318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73506646913626, + -12.386180903301442, + -76.72541415179316, + -12.37580653220581 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.73075041480712, + -12.37580653220581 + ] + ] + ], + "type": "Polygon" + }, + "id": "2319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05720656541983, + -11.781185289640032, + -77.04756380700019, + -11.77079354966519 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.05288984334906, + -11.77079354966519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94308611856361, + -12.100316472036074, + -76.9334367882691, + -12.089932167285513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.93876820621303, + -12.089932167285513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386798688876, + -11.777925416935378, + -76.8542303476123, + -11.767538403822764 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.85955652064347, + -11.767538403822764 + ] + ] + ], + "type": "Polygon" + }, + "id": "2322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72675132702288, + -12.236046306251065, + -76.71710372258805, + -12.225669610214766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.72243750771351, + -12.225669610214766 + ] + ] + ], + "type": "Polygon" + }, + "id": "2323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99106361171948, + -12.03427535107064, + -76.98141500663817, + -12.02388884935064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.9867452874835, + -12.02388884935064 + ] + ] + ], + "type": "Polygon" + }, + "id": "2324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0929077976325, + -11.650907078298745, + -77.08326801168624, + -11.64051276768978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.08859185881846, + -11.64051276768978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9688787894931, + -11.741058500298614, + -76.95923949306376, + -11.730668388541009 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96456497156137, + -11.730668388541009 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.95923949306376, + -11.73801278326959 + ], + [ + -76.95974540933105, + -11.732817780694003 + ], + [ + -76.96456497156137, + -11.730668388541009 + ] + ] + ], + "type": "Polygon" + }, + "id": "2326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7107036411995, + -12.35231286086453, + -76.70105300262858, + -12.341938527164796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.70638871167681, + -12.341938527164796 + ] + ] + ], + "type": "Polygon" + }, + "id": "2327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66886775488464, + -12.261690917494603, + -76.65922097604651, + -12.251316126334437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.66455519334323, + -12.251316126334437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87224109731923, + -12.02254188356778, + -76.86259594893134, + -12.012158153722808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.86792614336973, + -12.012158153722808 + ] + ] + ], + "type": "Polygon" + }, + "id": "2329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95300129706628, + -12.140612064024397, + -76.94335050600151, + -12.130228144287004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.94868257882793, + -12.130228144287004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04885204441719, + -11.819705186948406, + -77.03920835176574, + -11.809314174991414 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.0445350322822, + -11.809314174991414 + ] + ] + ], + "type": "Polygon" + }, + "id": "2331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94381284661107, + -11.95097186218899, + -76.93416795070505, + -11.940585291064934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93949690740047, + -11.940585291064934 + ] + ] + ], + "type": "Polygon" + }, + "id": "2332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9964689511613, + -12.215673669067037, + -76.98681479331508, + -12.205289877100451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.99214805875167, + -12.205289877100451 + ] + ] + ], + "type": "Polygon" + }, + "id": "2333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72443555051403, + -12.30654081963893, + -76.71478590372767, + -12.296165356267613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.72012085356069, + -12.296165356267613 + ] + ] + ], + "type": "Polygon" + }, + "id": "2334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74193250731007, + -12.36329550867162, + -76.7322806869038, + -12.352920566691365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.73761656973008, + -12.352920566691365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15615623645894, + -11.712159052125154, + -77.14651304519876, + -11.7017640013437 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.15183780297451, + -11.7017640013437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0740909898858, + -11.987382473299185, + -77.06444166033259, + -11.97699323699654 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.06977106704197, + -11.97699323699654 + ] + ] + ], + "type": "Polygon" + }, + "id": "2337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15091401621498, + -11.813948433114312, + -77.14126792548107, + -11.803554867710691 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.14659436472064, + -11.803554867710691 + ] + ] + ], + "type": "Polygon" + }, + "id": "2338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97801255919079, + -11.741954769040571, + -76.96837299951777, + -11.731564444215294 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.97369848339169, + -11.731564444215294 + ] + ] + ], + "type": "Polygon" + }, + "id": "2339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17292862199277, + -11.72953201106205, + -77.16328449777383, + -11.719136784668647 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.17292862199277, + -11.722180537338396 + ], + [ + -77.1724257105791, + -11.727378202450469 + ], + [ + -77.16760356353409, + -11.72953201106205 + ], + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.16860951345932, + -11.719136784668647 + ] + ] + ], + "type": "Polygon" + }, + "id": "2340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95070919735396, + -12.11679624599008, + -76.94105917667805, + -12.106412009026894 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.94639085904679, + -12.106412009026894 + ] + ] + ], + "type": "Polygon" + }, + "id": "2341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90118707091497, + -12.10403549576239, + -76.89153872753171, + -12.093652290459513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.89687024331093, + -12.093652290459513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70082211501135, + -12.3120362184671, + -76.69117295128297, + -12.301661451437212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.69650799663762, + -12.301661451437212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96438250347724, + -11.976593486520674, + -76.95473630875114, + -11.96620678230787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.96006566742359, + -11.96620678230787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02065681905299, + -11.777605422972254, + -77.01101510014396, + -11.767214527642455 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.01634112287529, + -11.767214527642455 + ] + ] + ], + "type": "Polygon" + }, + "id": "2345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9293455491586, + -11.957409872368263, + -76.91970083921899, + -11.947023753861675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92502991514066, + -11.947023753861675 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.91970083921899, + -11.954362653962642 + ], + [ + -76.92020764647336, + -11.949169648096508 + ], + [ + -76.92502991514066, + -11.947023753861675 + ] + ] + ], + "type": "Polygon" + }, + "id": "2346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83493635099308, + -11.979533613538727, + -76.82529347686265, + -11.969150176849167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.83062298680203, + -11.969150176849167 + ] + ] + ], + "type": "Polygon" + }, + "id": "2347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95683960598319, + -12.243203872984429, + -76.9471856520181, + -12.23282151014961 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.95683960598319, + -12.235869776930913 + ], + [ + -76.95633286188698, + -12.241061011290558 + ], + [ + -76.95150579858131, + -12.243203872984429 + ], + [ + -76.9471856520181, + -12.240155522450415 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.95251941341978, + -12.23282151014961 + ] + ] + ], + "type": "Polygon" + }, + "id": "2348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76339680567504, + -11.956715254987866, + -76.75375653646535, + -11.9463332866877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.75908570403777, + -11.9463332866877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02313359723938, + -12.178990208504153, + -77.01347984941584, + -12.168605168914173 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.01881247887209, + -12.168605168914173 + ] + ] + ], + "type": "Polygon" + }, + "id": "2350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83341220409454, + -11.995108432029355, + -76.82376890640543, + -11.984725264660659 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.82909867382855, + -11.984725264660659 + ] + ] + ], + "type": "Polygon" + }, + "id": "2351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03590147621738, + -11.810568835900702, + -77.02625838592137, + -11.800178015061976 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.03158493236862, + -11.800178015061976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06622918888083, + -11.593218595826958, + -77.05659179292005, + -11.582824212958137 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.06191472905478, + -11.582824212958137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87681129409442, + -12.07017153236074, + -76.86716460427898, + -12.059788412199508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.87249558042159, + -12.059788412199508 + ] + ] + ], + "type": "Polygon" + }, + "id": "2354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00852968966213, + -11.902283094576111, + -76.99888456913847, + -11.891894225533342 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -77.00421265697723, + -11.891894225533342 + ] + ] + ], + "type": "Polygon" + }, + "id": "2355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77627774462297, + -12.154528605541767, + -76.76663122739403, + -12.144149333210699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.77196365120182, + -12.144149333210699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07233799616604, + -11.625292240940206, + -77.06269949177575, + -11.614898107264915 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.0680229464722, + -11.614898107264915 + ] + ] + ], + "type": "Polygon" + }, + "id": "2357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94158749531321, + -12.210245847903835, + -76.93193492292998, + -12.199863325330073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.93726815521224, + -12.199863325330073 + ] + ] + ], + "type": "Polygon" + }, + "id": "2358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88366927495886, + -12.141612080662552, + -76.87402027230871, + -12.131229901720895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.8793524213084, + -12.131229901720895 + ] + ] + ], + "type": "Polygon" + }, + "id": "2359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00709449842572, + -12.10663431021068, + -76.99744332190157, + -12.096248522969942 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -77.00277477721802, + -12.096248522969942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12564110115295, + -11.646228161563384, + -77.11600063213741, + -11.635833000264007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.1213243546115, + -11.635833000264007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0900785727454, + -11.965351682043874, + -77.08042949576729, + -11.954961732499763 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.08575851760808, + -11.954961732499763 + ] + ] + ], + "type": "Polygon" + }, + "id": "2362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85471885964529, + -12.24879625483841, + -76.84506742438742, + -12.238416530926834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.8504013622327, + -12.238416530926834 + ] + ] + ], + "type": "Polygon" + }, + "id": "2363", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88900756172255, + -12.228619163223128, + -76.87935582060571, + -12.21823824935279 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.88468940095534, + -12.21823824935279 + ] + ] + ], + "type": "Polygon" + }, + "id": "2364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.073303937237, + -11.947973533694965, + -77.06365580235644, + -11.937583738714354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.0689845613097, + -11.937583738714354 + ] + ] + ], + "type": "Polygon" + }, + "id": "2365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80751584621575, + -12.071162635232271, + -76.797870974356, + -12.060781270011335 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.80320200922415, + -12.060781270011335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01849356721253, + -12.036976718479357, + -77.00884417588966, + -12.026589583114207 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.0141744700574, + -12.026589583114207 + ] + ] + ], + "type": "Polygon" + }, + "id": "2367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17141984234634, + -11.745124548473411, + -77.16177529144235, + -11.734729563909278 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16710056586732, + -11.734729563909278 + ], + [ + -77.17141984234634, + -11.737773411929851 + ], + [ + -77.17091688552604, + -11.7429709561246 + ], + [ + -77.1660945251225, + -11.745124548473411 + ], + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.16710056586732, + -11.734729563909278 + ] + ] + ], + "type": "Polygon" + }, + "id": "2368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74267913078529, + -12.402657278419317, + -76.7330261132975, + -12.392283000310297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.74267913078529, + -12.395334008839233 + ], + [ + -76.74216914477954, + -12.400521202137712 + ], + [ + -76.73734254852776, + -12.402657278419317 + ], + [ + -76.7330261132975, + -12.399606186480021 + ], + [ + -76.73353622520659, + -12.394419101679267 + ], + [ + -76.73836264645216, + -12.392283000310297 + ] + ] + ], + "type": "Polygon" + }, + "id": "2369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10303967242653, + -11.97448890900854, + -77.0933899964781, + -11.964098778748443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.09871915019534, + -11.964098778748443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00939120295997, + -12.13045265852866, + -76.99973925662417, + -12.120067187059483 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -77.00507110193806, + -12.120067187059483 + ] + ] + ], + "type": "Polygon" + }, + "id": "2371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82503316865082, + -12.033590763014374, + -76.81538894764515, + -12.023208383723386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.82071935395685, + -12.023208383723386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07857109290872, + -11.846218199664118, + -77.06892585633113, + -11.835826829908335 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.07425293370218, + -11.835826829908335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73134014142458, + -12.18934963426735, + -76.72169380585368, + -12.178972061160026 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.72702681902715, + -12.178972061160026 + ] + ] + ], + "type": "Polygon" + }, + "id": "2374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97497834956805, + -11.773124762985754, + -76.96533794077668, + -11.762734929115 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.97066394029184, + -11.762734929115 + ] + ] + ], + "type": "Polygon" + }, + "id": "2375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8120922001379, + -12.024445040527775, + -76.80244859860132, + -12.01406284887627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.80777886109321, + -12.01406284887627 + ] + ] + ], + "type": "Polygon" + }, + "id": "2376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95374866846167, + -12.085642974624413, + -76.94409949816392, + -12.075258178559078 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94943066403395, + -12.075258178559078 + ] + ] + ], + "type": "Polygon" + }, + "id": "2377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85396260060155, + -12.115080821519621, + -76.8443151771714, + -12.104698969215393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.84964690943727, + -12.104698969215393 + ] + ] + ], + "type": "Polygon" + }, + "id": "2378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07614909591477, + -11.633533430490932, + -77.06651024997272, + -11.6231393074639 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.07183383488484, + -11.6231393074639 + ] + ] + ], + "type": "Polygon" + }, + "id": "2379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67970049799605, + -11.96411639967244, + -76.67006229744104, + -11.953736671217735 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.67539160514521, + -11.953736671217735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99713367849087, + -11.971953633287212, + -76.98748677501405, + -11.96156605339647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.99281602266578, + -11.96156605339647 + ] + ] + ], + "type": "Polygon" + }, + "id": "2381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72216127446684, + -12.282738993266815, + -76.71251240095832, + -12.272363188172767 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.71784695818974, + -12.272363188172767 + ] + ] + ], + "type": "Polygon" + }, + "id": "2382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0525566590049, + -11.639099431938549, + -77.04291824624588, + -11.628705952662479 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.04824195359704, + -11.628705952662479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09067256997628, + -11.72151078882736, + -77.08103074008486, + -11.711117441769247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.08635575033395, + -11.711117441769247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03149959506722, + -12.140496083603848, + -77.02184678215784, + -12.130110227202893 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.03149959506722, + -12.133157318133431 + ], + [ + -77.03099405794106, + -12.138350298860766 + ], + [ + -77.0261675656029, + -12.140496083603848 + ], + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.02717876671738, + -12.130110227202893 + ] + ] + ], + "type": "Polygon" + }, + "id": "2385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83115238135662, + -11.782562731198556, + -76.82151547510189, + -11.77217659972024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.83064460399831, + -11.780416785307468 + ], + [ + -76.82582606414948, + -11.782562731198556 + ], + [ + -76.82151547510189, + -11.77951557814045 + ], + [ + -76.82202337823593, + -11.774322566602898 + ], + [ + -76.82684174465128, + -11.77217659972024 + ] + ] + ], + "type": "Polygon" + }, + "id": "2386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97817357046891, + -12.213865473223935, + -76.96851993919714, + -12.203482103385554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.97385319468727, + -12.203482103385554 + ] + ] + ], + "type": "Polygon" + }, + "id": "2387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16298991869557, + -11.689214841519656, + -77.15334724039408, + -11.678819329193594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.15867161012272, + -11.678819329193594 + ] + ] + ], + "type": "Polygon" + }, + "id": "2388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15242398099896, + -11.798358022701429, + -77.14277831690424, + -11.787964208499071 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.1481044973933, + -11.787964208499071 + ] + ] + ], + "type": "Polygon" + }, + "id": "2389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75959473846376, + -11.948475625405079, + -76.74995481790896, + -11.938093632893088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.75528385106381, + -11.938093632893088 + ] + ] + ], + "type": "Polygon" + }, + "id": "2390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90498592944029, + -12.01791694670848, + -76.89534005469719, + -12.00753233035904 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.9006701480367, + -12.00753233035904 + ] + ] + ], + "type": "Polygon" + }, + "id": "2391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69262813549503, + -11.973264706986589, + -76.68298930609413, + -11.96288478279956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.68831876321083, + -11.96288478279956 + ] + ] + ], + "type": "Polygon" + }, + "id": "2392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84100041849729, + -12.294592636698894, + -76.83134798055178, + -12.284214018945086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.83668268322576, + -12.284214018945086 + ] + ] + ], + "type": "Polygon" + }, + "id": "2393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94839391131562, + -11.998610904876195, + -76.93874747599017, + -11.988224922195226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.94407721294668, + -11.988224922195226 + ] + ] + ], + "type": "Polygon" + }, + "id": "2394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88367393440858, + -12.23595090445258, + -76.87402211520106, + -12.225570243941867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87935582060571, + -12.225570243941867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02905970017214, + -11.83349950042975, + -77.01941610198614, + -11.823109162240787 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.02474303392934, + -11.823109162240787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90119684302678, + -12.198382467221018, + -76.89154568347169, + -12.188000757652544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.89687875528585, + -12.188000757652544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0677999992172, + -11.672063917485223, + -77.0581602188709, + -11.661670485619537 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.06348444787953, + -11.661670485619537 + ] + ] + ], + "type": "Polygon" + }, + "id": "2398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08251035066293, + -12.043270613422301, + -77.0728591415118, + -12.032882008341145 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.07818945710474, + -12.032882008341145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75644297227956, + -12.262587286452028, + -76.74679376631644, + -12.252210272673235 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.75212798096787, + -12.252210272673235 + ] + ] + ], + "type": "Polygon" + }, + "id": "2400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91490606449074, + -12.152568661898663, + -76.90525591221788, + -12.142185877317445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.91058821694732, + -12.142185877317445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11808781750433, + -11.724186856643417, + -77.10844521853701, + -11.713792880873703 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.11377023307827, + -11.713792880873703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17062123169366, + -11.70569768634335, + -77.16097787382597, + -11.695302203998283 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.16630250175305, + -11.695302203998283 + ] + ] + ], + "type": "Polygon" + }, + "id": "2403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76102844323117, + -12.215889172224054, + -76.75138050735526, + -12.205511274286625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.75671394948105, + -12.205511274286625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83338217150141, + -12.278114758267332, + -76.82373042920699, + -12.267736056677998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.82906486439575, + -12.267736056677998 + ] + ] + ], + "type": "Polygon" + }, + "id": "2405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15854728909241, + -11.830430836858959, + -77.1489005177688, + -11.820037313943816 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.15422721571187, + -11.820037313943816 + ] + ] + ], + "type": "Polygon" + }, + "id": "2406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76408473641091, + -12.184754895311084, + -76.75443764714285, + -12.174376415643803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75977057433731, + -12.174376415643803 + ] + ] + ], + "type": "Polygon" + }, + "id": "2407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85244306501498, + -12.036307379347647, + -76.84279803169557, + -12.025924352920129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.84812846635171, + -12.025924352920129 + ] + ] + ], + "type": "Polygon" + }, + "id": "2408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98117852328419, + -12.088350465998314, + -76.97152856062648, + -12.077965033788368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.97685974320218, + -12.077965033788368 + ] + ] + ], + "type": "Polygon" + }, + "id": "2409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00009065758466, + -11.751987348403626, + -76.99045022948505, + -11.741596614178734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.99577585455776, + -11.741596614178734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94537746893351, + -12.124132420674018, + -76.93572736825753, + -12.113748430679404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.94105917667805, + -12.113748430679404 + ] + ] + ], + "type": "Polygon" + }, + "id": "2411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96435431003577, + -11.8822079232458, + -76.95471092857873, + -11.871819856544441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.96003873338543, + -11.871819856544441 + ] + ] + ], + "type": "Polygon" + }, + "id": "2412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06113168928094, + -11.978244256209337, + -77.05148296086307, + -11.967855200979718 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.05681223444505, + -11.967855200979718 + ] + ] + ], + "type": "Polygon" + }, + "id": "2413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14471117361454, + -11.687434944311903, + -77.13506900273448, + -11.677039848661805 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.14039337258488, + -11.677039848661805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98337167937521, + -11.829015219469927, + -76.97372938956097, + -11.818625940655528 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.97905629954545, + -11.818625940655528 + ] + ] + ], + "type": "Polygon" + }, + "id": "2415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93546405333853, + -12.08383664957132, + -76.92581541366863, + -12.073452278855903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.93114656702225, + -12.073452278855903 + ] + ] + ], + "type": "Polygon" + }, + "id": "2416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09823156031571, + -11.643556809606137, + -77.08859185881846, + -11.633162277177753 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.09391557768565, + -11.633162277177753 + ] + ] + ], + "type": "Polygon" + }, + "id": "2417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05344865906726, + -11.867358841571964, + -77.0438034302166, + -11.856968379000563 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.04913088873815, + -11.856968379000563 + ] + ] + ], + "type": "Polygon" + }, + "id": "2418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94988928380513, + -11.888649806112932, + -76.9402460865078, + -11.8782621880729 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9455740114693, + -11.8782621880729 + ] + ] + ], + "type": "Polygon" + }, + "id": "2419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0191855743928, + -11.887597302321032, + -77.0095406178301, + -11.877207963110989 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.01486845160942, + -11.877207963110989 + ] + ] + ], + "type": "Polygon" + }, + "id": "2420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72063098172633, + -12.29830232593731, + -76.7109816851466, + -12.287926820905296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.71631649978092, + -12.287926820905296 + ] + ] + ], + "type": "Polygon" + }, + "id": "2421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1342176290366, + -11.891000933214714, + -77.12456965956187, + -11.880608843144872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12989739242438, + -11.880608843144872 + ] + ] + ], + "type": "Polygon" + }, + "id": "2422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93923321594727, + -11.903330893112042, + -76.92958985909279, + -11.892943747799828 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.93491803568638, + -11.892943747799828 + ] + ] + ], + "type": "Polygon" + }, + "id": "2423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14709775742561, + -11.805707226465866, + -77.13745200707908, + -11.795313640502759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.14277831690424, + -11.795313640502759 + ] + ] + ], + "type": "Polygon" + }, + "id": "2424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76936019857966, + -12.366037462933384, + -76.75970755115263, + -12.355661870601452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.76504346990656, + -12.355661870601452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90421992361614, + -11.97852246960449, + -76.89457524346224, + -11.968137285767796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89990468844591, + -11.968137285767796 + ] + ] + ], + "type": "Polygon" + }, + "id": "2426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98111233419505, + -11.899587843121653, + -76.97146800082307, + -11.889199609920956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.97679607445004, + -11.889199609920956 + ] + ] + ], + "type": "Polygon" + }, + "id": "2427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6498616488754, + -12.220498520287574, + -76.64021662684411, + -12.21012353937759 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64555016444103, + -12.21012353937759 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64021662684411, + -12.217447438550456 + ], + [ + -76.64072774129811, + -12.212260003137592 + ], + [ + -76.64555016444103, + -12.21012353937759 + ] + ] + ], + "type": "Polygon" + }, + "id": "2428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13588512409214, + -12.064239442484924, + -77.12623194833915, + -12.053849861062881 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.13156253060284, + -12.053849861062881 + ] + ] + ], + "type": "Polygon" + }, + "id": "2429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78233626573633, + -12.28088861891925, + -76.77268581181502, + -12.270511252721423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.77802031874347, + -12.270511252721423 + ] + ] + ], + "type": "Polygon" + }, + "id": "2430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00467823479754, + -11.79964009923208, + -76.99503627022182, + -11.789249894026725 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -77.00036267372973, + -11.789249894026725 + ] + ] + ], + "type": "Polygon" + }, + "id": "2431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05944919640496, + -11.710591330205395, + -77.04980848188333, + -11.700198599241734 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.05513335491436, + -11.700198599241734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75416634199284, + -12.238782868473983, + -76.74451790880816, + -12.228405519488254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.74985173120636, + -12.228405519488254 + ] + ] + ], + "type": "Polygon" + }, + "id": "2433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.988663238752, + -11.727264912671703, + -76.97902384093962, + -11.716874131867616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.97902384093962, + -11.72421944551605 + ], + [ + -76.97952945904323, + -11.719024108294489 + ], + [ + -76.98434907207402, + -11.716874131867616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84863638520405, + -12.028067602981267, + -76.83899169889014, + -12.01768454745457 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.84432200018188, + -12.01768454745457 + ] + ] + ], + "type": "Polygon" + }, + "id": "2435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81970271452019, + -12.04092434615715, + -76.81005841755197, + -12.030542212106731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.81538894764515, + -12.030542212106731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68502973422127, + -11.956786063062346, + -76.67539160514521, + -11.946406090538497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.68072079158392, + -11.946406090538497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72765924509655, + -11.898131496442486, + -76.71802169382686, + -11.887749587284773 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72334990697279, + -11.887749587284773 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.71853121863998, + -11.889891899428738 + ], + [ + -76.72334990697279, + -11.887749587284773 + ] + ] + ], + "type": "Polygon" + }, + "id": "2438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64299479083611, + -12.243383878840506, + -76.63334927628834, + -12.233009450421653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.63868319165398, + -12.233009450421653 + ] + ] + ], + "type": "Polygon" + }, + "id": "2439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93852515673676, + -12.147043523058928, + -76.92887455108327, + -12.136660063876496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.93420674371403, + -12.136660063876496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78926675330418, + -11.975006990958223, + -76.77962523950438, + -11.964624637432534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.78495469820841, + -11.964624637432534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94540014264375, + -12.218485380994126, + -76.93574722477372, + -12.2081028976719 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.94108058939798, + -12.2081028976719 + ] + ] + ], + "type": "Polygon" + }, + "id": "2442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67953592548136, + -12.247043047034873, + -76.66988928934161, + -12.236667739601481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.67522326395337, + -12.236667739601481 + ] + ] + ], + "type": "Polygon" + }, + "id": "2443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75728786517169, + -12.019003296948076, + -76.74764590507083, + -12.008622408607847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.75297610110901, + -12.008622408607847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14399658234754, + -11.742452199450653, + -77.1343527922292, + -11.732057839032386 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.13967806718584, + -11.732057839032386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89967444059863, + -12.213954668802106, + -76.89002285616192, + -12.203573249536685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.89535618613743, + -12.203573249536685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08014621311857, + -11.925044401154505, + -77.0704985883879, + -11.914654107939699 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.0758269605816, + -11.914654107939699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14940391510368, + -11.82953846838939, + -77.13975739770625, + -11.819145153336256 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.14508409571395, + -11.819145153336256 + ] + ] + ], + "type": "Polygon" + }, + "id": "2448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96134494945021, + -12.007752525633697, + -76.95169790468015, + -11.997366358871316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.9570277796078, + -11.997366358871316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0778451060958, + -11.901218080412367, + -77.06819824953077, + -11.89082750206117 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.07352623277134, + -11.89082750206117 + ] + ] + ], + "type": "Polygon" + }, + "id": "2450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02671710544692, + -11.715257599104808, + -77.01707708676983, + -11.704865727845892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.02240207736583, + -11.704865727845892 + ] + ] + ], + "type": "Polygon" + }, + "id": "2451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06017782503511, + -11.655581662772597, + -77.05053872836017, + -11.645188206288946 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.05586269662307, + -11.645188206288946 + ] + ] + ], + "type": "Polygon" + }, + "id": "2452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78995036082384, + -12.297366140825602, + -76.78029920914764, + -12.286988857787922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.78563398485164, + -12.286988857787922 + ] + ] + ], + "type": "Polygon" + }, + "id": "2453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0122992725627, + -11.816121632912113, + -77.00265662142002, + -11.805731465988979 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -77.00798328730798, + -11.805731465988979 + ] + ] + ], + "type": "Polygon" + }, + "id": "2454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70703979459844, + -12.061168095590917, + -76.69739794860904, + -12.050789126200943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.70272885252847, + -12.050789126200943 + ] + ] + ], + "type": "Polygon" + }, + "id": "2455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04269144803644, + -11.693215982125958, + -77.03305167699722, + -11.682823433989423 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.03837628585781, + -11.682823433989423 + ] + ] + ], + "type": "Polygon" + }, + "id": "2456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.681013217924, + -12.325767267660405, + -76.67136418935405, + -12.31539324110948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.67567789316612, + -12.325767267660405 + ], + [ + -76.67136418935405, + -12.322715958114923 + ], + [ + -76.67187503764075, + -12.317528999577434 + ], + [ + -76.67669946415437, + -12.31539324110948 + ] + ] + ], + "type": "Polygon" + }, + "id": "2457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7236493891642, + -12.361466182842415, + -76.71399812248752, + -12.35109167567673 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.71933397998325, + -12.35109167567673 + ] + ] + ], + "type": "Polygon" + }, + "id": "2458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95066078002239, + -11.928051979089487, + -76.94101638870964, + -11.917664905911625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.9463449615415, + -11.917664905911625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78543941230247, + -12.061108354501663, + -76.77579543469196, + -12.050727392447344 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.78112631404049, + -12.050727392447344 + ] + ] + ], + "type": "Polygon" + }, + "id": "2460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77552749658001, + -12.115150931322255, + -76.7658821746732, + -12.10477105672382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.77121394923651, + -12.10477105672382 + ] + ] + ], + "type": "Polygon" + }, + "id": "2461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78158496704107, + -12.241517016562504, + -76.77193570939087, + -12.231139016872925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.77726956658252, + -12.231139016872925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92930961302464, + -11.768637640432127, + -76.91967052626057, + -11.758248874295708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.92499649568133, + -11.758248874295708 + ] + ] + ], + "type": "Polygon" + }, + "id": "2463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93540479179286, + -11.800701529160518, + -76.92576459129612, + -11.790313046039815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.93109108262607, + -11.790313046039815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92861216958666, + -12.106748816709427, + -76.918963025492, + -12.096364971185894 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.92429456273729, + -12.096364971185894 + ] + ] + ], + "type": "Polygon" + }, + "id": "2465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14479196006081, + -11.781875546219037, + -77.13514697667443, + -11.771481692917247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.14047289835608, + -11.771481692917247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08698770683749, + -11.902113848289353, + -77.07734059247828, + -11.891723060371827 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.08266857781405, + -11.891723060371827 + ] + ] + ], + "type": "Polygon" + }, + "id": "2467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76105956371282, + -12.121571802630635, + -76.75141444211806, + -12.111192395395964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.7567463279987, + -12.111192395395964 + ] + ] + ], + "type": "Polygon" + }, + "id": "2468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90194300400815, + -12.049069703974325, + -76.89229628034053, + -12.038685634203315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.89762688948153, + -12.038685634203315 + ] + ] + ], + "type": "Polygon" + }, + "id": "2469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71014507777329, + -11.93570087530253, + -76.70050688657798, + -11.9253199535682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.70583572214224, + -11.9253199535682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614821338505, + -12.273513575544968, + -76.85649573624386, + -12.263133974193392 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.86183007437552, + -12.263133974193392 + ] + ] + ], + "type": "Polygon" + }, + "id": "2471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75117672745623, + -12.08128477263114, + -76.74153307609073, + -12.070904988968007 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.74686430086852, + -12.070904988968007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1196722105779, + -11.803029568847572, + -77.11002722513068, + -11.792636608409847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.11535353328607, + -11.792636608409847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85929670958939, + -12.01339760982311, + -76.84965217719414, + -12.003014066501368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.85498222983902, + -12.003014066501368 + ] + ] + ], + "type": "Polygon" + }, + "id": "2474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82346964138387, + -12.332144057328167, + -76.81381654982685, + -12.321766515422997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.81915188299438, + -12.321766515422997 + ] + ] + ], + "type": "Polygon" + }, + "id": "2475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95138364975115, + -11.77867387609945, + -76.941743688322, + -11.768284699005276 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.9470698025128, + -11.768284699005276 + ] + ] + ], + "type": "Polygon" + }, + "id": "2476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.838724990102, + -12.176460044578947, + -76.82907614078414, + -12.166079546635567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.83440889501145, + -12.166079546635567 + ] + ] + ], + "type": "Polygon" + }, + "id": "2477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73741862861813, + -12.221393317237695, + -76.72777117054201, + -12.211016109389181 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.73310471098536, + -12.211016109389181 + ] + ] + ], + "type": "Polygon" + }, + "id": "2478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80828732394602, + -12.016205378294803, + -76.79864407021543, + -12.005823158525823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.80397419884517, + -12.005823158525823 + ] + ] + ], + "type": "Polygon" + }, + "id": "2479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82576494163749, + -12.261636807261418, + -76.81611389523556, + -12.251258023656899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.82144806277444, + -12.251258023656899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2480", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11204273688539, + -11.786547306034299, + -77.10239843352072, + -11.77615430663592 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.10772448203168, + -11.77615430663592 + ] + ] + ], + "type": "Polygon" + }, + "id": "2481", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08935424079239, + -12.02034482697868, + -77.07970354248725, + -12.009955709976168 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.08503347088663, + -12.009955709976168 + ] + ] + ], + "type": "Polygon" + }, + "id": "2482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78308774993354, + -12.320258160905382, + -76.77343609944778, + -12.309881437930155 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.77877125626948, + -12.309881437930155 + ] + ] + ], + "type": "Polygon" + }, + "id": "2483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08159728090348, + -11.815043585384727, + -77.07195289614228, + -11.80465171199541 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.07727945662775, + -11.80465171199541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92023829017586, + -12.145234111313584, + -76.91058821694732, + -12.134851077876341 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.9159203961378, + -12.134851077876341 + ] + ] + ], + "type": "Polygon" + }, + "id": "2485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06258934395068, + -11.868254765851631, + -77.05294385608065, + -11.857864092936135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.05827131743287, + -11.857864092936135 + ] + ] + ], + "type": "Polygon" + }, + "id": "2486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98947469042007, + -11.861080054817467, + -76.97983128807309, + -11.850691071690242 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.98515871906359, + -11.850691071690242 + ] + ] + ], + "type": "Polygon" + }, + "id": "2487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89053048051113, + -12.213047719352295, + -76.88087916419406, + -12.202666513649335 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.88621248641175, + -12.202666513649335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71227997142634, + -12.24245926814221, + -76.7026325715544, + -12.23208304693875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.70796646575216, + -12.23208304693875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9598528510425, + -12.117699646219904, + -76.95020256555866, + -12.10731519698399 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.95553425386471, + -12.10731519698399 + ] + ] + ], + "type": "Polygon" + }, + "id": "2490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07645331308817, + -12.105598393925527, + -77.0668003977631, + -12.09521089227843 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.07645331308817, + -12.09825739901075 + ], + [ + -77.07594846122005, + -12.103451202086667 + ], + [ + -77.07112191792477, + -12.105598393925527 + ], + [ + -77.0668003977631, + -12.102551802921132 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.0721317486738, + -12.09521089227843 + ] + ] + ], + "type": "Polygon" + }, + "id": "2491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95145689628009, + -12.061825680968328, + -76.94180849610238, + -12.051440575887609 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.9471392716532, + -12.051440575887609 + ] + ] + ], + "type": "Polygon" + }, + "id": "2492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01684628586769, + -11.769364571477391, + -77.00720490995799, + -11.75897365866531 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.0125308016567, + -11.75897365866531 + ] + ] + ], + "type": "Polygon" + }, + "id": "2493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81438768912389, + -11.953909354772032, + -76.80474612857006, + -11.943526057848928 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.81007522773368, + -11.943526057848928 + ] + ] + ], + "type": "Polygon" + }, + "id": "2494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02924813689707, + -12.2110470370346, + -77.01959327532651, + -12.200662363703918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.02924813689707, + -12.203709800748854 + ], + [ + -77.0287424578791, + -12.208902189894724 + ], + [ + -77.02391494116124, + -12.2110470370346 + ], + [ + -77.01959327532651, + -12.207999516275937 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.0249264261058, + -12.200662363703918 + ] + ] + ], + "type": "Polygon" + }, + "id": "2495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08002233331582, + -11.736207653178795, + -77.0703803350907, + -11.725814757915552 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.07570560164132, + -11.725814757915552 + ] + ] + ], + "type": "Polygon" + }, + "id": "2496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84863082090479, + -12.122413727572232, + -76.83898332055361, + -12.112032123863811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.8443151771714, + -12.112032123863811 + ] + ] + ], + "type": "Polygon" + }, + "id": "2497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11362592542335, + -11.865383817467025, + -77.10397923467862, + -11.854991864478253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.10930657733776, + -11.854991864478253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97807690734543, + -11.930751500110484, + -76.9684317239585, + -11.920363788904702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.97376031375939, + -11.920363788904702 + ] + ] + ], + "type": "Polygon" + }, + "id": "2499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93015107478789, + -12.185527147662025, + -76.92049953923015, + -12.175144510066486 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.92583237423798, + -12.175144510066486 + ] + ] + ], + "type": "Polygon" + }, + "id": "2500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10283384724023, + -11.691221918886635, + -77.09319261215063, + -11.68082788317818 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.09851710740912, + -11.68082788317818 + ] + ] + ], + "type": "Polygon" + }, + "id": "2501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69469599923663, + -12.37428055671971, + -76.68504514375188, + -12.363907011375117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.69038121857774, + -12.363907011375117 + ] + ] + ], + "type": "Polygon" + }, + "id": "2502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66813068189128, + -12.222327382573454, + -76.65848509890988, + -12.211951961863349 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.66381866626216, + -12.211951961863349 + ] + ] + ], + "type": "Polygon" + }, + "id": "2503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95521712873953, + -11.881308778840403, + -76.9455740114693, + -11.870920925102201 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.95090181048324, + -11.870920925102201 + ] + ] + ], + "type": "Polygon" + }, + "id": "2504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68186063233784, + -12.176549496720854, + -76.6722160366623, + -12.16617298196197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67754884733587, + -12.16617298196197 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.6722160366623, + -12.173498925487635 + ], + [ + -76.67272663718407, + -12.168310722974326 + ], + [ + -76.67754884733587, + -12.16617298196197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81128842101631, + -12.268055281264756, + -76.80163757088185, + -12.257676969203349 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.80697185223735, + -12.257676969203349 + ] + ] + ], + "type": "Polygon" + }, + "id": "2506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68941192125737, + -12.287320998853744, + -76.67976380980957, + -12.276946108029904 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.68509844854208, + -12.276946108029904 + ] + ] + ], + "type": "Polygon" + }, + "id": "2507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84711858860419, + -11.949286657918806, + -76.8374762910927, + -11.93890247131841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84280529544442, + -11.93890247131841 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.8374762910927, + -11.94623874265449 + ], + [ + -76.83798423340838, + -11.941046703304911 + ], + [ + -76.84280529544442, + -11.93890247131841 + ] + ] + ], + "type": "Polygon" + }, + "id": "2508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09297346189592, + -11.745341638905781, + -77.08333086481282, + -11.73494855009316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.08865626348371, + -11.73494855009316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7557929254253, + -11.94023599418019, + -76.7461533535852, + -11.929853977911694 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.75148225228158, + -11.929853977911694 + ] + ] + ], + "type": "Polygon" + }, + "id": "2510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07009864773967, + -11.695894883805085, + -77.06045810021853, + -11.685501702756858 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.06578271770844, + -11.685501702756858 + ] + ] + ], + "type": "Polygon" + }, + "id": "2511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69479694742206, + -12.185701067775051, + -76.6851517222304, + -12.175324368929942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.69048468242087, + -12.175324368929942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08468619647677, + -11.87828671798953, + -77.0750398501093, + -11.867895648359985 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.08036744660036, + -11.867895648359985 + ] + ] + ], + "type": "Polygon" + }, + "id": "2513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72080248209102, + -11.921036642167245, + -76.71116443592797, + -11.910655236510722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.71649302784715, + -11.910655236510722 + ] + ] + ], + "type": "Polygon" + }, + "id": "2514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9841811812242, + -11.96281353074305, + -76.97453488444644, + -11.952426135576154 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97986399568869, + -11.952426135576154 + ] + ] + ], + "type": "Polygon" + }, + "id": "2515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08692375721377, + -11.807696734347202, + -77.07727945662775, + -11.797304631106712 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.08260588891619, + -11.797304631106712 + ] + ] + ], + "type": "Polygon" + }, + "id": "2516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94233693317307, + -12.155283258399642, + -76.93268598210483, + -12.14489983522082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.93801830706451, + -12.14489983522082 + ] + ] + ], + "type": "Polygon" + }, + "id": "2517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16760356353409, + -11.736883173675748, + -77.1579593524485, + -11.726488171872365 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.16760356353409, + -11.72953201106205 + ], + [ + -77.16710056586732, + -11.734729563909278 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.16328449777383, + -11.726488171872365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03355648591766, + -11.692322500631239, + -77.0239169746594, + -11.681930163968163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02924158009313, + -11.681930163968163 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.02442191009001, + -11.684081505293648 + ], + [ + -77.02924158009313, + -11.681930163968163 + ] + ] + ], + "type": "Polygon" + }, + "id": "2519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8151117390069, + -12.181973929759723, + -76.80546335677788, + -12.17159411475886 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.81079621534896, + -12.17159411475886 + ] + ] + ], + "type": "Polygon" + }, + "id": "2520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71459782222045, + -12.17196010710293, + -76.70495246358335, + -12.161582681383052 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.71028519362727, + -12.161582681383052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9468513389069, + -11.919811620886378, + -76.93720729235284, + -11.909424523207873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.9425357331466, + -11.909424523207873 + ] + ] + ], + "type": "Polygon" + }, + "id": "2522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79915265893415, + -12.015299109814986, + -76.78950967777232, + -12.0049171067714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.79483979590002, + -12.0049171067714 + ] + ] + ], + "type": "Polygon" + }, + "id": "2523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77550059766953, + -12.209471965390097, + -76.76585246136207, + -12.199093595953594 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.77118579210703, + -12.199093595953594 + ] + ] + ], + "type": "Polygon" + }, + "id": "2524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0208354085721, + -12.15517262155512, + -77.0111824306617, + -12.144787258927527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.0208354085721, + -12.147834518214799 + ], + [ + -77.02032969896408, + -12.15302725211492 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.01651467011001, + -12.144787258927527 + ] + ] + ], + "type": "Polygon" + }, + "id": "2525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99709593190684, + -11.877561280097584, + -76.98745184210634, + -11.867172341236039 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.99277953596042, + -11.867172341236039 + ] + ] + ], + "type": "Polygon" + }, + "id": "2526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80290044305765, + -12.306516478298336, + -76.79324866925309, + -12.296139021678234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.79858358996705, + -12.296139021678234 + ] + ] + ], + "type": "Polygon" + }, + "id": "2527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87985652427346, + -12.039021619352042, + -76.8702106829263, + -12.028637948039682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.87554114344881, + -12.028637948039682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80145078060715, + -11.944764592567378, + -76.79180983999065, + -11.934381488008178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.7971387949511, + -11.934381488008178 + ] + ] + ], + "type": "Polygon" + }, + "id": "2529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84252566017912, + -12.279024635283584, + -76.83287364666376, + -12.26864571881965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.83820809133876, + -12.26864571881965 + ] + ] + ], + "type": "Polygon" + }, + "id": "2530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0253861106535, + -12.108437004404042, + -77.01573441093748, + -12.09805079585253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.02106587444743, + -12.09805079585253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05282643550423, + -12.111139040678285, + -77.04317395458872, + -12.100752202043566 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.04850542831755, + -12.100752202043566 + ] + ] + ], + "type": "Polygon" + }, + "id": "2532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70615708806082, + -12.304712428352607, + -76.69650799663762, + -12.294337401146807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.70184292009395, + -12.294337401146807 + ] + ] + ], + "type": "Polygon" + }, + "id": "2533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83416940416343, + -12.034496565661406, + -76.82452491191047, + -12.02411397040813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.8298553279456, + -12.02411397040813 + ] + ] + ], + "type": "Polygon" + }, + "id": "2534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12363661303777, + -12.000107369338487, + -77.11398565628419, + -11.98971711847784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11931520119006, + -11.98971711847784 + ] + ] + ], + "type": "Polygon" + }, + "id": "2535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8097957316582, + -12.094973808722736, + -76.80015008830567, + -12.084592753757244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.80548151461645, + -12.084592753757244 + ] + ] + ], + "type": "Polygon" + }, + "id": "2536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82349545645432, + -12.143502636734567, + -76.81384799784915, + -12.133121997082878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81918021721812, + -12.133121997082878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09461786684223, + -11.918595524965697, + -77.08497006887757, + -11.908204787330973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.09029831467775, + -11.908204787330973 + ] + ] + ], + "type": "Polygon" + }, + "id": "2538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1257915698647, + -11.835100889653022, + -77.1161454761648, + -11.824708221099758 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.12147230246066, + -11.824708221099758 + ] + ] + ], + "type": "Polygon" + }, + "id": "2539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70931125349294, + -12.084975333870208, + -76.69966863514962, + -12.074596673139482 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.70499993124628, + -12.074596673139482 + ] + ] + ], + "type": "Polygon" + }, + "id": "2540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94081645971372, + -12.170858036118636, + -76.93116508341356, + -12.160474898665019 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.9364976666689, + -12.160474898665019 + ] + ] + ], + "type": "Polygon" + }, + "id": "2541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0077101994546, + -11.768468986551676, + -76.99806908480123, + -11.758078285660355 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -77.00339497229258, + -11.758078285660355 + ] + ] + ], + "type": "Polygon" + }, + "id": "2542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78318644113091, + -11.942953936474904, + -76.77354604659992, + -11.932571266482388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.7788749798792, + -11.932571266482388 + ] + ] + ], + "type": "Polygon" + }, + "id": "2543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79154444446061, + -11.998819831171312, + -76.78190215946057, + -11.988437773521884 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.78723200951285, + -11.988437773521884 + ] + ] + ], + "type": "Polygon" + }, + "id": "2544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14415781260227, + -11.931311623337159, + -77.13450839393896, + -11.92091986944589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13983677451922, + -11.92091986944589 + ], + [ + -77.14415781260227, + -11.923964910722063 + ], + [ + -77.14365418330634, + -11.929160839609521 + ], + [ + -77.13882938878419, + -11.931311623337159 + ], + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13983677451922, + -11.92091986944589 + ] + ] + ], + "type": "Polygon" + }, + "id": "2545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10606499872007, + -11.943317988322512, + -77.09641617580816, + -11.932927329533861 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.10174481199236, + -11.932927329533861 + ] + ] + ], + "type": "Polygon" + }, + "id": "2546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14630203339372, + -11.766284704737668, + -77.13665747649421, + -11.755890605752299 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.14198313950614, + -11.755890605752299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82734956207187, + -11.774322566602898, + -76.81771300271413, + -11.763936419159522 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.82202337823593, + -11.774322566602898 + ], + [ + -76.81771300271413, + -11.771275426515622 + ], + [ + -76.81822094588884, + -11.766082407028293 + ], + [ + -76.82303913884068, + -11.763936419159522 + ] + ] + ], + "type": "Polygon" + }, + "id": "2548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76786063475559, + -12.287303480198926, + -76.75821038077967, + -12.276926588320855 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.76354499946441, + -12.276926588320855 + ] + ] + ], + "type": "Polygon" + }, + "id": "2549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03986388287308, + -12.101998447991884, + -77.03021200510881, + -12.091611784472136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.03554334469659, + -12.091611784472136 + ] + ] + ], + "type": "Polygon" + }, + "id": "2550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79079265105217, + -11.959433393634688, + -76.78115156025832, + -11.949050772398415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.7864807617304, + -11.949050772398415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64526219633794, + -12.26718349661327, + -76.63561590799253, + -12.25680940396179 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.64095021645811, + -12.25680940396179 + ] + ] + ], + "type": "Polygon" + }, + "id": "2552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12650940501767, + -11.780091379408407, + -77.11686493125283, + -11.769697943156887 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.12219085195818, + -11.769697943156887 + ] + ] + ], + "type": "Polygon" + }, + "id": "2553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75338530399935, + -12.2937171348675, + -76.7437352511945, + -12.283340718234006 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.74906998094876, + -12.283340718234006 + ] + ] + ], + "type": "Polygon" + }, + "id": "2554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00463830853329, + -11.705227766797593, + -76.99499915475235, + -11.69483630536308 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -77.00032400612132, + -11.69483630536308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01987694516781, + -11.73819134215746, + -77.01023641929363, + -11.72779993984052 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.01556179495327, + -11.72779993984052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07481779677431, + -11.932388775448214, + -77.06517008802307, + -11.921998717794605 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.0704985883879, + -11.921998717794605 + ] + ] + ], + "type": "Polygon" + }, + "id": "2557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81967469397878, + -12.229590417967712, + -76.81002476775188, + -12.219211260126942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.81535840967001, + -12.219211260126942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99931341199758, + -11.712573796380301, + -76.98967417670744, + -11.702182561377462 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.99499915475235, + -11.702182561377462 + ] + ] + ], + "type": "Polygon" + }, + "id": "2559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98182118358315, + -11.75019552330152, + -76.97218128017009, + -11.739805214196464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.97750689554435, + -11.739805214196464 + ] + ] + ], + "type": "Polygon" + }, + "id": "2560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88215062021254, + -12.25152152765057, + -76.87249837622252, + -12.24114116128003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.87783233976172, + -12.24114116128003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04509159362469, + -11.90587309459198, + -77.03544543024839, + -11.895483381275465 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.04077353317787, + -11.895483381275465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.756475434824, + -12.168276785159708, + -76.74682904388204, + -12.157898234280443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.75216170183803, + -12.157898234280443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.878337078944, + -12.14894545581545, + -76.86868799841501, + -12.138563526203534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.87402027230871, + -12.138563526203534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12443008035315, + -12.039517663671987, + -77.114777928462, + -12.029127984060972 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1201081211839, + -12.029127984060972 + ], + [ + -77.12443008035315, + -12.032173730934714 + ], + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.11528213057862, + -12.03127704443239 + ], + [ + -77.1201081211839, + -12.029127984060972 + ] + ] + ], + "type": "Polygon" + }, + "id": "2565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66427009234125, + -12.30837500787664, + -76.65462204621276, + -12.298001116636096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.66375916442156, + -12.306239413539364 + ], + [ + -76.65893505350057, + -12.30837500787664 + ], + [ + -76.65462204621276, + -12.305323627108384 + ], + [ + -76.65513309964597, + -12.300136736354332 + ], + [ + -76.65995703486303, + -12.298001116636096 + ] + ] + ], + "type": "Polygon" + }, + "id": "2566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87528626194765, + -11.991390150808773, + -76.86564196167504, + -11.981005879114145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.87097164069043, + -11.981005879114145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0246048485087, + -12.069037586166512, + -77.01495434427693, + -12.058650788559007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.02028515940474, + -12.058650788559007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74591650222621, + -11.89994390228007, + -76.73627839922963, + -11.889561555244875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74160663739252, + -11.889561555244875 + ], + [ + -76.74591650222621, + -11.892610015512581 + ], + [ + -76.7454073538769, + -11.897801243697574 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.73678767310427, + -11.891704236279686 + ], + [ + -76.74160663739252, + -11.889561555244875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91104485593085, + -11.766840984654783, + -76.90140630130954, + -11.75645264736785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.90673225676763, + -11.75645264736785 + ] + ] + ], + "type": "Polygon" + }, + "id": "2570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91337112531903, + -12.073789386659469, + -76.90372336396166, + -12.063405410260996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.90905437110939, + -12.063405410260996 + ] + ] + ], + "type": "Polygon" + }, + "id": "2571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74438901142655, + -11.915517095153886, + -76.73475048608917, + -11.905135010347776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.74007898116517, + -11.905135010347776 + ] + ] + ], + "type": "Polygon" + }, + "id": "2572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06852714833944, + -11.617051058511349, + -77.0588889855621, + -11.606656914644237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.06421231000137, + -11.606656914644237 + ] + ] + ], + "type": "Polygon" + }, + "id": "2573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07469702266435, + -11.74355561548804, + -77.06505494052037, + -11.733162946790415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.0703803350907, + -11.733162946790415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67874242247125, + -12.301967820718982, + -76.66909416766096, + -12.291593449630309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.6744290494864, + -12.291593449630309 + ] + ] + ], + "type": "Polygon" + }, + "id": "2575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95822761496986, + -11.75574651582232, + -76.94858815792256, + -11.745356862062732 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9539138884883, + -11.745356862062732 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.94858815792256, + -11.752700624507186 + ], + [ + -76.94909424601151, + -11.74750585099052 + ], + [ + -76.9539138884883, + -11.745356862062732 + ] + ] + ], + "type": "Polygon" + }, + "id": "2576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89281093792457, + -12.14251798896921, + -76.88316166691402, + -12.132135596028125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.8884938238751, + -12.132135596028125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82198339952254, + -12.064736800273844, + -76.81233833131705, + -12.054354971976311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.81766925268708, + -12.054354971976311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77855562056806, + -12.178336275479674, + -76.76890833116397, + -12.167957325813315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.77424114685324, + -12.167957325813315 + ] + ] + ], + "type": "Polygon" + }, + "id": "2579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83721786863538, + -12.003348233689533, + -76.82757422369971, + -11.99296509359813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.8329041246516, + -11.99296509359813 + ] + ] + ], + "type": "Polygon" + }, + "id": "2580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71918724826193, + -12.12526018407223, + -76.70954315756991, + -12.11488189987095 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7148751161511, + -12.11488189987095 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.71005315827308, + -12.117021122447646 + ], + [ + -76.7148751161511, + -12.11488189987095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7000320019245, + -12.366958338332049, + -76.69038121857774, + -12.356584529762978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.69571717156612, + -12.356584529762978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86081583960599, + -12.186514981531358, + -76.85116610206688, + -12.176134090485021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.85649900803959, + -12.176134090485021 + ] + ] + ], + "type": "Polygon" + }, + "id": "2583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73976841292115, + -12.056566856187368, + -76.73012580925446, + -12.046186982557497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.73545662988562, + -12.046186982557497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96819333120271, + -11.98483377712092, + -76.95854679195745, + -11.974447100468128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.96387628249312, + -11.974447100468128 + ] + ] + ], + "type": "Polygon" + }, + "id": "2585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1122566902025, + -12.069788009656753, + -77.10260394061443, + -12.059399085287875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.10793465029742, + -12.059399085287875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6536623597017, + -12.228737025467884, + -76.64401698619012, + -12.21836208159851 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64935065980842, + -12.21836208159851 + ] + ] + ], + "type": "Polygon" + }, + "id": "2587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78153466950663, + -12.430115892154502, + -76.77187977681302, + -12.419741108261883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77721674971104, + -12.419741108261883 + ], + [ + -76.78153466950663, + -12.422791873520652 + ], + [ + -76.78102518172216, + -12.427979319424619 + ], + [ + -76.77619764805142, + -12.430115892154502 + ], + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.77721674971104, + -12.419741108261883 + ] + ] + ], + "type": "Polygon" + }, + "id": "2588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04895775800723, + -12.008511852803842, + -77.0393084368514, + -11.998123543722096 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.04463822467225, + -11.998123543722096 + ] + ] + ], + "type": "Polygon" + }, + "id": "2589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79833919135189, + -12.25890571844298, + -76.78868896258706, + -12.24852758175397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.7940230993258, + -12.24852758175397 + ] + ] + ], + "type": "Polygon" + }, + "id": "2590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81591243749412, + -11.938334342924167, + -76.80627130017578, + -11.927950780577836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81160014201583, + -11.927950780577836 + ], + [ + -76.81591243749412, + -11.93099882991339 + ], + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.8067796602301, + -11.930094480211764 + ], + [ + -76.81160014201583, + -11.927950780577836 + ] + ] + ], + "type": "Polygon" + }, + "id": "2591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03208993328009, + -11.802327982527837, + -77.02244718573922, + -11.791937142382043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.02777360131971, + -11.791937142382043 + ] + ] + ], + "type": "Polygon" + }, + "id": "2592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06023394304408, + -11.750009577179698, + -77.0505920356229, + -11.73961734604812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.05591755550145, + -11.73961734604812 + ] + ] + ], + "type": "Polygon" + }, + "id": "2593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78166030334661, + -11.958527608881342, + -76.77201948593907, + -11.94814520504059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.77734867638615, + -11.94814520504059 + ] + ] + ], + "type": "Polygon" + }, + "id": "2594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70161196201983, + -12.2571096130646, + -76.69196441736997, + -12.246733906550471 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.69729855539758, + -12.246733906550471 + ] + ] + ], + "type": "Polygon" + }, + "id": "2595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03961301035282, + -11.62996611405633, + -77.02997519900748, + -11.619572835584753 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.03529877259744, + -11.619572835584753 + ] + ] + ], + "type": "Polygon" + }, + "id": "2596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08474950688489, + -11.972695602175502, + -77.07510034554939, + -11.962305889934541 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.08042949576729, + -11.962305889934541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00926724726547, + -11.847291125036968, + -76.99962374584764, + -11.83690146312503 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -77.00495092794894, + -11.83690146312503 + ] + ] + ], + "type": "Polygon" + }, + "id": "2598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76716981196826, + -12.059292546717401, + -76.75752638250923, + -12.048912019283762 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.76285723919598, + -12.048912019283762 + ] + ] + ], + "type": "Polygon" + }, + "id": "2599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94462861091085, + -12.17909770116829, + -76.9349768891922, + -12.168714600952889 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.94030960476705, + -12.168714600952889 + ] + ] + ], + "type": "Polygon" + }, + "id": "2600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77933218328295, + -12.123390217760877, + -76.76968651268719, + -12.113010376013925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.77501842160657, + -12.113010376013925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67743235132811, + -11.940307416789029, + -76.66779492281462, + -11.92992739774878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67312383841268, + -11.92992739774878 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.66779492281462, + -11.937258048312156 + ], + [ + -76.66830521173635, + -11.93206809389619 + ], + [ + -76.67312383841268, + -11.92992739774878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68191483217358, + -12.082242926948247, + -76.67227304881062, + -12.071864924430459 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67760430361913, + -12.071864924430459 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.68140450682118, + -12.08010398240723 + ], + [ + -76.67658352749564, + -12.082242926948247 + ], + [ + -76.67227304881062, + -12.079192839317905 + ], + [ + -76.67278349957219, + -12.074003893008433 + ], + [ + -76.67760430361913, + -12.071864924430459 + ] + ] + ], + "type": "Polygon" + }, + "id": "2603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95601502865357, + -12.015091268003694, + -76.94636790359904, + -12.004705342843383 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.95169790468015, + -12.004705342843383 + ] + ] + ], + "type": "Polygon" + }, + "id": "2604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07844816190091, + -11.65736550227012, + -77.06880854904558, + -11.646971624294927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.07413252228173, + -11.646971624294927 + ] + ] + ], + "type": "Polygon" + }, + "id": "2605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13278380059317, + -12.001003431934528, + -77.12313258829204, + -11.990612973088822 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.13278380059317, + -11.993658458368763 + ], + [ + -77.13227990299116, + -11.99885373975145 + ], + [ + -77.12745421155451, + -12.001003431934528 + ], + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.12846213391161, + -11.990612973088822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96974154623786, + -12.063630252344392, + -76.96009261718011, + -12.053244722626875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.9654234042806, + -12.053244722626875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00320155665705, + -11.909625508393267, + -76.9935563544014, + -11.899236875100273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.99888456913847, + -11.899236875100273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74282497536657, + -12.025426683170696, + -76.73318321698999, + -12.015046258786509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.73851352341003, + -12.015046258786509 + ] + ] + ], + "type": "Polygon" + }, + "id": "2609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85777342266982, + -12.028972584348631, + -76.84812846635171, + -12.018589313478445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.85345877665523, + -12.018589313478445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77247281776803, + -12.14628942077186, + -76.7628266493577, + -12.135910114032212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.76815893874515, + -12.135910114032212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82122765080733, + -12.025351076487961, + -76.81158377736259, + -12.014968668492562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.81691404996725, + -12.014968668492562 + ] + ] + ], + "type": "Polygon" + }, + "id": "2612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94156593498658, + -12.115892578880805, + -76.93191617959626, + -12.105508554440995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.93724785575174, + -12.105508554440995 + ] + ] + ], + "type": "Polygon" + }, + "id": "2613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99565369454534, + -12.081914017958928, + -76.9860035501361, + -12.071528129684555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.99133461091523, + -12.071528129684555 + ] + ] + ], + "type": "Polygon" + }, + "id": "2614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98121164681059, + -12.182714784585603, + -76.971558867045, + -12.172330836996954 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.97689160545603, + -12.172330836996954 + ] + ] + ], + "type": "Polygon" + }, + "id": "2615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07711887471226, + -11.956214231460258, + -77.06747039761865, + -11.945824463603369 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.07279928703511, + -11.945824463603369 + ] + ] + ], + "type": "Polygon" + }, + "id": "2616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91637073265534, + -11.759498927293548, + -76.90673225676763, + -11.749110359417246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.91205808705324, + -11.749110359417246 + ] + ] + ], + "type": "Polygon" + }, + "id": "2617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74349847664658, + -12.253436277317007, + -76.73384989602157, + -12.243059441200389 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73918396371717, + -12.243059441200389 + ] + ] + ], + "type": "Polygon" + }, + "id": "2618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07796777753981, + -12.090017071802565, + -77.06831528879454, + -12.079629291975941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.07364638084945, + -12.079629291975941 + ] + ] + ], + "type": "Polygon" + }, + "id": "2619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04655427611124, + -11.795877695836008, + -77.03691135142249, + -11.785486414539408 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.04223764299552, + -11.785486414539408 + ] + ] + ], + "type": "Polygon" + }, + "id": "2620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87529289996469, + -12.274422346612695, + -76.86564015332607, + -12.264042531254415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.87097449995463, + -12.264042531254415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89737758792424, + -12.095795736383323, + -76.88772959069193, + -12.085412498073861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.89306097366503, + -12.085412498073861 + ] + ] + ], + "type": "Polygon" + }, + "id": "2622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13111831057034, + -11.827752947464843, + -77.12147230246066, + -11.81736004889133 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.12679899976992, + -11.81736004889133 + ] + ] + ], + "type": "Polygon" + }, + "id": "2623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72067389434669, + -12.204003561583786, + -76.71102741283275, + -12.193626497469104 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.71636067042614, + -12.193626497469104 + ] + ] + ], + "type": "Polygon" + }, + "id": "2624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09080266070926, + -11.910354689770672, + -77.0811552045166, + -11.899963926766429 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.08648332010542, + -11.899963926766429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02005460216034, + -12.11577588601701, + -77.01040282007175, + -12.105389922716842 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.01573441093748, + -12.105389922716842 + ] + ] + ], + "type": "Polygon" + }, + "id": "2626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00471818435179, + -11.894042493476519, + -76.99507340734154, + -11.883653600704784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -77.00040136389352, + -11.883653600704784 + ] + ] + ], + "type": "Polygon" + }, + "id": "2627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7922303815193, + -12.321170358845187, + -76.78257845710934, + -12.31079341979004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.78791362493777, + -12.31079341979004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71529611770693, + -12.305626758777546, + -76.70564674836419, + -12.29525151336437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.7109816851466, + -12.29525151336437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13119516399426, + -11.922176169324402, + -77.12154634113276, + -11.911784596993519 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.12687459163392, + -11.911784596993519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11441781250561, + -11.904799575567925, + -77.10476992763311, + -11.894408160460682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.1100979175991, + -11.894408160460682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91720989427992, + -12.270722908724403, + -76.90755615343708, + -12.260341984983807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.91720989427992, + -12.263390750702465 + ], + [ + -76.91670255239688, + -12.268581265758495 + ], + [ + -76.91187559543366, + -12.270722908724403 + ], + [ + -76.90755615343708, + -12.267674059301243 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.91289040570933, + -12.260341984983807 + ] + ] + ], + "type": "Polygon" + }, + "id": "2632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79077021676834, + -12.053776355819462, + -76.78112631404049, + -12.043395146961604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.7864570701937, + -12.043395146961604 + ] + ] + ], + "type": "Polygon" + }, + "id": "2633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99631875879625, + -11.838153274049422, + -76.98667586272519, + -11.827763803201297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.99200290904106, + -11.827763803201297 + ] + ] + ], + "type": "Polygon" + }, + "id": "2634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96747771397919, + -12.134179419094641, + -76.95782673872998, + -12.123795039732535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.96315869106571, + -12.123795039732535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829012060922, + -12.007870059072909, + -76.87325621311865, + -11.997485842792795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.87858615809022, + -11.997485842792795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82881625232476, + -12.230499865423669, + -76.81916605424107, + -12.22012049216578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.82449970605613, + -12.22012049216578 + ] + ] + ], + "type": "Polygon" + }, + "id": "2637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83186701357839, + -12.199361160795101, + -76.82221766371865, + -12.18898120405359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.82755079987889, + -12.18898120405359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07929683527432, + -11.791214690233554, + -77.06965321814329, + -11.780822548171095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.07497938995108, + -11.780822548171095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03130857280996, + -11.762914056387839, + -77.02166701850607, + -11.752522703199372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.0269927869488, + -11.752522703199372 + ] + ] + ], + "type": "Polygon" + }, + "id": "2640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69015180307113, + -12.326682763878594, + -76.680502495232, + -12.316308518519815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.68583778411832, + -12.316308518519815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89126095132787, + -11.780624849266962, + -76.88162250710167, + -11.77023718953167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.8869487049268, + -11.77023718953167 + ] + ] + ], + "type": "Polygon" + }, + "id": "2642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691062349054, + -12.124226767146027, + -76.8572625832918, + -12.113844733660192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.86259445766846, + -12.113844733660192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06191729502154, + -12.017650850431865, + -77.05226737172774, + -12.007262361479247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.05759729322253, + -12.007262361479247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98943919023921, + -11.766677040821099, + -76.9797985995285, + -11.756286764524805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.98512447777946, + -11.756286764524805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.130247959402, + -11.69389532766403, + -77.12060595729218, + -11.683500663934804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.12593045574236, + -11.683500663934804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81968870833727, + -12.135263254159465, + -76.81004159756091, + -12.124882580218838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.81537368311254, + -12.124882580218838 + ] + ] + ], + "type": "Polygon" + }, + "id": "2647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00697256158621, + -11.823465831933872, + -76.99732982863519, + -11.813075896591227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -77.00265662142002, + -11.813075896591227 + ] + ] + ], + "type": "Polygon" + }, + "id": "2648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10750749440943, + -11.833313749730586, + -77.09786191249252, + -11.822921498904496 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.10318873666509, + -11.822921498904496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12817215310874, + -11.953349839815935, + -77.11852247676327, + -11.942958791424445 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.12385124497351, + -11.942958791424445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11880669266537, + -11.669171403196295, + -77.10916571242707, + -11.658776698125347 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.11448982201193, + -11.658776698125347 + ] + ] + ], + "type": "Polygon" + }, + "id": "2651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04587502049098, + -11.945281819451404, + -77.0362276628, + -11.934892654570909 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.04155641339915, + -11.934892654570909 + ] + ] + ], + "type": "Polygon" + }, + "id": "2652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78541540931056, + -12.155438065375412, + -76.77576861808238, + -12.145058576190332 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.78110105309086, + -12.145058576190332 + ] + ] + ], + "type": "Polygon" + }, + "id": "2653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05585726898558, + -12.07997796710415, + -77.04620564070719, + -12.06959057217443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.05153659695456, + -12.06959057217443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13723954836676, + -11.859824150089977, + -77.12759243218163, + -11.849431548483409 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.13291964747589, + -11.849431548483409 + ] + ] + ], + "type": "Polygon" + }, + "id": "2655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95140805102105, + -11.873068314480866, + -76.94176527831635, + -11.86268043858299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.94176527831635, + -11.87002173287223 + ], + [ + -76.9422716451797, + -11.864827848233212 + ], + [ + -76.94709294538778, + -11.86268043858299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78771739176544, + -12.0849188726965, + -76.77807264250916, + -12.074538219373327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.78340391344337, + -12.074538219373327 + ] + ] + ], + "type": "Polygon" + }, + "id": "2657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13708238974347, + -11.670952219416202, + -77.1274408994247, + -11.660557096136646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13276501044962, + -11.660557096136646 + ], + [ + -77.13708238974347, + -11.66360085665765 + ], + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.12794435037111, + -11.66271086241547 + ], + [ + -77.13276501044962, + -11.660557096136646 + ] + ] + ], + "type": "Polygon" + }, + "id": "2658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03751529628965, + -11.98379037087774, + -77.02786700403321, + -11.973401974586853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.03319639914388, + -11.973401974586853 + ] + ] + ], + "type": "Polygon" + }, + "id": "2659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85244751616521, + -11.941950300396181, + -76.84280529544442, + -11.931565873392067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84813417560379, + -11.931565873392067 + ], + [ + -76.85244751616521, + -11.934613616251529 + ], + [ + -76.85193978566254, + -11.9398058836647 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.84280529544442, + -11.93890247131841 + ], + [ + -76.8433131519319, + -11.933710311737268 + ], + [ + -76.84813417560379, + -11.931565873392067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94986532421952, + -11.794257331161495, + -76.94022493844547, + -11.783868402616811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.94555131037592, + -11.783868402616811 + ] + ] + ], + "type": "Polygon" + }, + "id": "2661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92096006281638, + -11.901530077028793, + -76.91131723751008, + -11.891143359111318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.91563185318509, + -11.901530077028793 + ], + [ + -76.91131723751008, + -11.898483073228364 + ], + [ + -76.91182407438964, + -11.893289767761551 + ], + [ + -76.91664540072703, + -11.891143359111318 + ] + ] + ], + "type": "Polygon" + }, + "id": "2662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99025106394566, + -11.900486522117411, + -76.98060646771265, + -11.890098076718328 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.98593454635241, + -11.890098076718328 + ] + ] + ], + "type": "Polygon" + }, + "id": "2663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72824037423209, + -12.314779295999397, + -76.71859037729891, + -12.304403874743535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.72392546228973, + -12.304403874743535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09159180734096, + -11.949766691558555, + -77.08194315672488, + -11.93937647776818 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.08727191986792, + -11.93937647776818 + ] + ] + ], + "type": "Polygon" + }, + "id": "2665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0616908705372, + -11.639991419457758, + -77.0520521990769, + -11.629597729048045 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.05737590928155, + -11.629597729048045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72290523995949, + -12.32210363682827, + -76.71325517001362, + -12.311728475836613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.71859037729891, + -12.311728475836613 + ] + ] + ], + "type": "Polygon" + }, + "id": "2667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06785834344353, + -11.766491620621432, + -77.05821575195468, + -11.75609942374852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.0635415327296, + -11.75609942374852 + ] + ] + ], + "type": "Polygon" + }, + "id": "2668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88137893371969, + -12.023446043961911, + -76.87173351657117, + -12.01306209939263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.87706371930956, + -12.01306209939263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16991092647456, + -11.760716721199788, + -77.16026594886114, + -11.750321980017777 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16559148204323, + -11.750321980017777 + ], + [ + -77.16991092647456, + -11.753365922992868 + ], + [ + -77.16940792424217, + -11.758563345493853 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.16559148204323, + -11.750321980017777 + ] + ] + ], + "type": "Polygon" + }, + "id": "2670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08093406459781, + -11.964454921104108, + -77.07128524535256, + -11.954065180827103 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.07661426519057, + -11.954065180827103 + ] + ] + ], + "type": "Polygon" + }, + "id": "2671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995850616275, + -12.281752645915988, + -76.86030568184812, + -12.271373086328103 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.86564015332607, + -12.271373086328103 + ] + ] + ], + "type": "Polygon" + }, + "id": "2672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89052382059688, + -12.118704658969282, + -76.88087532054355, + -12.108321948584575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.88620708657994, + -12.108321948584575 + ] + ] + ], + "type": "Polygon" + }, + "id": "2673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84939022090794, + -12.161796818467113, + -76.8397415250193, + -12.15141581829942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.84507403071969, + -12.15141581829942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16999908652078, + -11.855154411827664, + -77.16035129477551, + -11.844760956069045 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16999908652078, + -11.847805381336494 + ], + [ + -77.16949593887698, + -11.85300216104613 + ], + [ + -77.16467195798772, + -11.855154411827664 + ], + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.16567838046029, + -11.844760956069045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77622436249709, + -12.343148604318252, + -76.76657221342768, + -12.332772444912012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.77190775126604, + -12.332772444912012 + ] + ] + ], + "type": "Polygon" + }, + "id": "2676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93319291787175, + -12.154378660534627, + -76.92354223259106, + -12.143995449971161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.92887455108327, + -12.143995449971161 + ] + ] + ], + "type": "Polygon" + }, + "id": "2677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79001839231958, + -12.014392578276324, + -76.78037568420207, + -12.004010792208051 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.78570579155266, + -12.004010792208051 + ] + ] + ], + "type": "Polygon" + }, + "id": "2678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853106855055, + -12.162704144018704, + -76.8488821024737, + -12.152322928996288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.85421461717061, + -12.152322928996288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234599915501, + -11.793505625194593, + -76.85270793652045, + -11.783118861295806 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.85803436685828, + -11.783118861295806 + ] + ] + ], + "type": "Polygon" + }, + "id": "2680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03683149687726, + -12.133157318133431, + -77.02717876671738, + -12.122771215509802 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.03683149687726, + -12.125818222214791 + ], + [ + -77.03632604599919, + -12.131011326023714 + ], + [ + -77.03149959506722, + -12.133157318133431 + ], + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.0325106237009, + -12.122771215509802 + ] + ] + ], + "type": "Polygon" + }, + "id": "2681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12435517399678, + -11.945108985652572, + -77.11470583880276, + -11.934717909802991 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.12003447719874, + -11.934717909802991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77619764805142, + -12.437439562927047, + -76.76654268059508, + -12.427065043813306 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.77619764805142, + -12.430115892154502 + ], + [ + -76.7756880742814, + -12.435303205698299 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.77187977681302, + -12.427065043813306 + ] + ] + ], + "type": "Polygon" + }, + "id": "2683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04974191636096, + -12.047916078330987, + -77.04009140012614, + -12.037528343122277 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.04542183601639, + -12.037528343122277 + ] + ] + ], + "type": "Polygon" + }, + "id": "2684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80597211124301, + -12.181064916958185, + -76.79632400150581, + -12.170685317916249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.8016568497697, + -12.170685317916249 + ] + ] + ], + "type": "Polygon" + }, + "id": "2685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9080518432731, + -12.175476323623071, + -76.89840118724706, + -12.16509407479 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.90373387556885, + -12.16509407479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07935855591272, + -11.885632148271899, + -77.06971212540458, + -11.87524131189656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.0750398501093, + -11.87524131189656 + ] + ] + ], + "type": "Polygon" + }, + "id": "2687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90269868256249, + -11.994099909662816, + -76.89305357807018, + -11.983714994469434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.89838328087936, + -11.983714994469434 + ] + ] + ], + "type": "Polygon" + }, + "id": "2688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69632778472932, + -12.170135947096162, + -76.68668298201919, + -12.159758959034429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.69201568511609, + -12.159758959034429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70764130169931, + -12.383434632320606, + -76.69798981685983, + -12.373060914126418 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.7023050281255, + -12.383434632320606 + ], + [ + -76.69798981685983, + -12.38038329995809 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.70332604083745, + -12.373060914126418 + ] + ] + ], + "type": "Polygon" + }, + "id": "2690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00865302030483, + -12.18542477526524, + -76.99899945202547, + -12.175040194779422 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -77.00433220466367, + -12.175040194779422 + ] + ] + ], + "type": "Polygon" + }, + "id": "2691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68123091547322, + -11.948546739994375, + -76.67159313664872, + -11.938166743984771 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.67692218768745, + -11.938166743984771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95215507049207, + -11.818080970664509, + -76.94251391585551, + -11.807692311125386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.94784067747251, + -11.807692311125386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8813829231413, + -12.117799098978793, + -76.87173469152853, + -12.107416602738832 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.87706644953575, + -12.107416602738832 + ] + ] + ], + "type": "Polygon" + }, + "id": "2694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06494648783838, + -11.986484844473702, + -77.05529741689203, + -11.976095817797036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.0606268211157, + -11.976095817797036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69326597251994, + -12.201265752701888, + -76.68362032482354, + -12.190889344615082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.68895354212465, + -12.190889344615082 + ] + ] + ], + "type": "Polygon" + }, + "id": "2696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07385038912113, + -11.609700982611853, + -77.06421231000137, + -11.599306618106413 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06953550662871, + -11.599306618106413 + ] + ] + ], + "type": "Polygon" + }, + "id": "2697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16307603955399, + -11.783658672510283, + -77.15343054845894, + -11.773264403165786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.15875647001384, + -11.773264403165786 + ] + ] + ], + "type": "Polygon" + }, + "id": "2698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6924748707017, + -12.256195728072743, + -76.68282760460235, + -12.24582024030858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.68816172889548, + -12.24582024030858 + ] + ] + ], + "type": "Polygon" + }, + "id": "2699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93773421930318, + -12.013287550087032, + -76.92808762440744, + -12.002902050643218 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.9334176131145, + -12.002902050643218 + ] + ] + ], + "type": "Polygon" + }, + "id": "2700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79371459226118, + -12.494190877966208, + -76.78405745413016, + -12.483816928374733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78939548109929, + -12.483816928374733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79681219510289, + -12.27447255221277, + -76.78716154246202, + -12.264094712620379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.79249593694738, + -12.264094712620379 + ] + ] + ], + "type": "Polygon" + }, + "id": "2702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93159747400067, + -11.792461003519838, + -76.92195761830463, + -11.782072502536154 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.92728397750814, + -11.782072502536154 + ] + ] + ], + "type": "Polygon" + }, + "id": "2703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71074945703738, + -12.25802322981869, + -76.70110163431254, + -12.247647304803804 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.7064357857993, + -12.247647304803804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90196299197692, + -12.237765764290284, + -76.89231063621325, + -12.227384676696394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.89764435727372, + -12.227384676696394 + ] + ] + ], + "type": "Polygon" + }, + "id": "2705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538645626344, + -12.234134967490016, + -76.85573517552187, + -12.223754735063281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.86106886416681, + -12.223754735063281 + ] + ] + ], + "type": "Polygon" + }, + "id": "2706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00705382909415, + -12.012255735840393, + -76.99740546873689, + -12.001868509771459 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -77.0027353689695, + -12.001868509771459 + ] + ] + ], + "type": "Polygon" + }, + "id": "2707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12824817600671, + -12.047758270061387, + -77.1185956827666, + -12.03736862272385 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.12392600537757, + -12.03736862272385 + ] + ] + ], + "type": "Polygon" + }, + "id": "2708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9201770385014, + -11.767739441498646, + -76.9105382175708, + -11.757350889661607 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.9158641801477, + -11.757350889661607 + ] + ] + ], + "type": "Polygon" + }, + "id": "2709", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.934635503131, + -11.761295003688174, + -76.92499649568133, + -11.750906007201658 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93032233960825, + -11.750906007201658 + ], + [ + -76.934635503131, + -11.753952049419425 + ], + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.92550292205429, + -11.753054429570941 + ], + [ + -76.93032233960825, + -11.750906007201658 + ] + ] + ], + "type": "Polygon" + }, + "id": "2710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74275209563255, + -12.214066311965755, + -76.73310471098536, + -12.203688848871991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.73843812895531, + -12.203688848871991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05872032247366, + -11.765597617981511, + -77.04907798956528, + -11.755205631652576 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.05440376767025, + -11.755205631652576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07403078705694, + -11.892977259071145, + -77.06438427257368, + -11.882586656394539 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06971212540458, + -11.882586656394539 + ] + ] + ], + "type": "Polygon" + }, + "id": "2713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87681395107384, + -12.164517993302484, + -76.86716444605122, + -12.154136349321027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.87249697791411, + -12.154136349321027 + ] + ] + ], + "type": "Polygon" + }, + "id": "2714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86158048947608, + -12.037212390186093, + -76.85193518633771, + -12.026829148546705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.85726562989137, + -12.026829148546705 + ] + ] + ], + "type": "Polygon" + }, + "id": "2715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1865944650517, + -11.683641252918497, + -77.17695136851692, + -11.673245102769489 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18227560717929, + -11.673245102769489 + ], + [ + -77.1865944650517, + -11.676288490006417 + ], + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.17745414374338, + -11.675399755690567 + ], + [ + -77.18227560717929, + -11.673245102769489 + ] + ] + ], + "type": "Polygon" + }, + "id": "2716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04901066108525, + -12.10289883561904, + -77.03935852321271, + -12.09251196219065 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.04468986604563, + -12.09251196219065 + ] + ] + ], + "type": "Polygon" + }, + "id": "2717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8158822143545, + -12.127023860239479, + -76.80623545146716, + -12.116643152465176 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.81156740316037, + -12.116643152465176 + ] + ] + ], + "type": "Polygon" + }, + "id": "2718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0900137086616, + -11.870940968637248, + -77.08036744660036, + -11.860549666198105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.08569491479025, + -11.860549666198105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02846614419282, + -12.171652516954262, + -77.01881247887209, + -12.16126722916651 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02414498086875, + -12.16126722916651 + ], + [ + -77.02846614419282, + -12.16431449321725 + ], + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.02414498086875, + -12.16126722916651 + ] + ] + ], + "type": "Polygon" + }, + "id": "2720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67499604371501, + -12.199439212728647, + -76.6653509542731, + -12.189063243239888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.6706841433369, + -12.189063243239888 + ] + ] + ], + "type": "Polygon" + }, + "id": "2721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05125723515641, + -12.032334407230577, + -77.04160714505116, + -12.02194639930236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.04693732230807, + -12.02194639930236 + ] + ] + ], + "type": "Polygon" + }, + "id": "2722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76794798647603, + -12.004339184319374, + -76.75830617447816, + -11.993957805815105 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.7636361250903, + -11.993957805815105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78466401748506, + -12.11605971061547, + -76.77501842160657, + -12.10567961900377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.78035020739046, + -12.10567961900377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74360712497561, + -11.970473819105669, + -76.73396698338789, + -11.960092554991206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73929638398302, + -11.960092554991206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05025986455804, + -11.61526803361837, + -77.04062221887102, + -11.604874312049906 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.04594553774085, + -11.604874312049906 + ] + ] + ], + "type": "Polygon" + }, + "id": "2726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68877664284565, + -12.059347478279136, + -76.67913535319005, + -12.048968947738771 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68446622972623, + -12.048968947738771 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.67913535319005, + -12.056297571602366 + ], + [ + -76.6796456724856, + -12.051108361255578 + ], + [ + -76.68446622972623, + -12.048968947738771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04498816853, + -11.717045513647218, + -77.03534762997818, + -11.706653219474097 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.04067262756573, + -11.706653219474097 + ] + ] + ], + "type": "Polygon" + }, + "id": "2728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82354699631263, + -11.766082407028293, + -76.81391078391188, + -11.755696244075533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.81822094588884, + -11.766082407028293 + ], + [ + -76.81391078391188, + -11.763035280134243 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81923678657466, + -11.755696244075533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94385726957421, + -12.139708052479017, + -76.93420674371403, + -12.12932434511978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.93953881039543, + -12.12932434511978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93236645743326, + -11.831865973373631, + -76.92272540846642, + -11.821477993516087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.93186001517479, + -11.829718482690254 + ], + [ + -76.92703940446187, + -11.831865973373631 + ], + [ + -76.92272540846642, + -11.828819440899109 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.92805241520594, + -11.821477993516087 + ] + ] + ], + "type": "Polygon" + }, + "id": "2731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02373272337455, + -11.840843928883379, + -77.01408904283888, + -11.830453822804593 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01941610198614, + -11.830453822804593 + ] + ] + ], + "type": "Polygon" + }, + "id": "2732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75199136656761, + -11.9319963617633, + -76.742352143502, + -11.921614322193616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.74768090769909, + -11.921614322193616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92939953204119, + -12.24048603267182, + -76.91974637502598, + -12.230104306330496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.92508011749975, + -12.230104306330496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89739491282927, + -12.284478223796942, + -76.88774128201285, + -12.274098023335924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.89739491282927, + -12.277147038398684 + ], + [ + -76.89688727223104, + -12.282337191936538 + ], + [ + -76.89206037017178, + -12.284478223796942 + ], + [ + -76.88774128201285, + -12.28142912505398 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.89307577780946, + -12.274098023335924 + ] + ] + ], + "type": "Polygon" + }, + "id": "2735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8661486682394, + -12.179182987927605, + -76.85649900803959, + -12.168801845461305 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.86183178939704, + -12.168801845461305 + ] + ] + ], + "type": "Polygon" + }, + "id": "2736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7754736830557, + -12.303780856951366, + -76.76582273070468, + -12.29340404861493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.77115761853997, + -12.29340404861493 + ] + ] + ], + "type": "Polygon" + }, + "id": "2737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70856953173575, + -12.045599572180205, + -76.69892810804217, + -12.035220325916058 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70425875500446, + -12.035220325916058 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.69943813063664, + -12.03736034580151 + ], + [ + -76.70425875500446, + -12.035220325916058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84100821254681, + -12.200269694046797, + -76.831358591519, + -12.189889522110036 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.83669173720654, + -12.189889522110036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74204256246684, + -12.08037558663458, + -76.73239918676256, + -12.069996021010617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.7377303993135, + -12.069996021010617 + ] + ] + ], + "type": "Polygon" + }, + "id": "2740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15385035592851, + -11.688325021846994, + -77.14420793109879, + -11.67792971773292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14953230102608, + -11.67792971773292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65439763890724, + -12.268099051235822, + -76.64475106952821, + -12.257724738603821 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.65008539315193, + -12.257724738603821 + ] + ] + ], + "type": "Polygon" + }, + "id": "2742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03599962675075, + -11.999372630357932, + -77.0263509086461, + -11.988984502117962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.03168056224546, + -11.988984502117962 + ] + ] + ], + "type": "Polygon" + }, + "id": "2743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78762394924537, + -12.462153826029496, + -76.77796793385436, + -12.45177945605536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78330543379711, + -12.45177945605536 + ], + [ + -76.78762394924537, + -12.454830304752283 + ], + [ + -76.78711449582828, + -12.460017543626956 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.78330543379711, + -12.45177945605536 + ] + ] + ], + "type": "Polygon" + }, + "id": "2744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85014468286874, + -12.295502565632368, + -76.84049197407354, + -12.285123733268255 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.84582668600476, + -12.285123733268255 + ] + ] + ], + "type": "Polygon" + }, + "id": "2745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00176299786533, + -12.11397260848608, + -76.99211173955172, + -12.10358706673466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.99744332190157, + -12.10358706673466 + ] + ] + ], + "type": "Polygon" + }, + "id": "2746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76564245595492, + -12.074862990807812, + -76.75599860349702, + -12.064482741108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.76132971745655, + -12.064482741108 + ] + ] + ], + "type": "Polygon" + }, + "id": "2747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03731735167855, + -11.606135056331164, + -77.02768030748416, + -11.595741536946761 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03300349251437, + -11.595741536946761 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.0281850559783, + -11.597893982987957 + ], + [ + -77.03300349251437, + -11.595741536946761 + ] + ] + ], + "type": "Polygon" + }, + "id": "2748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75878354263307, + -12.097763346568996, + -76.74913919310085, + -12.087383625159422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.75447068710533, + -12.087383625159422 + ] + ] + ], + "type": "Polygon" + }, + "id": "2749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7412967628324, + -12.040996976597993, + -76.73165458182243, + -12.030616826818795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.73698514533947, + -12.030616826818795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0703349307986, + -12.073536375047397, + -77.06068312707207, + -12.063148527768899 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.06601395796446, + -12.063148527768899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77852960004415, + -12.272649831813267, + -76.76887949509045, + -12.262272424717786 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.77421386756954, + -12.262272424717786 + ] + ] + ], + "type": "Polygon" + }, + "id": "2752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16715470121093, + -12.075169599316615, + -77.15750042128047, + -12.064779430390404 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1628311331636, + -12.064779430390404 + ], + [ + -77.16715470121093, + -12.067824943493186 + ], + [ + -77.16665117149279, + -12.073020079619077 + ], + [ + -77.1618239463805, + -12.075169599316615 + ], + [ + -77.15750042128047, + -12.072124002063363 + ], + [ + -77.15800407833609, + -12.066928969273015 + ], + [ + -77.1628311331636, + -12.064779430390404 + ] + ] + ], + "type": "Polygon" + }, + "id": "2753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12039099618812, + -11.748018732878029, + -77.11074763027791, + -11.737625015780377 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.11607303303344, + -11.737625015780377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09698738092632, + -12.036825937858756, + -77.08733599861402, + -12.026436883243004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.09266618760824, + -12.026436883243004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7701672183478, + -12.216800200814152, + -76.76051900757152, + -12.206422085829214 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.76585246136207, + -12.206422085829214 + ] + ] + ], + "type": "Polygon" + }, + "id": "2756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91487853096186, + -11.963846711209866, + -76.90523400821306, + -11.953461046252908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91056320267586, + -11.953461046252908 + ], + [ + -76.91487853096186, + -11.956508342537257 + ], + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.90574102768167, + -11.955606550085479 + ], + [ + -76.91056320267586, + -11.953461046252908 + ] + ] + ], + "type": "Polygon" + }, + "id": "2757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89736893305216, + -12.001436935766025, + -76.88772375014693, + -11.991052262564429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.89305357807018, + -11.991052262564429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19583084108194, + -11.778980406577917, + -77.18618467963327, + -11.76858528851828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.19151046884912, + -11.76858528851828 + ], + [ + -77.19583084108194, + -11.771629091257022 + ], + [ + -77.1953281749742, + -11.776826702005023 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.18618467963327, + -11.775936517746173 + ], + [ + -77.18668747295835, + -11.770739010444487 + ], + [ + -77.19151046884912, + -11.76858528851828 + ] + ] + ], + "type": "Polygon" + }, + "id": "2759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78837651688941, + -12.501513547699618, + -76.77871930357774, + -12.491139865698424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.78786701183934, + -12.499377772813531 + ], + [ + -76.78303831785598, + -12.501513547699618 + ], + [ + -76.77871930357774, + -12.498462452869036 + ], + [ + -76.77922893479231, + -12.493275665724992 + ], + [ + -76.78405745413016, + -12.491139865698424 + ] + ] + ], + "type": "Polygon" + }, + "id": "2760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95143246652654, + -11.967452419592403, + -76.94178688090612, + -11.957065901046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.94711610176398, + -11.957065901046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08547450112606, + -11.917699705791007, + -77.0758269605816, + -11.907309177459288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.0811552045166, + -11.907309177459288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05177313867283, + -11.599677393650921, + -77.04213591798417, + -11.589283442054924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.04745897890821, + -11.589283442054924 + ] + ] + ], + "type": "Polygon" + }, + "id": "2763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.707688015371, + -12.289149812234458, + -76.69803934687053, + -12.27877448421867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.70337401298657, + -12.27877448421867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72447735446984, + -12.212242381614278, + -76.71483052295454, + -12.20186535436204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.7201639156672, + -12.20186535436204 + ] + ] + ], + "type": "Polygon" + }, + "id": "2765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75185626351636, + -12.309281383820062, + -76.74220578725554, + -12.298905268070296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.74754077458697, + -12.298905268070296 + ] + ] + ], + "type": "Polygon" + }, + "id": "2766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87604868396787, + -12.030781755285863, + -76.86640318907013, + -12.020398054479426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.87173351657117, + -12.020398054479426 + ] + ] + ], + "type": "Polygon" + }, + "id": "2767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0298409501669, + -11.872910226656103, + -77.02019615822763, + -11.86252041905564 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.02552373759718, + -11.86252041905564 + ] + ] + ], + "type": "Polygon" + }, + "id": "2768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71153751717222, + -12.203091225569377, + -76.7018913131221, + -12.192714379881359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.70722455755994, + -12.192714379881359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99180438549077, + -11.979294297096718, + -76.9821574006092, + -11.968906956472166 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.98748677501405, + -11.968906956472166 + ] + ] + ], + "type": "Polygon" + }, + "id": "2770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02308823655964, + -12.08461743699039, + -77.01343730639964, + -12.07423091593872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.01876838008928, + -12.07423091593872 + ] + ] + ], + "type": "Polygon" + }, + "id": "2771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87680333244998, + -11.78706581681319, + -76.86716507840877, + -11.77667860452948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.87249139283219, + -11.77667860452948 + ] + ] + ], + "type": "Polygon" + }, + "id": "2772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95220434338768, + -12.006851090453157, + -76.9425575631673, + -11.99646513630463 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.9478874322068, + -11.99646513630463 + ] + ] + ], + "type": "Polygon" + }, + "id": "2773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75806758942969, + -11.964048280664633, + -76.74842724625185, + -11.953666555045263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.75375653646535, + -11.953666555045263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96667474392754, + -12.000413456293177, + -76.9570277796078, + -11.990027048371896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.96235752829425, + -11.990027048371896 + ] + ] + ], + "type": "Polygon" + }, + "id": "2775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95676160726923, + -11.960112885140752, + -76.94711610176398, + -11.94972612717544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.95244519658586, + -11.94972612717544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08850077601055, + -11.886527601796452, + -77.0788540878124, + -11.876136555843043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.08418181456646, + -11.876136555843043 + ] + ] + ], + "type": "Polygon" + }, + "id": "2777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74509916012352, + -12.049236332989967, + -76.73545662988562, + -12.038856211965733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.74078732812693, + -12.038856211965733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94073120359914, + -11.793359296701553, + -76.93109108262607, + -11.78297058181196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.93641744833056, + -11.78297058181196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0809962963108, + -12.05885317922994, + -77.07134466065249, + -12.048464847686049 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.07667523504853, + -12.048464847686049 + ] + ] + ], + "type": "Polygon" + }, + "id": "2780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85167422604685, + -12.185607306478653, + -76.84202475861622, + -12.175226630141367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.84735765565996, + -12.175226630141367 + ] + ] + ], + "type": "Polygon" + }, + "id": "2781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88366461822775, + -12.047261475315832, + -76.8740184304916, + -12.036877833953087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.87934902399441, + -12.036877833953087 + ] + ] + ], + "type": "Polygon" + }, + "id": "2782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82121409016625, + -12.119692172334807, + -76.81156740316037, + -12.109311215168173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.8168992310733, + -12.109311215168173 + ] + ] + ], + "type": "Polygon" + }, + "id": "2783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75501287951268, + -11.99519238205274, + -76.74537169101878, + -11.984811194855206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.7507014954009, + -11.984811194855206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79225240830569, + -12.226860464565705, + -76.78260330050904, + -12.216481954475286 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.78793691108227, + -12.216481954475286 + ] + ] + ], + "type": "Polygon" + }, + "id": "2785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8592942557803, + -12.107747581860176, + -76.84964690943727, + -12.09736548140206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.85497851726329, + -12.09736548140206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75426565658444, + -11.95580868604865, + -76.74462566218604, + -11.945426935893458 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.74995481790896, + -11.945426935893458 + ] + ] + ], + "type": "Polygon" + }, + "id": "2787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89127469113346, + -11.96937973852488, + -76.88163062447667, + -11.95899474244277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.88695992907185, + -11.95899474244277 + ] + ] + ], + "type": "Polygon" + }, + "id": "2788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69850038608459, + -12.382518665658719, + -76.68884917969878, + -12.372145165596686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.69798981685983, + -12.38038329995809 + ], + [ + -76.69316412594436, + -12.382518665658719 + ], + [ + -76.68884917969878, + -12.37946725218167 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.69418539011288, + -12.372145165596686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11074376508378, + -12.085371051439017, + -77.10109058858718, + -12.074982402972966 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.11074376508378, + -12.07802849373271 + ], + [ + -77.11023942634672, + -12.083222870002887 + ], + [ + -77.10541275265375, + -12.085371051439017 + ], + [ + -77.10109058858718, + -12.08232487639249 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.10642155726029, + -12.074982402972966 + ] + ] + ], + "type": "Polygon" + }, + "id": "2790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78694231969774, + -12.139868760117272, + -76.77729595190407, + -12.129488985438794 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.78262812941264, + -12.129488985438794 + ] + ] + ], + "type": "Polygon" + }, + "id": "2791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06573259012981, + -12.025891339275825, + -77.05608232424032, + -12.015502880892862 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.06141237639868, + -12.015502880892862 + ] + ] + ], + "type": "Polygon" + }, + "id": "2792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75950009042127, + -12.23145565276482, + -76.74985173120636, + -12.221078048005348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.75518543082354, + -12.221078048005348 + ] + ] + ], + "type": "Polygon" + }, + "id": "2793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8288502745724, + -11.947478616544215, + -76.8192085183923, + -11.937094862009971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82453750381255, + -11.937094862009971 + ], + [ + -76.8288502745724, + -11.940142844629131 + ], + [ + -76.82834220632475, + -11.945334775962168 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.82453750381255, + -11.937094862009971 + ] + ] + ], + "type": "Polygon" + }, + "id": "2794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96214571582613, + -12.141515808076319, + -76.95249466003455, + -12.131131676211412 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.95782673872998, + -12.131131676211412 + ] + ] + ], + "type": "Polygon" + }, + "id": "2795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12125738502664, + -11.881865805966518, + -77.11161001193271, + -11.871473900013967 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.11693761432262, + -11.871473900013967 + ] + ] + ], + "type": "Polygon" + }, + "id": "2796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.952976410676, + -12.046247954513246, + -76.9433284355632, + -12.035862574526071 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.94865895294006, + -12.035862574526071 + ] + ] + ], + "type": "Polygon" + }, + "id": "2797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02455907387524, + -11.974651198448424, + -77.01491138541378, + -11.96426298476267 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.02024064583352, + -11.96426298476267 + ] + ] + ], + "type": "Polygon" + }, + "id": "2798", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88365066432226, + -11.764144067650099, + -76.87401291148238, + -11.753756375517359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.87933884393499, + -11.753756375517359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78990494026031, + -12.485952944729998, + -76.78024815132517, + -12.47557894328465 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.7855860438105, + -12.47557894328465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02134728090971, + -11.628180922672833, + -77.01170998972178, + -11.617788067987778 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.01602366972362, + -11.628180922672833 + ], + [ + -77.01170998972178, + -11.6251362926345 + ], + [ + -77.01221499606146, + -11.619939918333053 + ], + [ + -77.01703355600051, + -11.617788067987778 + ] + ] + ], + "type": "Polygon" + }, + "id": "2801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99184059937454, + -12.073673895338537, + -76.98219079912576, + -12.063287974297868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.98752172830943, + -12.063287974297868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77555437980087, + -12.020818263721667, + -76.76591187065324, + -12.010436939945064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.77124208994279, + -12.010436939945064 + ] + ] + ], + "type": "Polygon" + }, + "id": "2803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0261675656029, + -12.147834518214799, + -77.01651467011001, + -12.137448908479216 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.0261675656029, + -12.140496083603848 + ], + [ + -77.02566194223343, + -12.145688941028235 + ], + [ + -77.0208354085721, + -12.147834518214799 + ], + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.02184678215784, + -12.137448908479216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9247682271547, + -11.909770383692557, + -76.91512505659685, + -11.899383689101125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.91943988522571, + -11.909770383692557 + ], + [ + -76.91512505659685, + -11.906723370865437 + ], + [ + -76.91563185318509, + -11.901530077028793 + ], + [ + -76.9204533521634, + -11.899383689101125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95899983542255, + -11.795155106800816, + -76.94935918532377, + -11.784765964851912 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.95468556320508, + -11.784765964851912 + ] + ] + ], + "type": "Polygon" + }, + "id": "2806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76630263082971, + -12.397163006815164, + -76.756649135724, + -12.386788031724407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.76096614774893, + -12.397163006815164 + ], + [ + -76.756649135724, + -12.394112162068588 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.76198557004037, + -12.386788031724407 + ] + ] + ], + "type": "Polygon" + }, + "id": "2807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9591064247413, + -12.17266706512587, + -76.94945451808886, + -12.162283503220197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.95478711354414, + -12.162283503220197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16449879344974, + -11.673621513828452, + -77.15485654159284, + -11.663225765125478 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.16018065271184, + -11.663225765125478 + ] + ] + ], + "type": "Polygon" + }, + "id": "2809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97730198137448, + -11.891347326429747, + -76.96765799207448, + -11.880959069894597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.97298593407072, + -11.880959069894597 + ] + ] + ], + "type": "Polygon" + }, + "id": "2810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05485381241049, + -11.662930453043758, + -77.04521463248837, + -11.652537219632908 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.05053872836017, + -11.652537219632908 + ] + ] + ], + "type": "Polygon" + }, + "id": "2811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02823183573271, + -11.699669732082812, + -77.01859224205367, + -11.68927762072047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.0239169746594, + -11.68927762072047 + ] + ] + ], + "type": "Polygon" + }, + "id": "2812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78083385377934, + -12.202143390878682, + -76.77118579210703, + -12.191764767431497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.77651899971826, + -12.191764767431497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74957968582997, + -12.285478493403485, + -76.73992998261254, + -12.275102035490733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.74526457754266, + -12.275102035490733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0541786417966, + -11.812359516219987, + -77.0445350322822, + -11.801968273606771 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.04986158517134, + -11.801968273606771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04284460853955, + -11.976448255628808, + -77.03319639914388, + -11.966059620668656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.03852566669653, + -11.966059620668656 + ] + ] + ], + "type": "Polygon" + }, + "id": "2816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08994888240726, + -11.776519927357402, + -77.080305433621, + -11.766127328227606 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.08563134906564, + -11.766127328227606 + ] + ] + ], + "type": "Polygon" + }, + "id": "2817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77702817783576, + -12.193904338406702, + -76.76738046499172, + -12.183525678084052 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.77271353820024, + -12.183525678084052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98033710383233, + -11.860182041208862, + -76.97069396432299, + -11.849793270435311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.97602139027856, + -11.849793270435311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15322054814399, + -11.837779639503378, + -77.14357369035685, + -11.827386346247653 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.1489005177688, + -11.827386346247653 + ] + ] + ], + "type": "Polygon" + }, + "id": "2820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12492341757887, + -11.70124573574104, + -77.1152813299771, + -11.690851295662679 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.12060595729218, + -11.690851295662679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2821", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85547931774833, + -12.288173242708043, + -76.84582668600476, + -12.277794153573959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.85116127342422, + -12.277794153573959 + ] + ] + ], + "type": "Polygon" + }, + "id": "2822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93548383025, + -12.17819275910546, + -76.92583237423798, + -12.16780987135991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.93116508341356, + -12.16780987135991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72530455814682, + -12.06298765925887, + -76.71566215772253, + -12.052608252016853 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.72099308792586, + -12.052608252016853 + ] + ] + ], + "type": "Polygon" + }, + "id": "2824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70393214124326, + -12.186613609256527, + -76.6942866377438, + -12.176236691471898 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.69961961159278, + -12.176236691471898 + ] + ] + ], + "type": "Polygon" + }, + "id": "2825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80519985373853, + -12.23600974044167, + -76.7955501242525, + -12.225631053012362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.800883879674, + -12.225631053012362 + ] + ] + ], + "type": "Polygon" + }, + "id": "2826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02520223865238, + -11.730845104031951, + -77.01556179495327, + -11.720453474428222 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.02088704355695, + -11.720453474428222 + ] + ] + ], + "type": "Polygon" + }, + "id": "2827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8189046068862, + -12.28453309029793, + -76.80925306023815, + -12.274154860633438 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.81458760961887, + -12.274154860633438 + ] + ] + ], + "type": "Polygon" + }, + "id": "2828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75654030311811, + -11.97962053365323, + -76.7468995372939, + -11.96923907647209 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.75222908458315, + -11.96923907647209 + ] + ] + ], + "type": "Polygon" + }, + "id": "2829", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84254769308563, + -11.996013293336558, + -76.8329041246516, + -11.985629910098146 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.8382339015434, + -11.985629910098146 + ] + ] + ], + "type": "Polygon" + }, + "id": "2830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9795946891586, + -11.91516986775133, + -76.96994993079112, + -11.90478189477377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.97527826249633, + -11.90478189477377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9583068478496, + -12.038909940017799, + -76.94865895294006, + -12.028524316894453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.95398934419251, + -12.028524316894453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00623467534055, + -11.878459089728938, + -76.99659032355171, + -11.868069939027649 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -77.00191802193604, + -11.868069939027649 + ] + ] + ], + "type": "Polygon" + }, + "id": "2833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87528847332885, + -12.08574586534273, + -76.86564135924378, + -12.07536302307523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.87097259322236, + -12.07536302307523 + ] + ] + ], + "type": "Polygon" + }, + "id": "2834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1219760809092, + -11.826859795205676, + -77.11233032816088, + -11.816467105249679 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.11765702470714, + -11.816467105249679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71621615603424, + -11.967750777571155, + -76.7065768434714, + -11.95737017009965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.71190620590386, + -11.95737017009965 + ] + ] + ], + "type": "Polygon" + }, + "id": "2836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03047995248666, + -11.629073646047052, + -77.02084240098186, + -11.618680579343044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.02616597105369, + -11.618680579343044 + ] + ] + ], + "type": "Polygon" + }, + "id": "2837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90419863572681, + -11.78976457263315, + -76.89455957871755, + -11.779376714871624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.8998859167681, + -11.779376714871624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85396660961945, + -12.020732771294536, + -76.84432200018188, + -12.010349471649048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84965217719414, + -12.010349471649048 + ] + ] + ], + "type": "Polygon" + }, + "id": "2839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12348732532377, + -11.811270697584753, + -77.11384199892753, + -11.800877757312 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11916843684257, + -11.800877757312 + ] + ] + ], + "type": "Polygon" + }, + "id": "2840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08856520156469, + -11.980936274223408, + -77.07891569820038, + -11.970546590474655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.08424497875649, + -11.970546590474655 + ] + ] + ], + "type": "Polygon" + }, + "id": "2841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05355707212351, + -12.056156448108796, + -77.0439062129774, + -12.045768744898105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.0492367797098, + -12.045768744898105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92022296385439, + -12.050876873530683, + -76.91057570616259, + -12.04049237635317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.91590632983953, + -12.04049237635317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83034170162257, + -12.214930732301427, + -76.82069192766265, + -12.204551066530378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.82602532164168, + -12.204551066530378 + ] + ] + ], + "type": "Polygon" + }, + "id": "2844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01316322798309, + -12.044316809371983, + -77.00351375454326, + -12.033929915985453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -77.00884417588966, + -12.033929915985453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73145939827893, + -11.906371094731636, + -76.72182149781182, + -11.895989206922703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.72714984573396, + -11.895989206922703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66126454693313, + -12.245213998119956, + -76.65161847063933, + -12.23483912969583 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.65695241617829, + -12.23483912969583 + ] + ] + ], + "type": "Polygon" + }, + "id": "2847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06090620848765, + -11.600568716822458, + -77.05126872911963, + -11.590174553941004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.05659179292005, + -11.590174553941004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08607186467701, + -11.673847875600714, + -77.07643156889615, + -11.663454022767885 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.08175580241924, + -11.663454022767885 + ] + ] + ], + "type": "Polygon" + }, + "id": "2849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06241896661656, + -11.584977415271286, + -77.05278191232696, + -11.574583023905442 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05810471815317, + -11.574583023905442 + ], + [ + -77.06241896661656, + -11.577626964487658 + ], + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.05328627642915, + -11.5767362438745 + ], + [ + -77.05810471815317, + -11.574583023905442 + ] + ] + ], + "type": "Polygon" + }, + "id": "2850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11528213057862, + -12.038620688012132, + -77.10563023473473, + -12.028231216481325 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1109604264904, + -12.028231216481325 + ], + [ + -77.11528213057862, + -12.03127704443239 + ], + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.1109604264904, + -12.028231216481325 + ] + ] + ], + "type": "Polygon" + }, + "id": "2851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85093406180648, + -11.768784829695836, + -76.84129703820004, + -11.758398016722614 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.84662306929509, + -11.758398016722614 + ] + ] + ], + "type": "Polygon" + }, + "id": "2852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69035884901506, + -11.949455395669283, + -76.68072079158392, + -11.93907517951831 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.68604985666914, + -11.93907517951831 + ] + ] + ], + "type": "Polygon" + }, + "id": "2853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8798600696277, + -12.133372490268764, + -76.87021141356865, + -12.122990276570592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.87554342951047, + -12.122990276570592 + ] + ] + ], + "type": "Polygon" + }, + "id": "2854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77172306422408, + -12.106911635310317, + -76.76207809106621, + -12.096531728315572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.76740973123252, + -12.096531728315572 + ] + ] + ], + "type": "Polygon" + }, + "id": "2855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07942031256917, + -11.980039199398147, + -77.06977106704197, + -11.969649724904366 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.07510034554939, + -11.969649724904366 + ] + ] + ], + "type": "Polygon" + }, + "id": "2856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06337486482022, + -11.907666520567822, + -77.0537281828835, + -11.89727638662201 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.05905629170415, + -11.89727638662201 + ] + ] + ], + "type": "Polygon" + }, + "id": "2857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95828042148251, + -11.94453268187437, + -76.9486353408346, + -11.934145659065363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.95396417761869, + -11.934145659065363 + ] + ] + ], + "type": "Polygon" + }, + "id": "2858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98795757697194, + -11.876663209170307, + -76.97831374963684, + -11.866274482399557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.9836414386852, + -11.866274482399557 + ] + ] + ], + "type": "Polygon" + }, + "id": "2859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9605990259032, + -12.062728099463023, + -76.95095036104674, + -12.052342781938533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.95628114251029, + -12.052342781938533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01320568510995, + -12.138692661593334, + -77.00355339485478, + -12.128307225948928 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -77.00888537158838, + -12.128307225948928 + ] + ] + ], + "type": "Polygon" + }, + "id": "2861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89815190097329, + -12.229526432999272, + -76.88849989163118, + -12.219145305580358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.89383347978536, + -12.219145305580358 + ] + ] + ], + "type": "Polygon" + }, + "id": "2862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95673563802478, + -11.865726933853187, + -76.94709294538778, + -11.855338823025587 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.95242048649713, + -11.855338823025587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8471305894516, + -11.7605445735701, + -76.8374939123082, + -11.750157745150208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.84281981024029, + -11.750157745150208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82729066566851, + -12.246068557848114, + -76.81764004343749, + -12.235689478645815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.82297395310584, + -12.235689478645815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98192107096894, + -12.033374364815163, + -76.9722727289237, + -12.02298807481212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.97760300477647, + -12.02298807481212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88824305356682, + -12.189236399169623, + -76.87859250856454, + -12.17885486549705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.88392543966945, + -12.17885486549705 + ] + ] + ], + "type": "Polygon" + }, + "id": "2867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99109961549759, + -12.128648213372443, + -76.98144819410301, + -12.118263163927699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.98678003025627, + -12.118263163927699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91491984331192, + -12.246912128698881, + -76.90526687381184, + -12.2365308683513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.91060073503643, + -12.2365308683513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18447098120822, + -11.848697275781083, + -77.17482302387546, + -11.838303382738747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18014997893674, + -11.838303382738747 + ], + [ + -77.18447098120822, + -11.841347643129371 + ], + [ + -77.18396804711183, + -11.846544641387766 + ], + [ + -77.17914398350719, + -11.848697275781083 + ], + [ + -77.17482302387546, + -11.84565292973757 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.18014997893674, + -11.838303382738747 + ] + ] + ], + "type": "Polygon" + }, + "id": "2870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81742238691689, + -12.017111383615253, + -76.80777886109321, + -12.006728947370847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.81310899994982, + -12.006728947370847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79307035936323, + -11.983246677080922, + -76.78342849745725, + -11.97286434939582 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.78875809022833, + -11.97286434939582 + ] + ] + ], + "type": "Polygon" + }, + "id": "2872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7961008978728, + -12.046444024670835, + -76.7864570701937, + -12.03606256945141 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.79178770306358, + -12.03606256945141 + ] + ] + ], + "type": "Polygon" + }, + "id": "2873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88824904904286, + -12.283569968311022, + -76.87859568658268, + -12.273189981224208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.88774128201285, + -12.28142912505398 + ], + [ + -76.8829145140852, + -12.283569968311022 + ], + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.88393017454919, + -12.273189981224208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01550312406256, + -12.162510393213736, + -77.00585006390072, + -12.15212527813668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.0111824306617, + -12.15212527813668 + ] + ] + ], + "type": "Polygon" + }, + "id": "2875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02667076502246, + -11.620832610245287, + -77.01703355600051, + -11.610439533547932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.02235699528376, + -11.610439533547932 + ] + ] + ], + "type": "Polygon" + }, + "id": "2876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0923811486284, + -11.989176936796792, + -77.08273130329674, + -11.978787281996398 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.08806071414938, + -11.978787281996398 + ] + ] + ], + "type": "Polygon" + }, + "id": "2877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10383050403486, + -12.013898863159165, + -77.0941796331701, + -12.003509297940846 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.09950943466207, + -12.003509297940846 + ] + ] + ], + "type": "Polygon" + }, + "id": "2878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17070958406869, + -11.800141251720607, + -77.16106341301479, + -11.789747022001535 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.16638959291652, + -11.789747022001535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99794927493791, + -12.105732562409871, + -76.98829836072704, + -12.095346986200973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.99362981153259, + -12.095346986200973 + ] + ] + ], + "type": "Polygon" + }, + "id": "2880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10527406048391, + -11.903904595965573, + -77.09562643197086, + -11.893513389669979 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.10095442066937, + -11.893513389669979 + ] + ] + ], + "type": "Polygon" + }, + "id": "2881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76186977648064, + -11.972287872955556, + -76.75222908458315, + -11.961906172327307 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.75755850924637, + -11.961906172327307 + ] + ] + ], + "type": "Polygon" + }, + "id": "2882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78241095404331, + -11.997913362515432, + -76.77276894245699, + -11.987531522104266 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.77809878150413, + -11.987531522104266 + ] + ] + ], + "type": "Polygon" + }, + "id": "2883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03204201366228, + -11.707910706567485, + -77.02240207736583, + -11.697518609237328 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.02772694080409, + -11.697518609237328 + ] + ] + ], + "type": "Polygon" + }, + "id": "2884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01090860581317, + -12.114874380922014, + -77.00125708537293, + -12.104488628270735 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -77.00658867211877, + -12.104488628270735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75345199984753, + -12.105093341845496, + -76.7438075764294, + -12.094713869889743 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.74913919310085, + -12.094713869889743 + ] + ] + ], + "type": "Polygon" + }, + "id": "2886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97051594027269, + -12.103025717388379, + -76.96086581586991, + -12.092640775780218 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.96619725148645, + -12.092640775780218 + ] + ] + ], + "type": "Polygon" + }, + "id": "2887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99942860147027, + -11.99577503333129, + -76.98978092872882, + -11.985387749072721 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.99511056613049, + -11.985387749072721 + ] + ] + ], + "type": "Polygon" + }, + "id": "2888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04039508651846, + -11.669386054949562, + -77.03075608290067, + -11.658993256421143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03608030307365, + -11.658993256421143 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03075608290067, + -11.666341361639741 + ], + [ + -77.03126088684344, + -11.661145015252867 + ], + [ + -77.03608030307365, + -11.658993256421143 + ] + ] + ], + "type": "Polygon" + }, + "id": "2889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98030426831642, + -11.76578068021312, + -76.97066394029184, + -11.755390616591002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.97598981350984, + -11.755390616591002 + ] + ] + ], + "type": "Polygon" + }, + "id": "2890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92480152827497, + -12.098508976284133, + -76.91515272977358, + -12.088125097358478 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.92048413455646, + -12.088125097358478 + ] + ] + ], + "type": "Polygon" + }, + "id": "2891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09382841833282, + -11.879181883296642, + -77.08418181456646, + -11.868790604208954 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08950941294603, + -11.868790604208954 + ] + ] + ], + "type": "Polygon" + }, + "id": "2892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00553674549941, + -12.027836236164813, + -76.99588795955985, + -12.017449281205034 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -77.00121811817766, + -12.017449281205034 + ] + ] + ], + "type": "Polygon" + }, + "id": "2893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77019567346868, + -12.12248114293576, + -76.76055027713556, + -12.112101518320108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.7658821746732, + -12.112101518320108 + ] + ] + ], + "type": "Polygon" + }, + "id": "2894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15171043317198, + -11.853369263640472, + -77.14206314863297, + -11.842976223068128 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.14739023486224, + -11.842976223068128 + ] + ] + ], + "type": "Polygon" + }, + "id": "2895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04493650119623, + -11.622617228589391, + -77.03529877259744, + -11.61222372834642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.04062221887102, + -11.61222372834642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80976192333924, + -12.283622377102695, + -76.80011064915769, + -12.273244362930267 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.80544518833904, + -12.273244362930267 + ] + ] + ], + "type": "Polygon" + }, + "id": "2897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8851920076497, + -12.126038741312613, + -76.87554342951047, + -12.115656279050162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.88087532054355, + -12.115656279050162 + ] + ] + ], + "type": "Polygon" + }, + "id": "2898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70481619278573, + -11.943032497981681, + -76.69517792932324, + -11.932651818871925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.70050688657798, + -11.932651818871925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85700704604267, + -12.178275607725787, + -76.84735765565996, + -12.167894679850365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.85269042824976, + -12.167894679850365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538983772034, + -11.762344835242715, + -76.8557526217784, + -11.751957574465523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.86107853752013, + -11.751957574465523 + ] + ] + ], + "type": "Polygon" + }, + "id": "2901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03609789190278, + -12.188132344183543, + -77.0264435394168, + -12.177747133058633 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03177630379538, + -12.177747133058633 + ], + [ + -77.03609789190278, + -12.180794400980682 + ], + [ + -77.03559234479997, + -12.185987058997313 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.03177630379538, + -12.177747133058633 + ] + ] + ], + "type": "Polygon" + }, + "id": "2902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77319517901245, + -12.279976826997707, + -76.76354499946441, + -12.269599677290731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.76887949509045, + -12.269599677290731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98114541908464, + -11.993974648809205, + -76.971498271891, + -11.98358778804748 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.97682789953895, + -11.98358778804748 + ] + ] + ], + "type": "Polygon" + }, + "id": "2904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98718154690037, + -11.83725586836311, + -76.97753891327145, + -11.826866609760774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.98286595475939, + -11.826866609760774 + ] + ] + ], + "type": "Polygon" + }, + "id": "2905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00324108883096, + -12.004015389026932, + -76.99359307225109, + -11.993628133635225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.99892284108897, + -11.993628133635225 + ] + ] + ], + "type": "Polygon" + }, + "id": "2906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.874529997688, + -12.235043070561414, + -76.86487844747478, + -12.224662623967616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.87021214463753, + -12.224662623967616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89810753064576, + -11.757701820207314, + -76.8884695882228, + -11.747313681944075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.89379540376757, + -11.747313681944075 + ] + ] + ], + "type": "Polygon" + }, + "id": "2908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03433795669531, + -11.73173950745636, + -77.02469725271611, + -11.721347666280854 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.03002250499917, + -11.721347666280854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09152650480704, + -11.855353951137026, + -77.0818806688585, + -11.844962393762533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.08720787850177, + -11.844962393762533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11506554990449, + -11.7553678151697, + -77.10542209878692, + -11.744974324481353 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.11074763027791, + -11.744974324481353 + ] + ] + ], + "type": "Polygon" + }, + "id": "2911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95678759166827, + -12.054488032135657, + -76.9471392716532, + -12.04410268315196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.95246992109412, + -12.04410268315196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02749777788304, + -11.754673149430602, + -77.01785656632802, + -11.744281779409745 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.02318220388452, + -11.744281779409745 + ] + ] + ], + "type": "Polygon" + }, + "id": "2913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79909262497233, + -12.298277717556493, + -76.78944119976975, + -12.287900218541779 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.79477598627187, + -12.287900218541779 + ] + ] + ], + "type": "Polygon" + }, + "id": "2914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0693128012304, + -11.656473710706475, + -77.05967344622684, + -11.646080043351263 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.06499741711394, + -11.646080043351263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77238939067867, + -12.42920142597525, + -76.76273477265421, + -12.418826858057631 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.76807173421503, + -12.418826858057631 + ] + ] + ], + "type": "Polygon" + }, + "id": "2916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99787329667564, + -11.916967600120094, + -76.98822801285365, + -11.906579203020879 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.9935563544014, + -11.906579203020879 + ] + ] + ], + "type": "Polygon" + }, + "id": "2917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9856644488074, + -11.852839438841334, + -76.97602139027856, + -11.842450434265317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.98134868977516, + -11.842450434265317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07415122785767, + -12.081776730331105, + -77.06449908159104, + -12.071388916550546 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06983004308555, + -12.071388916550546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11427394719136, + -11.715945618510464, + -77.10463168910135, + -11.705551627071333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10995657388438, + -11.705551627071333 + ] + ] + ], + "type": "Polygon" + }, + "id": "2920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6909950319408, + -12.177462273283966, + -76.68135015729821, + -12.167085539204603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.68668298201919, + -12.167085539204603 + ] + ] + ], + "type": "Polygon" + }, + "id": "2921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88823107310769, + -12.000533653649024, + -76.87858615809022, + -11.99014919481544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.88391597819655, + -11.99014919481544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09829877606653, + -11.737993102985769, + -77.08865626348371, + -11.727599787848192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.09398153381368, + -11.727599787848192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89585550838127, + -12.111370243649082, + -76.88620708657994, + -12.100987285584203 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.89153872753171, + -12.100987285584203 + ] + ] + ], + "type": "Polygon" + }, + "id": "2924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12284334142629, + -11.960695270142654, + -77.11319357951801, + -11.950304457806595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.11852247676327, + -11.950304457806595 + ] + ] + ], + "type": "Polygon" + }, + "id": "2925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19573516521294, + -11.684530013810534, + -77.18609181693151, + -11.674133656326658 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1914160544078, + -11.674133656326658 + ], + [ + -77.19573516521294, + -11.677176966449386 + ], + [ + -77.19523264423557, + -11.682375196988547 + ], + [ + -77.19041088530095, + -11.684530013810534 + ], + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.1865944650517, + -11.676288490006417 + ], + [ + -77.1914160544078, + -11.674133656326658 + ] + ] + ], + "type": "Polygon" + }, + "id": "2926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77088877605205, + -12.35047399775074, + -76.7612365524292, + -12.340098099107548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.76657221342768, + -12.340098099107548 + ] + ] + ], + "type": "Polygon" + }, + "id": "2927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10448331726977, + -11.864489489979656, + -77.09483688286359, + -11.854097745957427 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.1001642242317, + -11.854097745957427 + ] + ] + ], + "type": "Polygon" + }, + "id": "2928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73887267246599, + -12.394419101679267, + -76.72922000502057, + -12.384044776849622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.73353622520659, + -12.394419101679267 + ], + [ + -76.72922000502057, + -12.391368011429442 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.73455640312537, + -12.384044776849622 + ] + ] + ], + "type": "Polygon" + }, + "id": "2929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79608000604331, + -12.140777628609582, + -76.78643336483256, + -12.130397637313038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.79176555321936, + -12.130397637313038 + ] + ] + ], + "type": "Polygon" + }, + "id": "2930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06398878611152, + -11.663822787369494, + -77.05434934757032, + -11.653429342966625 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05967344622684, + -11.653429342966625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99406205390801, + -11.90872706329041, + -76.98441711385003, + -11.898338641813263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98974532396451, + -11.898338641813263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.084496486666, + -11.594999906165715, + -77.07485857535681, + -11.58460510172206 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08018151609845, + -11.58460510172206 + ], + [ + -77.084496486666, + -11.587648906448848 + ], + [ + -77.08399254290197, + -11.592846361299678 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.08018151609845, + -11.58460510172206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92557039015591, + -12.137899227308791, + -76.9159203961378, + -12.1275159454576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.92125244970138, + -12.1275159454576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79298319656776, + -12.360538477876643, + -76.78333007527245, + -12.350162191933352 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.78866589313066, + -12.350162191933352 + ] + ] + ], + "type": "Polygon" + }, + "id": "2935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78616698658911, + -12.194814477688851, + -76.77651899971826, + -12.184435600671943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.78185208410761, + -12.184435600671943 + ] + ] + ], + "type": "Polygon" + }, + "id": "2936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70634546392732, + -11.927461412892319, + -76.6967076224269, + -11.917080468512916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.70203632292333, + -11.917080468512916 + ] + ] + ], + "type": "Polygon" + }, + "id": "2937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05664246271303, + -12.119379230993648, + -77.04698963881593, + -12.108992427608499 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.05664246271303, + -12.112039184367118 + ], + [ + -77.05613731128129, + -12.117232638434473 + ], + [ + -77.05131081359032, + -12.119379230993648 + ], + [ + -77.04698963881593, + -12.116332389986155 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.052321243399, + -12.108992427608499 + ] + ] + ], + "type": "Polygon" + }, + "id": "2938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7640242311143, + -12.373362118732553, + -76.75437150934191, + -12.362986788365935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75970755115263, + -12.362986788365935 + ] + ] + ], + "type": "Polygon" + }, + "id": "2939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11348253955099, + -11.67652188545884, + -77.10384147419705, + -11.666127403062804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10916571242707, + -11.666127403062804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90879480785162, + -12.026156940972717, + -76.89914858728045, + -12.015772353732805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.90447881326621, + -12.015772353732805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.904241236357, + -12.167236761168425, + -76.89459092649388, + -12.15685447562519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89992348203741, + -12.15685447562519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00028391045024, + -12.223913345218808, + -76.99062940823661, + -12.213529593296746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -77.00028391045024, + -12.216577362433199 + ], + [ + -76.99977780518272, + -12.221769291059559 + ], + [ + -76.994950467987, + -12.223913345218808 + ], + [ + -76.99062940823661, + -12.220865492352837 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.99596280532573, + -12.213529593296746 + ] + ] + ], + "type": "Polygon" + }, + "id": "2943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.799885844121, + -12.149016912924381, + -76.7902388545863, + -12.138636955976603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.79557117709206, + -12.138636955976603 + ] + ] + ], + "type": "Polygon" + }, + "id": "2944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03976344604949, + -11.913216666334765, + -77.03011719977707, + -11.902827188289585 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.03544543024839, + -11.902827188289585 + ] + ] + ], + "type": "Polygon" + }, + "id": "2945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76719912705114, + -11.964954882478425, + -76.75755850924637, + -11.95457293884541 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.76288781119553, + -11.95457293884541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08711571808142, + -12.090916076022943, + -77.07746297124744, + -12.080528087279882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.08279406539633, + -12.080528087279882 + ] + ] + ], + "type": "Polygon" + }, + "id": "2947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01390033580607, + -11.989333943938732, + -77.00425248295385, + -11.97894620851288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.009581997758, + -11.97894620851288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70388434669154, + -12.280911314403417, + -76.6942360287018, + -12.270535945768426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.69957055942338, + -12.270535945768426 + ] + ] + ], + "type": "Polygon" + }, + "id": "2949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97280958560653, + -12.126842698145897, + -76.96315869106571, + -12.116458071728983 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.9684905169539, + -12.116458071728983 + ] + ] + ], + "type": "Polygon" + }, + "id": "2950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13565049176219, + -11.780983592829793, + -77.12600576294753, + -11.770589947927219 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.1313316842789, + -11.770589947927219 + ] + ] + ], + "type": "Polygon" + }, + "id": "2951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98414721400309, + -11.86842262634313, + -76.97450373055044, + -11.858033877342978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97983128807309, + -11.858033877342978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81739303762322, + -12.205782456559838, + -76.80774388344172, + -12.195402968361739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.81307713366614, + -12.195402968361739 + ] + ] + ], + "type": "Polygon" + }, + "id": "2953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72058804404999, + -12.392588471527416, + -76.71093593076104, + -12.382214581451734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.72007776631057, + -12.390452750683998 + ], + [ + -76.71525162205079, + -12.392588471527416 + ], + [ + -76.71093593076104, + -12.389537218176446 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.71627230334566, + -12.382214581451734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91565982170695, + -12.097604829053372, + -76.90601128981811, + -12.08722116341599 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.91134268760679, + -12.08722116341599 + ] + ] + ], + "type": "Polygon" + }, + "id": "2955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88747296582241, + -12.055501322726737, + -76.87782643175777, + -12.045117711769151 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.88315715819965, + -12.045117711769151 + ] + ] + ], + "type": "Polygon" + }, + "id": "2956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04435988285456, + -11.960865236647413, + -77.03471209932327, + -11.950476335952747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.04004110839043, + -11.950476335952747 + ] + ] + ], + "type": "Polygon" + }, + "id": "2957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71840065306932, + -12.180199005577345, + -76.70875494437634, + -12.169821615032046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.71408780958897, + -12.169821615032046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96822265406712, + -12.079208201429772, + -76.95857329971044, + -12.06882294819088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.96390434509509, + -12.06882294819088 + ] + ] + ], + "type": "Polygon" + }, + "id": "2959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90499680753733, + -12.112275243652626, + -76.89534811806374, + -12.101892071811843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.9006797666078, + -12.101892071811843 + ] + ] + ], + "type": "Polygon" + }, + "id": "2960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14860784465722, + -11.790116785409126, + -77.13896252088585, + -11.779722951428797 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.14428857199209, + -11.779722951428797 + ] + ] + ], + "type": "Polygon" + }, + "id": "2961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04352531933243, + -11.827050540223, + -77.03388154370941, + -11.816659759367003 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03920835176574, + -11.816659759367003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07639239863475, + -12.011206551830906, + -77.06674230047113, + -12.000817613549655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.07207209637002, + -12.000817613549655 + ] + ] + ], + "type": "Polygon" + }, + "id": "2963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07948210527523, + -12.074435332797092, + -77.06983004308555, + -12.064047276338124 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.07516087630223, + -12.064047276338124 + ] + ] + ], + "type": "Polygon" + }, + "id": "2964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843376433583, + -12.014302004648258, + -76.85878896251823, + -12.003918246220303 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.8641190238528, + -12.003918246220303 + ] + ] + ], + "type": "Polygon" + }, + "id": "2965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12968372679008, + -11.937763201434915, + -77.12003447719874, + -11.927371890298792 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.12536298654565, + -11.927371890298792 + ] + ] + ], + "type": "Polygon" + }, + "id": "2966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69642771800511, + -11.981504026943025, + -76.68678853853099, + -11.971124127607073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.69211813092564, + -11.971124127607073 + ] + ] + ], + "type": "Polygon" + }, + "id": "2967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04195981715317, + -11.74822142773373, + -77.03231842811606, + -11.737829618466685 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.03764394192034, + -11.737829618466685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92401642692609, + -11.964748532692935, + -76.91437163774424, + -11.954362653962642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91970083921899, + -11.954362653962642 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.91487853096186, + -11.956508342537257 + ], + [ + -76.91970083921899, + -11.954362653962642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18517904757397, + -11.793682098902908, + -77.17553271104865, + -11.783287434371095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.18517904757397, + -11.786331409264742 + ], + [ + -77.18467620883854, + -11.791528793309128 + ], + [ + -77.17985295567013, + -11.793682098902908 + ], + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.18085876033736, + -11.783287434371095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74502760196494, + -12.23787094916786, + -76.73537944455431, + -12.2274938175825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.7407132548037, + -12.2274938175825 + ] + ] + ], + "type": "Polygon" + }, + "id": "2971", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68935987463298, + -12.38160242766698, + -76.67970894717689, + -12.371229145986188 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.68884917969878, + -12.37946725218167 + ], + [ + -76.68402362820201, + -12.38160242766698 + ], + [ + -76.67970894717689, + -12.378550933188981 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.68504514375188, + -12.371229145986188 + ] + ] + ], + "type": "Polygon" + }, + "id": "2972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01078332823437, + -11.831706568741268, + -77.00114025196609, + -11.82131665354869 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -77.00646717595201, + -11.82131665354869 + ] + ] + ], + "type": "Polygon" + }, + "id": "2973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09613069178067, + -11.903009353506578, + -77.08648332010542, + -11.892618356274236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.09181130726051, + -11.892618356274236 + ] + ] + ], + "type": "Polygon" + }, + "id": "2974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76633222964158, + -12.30286844295378, + -76.75668155206168, + -12.292491851211109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.76201642838589, + -12.292491851211109 + ] + ] + ], + "type": "Polygon" + }, + "id": "2975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9552937558061, + -12.164427334459338, + -76.94564219426039, + -12.154043735506914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.95097465758434, + -12.154043735506914 + ] + ] + ], + "type": "Polygon" + }, + "id": "2976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14622081034146, + -11.671842241639904, + -77.13657906569885, + -11.661446909633899 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14190317703064, + -11.661446909633899 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.13708238974347, + -11.66360085665765 + ], + [ + -77.14190317703064, + -11.661446909633899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02988825185095, + -11.967309339082785, + -77.02024064583352, + -11.956920886932602 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.02556977892957, + -11.956920886932602 + ] + ] + ], + "type": "Polygon" + }, + "id": "2978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80823528821921, + -12.299189024180397, + -76.79858358996705, + -12.288811309438346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.80391838699147, + -12.288811309438346 + ] + ] + ], + "type": "Polygon" + }, + "id": "2979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02152659407375, + -12.005814768752364, + -77.01187805422964, + -11.995427091131292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.01720783148843, + -11.995427091131292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02680986739658, + -11.90407861899798, + -77.01716422449157, + -11.893689327315945 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.02249232042702, + -11.893689327315945 + ] + ] + ], + "type": "Polygon" + }, + "id": "2981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91789029899569, + -11.7439160140206, + -76.90825224698558, + -11.733527200740909 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91357781975168, + -11.733527200740909 + ], + [ + -76.91789029899569, + -11.736573293791425 + ], + [ + -76.91738379207874, + -11.741767754068185 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.90875887999411, + -11.735675480620808 + ], + [ + -76.91357781975168, + -11.733527200740909 + ] + ] + ], + "type": "Polygon" + }, + "id": "2982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19041088530095, + -11.691882752390784, + -77.18076744945257, + -11.68148661694119 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.19041088530095, + -11.684530013810534 + ], + [ + -77.18990827805789, + -11.689728133362769 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.18609181693151, + -11.68148661694119 + ] + ] + ], + "type": "Polygon" + }, + "id": "2983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81361737698765, + -12.008871684846566, + -76.80397419884517, + -11.998489220808548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80930420391269, + -11.998489220808548 + ] + ] + ], + "type": "Polygon" + }, + "id": "2984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82348255268637, + -12.237829495962817, + -76.81383227842726, + -12.227450377213728 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81916605424107, + -12.227450377213728 + ] + ] + ], + "type": "Polygon" + }, + "id": "2985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0229070582979, + -11.707016650528143, + -77.01326738236338, + -11.696624764911917 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.01859224205367, + -11.696624764911917 + ] + ] + ], + "type": "Polygon" + }, + "id": "2986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65746332572351, + -12.236975518228645, + -76.64781760079111, + -12.226600611854552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.65315141039008, + -12.226600611854552 + ] + ] + ], + "type": "Polygon" + }, + "id": "2987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78769405158468, + -12.179246089716925, + -76.77804648826006, + -12.168866923342287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.783379315083, + -12.168866923342287 + ] + ] + ], + "type": "Polygon" + }, + "id": "2988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0756656777398, + -12.066194940589728, + -77.06601395796446, + -12.05580685095683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.07134466065249, + -12.05580685095683 + ] + ] + ], + "type": "Polygon" + }, + "id": "2989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76112175023667, + -11.932902570193043, + -76.75148225228158, + -11.92252031233428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.75681102839488, + -11.92252031233428 + ] + ] + ], + "type": "Polygon" + }, + "id": "2990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68560903351371, + -12.27908256014193, + -76.6759612729454, + -12.268707628962808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.68129577605558, + -12.268707628962808 + ] + ] + ], + "type": "Polygon" + }, + "id": "2991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13811326031235, + -11.993658458368763, + -77.12846213391161, + -11.983267761725736 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13379155028986, + -11.983267761725736 + ], + [ + -77.13811326031235, + -11.986313162184677 + ], + [ + -77.13760944904814, + -11.991508562436074 + ], + [ + -77.13278380059317, + -11.993658458368763 + ], + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.13379155028986, + -11.983267761725736 + ] + ] + ], + "type": "Polygon" + }, + "id": "2992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15917463945196, + -11.680973422549913, + -77.14953230102608, + -11.670577895918317 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.15485654159284, + -11.670577895918317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64679548492651, + -12.251622283122515, + -76.63714961870892, + -12.241247892844651 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.64248367020126, + -12.241247892844651 + ] + ] + ], + "type": "Polygon" + }, + "id": "2994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13803437056278, + -11.89924193807842, + -77.12838606025471, + -11.888849872799263 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.13371392276309, + -11.888849872799263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75423257103087, + -12.050144864841986, + -76.74458976534436, + -12.039764525751625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74992047571813, + -12.039764525751625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88745568123066, + -11.772384456482307, + -76.87781758266746, + -11.761996780320374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.88314364782687, + -11.761996780320374 + ] + ] + ], + "type": "Polygon" + }, + "id": "2997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04650213950285, + -11.701457012248442, + -77.03686202615765, + -11.691064477950054 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.042186765663, + -11.691064477950054 + ] + ] + ], + "type": "Polygon" + }, + "id": "2998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72600707905173, + -12.196676767734079, + -76.71636067042614, + -12.186299448902727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.72169380585368, + -12.186299448902727 + ] + ] + ], + "type": "Polygon" + }, + "id": "2999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05350284978053, + -11.961763053668554, + -77.04385480660355, + -11.951373942701307 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04918381877731, + -11.951373942701307 + ] + ] + ], + "type": "Polygon" + }, + "id": "3000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90651850811004, + -12.096700415719685, + -76.89687024331093, + -12.086316963621048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.90220163382968, + -12.086316963621048 + ] + ] + ], + "type": "Polygon" + }, + "id": "3001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95449578812837, + -12.03066981608509, + -76.94484823805664, + -12.020284162737973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.95017849727692, + -12.020284162737973 + ] + ] + ], + "type": "Polygon" + }, + "id": "3002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7953484246636, + -12.00705947299851, + -76.78570579155266, + -11.996677442424325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.79103577566313, + -11.996677442424325 + ] + ] + ], + "type": "Polygon" + }, + "id": "3003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73965637488881, + -12.339494616532917, + -76.73000532787434, + -12.32911932435189 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.73534081809304, + -12.32911932435189 + ] + ] + ], + "type": "Polygon" + }, + "id": "3004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75572762907632, + -12.12890138273557, + -76.74608243351243, + -12.118522226043044 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.75141444211806, + -12.118522226043044 + ] + ] + ], + "type": "Polygon" + }, + "id": "3005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81279875512843, + -12.346798255680214, + -76.8031455116319, + -12.336421233041401 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.81279875512843, + -12.339471328221672 + ], + [ + -76.81228983486444, + -12.344659893363367 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.80848109267662, + -12.336421233041401 + ] + ] + ], + "type": "Polygon" + }, + "id": "3006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68481646435707, + -12.334005518360474, + -76.67516708471241, + -12.32363153449672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.6794810039315, + -12.334005518360474 + ], + [ + -76.67516708471241, + -12.330954204887318 + ], + [ + -76.67567789316612, + -12.325767267660405 + ], + [ + -76.680502495232, + -12.32363153449672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68276119552978, + -11.932976679370196, + -76.67312383841268, + -11.922596417350697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.67312383841268, + -11.92992739774878 + ], + [ + -76.67363404179376, + -11.924737321813645 + ], + [ + -76.67845263280297, + -11.922596417350697 + ] + ] + ], + "type": "Polygon" + }, + "id": "3008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13191228975495, + -11.867171686457112, + -77.12226508776807, + -11.856779316290327 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.12759243218163, + -11.856779316290327 + ] + ] + ], + "type": "Polygon" + }, + "id": "3009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77175105603517, + -12.012578726424811, + -76.76210889543249, + -12.002197375056733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.76743898040377, + -12.002197375056733 + ] + ] + ], + "type": "Polygon" + }, + "id": "3010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90727353456765, + -12.041733480320342, + -76.89762688948153, + -12.031349166376126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.90295737339135, + -12.031349166376126 + ] + ] + ], + "type": "Polygon" + }, + "id": "3011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8356750192187, + -12.207600382043008, + -76.82602532164168, + -12.197220462968497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.831358591519, + -12.197220462968497 + ] + ] + ], + "type": "Polygon" + }, + "id": "3012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95222900140365, + -12.101219820356986, + -76.94257940592875, + -12.090835303069875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.94791083003945, + -12.090835303069875 + ] + ] + ], + "type": "Polygon" + }, + "id": "3013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74964859959034, + -12.09685409819614, + -76.74000452535034, + -12.086474594562526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.74533600735583, + -12.086474594562526 + ] + ] + ], + "type": "Polygon" + }, + "id": "3014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85014980834686, + -12.201177959272648, + -76.84049991662782, + -12.190797572390645 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.84583307156693, + -12.190797572390645 + ] + ] + ], + "type": "Polygon" + }, + "id": "3015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69242372278944, + -12.350481965811984, + -76.68277364117436, + -12.340108068686378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.68277364117436, + -12.347430645151533 + ], + [ + -76.68328436992908, + -12.34224375122766 + ], + [ + -76.68810932301002, + -12.340108068686378 + ] + ] + ], + "type": "Polygon" + }, + "id": "3016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94004561438308, + -12.131468263327672, + -76.9303954338731, + -12.121084520743986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.93572736825753, + -12.121084520743986 + ] + ] + ], + "type": "Polygon" + }, + "id": "3017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06034627729157, + -11.93883587935975, + -77.05069874345742, + -11.928446267625306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.05602736928206, + -11.928446267625306 + ] + ] + ], + "type": "Polygon" + }, + "id": "3018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13882938878419, + -11.938658016000018, + -77.12917988406123, + -11.928266496830847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.13882938878419, + -11.931311623337159 + ], + [ + -77.13832567317392, + -11.936507434893564 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.13450839393896, + -11.928266496830847 + ] + ] + ], + "type": "Polygon" + }, + "id": "3019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02515633763731, + -11.636421934985396, + -77.01551870384147, + -11.626029090619044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.01983259564152, + -11.636421934985396 + ], + [ + -77.01551870384147, + -11.633377291847662 + ], + [ + -77.01602366972362, + -11.628180922672833 + ], + [ + -77.02084240098186, + -11.626029090619044 + ] + ] + ], + "type": "Polygon" + }, + "id": "3020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00012926307309, + -11.846393950948473, + -76.9904860234343, + -11.836004500899838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.99581320109768, + -11.836004500899838 + ] + ] + ], + "type": "Polygon" + }, + "id": "3021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73980571537675, + -11.962234292842043, + -76.73016592287726, + -11.951853003999117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.73549518879504, + -11.951853003999117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69933993396889, + -12.233307332642033, + -76.68969316256532, + -12.222931291799437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.69502690793975, + -12.222931291799437 + ] + ] + ], + "type": "Polygon" + }, + "id": "3023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71311284165279, + -12.093214459062315, + -76.70346987333419, + -12.082835829028014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.71260293261496, + -12.091074978004208 + ], + [ + -76.70778136096452, + -12.093214459062315 + ], + [ + -76.70346987333419, + -12.090164594157798 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.70880130459312, + -12.082835829028014 + ] + ] + ], + "type": "Polygon" + }, + "id": "3024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88291007549812, + -12.196568940622397, + -76.8732594524485, + -12.18618765845672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.87859250856454, + -12.18618765845672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11197150228149, + -11.692113312791326, + -77.10233001104098, + -11.681719067490823 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.1076545076388, + -11.681719067490823 + ] + ] + ], + "type": "Polygon" + }, + "id": "3026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93619423930924, + -11.934491283557275, + -76.92655003336047, + -11.92410466167883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.93086550073481, + -11.934491283557275 + ], + [ + -76.92655003336047, + -11.931444244986135 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.93187872572823, + -11.92410466167883 + ] + ] + ], + "type": "Polygon" + }, + "id": "3027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78388836153935, + -12.171006940464537, + -76.77424114685324, + -12.160627738315975 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.7795738393788, + -12.160627738315975 + ] + ] + ], + "type": "Polygon" + }, + "id": "3028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99557906126968, + -11.893144366100435, + -76.98593454635241, + -11.882755685156535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.99126249832798, + -11.882755685156535 + ] + ] + ], + "type": "Polygon" + }, + "id": "3029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99783534077675, + -11.822569004547555, + -76.98819286968634, + -11.812179281211234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.99351965796477, + -11.812179281211234 + ] + ] + ], + "type": "Polygon" + }, + "id": "3030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65611576254518, + -11.969627059597494, + -76.64647805010608, + -11.959248016894422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65078631279576, + -11.969627059597494 + ], + [ + -76.64647805010608, + -11.96657734401977 + ], + [ + -76.64698868113959, + -11.96138787789045 + ], + [ + -76.6518074496545, + -11.959248016894422 + ] + ] + ], + "type": "Polygon" + }, + "id": "3031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93163474768043, + -11.98122889588691, + -76.92198926791185, + -11.970843070767911 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.9273187340709, + -11.970843070767911 + ] + ] + ], + "type": "Polygon" + }, + "id": "3032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1069259367884, + -12.07713060420656, + -77.09727310208261, + -12.066741921714463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.10260394061443, + -12.066741921714463 + ] + ] + ], + "type": "Polygon" + }, + "id": "3033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77402755573054, + -12.03638990714496, + -76.76438462358944, + -12.026008857247474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.76971510013246, + -12.026008857247474 + ] + ] + ], + "type": "Polygon" + }, + "id": "3034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09757632465963, + -11.793002084243499, + -77.0879321929202, + -11.782609522635857 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.09325836855238, + -11.782609522635857 + ] + ] + ], + "type": "Polygon" + }, + "id": "3035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11902649207626, + -11.95245444893179, + -77.1093770714452, + -11.94206360881316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.11470583880276, + -11.94206360881316 + ] + ] + ], + "type": "Polygon" + }, + "id": "3036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17150843857391, + -11.839564164905493, + -77.16186107378789, + -11.829170456440872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.16718790056424, + -11.829170456440872 + ] + ] + ], + "type": "Polygon" + }, + "id": "3037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02768434446362, + -12.132256032815508, + -77.01803187509994, + -12.121870140325676 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.0233637284698, + -12.121870140325676 + ] + ] + ], + "type": "Polygon" + }, + "id": "3038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88442334140736, + -11.99229366700422, + -76.87477877258512, + -11.981909180559601 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.88010845980713, + -11.981909180559601 + ] + ] + ], + "type": "Polygon" + }, + "id": "3039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13970397650614, + -12.072480007616711, + -77.1300504595893, + -12.062090459836682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13970397650614, + -12.065136218670139 + ], + [ + -77.13920006488587, + -12.070331044411743 + ], + [ + -77.13437322113955, + -12.072480007616711 + ], + [ + -77.1300504595893, + -12.069434164513389 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.13538117161659, + -12.062090459836682 + ] + ] + ], + "type": "Polygon" + }, + "id": "3040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06803358044819, + -12.049714117241278, + -77.05838254568584, + -12.039325962628594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.06371298719152, + -12.039325962628594 + ] + ] + ], + "type": "Polygon" + }, + "id": "3041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96054484756067, + -11.873967429602251, + -76.95090181048324, + -11.863579340609805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.95622948346195, + -11.863579340609805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12730269199088, + -11.819511823940875, + -77.11765702470714, + -11.80911890428952 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.12298359234015, + -11.80911890428952 + ] + ] + ], + "type": "Polygon" + }, + "id": "3043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70397990791542, + -12.092303888374525, + -76.69433721726476, + -12.081925477363672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.70346987333419, + -12.090164594157798 + ], + [ + -76.69864844047169, + -12.092303888374525 + ], + [ + -76.69433721726476, + -12.089253946163975 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69966863514962, + -12.081925477363672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7915222267188, + -12.09315828647806, + -76.78187712908792, + -12.082777664580602 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.78720853419986, + -12.082777664580602 + ] + ] + ], + "type": "Polygon" + }, + "id": "3045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76183890663135, + -12.06662362242561, + -76.75219540303738, + -12.056243342473756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.75752638250923, + -12.056243342473756 + ] + ] + ], + "type": "Polygon" + }, + "id": "3046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01398569089802, + -12.178087708646293, + -77.00433220466367, + -12.167702879401508 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00966483009137, + -12.167702879401508 + ] + ] + ], + "type": "Polygon" + }, + "id": "3047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84406456687816, + -12.07478908469, + -76.83441860897108, + -12.064406855752136 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83974968320184, + -12.064406855752136 + ] + ] + ], + "type": "Polygon" + }, + "id": "3048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1250734928984, + -11.890106792086076, + -77.1154257787222, + -11.87971491033617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.12075351091488, + -11.87971491033617 + ] + ] + ], + "type": "Polygon" + }, + "id": "3049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03521730233723, + -11.959967155853152, + -77.02556977892957, + -11.949578465682322 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.03089878461425, + -11.949578465682322 + ] + ] + ], + "type": "Polygon" + }, + "id": "3050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65764718833523, + -11.954058428362018, + -76.64800989737155, + -11.943679117364523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65333904036466, + -11.943679117364523 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.64800989737155, + -11.951008811316285 + ], + [ + -76.64852048257123, + -11.945819211043046 + ], + [ + -76.65333904036466, + -11.943679117364523 + ] + ] + ], + "type": "Polygon" + }, + "id": "3051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02993558114295, + -12.061697604948156, + -77.02028515940474, + -12.051310564389983 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.02561584713379, + -12.051310564389983 + ] + ] + ], + "type": "Polygon" + }, + "id": "3052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07173041413823, + -11.86915042852137, + -77.0620846677266, + -11.858759545513188 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.06741213163377, + -11.858759545513188 + ] + ] + ], + "type": "Polygon" + }, + "id": "3053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0967200349065, + -11.659148315896408, + -77.08707990777869, + -11.648754017436161 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.09240388488723, + -11.648754017436161 + ] + ] + ], + "type": "Polygon" + }, + "id": "3054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17594577267494, + -11.698345851502019, + -77.16630250175305, + -11.68795014610949 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.17162700001244, + -11.68795014610949 + ] + ] + ], + "type": "Polygon" + }, + "id": "3055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83490765442382, + -12.262546631487757, + -76.82525633642992, + -12.252167632744417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.83059051368392, + -12.252167632744417 + ] + ] + ], + "type": "Polygon" + }, + "id": "3056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11448980813688, + -11.99921104132568, + -77.1048391074098, + -11.988820998701723 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.11016865132575, + -11.988820998701723 + ] + ] + ], + "type": "Polygon" + }, + "id": "3057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69548701998535, + -12.319359663778298, + -76.68583778411832, + -12.308985157364114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.69117295128297, + -12.308985157364114 + ] + ] + ], + "type": "Polygon" + }, + "id": "3058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89738624784847, + -12.190143002206334, + -76.88773543464625, + -12.17976125482548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.89306837357687, + -12.17976125482548 + ] + ] + ], + "type": "Polygon" + }, + "id": "3059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767231208574, + -12.163611202330763, + -76.85802307629753, + -12.153229772703735 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.8633555997153, + -12.153229772703735 + ] + ] + ], + "type": "Polygon" + }, + "id": "3060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7717790315245, + -11.918234738032323, + -76.76213968183714, + -11.907851998320856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76746821252041, + -11.907851998320856 + ], + [ + -76.7717790315245, + -11.910900330680175 + ], + [ + -76.77127021424023, + -11.91609175501281 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.76264862476475, + -11.909995003631336 + ], + [ + -76.76746821252041, + -11.907851998320856 + ] + ] + ], + "type": "Polygon" + }, + "id": "3061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98492293987944, + -11.907828356138513, + -76.97527826249633, + -11.897440146728236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.98060646771265, + -11.897440146728236 + ] + ] + ], + "type": "Polygon" + }, + "id": "3062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93473319496611, + -12.233152818646477, + -76.92508011749975, + -12.222770839536578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.93041373411165, + -12.222770839536578 + ] + ] + ], + "type": "Polygon" + }, + "id": "3063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76099730458184, + -12.310194365405804, + -76.75134655278202, + -12.299818032695367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.75668155206168, + -12.299818032695367 + ] + ] + ], + "type": "Polygon" + }, + "id": "3064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78316178991976, + -12.037297322088909, + -76.77351858386209, + -12.026916054861104 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.77884907166536, + -12.026916054861104 + ] + ] + ], + "type": "Polygon" + }, + "id": "3065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05193420457822, + -11.88294421498797, + -77.04228855000765, + -11.872554008855552 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.04761626690973, + -11.872554008855552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90952489525003, + -11.782423181039563, + -76.8998859167681, + -11.772035091475226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.9052121297484, + -11.772035091475226 + ] + ] + ], + "type": "Polygon" + }, + "id": "3067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00857077588793, + -11.996674829239115, + -76.99892284108897, + -11.986287333608592 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -77.00425248295385, + -11.986287333608592 + ] + ] + ], + "type": "Polygon" + }, + "id": "3068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78997305122411, + -12.203053558885113, + -76.78032471570998, + -12.192674718875555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.78565793438784, + -12.192674718875555 + ] + ] + ], + "type": "Polygon" + }, + "id": "3069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92786055306712, + -12.161713464495664, + -76.91820978832531, + -12.151330502993254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.92354223259106, + -12.151330502993254 + ] + ] + ], + "type": "Polygon" + }, + "id": "3070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03052740491562, + -11.723498551564466, + -77.02088704355695, + -11.713106695119125 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.02621216501718, + -11.713106695119125 + ] + ] + ], + "type": "Polygon" + }, + "id": "3071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87605111809326, + -12.125132887455518, + -76.86640280868582, + -12.114750639456254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.87173469152853, + -12.114750639456254 + ] + ] + ], + "type": "Polygon" + }, + "id": "3072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03971327157105, + -11.818809688616037, + -77.03006983858099, + -11.808418887540576 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.03539651585352, + -11.808418887540576 + ] + ] + ], + "type": "Polygon" + }, + "id": "3073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72526301474586, + -12.157305249510078, + -76.71561780163637, + -12.146927317618145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.72095028752243, + -12.146927317618145 + ] + ] + ], + "type": "Polygon" + }, + "id": "3074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98502559296037, + -12.190954531785492, + -76.97537246858299, + -12.180570622418943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.9807053388127, + -12.180570622418943 + ] + ] + ], + "type": "Polygon" + }, + "id": "3075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757121413343, + -12.015206135849482, + -76.86792614336973, + -12.004822162565597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.87325621311865, + -12.004822162565597 + ] + ] + ], + "type": "Polygon" + }, + "id": "3076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90346453524235, + -12.03349353069487, + -76.89381823604886, + -12.023109186861552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89914858728045, + -12.023109186861552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99413580510189, + -12.097492502898165, + -76.98448523505486, + -12.087106892687554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98981655427457, + -12.087106892687554 + ] + ] + ], + "type": "Polygon" + }, + "id": "3078", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80900719032022, + -12.244248747772232, + -76.79935711249163, + -12.23387009962568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.80469100199637, + -12.23387009962568 + ] + ] + ], + "type": "Polygon" + }, + "id": "3079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9789169081687, + -12.158898971165968, + -76.96926489872855, + -12.148514700031924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.97459724679794, + -12.148514700031924 + ] + ] + ], + "type": "Polygon" + }, + "id": "3080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75348531859707, + -12.010763823545396, + -76.74384370741014, + -12.000382907876611 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74917376890224, + -12.000382907876611 + ] + ] + ], + "type": "Polygon" + }, + "id": "3081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79679149617004, + -12.368776973363655, + -76.78713802601314, + -12.358400732925393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.79679149617004, + -12.361451078659353 + ], + [ + -76.7962823179412, + -12.366639252788849 + ], + [ + -76.79145549565014, + -12.368776973363655 + ], + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.79247397821192, + -12.358400732925393 + ] + ] + ], + "type": "Polygon" + }, + "id": "3082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80595409157647, + -12.275383508221843, + -76.79630316580696, + -12.265005452755535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.80163757088185, + -12.265005452755535 + ] + ] + ], + "type": "Polygon" + }, + "id": "3083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04357660748437, + -11.921457339290393, + -77.03393001838016, + -11.911067886281037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03925837971092, + -11.911067886281037 + ] + ] + ], + "type": "Polygon" + }, + "id": "3084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09225010516163, + -11.80034956716221, + -77.08260588891619, + -11.789957234515589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.0879321929202, + -11.789957234515589 + ] + ] + ], + "type": "Polygon" + }, + "id": "3085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9826298424711, + -11.88400542854447, + -76.97298593407072, + -11.873616936669498 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.97831374963684, + -11.873616936669498 + ] + ] + ], + "type": "Polygon" + }, + "id": "3086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82120052161001, + -12.214021607974669, + -76.81155101940085, + -12.203642157634825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.81688440352994, + -12.203642157634825 + ] + ] + ], + "type": "Polygon" + }, + "id": "3087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9826633685663, + -11.978394290565022, + -76.97301664659255, + -11.968007161826819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.97834601602895, + -11.968007161826819 + ] + ] + ], + "type": "Polygon" + }, + "id": "3088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08455968639959, + -11.689438358628282, + -77.07491896504385, + -11.679044742859059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.08024345679756, + -11.679044742859059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71306773847597, + -12.187525884233573, + -76.70342195714399, + -12.177148747758702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.70875494437634, + -12.177148747758702 + ] + ] + ], + "type": "Polygon" + }, + "id": "3090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98573328542167, + -12.0416145685372, + -76.9760845990974, + -12.031228309153269 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.98141500663817, + -12.031228309153269 + ] + ] + ], + "type": "Polygon" + }, + "id": "3091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95526819854442, + -12.070065711110976, + -76.94561945339996, + -12.059680637813365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.95095036104674, + -12.059680637813365 + ] + ] + ], + "type": "Polygon" + }, + "id": "3092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98714671798476, + -11.742850780032825, + -76.97750689554435, + -11.732460242390918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.98283238451953, + -11.732460242390918 + ] + ] + ], + "type": "Polygon" + }, + "id": "3093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78088452454057, + -12.013485783779394, + -76.77124208994279, + -12.003104214936306 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.77657218624124, + -12.003104214936306 + ] + ] + ], + "type": "Polygon" + }, + "id": "3094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96673252284758, + -12.189146478764245, + -76.95707992616447, + -12.178762992318791 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.96241278575809, + -12.178762992318791 + ] + ] + ], + "type": "Polygon" + }, + "id": "3095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76174618894206, + -12.34956060920289, + -76.75209424040968, + -12.33918492710912 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.75742988975537, + -12.33918492710912 + ] + ] + ], + "type": "Polygon" + }, + "id": "3096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12420549234311, + -11.75625994813097, + -77.1145617856145, + -11.745866248397357 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.11988731807654, + -11.745866248397357 + ] + ] + ], + "type": "Polygon" + }, + "id": "3097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76486372730494, + -12.129811018866093, + -76.75521825671171, + -12.11943164467464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.76055027713556, + -12.11943164467464 + ] + ] + ], + "type": "Polygon" + }, + "id": "3098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71848772216316, + -11.991560738039208, + -76.70884763777485, + -11.981180425288715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.71797804813, + -11.989419834084895 + ], + [ + -76.7131579185271, + -11.991560738039208 + ], + [ + -76.70884763777485, + -11.988511454038113 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.71417739208908, + -11.981180425288715 + ] + ] + ], + "type": "Polygon" + }, + "id": "3099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95905309898798, + -11.98393295216228, + -76.94940682389627, + -11.973546488016803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.95473630875114, + -11.973546488016803 + ] + ] + ], + "type": "Polygon" + }, + "id": "3100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12031733525298, + -11.653579286789245, + -77.11067678091685, + -11.643184346947283 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.11600063213741, + -11.643184346947283 + ] + ] + ], + "type": "Polygon" + }, + "id": "3101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90574102768167, + -11.962944626967921, + -76.89609677184247, + -11.952559176034875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90142595901793, + -11.952559176034875 + ], + [ + -76.90574102768167, + -11.955606550085479 + ], + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.89660391752497, + -11.954704495112583 + ], + [ + -76.90142595901793, + -11.952559176034875 + ] + ] + ], + "type": "Polygon" + }, + "id": "3102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8379668883092, + -12.137078537216793, + -76.82831923461438, + -12.126697432025452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.83365133967195, + -12.126697432025452 + ] + ] + ], + "type": "Polygon" + }, + "id": "3103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.880619629556, + -12.07841129535828, + -76.87097259322236, + -12.06802820670533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.87630370240925, + -12.06802820670533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87680863866487, + -11.975813676008118, + -76.86716476241443, + -11.965429135708256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.87249418374424, + -11.965429135708256 + ] + ] + ], + "type": "Polygon" + }, + "id": "3105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94757593617382, + -11.770433264172603, + -76.93793631917049, + -11.760044070189796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.9432623014541, + -11.760044070189796 + ] + ] + ], + "type": "Polygon" + }, + "id": "3106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81660771166254, + -12.355036871010135, + -76.8069541197402, + -12.344659893363367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81228983486444, + -12.344659893363367 + ], + [ + -76.81660771166254, + -12.347709990189877 + ], + [ + -76.81609883156874, + -12.352898532802486 + ], + [ + -76.81127194850389, + -12.355036871010135 + ], + [ + -76.8069541197402, + -12.351986690704548 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.81228983486444, + -12.344659893363367 + ] + ] + ], + "type": "Polygon" + }, + "id": "3107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05950511138319, + -11.80501352845115, + -77.04986158517134, + -11.794622055626554 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.05518801034563, + -11.794622055626554 + ] + ] + ], + "type": "Polygon" + }, + "id": "3108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84254035306877, + -12.0903620799293, + -76.83289397125013, + -12.07998012961126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.83822530316174, + -12.07998012961126 + ] + ] + ], + "type": "Polygon" + }, + "id": "3109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97581574585405, + -12.001314335888416, + -76.96616851775306, + -11.990927715723188 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.971498271891, + -11.990927715723188 + ] + ] + ], + "type": "Polygon" + }, + "id": "3110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77013874661488, + -12.311107076917528, + -76.76048771975248, + -12.300730527495906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.76582273070468, + -12.300730527495906 + ] + ] + ], + "type": "Polygon" + }, + "id": "3111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08705169378247, + -11.99652046577383, + -77.07740176400776, + -11.986131049369284 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.08273130329674, + -11.986131049369284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96137227545354, + -12.102122902174429, + -76.95172241527587, + -12.091738172601433 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.95705384527743, + -12.091738172601433 + ] + ] + ], + "type": "Polygon" + }, + "id": "3113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00713519150338, + -12.201001285922167, + -76.9974811971679, + -12.190616993579617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -77.00281420847591, + -12.190616993579617 + ] + ] + ], + "type": "Polygon" + }, + "id": "3114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02230731899952, + -12.045217025255699, + -77.01265758414371, + -12.03482992103696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.0179880095401, + -12.03482992103696 + ] + ] + ], + "type": "Polygon" + }, + "id": "3115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05277241722753, + -12.01675232743782, + -77.04312275322773, + -12.006364048337836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.0484526718688, + -12.006364048337836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76264862476475, + -11.91732911734735, + -76.75300954938604, + -11.906946595687897 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7583380684749, + -11.906946595687897 + ], + [ + -76.76264862476475, + -11.909995003631336 + ], + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.7583380684749, + -11.906946595687897 + ] + ] + ], + "type": "Polygon" + }, + "id": "3117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69929079264405, + -12.327597990228426, + -76.68964120601144, + -12.317223526310878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.69497650870828, + -12.317223526310878 + ] + ] + ], + "type": "Polygon" + }, + "id": "3118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02442191009001, + -11.69142876216552, + -77.01478265908936, + -11.681036637227265 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0201072608211, + -11.681036637227265 + ], + [ + -77.02442191009001, + -11.684081505293648 + ], + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.01528772099334, + -11.683187797266354 + ], + [ + -77.0201072608211, + -11.681036637227265 + ] + ] + ], + "type": "Polygon" + }, + "id": "3119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07082546687457, + -11.640883151081658, + -77.06118653718967, + -11.630489249789845 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.06651024997272, + -11.630489249789845 + ] + ] + ], + "type": "Polygon" + }, + "id": "3120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9377546544639, + -12.107652724276495, + -76.92810524442002, + -12.097268665847087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.9334367882691, + -12.097268665847087 + ] + ] + ], + "type": "Polygon" + }, + "id": "3121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74043981333354, + -12.284565595915108, + -76.73079038620969, + -12.274189355359205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.73612496884911, + -12.274189355359205 + ] + ] + ], + "type": "Polygon" + }, + "id": "3122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12896607233478, + -11.992762684411755, + -77.11931520119006, + -11.982372195634015 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.12464461701562, + -11.982372195634015 + ] + ] + ], + "type": "Polygon" + }, + "id": "3123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78842283182732, + -12.3129316893112, + -76.77877125626948, + -12.302554707215858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.78410628973955, + -12.302554707215858 + ] + ] + ], + "type": "Polygon" + }, + "id": "3124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9324419553952, + -12.209340268485903, + -76.92278964892928, + -12.19895795835473 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.92812287471918, + -12.19895795835473 + ] + ] + ], + "type": "Polygon" + }, + "id": "3125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70240154308402, + -12.202178622574799, + -76.6927556169731, + -12.191801995562754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.69808884798017, + -12.191801995562754 + ] + ] + ], + "type": "Polygon" + }, + "id": "3126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84329179296893, + -12.224078779201234, + -76.83364140013845, + -12.213698936826315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.83897493732648, + -12.213698936826315 + ] + ] + ], + "type": "Polygon" + }, + "id": "3127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11139354988427, + -11.935972780682807, + -77.10174481199236, + -11.92558188636785 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.1070733194493, + -11.92558188636785 + ] + ] + ], + "type": "Polygon" + }, + "id": "3128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.667393790804, + -12.182961845322298, + -76.6577494033861, + -12.172585804790948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66308232095055, + -12.172585804790948 + ], + [ + -76.667393790804, + -12.17563645409478 + ], + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.66206082313253, + -12.182961845322298 + ], + [ + -76.6577494033861, + -12.179911110815544 + ], + [ + -76.65826021500469, + -12.174723145507635 + ], + [ + -76.66308232095055, + -12.172585804790948 + ] + ] + ], + "type": "Polygon" + }, + "id": "3129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64146138301287, + -12.258945150514501, + -76.63181544640238, + -12.248571018944634 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.63714961870892, + -12.248571018944634 + ] + ] + ], + "type": "Polygon" + }, + "id": "3130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6925770770284, + -12.067586589952777, + -76.6829354370347, + -12.057208088612283 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.68826644896916, + -12.057208088612283 + ] + ] + ], + "type": "Polygon" + }, + "id": "3131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75494711697431, + -12.183844250914017, + -76.74530030286988, + -12.173465988572117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.75063321821858, + -12.173465988572117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02070142736825, + -11.872013229105196, + -77.01105689617188, + -11.861623632722516 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.01638447172307, + -11.861623632722516 + ] + ] + ], + "type": "Polygon" + }, + "id": "3133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05799120311752, + -11.820600424998936, + -77.04834725128208, + -11.810209202411784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.05367393476696, + -11.810209202411784 + ] + ] + ], + "type": "Polygon" + }, + "id": "3134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67040003361959, + -12.24612865642411, + -76.66075367716525, + -12.235753568370823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.66608763737818, + -12.235753568370823 + ] + ] + ], + "type": "Polygon" + }, + "id": "3135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98647496565945, + -11.986634635741359, + -76.97682789953895, + -11.976247534826502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.9821574006092, + -11.976247534826502 + ] + ] + ], + "type": "Polygon" + }, + "id": "3136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91642753911063, + -12.136994413884521, + -76.90677781172982, + -12.126611345163129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.91210985832066, + -12.126611345163129 + ] + ] + ], + "type": "Polygon" + }, + "id": "3137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83720007331453, + -12.192030430772592, + -76.82755079987889, + -12.181650221492088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.83288381192257, + -12.181650221492088 + ] + ] + ], + "type": "Polygon" + }, + "id": "3138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71831348230702, + -12.368789346193013, + -76.70866214274281, + -12.35841510157836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.71399812248752, + -12.35841510157836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79149999601069, + -12.187485226229645, + -76.78185208410761, + -12.17710609608404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.78718504518692, + -12.17710609608404 + ] + ] + ], + "type": "Polygon" + }, + "id": "3140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93242306438087, + -12.114988644992215, + -76.92277357475366, + -12.104604833326377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.92810524442002, + -12.104604833326377 + ] + ] + ], + "type": "Polygon" + }, + "id": "3141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68106768994974, + -12.231480011935984, + -76.67142147627753, + -12.221104409135362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.67675519377498, + -12.221104409135362 + ] + ] + ], + "type": "Polygon" + }, + "id": "3142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92025362544561, + -12.23957954619576, + -76.91060073503643, + -12.229198032519871 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.91593447064854, + -12.229198032519871 + ] + ] + ], + "type": "Polygon" + }, + "id": "3143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96139961741038, + -12.196481706661904, + -76.9517469401813, + -12.18609847033439 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.95707992616447, + -12.18609847033439 + ] + ] + ], + "type": "Polygon" + }, + "id": "3144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75576028677233, + -12.034574287249884, + -76.74611790389032, + -12.024193672762298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.75144835708774, + -12.024193672762298 + ] + ] + ], + "type": "Polygon" + }, + "id": "3145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83109903291705, + -12.254307603173215, + -76.82144806277444, + -12.24392856397284 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.82678210625619, + -12.24392856397284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02832547710747, + -11.888494616683836, + -77.01868025969733, + -11.87810506626783 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.0240080973411, + -11.87810506626783 + ] + ] + ], + "type": "Polygon" + }, + "id": "3147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04723290718795, + -11.646448270275156, + -77.03759441143208, + -11.636055013421227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.04291824624588, + -11.636055013421227 + ] + ] + ], + "type": "Polygon" + }, + "id": "3148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77161093347594, + -12.484122294091966, + -76.76195469367019, + -12.473748723989763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.76627301472861, + -12.484122294091966 + ], + [ + -76.76195469367019, + -12.481071114232543 + ], + [ + -76.7624645311941, + -12.4758843831666 + ], + [ + -76.76729256370251, + -12.473748723989763 + ] + ] + ], + "type": "Polygon" + }, + "id": "3149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96825199404987, + -12.17357117716122, + -76.95859982293824, + -12.163187403405466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.96393242407937, + -12.163187403405466 + ] + ] + ], + "type": "Polygon" + }, + "id": "3150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03443517085444, + -11.920559916623798, + -77.02478884185155, + -11.910170674294108 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.03011719977707, + -11.910170674294108 + ] + ] + ], + "type": "Polygon" + }, + "id": "3151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97510359014564, + -12.150659135375303, + -76.96545192537482, + -12.140274827709597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.97078414157447, + -12.140274827709597 + ] + ] + ], + "type": "Polygon" + }, + "id": "3152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9659010751916, + -11.961013363493011, + -76.95625530545168, + -11.950626392876314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.9615844060226, + -11.950626392876314 + ] + ] + ], + "type": "Polygon" + }, + "id": "3153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10664696205048, + -11.699463149181089, + -77.09700538589935, + -11.689069127772589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.10233001104098, + -11.689069127772589 + ] + ] + ], + "type": "Polygon" + }, + "id": "3154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05198795587121, + -11.977346388043562, + -77.04233948672538, + -11.966957542823037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.04766875743067, + -11.966957542823037 + ] + ] + ], + "type": "Polygon" + }, + "id": "3155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96521291460957, + -12.20472134747113, + -76.95555989233107, + -12.194338149880512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.96089301039463, + -12.194338149880512 + ] + ] + ], + "type": "Polygon" + }, + "id": "3156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8950904218996, + -12.071980990087832, + -76.8854431953595, + -12.061597441307203 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.89077418755585, + -12.061597441307203 + ] + ] + ], + "type": "Polygon" + }, + "id": "3157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80214651424464, + -12.267144621851836, + -76.79249593694738, + -12.25676652554667 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.79783020787474, + -12.25676652554667 + ] + ] + ], + "type": "Polygon" + }, + "id": "3158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562600160753, + -11.761444833014984, + -76.84662306929509, + -11.751057788291249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.85194897626933, + -11.751057788291249 + ] + ] + ], + "type": "Polygon" + }, + "id": "3159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16387390040656, + -11.823081718680065, + -77.15422721571187, + -11.81268796655077 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15955378409872, + -11.81268796655077 + ] + ] + ], + "type": "Polygon" + }, + "id": "3160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80902431754012, + -12.149925544318332, + -76.79937705524948, + -12.139545371134092 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.80470938824386, + -12.139545371134092 + ] + ] + ], + "type": "Polygon" + }, + "id": "3161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17683517830443, + -11.832214789323551, + -77.16718790056424, + -11.821820851440226 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.17251459755022, + -11.821820851440226 + ] + ] + ], + "type": "Polygon" + }, + "id": "3162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77630441233045, + -12.060200582600379, + -76.76666070855794, + -12.049819837731519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.77199157671312, + -12.049819837731519 + ] + ] + ], + "type": "Polygon" + }, + "id": "3163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757697234007, + -12.20390114578493, + -76.86792627140933, + -12.193520115567695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.8732594524485, + -12.193520115567695 + ] + ] + ], + "type": "Polygon" + }, + "id": "3164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71079524614366, + -12.163721197631244, + -76.70115023762217, + -12.153343737191705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.70648283245654, + -12.153343737191705 + ] + ] + ], + "type": "Polygon" + }, + "id": "3165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93692375380549, + -11.78511874204506, + -76.92728397750814, + -11.774730009617235 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.93261021115929, + -11.774730009617235 + ] + ] + ], + "type": "Polygon" + }, + "id": "3166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08080971005232, + -11.775626415242685, + -77.071166518705, + -11.76523402602246 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.07649243214549, + -11.76523402602246 + ] + ] + ], + "type": "Polygon" + }, + "id": "3167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08147259691889, + -11.626183400622859, + -77.07183383488484, + -11.615789056306612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.07715729183873, + -11.615789056306612 + ] + ] + ], + "type": "Polygon" + }, + "id": "3168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8623397414183, + -12.170943572873238, + -76.85269042824976, + -12.160562393901216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.85802307629753, + -12.160562393901216 + ] + ] + ], + "type": "Polygon" + }, + "id": "3169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96739043356149, + -11.85104320911116, + -76.95774790155676, + -11.840654629756262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.96307519047902, + -11.840654629756262 + ] + ] + ], + "type": "Polygon" + }, + "id": "3170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11887991640518, + -11.76360900350923, + -77.10923612434371, + -11.753215530510031 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.1145617856145, + -11.753215530510031 + ] + ] + ], + "type": "Polygon" + }, + "id": "3171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95369848265493, + -11.896890236257457, + -76.9440549407277, + -11.886502641157495 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.94938299766359, + -11.886502641157495 + ] + ] + ], + "type": "Polygon" + }, + "id": "3172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16076907819475, + -11.759825885809729, + -77.15112435380192, + -11.74943135241352 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.15644988739145, + -11.74943135241352 + ] + ] + ], + "type": "Polygon" + }, + "id": "3173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11046032870381, + -11.707704382539358, + -77.10081841155252, + -11.6973103758873 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.10614316653567, + -11.6973103758873 + ] + ] + ], + "type": "Polygon" + }, + "id": "3174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76414517113147, + -11.99609963785553, + -76.7545037077983, + -11.985718232670358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.75983352401036, + -11.985718232670358 + ] + ] + ], + "type": "Polygon" + }, + "id": "3175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01394300089707, + -12.083716563868022, + -77.00429233217586, + -12.073330253491129 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00962340183804, + -12.073330253491129 + ] + ] + ], + "type": "Polygon" + }, + "id": "3176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90953708905846, + -11.876809143218821, + -76.8998952998702, + -11.86642235805805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90522306579099, + -11.86642235805805 + ], + [ + -76.90953708905846, + -11.86946924697822 + ], + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.8998952998702, + -11.873762167834311 + ], + [ + -76.90040225755801, + -11.868568828844387 + ], + [ + -76.90522306579099, + -11.86642235805805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74584545379412, + -12.088614846309119, + -76.73620172879208, + -12.078235311452776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.74153307609073, + -12.078235311452776 + ] + ] + ], + "type": "Polygon" + }, + "id": "3178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94456131284515, + -11.895990511007543, + -76.93491803568638, + -11.885603129109533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.9402460865078, + -11.885603129109533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06343195976642, + -12.002068049486386, + -77.05378246265839, + -11.991679290897595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.05911212550886, + -11.991679290897595 + ] + ] + ], + "type": "Polygon" + }, + "id": "3180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96971178161826, + -11.969253695238269, + -76.96006566742359, + -11.95886675140152 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.96539489982587, + -11.95886675140152 + ] + ] + ], + "type": "Polygon" + }, + "id": "3181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82500825984658, + -12.222260744412734, + -76.81535840967001, + -12.211881332386293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.82069192766265, + -12.211881332386293 + ] + ] + ], + "type": "Polygon" + }, + "id": "3182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65231799516768, + -11.96138787789045, + -76.64268063359582, + -11.951008811316285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64800989737155, + -11.951008811316285 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.64698868113959, + -11.96138787789045 + ], + [ + -76.64268063359582, + -11.958338174046881 + ], + [ + -76.64319130430508, + -11.953148696014809 + ], + [ + -76.64800989737155, + -11.951008811316285 + ] + ] + ], + "type": "Polygon" + }, + "id": "3183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15418446242556, + -12.066032727632422, + -77.14453077714165, + -12.055642731597036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1498613598166, + -12.055642731597036 + ], + [ + -77.15418446242556, + -12.058688324371253 + ], + [ + -77.1536807644716, + -12.063883374147709 + ], + [ + -77.14885383662018, + -12.066032727632422 + ], + [ + -77.14453077714165, + -12.062987050596886 + ], + [ + -77.14503460237478, + -12.057792104347916 + ], + [ + -77.1498613598166, + -12.055642731597036 + ] + ] + ], + "type": "Polygon" + }, + "id": "3184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03663425870202, + -11.755567899612688, + -77.0269927869488, + -11.745176318162383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.03231842811606, + -11.745176318162383 + ] + ] + ], + "type": "Polygon" + }, + "id": "3185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005495381914, + -12.147132249977055, + -76.85040641202453, + -12.136750749351423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.85573866884583, + -12.136750749351423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99187683440017, + -12.168042073771995, + -76.98222421714043, + -12.157657628395317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.98755670201037, + -12.157657628395317 + ] + ] + ], + "type": "Polygon" + }, + "id": "3187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02143688520344, + -11.817017911499425, + -77.01179397296787, + -11.806627532940936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.01712064292612, + -11.806627532940936 + ] + ] + ], + "type": "Polygon" + }, + "id": "3188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91261704164354, + -12.128754703164278, + -76.90296766017113, + -12.118371599614237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.90829957412102, + -12.118371599614237 + ] + ] + ], + "type": "Polygon" + }, + "id": "3189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09317068464331, + -12.028585388291237, + -77.08351964430383, + -12.018196302254049 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.0888497030215, + -12.018196302254049 + ] + ] + ], + "type": "Polygon" + }, + "id": "3190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76483371590233, + -12.224128096741978, + -76.75518543082354, + -12.213750236649414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.76051900757152, + -12.213750236649414 + ] + ] + ], + "type": "Polygon" + }, + "id": "3191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7016604157274, + -12.162809281736067, + -76.69201568511609, + -12.152432040132673 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.69734826650064, + -12.152432040132673 + ] + ] + ], + "type": "Polygon" + }, + "id": "3192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80133466078651, + -12.510666662213167, + -76.7916768244446, + -12.500292817693234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79701512025787, + -12.500292817693234 + ], + [ + -76.80133466078651, + -12.50334374500997 + ], + [ + -76.80082532211141, + -12.508530721021144 + ], + [ + -76.79599631667442, + -12.510666662213167 + ], + [ + -76.7916768244446, + -12.507615652442935 + ], + [ + -76.79218628934343, + -12.50242878394401 + ], + [ + -76.79701512025787, + -12.500292817693234 + ] + ] + ], + "type": "Polygon" + }, + "id": "3193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82887292301973, + -11.758743283425808, + -76.81923678657466, + -11.748356888364588 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82456266559863, + -11.748356888364588 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.819744684087, + -11.750503100782211 + ], + [ + -76.82456266559863, + -11.748356888364588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9042305768774, + -12.0728853210682, + -76.89458308269019, + -12.06250155835343 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89991408250005, + -12.06250155835343 + ] + ] + ], + "type": "Polygon" + }, + "id": "3195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7807831238392, + -12.390752585439577, + -76.77112942852094, + -12.38037713116117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.7807831238392, + -12.383427727161648 + ], + [ + -76.78027368769038, + -12.388615508299184 + ], + [ + -76.77544675272475, + -12.390752585439577 + ], + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.77646575107936, + -12.38037713116117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74879776978267, + -12.340408519661754, + -76.73914644653972, + -12.330033010300284 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.74448194907694, + -12.330033010300284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70620422324902, + -12.210417381983438, + -76.69655794676795, + -12.200040791570208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.7018913131221, + -12.200040791570208 + ] + ] + ], + "type": "Polygon" + }, + "id": "3198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91186270389457, + -12.183715871187538, + -76.90221170176629, + -12.173333659520065 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.90754452282498, + -12.173333659520065 + ] + ] + ], + "type": "Polygon" + }, + "id": "3199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10224903585646, + -11.935077174692672, + -77.09260055453214, + -11.924686489165747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.09792906063004, + -11.924686489165747 + ] + ] + ], + "type": "Polygon" + }, + "id": "3200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71320296912188, + -11.904557581264637, + -76.70356562191074, + -11.894176132069385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70889394394516, + -11.894176132069385 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.70407535771871, + -11.896318052477712 + ], + [ + -76.70889394394516, + -11.894176132069385 + ] + ] + ], + "type": "Polygon" + }, + "id": "3201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0694304008887, + -11.845323140272829, + -77.05978542245751, + -11.834931980501382 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.0651124974803, + -11.834931980501382 + ] + ] + ], + "type": "Polygon" + }, + "id": "3202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08626300020408, + -11.957110967452786, + -77.07661426519057, + -11.946720990197033 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.08194315672488, + -11.946720990197033 + ] + ] + ], + "type": "Polygon" + }, + "id": "3203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02382377909746, + -12.029636300649699, + -77.0141744700574, + -12.019248923749213 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.01950463695877, + -12.019248923749213 + ] + ] + ], + "type": "Polygon" + }, + "id": "3204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88214640509887, + -12.157184993100822, + -76.87249697791411, + -12.146803099024329 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.87782938489771, + -12.146803099024329 + ] + ] + ], + "type": "Polygon" + }, + "id": "3205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01780092274811, + -12.18632756745599, + -77.00814709258785, + -12.175942776506181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.01347984941584, + -12.175942776506181 + ] + ] + ], + "type": "Polygon" + }, + "id": "3206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13644492212396, + -11.820404689261627, + -77.12679899976992, + -11.810011561113008 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.13212556800518, + -11.810011561113008 + ] + ] + ], + "type": "Polygon" + }, + "id": "3207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81360159704596, + -12.103213273171525, + -76.80395560574883, + -12.092832250350368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80928716596802, + -12.092832250350368 + ] + ] + ], + "type": "Polygon" + }, + "id": "3208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13875030343071, + -11.84423518421192, + -77.12910361385393, + -11.833842329163398 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.13443057039045, + -11.833842329163398 + ] + ] + ], + "type": "Polygon" + }, + "id": "3209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94689753126737, + -12.108556365302261, + -76.93724785575174, + -12.098172094217572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.94257940592875, + -12.098172094217572 + ] + ] + ], + "type": "Polygon" + }, + "id": "3210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99258133365137, + -12.018695530417219, + -76.98293315400711, + -12.008308756833316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.98826317652791, + -12.008308756833316 + ] + ] + ], + "type": "Polygon" + }, + "id": "3211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91713773707431, + -11.798904104351218, + -76.90749806818866, + -11.788516049532232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.91181121290352, + -11.798904104351218 + ], + [ + -76.90749806818866, + -11.795857615190872 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.91282454592017, + -11.788516049532232 + ] + ] + ], + "type": "Polygon" + }, + "id": "3212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84024976959749, + -12.160889225776812, + -76.8306013443738, + -12.15050844071393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.835933840802, + -12.15050844071393 + ] + ] + ], + "type": "Polygon" + }, + "id": "3213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07239765552977, + -11.719725452589318, + -77.06275634074274, + -11.709332525930588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.06808134675323, + -11.709332525930588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02979367606666, + -11.778500778377737, + -77.0201516965644, + -11.768109671509684 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.02547772311316, + -11.768109671509684 + ] + ] + ], + "type": "Polygon" + }, + "id": "3215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08383505028993, + -11.74444875654198, + -77.07419271043769, + -11.734055877661056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.07951810719602, + -11.734055877661056 + ] + ] + ], + "type": "Polygon" + }, + "id": "3216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9362142201482, + -12.028865459625527, + -76.9265672004455, + -12.018480231969423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.93189744719885, + -12.018480231969423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76788976898804, + -12.192993931807365, + -76.75824233064685, + -12.182615488428635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.76357539239913, + -12.182615488428635 + ] + ] + ], + "type": "Polygon" + }, + "id": "3218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88443798189977, + -12.275330847511649, + -76.87478496624126, + -12.264950818396787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.88011932109069, + -12.264950818396787 + ] + ] + ], + "type": "Polygon" + }, + "id": "3219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04289572163927, + -12.070837901347968, + -77.03324469617421, + -12.060450683118527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.0385755184363, + -12.060450683118527 + ] + ] + ], + "type": "Polygon" + }, + "id": "3220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78611937151042, + -12.383427727161648, + -76.77646575107936, + -12.373052010390161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.78611937151042, + -12.376102523000396 + ], + [ + -76.78561002132994, + -12.381290435355155 + ], + [ + -76.7807831238392, + -12.383427727161648 + ], + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.78180195027288, + -12.373052010390161 + ] + ] + ], + "type": "Polygon" + }, + "id": "3221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78846909271726, + -12.12429902700486, + -76.77882314833462, + -12.113918968376353 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.78415506836049, + -12.113918968376353 + ] + ] + ], + "type": "Polygon" + }, + "id": "3222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92169648404185, + -11.752156552089398, + -76.91205808705324, + -11.741767754068185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91738379207874, + -11.741767754068185 + ], + [ + -76.92169648404185, + -11.744813859455196 + ], + [ + -76.92119001739142, + -11.75000831206995 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.91738379207874, + -11.741767754068185 + ] + ] + ], + "type": "Polygon" + }, + "id": "3223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83947503942774, + -12.310160188122044, + -76.8298221770285, + -12.299781870619922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.83515713771874, + -12.299781870619922 + ] + ] + ], + "type": "Polygon" + }, + "id": "3224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95982596710479, + -12.023331437077122, + -76.95017849727692, + -12.012945541360805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.95550863035828, + -12.012945541360805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93625421682233, + -12.217579776898969, + -76.9266015646833, + -12.207197505887216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.93193492292998, + -12.207197505887216 + ] + ] + ], + "type": "Polygon" + }, + "id": "3226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15154483552048, + -11.664490593750198, + -77.14190317703064, + -11.654095039877438 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14722715914847, + -11.654095039877438 + ], + [ + -77.15154483552048, + -11.657138636944554 + ], + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.14190317703064, + -11.661446909633899 + ], + [ + -77.1424064149063, + -11.656249184822407 + ], + [ + -77.14722715914847, + -11.654095039877438 + ] + ] + ], + "type": "Polygon" + }, + "id": "3227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97736594443205, + -12.08011040649522, + -76.96771632624672, + -12.069724941327003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.9730473770388, + -12.069724941327003 + ] + ] + ], + "type": "Polygon" + }, + "id": "3228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0016066778083, + -11.736401185969948, + -76.99196667450548, + -11.726010207790551 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.99729204165953, + -11.726010207790551 + ] + ] + ], + "type": "Polygon" + }, + "id": "3229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96289156289136, + -12.086545738009757, + -76.95324212799595, + -12.07616072964547 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.95857329971044, + -12.07616072964547 + ] + ] + ], + "type": "Polygon" + }, + "id": "3230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12809617456266, + -11.858930633944297, + -77.11844931346826, + -11.848538240680726 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.12377652818405, + -11.848538240680726 + ] + ] + ], + "type": "Polygon" + }, + "id": "3231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81663753277397, + -12.166404135187108, + -76.80698957438604, + -12.156024032329618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.81232217526674, + -12.156024032329618 + ] + ] + ], + "type": "Polygon" + }, + "id": "3232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02235244613676, + -12.139594506626242, + -77.01269989431522, + -12.129208860478059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.01803187509994, + -12.129208860478059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72687461354325, + -11.953087412467578, + -76.71723544642707, + -11.94270631824542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.72256456495305, + -11.94270631824542 + ] + ] + ], + "type": "Polygon" + }, + "id": "3234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93698434229107, + -12.068260024089286, + -76.92733612756409, + -12.057875376167628 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.93266702278738, + -12.057875376167628 + ] + ] + ], + "type": "Polygon" + }, + "id": "3235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8257771804085, + -12.167312557073979, + -76.81612895011119, + -12.15693223849359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.82146156097654, + -12.15693223849359 + ] + ] + ], + "type": "Polygon" + }, + "id": "3236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74666255354293, + -11.939329491641933, + -76.73702325688276, + -11.928947693780986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.742352143502, + -11.928947693780986 + ] + ] + ], + "type": "Polygon" + }, + "id": "3237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13055449843675, + -12.071582942193793, + -77.12090123681685, + -12.06119360196588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.1300504595893, + -12.069434164513389 + ], + [ + -77.12522374344452, + -12.071582942193793 + ], + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.12623194833915, + -12.06119360196588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76933147805705, + -12.460323871930406, + -76.75967601195319, + -12.449949933595354 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.76501348930854, + -12.449949933595354 + ] + ] + ], + "type": "Polygon" + }, + "id": "3239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92475159115774, + -11.815385036330593, + -76.91511123211038, + -11.804997018080531 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.92043797442834, + -11.804997018080531 + ] + ] + ], + "type": "Polygon" + }, + "id": "3240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8988904319575, + -11.985859858503634, + -76.88924567334985, + -11.975474915891684 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.89457524346224, + -11.975474915891684 + ] + ] + ], + "type": "Polygon" + }, + "id": "3241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76021723353509, + -12.36512374958008, + -76.75056486130504, + -12.35474837378262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.75590076835888, + -12.35474837378262 + ] + ] + ], + "type": "Polygon" + }, + "id": "3242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9690264652395, + -12.212960970947579, + -76.95937309797256, + -12.202577812549404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.96470634807503, + -12.202577812549404 + ] + ] + ], + "type": "Polygon" + }, + "id": "3243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06628706081865, + -11.687653769088783, + -77.0566468551055, + -11.67726057426533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.06197134225317, + -11.67726057426533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0199657218413, + -11.927004870105819, + -77.01031957114364, + -11.916616074986187 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.01564805259396, + -11.916616074986187 + ] + ] + ], + "type": "Polygon" + }, + "id": "3245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73812654396097, + -12.355057173050033, + -76.728475073527, + -12.344682186358082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.73381082132695, + -12.344682186358082 + ] + ] + ], + "type": "Polygon" + }, + "id": "3246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72993127400498, + -11.921943597823516, + -76.72029295134476, + -11.911561972997685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.72562155611779, + -11.911561972997685 + ] + ] + ], + "type": "Polygon" + }, + "id": "3247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06954813782163, + -12.034131817028623, + -77.05989752939782, + -12.02374338967136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.06522771217811, + -12.02374338967136 + ] + ] + ], + "type": "Polygon" + }, + "id": "3248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69410744757238, + -12.052018768428429, + -76.68446622972623, + -12.041639989462272 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68979698476608, + -12.041639989462272 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.68446622972623, + -12.048968947738771 + ], + [ + -76.6849764633991, + -12.043779613149617 + ], + [ + -76.68979698476608, + -12.041639989462272 + ] + ] + ], + "type": "Polygon" + }, + "id": "3249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00848862739677, + -11.807880866074834, + -76.99884631950708, + -11.797490679782522 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -77.00417285422573, + -11.797490679782522 + ] + ] + ], + "type": "Polygon" + }, + "id": "3250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04044543671651, + -11.763808835766563, + -77.0308036224007, + -11.753417271279897 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.03612939433954, + -11.753417271279897 + ] + ] + ], + "type": "Polygon" + }, + "id": "3251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74730346533845, + -12.261675012416793, + -76.73765453507109, + -12.251298215891971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.74298873764053, + -12.251298215891971 + ] + ] + ], + "type": "Polygon" + }, + "id": "3252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7389102753061, + -12.300129581741631, + -76.7292604248978, + -12.289753641277173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.73459526503483, + -12.289753641277173 + ] + ] + ], + "type": "Polygon" + }, + "id": "3253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01312079562724, + -11.949929694990004, + -77.00347413735922, + -11.939541399962481 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -77.00880300422558, + -11.939541399962481 + ] + ] + ], + "type": "Polygon" + }, + "id": "3254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0466064431344, + -11.890288459820171, + -77.03696070546192, + -11.87989848774595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.04228855000765, + -11.87989848774595 + ] + ] + ], + "type": "Polygon" + }, + "id": "3255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82808238898315, + -12.002443078955475, + -76.81843901508321, + -11.992060154852396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.82376890640543, + -11.992060154852396 + ] + ] + ], + "type": "Polygon" + }, + "id": "3256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7748045322657, + -11.981434129382302, + -76.76516321745036, + -11.971052236449552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.77049278803034, + -11.971052236449552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05883177859637, + -11.954419967782082, + -77.04918381877731, + -11.944030619477163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.0545127031302, + -11.944030619477163 + ] + ] + ], + "type": "Polygon" + }, + "id": "3258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93392430465134, + -12.005047427749684, + -76.92427805496173, + -11.994661899581027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.929607911398, + -11.994661899581027 + ] + ] + ], + "type": "Polygon" + }, + "id": "3259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02001014903378, + -12.021395947348735, + -77.01036118346232, + -12.011008540081836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.01569121916685, + -12.011008540081836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69943813063664, + -12.044689724132752, + -76.68979698476608, + -12.034310697182269 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69512761822153, + -12.034310697182269 + ], + [ + -76.69943813063664, + -12.03736034580151 + ], + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.68979698476608, + -12.041639989462272 + ], + [ + -76.69030713281123, + -12.036450530851486 + ], + [ + -76.69512761822153, + -12.034310697182269 + ] + ] + ], + "type": "Polygon" + }, + "id": "3261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79612177751856, + -11.952099157217475, + -76.7864807617304, + -11.941716294098415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.79180983999065, + -11.941716294098415 + ] + ] + ], + "type": "Polygon" + }, + "id": "3262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87833087833924, + -11.96023679868628, + -76.86868742608735, + -11.949851991327895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87401658974882, + -11.949851991327895 + ], + [ + -76.87833087833924, + -11.952899598002343 + ], + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.86919495018859, + -11.95199675606455 + ], + [ + -76.87401658974882, + -11.949851991327895 + ] + ] + ], + "type": "Polygon" + }, + "id": "3263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83033079347186, + -12.309249666539573, + -76.82067820250562, + -12.298871563883221 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.82601315361569, + -12.298871563883221 + ] + ] + ], + "type": "Polygon" + }, + "id": "3264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99628126543557, + -11.74374653317694, + -76.98664118070417, + -11.733355782969499 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.99196667450548, + -11.733355782969499 + ] + ] + ], + "type": "Polygon" + }, + "id": "3265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12666044293381, + -11.968936082142928, + -77.11701033980994, + -11.958545298045717 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.12233936690113, + -11.958545298045717 + ] + ] + ], + "type": "Polygon" + }, + "id": "3266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95598927278314, + -11.920711694833944, + -76.9463449615415, + -11.910324384097109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.95167340838161, + -11.910324384097109 + ] + ] + ], + "type": "Polygon" + }, + "id": "3267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92632233352586, + -12.0829330881036, + -76.91667395988593, + -12.072548930439059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.92200510656765, + -12.072548930439059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73585078642742, + -12.331256194896504, + -76.72620008938016, + -12.320880859235787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.73153544456383, + -12.320880859235787 + ] + ] + ], + "type": "Polygon" + }, + "id": "3269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04059666362976, + -12.047016659834572, + -77.03094640737633, + -12.036629134704702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.03627684004469, + -12.036629134704702 + ] + ] + ], + "type": "Polygon" + }, + "id": "3270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05647715832056, + -11.836186944252145, + -77.04683278083745, + -11.825795973453152 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.0521597226504, + -11.825795973453152 + ] + ] + ], + "type": "Polygon" + }, + "id": "3271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77775254460988, + -12.327584289099757, + -76.76810081936269, + -12.317207825684822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.77343609944778, + -12.317207825684822 + ] + ] + ], + "type": "Polygon" + }, + "id": "3272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77094527226602, + -12.16185802318324, + -76.7612986805688, + -12.151479002687784 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.76663122739403, + -12.151479002687784 + ] + ] + ], + "type": "Polygon" + }, + "id": "3273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77472318893042, + -12.264411027872413, + -76.76507343300442, + -12.254033580334227 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.77040767099314, + -12.254033580334227 + ] + ] + ], + "type": "Polygon" + }, + "id": "3274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07251707867832, + -11.90856283970218, + -77.06287013817823, + -11.898172495818773 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.06819824953077, + -11.898172495818773 + ] + ] + ], + "type": "Polygon" + }, + "id": "3275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09211921446966, + -11.611482414713656, + -77.08248062074712, + -11.60108762915725 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08780382152271, + -11.60108762915725 + ], + [ + -77.09211921446966, + -11.604131459502215 + ], + [ + -77.0916153519519, + -11.609328904843927 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.08780382152271, + -11.60108762915725 + ] + ] + ], + "type": "Polygon" + }, + "id": "3276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09777760871225, + -12.076232447475839, + -77.08812503103283, + -12.065843973410024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.09345586806927, + -12.065843973410024 + ] + ] + ], + "type": "Polygon" + }, + "id": "3277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08685984487867, + -11.713269635066679, + -77.07721835642496, + -11.702876272732938 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.08254323657121, + -11.702876272732938 + ] + ] + ], + "type": "Polygon" + }, + "id": "3278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06488895368639, + -11.892081254846136, + -77.05524269766222, + -11.881690862118935 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.06057054800715, + -11.881690862118935 + ] + ] + ], + "type": "Polygon" + }, + "id": "3279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72233098278755, + -11.905464467832514, + -76.71269335871132, + -11.89508279920563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.71802169382686, + -11.89508279920563 + ] + ] + ], + "type": "Polygon" + }, + "id": "3280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92246413586317, + -11.791562451715238, + -76.91282454592017, + -11.781174164888233 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.91815089834766, + -11.781174164888233 + ] + ] + ], + "type": "Polygon" + }, + "id": "3281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.190505009407, + -11.786331409264742, + -77.18085876033736, + -11.775936517746173 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18618467963327, + -11.775936517746173 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.19000225698309, + -11.784177904085537 + ], + [ + -77.18517904757397, + -11.786331409264742 + ], + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.18136163996346, + -11.7780900403701 + ], + [ + -77.18618467963327, + -11.775936517746173 + ] + ] + ], + "type": "Polygon" + }, + "id": "3282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89658707104086, + -11.773283719046821, + -76.8869487049268, + -11.76289582771396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.8922747779154, + -11.76289582771396 + ] + ] + ], + "type": "Polygon" + }, + "id": "3283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66200081390285, + -12.284575762415606, + -76.65235354160022, + -12.274201529247964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.65768813719244, + -12.274201529247964 + ] + ] + ], + "type": "Polygon" + }, + "id": "3284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79070283532462, + -12.336735388459058, + -76.78105048694462, + -12.326358752664575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.7863859125885, + -12.326358752664575 + ] + ] + ], + "type": "Polygon" + }, + "id": "3285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77466888085789, + -12.453000948205727, + -76.76501348930854, + -12.442626743890996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.77035084344742, + -12.442626743890996 + ] + ] + ], + "type": "Polygon" + }, + "id": "3286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91110811194396, + -12.238672790034983, + -76.90145548861868, + -12.228291489274921 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.906789217093, + -12.228291489274921 + ] + ] + ], + "type": "Polygon" + }, + "id": "3287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9415228520625, + -11.927151614282343, + -76.93187872572823, + -11.916764754282086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.93720729235284, + -11.916764754282086 + ] + ] + ], + "type": "Polygon" + }, + "id": "3288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8768166096045, + -12.258852549356412, + -76.8671642877311, + -12.248472437551118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.87249837622252, + -12.248472437551118 + ] + ] + ], + "type": "Polygon" + }, + "id": "3289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1427271275872, + -12.041310815663822, + -77.13307446503907, + -12.03092072064727 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13840465886439, + -12.03092072064727 + ], + [ + -77.1427271275872, + -12.033966305029514 + ], + [ + -77.14222330700403, + -12.039161404395585 + ], + [ + -77.13739689047415, + -12.041310815663822 + ], + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.13357841283683, + -12.033070151166669 + ], + [ + -77.13840465886439, + -12.03092072064727 + ] + ] + ], + "type": "Polygon" + }, + "id": "3290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69874699954018, + -11.910982489553522, + -76.68910985760803, + -11.90060150124957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69443828784674, + -11.90060150124957 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.68910985760803, + -11.907933468690867 + ], + [ + -76.68961980433684, + -11.902743029524814 + ], + [ + -76.69443828784674, + -11.90060150124957 + ] + ] + ], + "type": "Polygon" + }, + "id": "3291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02690273763832, + -12.09285762174882, + -77.01725146393899, + -12.082471134315066 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.02258266883783, + -12.082471134315066 + ] + ] + ], + "type": "Polygon" + }, + "id": "3292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0018021349256, + -12.208337644615073, + -76.99214805875167, + -12.197953602239455 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.9974811971679, + -12.197953602239455 + ] + ] + ], + "type": "Polygon" + }, + "id": "3293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67647198349397, + -12.278167779992426, + -76.66682450234961, + -12.267793067914921 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.67215899124109, + -12.267793067914921 + ] + ] + ], + "type": "Polygon" + }, + "id": "3294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67113744459506, + -12.285491109940839, + -76.66148989210201, + -12.275116657305423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.66682450234961, + -12.275116657305423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87605355363958, + -12.219472327417744, + -76.86640242807945, + -12.209091588240671 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.87173586717176, + -12.209091588240671 + ] + ] + ], + "type": "Polygon" + }, + "id": "3296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70012983555547, + -12.178374783682274, + -76.69048468242087, + -12.167997830531654 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.6958175209142, + -12.167997830531654 + ] + ] + ], + "type": "Polygon" + }, + "id": "3297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04137987065168, + -12.08641838307278, + -77.03172841904906, + -12.07603144142476 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.03705949996525, + -12.07603144142476 + ] + ] + ], + "type": "Polygon" + }, + "id": "3298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0253401024152, + -12.01405516740793, + -77.01569121916685, + -12.003667519373186 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.02102112759067, + -12.003667519373186 + ] + ] + ], + "type": "Polygon" + }, + "id": "3299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66432944423013, + -12.214088802342683, + -76.65468421242055, + -12.20371334478313 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.6600176439382, + -12.20371334478313 + ] + ] + ], + "type": "Polygon" + }, + "id": "3300", + "properties": {}, + "type": "Feature" + } + ], + "type": "FeatureCollection" + }, + "hovertemplate": "duration_to_food_facility_bins=De 60 a 90
index=%{location}", + "locations": [ + 21, + 27, + 31, + 48, + 51, + 58, + 73, + 80, + 88, + 94, + 99, + 106, + 118, + 132, + 138, + 141, + 145, + 148, + 158, + 160, + 162, + 166, + 170, + 174, + 182, + 190, + 193, + 204, + 205, + 207, + 221, + 223, + 227, + 234, + 242, + 245, + 253, + 257, + 260, + 280, + 320, + 327, + 337, + 339, + 351, + 352, + 363, + 376, + 380, + 387, + 395, + 401, + 416, + 418, + 420, + 422, + 427, + 446, + 448, + 454, + 458, + 465, + 473, + 476, + 485, + 495, + 496, + 509, + 514, + 530, + 534, + 546, + 549, + 553, + 555, + 560, + 566, + 580, + 582, + 583, + 586, + 587, + 605, + 613, + 615, + 618, + 641, + 644, + 651, + 660, + 662, + 668, + 672, + 677, + 678, + 693, + 711, + 712, + 718, + 731, + 735, + 736, + 737, + 741, + 744, + 747, + 750, + 753, + 763, + 770, + 802, + 810, + 818, + 819, + 831, + 835, + 846, + 847, + 851, + 858, + 875, + 884, + 887, + 891, + 900, + 903, + 908, + 912, + 913, + 921, + 925, + 928, + 940, + 941, + 942, + 947, + 953, + 961, + 967, + 971, + 996, + 999, + 1005, + 1023, + 1026, + 1028, + 1031, + 1032, + 1033, + 1042, + 1044, + 1046, + 1051, + 1052, + 1054, + 1058, + 1061, + 1074, + 1099, + 1101, + 1128, + 1131, + 1132, + 1140, + 1142, + 1153, + 1162, + 1166, + 1170, + 1186, + 1207, + 1218, + 1230, + 1241, + 1262, + 1269, + 1279, + 1284, + 1290, + 1293, + 1298, + 1300, + 1303, + 1304, + 1307, + 1309, + 1310, + 1320, + 1323, + 1328, + 1329, + 1348, + 1364, + 1377, + 1378, + 1398, + 1409, + 1410, + 1412, + 1420, + 1426, + 1428, + 1432, + 1437, + 1440, + 1455, + 1456, + 1457, + 1470, + 1472, + 1475, + 1484, + 1486, + 1492, + 1504, + 1533, + 1545, + 1568, + 1581, + 1582, + 1585, + 1591, + 1592, + 1597, + 1598, + 1600, + 1602, + 1615, + 1628, + 1629, + 1633, + 1634, + 1647, + 1652, + 1663, + 1679, + 1692, + 1707, + 1753, + 1754, + 1757, + 1762, + 1771, + 1786, + 1791, + 1807, + 1810, + 1817, + 1818, + 1823, + 1825, + 1828, + 1847, + 1855, + 1862, + 1875, + 1879, + 1888, + 1894, + 1915, + 1924, + 1926, + 1937, + 1938, + 1940, + 1963, + 1978, + 1989, + 1992, + 2000, + 2002, + 2008, + 2015, + 2022, + 2024, + 2031, + 2043, + 2060, + 2062, + 2079, + 2080, + 2082, + 2090, + 2102, + 2115, + 2121, + 2122, + 2127, + 2150, + 2158, + 2160, + 2162, + 2171, + 2172, + 2188, + 2191, + 2195, + 2208, + 2217, + 2224, + 2229, + 2235, + 2241, + 2242, + 2246, + 2249, + 2261, + 2269, + 2276, + 2283, + 2289, + 2294, + 2299, + 2308, + 2309, + 2310, + 2312, + 2316, + 2319, + 2331, + 2332, + 2336, + 2349, + 2352, + 2363, + 2366, + 2369, + 2380, + 2384, + 2390, + 2392, + 2402, + 2403, + 2414, + 2415, + 2427, + 2437, + 2438, + 2445, + 2453, + 2455, + 2459, + 2461, + 2465, + 2477, + 2480, + 2484, + 2487, + 2496, + 2501, + 2509, + 2511, + 2514, + 2518, + 2520, + 2522, + 2527, + 2529, + 2536, + 2543, + 2577, + 2592, + 2594, + 2601, + 2605, + 2608, + 2611, + 2625, + 2628, + 2634, + 2637, + 2638, + 2646, + 2648, + 2651, + 2655, + 2676, + 2688, + 2715, + 2724, + 2754, + 2758, + 2774, + 2787, + 2815, + 2819, + 2821, + 2824, + 2831, + 2849, + 2873, + 2894, + 2897, + 2905, + 2911, + 2914, + 2917, + 2918, + 2920, + 2923, + 2924, + 2927, + 2929, + 2934, + 2940, + 2942, + 2952, + 2953, + 2960, + 2962, + 2966, + 2967, + 2973, + 2996, + 3021, + 3022, + 3026, + 3027, + 3030, + 3039, + 3045, + 3048, + 3054, + 3056, + 3062, + 3073, + 3089, + 3096, + 3098, + 3109, + 3124, + 3134, + 3154, + 3157, + 3170, + 3174, + 3182, + 3188, + 3195, + 3213, + 3214, + 3239, + 3241, + 3242, + 3275, + 3278, + 3280, + 3285, + 3288 + ], + "name": "De 60 a 90", + "showlegend": true, + "showscale": false, + "subplot": "mapbox", + "type": "choroplethmapbox", + "z": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ] + }, + { + "colorscale": [ + [ + 0, + "#bd3786" + ], + [ + 1, + "#bd3786" + ] + ], + "geojson": { + "bbox": [ + -77.25103444130222, + -12.517989228728535, + -76.62041559387855, + -11.573692228960413 + ], + "features": [ + { + "bbox": [ + -76.80439037166623, + -12.479544488351467, + -76.79473338439676, + -12.469170004896617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80007116393422, + -12.469170004896617 + ], + [ + -76.80439037166623, + -12.472220769284453 + ], + [ + -76.80388112475119, + -12.477408064770854 + ], + [ + -76.79905254388291, + -12.479544488351467 + ], + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.79524275752351, + -12.47130645334645 + ], + [ + -76.80007116393422, + -12.469170004896617 + ] + ] + ], + "type": "Polygon" + }, + "id": "0", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.21673567169266, + -12.087887614728018, + -77.20707979007148, + -12.077496450750104 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21241062497951, + -12.077496450750104 + ], + [ + -77.21673567169266, + -12.080541553271305 + ], + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.20707979007148, + -12.08484242832682 + ], + [ + -77.20758276905593, + -12.07964689766269 + ], + [ + -77.21241062497951, + -12.077496450750104 + ] + ] + ], + "type": "Polygon" + }, + "id": "1", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23121969655782, + -12.081435940629902, + -77.22156365305825, + -12.071044331177799 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22689435492259, + -12.071044331177799 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.22156365305825, + -12.078390920956918 + ], + [ + -77.22206641798117, + -12.073195167462707 + ], + [ + -77.22689435492259, + -12.071044331177799 + ] + ] + ], + "type": "Polygon" + }, + "id": "2", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.25103444130222, + -12.067635813317104, + -77.24137832668924, + -12.057243520014259 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24670876354409, + -12.057243520014259 + ], + [ + -77.25103444130222, + -12.060288205140235 + ], + [ + -77.25053210471678, + -12.065484402890457 + ], + [ + -77.2457039627029, + -12.067635813317104 + ], + [ + -77.24137832668924, + -12.06459104429789 + ], + [ + -77.24188079093568, + -12.059394948755278 + ], + [ + -77.24670876354409, + -12.057243520014259 + ] + ] + ], + "type": "Polygon" + }, + "id": "3", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24952738610197, + -12.083223910203523, + -77.23987084304808, + -12.072831891441023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24520153955892, + -12.072831891441023 + ], + [ + -77.24952738610197, + -12.075876661289815 + ], + [ + -77.24902500407138, + -12.08107272176681 + ], + [ + -77.24419664782108, + -12.083223910203523 + ], + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.24520153955892, + -12.072831891441023 + ] + ] + ], + "type": "Polygon" + }, + "id": "4", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.21522707189207, + -12.103474014776776, + -77.2055707621553, + -12.093083127619384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.21472417497435, + -12.1013238098318 + ], + [ + -77.20989593519363, + -12.103474014776776 + ], + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.21090185658713, + -12.093083127619384 + ] + ] + ], + "type": "Polygon" + }, + "id": "5", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24037335274606, + -12.082330059640089, + -77.23071705922906, + -12.071938245406702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.23604775855509, + -12.071938245406702 + ] + ] + ], + "type": "Polygon" + }, + "id": "6", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2457039627029, + -12.074983098288111, + -77.23604775855509, + -12.06459104429789 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24137832668924, + -12.06459104429789 + ], + [ + -77.2457039627029, + -12.067635813317104 + ], + [ + -77.24520153955892, + -12.072831891441023 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.23655030934498, + -12.066742269550407 + ], + [ + -77.24137832668924, + -12.06459104429789 + ] + ] + ], + "type": "Polygon" + }, + "id": "7", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2007426480144, + -12.109923848858411, + -77.19108650152918, + -12.099533408866476 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.19641772825882, + -12.099533408866476 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.20023953704263, + -12.107774034334977 + ], + [ + -77.19541137880904, + -12.109923848858411 + ], + [ + -77.19108650152918, + -12.106878411003903 + ], + [ + -77.19158973999788, + -12.101683242422597 + ], + [ + -77.19641772825882, + -12.099533408866476 + ] + ] + ], + "type": "Polygon" + }, + "id": "8", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2114047945437, + -12.095233351419967, + -77.20174882446877, + -12.08484242832682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.20707979007148, + -12.08484242832682 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.20174882446877, + -12.092188081169875 + ], + [ + -77.20225188995258, + -12.086992670978084 + ], + [ + -77.20707979007148, + -12.08484242832682 + ] + ] + ], + "type": "Polygon" + }, + "id": "9", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22438073560453, + -12.104368997851333, + -77.21472417497435, + -12.093977905553041 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.22438073560453, + -12.097023009834665 + ], + [ + -77.22387796627224, + -12.10221860723253 + ], + [ + -77.21904960109191, + -12.104368997851333 + ], + [ + -77.21472417497435, + -12.1013238098318 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.22005526735124, + -12.093977905553041 + ] + ] + ], + "type": "Polygon" + }, + "id": "10", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24419664782108, + -12.090570835245073, + -77.23454001527175, + -12.080179056563606 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.24419664782108, + -12.083223910203523 + ], + [ + -77.24369417922603, + -12.088419850669997 + ], + [ + -77.2388657781964, + -12.090570835245073 + ], + [ + -77.23454001527175, + -12.087525897845072 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23987084304808, + -12.080179056563606 + ] + ] + ], + "type": "Polygon" + }, + "id": "11", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.20989593519363, + -12.110819389181554, + -77.20023953704263, + -12.100428743676936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.20989593519363, + -12.103474014776776 + ], + [ + -77.20939295175548, + -12.108669388870759 + ], + [ + -77.20456466773608, + -12.110819389181554 + ], + [ + -77.20023953704263, + -12.107774034334977 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.2055707621553, + -12.100428743676936 + ] + ] + ], + "type": "Polygon" + }, + "id": "12", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22971173910942, + -12.097023009834665, + -77.22005526735124, + -12.086631676447317 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.22971173910942, + -12.089676696959943 + ], + [ + -77.2292090563173, + -12.094872414872372 + ], + [ + -77.22438073560453, + -12.097023009834665 + ], + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.22538622879863, + -12.086631676447317 + ] + ] + ], + "type": "Polygon" + }, + "id": "13", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.20607378662177, + -12.102578762934337, + -77.19641772825882, + -12.092188081169875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.20174882446877, + -12.092188081169875 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.19641772825882, + -12.099533408866476 + ], + [ + -77.19692088023739, + -12.09433811936897 + ], + [ + -77.20174882446877, + -12.092188081169875 + ] + ] + ], + "type": "Polygon" + }, + "id": "14", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22588895266163, + -12.088782290088124, + -77.21623282025061, + -12.078390920956918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22156365305825, + -12.078390920956918 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.21673567169266, + -12.080541553271305 + ], + [ + -77.22156365305825, + -12.078390920956918 + ] + ] + ], + "type": "Polygon" + }, + "id": "15", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2205580777439, + -12.09612831494137, + -77.21090185658713, + -12.085737186575091 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.21623282025061, + -12.085737186575091 + ] + ] + ], + "type": "Polygon" + }, + "id": "16", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23655030934498, + -12.074089266979648, + -77.22689435492259, + -12.063697417650754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23222492575619, + -12.063697417650754 + ], + [ + -77.23655030934498, + -12.066742269550407 + ], + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.22689435492259, + -12.071044331177799 + ], + [ + -77.22739703332178, + -12.065848457715207 + ], + [ + -77.23222492575619, + -12.063697417650754 + ] + ] + ], + "type": "Polygon" + }, + "id": "17", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23504261151906, + -12.089676696959943, + -77.22538622879863, + -12.079285122927537 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23454001527175, + -12.087525897845072 + ], + [ + -77.22971173910942, + -12.089676696959943 + ], + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.23071705922906, + -12.079285122927537 + ] + ] + ], + "type": "Polygon" + }, + "id": "18", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82882759969192, + -12.13617102885011, + -76.81918021721812, + -12.125790139159133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.82451231266047, + -12.125790139159133 + ] + ] + ], + "type": "Polygon" + }, + "id": "19", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07003966305193, + -11.601459785090736, + -77.06040192548107, + -11.591065411175384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.06572499188286, + -11.591065411175384 + ] + ] + ], + "type": "Polygon" + }, + "id": "20", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12190193963382, + -11.732428096487205, + -77.11225899985065, + -11.722034136843403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.11758414410848, + -11.722034136843403 + ] + ] + ], + "type": "Polygon" + }, + "id": "21", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84940090468687, + -11.9731025177947, + -76.83975783662588, + -11.962718623284918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.84508723182428, + -11.962718623284918 + ] + ] + ], + "type": "Polygon" + }, + "id": "22", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17363835507746, + -11.674510763598882, + -77.1639958503303, + -11.66411480692549 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16931996092957, + -11.66411480692549 + ], + [ + -77.17363835507746, + -11.667158261158178 + ], + [ + -77.17313553900625, + -11.672356291451003 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.16931996092957, + -11.66411480692549 + ] + ] + ], + "type": "Polygon" + }, + "id": "23", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13572865690753, + -11.875412733866321, + -77.12608111408974, + -11.865020387252722 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.13140858815932, + -11.865020387252722 + ] + ] + ], + "type": "Polygon" + }, + "id": "24", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95452111681495, + -12.125036113648834, + -76.9448707510396, + -12.114651911262783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.95020256555866, + -12.114651911262783 + ] + ] + ], + "type": "Polygon" + }, + "id": "25", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05737248058583, + -12.064396805645382, + -77.04772127858978, + -12.05400913488869 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.05305197612272, + -12.05400913488869 + ] + ] + ], + "type": "Polygon" + }, + "id": "26", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09139601395617, + -11.66649825089569, + -77.08175580241924, + -11.656104175026211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.08707990777869, + -11.656104175026211 + ] + ] + ], + "type": "Polygon" + }, + "id": "27", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81204349484707, + -12.307427811526102, + -76.80239144817827, + -12.297050139310805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.80772637930016, + -12.297050139310805 + ] + ] + ], + "type": "Polygon" + }, + "id": "28", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1006004159775, + -11.76182390523275, + -77.09095713619756, + -11.751430850816579 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.09628279492941, + -11.751430850816579 + ] + ] + ], + "type": "Polygon" + }, + "id": "29", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71993047958371, + -12.164632847532044, + -76.71028519362727, + -12.154255168505697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.71561780163637, + -12.154255168505697 + ] + ] + ], + "type": "Polygon" + }, + "id": "30", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14932177118453, + -11.73510191969156, + -77.13967806718584, + -11.72470733399623 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.14500321291112, + -11.72470733399623 + ] + ] + ], + "type": "Polygon" + }, + "id": "31", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08784058193292, + -12.035928163563065, + -77.07818945710474, + -12.02553931778207 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.08351964430383, + -12.02553931778207 + ] + ] + ], + "type": "Polygon" + }, + "id": "32", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67340749066328, + -12.309290714561516, + -76.66375916442156, + -12.298916604000064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.66807243736318, + -12.309290714561516 + ], + [ + -76.66375916442156, + -12.306239413539364 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.66909416766096, + -12.298916604000064 + ] + ] + ], + "type": "Polygon" + }, + "id": "33", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01693330229243, + -11.958170203341249, + -77.00728630056551, + -11.947781934971644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.01261529865783, + -11.947781934971644 + ] + ] + ], + "type": "Polygon" + }, + "id": "34", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13262917399388, + -11.812163536914829, + -77.12298359234015, + -11.80177038801329 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.12831003097253, + -11.80177038801329 + ] + ] + ], + "type": "Polygon" + }, + "id": "35", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73749461996034, + -12.032757614684131, + -76.72785278823801, + -12.022377436605137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.73318321698999, + -12.022377436605137 + ] + ] + ], + "type": "Polygon" + }, + "id": "36", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70383652423588, + -12.375196495367776, + -76.69418539011288, + -12.364822731758851 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.6995214786163, + -12.364822731758851 + ] + ] + ], + "type": "Polygon" + }, + "id": "37", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67210338584077, + -11.947637823931064, + -76.66246588609687, + -11.937258048312156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66779492281462, + -11.937258048312156 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.66297626055415, + -11.939398535955059 + ], + [ + -76.66779492281462, + -11.937258048312156 + ] + ] + ], + "type": "Polygon" + }, + "id": "38", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08087186918891, + -11.870045829482718, + -77.0712258647135, + -11.859654736633306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.07655333089991, + -11.859654736633306 + ] + ] + ], + "type": "Polygon" + }, + "id": "39", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72369142958553, + -12.267175210888363, + -76.71404297912487, + -12.256799107272748 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71937727897053, + -12.256799107272748 + ] + ] + ], + "type": "Polygon" + }, + "id": "40", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78844596902236, + -12.218621454408437, + -76.77879720987376, + -12.20824290607737 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.78413068616734, + -12.20824290607737 + ] + ] + ], + "type": "Polygon" + }, + "id": "41", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94150132944306, + -11.832764938814465, + -76.93186001517479, + -11.822376745205636 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.93617427012207, + -11.832764938814465 + ], + [ + -76.93186001517479, + -11.829718482690254 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.93718702839372, + -11.822376745205636 + ] + ] + ], + "type": "Polygon" + }, + "id": "42", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06707260531421, + -11.727073467719785, + -77.057431206859, + -11.71668076697643 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.06275634074274, + -11.71668076697643 + ] + ] + ], + "type": "Polygon" + }, + "id": "43", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94224990789239, + -11.777776162125035, + -76.93261021115929, + -11.767387198697477 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.93793631917049, + -11.767387198697477 + ] + ] + ], + "type": "Polygon" + }, + "id": "44", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01836168379718, + -11.75377814076955, + -77.00872073291721, + -11.743386982429449 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.01404636658768, + -11.743386982429449 + ] + ] + ], + "type": "Polygon" + }, + "id": "45", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05109668730994, + -11.749115631724633, + -77.04145503884223, + -11.738723611399607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.04678055582134, + -11.738723611399607 + ] + ] + ], + "type": "Polygon" + }, + "id": "46", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66659842145526, + -12.23789014552682, + -76.65695241617829, + -12.227515019391742 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.66228624056501, + -12.227515019391742 + ] + ] + ], + "type": "Polygon" + }, + "id": "47", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67437114042745, + -11.971446405089681, + -76.66473286855953, + -11.961066921146077 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.67006229744104, + -11.961066921146077 + ] + ] + ], + "type": "Polygon" + }, + "id": "48", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0916571479917, + -12.044168677452284, + -77.08200568106491, + -12.033779863416893 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.08733599861402, + -12.033779863416893 + ] + ] + ], + "type": "Polygon" + }, + "id": "49", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15099664494194, + -11.908376863444213, + -77.1413477394171, + -11.897984615607378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.146675731693, + -11.897984615607378 + ], + [ + -77.15099664494194, + -11.901029480733321 + ], + [ + -77.15049314743752, + -11.90622565656648 + ], + [ + -77.14566860953208, + -11.908376863444213 + ], + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.146675731693, + -11.897984615607378 + ] + ] + ], + "type": "Polygon" + }, + "id": "50", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07161146434342, + -11.680305052668956, + -77.06197134225317, + -11.669911633796843 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.06729570157243, + -11.669911633796843 + ] + ] + ], + "type": "Polygon" + }, + "id": "51", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8509144847081, + -12.146225246710973, + -76.8412662129959, + -12.135843960953725 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.84659846086751, + -12.135843960953725 + ] + ] + ], + "type": "Polygon" + }, + "id": "52", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8608198593979, + -11.997822227006733, + -76.85117575090196, + -11.987438412779426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.85650554590543, + -11.987438412779426 + ] + ] + ], + "type": "Polygon" + }, + "id": "53", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76558288028981, + -12.263499291637828, + -76.75593339910711, + -12.253122060854563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.76126762556498, + -12.253122060854563 + ] + ] + ], + "type": "Polygon" + }, + "id": "54", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0556378701375, + -11.70235026642056, + -77.0459974976744, + -11.69195752103127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.0513222402168, + -11.69195752103127 + ] + ] + ], + "type": "Polygon" + }, + "id": "55", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06186063936075, + -11.923251396180403, + -77.05221353148735, + -11.912861522565587 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.05754189880123, + -11.912861522565587 + ] + ] + ], + "type": "Polygon" + }, + "id": "56", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65519511582903, + -12.213174536111113, + -76.64555016444103, + -12.20279929845889 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65088358110481, + -12.20279929845889 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.64555016444103, + -12.21012353937759 + ], + [ + -76.6460611932524, + -12.204935975564302 + ], + [ + -76.65088358110481, + -12.20279929845889 + ] + ] + ], + "type": "Polygon" + }, + "id": "57", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10132229319773, + -11.706812674259977, + -77.09168063230123, + -11.696418877189256 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.09700538589935, + -11.696418877189256 + ] + ] + ], + "type": "Polygon" + }, + "id": "58", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86615048500505, + -11.801745897900346, + -76.85651207614822, + -11.791359151271195 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.86615048500505, + -11.794406017468413 + ], + [ + -76.86564316548389, + -11.799599444721533 + ], + [ + -76.86082387450271, + -11.801745897900346 + ], + [ + -76.85651207614822, + -11.798698944560835 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.86183863948489, + -11.791359151271195 + ] + ] + ], + "type": "Polygon" + }, + "id": "59", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78774071833327, + -11.990580184783628, + -76.77809878150413, + -11.980198100514313 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.78342849745725, + -11.980198100514313 + ] + ] + ], + "type": "Polygon" + }, + "id": "60", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06410328158418, + -11.852668692645588, + -77.05445821951429, + -11.842277764829527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05978542245751, + -11.842277764829527 + ] + ] + ], + "type": "Polygon" + }, + "id": "61", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66586168634927, + -12.198525542832215, + -76.65621687674711, + -12.188149793016178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66155005127965, + -12.188149793016178 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.65621687674711, + -12.19547471620238 + ], + [ + -76.65672773425791, + -12.19028689624854 + ], + [ + -76.66155005127965, + -12.188149793016178 + ] + ] + ], + "type": "Polygon" + }, + "id": "62", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84025777939198, + -12.066549436650268, + -76.83061216874468, + -12.05616717673097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.83594310947382, + -12.05616717673097 + ] + ] + ], + "type": "Polygon" + }, + "id": "63", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81817764101683, + -12.056497202977384, + -76.80853292050166, + -12.04611534441712 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.81386370810054, + -12.04611534441712 + ] + ] + ], + "type": "Polygon" + }, + "id": "64", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8219567081505, + -12.253397805669033, + -76.81230600978529, + -12.243018981739553 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.81764004343749, + -12.243018981739553 + ] + ] + ], + "type": "Polygon" + }, + "id": "65", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0200990812437, + -12.210144175994, + -77.01044448099324, + -12.19975971273075 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.01959327532651, + -12.207999516275937 + ], + [ + -77.01476588922195, + -12.210144175994 + ], + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.01577762792792, + -12.19975971273075 + ] + ] + ], + "type": "Polygon" + }, + "id": "66", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09093290333456, + -12.099156426139318, + -77.08127981427069, + -12.088768471938241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.09093290333456, + -12.091814812859907 + ], + [ + -77.09042826482461, + -12.097008842120156 + ], + [ + -77.08560163473821, + -12.099156426139318 + ], + [ + -77.08127981427069, + -12.096110000953841 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.08661103882311, + -12.088768471938241 + ] + ] + ], + "type": "Polygon" + }, + "id": "67", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01234144768623, + -11.910523691348068, + -77.0026959837102, + -11.900134846490301 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -77.00802420279429, + -11.900134846490301 + ] + ] + ], + "type": "Polygon" + }, + "id": "68", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76027995835355, + -12.17651584627847, + -76.75063321821858, + -12.166137330777675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.75596601081428, + -12.166137330777675 + ] + ] + ], + "type": "Polygon" + }, + "id": "69", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01160425913811, + -11.965511806491982, + -77.00195717538377, + -11.955123776381928 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -77.00728630056551, + -11.955123776381928 + ] + ] + ], + "type": "Polygon" + }, + "id": "70", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63919435202266, + -12.235145461674747, + -76.62954918920411, + -12.224770995569543 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.63488296840235, + -12.224770995569543 + ] + ] + ], + "type": "Polygon" + }, + "id": "71", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84480992339918, + -12.302831547573303, + -76.83515713771874, + -12.292452972419875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.84049197407354, + -12.292452972419875 + ] + ] + ], + "type": "Polygon" + }, + "id": "72", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81891884833152, + -12.190213151611028, + -76.80927011807941, + -12.17983337323485 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.81460311056414, + -12.17983337323485 + ] + ] + ], + "type": "Polygon" + }, + "id": "73", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85549001709562, + -12.005157753800917, + -76.84584583151634, + -11.994774182483301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.85117575090196, + -11.994774182483301 + ] + ] + ], + "type": "Polygon" + }, + "id": "74", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73220365909692, + -11.945755235093332, + -76.72256456495305, + -11.935373898159224 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.72789356139376, + -11.935373898159224 + ] + ] + ], + "type": "Polygon" + }, + "id": "75", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83414982779807, + -12.223169896075838, + -76.82449970605613, + -12.212790268750183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82983323378433, + -12.212790268750183 + ] + ] + ], + "type": "Polygon" + }, + "id": "76", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462578635307, + -12.100414009004043, + -76.85497851726329, + -12.090031660834033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.86031000056144, + -12.090031660834033 + ] + ] + ], + "type": "Polygon" + }, + "id": "77", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70008093301492, + -12.272672800799432, + -76.69043296559563, + -12.262297391999976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.69576736088189, + -12.262297391999976 + ] + ] + ], + "type": "Polygon" + }, + "id": "78", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96977132823288, + -12.157995444978924, + -76.96011958266877, + -12.147611385457662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.96545192537482, + -12.147611385457662 + ] + ] + ], + "type": "Polygon" + }, + "id": "79", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82352124141302, + -11.954814061110373, + -76.81387940918944, + -11.94443054766028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.8192085183923, + -11.94443054766028 + ] + ] + ], + "type": "Polygon" + }, + "id": "80", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1942275569044, + -11.700124253656242, + -77.18458378180419, + -11.689728133362769 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18990827805789, + -11.689728133362769 + ], + [ + -77.1942275569044, + -11.692771539641688 + ], + [ + -77.19372499054937, + -11.69796965158303 + ], + [ + -77.1889030181894, + -11.700124253656242 + ], + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18990827805789, + -11.689728133362769 + ] + ] + ], + "type": "Polygon" + }, + "id": "81", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80444580205736, + -12.196633953896104, + -76.79479726856164, + -12.186254644239868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.80013037448607, + -12.186254644239868 + ] + ] + ], + "type": "Polygon" + }, + "id": "82", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18216178807918, + -11.82486509852777, + -77.17251459755022, + -11.814470931671089 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1778411646585, + -11.814470931671089 + ], + [ + -77.18216178807918, + -11.817515092932366 + ], + [ + -77.18165885850664, + -11.822712228133646 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.1778411646585, + -11.814470931671089 + ] + ] + ], + "type": "Polygon" + }, + "id": "83", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66353348747742, + -12.26901433775822, + -76.65388663753981, + -12.258639805394635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65922097604651, + -12.258639805394635 + ] + ] + ], + "type": "Polygon" + }, + "id": "84", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98576773386583, + -12.135985519161242, + -76.9761162311798, + -12.125600716533716 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.98144819410301, + -12.125600716533716 + ] + ] + ], + "type": "Polygon" + }, + "id": "85", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82580163653509, + -11.978628813566736, + -76.81615903351965, + -11.968245593009874 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.82148853376206, + -11.968245593009874 + ] + ] + ], + "type": "Polygon" + }, + "id": "86", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95902645943858, + -11.889549240861186, + -76.94938299766359, + -11.879161409738579 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.95471092857873, + -11.879161409738579 + ] + ] + ], + "type": "Polygon" + }, + "id": "87", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15766550606251, + -11.696566416169677, + -77.14802274123163, + -11.686171126686487 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.15334724039408, + -11.686171126686487 + ] + ] + ], + "type": "Polygon" + }, + "id": "88", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04117735542826, + -11.708804505258797, + -77.03153715924657, + -11.698412196466059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.03686202615765, + -11.698412196466059 + ] + ] + ], + "type": "Polygon" + }, + "id": "89", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10297102400413, + -11.880076786460727, + -77.093324163317, + -11.869685298166457 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.0986517633092, + -11.869685298166457 + ] + ] + ], + "type": "Polygon" + }, + "id": "90", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94306412830802, + -12.005949391125256, + -76.9334176131145, + -11.99556364984132 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.93874747599017, + -11.99556364984132 + ] + ] + ], + "type": "Polygon" + }, + "id": "91", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13731819646488, + -11.954244966415759, + -77.12766826488384, + -11.943853710003099 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.13731819646488, + -11.946898926797367 + ], + [ + -77.13681443536487, + -11.952094606972548 + ], + [ + -77.13198938433638, + -11.954244966415759 + ], + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.1329970336706, + -11.943853710003099 + ] + ] + ], + "type": "Polygon" + }, + "id": "92", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02465064986697, + -12.163412577550469, + -77.01499732822077, + -12.15302725211492 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02032969896408, + -12.15302725211492 + ], + [ + -77.02465064986697, + -12.156074513895438 + ], + [ + -77.02414498086875, + -12.16126722916651 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.02032969896408, + -12.15302725211492 + ] + ] + ], + "type": "Polygon" + }, + "id": "93", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84938487434061, + -12.256126390217853, + -76.83973336207409, + -12.245746921225454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.84506742438742, + -12.245746921225454 + ] + ] + ], + "type": "Polygon" + }, + "id": "94", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72608971793768, + -12.008039500312059, + -76.71644893443673, + -11.997659240064669 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72177895864846, + -11.997659240064669 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.71644893443673, + -12.0049901962182 + ], + [ + -76.71695865426739, + -11.999800120811418 + ], + [ + -76.72177895864846, + -11.997659240064669 + ] + ] + ], + "type": "Polygon" + }, + "id": "95", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18508647530837, + -11.699235181774988, + -77.17544295205819, + -11.68883926880591 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.18076744945257, + -11.68883926880591 + ] + ] + ], + "type": "Polygon" + }, + "id": "96", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76031129331884, + -12.082193694336649, + -76.75066736676742, + -12.071813692883966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.75599860349702, + -12.071813692883966 + ] + ] + ], + "type": "Polygon" + }, + "id": "97", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9804357253859, + -12.143322493299152, + -76.97078414157447, + -12.13293793793133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.9761162311798, + -12.13293793793133 + ] + ] + ], + "type": "Polygon" + }, + "id": "98", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71390010626574, + -12.038269897952285, + -76.70425875500446, + -12.027890404263326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70958928013314, + -12.027890404263326 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.70425875500446, + -12.035220325916058 + ], + [ + -76.70476869195036, + -12.03003063384419 + ], + [ + -76.70958928013314, + -12.027890404263326 + ] + ] + ], + "type": "Polygon" + }, + "id": "99", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83267562211819, + -11.766983471773964, + -76.82303913884068, + -11.75659709189744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.8283651512555, + -11.75659709189744 + ] + ] + ], + "type": "Polygon" + }, + "id": "100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91109544597316, + -12.14432900439522, + -76.90144563967331, + -12.133946184206293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.90677781172982, + -12.133946184206293 + ] + ] + ], + "type": "Polygon" + }, + "id": "101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72757754959588, + -12.086795618540236, + -76.71793437697306, + -12.076416520247731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.72326569922069, + -12.076416520247731 + ] + ] + ], + "type": "Polygon" + }, + "id": "102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1111804401277, + -11.652688807213453, + -77.10154014144426, + -11.642294076864047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.10686399157734, + -11.642294076864047 + ] + ] + ], + "type": "Polygon" + }, + "id": "103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919581871099, + -12.14803898637879, + -76.85954700731075, + -12.137657271134916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.86487927280609, + -12.137657271134916 + ] + ] + ], + "type": "Polygon" + }, + "id": "104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65819909878206, + -12.276337414167356, + -76.64855217791148, + -12.265963141040219 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.65388663753981, + -12.265963141040219 + ] + ] + ], + "type": "Polygon" + }, + "id": "105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8059901203962, + -12.086734334962934, + -76.79634482504845, + -12.076353248308395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.80167611740973, + -12.076353248308395 + ] + ] + ], + "type": "Polygon" + }, + "id": "106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02386934682511, + -12.124015966802927, + -77.01421722106836, + -12.113630038680023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01954894320693, + -12.113630038680023 + ] + ] + ], + "type": "Polygon" + }, + "id": "107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79831893916418, + -12.35321253601032, + -76.78866589313066, + -12.34283598921608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.79400158743239, + -12.34283598921608 + ] + ] + ], + "type": "Polygon" + }, + "id": "108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12522374344452, + -12.07892611595525, + -77.1155703961235, + -12.06853701736512 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.12522374344452, + -12.071582942193793 + ], + [ + -77.12471961822986, + -12.076777543433247 + ], + [ + -77.11989285920305, + -12.07892611595525 + ], + [ + -77.1155703961235, + -12.07588010684822 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.12090123681685, + -12.06853701736512 + ] + ] + ], + "type": "Polygon" + }, + "id": "109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74271562385739, + -12.3083681322623, + -76.73306542361188, + -12.297992233722644 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.73840039871943, + -12.297992233722644 + ] + ] + ], + "type": "Polygon" + }, + "id": "110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9880628781608, + -12.15980222918304, + -76.97841060532278, + -12.149417746686982 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.98374295847934, + -12.149417746686982 + ] + ] + ], + "type": "Polygon" + }, + "id": "111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92630523523636, + -11.988567160752535, + -76.91665967614114, + -11.978181576501381 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.92198926791185, + -11.978181576501381 + ] + ] + ], + "type": "Polygon" + }, + "id": "112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80676188964557, + -12.03177836661477, + -76.79711821256211, + -12.021396419998446 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.80244859860132, + -12.021396419998446 + ] + ] + ], + "type": "Polygon" + }, + "id": "113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10822837795646, + -11.778306172860304, + -77.09858441572527, + -11.76791315466624 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.10391033435151, + -11.76791315466624 + ] + ] + ], + "type": "Polygon" + }, + "id": "114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90729663436352, + -12.23043343353049, + -76.89764435727372, + -12.220052092813292 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.90297795295645, + -12.220052092813292 + ] + ] + ], + "type": "Polygon" + }, + "id": "115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77938371721733, + -11.93471420490426, + -76.76974367090764, + -11.924331511216701 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.77507247002917, + -11.924331511216701 + ] + ] + ], + "type": "Polygon" + }, + "id": "116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06634496650707, + -11.78207960808194, + -77.05670194940275, + -11.771687657574303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.06202798846748, + -11.771687657574303 + ] + ] + ], + "type": "Polygon" + }, + "id": "117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08837203759558, + -11.697679531608777, + -77.07873097480493, + -11.687285929877115 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.0840555966714, + -11.687285929877115 + ] + ] + ], + "type": "Polygon" + }, + "id": "118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8250207178825, + -12.127931606148628, + -76.81537368311254, + -12.117550682492183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.82070564481073, + -12.117550682492183 + ] + ] + ], + "type": "Polygon" + }, + "id": "119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82275244989464, + -12.009777396287648, + -76.81310899994982, + -11.999394715892688 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.81843901508321, + -11.999394715892688 + ] + ] + ], + "type": "Polygon" + }, + "id": "120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02841922779602, + -12.077277821156867, + -77.01876838008928, + -12.066891056387474 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.02409932639446, + -12.066891056387474 + ] + ] + ], + "type": "Polygon" + }, + "id": "121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01688978139123, + -11.863772530325008, + -77.00724559339334, + -11.853382911643143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.01257303783603, + -11.853382911643143 + ] + ] + ], + "type": "Polygon" + }, + "id": "122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77847751340215, + -12.461238985973267, + -76.76882177241605, + -12.450864831693949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.7741592612032, + -12.450864831693949 + ] + ] + ], + "type": "Polygon" + }, + "id": "123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92248010351895, + -11.885949935202511, + -76.91283770251394, + -11.875562957914854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.91816560796273, + -11.875562957914854 + ] + ] + ], + "type": "Polygon" + }, + "id": "124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15552744052124, + -11.861610396227354, + -77.14587981559016, + -11.85121737869024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.15120703121349, + -11.85121737869024 + ] + ] + ], + "type": "Polygon" + }, + "id": "125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96509919130068, + -11.827219686614816, + -76.95545742817292, + -11.816830833307726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.96078432744652, + -11.816830833307726 + ] + ] + ], + "type": "Polygon" + }, + "id": "126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1181608439078, + -11.818618697692635, + -77.10851543217257, + -11.80822598679032 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.11384199892753, + -11.80822598679032 + ] + ] + ], + "type": "Polygon" + }, + "id": "127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7891751516025, + -12.352299961256486, + -76.77952237922898, + -12.341923630263008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.78485806270552, + -12.341923630263008 + ] + ] + ], + "type": "Polygon" + }, + "id": "128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72146016857232, + -12.14906625715072, + -76.71181530532915, + -12.138688291185597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.71714765615178, + -12.138688291185597 + ] + ] + ], + "type": "Polygon" + }, + "id": "129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77394551827366, + -12.319345692449595, + -76.76429414218882, + -12.308969185803885 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.769629287728, + -12.308969185803885 + ] + ] + ], + "type": "Polygon" + }, + "id": "130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69780892298022, + -12.248871024767507, + -76.68816172889548, + -12.238495279321253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.69349573147922, + -12.238495279321253 + ] + ] + ], + "type": "Polygon" + }, + "id": "131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562466555747, + -12.138892754574899, + -76.84659846086751, + -12.128511219132987 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.85193058432881, + -12.128511219132987 + ] + ] + ], + "type": "Polygon" + }, + "id": "132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97352274108167, + -11.977494020339872, + -76.96387628249312, + -11.967107103738934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96920564668535, + -11.967107103738934 + ] + ] + ], + "type": "Polygon" + }, + "id": "133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767230201937, + -12.25794409930229, + -76.85802024953759, + -12.247564201517882 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.86335432957894, + -12.247564201517882 + ] + ] + ], + "type": "Polygon" + }, + "id": "134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01307838802076, + -11.855531828818664, + -77.0034345432824, + -11.845142188293716 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -77.0087618565751, + -11.845142188293716 + ] + ] + ], + "type": "Polygon" + }, + "id": "135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00024521475295, + -12.129550569759301, + -76.99059353064865, + -12.119165309176896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.99592537152029, + -12.119165309176896 + ] + ] + ], + "type": "Polygon" + }, + "id": "136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09244672773596, + -12.083574425373987, + -77.08279406539633, + -12.07318619374786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.08812503103283, + -12.07318619374786 + ] + ] + ], + "type": "Polygon" + }, + "id": "137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15234096391768, + -11.703917680726216, + -77.1426981127226, + -11.693522614531949 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.14802274123163, + -11.693522614531949 + ] + ] + ], + "type": "Polygon" + }, + "id": "138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005718601959, + -12.052786909281695, + -76.8504114588701, + -12.042403942418952 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.85574216013168, + -12.042403942418952 + ] + ] + ], + "type": "Polygon" + }, + "id": "139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89356081509209, + -11.993196919988886, + -76.88391597819655, + -11.982812219044666 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88924567334985, + -11.982812219044666 + ] + ] + ], + "type": "Polygon" + }, + "id": "140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74893645205906, + -11.96314141741898, + -76.73929638398302, + -11.952759910062984 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.74462566218604, + -11.952759910062984 + ] + ] + ], + "type": "Polygon" + }, + "id": "141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79990562653929, + -12.054683568951948, + -76.7902614507399, + -12.044302143276708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.79559221765021, + -12.044302143276708 + ] + ] + ], + "type": "Polygon" + }, + "id": "142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84482995919832, + -12.019827819615863, + -76.83518561995024, + -12.009444735445454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.84051578783647, + -12.009444735445454 + ] + ] + ], + "type": "Polygon" + }, + "id": "143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11211401304925, + -11.880971427383447, + -77.10246689591958, + -11.870579730134208 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.10779449724858, + -11.870579730134208 + ] + ] + ], + "type": "Polygon" + }, + "id": "144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72592434366388, + -12.385265751244495, + -76.71627230334566, + -12.37489159753346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.72160855362323, + -12.37489159753346 + ] + ] + ], + "type": "Polygon" + }, + "id": "145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98954575293429, + -12.04985476199432, + -76.97989672239196, + -12.039468533685318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.98522726157927, + -12.039468533685318 + ] + ] + ], + "type": "Polygon" + }, + "id": "146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75351861791964, + -11.916423236354415, + -76.7438798173243, + -11.906040932996763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.74920832454404, + -11.906040932996763 + ] + ] + ], + "type": "Polygon" + }, + "id": "147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98185445995996, + -11.844598821242121, + -76.97221174531012, + -11.83420979567334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.97753891327145, + -11.83420979567334 + ] + ] + ], + "type": "Polygon" + }, + "id": "148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68021976778297, + -12.380685918448043, + -76.67056911973252, + -12.370312855397534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.67970894717689, + -12.378550933188981 + ], + [ + -76.67488353533685, + -12.380685918448043 + ], + [ + -76.67056911973252, + -12.377634343082692 + ], + [ + -76.67108006597283, + -12.37244786625101 + ], + [ + -76.67590530219279, + -12.370312855397534 + ] + ] + ], + "type": "Polygon" + }, + "id": "149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6711947897393, + -12.191200534545944, + -76.66155005127965, + -12.180824529308499 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.66155005127965, + -12.188149793016178 + ], + [ + -76.66206082313253, + -12.182961845322298 + ], + [ + -76.66688310461413, + -12.180824529308499 + ] + ] + ], + "type": "Polygon" + }, + "id": "150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8600638748136, + -11.76968512267344, + -76.85042658175516, + -11.759298093527384 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.8557526217784, + -11.759298093527384 + ] + ] + ], + "type": "Polygon" + }, + "id": "151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05031308315584, + -11.709698046504084, + -77.04067262756573, + -11.699305526500163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.0459974976744, + -11.699305526500163 + ] + ] + ], + "type": "Polygon" + }, + "id": "152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94075249898101, + -11.887750110187577, + -76.93110956663796, + -11.87736270548093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.9364374853705, + -11.87736270548093 + ] + ] + ], + "type": "Polygon" + }, + "id": "153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767233220088, + -11.974910219205581, + -76.85802872487083, + -11.964525893918783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.86335813776539, + -11.964525893918783 + ] + ] + ], + "type": "Polygon" + }, + "id": "154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88062339805332, + -12.17275747631116, + -76.87097354631027, + -12.162375868643965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.87630621129509, + -12.162375868643965 + ] + ] + ], + "type": "Polygon" + }, + "id": "155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72517985518422, + -12.345904345427913, + -76.7155290117787, + -12.335529532025923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.72086461175567, + -12.335529532025923 + ] + ] + ], + "type": "Polygon" + }, + "id": "156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8821295692172, + -11.779725296347022, + -76.87249139283219, + -11.769337851902117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.87781758266746, + -11.769337851902117 + ] + ] + ], + "type": "Polygon" + }, + "id": "157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82199673353281, + -11.97038899766496, + -76.81235447794445, + -11.960005751197215 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.81768384453495, + -11.960005751197215 + ] + ] + ], + "type": "Polygon" + }, + "id": "158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00102357877681, + -12.168945087579957, + -76.99137069878411, + -12.158560431224156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.9967031883501, + -12.158560431224156 + ] + ] + ], + "type": "Polygon" + }, + "id": "159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02676347289709, + -11.809673105773241, + -77.01712064292612, + -11.799282496198739 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.02244718573922, + -11.799282496198739 + ] + ] + ], + "type": "Polygon" + }, + "id": "160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01931823411468, + -12.170750309271076, + -77.00966483009137, + -12.160365231709688 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.01499732822077, + -12.160365231709688 + ] + ] + ], + "type": "Polygon" + }, + "id": "161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11053112580272, + -11.802136495273778, + -77.1008863962782, + -11.791743743848073 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.10621270332547, + -11.791743743848073 + ] + ] + ], + "type": "Polygon" + }, + "id": "162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96363715873285, + -12.03157159722274, + -76.95398934419251, + -12.021185731406186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95931960923272, + -12.021185731406186 + ] + ] + ], + "type": "Polygon" + }, + "id": "163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0175821537006, + -11.714363255553323, + -77.00794239567594, + -11.703971596128511 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.01326738236338, + -11.703971596128511 + ] + ] + ], + "type": "Polygon" + }, + "id": "164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1303245271117, + -11.788332566065934, + -77.12067971258747, + -11.777939148872962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.12600576294753, + -11.777939148872962 + ] + ] + ], + "type": "Polygon" + }, + "id": "165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13557237219497, + -11.686544609011673, + -77.12593045574236, + -11.676149722077502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.13125482524035, + -11.676149722077502 + ] + ] + ], + "type": "Polygon" + }, + "id": "166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7747774336386, + -12.075771352826834, + -76.76513330676103, + -12.065390885705238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.77046443223611, + -12.065390885705238 + ] + ] + ], + "type": "Polygon" + }, + "id": "167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06483145308951, + -11.797667224055386, + -77.05518801034563, + -11.787275521464334 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.06051430771765, + -11.787275521464334 + ] + ] + ], + "type": "Polygon" + }, + "id": "168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93542453412006, + -11.895090524442061, + -76.92578152220635, + -11.884703355996777 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.93110956663796, + -11.884703355996777 + ] + ] + ], + "type": "Polygon" + }, + "id": "169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12110953981572, + -11.693004449082958, + -77.11146779290176, + -11.682609994442181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.11679229056348, + -11.682609994442181 + ] + ] + ], + "type": "Polygon" + }, + "id": "170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80286258504503, + -12.495105815267385, + -76.79320517325112, + -12.484731650511064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79854321091787, + -12.484731650511064 + ], + [ + -76.80286258504503, + -12.487782496561413 + ], + [ + -76.8023532922527, + -12.492969632694676 + ], + [ + -76.79752449910596, + -12.495105815267385 + ], + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.79854321091787, + -12.484731650511064 + ] + ] + ], + "type": "Polygon" + }, + "id": "171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15393380947195, + -11.782767239478423, + -77.14428857199209, + -11.772373178029314 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14961449374826, + -11.772373178029314 + ] + ] + ], + "type": "Polygon" + }, + "id": "172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75110870876391, + -12.269913731786003, + -76.74145942891411, + -12.259536975307856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.74679376631644, + -12.259536975307856 + ] + ] + ], + "type": "Polygon" + }, + "id": "173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1416914914417, + -11.718619277899665, + -77.13204846801388, + -11.708224659621095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.13737335495425, + -11.708224659621095 + ] + ] + ], + "type": "Polygon" + }, + "id": "174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89432552415971, + -12.032589869824976, + -76.88467949258819, + -12.022205740083558 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.89000983618507, + -12.022205740083558 + ] + ] + ], + "type": "Polygon" + }, + "id": "175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77705462992269, + -12.09958104891388, + -76.76740973123252, + -12.08920089270136 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.77274124840952, + -12.08920089270136 + ] + ] + ], + "type": "Polygon" + }, + "id": "176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69094346481755, + -12.271758587700948, + -76.68129577605558, + -12.261383397636797 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.68663015755986, + -12.261383397636797 + ] + ] + ], + "type": "Polygon" + }, + "id": "177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8211869451317, + -12.308338874307061, + -76.81153462607564, + -12.297960986746332 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.81686956732959, + -12.297960986746332 + ] + ] + ], + "type": "Polygon" + }, + "id": "178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05558310035096, + -11.607918529557839, + -77.04594553774085, + -11.59752458710986 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.05126872911963, + -11.59752458710986 + ] + ] + ], + "type": "Polygon" + }, + "id": "179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09619734806722, + -11.997417589444584, + -77.08654716082968, + -11.98702796404873 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.09187670193714, + -11.98702796404873 + ] + ] + ], + "type": "Polygon" + }, + "id": "180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08632678642398, + -12.051511091380085, + -77.07667523504853, + -12.04112251836867 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.08200568106491, + -12.04112251836867 + ] + ] + ], + "type": "Polygon" + }, + "id": "181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94914172344173, + -11.943632259859532, + -76.93949690740047, + -11.93324544996507 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.94482573820638, + -11.93324544996507 + ] + ] + ], + "type": "Polygon" + }, + "id": "182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7031428533829, + -12.2415459791429, + -76.69349573147922, + -12.231169976454744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.69882961226526, + -12.231169976454744 + ] + ] + ], + "type": "Polygon" + }, + "id": "183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00561722574139, + -12.216577362433199, + -76.99596280532573, + -12.2061933597787 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.00511120671555, + -12.214433099117043 + ], + [ + -77.00028391045024, + -12.216577362433199 + ], + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -77.00129607532106, + -12.2061933597787 + ] + ] + ], + "type": "Polygon" + }, + "id": "184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94692064767347, + -12.202911583310625, + -76.93726815521224, + -12.192528809616626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.94260126144214, + -12.192528809616626 + ] + ] + ], + "type": "Polygon" + }, + "id": "185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88594533968153, + -11.976716870075398, + -76.87630119498692, + -11.966332115012834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.88163062447667, + -11.966332115012834 + ] + ] + ], + "type": "Polygon" + }, + "id": "186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13493418105325, + -11.835994067705563, + -77.12528783217923, + -11.825601190666328 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.13061465912298, + -11.825601190666328 + ] + ] + ], + "type": "Polygon" + }, + "id": "187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09376247750903, + -11.784761006096971, + -77.08411868721551, + -11.774368425500061 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.08944473277471, + -11.774368425500061 + ] + ] + ], + "type": "Polygon" + }, + "id": "188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76869703064185, + -12.043721686412313, + -76.7590540241583, + -12.03334088278919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.76438462358944, + -12.03334088278919 + ] + ] + ], + "type": "Polygon" + }, + "id": "189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88975938287112, + -12.079316184960879, + -76.88011207812238, + -12.068932882004805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.8854431953595, + -12.068932882004805 + ] + ] + ], + "type": "Polygon" + }, + "id": "190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72898517360576, + -12.354142673177169, + -76.71933397998325, + -12.343767903900021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.72466971514163, + -12.343767903900021 + ] + ] + ], + "type": "Polygon" + }, + "id": "191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310096881797, + -12.210325258794272, + -76.85345045972396, + -12.199944695280035 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.85878375701267, + -12.199944695280035 + ] + ] + ], + "type": "Polygon" + }, + "id": "192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94837037977253, + -11.90423090902235, + -76.93872675785875, + -11.893843550388853 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.9440549407277, + -11.893843550388853 + ] + ] + ], + "type": "Polygon" + }, + "id": "193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0245133259432, + -11.880253924708416, + -77.01486845160942, + -11.86986435108102 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.02019615822763, + -11.86986435108102 + ] + ] + ], + "type": "Polygon" + }, + "id": "194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8105335335674, + -12.2286807019385, + -76.800883879674, + -12.218301759764714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.8062175114195, + -12.218301759764714 + ] + ] + ], + "type": "Polygon" + }, + "id": "195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6772658064552, + -12.22324141314456, + -76.6676199437112, + -12.212865772907948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.67295352552854, + -12.212865772907948 + ] + ] + ], + "type": "Polygon" + }, + "id": "196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09994602799941, + -11.911250220507718, + -77.09029831467775, + -11.900859248320314 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.09562643197086, + -11.900859248320314 + ] + ] + ], + "type": "Polygon" + }, + "id": "197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0031225614524, + -11.720814657992305, + -76.99348298292249, + -11.710423437409633 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.99880809217528, + -11.710423437409633 + ] + ] + ], + "type": "Polygon" + }, + "id": "198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97054595200163, + -12.197386160834613, + -76.96089301039463, + -12.187002712802617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.96622600199524, + -12.187002712802617 + ] + ] + ], + "type": "Polygon" + }, + "id": "199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82045830911899, + -12.080309195559746, + -76.81081281727833, + -12.069927645076348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.81614399620334, + -12.069927645076348 + ] + ] + ], + "type": "Polygon" + }, + "id": "200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9713207669883, + -12.236774889926947, + -76.96166662904547, + -12.22639206313361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.9713207669883, + -12.229440164099136 + ], + [ + -76.97081423576213, + -12.23463163034578 + ], + [ + -76.96598708054562, + -12.236774889926947 + ], + [ + -76.96166662904547, + -12.233726705216373 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.9670002696966, + -12.22639206313361 + ] + ] + ], + "type": "Polygon" + }, + "id": "201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09060758148638, + -11.627074304592584, + -77.08096856228545, + -11.616679749887037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.08629202122165, + -11.616679749887037 + ] + ] + ], + "type": "Polygon" + }, + "id": "202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7709734956548, + -12.067531953425794, + -76.76132971745655, + -12.057151455920566 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.76666070855794, + -12.057151455920566 + ] + ] + ], + "type": "Polygon" + }, + "id": "203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10894901880158, + -11.723295092373823, + -77.09930667571534, + -11.712901325922918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.10463168910135, + -11.712901325922918 + ] + ] + ], + "type": "Polygon" + }, + "id": "204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93848384381282, + -11.958311139478885, + -76.92883886820782, + -11.947924807568674 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.93416795070505, + -11.947924807568674 + ] + ] + ], + "type": "Polygon" + }, + "id": "205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562499986229, + -12.044547148264597, + -76.84660461835828, + -12.03416415139173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.85193518633771, + -12.03416415139173 + ] + ] + ], + "type": "Polygon" + }, + "id": "206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81819208439303, + -11.96214917791663, + -76.80855017629189, + -11.951765905993467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.81387940918944, + -11.951765905993467 + ] + ] + ], + "type": "Polygon" + }, + "id": "207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77091703240325, + -12.256172207546927, + -76.76126762556498, + -12.245794720020985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.76660172902231, + -12.245794720020985 + ] + ] + ], + "type": "Polygon" + }, + "id": "208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81284680549464, + -12.063830085307226, + -76.80320200922415, + -12.053448473195608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.80853292050166, + -12.053448473195608 + ] + ] + ], + "type": "Polygon" + }, + "id": "209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96736137401393, + -11.756643362179412, + -76.95772165314204, + -11.746253495112441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.96304738940538, + -11.746253495112441 + ] + ] + ], + "type": "Polygon" + }, + "id": "210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6490632649652, + -12.27542182869652, + -76.63941662494427, + -12.265047775418033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.64475106952821, + -12.265047775418033 + ] + ] + ], + "type": "Polygon" + }, + "id": "211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0192739883975, + -12.076377239276992, + -77.00962340183804, + -12.065990685063273 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.01495434427693, + -12.065990685063273 + ] + ] + ], + "type": "Polygon" + }, + "id": "212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97659074953349, + -12.040713290862861, + -76.96694232653657, + -12.030327243314964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.9722727289237, + -12.030327243314964 + ] + ] + ], + "type": "Polygon" + }, + "id": "213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92177528525629, + -12.224007202411528, + -76.9121228200282, + -12.213625396082769 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9174562973363, + -12.213625396082769 + ] + ] + ], + "type": "Polygon" + }, + "id": "214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7214174926185, + -12.243372289175586, + -76.71176981525389, + -12.232995849706088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.71710372258805, + -12.232995849706088 + ] + ] + ], + "type": "Polygon" + }, + "id": "215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0292009864655, + -12.116677123671336, + -77.01954894320693, + -12.106290949973285 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.02488053791635, + -12.106290949973285 + ] + ] + ], + "type": "Polygon" + }, + "id": "216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73365363917806, + -12.1188421898472, + -76.72400934465152, + -12.108463436253102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72934119391006, + -12.108463436253102 + ] + ] + ], + "type": "Polygon" + }, + "id": "217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67641616265432, + -12.37244786625101, + -76.66676586587384, + -12.362074758182251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67210191251787, + -12.362074758182251 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.67108006597283, + -12.37244786625101 + ], + [ + -76.66676586587384, + -12.369396293933365 + ], + [ + -76.66727685194782, + -12.364209794625593 + ], + [ + -76.67210191251787, + -12.362074758182251 + ] + ] + ], + "type": "Polygon" + }, + "id": "218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09850065870648, + -12.021242288019133, + -77.0888497030215, + -12.01085296216948 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.0941796331701, + -12.01085296216948 + ] + ] + ], + "type": "Polygon" + }, + "id": "219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09626404326681, + -12.091814812859907, + -77.08661103882311, + -12.081426615451784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.09626404326681, + -12.084472872078313 + ], + [ + -77.09575949107942, + -12.089667022912241 + ], + [ + -77.09093290333456, + -12.091814812859907 + ], + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.09194213478963, + -12.081426615451784 + ] + ] + ], + "type": "Polygon" + }, + "id": "220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6941580575933, + -11.957694753512014, + -76.68451965009433, + -11.947314560978002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68984885046599, + -11.947314560978002 + ] + ] + ], + "type": "Polygon" + }, + "id": "221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9758788627646, + -12.190050639735956, + -76.96622600199524, + -12.179666941704594 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.971558867045, + -12.179666941704594 + ] + ] + ], + "type": "Polygon" + }, + "id": "222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03438654960014, + -11.82615475353624, + -77.02474303392934, + -11.815764183681697 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.03006983858099, + -11.815764183681697 + ] + ] + ], + "type": "Polygon" + }, + "id": "223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300166763931, + -11.96757367255777, + -76.86335813776539, + -11.9571891060137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.86868742608735, + -11.9571891060137 + ] + ] + ], + "type": "Polygon" + }, + "id": "224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07705779415576, + -11.861804936727008, + -77.06741213163377, + -11.851413821113992 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.07273946747392, + -11.851413821113992 + ] + ] + ], + "type": "Polygon" + }, + "id": "225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05182679600642, + -11.694109206551751, + -77.042186765663, + -11.683716447193174 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.04751137767525, + -11.683716447193174 + ] + ] + ], + "type": "Polygon" + }, + "id": "226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90650718661833, + -12.002339954334488, + -76.8968617363019, + -11.99195506701533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.90219157176664, + -11.99195506701533 + ] + ] + ], + "type": "Polygon" + }, + "id": "227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77928058917642, + -12.312019518253294, + -76.769629287728, + -12.301642752370022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.77496431007701, + -12.301642752370022 + ] + ] + ], + "type": "Polygon" + }, + "id": "228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11269132691153, + -11.637096653279682, + -77.10305145400228, + -11.626701689723147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10837504583426, + -11.626701689723147 + ], + [ + -77.11269132691153, + -11.629745481250453 + ], + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.10837504583426, + -11.626701689723147 + ] + ] + ], + "type": "Polygon" + }, + "id": "229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99035838189461, + -12.183618383729945, + -76.9807053388127, + -12.173234224924753 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.98603808224235, + -12.173234224924753 + ] + ] + ], + "type": "Polygon" + }, + "id": "230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69188875306273, + -11.933885004829797, + -76.68225111744553, + -11.923504522655941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.68757992583494, + -11.923504522655941 + ] + ] + ], + "type": "Polygon" + }, + "id": "231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90117730450434, + -12.009676944822735, + -76.89153177564991, + -11.999292299819398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.8968617363019, + -11.999292299819398 + ] + ] + ], + "type": "Polygon" + }, + "id": "232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96813473676895, + -11.796052623520737, + -76.95849382282175, + -11.785663268418524 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.96382020637876, + -11.785663268418524 + ] + ] + ], + "type": "Polygon" + }, + "id": "233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74726831649916, + -12.355971401930844, + -76.73761656973008, + -12.345596198073407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.74295232989594, + -12.345596198073407 + ] + ] + ], + "type": "Polygon" + }, + "id": "234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1592596447713, + -11.775417379857046, + -77.14961449374826, + -11.76502309138468 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.15494028606705, + -11.76502309138468 + ] + ] + ], + "type": "Polygon" + }, + "id": "235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03213788085237, + -11.896735304580607, + -77.02249232042702, + -11.8863457778321 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.02782028905482, + -11.8863457778321 + ] + ] + ], + "type": "Polygon" + }, + "id": "236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77708106658129, + -12.005246209865932, + -76.76743898040377, + -11.994864613755205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.77276894245699, + -11.994864613755205 + ] + ] + ], + "type": "Polygon" + }, + "id": "237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92784300174633, + -12.067356782201143, + -76.91819505294406, + -12.056972347343413 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.92352594154197, + -12.056972347343413 + ] + ] + ], + "type": "Polygon" + }, + "id": "238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93769338473034, + -11.824524439297228, + -76.92805241520594, + -11.814136226132918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.93337929634906, + -11.814136226132918 + ] + ] + ], + "type": "Polygon" + }, + "id": "239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12499843335446, + -11.795681224876558, + -77.11535353328607, + -11.785288035838555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.12067971258747, + -11.785288035838555 + ] + ] + ], + "type": "Polygon" + }, + "id": "240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66733533843752, + -12.277252731300118, + -76.65768813719244, + -12.266878238573295 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.66302261158995, + -12.266878238573295 + ] + ] + ], + "type": "Polygon" + }, + "id": "241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12341274675862, + -11.71683709666527, + -77.11377023307827, + -11.706442896027827 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.11909511885594, + -11.706442896027827 + ] + ] + ], + "type": "Polygon" + }, + "id": "242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96366515585287, + -12.125939539506163, + -76.95401452545586, + -12.115555124979327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95934634579748, + -12.115555124979327 + ] + ] + ], + "type": "Polygon" + }, + "id": "243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02827864276782, + -11.794087128948268, + -77.0186362380432, + -11.78369626995161 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.02396252271542, + -11.78369626995161 + ] + ] + ], + "type": "Polygon" + }, + "id": "244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11729591380346, + -11.684763165505226, + -77.1076545076388, + -11.67436869675856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.1129788756055, + -11.67436869675856 + ] + ] + ], + "type": "Polygon" + }, + "id": "245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69701846201406, + -12.303797828466333, + -76.68736964898618, + -12.293423019717112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.69270455884096, + -12.293423019717112 + ] + ] + ], + "type": "Polygon" + }, + "id": "246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98883979240779, + -12.199194261899564, + -76.9791863234797, + -12.188810391210726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.98451932548656, + -12.188810391210726 + ] + ] + ], + "type": "Polygon" + }, + "id": "247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83187746986242, + -12.105027793469526, + -76.82223093511791, + -12.094646338843452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.82756251520618, + -12.094646338843452 + ] + ] + ], + "type": "Polygon" + }, + "id": "248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9909557263377, + -11.751091564895404, + -76.98131556034313, + -11.740701043104877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.98664118070417, + -11.740701043104877 + ] + ] + ], + "type": "Polygon" + }, + "id": "249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68719337136983, + -12.169223467998743, + -76.67754884733587, + -12.158846699139984 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68288153654662, + -12.158846699139984 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.67754884733587, + -12.16617298196197 + ], + [ + -76.67805936218447, + -12.16098465236936 + ], + [ + -76.68288153654662, + -12.158846699139984 + ] + ] + ], + "type": "Polygon" + }, + "id": "250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72902565641832, + -12.259849658205354, + -76.71937727897053, + -12.249473296936785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.72471145654949, + -12.249473296936785 + ] + ] + ], + "type": "Polygon" + }, + "id": "251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7626179872414, + -12.011671406313242, + -76.75297610110901, + -12.001290272669946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.75830617447816, + -12.001290272669946 + ] + ] + ], + "type": "Polygon" + }, + "id": "252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11276275940851, + -11.73153630454843, + -77.1031200753195, + -11.721142554092136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.10844521853701, + -11.721142554092136 + ] + ] + ], + "type": "Polygon" + }, + "id": "253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73667308137705, + -12.182022161592267, + -76.72702681902715, + -12.17164433464975 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.73235970985836, + -12.17164433464975 + ] + ] + ], + "type": "Polygon" + }, + "id": "254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63232673834004, + -12.258029359198233, + -76.62268108342197, + -12.247655447989636 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62801524018155, + -12.247655447989636 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.62699253095144, + -12.258029359198233 + ], + [ + -76.62268108342197, + -12.254977931533658 + ], + [ + -76.62319250070485, + -12.249791031055638 + ], + [ + -76.62801524018155, + -12.247655447989636 + ] + ] + ], + "type": "Polygon" + }, + "id": "255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78621454612315, + -12.006152972792512, + -76.77657218624124, + -11.995771159325127 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.78190215946057, + -11.995771159325127 + ] + ] + ], + "type": "Polygon" + }, + "id": "256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81437213653003, + -12.04825759796851, + -76.80472776376529, + -12.03787570960087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.81005841755197, + -12.03787570960087 + ] + ] + ], + "type": "Polygon" + }, + "id": "257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06029009378669, + -11.844427819788107, + -77.05064537397958, + -11.834036870252463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.05597244637845, + -11.834036870252463 + ] + ] + ], + "type": "Polygon" + }, + "id": "258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10736769147145, + -11.644447516673651, + -77.0977277336575, + -11.634052774369808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.10305145400228, + -11.634052774369808 + ] + ] + ], + "type": "Polygon" + }, + "id": "259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7404026587213, + -12.37885753699171, + -76.73075041480712, + -12.3684829028172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.7360865552641, + -12.3684829028172 + ] + ] + ], + "type": "Polygon" + }, + "id": "260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0360487449869, + -12.09375825252047, + -77.02639721051388, + -12.083371554794958 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.03172841904906, + -12.083371554794958 + ] + ] + ], + "type": "Polygon" + }, + "id": "261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74961415276393, + -12.191172317062863, + -76.73996726485633, + -12.180794308320793 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.74530030286988, + -12.180794308320793 + ] + ] + ], + "type": "Polygon" + }, + "id": "262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65593055118065, + -12.252537507770583, + -76.64628440403649, + -12.242162897497423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.65161847063933, + -12.242162897497423 + ] + ] + ], + "type": "Polygon" + }, + "id": "263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8920390583497, + -12.008773633791003, + -76.88239379719744, + -11.99838920302407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.88772375014693, + -11.99838920302407 + ] + ] + ], + "type": "Polygon" + }, + "id": "264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02139206999594, + -11.722604177967943, + -77.01175196910359, + -11.712212533225555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.01707708676983, + -11.712212533225555 + ] + ] + ], + "type": "Polygon" + }, + "id": "265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05204173853885, + -12.071737659223524, + -77.04239045317473, + -12.06135023105984 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.04772127858978, + -12.06135023105984 + ] + ] + ], + "type": "Polygon" + }, + "id": "266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93702479357765, + -12.256964789824073, + -76.92737094501857, + -12.246583145291746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.93702479357765, + -12.249631661583113 + ], + [ + -76.93651775052868, + -12.2548225369133 + ], + [ + -76.93169073981664, + -12.256964789824073 + ], + [ + -76.92737094501857, + -12.25391618980404 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.93270495249244, + -12.246583145291746 + ] + ] + ], + "type": "Polygon" + }, + "id": "267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72001665267737, + -11.975990201323372, + -76.71037699053359, + -11.965609618641642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.71570648794378, + -11.965609618641642 + ] + ] + ], + "type": "Polygon" + }, + "id": "268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7968535567398, + -12.085826736227661, + -76.78720853419986, + -12.07544586611388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.79253981598522, + -12.07544586611388 + ] + ] + ], + "type": "Polygon" + }, + "id": "269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16769104363999, + -11.831322943869608, + -77.15804401886875, + -11.820929213344385 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.16337071647126, + -11.820929213344385 + ] + ] + ], + "type": "Polygon" + }, + "id": "270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91867231328982, + -11.877709591824972, + -76.90903025753246, + -11.867322592447325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91435803062234, + -11.867322592447325 + ], + [ + -76.91867231328982, + -11.870369404708052 + ], + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.90953708905846, + -11.86946924697822 + ], + [ + -76.91435803062234, + -11.867322592447325 + ] + ] + ], + "type": "Polygon" + }, + "id": "271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9544704742171, + -11.936292332902369, + -76.94482573820638, + -11.925905284681008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.95015444303503, + -11.925905284681008 + ] + ] + ], + "type": "Polygon" + }, + "id": "272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12945461237578, + -11.654469509647523, + -77.11981380286436, + -11.644074360564849 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12945461237578, + -11.647118099190985 + ], + [ + -77.12895120684604, + -11.652315726006062 + ], + [ + -77.12413071696939, + -11.654469509647523 + ], + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.12513765489705, + -11.644074360564849 + ] + ] + ], + "type": "Polygon" + }, + "id": "273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9926177787581, + -12.113070568809002, + -76.98296678304929, + -12.102685238208352 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.98829836072704, + -12.102685238208352 + ] + ] + ], + "type": "Polygon" + }, + "id": "274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84481660589722, + -12.208508942591001, + -76.8351666373376, + -12.198128808453212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.84049991662782, + -12.198128808453212 + ] + ] + ], + "type": "Polygon" + }, + "id": "275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82427711179842, + -11.99420330787439, + -76.81463408533007, + -11.983820356625532 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81996384300936, + -11.983820356625532 + ] + ] + ], + "type": "Polygon" + }, + "id": "276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87984590061093, + -11.75590368322072, + -76.8702084935547, + -11.745515975573003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8755342932594, + -11.745515975573003 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.87071567618003, + -11.747663303644533 + ], + [ + -76.8755342932594, + -11.745515975573003 + ] + ] + ], + "type": "Polygon" + }, + "id": "277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72377543685907, + -12.078556422172804, + -76.71413261390275, + -12.06817729337582 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71946380117492, + -12.06817729337582 + ] + ] + ], + "type": "Polygon" + }, + "id": "278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10908977888397, + -11.912145488248639, + -77.09944180891165, + -11.901754307129655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.10476992763311, + -11.901754307129655 + ] + ] + ], + "type": "Polygon" + }, + "id": "279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09750930821846, + -11.698571469222685, + -77.08786798850889, + -11.688177657526756 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.09319261215063, + -11.688177657526756 + ] + ] + ], + "type": "Polygon" + }, + "id": "280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9110827873929, + -12.049973421190323, + -76.90143579647474, + -12.039589137590818 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.9067664130215, + -12.039589137590818 + ] + ] + ], + "type": "Polygon" + }, + "id": "281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97733395357331, + -11.985734338347099, + -76.96768715065176, + -11.975347449437836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.97301664659255, + -11.975347449437836 + ] + ] + ], + "type": "Polygon" + }, + "id": "282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75956320751901, + -12.04281371317928, + -76.74992047571813, + -12.03243312725446 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.75525106345289, + -12.03243312725446 + ] + ] + ], + "type": "Polygon" + }, + "id": "283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75875176048457, + -12.192083257992257, + -76.74910459712224, + -12.181705031807075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.75443764714285, + -12.181705031807075 + ] + ] + ], + "type": "Polygon" + }, + "id": "284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8075333991228, + -11.976818426605972, + -76.79789133976425, + -11.966435639064713 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.80322081978751, + -11.966435639064713 + ] + ] + ], + "type": "Polygon" + }, + "id": "285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69341851972383, + -11.918314215342296, + -76.68378130589743, + -11.907933468690867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68910985760803, + -11.907933468690867 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.68378130589743, + -11.915265107527999 + ], + [ + -76.68429133818205, + -11.910074789217783 + ], + [ + -76.68910985760803, + -11.907933468690867 + ] + ] + ], + "type": "Polygon" + }, + "id": "286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74805052532787, + -12.301042805246956, + -76.73840039871943, + -12.290666647440316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.7437352511945, + -12.290666647440316 + ] + ] + ], + "type": "Polygon" + }, + "id": "287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11132247185941, + -11.841554788796127, + -77.1016765486782, + -11.83116255956609 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.10700350278876, + -11.83116255956609 + ] + ] + ], + "type": "Polygon" + }, + "id": "288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88214219244463, + -12.062836592989617, + -76.87249558042159, + -12.052453227209007 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.87782643175777, + -12.052453227209007 + ] + ] + ], + "type": "Polygon" + }, + "id": "289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07397061934034, + -11.798561598418802, + -77.06432691828502, + -11.788169685557698 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06965321814329, + -11.788169685557698 + ] + ] + ], + "type": "Polygon" + }, + "id": "290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71385524032803, + -12.132588242634544, + -76.70421107699666, + -12.122210209887974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70954315756991, + -12.122210209887974 + ] + ] + ], + "type": "Polygon" + }, + "id": "291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04665864059896, + -11.984688793163983, + -77.0370100883011, + -11.97430018649324 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.04233948672538, + -11.97430018649324 + ] + ] + ], + "type": "Polygon" + }, + "id": "292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95979909884946, + -11.928952081729436, + -76.95015444303503, + -11.918564795624754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.95548302179871, + -11.918564795624754 + ] + ] + ], + "type": "Polygon" + }, + "id": "293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68180640087027, + -12.270844106093083, + -76.67215899124109, + -12.260469135013377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.67749335868811, + -12.260469135013377 + ] + ] + ], + "type": "Polygon" + }, + "id": "294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71853121863998, + -11.897224904175763, + -76.70889394394516, + -11.886843214331241 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7142221441708, + -11.886843214331241 + ], + [ + -76.71853121863998, + -11.889891899428738 + ], + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.70889394394516, + -11.894176132069385 + ], + [ + -76.70940359417143, + -11.888985342011479 + ], + [ + -76.7142221441708, + -11.886843214331241 + ] + ] + ], + "type": "Polygon" + }, + "id": "295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88519711135537, + -12.220379840430045, + -76.87554571690666, + -12.209998887322097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.88087916419406, + -12.209998887322097 + ] + ] + ], + "type": "Polygon" + }, + "id": "296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87910025380584, + -12.188329527977697, + -76.86944997748081, + -12.17794820826367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.87478290048413, + -12.17794820826367 + ] + ] + ], + "type": "Polygon" + }, + "id": "297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04592701330695, + -12.039675696762927, + -77.03627684004469, + -12.029287930012176 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.04160714505116, + -12.029287930012176 + ] + ] + ], + "type": "Polygon" + }, + "id": "298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8440714620343, + -11.980438151038138, + -76.83442831726467, + -11.97005449846602 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83975783662588, + -11.97005449846602 + ] + ] + ], + "type": "Polygon" + }, + "id": "299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80061963833899, + -12.28271139407342, + -76.79096863710082, + -12.272333595642825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.79630316580696, + -12.272333595642825 + ] + ] + ], + "type": "Polygon" + }, + "id": "300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036732527057, + -12.251577403203775, + -76.7940230993258, + -12.241199010565618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.79935711249163, + -12.241199010565618 + ] + ] + ], + "type": "Polygon" + }, + "id": "301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85777052428122, + -12.123320380484714, + -76.84812275376791, + -12.112938561762512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.85345461940292, + -12.112938561762512 + ] + ] + ], + "type": "Polygon" + }, + "id": "302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01468006829356, + -12.028736401017454, + -77.00503102056477, + -12.018349234961796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.01036118346232, + -12.018349234961796 + ] + ] + ], + "type": "Polygon" + }, + "id": "303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06864427527792, + -11.805908190550522, + -77.05900049046377, + -11.7955165073358 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.06432691828502, + -11.7955165073358 + ] + ] + ], + "type": "Polygon" + }, + "id": "304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75650787843132, + -12.073954364533424, + -76.74686430086852, + -12.0635743325051 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.75219540303738, + -12.0635743325051 + ] + ] + ], + "type": "Polygon" + }, + "id": "305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9407951270274, + -12.076499990097224, + -76.93114656702225, + -12.066115374150723 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.93647759452945, + -12.066115374150723 + ] + ] + ], + "type": "Polygon" + }, + "id": "306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99254490980547, + -11.924309369344149, + -76.98289954458286, + -11.91392120888263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.98822801285365, + -11.91392120888263 + ] + ] + ], + "type": "Polygon" + }, + "id": "307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8615769132101, + -12.225895739434248, + -76.85192597963348, + -12.215515467710839 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.85725953491377, + -12.215515467710839 + ] + ] + ], + "type": "Polygon" + }, + "id": "308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82271308138547, + -12.292771967803247, + -76.81306118657103, + -12.282393780019772 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.8183958699027, + -12.282393780019772 + ] + ] + ], + "type": "Polygon" + }, + "id": "309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80442733604714, + -12.290950218212732, + -76.79477598627187, + -12.280572461398913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.80011064915769, + -12.280572461398913 + ] + ] + ], + "type": "Polygon" + }, + "id": "310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91339778797766, + -12.262483650626544, + -76.90374439331352, + -12.252102685239649 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.90907851284486, + -12.252102685239649 + ] + ] + ], + "type": "Polygon" + }, + "id": "311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70170884117316, + -12.06849706318398, + -76.69206692295926, + -12.058118342425482 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.69739794860904, + -12.058118342425482 + ] + ] + ], + "type": "Polygon" + }, + "id": "312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81814872897102, + -12.245158787284186, + -76.80849837870285, + -12.234779923484842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.81383227842726, + -12.234779923484842 + ] + ] + ], + "type": "Polygon" + }, + "id": "313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02304290234876, + -11.990233185011673, + -77.013394788208, + -11.979845238584236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.01872430703853, + -11.979845238584236 + ] + ] + ], + "type": "Polygon" + }, + "id": "314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09073759637283, + -11.815937754362835, + -77.08109295415133, + -11.805545671217839 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.0864195166177, + -11.805545671217839 + ] + ] + ], + "type": "Polygon" + }, + "id": "315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81665243028093, + -12.072069644631195, + -76.80700728619527, + -12.061688063106024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.81233833131705, + -12.061688063106024 + ] + ] + ], + "type": "Polygon" + }, + "id": "316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89962785343658, + -11.742119551359691, + -76.88999033468107, + -11.731731167715946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89531589279926, + -11.731731167715946 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.89049721976161, + -11.733879083200115 + ], + [ + -76.89531589279926, + -11.731731167715946 + ] + ] + ], + "type": "Polygon" + }, + "id": "317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92859440195586, + -12.012385294800126, + -76.91894807285512, + -12.002000008590564 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.92427805496173, + -12.002000008590564 + ] + ] + ], + "type": "Polygon" + }, + "id": "318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71297745312262, + -12.376112162821524, + -76.70332604083745, + -12.365738181197397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.70866214274281, + -12.365738181197397 + ] + ] + ], + "type": "Polygon" + }, + "id": "319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00545635913397, + -11.839050419430704, + -76.99581320109768, + -11.82866073658788 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -77.00114025196609, + -11.82866073658788 + ] + ] + ], + "type": "Polygon" + }, + "id": "320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99791127472288, + -12.01135562289025, + -76.98826317652791, + -12.000968608180774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.99359307225109, + -12.000968608180774 + ] + ] + ], + "type": "Polygon" + }, + "id": "321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04822646082482, + -12.063497338417747, + -77.0385755184363, + -12.053109877476047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.0439062129774, + -12.053109877476047 + ] + ] + ], + "type": "Polygon" + }, + "id": "322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84329891677801, + -12.129746299607943, + -76.83365133967195, + -12.119364944937178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.83898332055361, + -12.119364944937178 + ] + ] + ], + "type": "Polygon" + }, + "id": "323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00016789108413, + -11.94079036244063, + -76.9905218382658, + -11.930402252751769 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.99585056942536, + -11.930402252751769 + ] + ] + ], + "type": "Polygon" + }, + "id": "324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97346103976508, + -11.788709204145691, + -76.96382020637876, + -11.778319618078024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.9691464637406, + -11.778319618078024 + ] + ] + ], + "type": "Polygon" + }, + "id": "325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93467454567222, + -11.950070886433833, + -76.92502991514066, + -11.939684528594263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93035886542148, + -11.939684528594263 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.92502991514066, + -11.947023753861675 + ], + [ + -76.92553663642693, + -11.94183062829927 + ], + [ + -76.93035886542148, + -11.939684528594263 + ] + ] + ], + "type": "Polygon" + }, + "id": "326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08074758715631, + -11.681197189596919, + -77.07110720729678, + -11.670803560246565 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.07643156889615, + -11.670803560246565 + ] + ] + ], + "type": "Polygon" + }, + "id": "327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74499179155363, + -12.332170070369239, + -76.73534081809304, + -12.321794517395944 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.7406761857094, + -12.321794517395944 + ] + ] + ], + "type": "Polygon" + }, + "id": "328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77405486965681, + -11.942048216697108, + -76.76441474888121, + -11.931665764362775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.76974367090764, + -11.931665764362775 + ] + ] + ], + "type": "Polygon" + }, + "id": "329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15535961172395, + -11.672732006476396, + -77.14571761323529, + -11.662336465995901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.15104172459844, + -11.662336465995901 + ] + ] + ], + "type": "Polygon" + }, + "id": "330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90577433681777, + -12.24600507795889, + -76.89612163469324, + -12.23562403064534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.90145548861868, + -12.23562403064534 + ] + ] + ], + "type": "Polygon" + }, + "id": "331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03507082169807, + -11.676733936083627, + -77.02543173545402, + -11.666341361639741 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03075608290067, + -11.666341361639741 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.02974642952611, + -11.676733936083627 + ], + [ + -77.02543173545402, + -11.673689155379838 + ], + [ + -77.02593662538861, + -11.668492921065312 + ], + [ + -77.03075608290067, + -11.666341361639741 + ] + ] + ], + "type": "Polygon" + }, + "id": "332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0319941219745, + -11.613483987993243, + -77.02235699528376, + -11.603090689729418 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.02768030748416, + -11.603090689729418 + ] + ] + ], + "type": "Polygon" + }, + "id": "333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75871995978359, + -12.286391121532061, + -76.74906998094876, + -12.276014446511903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.75440458789402, + -12.276014446511903 + ] + ] + ], + "type": "Polygon" + }, + "id": "334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15401731170752, + -11.877199603870887, + -77.14436925993621, + -11.866806841349657 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.15401731170752, + -11.869851523508766 + ], + [ + -77.15351390513177, + -11.875047956689901 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.1496967344261, + -11.866806841349657 + ] + ] + ], + "type": "Polygon" + }, + "id": "335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75722342514571, + -12.207650233804772, + -76.74757583853264, + -12.197272298477472 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.7529091459953, + -12.197272298477472 + ] + ] + ], + "type": "Polygon" + }, + "id": "336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10139042385023, + -11.801243161345997, + -77.09174595072632, + -11.790850619184004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.09707225638981, + -11.790850619184004 + ] + ] + ], + "type": "Polygon" + }, + "id": "337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01303600514196, + -11.76112372157899, + -77.00339497229258, + -11.750732791740804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -77.00872073291721, + -11.750732791740804 + ] + ] + ], + "type": "Polygon" + }, + "id": "338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13636656128509, + -11.725969609687166, + -77.12672345198874, + -11.715575216035242 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.13204846801388, + -11.715575216035242 + ] + ] + ], + "type": "Polygon" + }, + "id": "339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0176258564768, + -11.808777115798456, + -77.00798328730798, + -11.798386717739445 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.01330982621155, + -11.798386717739445 + ] + ] + ], + "type": "Polygon" + }, + "id": "340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78696587625686, + -12.045536842258883, + -76.7773223218341, + -12.035155603988407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.78265294383284, + -12.035155603988407 + ] + ] + ], + "type": "Polygon" + }, + "id": "341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79302680339849, + -12.171916458755764, + -76.783379315083, + -12.161537040016814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.78871201858094, + -12.161537040016814 + ] + ] + ], + "type": "Polygon" + }, + "id": "342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04739002146519, + -11.929698006363857, + -77.03774308959042, + -11.91930857884644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.04307158173907, + -11.91930857884644 + ] + ] + ], + "type": "Polygon" + }, + "id": "343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0688202220841, + -12.089117800298034, + -77.0591679919064, + -12.078730229639179 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.06449908159104, + -12.078730229639179 + ] + ] + ], + "type": "Polygon" + }, + "id": "344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89205326208422, + -12.197475838118352, + -76.88240237054319, + -12.187094342126143 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.88773543464625, + -12.187094342126143 + ] + ] + ], + "type": "Polygon" + }, + "id": "345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8067796602301, + -11.937429700095176, + -76.7971387949511, + -11.927046354538565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80246762652385, + -11.927046354538565 + ], + [ + -76.8067796602301, + -11.930094480211764 + ], + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.79764728080399, + -11.929189869463437 + ], + [ + -76.80246762652385, + -11.927046354538565 + ] + ] + ], + "type": "Polygon" + }, + "id": "346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0838980861846, + -11.838872041259208, + -77.07425293370218, + -11.828480440112767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07957988290458, + -11.828480440112767 + ] + ] + ], + "type": "Polygon" + }, + "id": "347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85016005033313, + -12.012492951474222, + -76.84051578783647, + -12.002109623508932 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.84584583151634, + -12.002109623508932 + ] + ] + ], + "type": "Polygon" + }, + "id": "348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8364421255576, + -12.152649839114584, + -76.82679404785692, + -12.142269018720391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.83212641066429, + -12.142269018720391 + ] + ] + ], + "type": "Polygon" + }, + "id": "349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98411326658778, + -11.774021412382755, + -76.9744725948197, + -11.763631365717979 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.9797985995285, + -11.763631365717979 + ] + ] + ], + "type": "Polygon" + }, + "id": "350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72973015691596, + -12.393503922541175, + -76.72007776631057, + -12.383129814963885 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.72922000502057, + -12.391368011429442 + ], + [ + -76.72439372214878, + -12.393503922541175 + ], + [ + -76.72007776631057, + -12.390452750683998 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.72541415179316, + -12.383129814963885 + ] + ] + ], + "type": "Polygon" + }, + "id": "351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82653382964753, + -12.20669155333224, + -76.81688440352994, + -12.196311849570971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.82221766371865, + -12.196311849570971 + ] + ] + ], + "type": "Polygon" + }, + "id": "352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.062532518386, + -11.773838612776718, + -77.05288984334906, + -11.763446644130282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.05821575195468, + -11.763446644130282 + ] + ] + ], + "type": "Polygon" + }, + "id": "353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11067284395654, + -11.990970340764324, + -77.10102248476078, + -11.980580268472112 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.10635189865224, + -11.980580268472112 + ] + ] + ], + "type": "Polygon" + }, + "id": "354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91718100613274, + -12.082029260808536, + -76.90753289900002, + -12.071645316445418 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.91286403873411, + -12.071645316445418 + ] + ] + ], + "type": "Polygon" + }, + "id": "355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77163899071718, + -12.38983879310594, + -76.76198557004037, + -12.37946355496523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.76732188124168, + -12.37946355496523 + ] + ] + ], + "type": "Polygon" + }, + "id": "356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14789367764867, + -11.845128126199295, + -77.13824673356342, + -11.834735063048187 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.14357369035685, + -11.834735063048187 + ] + ] + ], + "type": "Polygon" + }, + "id": "357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03448382048302, + -12.01495448582667, + -77.02483467650607, + -12.004566627185671 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.03016458861161, + -12.004566627185671 + ] + ] + ], + "type": "Polygon" + }, + "id": "358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72828106937432, + -12.220481188614924, + -76.71863388791743, + -12.210104198680025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.72396741570846, + -12.210104198680025 + ] + ] + ], + "type": "Polygon" + }, + "id": "359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05715132485159, + -11.686761088582841, + -77.04751137767525, + -11.676368104609603 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.052835862107, + -11.676368104609603 + ] + ] + ], + "type": "Polygon" + }, + "id": "360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91868717906243, + -11.972086866996223, + -76.9090423108042, + -11.961701228485474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.91437163774424, + -11.961701228485474 + ] + ] + ], + "type": "Polygon" + }, + "id": "361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77469604282165, + -12.358712461598577, + -76.76504346990656, + -12.34833660774112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.77037926551537, + -12.34833660774112 + ] + ] + ], + "type": "Polygon" + }, + "id": "362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234287211177, + -11.982246438218551, + -76.8526991874915, + -11.971862354631908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.85802872487083, + -11.971862354631908 + ] + ] + ], + "type": "Polygon" + }, + "id": "363", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99487621075322, + -12.042515580913221, + -76.98522726157927, + -12.032129109944137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.99055767399783, + -12.032129109944137 + ] + ] + ], + "type": "Polygon" + }, + "id": "364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91032837737204, + -12.104940202352134, + -76.9006797666078, + -12.09455678339191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.90601128981811, + -12.09455678339191 + ] + ] + ], + "type": "Polygon" + }, + "id": "365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74424504193092, + -12.292804209128585, + -76.73459526503483, + -12.282428009719903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73992998261254, + -12.282428009719903 + ] + ] + ], + "type": "Polygon" + }, + "id": "366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8417895367728, + -11.956622688408222, + -76.83214716263649, + -11.94623874265449 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374762910927, + -11.94623874265449 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.83265519077547, + -11.948382768092578 + ], + [ + -76.8374762910927, + -11.94623874265449 + ] + ] + ], + "type": "Polygon" + }, + "id": "367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15250704651989, + -11.892788427051887, + -77.14285856788398, + -11.882395921097492 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.15250704651989, + -11.885440694938193 + ], + [ + -77.15200359448251, + -11.890636999833035 + ], + [ + -77.14717927003758, + -11.892788427051887 + ], + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.14818630125804, + -11.882395921097492 + ] + ] + ], + "type": "Polygon" + }, + "id": "368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97426631187085, + -11.922511056543527, + -76.96462147268464, + -11.912123320442527 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96994993079112, + -11.912123320442527 + ] + ] + ], + "type": "Polygon" + }, + "id": "369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95148134029418, + -12.156187588495547, + -76.94183012391612, + -12.145803952951942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.94716245506731, + -12.145803952951942 + ] + ] + ], + "type": "Polygon" + }, + "id": "370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75800361521941, + -12.152708886984989, + -76.74835764741655, + -12.142330049110976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.75369004799695, + -12.142330049110976 + ] + ] + ], + "type": "Polygon" + }, + "id": "371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73435976081797, + -12.25252376341874, + -76.72471145654949, + -12.242147144937514 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.73004551177351, + -12.242147144937514 + ] + ] + ], + "type": "Polygon" + }, + "id": "372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7603426100095, + -11.987860087483437, + -76.7507014954009, + -11.97747865607264 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.75603117717198, + -11.97747865607264 + ] + ] + ], + "type": "Polygon" + }, + "id": "373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03678214416615, + -12.03877630295906, + -77.02713223107217, + -12.028388746419038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.03246253274175, + -12.028388746419038 + ] + ] + ], + "type": "Polygon" + }, + "id": "374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73678767310427, + -11.899037829177402, + -76.72714984573396, + -11.888655700956116 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73247807152565, + -11.888655700956116 + ], + [ + -76.73678767310427, + -11.891704236279686 + ], + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.73247807152565, + -11.888655700956116 + ] + ] + ], + "type": "Polygon" + }, + "id": "375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84711258292944, + -12.043641843898325, + -76.83746747277472, + -12.033259062355883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.84279803169557, + -12.033259062355883 + ] + ] + ], + "type": "Polygon" + }, + "id": "376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69790801702896, + -12.060257918589876, + -76.68826644896916, + -12.049879168500034 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.69359733933436, + -12.049879168500034 + ] + ] + ], + "type": "Polygon" + }, + "id": "377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99328518478939, + -11.8693206687198, + -76.9836414386852, + -11.858931707497396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.9889690011282, + -11.858931707497396 + ] + ] + ], + "type": "Polygon" + }, + "id": "378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17301765432245, + -11.823973539312208, + -77.16337071647126, + -11.813579579693219 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.16869728435682, + -11.813579579693219 + ] + ] + ], + "type": "Polygon" + }, + "id": "379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94304215087904, + -11.911571258743686, + -76.9333984491444, + -11.901184137020397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.93872675785875, + -11.901184137020397 + ] + ] + ], + "type": "Polygon" + }, + "id": "380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829056395012, + -12.102225284262298, + -76.87325783231098, + -12.09184250702525 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.87858933240094, + -12.09184250702525 + ] + ] + ], + "type": "Polygon" + }, + "id": "381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84861968255942, + -12.311070438952921, + -76.83896654920447, + -12.300691906854938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.84861968255942, + -12.30374150213806 + ], + [ + -76.84811131859357, + -12.308930821799855 + ], + [ + -76.84328466500028, + -12.311070438952921 + ], + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.84430151919888, + -12.300691906854938 + ] + ] + ], + "type": "Polygon" + }, + "id": "382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70708663702035, + -11.966842574593313, + -76.69744760174811, + -11.956462186501872 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.70277695091036, + -11.956462186501872 + ] + ] + ], + "type": "Polygon" + }, + "id": "383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7556949523206, + -12.223216771402916, + -76.74604694243342, + -12.212839128475519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.75138050735526, + -12.212839128475519 + ] + ] + ], + "type": "Polygon" + }, + "id": "384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07463668841463, + -11.649124323682695, + -77.06499741711394, + -11.638730433820978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.0703212601443, + -11.638730433820978 + ] + ] + ], + "type": "Polygon" + }, + "id": "385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17372757940474, + -11.768958068198222, + -77.16408226197068, + -11.758563345493853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16940792424217, + -11.758563345493853 + ], + [ + -77.17372757940474, + -11.76160729678294 + ], + [ + -77.17322461803016, + -11.766804710012233 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16940792424217, + -11.758563345493853 + ] + ] + ], + "type": "Polygon" + }, + "id": "386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79762684703003, + -12.030871773063252, + -76.7879834426213, + -12.0204900431592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.7933138181115, + -12.0204900431592 + ] + ] + ], + "type": "Polygon" + }, + "id": "387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80446425729335, + -12.102305614913524, + -76.79481853843406, + -12.091924808369752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.80015008830567, + -12.091924808369752 + ] + ] + ], + "type": "Polygon" + }, + "id": "388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84633504441126, + -12.287263609864066, + -76.83668268322576, + -12.276884735222488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.84201726154947, + -12.276884735222488 + ] + ] + ], + "type": "Polygon" + }, + "id": "389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08402426834797, + -12.027687637695733, + -77.07437348567986, + -12.017298760625222 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07970354248725, + -12.017298760625222 + ] + ] + ], + "type": "Polygon" + }, + "id": "390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745200539487, + -11.763244580154128, + -76.86488256932016, + -11.752857103573922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.8702084935547, + -11.752857103573922 + ] + ] + ], + "type": "Polygon" + }, + "id": "391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63386052230021, + -12.242468418069834, + -76.62421528933771, + -12.232094210027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.62852657183147, + -12.242468418069834 + ], + [ + -76.62421528933771, + -12.239417081515072 + ], + [ + -76.62472666068892, + -12.234230032623628 + ], + [ + -76.62954918920411, + -12.232094210027 + ] + ] + ], + "type": "Polygon" + }, + "id": "392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77783125370048, + -12.04462939613912, + -76.76818797300962, + -12.034248375067428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.77351858386209, + -12.034248375067428 + ] + ] + ], + "type": "Polygon" + }, + "id": "393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80220387104839, + -11.984152557667542, + -76.79256173631005, + -11.9737700129811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.79789133976425, + -11.9737700129811 + ] + ] + ], + "type": "Polygon" + }, + "id": "394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86157870186486, + -12.13155992791658, + -76.85193058432881, + -12.121178143231779 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.8572625832918, + -12.121178143231779 + ] + ] + ], + "type": "Polygon" + }, + "id": "395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09396041545746, + -12.067992008857921, + -77.08430817981784, + -12.057603501354174 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.089638886556, + -12.057603501354174 + ] + ] + ], + "type": "Polygon" + }, + "id": "396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6886199659815, + -12.34224375122766, + -76.6789702353218, + -12.331869810505681 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.68328436992908, + -12.34224375122766 + ], + [ + -76.6789702353218, + -12.339192434049515 + ], + [ + -76.6794810039315, + -12.334005518360474 + ], + [ + -76.68430578151983, + -12.331869810505681 + ] + ] + ], + "type": "Polygon" + }, + "id": "397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06348908804222, + -12.096458542286033, + -77.05383677411936, + -12.086071215192105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.0591679919064, + -12.086071215192105 + ] + ] + ], + "type": "Polygon" + }, + "id": "398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99798729734012, + -12.200097908591262, + -76.98833356546906, + -12.189713826950152 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.99366657226466, + -12.189713826950152 + ] + ] + ], + "type": "Polygon" + }, + "id": "399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06876153892235, + -11.994725423466083, + -77.05911212550886, + -11.98433642579846 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.06444166033259, + -11.98433642579846 + ] + ] + ], + "type": "Polygon" + }, + "id": "400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00164572363487, + -11.830809712450646, + -76.99200290904106, + -11.820420009133029 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.99732982863519, + -11.820420009133029 + ] + ] + ], + "type": "Polygon" + }, + "id": "401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89584729712503, + -12.017013606979658, + -76.8862016898985, + -12.006629204734985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.89153177564991, + -12.006629204734985 + ] + ] + ], + "type": "Polygon" + }, + "id": "402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82426444200071, + -12.088548737642547, + -76.81461860246522, + -12.078167218656258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81994991515239, + -12.078167218656258 + ] + ] + ], + "type": "Polygon" + }, + "id": "403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00635598654908, + -12.161607940306945, + -76.9967031883501, + -12.151223035839331 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -77.00203555085251, + -12.151223035839331 + ] + ] + ], + "type": "Polygon" + }, + "id": "404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0587760342812, + -11.86001392654971, + -77.04913088873815, + -11.849623231133688 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.05445821951429, + -11.849623231133688 + ] + ] + ], + "type": "Polygon" + }, + "id": "405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72753666609293, + -12.181110716870657, + -76.71789068033374, + -12.170733108002043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.72322355849327, + -12.170733108002043 + ] + ] + ], + "type": "Polygon" + }, + "id": "406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96741951006165, + -11.945432841246456, + -76.95777416528405, + -11.935045605773727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.96310300777083, + -11.935045605773727 + ] + ] + ], + "type": "Polygon" + }, + "id": "407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00775102963965, + -11.86287529947436, + -76.9981071030483, + -11.85248589239293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -77.0034345432824, + -11.85248589239293 + ] + ] + ], + "type": "Polygon" + }, + "id": "408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09915593211505, + -11.87183584588659, + -77.08950941294603, + -11.86144433410927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.09483688286359, + -11.86144433410927 + ] + ] + ], + "type": "Polygon" + }, + "id": "409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84328466500028, + -12.31839903412347, + -76.83363145480128, + -12.308020759999653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.84328466500028, + -12.311070438952921 + ], + [ + -76.84277621500075, + -12.316259629657061 + ], + [ + -76.8379495229541, + -12.31839903412347 + ], + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.83896654920447, + -12.308020759999653 + ] + ] + ], + "type": "Polygon" + }, + "id": "410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69948718602971, + -11.950363790854883, + -76.68984885046599, + -11.939983354811924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.69517792932324, + -11.939983354811924 + ] + ] + ], + "type": "Polygon" + }, + "id": "411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68413080591773, + -12.200352616052527, + -76.67448543711103, + -12.189976427140166 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.67981864043104, + -12.189976427140166 + ] + ] + ], + "type": "Polygon" + }, + "id": "412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78614318599892, + -12.28912738874011, + -76.7764923831701, + -12.278750063894888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.78182702450687, + -12.278750063894888 + ] + ] + ], + "type": "Polygon" + }, + "id": "413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04127855396891, + -11.897632384277767, + -77.03163273336011, + -11.88724264670607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.03696070546192, + -11.88724264670607 + ] + ] + ], + "type": "Polygon" + }, + "id": "414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75189006884658, + -12.214977875907383, + -76.74224240834708, + -12.20460019526703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.74757583853264, + -12.20460019526703 + ] + ] + ], + "type": "Polygon" + }, + "id": "415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10145859425279, + -11.895663697411841, + -77.09181130726051, + -11.885272466395929 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.09713916589438, + -11.885272466395929 + ] + ] + ], + "type": "Polygon" + }, + "id": "416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98188775574955, + -11.938991938634567, + -76.9722422282228, + -11.928604252779929 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9775709496767, + -11.928604252779929 + ] + ] + ], + "type": "Polygon" + }, + "id": "417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614912282836, + -12.084840416785354, + -76.85650227792623, + -12.074457789189802 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.86183350341788, + -12.074457789189802 + ] + ] + ], + "type": "Polygon" + }, + "id": "418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75725565455768, + -12.113332576807045, + -76.7476108820213, + -12.102953136984276 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7529426333178, + -12.102953136984276 + ] + ] + ], + "type": "Polygon" + }, + "id": "419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12643395211093, + -11.68565401604365, + -77.11679229056348, + -11.675259338077305 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.12211665943357, + -11.675259338077305 + ] + ] + ], + "type": "Polygon" + }, + "id": "420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97268702976056, + -11.749299223720412, + -76.96304738940538, + -11.738909127551887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.96837299951777, + -11.738909127551887 + ] + ] + ], + "type": "Polygon" + }, + "id": "421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15846247718872, + -11.735992676230515, + -77.1488185194075, + -11.725597882355164 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.15414366507065, + -11.725597882355164 + ] + ] + ], + "type": "Polygon" + }, + "id": "422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88900134591357, + -12.134278371459596, + -76.8793524213084, + -12.123895943630103 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.8846844453261, + -12.123895943630103 + ] + ] + ], + "type": "Polygon" + }, + "id": "423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09310490536778, + -11.93418130509115, + -77.0834566810895, + -11.923790828603828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.08878518555234, + -11.923790828603828 + ] + ] + ], + "type": "Polygon" + }, + "id": "424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74801559026105, + -12.395334008839233, + -76.73836264645216, + -12.384959467006523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.74750569016635, + -12.39319771722414 + ], + [ + -76.74267913078529, + -12.395334008839233 + ], + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.74369905690335, + -12.384959467006523 + ] + ] + ], + "type": "Polygon" + }, + "id": "425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80749828306516, + -12.165495446327435, + -76.79785059706296, + -12.155115559442741 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.8031831876835, + -12.155115559442741 + ] + ] + ], + "type": "Polygon" + }, + "id": "426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07245734969038, + -11.81414915596941, + -77.06281322286723, + -11.803757492587316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.06813978109615, + -11.803757492587316 + ] + ] + ], + "type": "Polygon" + }, + "id": "427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07027580832741, + -11.979141860027168, + -77.0606268211157, + -11.96875259503978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.06595609729841, + -11.96875259503978 + ] + ] + ], + "type": "Polygon" + }, + "id": "428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1050663254176, + -11.620614042981536, + -77.09542713418077, + -11.6102190575366 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1007504664577, + -11.6102190575366 + ], + [ + -77.1050663254176, + -11.613262825084432 + ], + [ + -77.10456263027575, + -11.61846037027471 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.095930956059, + -11.61237274766407 + ], + [ + -77.1007504664577, + -11.6102190575366 + ] + ] + ], + "type": "Polygon" + }, + "id": "429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70921880502439, + -12.273586745286362, + -76.69957055942338, + -12.263211118000788 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.70490496821624, + -12.263211118000788 + ] + ] + ], + "type": "Polygon" + }, + "id": "430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6894639375134, + -12.19302701203461, + -76.67981864043104, + -12.182650567935616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.6851517222304, + -12.182650567935616 + ] + ] + ], + "type": "Polygon" + }, + "id": "431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66506602332277, + -12.253452464691916, + -76.65541959572705, + -12.243077634672435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.66075367716525, + -12.243077634672435 + ] + ] + ], + "type": "Polygon" + }, + "id": "432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11830702458228, + -12.007451731074532, + -77.10865598238549, + -11.997061718575031 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.11398565628419, + -11.997061718575031 + ] + ] + ], + "type": "Polygon" + }, + "id": "433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83113106065038, + -11.971293766643154, + -76.82148853376206, + -11.960910303911259 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.82681791016364, + -11.960910303911259 + ] + ] + ], + "type": "Polygon" + }, + "id": "434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99032258836586, + -12.089252430401785, + -76.98067236254373, + -12.078866786645234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.9860035501361, + -12.078866786645234 + ] + ] + ], + "type": "Polygon" + }, + "id": "435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92175950661635, + -12.129659490206809, + -76.91210985832066, + -12.119276173395058 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.9174417793579, + -12.119276173395058 + ] + ] + ], + "type": "Polygon" + }, + "id": "436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10231748514029, + -12.02948287301179, + -77.09266618760824, + -12.019093578259378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.09799624795995, + -12.019093578259378 + ] + ] + ], + "type": "Polygon" + }, + "id": "437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79905254388291, + -12.486867858047788, + -76.78939548109929, + -12.476493641305064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.79905254388291, + -12.479544488351467 + ], + [ + -76.79854321091787, + -12.484731650511064 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.79473338439676, + -12.476493641305064 + ] + ] + ], + "type": "Polygon" + }, + "id": "438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94229339514817, + -11.966551386983804, + -76.93264807453043, + -11.956165081458742 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.93797728920273, + -11.956165081458742 + ] + ] + ], + "type": "Polygon" + }, + "id": "439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1008043296326, + -12.04506647523016, + -77.09115260540901, + -12.034677452491959 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.09648292463804, + -12.034677452491959 + ] + ] + ], + "type": "Polygon" + }, + "id": "440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05866464314533, + -11.671171553257292, + -77.04902512123174, + -11.660778332252532 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.05434934757032, + -11.660778332252532 + ] + ] + ], + "type": "Polygon" + }, + "id": "441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07863261220974, + -11.940629513703938, + -77.0689845613097, + -11.930239482393434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.074313192106, + -11.930239482393434 + ] + ] + ], + "type": "Polygon" + }, + "id": "442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78013402833781, + -11.974100880127681, + -76.77049278803034, + -11.96371874398464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.77582223566232, + -11.96371874398464 + ] + ] + ], + "type": "Polygon" + }, + "id": "443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66966280464716, + -12.206764178142732, + -76.6600176439382, + -12.196388464398414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.6653509542731, + -12.196388464398414 + ] + ] + ], + "type": "Polygon" + }, + "id": "444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87299858092472, + -11.778825485536775, + -76.86336067285633, + -11.76843825663278 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.86868685442694, + -11.76843825663278 + ] + ] + ], + "type": "Polygon" + }, + "id": "445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75107466963217, + -12.364209764792081, + -76.74142257307574, + -12.353834605778536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.7467584681537, + -12.353834605778536 + ] + ] + ], + "type": "Polygon" + }, + "id": "446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96432613303355, + -11.787811976692664, + -76.95468556320508, + -11.777422603658586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.9600118150519, + -11.777422603658586 + ] + ] + ], + "type": "Polygon" + }, + "id": "447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76708176402589, + -12.342235513656536, + -76.75742988975537, + -12.33185957068241 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.76276541610247, + -12.33185957068241 + ] + ] + ], + "type": "Polygon" + }, + "id": "448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11376947869532, + -12.054204554407193, + -77.10411715599147, + -12.043815355683313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.109447606702, + -12.043815355683313 + ] + ] + ], + "type": "Polygon" + }, + "id": "449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01008758589712, + -11.981093518682389, + -77.00044007663246, + -11.97070575503808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -77.00576946014705, + -11.97070575503808 + ] + ] + ], + "type": "Polygon" + }, + "id": "450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7305954276187, + -12.149977313445877, + -76.72095028752243, + -12.139599129129302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.72628265119727, + -12.139599129129302 + ] + ] + ], + "type": "Polygon" + }, + "id": "451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94996124648227, + -12.171762684744904, + -76.94030960476705, + -12.161379334939959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.94564219426039, + -12.161379334939959 + ] + ] + ], + "type": "Polygon" + }, + "id": "452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03809908389933, + -11.645555740467486, + -77.02846084761174, + -11.635162695119144 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.03277520770102, + -11.645555740467486 + ], + [ + -77.02846084761174, + -11.642511159366103 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.03378467913649, + -11.635162695119144 + ] + ] + ], + "type": "Polygon" + }, + "id": "453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12873754708409, + -11.709487025028457, + -77.11909511885594, + -11.699092599969042 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.12441987578273, + -11.699092599969042 + ] + ] + ], + "type": "Polygon" + }, + "id": "454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99939018258144, + -11.901384939301893, + -76.98974532396451, + -11.890996281955445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.99507340734154, + -11.890996281955445 + ] + ] + ], + "type": "Polygon" + }, + "id": "455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77558124734584, + -11.926474471940011, + -76.76594154931739, + -11.91609175501281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77127021424023, + -11.91609175501281 + ], + [ + -76.77558124734584, + -11.919140098309013 + ], + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.77127021424023, + -11.91609175501281 + ] + ] + ], + "type": "Polygon" + }, + "id": "456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7343986633805, + -12.158216336570128, + -76.72475317360235, + -12.14783818645846 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.7300856722267, + -12.14783818645846 + ] + ] + ], + "type": "Polygon" + }, + "id": "457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02524816643812, + -11.825258706526789, + -77.01560491119679, + -11.814868347924985 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.02093171216825, + -11.814868347924985 + ] + ] + ], + "type": "Polygon" + }, + "id": "458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12053844700944, + -11.936868122963043, + -77.11088945302849, + -11.926477020111669 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.11621796156845, + -11.926477020111669 + ] + ] + ], + "type": "Polygon" + }, + "id": "459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9803699585047, + -11.954573137398487, + -76.97072400587025, + -11.944185715644288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.97605298546904, + -11.944185715644288 + ] + ] + ], + "type": "Polygon" + }, + "id": "460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05804671161432, + -11.915010670439246, + -77.04839994619928, + -11.904620771525344 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.0537281828835, + -11.904620771525344 + ] + ] + ], + "type": "Polygon" + }, + "id": "461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94834686195088, + -11.809840411461849, + -76.93870605180817, + -11.799451733016603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.9440326814956, + -11.799451733016603 + ] + ] + ], + "type": "Polygon" + }, + "id": "462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71756998331423, + -12.329427632913374, + -76.70791984052225, + -12.319052732625766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.71325517001362, + -12.319052732625766 + ] + ] + ], + "type": "Polygon" + }, + "id": "463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90652983621065, + -12.1910493369871, + -76.89687875528585, + -12.180667376148268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.90221170176629, + -12.180667376148268 + ] + ] + ], + "type": "Polygon" + }, + "id": "464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77780503264579, + -12.138959625568104, + -76.76815893874515, + -12.128580067757454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.77349110510013, + -12.128580067757454 + ] + ] + ], + "type": "Polygon" + }, + "id": "465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70843018620451, + -12.328512946607473, + -76.69878032125428, + -12.3181382643803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.70411563748614, + -12.3181382643803 + ] + ] + ], + "type": "Polygon" + }, + "id": "466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00405931242828, + -12.137790548604945, + -76.99440728421787, + -12.127405323715271 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99973925662417, + -12.127405323715271 + ] + ] + ], + "type": "Polygon" + }, + "id": "467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99332181845394, + -11.963713219442123, + -76.98367525887319, + -11.95332561237651 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.98900437503764, + -11.95332561237651 + ] + ] + ], + "type": "Polygon" + }, + "id": "468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78155982561549, + -12.33582286641779, + -76.77190775126604, + -12.32544644668849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.777243165856, + -12.32544644668849 + ] + ] + ], + "type": "Polygon" + }, + "id": "469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73902295224009, + -12.017187279001856, + -76.72938154308636, + -12.006806827096778 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.73471171477347, + -12.006806827096778 + ] + ] + ], + "type": "Polygon" + }, + "id": "470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81435657486047, + -12.142594567019259, + -76.80470938824386, + -12.13221414323606 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.81004159756091, + -12.13221414323606 + ] + ] + ], + "type": "Polygon" + }, + "id": "471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07554435887731, + -11.877391290637775, + -77.06589827038675, + -11.86700043071789 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.0712258647135, + -11.86700043071789 + ] + ] + ], + "type": "Polygon" + }, + "id": "472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13350083559052, + -11.946004088297343, + -77.12385124497351, + -11.935612804294793 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12917988406123, + -11.935612804294793 + ] + ] + ], + "type": "Polygon" + }, + "id": "473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91873182845896, + -12.25515144907158, + -76.90907851284486, + -12.244770229591833 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.91441250677835, + -12.244770229591833 + ] + ] + ], + "type": "Polygon" + }, + "id": "474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07778382403505, + -11.8068025925486, + -77.06813978109615, + -11.79641069919523 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.0734662112888, + -11.79641069919523 + ] + ] + ], + "type": "Polygon" + }, + "id": "475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15083143567514, + -11.71950998078424, + -77.1411881580904, + -11.709115154062955 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.14651304519876, + -11.709115154062955 + ] + ] + ], + "type": "Polygon" + }, + "id": "476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85395457554336, + -12.30374150213806, + -76.84430151919888, + -12.293362712506509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.85395457554336, + -12.296412224087684 + ], + [ + -76.85344629761614, + -12.301601672486825 + ], + [ + -76.84861968255942, + -12.30374150213806 + ], + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.8496363646964, + -12.293362712506509 + ] + ] + ], + "type": "Polygon" + }, + "id": "477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8600527203156, + -12.241465780459382, + -76.8504013622327, + -12.231085802069662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.85573517552187, + -12.231085802069662 + ] + ] + ], + "type": "Polygon" + }, + "id": "478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85929180053891, + -12.202085956371608, + -76.84964163860559, + -12.191705354794417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.85497480252052, + -12.191705354794417 + ] + ] + ], + "type": "Polygon" + }, + "id": "479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1333458168328, + -11.757151821773265, + -77.12370185497106, + -11.746757913246189 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.12902738812849, + -11.746757913246189 + ] + ] + ], + "type": "Polygon" + }, + "id": "480", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07167092189833, + -11.774732643683112, + -77.06202798846748, + -11.76434046462402 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.06735389962827, + -11.76434046462402 + ] + ] + ], + "type": "Polygon" + }, + "id": "482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1692003819991, + -11.815732285380792, + -77.15955378409872, + -11.805338304482683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.16488022284202, + -11.805338304482683 + ] + ] + ], + "type": "Polygon" + }, + "id": "483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07088468793854, + -11.73531454054762, + -77.06124294760833, + -11.724921855598945 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.06656821185614, + -11.724921855598945 + ] + ] + ], + "type": "Polygon" + }, + "id": "484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70175723838183, + -11.974173466334266, + -76.69211813092564, + -11.963793322399562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.69744760174811, + -11.963793322399562 + ] + ] + ], + "type": "Polygon" + }, + "id": "485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85015493083411, + -12.106841251471737, + -76.84050785454744, + -12.096459366040856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.84583945340304, + -12.096459366040856 + ] + ] + ], + "type": "Polygon" + }, + "id": "486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70309482040456, + -12.335836298859522, + -76.6934448830661, + -12.325461877893268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.69878032125428, + -12.325461877893268 + ] + ] + ], + "type": "Polygon" + }, + "id": "487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80600811904529, + -11.992392271422425, + -76.79636563644549, + -11.982009753163393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.80169537381178, + -11.982009753163393 + ] + ] + ], + "type": "Polygon" + }, + "id": "488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70917254030985, + -12.367873977791898, + -76.6995214786163, + -12.357499951075457 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.70485744512067, + -12.357499951075457 + ] + ] + ], + "type": "Polygon" + }, + "id": "489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05956105898211, + -11.899425757073208, + -77.04991471943951, + -11.889035598609016 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.05524269766222, + -11.889035598609016 + ] + ] + ], + "type": "Polygon" + }, + "id": "490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88593470670045, + -11.787965660247313, + -76.87629618452769, + -11.777578232553777 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.88162250710167, + -11.777578232553777 + ] + ] + ], + "type": "Polygon" + }, + "id": "491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65059643428614, + -12.259860674070916, + -76.64095021645811, + -12.24948632238867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.64628440403649, + -12.24948632238867 + ] + ] + ], + "type": "Polygon" + }, + "id": "492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73286947115615, + -12.173783202180944, + -76.72322355849327, + -12.163405339800315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.72855631438362, + -12.163405339800315 + ] + ] + ], + "type": "Polygon" + }, + "id": "493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70407535771871, + -11.903650435128542, + -76.69443828784674, + -11.89326920561445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69976659652558, + -11.89326920561445 + ], + [ + -76.70407535771871, + -11.896318052477712 + ], + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.69443828784674, + -11.90060150124957 + ], + [ + -76.69494814901468, + -11.89541094144886 + ], + [ + -76.69976659652558, + -11.89326920561445 + ] + ] + ], + "type": "Polygon" + }, + "id": "494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84405076448968, + -12.263456186188524, + -76.83439917538082, + -12.253076972556281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83973336207409, + -12.253076972556281 + ] + ] + ], + "type": "Polygon" + }, + "id": "495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72150281963434, + -12.054748411109657, + -76.71186076887139, + -12.044368974596896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.71719156409064, + -12.044368974596896 + ] + ] + ], + "type": "Polygon" + }, + "id": "496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75491420691495, + -12.278152434974485, + -76.74526457754266, + -12.267775718997893 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.75059904973693, + -12.267775718997893 + ] + ] + ], + "type": "Polygon" + }, + "id": "497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77925476952566, + -12.406315379235883, + -76.76960065018484, + -12.395940235140033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77493723061258, + -12.395940235140033 + ], + [ + -76.77925476952566, + -12.398990915650222 + ], + [ + -76.77874528750858, + -12.404178541692698 + ], + [ + -76.77391814051545, + -12.406315379235883 + ], + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.77493723061258, + -12.395940235140033 + ] + ] + ], + "type": "Polygon" + }, + "id": "498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79300500634695, + -12.266233693081073, + -76.78335470236354, + -12.255855812781892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.78868896258706, + -12.255855812781892 + ] + ] + ], + "type": "Polygon" + }, + "id": "499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96057192882992, + -11.96835318904372, + -76.95092607868384, + -11.957966457726739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.95625530545168, + -11.957966457726739 + ] + ] + ], + "type": "Polygon" + }, + "id": "500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99779740700687, + -11.72816034696472, + -76.98815774700806, + -11.71776935358394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.99348298292249, + -11.71776935358394 + ] + ] + ], + "type": "Polygon" + }, + "id": "501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67896275063835, + -11.924737321813645, + -76.6693257437674, + -11.914357037542565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67465440274923, + -11.914357037542565 + ], + [ + -76.67896275063835, + -11.917406220117462 + ], + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.67363404179376, + -11.924737321813645 + ], + [ + -76.6693257437674, + -11.921688052280398 + ], + [ + -76.66983598687797, + -11.916497965252253 + ], + [ + -76.67465440274923, + -11.914357037542565 + ] + ] + ], + "type": "Polygon" + }, + "id": "502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68259931675641, + -12.215916534171438, + -76.67295352552854, + -12.205540637544406 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.67828698592875, + -12.205540637544406 + ] + ] + ], + "type": "Polygon" + }, + "id": "503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8585417666664, + -11.785265355958382, + -76.84890405031436, + -11.774878575245708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.8542303476123, + -11.774878575245708 + ] + ] + ], + "type": "Polygon" + }, + "id": "504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11369768111607, + -11.959799590859504, + -77.10404817521353, + -11.949408986916149 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.1093770714452, + -11.949408986916149 + ] + ] + ], + "type": "Polygon" + }, + "id": "505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.703286784276, + -11.958603183234901, + -76.69364809882825, + -11.948222770940122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.69897731285836, + -11.948222770940122 + ] + ] + ], + "type": "Polygon" + }, + "id": "506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98732106592331, + -12.214769705963864, + -76.97766717112506, + -12.204386124935994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.98300043172658, + -12.204386124935994 + ] + ] + ], + "type": "Polygon" + }, + "id": "507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70787459771711, + -11.91188993028486, + -76.69823717815557, + -11.901508722181376 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.70356562191074, + -11.901508722181376 + ] + ] + ], + "type": "Polygon" + }, + "id": "508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7457387255827, + -12.371533824019414, + -76.7360865552641, + -12.361158927205572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.74142257307574, + -12.361158927205572 + ] + ] + ], + "type": "Polygon" + }, + "id": "509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7573200570042, + -11.924662903528235, + -76.74768090769909, + -11.914280622692358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.75300954938604, + -11.914280622692358 + ] + ] + ], + "type": "Polygon" + }, + "id": "510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75341866165395, + -12.199411281934315, + -76.74377142436369, + -12.189033309672135 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.74910459712224, + -12.189033309672135 + ] + ] + ], + "type": "Polygon" + }, + "id": "511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69252598877264, + -12.1618970999482, + -76.68288153654662, + -12.151520077430236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68821410420628, + -12.151520077430236 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.68288153654662, + -12.158846699139984 + ], + [ + -76.68339196571696, + -12.153658242688385 + ], + [ + -76.68821410420628, + -12.151520077430236 + ] + ] + ], + "type": "Polygon" + }, + "id": "512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65286458888691, + -12.283660146314372, + -76.64321759724989, + -12.273286132863479 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.64752995788032, + -12.283660146314372 + ], + [ + -76.64321759724989, + -12.280608780456793 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.64855217791148, + -12.273286132863479 + ] + ] + ], + "type": "Polygon" + }, + "id": "513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78851529965377, + -11.935619630984991, + -76.7788749798792, + -11.925236719757814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78420379009265, + -11.925236719757814 + ], + [ + -76.78851529965377, + -11.92828499776857 + ], + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.78420379009265, + -11.925236719757814 + ] + ] + ], + "type": "Polygon" + }, + "id": "514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83569370498167, + -12.01892260437619, + -76.82604963639913, + -12.00853973593102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.83137979488403, + -12.00853973593102 + ] + ] + ], + "type": "Polygon" + }, + "id": "515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93921236255058, + -11.808942056533795, + -76.92957181731371, + -11.798553591732015 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.93489844072886, + -11.798553591732015 + ] + ] + ], + "type": "Polygon" + }, + "id": "516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73514387146372, + -12.19758853954884, + -76.72549718614088, + -12.187211002657756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.7308303342874, + -12.187211002657756 + ] + ] + ], + "type": "Polygon" + }, + "id": "517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92329680790736, + -12.208434420033857, + -76.91364476783659, + -12.198052322595753 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.91897798685804, + -12.198052322595753 + ] + ] + ], + "type": "Polygon" + }, + "id": "518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9331165569445, + -11.776878189805075, + -76.92347712538351, + -11.766489440294974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.92880322694008, + -11.766489440294974 + ] + ] + ], + "type": "Polygon" + }, + "id": "519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81205973941998, + -12.213112215449463, + -76.80241050943825, + -12.202732980790707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.80774388344172, + -12.202732980790707 + ] + ] + ], + "type": "Polygon" + }, + "id": "520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76938890233735, + -12.271738067626174, + -76.75973907194198, + -12.26136087715359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.76507343300442, + -12.26136087715359 + ] + ] + ], + "type": "Polygon" + }, + "id": "521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03071749162493, + -12.101097793101392, + -77.02106587444743, + -12.090711339741405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.02639721051388, + -12.090711339741405 + ] + ] + ], + "type": "Polygon" + }, + "id": "522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12291780989925, + -12.05510184217185, + -77.11326523104402, + -12.044712435380177 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.1185956827666, + -12.044712435380177 + ] + ] + ], + "type": "Polygon" + }, + "id": "523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95977224626277, + -11.834562090461873, + -76.95013040282066, + -11.824173470102915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.95545742817292, + -11.824173470102915 + ] + ] + ], + "type": "Polygon" + }, + "id": "524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7099611314612, + -12.312950847377973, + -76.70031168952197, + -12.302575862023534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.70564674836419, + -12.302575862023534 + ] + ] + ], + "type": "Polygon" + }, + "id": "525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.908004797758, + -11.798005003903338, + -76.89836539539176, + -11.787617163611273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.90749806818866, + -11.795857615190872 + ], + [ + -76.90267828066915, + -11.798005003903338 + ], + [ + -76.89836539539176, + -11.794958439111216 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.90369186591155, + -11.787617163611273 + ] + ] + ], + "type": "Polygon" + }, + "id": "526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09692048592095, + -11.94242209383422, + -77.08727191986792, + -11.932031643953428 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.09260055453214, + -11.932031643953428 + ] + ] + ], + "type": "Polygon" + }, + "id": "527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70847666182146, + -12.234220591607027, + -76.69882961226526, + -12.223844332117249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.70416337116535, + -12.223844332117249 + ] + ] + ], + "type": "Polygon" + }, + "id": "528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92707402365286, + -12.027962884503188, + -76.91742726985036, + -12.017577870068575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.92275750995678, + -12.017577870068575 + ] + ] + ], + "type": "Polygon" + }, + "id": "529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16148090774492, + -11.704807812703644, + -77.15183780297451, + -11.694412538307965 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.15716243133036, + -11.694412538307965 + ] + ] + ], + "type": "Polygon" + }, + "id": "530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06555937945983, + -11.742662215841872, + -77.05591755550145, + -11.732269757579088 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.06124294760833, + -11.732269757579088 + ] + ] + ], + "type": "Polygon" + }, + "id": "531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8082699888244, + -12.110545040166192, + -76.79862392189563, + -12.100164266090314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.80395560574883, + -12.100164266090314 + ] + ] + ], + "type": "Polygon" + }, + "id": "532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98333796221709, + -11.734609998553202, + -76.97369848339169, + -11.72421944551605 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97902384093962, + -11.72421944551605 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.97420418743357, + -11.726369220907193 + ], + [ + -76.97902384093962, + -11.72421944551605 + ] + ] + ], + "type": "Polygon" + }, + "id": "533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0398136498083, + -12.007613089657212, + -77.03016458861161, + -11.99722499081118 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.03549437318775, + -11.99722499081118 + ] + ] + ], + "type": "Polygon" + }, + "id": "534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1889030181894, + -11.707476658220566, + -77.17925915556174, + -11.697080760732971 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.1889030181894, + -11.700124253656242 + ], + [ + -77.18840036556279, + -11.70532225422485 + ], + [ + -77.18357834940765, + -11.707476658220566 + ], + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.18458378180419, + -11.697080760732971 + ] + ] + ], + "type": "Polygon" + }, + "id": "535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09468408466303, + -12.013001691514535, + -77.08503347088663, + -12.002612335023782 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.0903632707904, + -12.002612335023782 + ] + ] + ], + "type": "Polygon" + }, + "id": "536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81589733033199, + -12.032684696631991, + -76.80625338104953, + -12.022302533553338 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.81158377736259, + -12.022302533553338 + ] + ] + ], + "type": "Polygon" + }, + "id": "537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12888985280502, + -11.89834777218403, + -77.11924179760814, + -11.887955915093135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.12456965956187, + -11.887955915093135 + ] + ] + ], + "type": "Polygon" + }, + "id": "538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94002450922544, + -12.037105529175706, + -76.93037714431281, + -12.026720331479892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.93570752332758, + -12.026720331479892 + ] + ] + ], + "type": "Polygon" + }, + "id": "539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91334449375987, + -11.885049456341385, + -76.90370235913839, + -11.87466269313924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.90801654884774, + -11.885049456341385 + ], + [ + -76.90370235913839, + -11.882002471262272 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.90903025753246, + -11.87466269313924 + ] + ] + ], + "type": "Polygon" + }, + "id": "540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78311244433367, + -12.225949943424924, + -76.77346361030006, + -12.215571649750798 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.77879720987376, + -12.215571649750798 + ] + ] + ], + "type": "Polygon" + }, + "id": "541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77858162591163, + -12.084010744470321, + -76.7689371504147, + -12.07363030818757 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.77426841022253, + -12.07363030818757 + ] + ] + ], + "type": "Polygon" + }, + "id": "542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66279706443021, + -12.229651621542276, + -76.65315141039008, + -12.219276457780111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.65848509890988, + -12.219276457780111 + ] + ] + ], + "type": "Polygon" + }, + "id": "543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15695305755048, + -11.75158456391446, + -77.14730867322737, + -11.741190012628635 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.1526340775706, + -11.741190012628635 + ] + ] + ], + "type": "Polygon" + }, + "id": "544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9926542451443, + -12.207433974477016, + -76.98300043172658, + -12.197050142921501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.98833356546906, + -12.197050142921501 + ] + ] + ], + "type": "Polygon" + }, + "id": "545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75270471793095, + -12.065715027407807, + -76.74306148941663, + -12.055334965259009 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.74839245698384, + -12.055334965259009 + ] + ] + ], + "type": "Polygon" + }, + "id": "546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04122793994374, + -11.803223424341503, + -77.03158493236862, + -11.792832373051422 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.03691135142249, + -11.792832373051422 + ] + ] + ], + "type": "Polygon" + }, + "id": "547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0252941210179, + -11.919662231274566, + -77.01564805259396, + -11.90927319987577 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.02097640683856, + -11.90927319987577 + ] + ] + ], + "type": "Polygon" + }, + "id": "548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17825355064637, + -11.722180537338396, + -77.16860951345932, + -11.711785086800907 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.17825355064637, + -11.714828752919606 + ], + [ + -77.17775072549043, + -11.720026530073547 + ], + [ + -77.17292862199277, + -11.722180537338396 + ], + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.1739343994177, + -11.711785086800907 + ] + ] + ], + "type": "Polygon" + }, + "id": "549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93544428796525, + -11.989469068023997, + -76.92579846299431, + -11.97908327039427 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.93112806143354, + -11.97908327039427 + ] + ] + ], + "type": "Polygon" + }, + "id": "550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99717144710482, + -12.066335116310636, + -76.98752172830943, + -12.055948951518946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.9928525306654, + -12.055948951518946 + ] + ] + ], + "type": "Polygon" + }, + "id": "551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63992783742441, + -12.274505974990051, + -76.63028147872811, + -12.264132141809126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.6345933576339, + -12.274505974990051 + ], + [ + -76.63028147872811, + -12.27145453552308 + ], + [ + -76.63079281659704, + -12.266267673992983 + ], + [ + -76.63561590799253, + -12.264132141809126 + ] + ] + ], + "type": "Polygon" + }, + "id": "552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234130722171, + -12.076600720274893, + -76.85269480914835, + -12.066218060979061 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.85802590140814, + -12.066218060979061 + ] + ] + ], + "type": "Polygon" + }, + "id": "553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9819544056351, + -12.127745589467992, + -76.97230324742839, + -12.117360751411761 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.97763507858714, + -12.117360751411761 + ] + ] + ], + "type": "Polygon" + }, + "id": "554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09606407437312, + -11.808590615848185, + -77.0864195166177, + -11.798198302972152 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.09174595072632, + -11.798198302972152 + ] + ] + ], + "type": "Polygon" + }, + "id": "555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75267116583025, + -12.16003771240498, + -76.74302512414123, + -12.149659126602288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.74835764741655, + -12.149659126602288 + ] + ] + ], + "type": "Polygon" + }, + "id": "556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67800402333489, + -12.262605637157193, + -76.66835696470443, + -12.252230626631595 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.67369119644752, + -12.252230626631595 + ] + ] + ], + "type": "Polygon" + }, + "id": "557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13954527601143, + -11.883653775720793, + -77.12989739242438, + -11.873261453116775 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.1352249961082, + -11.873261453116775 + ] + ] + ], + "type": "Polygon" + }, + "id": "558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94231515780893, + -12.060922996960164, + -76.93266702278738, + -12.05053810457391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.9379977921497, + -12.05053810457391 + ] + ] + ], + "type": "Polygon" + }, + "id": "559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08304737175783, + -11.705028484119591, + -77.0734062248031, + -11.694635106966642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.07873097480493, + -11.694635106966642 + ] + ] + ], + "type": "Polygon" + }, + "id": "560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08317300523571, + -11.893873000972755, + -77.07352623277134, + -11.883482188598201 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.0788540878124, + -11.883482188598201 + ] + ] + ], + "type": "Polygon" + }, + "id": "561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88974009740531, + -11.796206027416318, + -76.88010122950516, + -11.785818616929973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.88923311568439, + -11.794059004580301 + ], + [ + -76.88441359530529, + -11.796206027416318 + ], + [ + -76.88010122950516, + -11.793159311697226 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.88542768477676, + -11.785818616929973 + ] + ] + ], + "type": "Polygon" + }, + "id": "562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14407717396027, + -11.836886984354994, + -77.13443057039045, + -11.826493899081589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13975739770625, + -11.826493899081589 + ] + ] + ], + "type": "Polygon" + }, + "id": "563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76405449259234, + -12.279064765648851, + -76.75440458789402, + -12.268687832682303 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75973907194198, + -12.268687832682303 + ] + ] + ], + "type": "Polygon" + }, + "id": "564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13357841283683, + -12.040414372922148, + -77.12392600537757, + -12.030024485482539 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12925619878938, + -12.030024485482539 + ], + [ + -77.13357841283683, + -12.033070151166669 + ], + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.12443008035315, + -12.032173730934714 + ], + [ + -77.12925619878938, + -12.030024485482539 + ] + ] + ], + "type": "Polygon" + }, + "id": "565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9461031996698, + -11.974791628497956, + -76.93645753410007, + -11.964405349813838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.94178688090612, + -11.964405349813838 + ] + ] + ], + "type": "Polygon" + }, + "id": "566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83948327901827, + -12.21583958832852, + -76.82983323378433, + -12.205459707376207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.8351666373376, + -12.205459707376207 + ] + ] + ], + "type": "Polygon" + }, + "id": "567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66960500985125, + -12.30105241306261, + -76.65995703486303, + -12.290678261177819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.66529190226078, + -12.290678261177819 + ] + ] + ], + "type": "Polygon" + }, + "id": "568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97429740127725, + -12.016893928379424, + -76.96464974797293, + -12.006507578505625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96997976032539, + -12.006507578505625 + ] + ] + ], + "type": "Polygon" + }, + "id": "569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81441876711634, + -11.765181085225276, + -76.80478282606705, + -11.754795139446493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81010881870328, + -11.754795139446493 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81391078391188, + -11.763035280134243 + ], + [ + -76.80909272658963, + -11.765181085225276 + ], + [ + -76.80478282606705, + -11.76213388416386 + ], + [ + -76.80529093496682, + -11.756940965604116 + ], + [ + -76.81010881870328, + -11.754795139446493 + ] + ] + ], + "type": "Polygon" + }, + "id": "570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0115203491583, + -11.776709808571608, + -77.00187889131944, + -11.76631912503131 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -77.00720490995799, + -11.76631912503131 + ] + ] + ], + "type": "Polygon" + }, + "id": "571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7763310644858, + -11.965861222759813, + -76.76669017252905, + -11.955479061362935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.77201948593907, + -11.955479061362935 + ] + ] + ], + "type": "Polygon" + }, + "id": "572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06730537663464, + -12.104698808685312, + -77.05765271998162, + -12.0943115161932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.0668003977631, + -12.102551802921132 + ], + [ + -77.06197398375704, + -12.104698808685312 + ], + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.06298406847603, + -12.0943115161932 + ] + ] + ], + "type": "Polygon" + }, + "id": "573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72071678193298, + -12.109692686894386, + -76.7110731138428, + -12.099314119618022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7164048153039, + -12.099314119618022 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.71538503114567, + -12.109692686894386 + ], + [ + -76.7110731138428, + -12.10664280586147 + ], + [ + -76.71158306871058, + -12.101453576887053 + ], + [ + -76.7164048153039, + -12.099314119618022 + ] + ] + ], + "type": "Polygon" + }, + "id": "574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98350674487027, + -12.206530034840162, + -76.97385319468727, + -12.196146414355544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.9791863234797, + -12.196146414355544 + ] + ] + ], + "type": "Polygon" + }, + "id": "575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01000455658203, + -11.792295524178872, + -77.00036267372973, + -11.781905088487271 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -77.00568895039962, + -11.781905088487271 + ] + ] + ], + "type": "Polygon" + }, + "id": "576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84862525335753, + -12.216748175954791, + -76.83897493732648, + -12.206368080071197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.84430835017822, + -12.206368080071197 + ] + ] + ], + "type": "Polygon" + }, + "id": "577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90576322729184, + -12.151663261328533, + -76.89611334223908, + -12.14128069011411 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.90144563967331, + -12.14128069011411 + ] + ] + ], + "type": "Polygon" + }, + "id": "578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0647739860184, + -11.703243263188346, + -77.05513335491436, + -11.692850306959631 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.06045810021853, + -11.692850306959631 + ] + ] + ], + "type": "Polygon" + }, + "id": "579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92857664468855, + -11.918010687302278, + -76.91893312893977, + -11.9076240164927 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.91893312893977, + -11.914963665671134 + ], + [ + -76.91943988522571, + -11.909770383692557 + ], + [ + -76.92426155681466, + -11.9076240164927 + ] + ] + ], + "type": "Polygon" + }, + "id": "580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92780792981293, + -11.878609779789487, + -76.91816560796273, + -11.868222566445608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92349338794651, + -11.868222566445608 + ], + [ + -76.92780792981293, + -11.871269301934595 + ], + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.91867231328982, + -11.870369404708052 + ], + [ + -76.92349338794651, + -11.868222566445608 + ] + ] + ], + "type": "Polygon" + }, + "id": "581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09369657513271, + -11.690330267466422, + -77.0840555966714, + -11.679936441601745 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.08938009031519, + -11.679936441601745 + ] + ] + ], + "type": "Polygon" + }, + "id": "582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89509841364945, + -12.166330772821986, + -76.88544837158926, + -12.155948700882378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.89078091951508, + -12.155948700882378 + ] + ] + ], + "type": "Polygon" + }, + "id": "583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03908082753003, + -12.062597604818881, + -77.02943014522748, + -12.052210353943371 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.03476083650062, + -12.052210353943371 + ] + ] + ], + "type": "Polygon" + }, + "id": "584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15624036907705, + -11.806599257644791, + -77.14659436472064, + -11.796205463676934 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.15192067455077, + -11.796205463676934 + ] + ] + ], + "type": "Polygon" + }, + "id": "585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73659657538226, + -12.370619269409174, + -76.7269446815054, + -12.360244589745774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.7322806869038, + -12.360244589745774 + ] + ] + ], + "type": "Polygon" + }, + "id": "586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97423524059491, + -11.82811758297728, + -76.96459321388559, + -11.817728516791046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96992011865227, + -11.817728516791046 + ] + ] + ], + "type": "Polygon" + }, + "id": "587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11758731460198, + -12.062445088841091, + -77.10793465029742, + -12.052055923039 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.11326523104402, + -12.052055923039 + ] + ] + ], + "type": "Polygon" + }, + "id": "588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79605910201941, + -12.23509945971754, + -76.78640964563486, + -12.224720988322822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.79174339044668, + -12.224720988322822 + ] + ] + ], + "type": "Polygon" + }, + "id": "589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9453548084534, + -12.029767770186096, + -76.93570752332758, + -12.019382329559145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.94103777645225, + -12.019382329559145 + ] + ] + ], + "type": "Polygon" + }, + "id": "590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99950550653982, + -12.184521713989865, + -76.98985220061994, + -12.174137344218932 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.995184948792, + -12.174137344218932 + ] + ] + ], + "type": "Polygon" + }, + "id": "591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95907975408434, + -12.078305730275021, + -76.94943066403395, + -12.067920689216223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.9547617037353, + -12.067920689216223 + ] + ] + ], + "type": "Polygon" + }, + "id": "592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1347783787973, + -11.647118099190985, + -77.12513765489705, + -11.636722728771629 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.1347783787973, + -11.639766380166261 + ], + [ + -77.13427505941549, + -11.644964117619487 + ], + [ + -77.12945461237578, + -11.647118099190985 + ], + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.13046137802279, + -11.636722728771629 + ] + ] + ], + "type": "Polygon" + }, + "id": "593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87986361705164, + -12.227711624302946, + -76.87021214463753, + -12.217330924231408 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.87554571690666, + -12.217330924231408 + ] + ] + ], + "type": "Polygon" + }, + "id": "594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9842491751532, + -12.15156236887516, + -76.97459724679794, + -12.141177849715385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97992946819966, + -12.141177849715385 + ] + ] + ], + "type": "Polygon" + }, + "id": "595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71682666787687, + -12.290063815344626, + -76.70717772156361, + -12.279688269106671 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.71251240095832, + -12.279688269106671 + ] + ] + ], + "type": "Polygon" + }, + "id": "596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91948518622011, + -12.200194919843542, + -76.90983349206942, + -12.189812783873554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.91516657847797, + -12.189812783873554 + ] + ] + ], + "type": "Polygon" + }, + "id": "597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97432850882998, + -12.111265688130784, + -76.96467803976492, + -12.100880780584237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.97000960727031, + -12.100880780584237 + ] + ] + ], + "type": "Polygon" + }, + "id": "598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94387950050866, + -12.234058741190108, + -76.93422615720593, + -12.223676549783528 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93955978024196, + -12.223676549783528 + ] + ] + ], + "type": "Polygon" + }, + "id": "599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7823113405589, + -12.37518932675426, + -76.77265806923968, + -12.36481356383266 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.77799413394604, + -12.36481356383266 + ] + ] + ], + "type": "Polygon" + }, + "id": "600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9956910438627, + -12.176281902191208, + -76.98603808224235, + -12.165897494389574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.99137069878411, + -12.165897494389574 + ] + ] + ], + "type": "Polygon" + }, + "id": "601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98569885707472, + -11.947232371665033, + -76.97605298546904, + -11.936844711617471 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.98138183853453, + -11.936844711617471 + ] + ] + ], + "type": "Polygon" + }, + "id": "602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0715520414432, + -11.585868166986149, + -77.06191472905478, + -11.575473564576143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06723753743655, + -11.575473564576143 + ], + [ + -77.0715520414432, + -11.578517430714935 + ], + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.06241896661656, + -11.577626964487658 + ], + [ + -77.06723753743655, + -11.575473564576143 + ] + ] + ], + "type": "Polygon" + }, + "id": "603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9994670427832, + -12.090154128278298, + -76.98981655427457, + -12.079768273226012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.99514774660766, + -12.079768273226012 + ] + ] + ], + "type": "Polygon" + }, + "id": "604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82958455723717, + -12.175551861835796, + -76.81993597916681, + -12.165171579233474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.82526872379941, + -12.165171579233474 + ] + ] + ], + "type": "Polygon" + }, + "id": "605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9468744283491, + -12.014189541188138, + -76.9372275681354, + -12.003803828760722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9425575631673, + -12.003803828760722 + ] + ] + ], + "type": "Polygon" + }, + "id": "606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843397644765, + -12.108653646372675, + -76.85878636052486, + -12.098271331137488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.86411797704574, + -12.098271331137488 + ] + ] + ], + "type": "Polygon" + }, + "id": "607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9392749592512, + -12.092076566642206, + -76.92962597423859, + -12.081692228681398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.93495725990805, + -12.081692228681398 + ] + ] + ], + "type": "Polygon" + }, + "id": "608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96355326530934, + -11.748402666250568, + -76.9539138884883, + -11.73801278326959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95923949306376, + -11.73801278326959 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.9539138884883, + -11.745356862062732 + ], + [ + -76.95441989066885, + -11.740161973905417 + ], + [ + -76.95923949306376, + -11.73801278326959 + ] + ] + ], + "type": "Polygon" + }, + "id": "609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79532731589619, + -12.101397691383978, + -76.78568186995076, + -12.091017101367468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.79101340919945, + -12.091017101367468 + ] + ] + ], + "type": "Polygon" + }, + "id": "610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13096473814126, + -11.638876727608634, + -77.1213243546115, + -11.628481345298022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12664794825186, + -11.628481345298022 + ], + [ + -77.13096473814126, + -11.631524985339984 + ], + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.12182784158261, + -11.630635361394946 + ], + [ + -77.12664794825186, + -11.628481345298022 + ] + ] + ], + "type": "Polygon" + }, + "id": "611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9788520244514, + -11.970153938076619, + -76.96920564668535, + -11.959766781970954 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.97453488444644, + -11.959766781970954 + ] + ] + ], + "type": "Polygon" + }, + "id": "612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89662078367436, + -12.150757593390928, + -76.88697116631901, + -12.140375235793684 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.89230345618219, + -12.140375235793684 + ] + ] + ], + "type": "Polygon" + }, + "id": "613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76944625961667, + -12.083102351650048, + -76.75980205835475, + -12.072722132657477 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.76513330676103, + -12.072722132657477 + ] + ] + ], + "type": "Polygon" + }, + "id": "614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66524324911991, + -11.970536862742463, + -76.65560525672947, + -11.960157599294511 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.66093467108166, + -11.960157599294511 + ] + ] + ], + "type": "Polygon" + }, + "id": "615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08771216940572, + -11.847112997863642, + -77.07806667515956, + -11.836721418375028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.08339375460321, + -11.836721418375028 + ] + ] + ], + "type": "Polygon" + }, + "id": "616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03453249851073, + -12.109337950597192, + -77.02488053791635, + -12.098951531766836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.03021200510881, + -12.098951531766836 + ] + ] + ], + "type": "Polygon" + }, + "id": "617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1340622183934, + -11.702136642147526, + -77.12441987578273, + -11.69174199311196 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12974450377133, + -11.69174199311196 + ] + ] + ], + "type": "Polygon" + }, + "id": "618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89049721976161, + -11.741220934331047, + -76.88085996834661, + -11.730832765881248 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88618551872868, + -11.730832765881248 + ], + [ + -76.89049721976161, + -11.733879083200115 + ], + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88085996834661, + -11.73817452953788 + ], + [ + -76.88136697940755, + -11.73298049914769 + ], + [ + -76.88618551872868, + -11.730832765881248 + ] + ] + ], + "type": "Polygon" + }, + "id": "619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94759922629162, + -11.864827848233212, + -76.93795679821314, + -11.854439950631575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.9422716451797, + -11.864827848233212 + ], + [ + -76.93795679821314, + -11.86178127600612 + ], + [ + -76.93846320542096, + -11.856587380548063 + ], + [ + -76.94328433330075, + -11.854439950631575 + ] + ] + ], + "type": "Polygon" + }, + "id": "620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06421791070956, + -12.041473687002236, + -77.05456721854584, + -12.031085500583696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05989752939782, + -12.031085500583696 + ] + ] + ], + "type": "Polygon" + }, + "id": "621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85395858924355, + -12.209417234875106, + -76.84430835017822, + -12.199036885924063 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84964163860559, + -12.199036885924063 + ] + ] + ], + "type": "Polygon" + }, + "id": "622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78238607246581, + -12.092250127906045, + -76.77274124840952, + -12.081869722917356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.77807264250916, + -12.081869722917356 + ] + ] + ], + "type": "Polygon" + }, + "id": "623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11290574944417, + -11.920386373809967, + -77.10325743807408, + -11.909995218323894 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.10858568677676, + -11.909995218323894 + ] + ] + ], + "type": "Polygon" + }, + "id": "624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05961703923029, + -11.993827505026907, + -77.049967884715, + -11.983438717104802 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.05529741689203, + -11.983438717104802 + ] + ] + ], + "type": "Polygon" + }, + "id": "625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89660391752497, + -11.962042280066823, + -76.88695992907185, + -11.951657043408204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89228910868462, + -11.951657043408204 + ], + [ + -76.89660391752497, + -11.954704495112583 + ], + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.88746720093108, + -11.953802177718293 + ], + [ + -76.89228910868462, + -11.951657043408204 + ] + ] + ], + "type": "Polygon" + }, + "id": "626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89506647460556, + -11.78886524555367, + -76.88542768477676, + -11.778477602700848 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.89075401522645, + -11.778477602700848 + ] + ] + ], + "type": "Polygon" + }, + "id": "627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03585244387004, + -11.716151685168791, + -77.02621216501718, + -11.705759602327092 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.03153715924657, + -11.705759602327092 + ] + ] + ], + "type": "Polygon" + }, + "id": "628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05496297697592, + -11.851773083884977, + -77.04531817382107, + -11.841382366424643 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.05064537397958, + -11.841382366424643 + ] + ] + ], + "type": "Polygon" + }, + "id": "629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76252596736181, + -12.294629791008557, + -76.75287563912444, + -12.284253157399705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.75821038077967, + -12.284253157399705 + ] + ] + ], + "type": "Polygon" + }, + "id": "630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10310836092265, + -12.068890142740551, + -77.09345586806927, + -12.058501426678504 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.09878657641802, + -12.058501426678504 + ] + ] + ], + "type": "Polygon" + }, + "id": "631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06107526975543, + -11.883840454769146, + -77.05142935606118, + -11.873450038304345 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.0567570758399, + -11.873450038304345 + ] + ] + ], + "type": "Polygon" + }, + "id": "632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09534109237974, + -11.863594900628346, + -77.08569491479025, + -11.853203365824285 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.09102225459151, + -11.853203365824285 + ] + ] + ], + "type": "Polygon" + }, + "id": "633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05569267186627, + -11.79677258982838, + -77.04604948791129, + -11.786381097758847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.05137578252155, + -11.786381097758847 + ] + ] + ], + "type": "Polygon" + }, + "id": "634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83719116786196, + -12.286353706780103, + -76.8275390777118, + -12.27597504688099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.83287364666376, + -12.27597504688099 + ] + ] + ], + "type": "Polygon" + }, + "id": "635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95367341169913, + -11.802497918528164, + -76.9440326814956, + -11.792109008108893 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.94935918532377, + -11.792109008108893 + ] + ] + ], + "type": "Polygon" + }, + "id": "636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98958131530397, + -12.144225434269872, + -76.97992946819966, + -12.133840667526744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.98526156284582, + -12.133840667526744 + ] + ] + ], + "type": "Polygon" + }, + "id": "637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72906611560978, + -12.16554423133685, + -76.7194205526937, + -12.155166333973076 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.72475317360235, + -12.155166333973076 + ] + ] + ], + "type": "Polygon" + }, + "id": "638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07917350192574, + -11.602350598358361, + -77.06953550662871, + -11.591956013660715 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.07485857535681, + -11.591956013660715 + ] + ] + ], + "type": "Polygon" + }, + "id": "639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94310812165703, + -12.194671991537737, + -76.93345597461803, + -12.184289179371056 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.93878894853788, + -12.184289179371056 + ] + ] + ], + "type": "Polygon" + }, + "id": "640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82043072622257, + -12.268965671218295, + -76.81077960372771, + -12.258587143650441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.81611389523556, + -12.258587143650441 + ] + ] + ], + "type": "Polygon" + }, + "id": "641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04958268675118, + -11.764703356330509, + -77.03994061290051, + -11.754311580797006 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.04526638806011, + -11.754311580797006 + ] + ] + ], + "type": "Polygon" + }, + "id": "642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99865085317322, + -11.95637219692529, + -76.98900437503764, + -11.945984351361357 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.99433336443455, + -11.945984351361357 + ] + ] + ], + "type": "Polygon" + }, + "id": "643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73067537982008, + -11.961326907034463, + -76.72103586337181, + -11.95094583695424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.72636511672968, + -11.95094583695424 + ] + ] + ], + "type": "Polygon" + }, + "id": "644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03516844697633, + -11.865566208576949, + -77.02552373759718, + -11.85517616744778 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.03085118963048, + -11.85517616744778 + ] + ] + ], + "type": "Polygon" + }, + "id": "645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7069460277417, + -12.24978461168513, + -76.69729855539758, + -12.239408647606211 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.7026325715544, + -12.239408647606211 + ] + ] + ], + "type": "Polygon" + }, + "id": "646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80905854201345, + -11.96124417825265, + -76.79941690587268, + -11.950861122975127 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.80474612857006, + -11.950861122975127 + ] + ] + ], + "type": "Polygon" + }, + "id": "647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80672631735953, + -12.220441635878345, + -76.79707701174387, + -12.210062655199982 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.80241050943825, + -12.210062655199982 + ] + ] + ], + "type": "Polygon" + }, + "id": "648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78008292588275, + -12.16276777892274, + -76.77043605989522, + -12.152388541455363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.77576861808238, + -12.152388541455363 + ] + ] + ], + "type": "Polygon" + }, + "id": "649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68254529417429, + -12.310206151956507, + -76.67289668829476, + -12.299831822323162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.67823170584796, + -12.299831822323162 + ] + ] + ], + "type": "Polygon" + }, + "id": "650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71700259843104, + -11.912797111311136, + -76.70736490171416, + -11.90241568365763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.71269335871132, + -11.90241568365763 + ] + ] + ], + "type": "Polygon" + }, + "id": "651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11744152919867, + -11.873624814276466, + -77.10779449724858, + -11.863232884577629 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.11312196979395, + -11.863232884577629 + ] + ] + ], + "type": "Polygon" + }, + "id": "652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7503270854496, + -12.324845179521553, + -76.7406761857094, + -12.314469366195883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.74601143063515, + -12.314469366195883 + ] + ] + ], + "type": "Polygon" + }, + "id": "653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02161640770376, + -12.194567408757866, + -77.0119622336788, + -12.184182656558736 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.01729512186552, + -12.184182656558736 + ] + ] + ], + "type": "Polygon" + }, + "id": "654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80981262102775, + -12.00063198063219, + -76.80016979062655, + -11.990249489255966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.80549966186396, + -11.990249489255966 + ] + ] + ], + "type": "Polygon" + }, + "id": "655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16982281783459, + -11.66626929609761, + -77.16018065271184, + -11.655873325769475 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16550463429587, + -11.655873325769475 + ], + [ + -77.16982281783459, + -11.65891676977248 + ], + [ + -77.16931996092957, + -11.66411480692549 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.16068363664367, + -11.658027831960283 + ], + [ + -77.16550463429587, + -11.655873325769475 + ] + ] + ], + "type": "Polygon" + }, + "id": "656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82880489833192, + -12.324816443408068, + -76.81915188299438, + -12.314438642530158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.82448709209099, + -12.314438642530158 + ] + ] + ], + "type": "Polygon" + }, + "id": "657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73204545287253, + -12.323017754568626, + -76.72239510585237, + -12.312642375882966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.72773032596008, + -12.312642375882966 + ] + ] + ], + "type": "Polygon" + }, + "id": "658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76411496258548, + -12.090433016367323, + -76.75447068710533, + -12.080053045945451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75980205835475, + -12.080053045945451 + ] + ] + ], + "type": "Polygon" + }, + "id": "659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1226945347792, + -11.771850191739151, + -77.1130504018353, + -11.761456736885556 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.11837619284421, + -11.761456736885556 + ] + ] + ], + "type": "Polygon" + }, + "id": "660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9309208122888, + -12.224913369885968, + -76.92126808056015, + -12.214531350877913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.9266015646833, + -12.214531350877913 + ] + ] + ], + "type": "Polygon" + }, + "id": "661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85320696922011, + -11.98134242596479, + -76.84356355428717, + -11.970958557760294 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.84889308279504, + -11.970958557760294 + ] + ] + ], + "type": "Polygon" + }, + "id": "662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81662262657036, + -12.26072671361088, + -76.80697185223735, + -12.250348145395057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.81230600978529, + -12.250348145395057 + ] + ] + ], + "type": "Polygon" + }, + "id": "663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18136163996346, + -11.785440757500995, + -77.17171564307341, + -11.775046073121723 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17704156339822, + -11.775046073121723 + ], + [ + -77.18136163996346, + -11.7780900403701 + ], + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.17704156339822, + -11.775046073121723 + ] + ] + ], + "type": "Polygon" + }, + "id": "664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0990884385223, + -11.77741317992926, + -77.08944473277471, + -11.767020371141502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.09477064994795, + -11.767020371141502 + ] + ] + ], + "type": "Polygon" + }, + "id": "665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01168826709171, + -12.15427046078302, + -77.00203555085251, + -12.143885308646023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -77.00736778620349, + -12.143885308646023 + ] + ] + ], + "type": "Polygon" + }, + "id": "666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73663483954365, + -12.276326966056654, + -76.72698576225197, + -12.265950684808368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.73232020991215, + -12.265950684808368 + ] + ] + ], + "type": "Polygon" + }, + "id": "667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12356194740411, + -11.905694292215259, + -77.11391380665061, + -11.895302668548025 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.11924179760814, + -11.895302668548025 + ] + ] + ], + "type": "Polygon" + }, + "id": "668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02915386355019, + -12.02229555629483, + -77.01950463695877, + -12.01190793830237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.02483467650607, + -12.01190793830237 + ] + ] + ], + "type": "Polygon" + }, + "id": "669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83261425650907, + -12.333055197896924, + -76.8229608931213, + -12.322677441042922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.83261425650907, + -12.325727287241012 + ], + [ + -76.83210563445698, + -12.330916219369074 + ], + [ + -76.82727886575333, + -12.333055197896924 + ], + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.8282962360775, + -12.322677441042922 + ] + ] + ], + "type": "Polygon" + }, + "id": "670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68027448052584, + -12.286406188787671, + -76.6706266483177, + -12.276031516933502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.6759612729454, + -12.276031516933502 + ] + ] + ], + "type": "Polygon" + }, + "id": "671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7922964233316, + -12.038204473562784, + -76.78265294383284, + -12.027822989254476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.7879834426213, + -12.027822989254476 + ] + ] + ], + "type": "Polygon" + }, + "id": "672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300475795698, + -12.156278496508195, + -76.8633555997153, + -12.145896816667843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.86868799841501, + -12.145896816667843 + ] + ] + ], + "type": "Polygon" + }, + "id": "673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15003545735185, + -11.68008363018671, + -77.14039337258488, + -11.669688311898362 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.14571761323529, + -11.669688311898362 + ] + ] + ], + "type": "Polygon" + }, + "id": "674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69474648805888, + -12.279997071646342, + -76.68509844854208, + -12.269621921614709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.69043296559563, + -12.269621921614709 + ] + ] + ], + "type": "Polygon" + }, + "id": "675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68175213774317, + -12.3651262466463, + -76.67210191251787, + -12.35475287511925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67743783764753, + -12.35475287511925 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.67210191251787, + -12.362074758182251 + ], + [ + -76.67261281282384, + -12.356888127116118 + ], + [ + -76.67743783764753, + -12.35475287511925 + ] + ] + ], + "type": "Polygon" + }, + "id": "676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10743757255847, + -11.738885439965925, + -77.09779480351308, + -11.728491915268664 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.1031200753195, + -11.728491915268664 + ] + ] + ], + "type": "Polygon" + }, + "id": "677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7146424771161, + -12.077646443909943, + -76.70499993124628, + -12.067267533900678 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.71033110546662, + -12.067267533900678 + ] + ] + ], + "type": "Polygon" + }, + "id": "678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05815782581969, + -12.103798955883342, + -77.04850542831755, + -12.093411872797482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.05383677411936, + -12.093411872797482 + ] + ] + ], + "type": "Polygon" + }, + "id": "679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80899005309979, + -12.338559619462862, + -76.7993371580894, + -12.328182552286924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.80467260501345, + -12.328182552286924 + ] + ] + ], + "type": "Polygon" + }, + "id": "680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08922495112633, + -11.831525565372113, + -77.07957988290458, + -11.821133733279856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.08490670385082, + -11.821133733279856 + ] + ] + ], + "type": "Polygon" + }, + "id": "681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99017962292017, + -11.7116786809551, + -76.98054064971193, + -11.701287658540037 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.98586562302299, + -11.701287658540037 + ] + ] + ], + "type": "Polygon" + }, + "id": "682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82654584203155, + -12.11236014994153, + -76.8168992310733, + -12.10197894382428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.82223093511791, + -12.10197894382428 + ] + ] + ], + "type": "Polygon" + }, + "id": "683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96129034524819, + -11.818979096705444, + -76.95164892636778, + -11.808590223904963 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.95697569386753, + -11.808590223904963 + ] + ] + ], + "type": "Polygon" + }, + "id": "684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73674949813784, + -11.993377084004912, + -76.72710886074721, + -11.982996333531698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.73243864064494, + -11.982996333531698 + ] + ] + ], + "type": "Polygon" + }, + "id": "685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8707183093753, + -12.038117136887646, + -76.86107273689433, + -12.027733680286627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.86640318907013, + -12.027733680286627 + ] + ] + ], + "type": "Polygon" + }, + "id": "686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91256467981681, + -11.751258417073567, + -76.90292654903243, + -11.740869833613928 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.90825224698558, + -11.740869833613928 + ] + ] + ], + "type": "Polygon" + }, + "id": "687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01242587178675, + -12.09929568192872, + -77.00277477721802, + -12.088909649641453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -77.00810610541329, + -12.088909649641453 + ] + ] + ], + "type": "Polygon" + }, + "id": "688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98347294893264, + -12.112168261990607, + -76.97382221630671, + -12.101783142791598 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.9791537890363, + -12.101783142791598 + ] + ] + ], + "type": "Polygon" + }, + "id": "689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04571922389995, + -11.662037862305638, + -77.03608030307365, + -11.6516448401383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.03608030307365, + -11.658993256421143 + ], + [ + -77.03658502101985, + -11.653796798184716 + ], + [ + -77.04140439588559, + -11.6516448401383 + ] + ] + ], + "type": "Polygon" + }, + "id": "690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77025253393242, + -11.933808517940161, + -76.7606127615626, + -11.923426042042088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.76594154931739, + -11.923426042042088 + ] + ] + ], + "type": "Polygon" + }, + "id": "691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92100669287933, + -12.184621643584652, + -76.91135542379749, + -12.174239218827926 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.91668825196875, + -12.174239218827926 + ] + ] + ], + "type": "Polygon" + }, + "id": "692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11125143528596, + -11.74712662717159, + -77.10160832517377, + -11.736733119250562 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.1069337268433, + -11.736733119250562 + ] + ] + ], + "type": "Polygon" + }, + "id": "693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77322275635491, + -12.185665272730313, + -76.76357539239913, + -12.175286575987258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.76890833116397, + -12.175286575987258 + ] + ] + ], + "type": "Polygon" + }, + "id": "694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03140402821164, + -11.951726594514492, + -77.02175684788978, + -11.941337877422388 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.02708572257816, + -11.941337877422388 + ] + ] + ], + "type": "Polygon" + }, + "id": "695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1204647000944, + -11.842448515412318, + -77.11081852096974, + -11.832056077324378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.1161454761648, + -11.832056077324378 + ] + ] + ], + "type": "Polygon" + }, + "id": "696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91034081788553, + -12.199288827829646, + -76.90068939079384, + -12.188906904935228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.9060224700432, + -12.188906904935228 + ] + ] + ], + "type": "Polygon" + }, + "id": "697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90881879471397, + -12.21486134938242, + -76.89916694263513, + -12.204479716804844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.90450028009249, + -12.204479716804844 + ] + ] + ], + "type": "Polygon" + }, + "id": "698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00090693176384, + -11.885801888500083, + -76.99126249832798, + -11.875412972455424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.99659032355171, + -11.875412972455424 + ] + ] + ], + "type": "Polygon" + }, + "id": "699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06646087925387, + -11.970901237716319, + -77.05681223444505, + -11.960511944500306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.06214138005943, + -11.960511944500306 + ] + ] + ], + "type": "Polygon" + }, + "id": "700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78539139230794, + -12.249755924805672, + -76.7757417858199, + -12.239377964457887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.78107577739654, + -12.239377964457887 + ] + ] + ], + "type": "Polygon" + }, + "id": "701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71914391245316, + -12.219568792434387, + -76.70949700809119, + -12.209192020662483 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.71483052295454, + -12.209192020662483 + ] + ] + ], + "type": "Polygon" + }, + "id": "702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82047208850095, + -11.985963531813256, + -76.81082940952432, + -11.975580553874062 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.81615903351965, + -11.975580553874062 + ] + ] + ], + "type": "Polygon" + }, + "id": "703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0426404540472, + -11.598785815673589, + -77.03300349251437, + -11.588392075614566 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03832655028705, + -11.588392075614566 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.03300349251437, + -11.595741536946761 + ], + [ + -77.0335081550505, + -11.590544719837856 + ], + [ + -77.03832655028705, + -11.588392075614566 + ] + ] + ], + "type": "Polygon" + }, + "id": "704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93315471513476, + -11.965650091317455, + -76.92350965999657, + -11.95526399906445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.92883886820782, + -11.95526399906445 + ] + ] + ], + "type": "Polygon" + }, + "id": "705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8364603607589, + -11.96395839145334, + -76.82681791016364, + -11.953574686989134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.83214716263649, + -11.953574686989134 + ] + ] + ], + "type": "Polygon" + }, + "id": "706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08323587696303, + -11.988279837439839, + -77.07358628928134, + -11.977890391762607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.07891569820038, + -11.977890391762607 + ] + ] + ], + "type": "Polygon" + }, + "id": "707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9171954459906, + -12.176382070232359, + -76.90754452282498, + -12.165999608178021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.91287721837398, + -12.165999608178021 + ] + ] + ], + "type": "Polygon" + }, + "id": "708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04582305800218, + -11.850877213990001, + -77.03617851423998, + -11.840486707136774 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.04150571133813, + -11.840486707136774 + ] + ] + ], + "type": "Polygon" + }, + "id": "709", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79986605015544, + -12.243338439413659, + -76.79021624524314, + -12.2329600071697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.7955501242525, + -12.2329600071697 + ] + ] + ], + "type": "Polygon" + }, + "id": "710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10520477507204, + -11.80948423695346, + -77.09555996062505, + -11.799091714693501 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.1008863962782, + -11.799091714693501 + ] + ] + ], + "type": "Polygon" + }, + "id": "711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16911246571901, + -11.72129061060097, + -77.15946868125457, + -11.71089536775018 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.16479356787195, + -11.71089536775018 + ] + ] + ], + "type": "Polygon" + }, + "id": "712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9270913484024, + -12.122324233772526, + -76.9174417793579, + -12.111940669312599 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.92277357475366, + -12.111940669312599 + ] + ] + ], + "type": "Polygon" + }, + "id": "713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05047292528558, + -11.992929321862828, + -77.0408240301468, + -11.982540743937543 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0461535594011, + -11.982540743937543 + ] + ] + ], + "type": "Polygon" + }, + "id": "714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03580344010224, + -11.621725047029958, + -77.02616597105369, + -11.611331758434089 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.03148941396958, + -11.611331758434089 + ] + ] + ], + "type": "Polygon" + }, + "id": "715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76863924315116, + -12.232367006908358, + -76.7589906089295, + -12.221989185115637 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.76432432025864, + -12.221989185115637 + ] + ] + ], + "type": "Polygon" + }, + "id": "716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8189473063011, + -12.001537661236243, + -76.80930420391269, + -11.991154953371574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.81463408533007, + -11.991154953371574 + ] + ] + ], + "type": "Polygon" + }, + "id": "717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79984624463256, + -12.337647639508043, + -76.79019362269887, + -12.327270787897998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.7955290591208, + -12.327270787897998 + ] + ] + ], + "type": "Polygon" + }, + "id": "718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0837720511437, + -11.65001582915465, + -77.07413252228173, + -11.639621728793486 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.07945636750061, + -11.639621728793486 + ] + ] + ], + "type": "Polygon" + }, + "id": "719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87224242036379, + -12.116893272673325, + -76.86259445766846, + -12.10651099082839 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.86792620737084, + -12.10651099082839 + ] + ] + ], + "type": "Polygon" + }, + "id": "720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97126030148553, + -12.048051888927668, + -76.96161179770283, + -12.037666084277967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.96694232653657, + -12.037666084277967 + ] + ] + ], + "type": "Polygon" + }, + "id": "721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92558728180057, + -12.232246626454858, + -76.91593447064854, + -12.221864859892118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.92126808056015, + -12.221864859892118 + ] + ] + ], + "type": "Polygon" + }, + "id": "722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88442821872377, + -12.086651048436398, + -76.87478083593244, + -12.076267991747223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.88011207812238, + -12.076267991747223 + ] + ] + ], + "type": "Polygon" + }, + "id": "723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13429540238576, + -11.98541767670714, + -77.12464461701562, + -11.975026950456446 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12997390367332, + -11.975026950456446 + ], + [ + -77.13429540238576, + -11.978072346637527 + ], + [ + -77.13379155028986, + -11.983267761725736 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.12997390367332, + -11.975026950456446 + ] + ] + ], + "type": "Polygon" + }, + "id": "724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02074606171132, + -11.966410704644337, + -77.01109871658657, + -11.956022463388656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.01642784586336, + -11.956022463388656 + ] + ] + ], + "type": "Polygon" + }, + "id": "725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03296787747006, + -12.030535934962174, + -77.02331830759675, + -12.02014834746796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.02864847822599, + -12.02014834746796 + ] + ] + ], + "type": "Polygon" + }, + "id": "726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97888445684347, + -12.06453213951262, + -76.96923526406209, + -12.054146397852861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.97456605652364, + -12.054146397852861 + ] + ] + ], + "type": "Polygon" + }, + "id": "727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15775007507085, + -11.791008504578148, + -77.1481044973933, + -11.780614462581973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.15343054845894, + -11.780614462581973 + ] + ] + ], + "type": "Polygon" + }, + "id": "728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14336214705776, + -11.891894811569372, + -77.13371392276309, + -11.881502513431343 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.13904165601942, + -11.881502513431343 + ] + ] + ], + "type": "Polygon" + }, + "id": "729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05339449995601, + -11.772944322621605, + -77.0437520837903, + -11.762552564639291 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.04907798956528, + -11.762552564639291 + ] + ] + ], + "type": "Polygon" + }, + "id": "730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74133361801815, + -11.946662292753619, + -76.73169424792931, + -11.936280737043877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.73702325688276, + -11.936280737043877 + ] + ] + ], + "type": "Polygon" + }, + "id": "731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69721748959954, + -11.926553642477728, + -76.68757992583494, + -11.91617291788502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.69290861276764, + -11.91617291788502 + ] + ] + ], + "type": "Polygon" + }, + "id": "732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78393724628965, + -11.982340534285681, + -76.77429565769137, + -11.97195842385183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77962523950438, + -11.97195842385183 + ] + ] + ], + "type": "Polygon" + }, + "id": "733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97965999542038, + -12.103928265898874, + -76.97000960727031, + -12.093543112506309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.97534104822586, + -12.093543112506309 + ] + ] + ], + "type": "Polygon" + }, + "id": "734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97119990651262, + -11.859283766878656, + -76.96155703031775, + -11.848895208709763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.96688445096302, + -11.848895208709763 + ] + ] + ], + "type": "Polygon" + }, + "id": "735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97804472388628, + -11.836358202470539, + -76.9684023531763, + -11.825969156365021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.97372938956097, + -11.825969156365021 + ] + ] + ], + "type": "Polygon" + }, + "id": "736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10966941706714, + -11.668280609394783, + -77.10002869258531, + -11.657886113805892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.10535280103704, + -11.657886113805892 + ] + ] + ], + "type": "Polygon" + }, + "id": "737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14868979413514, + -11.884547366695656, + -77.13904165601942, + -11.87415483614358 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.14436925993621, + -11.87415483614358 + ] + ] + ], + "type": "Polygon" + }, + "id": "738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09540751006311, + -11.958007439415958, + -77.08575851760808, + -11.947617253012801 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.09108741098423, + -11.947617253012801 + ] + ] + ], + "type": "Polygon" + }, + "id": "739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00557697387555, + -12.122212640675958, + -76.99592537152029, + -12.111827133837776 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -77.00125708537293, + -12.111827133837776 + ] + ] + ], + "type": "Polygon" + }, + "id": "740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12737842966976, + -11.91393523434845, + -77.11772994783145, + -11.90354363612122 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.12305806858168, + -11.90354363612122 + ] + ] + ], + "type": "Polygon" + }, + "id": "741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94460616513058, + -12.0847399451116, + -76.93495725990805, + -12.074355361595908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.94028841965778, + -12.074355361595908 + ] + ] + ], + "type": "Polygon" + }, + "id": "742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07318404050496, + -11.759144313587951, + -77.0635415327296, + -11.748751888933759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.06886718558641, + -11.748751888933759 + ] + ] + ], + "type": "Polygon" + }, + "id": "743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80904143476829, + -12.055590518038148, + -76.7993969863731, + -12.045208875795424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.80472776376529, + -12.045208875795424 + ] + ] + ], + "type": "Polygon" + }, + "id": "744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90575212424837, + -12.057309607791785, + -76.89610505462356, + -12.046925568689364 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.90143579647474, + -12.046925568689364 + ] + ] + ], + "type": "Polygon" + }, + "id": "745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73816435990518, + -12.26076246963394, + -76.72851570580964, + -12.250385890612547 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.73384989602157, + -12.250385890612547 + ] + ] + ], + "type": "Polygon" + }, + "id": "746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06713074723143, + -11.821495402669278, + -77.0574865366895, + -11.811103969703382 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.06281322286723, + -11.811103969703382 + ] + ] + ], + "type": "Polygon" + }, + "id": "747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05793572698686, + -11.72618012561161, + -77.0482945870903, + -11.715787635565595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.0536197182811, + -11.715787635565595 + ] + ] + ], + "type": "Polygon" + }, + "id": "748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9651275972511, + -11.921611506752752, + -76.95548302179871, + -11.911223983208405 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.96081147440974, + -11.911223983208405 + ] + ] + ], + "type": "Polygon" + }, + "id": "749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94000341637921, + -11.94273157530135, + -76.93035886542148, + -11.932344978572196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93035886542148, + -11.939684528594263 + ], + [ + -76.93086550073481, + -11.934491283557275 + ], + [ + -76.93568768997372, + -11.932344978572196 + ] + ] + ], + "type": "Polygon" + }, + "id": "750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05406994786475, + -11.62350915482596, + -77.04443196019218, + -11.613115443187354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04975540954844, + -11.613115443187354 + ] + ] + ], + "type": "Polygon" + }, + "id": "751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97665432675743, + -12.229440164099136, + -76.9670002696966, + -12.21905708545244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.9761478817324, + -12.227296694785055 + ], + [ + -76.9713207669883, + -12.229440164099136 + ], + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.97233378375245, + -12.21905708545244 + ] + ] + ], + "type": "Polygon" + }, + "id": "752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02226221819163, + -11.950828276420859, + -77.01261529865783, + -11.940439770235475 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.0179441695731, + -11.940439770235475 + ] + ] + ], + "type": "Polygon" + }, + "id": "753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01753847639644, + -11.619939918333053, + -77.00790152787737, + -11.60954705378559 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01322496325302, + -11.60954705378559 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.01221499606146, + -11.619939918333053 + ], + [ + -77.00790152787737, + -11.616895301616642 + ], + [ + -77.00840657466362, + -11.611698922416727 + ], + [ + -77.01322496325302, + -11.60954705378559 + ] + ] + ], + "type": "Polygon" + }, + "id": "754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05788028319404, + -11.631750283589346, + -77.04824195359704, + -11.621356582336988 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.05356553339821, + -11.621356582336988 + ] + ] + ], + "type": "Polygon" + }, + "id": "755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03903082911609, + -11.968207709708224, + -77.02938296268381, + -11.957819046914711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.03471209932327, + -11.957819046914711 + ] + ] + ], + "type": "Polygon" + }, + "id": "756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02763766198758, + -12.037876643498095, + -77.0179880095401, + -12.027489297419951 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.02331830759675, + -12.027489297419951 + ] + ] + ], + "type": "Polygon" + }, + "id": "757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74058821515908, + -11.9072774618615, + -76.7309500387754, + -11.896895355120149 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.73627839922963, + -11.896895355120149 + ] + ] + ], + "type": "Polygon" + }, + "id": "758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72224617812658, + -12.09412476548967, + -76.71260293261496, + -12.083745916681321 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.71691468446878, + -12.09412476548967 + ], + [ + -76.71260293261496, + -12.091074978004208 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.71793437697306, + -12.083745916681321 + ] + ] + ], + "type": "Polygon" + }, + "id": "759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16467195798772, + -11.86250312602307, + -77.15502407940164, + -11.852109900898498 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.16467195798772, + -11.855154411827664 + ], + [ + -77.16416872402861, + -11.860351076250351 + ], + [ + -77.15934469968751, + -11.86250312602307 + ], + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.16035129477551, + -11.852109900898498 + ] + ] + ], + "type": "Polygon" + }, + "id": "760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74353471388801, + -12.15912715756892, + -76.73388894791663, + -12.148748789486985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.73922145900409, + -12.148748789486985 + ] + ] + ], + "type": "Polygon" + }, + "id": "761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89966511229073, + -12.119609952544312, + -76.89001634427386, + -12.109227028265185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.89534811806374, + -12.109227028265185 + ] + ] + ], + "type": "Polygon" + }, + "id": "762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10434526495581, + -11.67563080594488, + -77.09470445564892, + -11.665236533151518 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.10002869258531, + -11.665236533151518 + ] + ] + ], + "type": "Polygon" + }, + "id": "763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0290126596613, + -11.739086033294592, + -77.01937187321646, + -11.728694419285759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.02469725271611, + -11.728694419285759 + ] + ] + ], + "type": "Polygon" + }, + "id": "764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85701328745988, + -11.989582329185607, + -76.84736952571527, + -11.97919848774193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.8526991874915, + -11.97919848774193 + ] + ] + ], + "type": "Polygon" + }, + "id": "765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68788024000483, + -12.302882959221018, + -76.67823170584796, + -12.292508369177517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.68356660182577, + -12.292508369177517 + ] + ] + ], + "type": "Polygon" + }, + "id": "766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7031908583379, + -12.147243347496211, + -76.69354655022664, + -12.136865818982148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.69354655022664, + -12.144193117241377 + ], + [ + -76.69405680802531, + -12.139004407732928 + ], + [ + -76.69887887451951, + -12.136865818982148 + ] + ] + ], + "type": "Polygon" + }, + "id": "767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7404769462645, + -12.190261109120701, + -76.7308303342874, + -12.179883318071274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.73616336001857, + -12.179883318071274 + ] + ] + ], + "type": "Polygon" + }, + "id": "768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91870205350978, + -12.06645327486148, + -76.90905437110939, + -12.056069053318232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.91438525280623, + -12.056069053318232 + ] + ] + ], + "type": "Polygon" + }, + "id": "769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0337016477272, + -11.975549859064076, + -77.02405369855968, + -11.965161434615531 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02938296268381, + -11.965161434615531 + ] + ] + ], + "type": "Polygon" + }, + "id": "770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7892438729184, + -12.069347822969608, + -76.77959954693806, + -12.058966891106873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.78493056047319, + -12.058966891106873 + ] + ] + ], + "type": "Polygon" + }, + "id": "771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09086776301875, + -12.004761083949083, + -77.08121749121246, + -11.994371697273364 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.08654716082968, + -11.994371697273364 + ] + ] + ], + "type": "Polygon" + }, + "id": "772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81813426028664, + -12.339471328221672, + -76.80848109267662, + -12.329094045729562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.81762542602088, + -12.33733275236713 + ], + [ + -76.81279875512843, + -12.339471328221672 + ], + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.81381654982685, + -12.329094045729562 + ] + ] + ], + "type": "Polygon" + }, + "id": "773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72294749233089, + -12.227807556198803, + -76.7133002379026, + -12.21743082206727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.71863388791743, + -12.21743082206727 + ] + ] + ], + "type": "Polygon" + }, + "id": "774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00390030226055, + -11.760228166345442, + -76.99425953085358, + -11.749837448559255 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99958528715631, + -11.749837448559255 + ] + ] + ], + "type": "Polygon" + }, + "id": "775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9865096247384, + -12.081012345371532, + -76.97685974320218, + -12.07062666852481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.98219079912576, + -12.07062666852481 + ] + ] + ], + "type": "Polygon" + }, + "id": "776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376551542411, + -12.101319779552716, + -76.86411797704574, + -12.090937216724063 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86944946887758, + -12.090937216724063 + ] + ] + ], + "type": "Polygon" + }, + "id": "777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17985295567013, + -11.801032475077907, + -77.17020653185443, + -11.79063803797847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17985295567013, + -11.793682098902908 + ], + [ + -77.17935003062777, + -11.798879369261241 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.17553271104865, + -11.79063803797847 + ] + ] + ], + "type": "Polygon" + }, + "id": "778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67493980594223, + -12.293729473230442, + -76.66529190226078, + -12.28335506114108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.6706266483177, + -12.28335506114108 + ] + ] + ], + "type": "Polygon" + }, + "id": "779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98273047947357, + -12.167138791455821, + -76.97307812542513, + -12.156754557309089 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.97841060532278, + -12.156754557309089 + ] + ] + ], + "type": "Polygon" + }, + "id": "780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94844101561416, + -12.18733735045547, + -76.93878894853788, + -12.176954287933816 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.9441217963908, + -12.176954287933816 + ] + ] + ], + "type": "Polygon" + }, + "id": "781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11650420523074, + -11.645337967358513, + -77.10686399157734, + -11.63494301543099 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.11218771312444, + -11.63494301543099 + ] + ] + ], + "type": "Polygon" + }, + "id": "782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08909581220408, + -11.642665846253342, + -77.07945636750061, + -11.632271523952147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.08478008461495, + -11.632271523952147 + ] + ] + ], + "type": "Polygon" + }, + "id": "783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83110971505863, + -12.1599813660487, + -76.82146156097654, + -12.149600796340655 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.82679404785692, + -12.149600796340655 + ] + ] + ], + "type": "Polygon" + }, + "id": "784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72749575872707, + -12.275413828017038, + -76.71784695818974, + -12.265037764507003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.7231813931696, + -12.265037764507003 + ] + ] + ], + "type": "Polygon" + }, + "id": "785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78536736128238, + -12.344061423953447, + -76.77571493789083, + -12.333685048364634 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.78105048694462, + -12.333685048364634 + ] + ] + ], + "type": "Polygon" + }, + "id": "786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89280361413988, + -12.048165721982786, + -76.88315715819965, + -12.037781866290707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.8884877596593, + -12.037781866290707 + ] + ] + ], + "type": "Polygon" + }, + "id": "787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98499135529495, + -12.0965905131855, + -76.97534104822586, + -12.086205114389575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.98067236254373, + -12.086205114389575 + ] + ] + ], + "type": "Polygon" + }, + "id": "788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10916022054083, + -12.006555114123822, + -77.09950943466207, + -11.996165309980713 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.1048391074098, + -11.996165309980713 + ] + ] + ], + "type": "Polygon" + }, + "id": "789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95225367381518, + -12.195576983529483, + -76.94260126144214, + -12.185193959157086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.9479342415317, + -12.185193959157086 + ] + ] + ], + "type": "Polygon" + }, + "id": "790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75121070705156, + -11.986952864161111, + -76.7415698674666, + -11.976571650869348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.7468995372939, + -11.976571650869348 + ] + ] + ], + "type": "Polygon" + }, + "id": "791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83566566815477, + -12.301921322393653, + -76.82601315361569, + -12.291542961968277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.83134798055178, + -12.291542961968277 + ] + ] + ], + "type": "Polygon" + }, + "id": "792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70555721057644, + -11.982412820413897, + -76.69591775323094, + -11.972032701461549 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.70124735921775, + -11.972032701461549 + ] + ] + ], + "type": "Polygon" + }, + "id": "793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0992234650946, + -11.966248178716308, + -77.08957413086209, + -11.955858020156578 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.09490315442963, + -11.955858020156578 + ] + ] + ], + "type": "Polygon" + }, + "id": "794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04274247176421, + -11.787636785132722, + -77.03309988958003, + -11.777245485178796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.03842605043272, + -11.777245485178796 + ] + ] + ], + "type": "Polygon" + }, + "id": "795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05888755544764, + -12.048815230832972, + -77.0492367797098, + -12.038427285796647 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.05456721854584, + -12.038427285796647 + ] + ] + ], + "type": "Polygon" + }, + "id": "796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9392540815106, + -11.997709233253659, + -76.929607911398, + -11.98732346356895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.93493764207611, + -11.98732346356895 + ] + ] + ], + "type": "Polygon" + }, + "id": "797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16236430316253, + -11.838672033052822, + -77.15271719163663, + -11.82827853206668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.15804401886875, + -11.82827853206668 + ] + ] + ], + "type": "Polygon" + }, + "id": "799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93844257906177, + -11.769535581356383, + -76.92880322694008, + -11.759146601171354 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.93412920292975, + -11.759146601171354 + ] + ] + ], + "type": "Polygon" + }, + "id": "800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74200589882092, + -12.1746943501176, + -76.73235970985836, + -12.164316269780736 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.7376924782591, + -12.164316269780736 + ] + ] + ], + "type": "Polygon" + }, + "id": "801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76552323503469, + -12.452085859258752, + -76.75586811855288, + -12.441711871020711 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.75586811855288, + -12.449034761862043 + ], + [ + -76.75637799031294, + -12.443847821798274 + ], + [ + -76.76120546114556, + -12.441711871020711 + ] + ] + ], + "type": "Polygon" + }, + "id": "802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04806854969038, + -11.780290711809894, + -77.03842605043272, + -11.76989918261927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.0437520837903, + -11.76989918261927 + ] + ] + ], + "type": "Polygon" + }, + "id": "803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81971671253469, + -11.9465742033738, + -76.81007522773368, + -11.936190665247844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.81540420327563, + -11.936190665247844 + ] + ] + ], + "type": "Polygon" + }, + "id": "804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71000715829284, + -12.218656128797884, + -76.70036053150132, + -12.208279575438318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.70569403316173, + -12.208279575438318 + ] + ] + ], + "type": "Polygon" + }, + "id": "805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.770860503198, + -12.44476288543089, + -76.76120546114556, + -12.434388631535374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.76654268059508, + -12.434388631535374 + ] + ] + ], + "type": "Polygon" + }, + "id": "806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88595066082539, + -12.07107639381859, + -76.87630370240925, + -12.060693059222487 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.88163468671651, + -12.060693059222487 + ] + ] + ], + "type": "Polygon" + }, + "id": "807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02602892065026, + -11.864669500058774, + -77.01638447172307, + -11.854279670027646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.02171192009884, + -11.854279670027646 + ] + ] + ], + "type": "Polygon" + }, + "id": "808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0824476800226, + -11.948870244522471, + -77.07279928703511, + -11.938480240011247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.07812804822125, + -11.938480240011247 + ] + ] + ], + "type": "Polygon" + }, + "id": "809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72211878545826, + -12.377027558978414, + -76.7124670954871, + -12.366653359588256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.71780321051871, + -12.366653359588256 + ] + ] + ], + "type": "Polygon" + }, + "id": "810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74207920473138, + -11.986045378895406, + -76.73243864064494, + -11.975664383972358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.73776829825366, + -11.975664383972358 + ] + ] + ], + "type": "Polygon" + }, + "id": "811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00475815721644, + -11.988434438636515, + -76.99511056613049, + -11.978046914463318 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -77.00044007663246, + -11.978046914463318 + ] + ] + ], + "type": "Polygon" + }, + "id": "812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92550292205429, + -11.760397094376735, + -76.9158641801477, + -11.75000831206995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92119001739142, + -11.75000831206995 + ], + [ + -76.92550292205429, + -11.753054429570941 + ], + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.92119001739142, + -11.75000831206995 + ] + ] + ], + "type": "Polygon" + }, + "id": "813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03282333301406, + -11.747326965305097, + -77.02318220388452, + -11.736935367347403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.0285077142387, + -11.736935367347403 + ] + ] + ], + "type": "Polygon" + }, + "id": "814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04645003328264, + -11.607026920417335, + -77.03681272964218, + -11.5966331893754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.04213591798417, + -11.5966331893754 + ] + ] + ], + "type": "Polygon" + }, + "id": "815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95833328964184, + -12.13327596782782, + -76.94868257882793, + -12.122891800474527 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.95401452545586, + -12.122891800474527 + ] + ] + ], + "type": "Polygon" + }, + "id": "816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07100323372507, + -11.924148030206293, + -77.061355867184, + -11.91375794666577 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.06668423707573, + -11.91375794666577 + ] + ] + ], + "type": "Polygon" + }, + "id": "817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73063541537817, + -12.055657765386918, + -76.72099308792586, + -12.045278110190841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.72632389598853, + -12.045278110190841 + ] + ] + ], + "type": "Polygon" + }, + "id": "818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83871653018056, + -12.270785642341346, + -76.82906486439575, + -12.260406684510155 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.83439917538082, + -12.260406684510155 + ] + ] + ], + "type": "Polygon" + }, + "id": "819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72075964450715, + -12.015370210689754, + -76.7111187882001, + -12.0049901962182 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71644893443673, + -12.0049901962182 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.7111187882001, + -12.012320820416516 + ], + [ + -76.71162859368374, + -12.00713086792718 + ], + [ + -76.71644893443673, + -12.0049901962182 + ] + ] + ], + "type": "Polygon" + }, + "id": "820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03526618621252, + -12.054357296033595, + -77.02561584713379, + -12.043970012967936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.03094640737633, + -12.043970012967936 + ] + ] + ], + "type": "Polygon" + }, + "id": "821", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0884363880318, + -11.79210851719865, + -77.07879251335773, + -11.781716165237807 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.08411868721551, + -11.781716165237807 + ] + ] + ], + "type": "Polygon" + }, + "id": "822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91871693663941, + -12.160808305427684, + -76.90906643845423, + -12.150425556909662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.9143988758153, + -12.150425556909662 + ] + ] + ], + "type": "Polygon" + }, + "id": "823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04514335143836, + -12.000271368198543, + -77.03549437318775, + -11.98988302959106 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.0408240301468, + -11.98988302959106 + ] + ] + ], + "type": "Polygon" + }, + "id": "824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06320377966797, + -11.624400825642079, + -77.05356553339821, + -11.614006902859346 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.0588889855621, + -11.614006902859346 + ] + ] + ], + "type": "Polygon" + }, + "id": "825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95681359123516, + -12.148851864680172, + -76.94716245506731, + -12.138467980754791 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.95249466003455, + -12.138467980754791 + ] + ] + ], + "type": "Polygon" + }, + "id": "826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99872729472598, + -12.145128107346745, + -76.98907518480699, + -12.134743129479142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.99440728421787, + -12.134743129479142 + ] + ] + ], + "type": "Polygon" + }, + "id": "827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99324857248585, + -11.774917803178406, + -76.98360763821756, + -11.764527543970662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.98893364784483, + -11.764527543970662 + ] + ] + ], + "type": "Polygon" + }, + "id": "828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79304858773354, + -12.077587283695028, + -76.78340391344337, + -12.067206382479135 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.78873506112411, + -12.067206382479135 + ] + ] + ], + "type": "Polygon" + }, + "id": "829", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67193217465872, + -12.230565950399034, + -76.66228624056501, + -12.220190566993102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.6676199437112, + -12.220190566993102 + ] + ] + ], + "type": "Polygon" + }, + "id": "830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71084100854172, + -12.069407272867826, + -76.70119881258229, + -12.059028332940686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.70652985167258, + -12.059028332940686 + ] + ] + ], + "type": "Polygon" + }, + "id": "831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18597969264354, + -11.833106373123053, + -77.17633216241319, + -11.822712228133646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18165885850664, + -11.822712228133646 + ], + [ + -77.18597969264354, + -11.825756396229076 + ], + [ + -77.18547680397347, + -11.830953520463813 + ], + [ + -77.18065295393602, + -11.833106373123053 + ], + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.18165885850664, + -11.822712228133646 + ] + ] + ], + "type": "Polygon" + }, + "id": "832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757409239667, + -12.109559444908664, + -76.86792620737084, + -12.099176915146629 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.87325783231098, + -12.099176915146629 + ] + ] + ], + "type": "Polygon" + }, + "id": "833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9049533331956, + -11.734777410390771, + -76.89531589279926, + -11.724388797132207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90064132596405, + -11.724388797132207 + ], + [ + -76.9049533331956, + -11.727434952340467 + ], + [ + -76.90444665995308, + -11.732629312702102 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.89531589279926, + -11.731731167715946 + ], + [ + -76.89582269207477, + -11.726536914828818 + ], + [ + -76.90064132596405, + -11.724388797132207 + ] + ] + ], + "type": "Polygon" + }, + "id": "834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80218476326813, + -12.078494852342422, + -76.79253981598522, + -12.068113734454123 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.797870974356, + -12.068113734454123 + ] + ] + ], + "type": "Polygon" + }, + "id": "835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91945497674708, + -12.011482775427204, + -76.90980891391831, + -12.001097702702506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.91513888914889, + -12.001097702702506 + ] + ] + ], + "type": "Polygon" + }, + "id": "836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02286182973117, + -11.61259158265008, + -77.01322496325302, + -11.602198496415708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0185482717063, + -11.602198496415708 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.01322496325302, + -11.60954705378559 + ], + [ + -77.0137299241061, + -11.604350563712114 + ], + [ + -77.0185482717063, + -11.602198496415708 + ] + ] + ], + "type": "Polygon" + }, + "id": "837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84787739330984, + -11.988678023958032, + -76.8382339015434, + -11.978294398015231 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.84356355428717, + -11.978294398015231 + ] + ] + ], + "type": "Polygon" + }, + "id": "838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93007825428319, + -11.808043442507751, + -76.92043797442834, + -11.79765519160025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.92576459129612, + -11.79765519160025 + ] + ] + ], + "type": "Polygon" + }, + "id": "839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96203559203848, + -11.763987184004337, + -76.95239579081533, + -11.753597546483656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.95772165314204, + -11.753597546483656 + ] + ] + ], + "type": "Polygon" + }, + "id": "840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98563006060213, + -11.758436280711917, + -76.97598981350984, + -11.748045987783186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.98131556034313, + -11.748045987783186 + ] + ] + ], + "type": "Polygon" + }, + "id": "841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0717899410935, + -11.963557895995766, + -77.06214138005943, + -11.953168365237303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.06747039761865, + -11.953168365237303 + ] + ] + ], + "type": "Polygon" + }, + "id": "842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0786941674174, + -12.035030123253344, + -77.06904330055207, + -12.024641486558524 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.07437348567986, + -12.024641486558524 + ] + ] + ], + "type": "Polygon" + }, + "id": "843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71844420031368, + -12.08588560826724, + -76.70880130459312, + -12.075506728630906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.71413261390275, + -12.075506728630906 + ] + ] + ], + "type": "Polygon" + }, + "id": "844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8714769710167, + -11.794406017468413, + -76.86183863948489, + -11.784019037789967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.87096973729254, + -11.792259360561125 + ], + [ + -76.86615048500505, + -11.794406017468413 + ], + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.86716507840877, + -11.784019037789967 + ] + ] + ], + "type": "Polygon" + }, + "id": "845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88976581886428, + -12.173664026561832, + -76.88011569854962, + -12.163282204922382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.88544837158926, + -12.163282204922382 + ] + ] + ], + "type": "Polygon" + }, + "id": "846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94533216119186, + -11.93539193938261, + -76.93568768997372, + -11.925005104207333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.94101638870964, + -11.925005104207333 + ] + ] + ], + "type": "Polygon" + }, + "id": "847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78922097918067, + -12.163677268094085, + -76.7795738393788, + -12.1532978139045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.78490640865252, + -12.1532978139045 + ] + ] + ], + "type": "Polygon" + }, + "id": "848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01541688742464, + -11.973752273880953, + -77.00576946014705, + -11.963364271209128 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.01109871658657, + -11.963364271209128 + ] + ] + ], + "type": "Polygon" + }, + "id": "849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91796354241674, + -12.215767760992469, + -76.9083114231734, + -12.20538591535309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.91364476783659, + -12.20538591535309 + ] + ] + ], + "type": "Polygon" + }, + "id": "850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73447640044901, + -11.969566399928096, + -76.72483653472833, + -11.959185354445033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.73016592287726, + -11.959185354445033 + ] + ] + ], + "type": "Polygon" + }, + "id": "851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88977225861518, + -12.267999913263832, + -76.88011932109069, + -12.257619628937562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.88545355084122, + -12.257619628937562 + ] + ] + ], + "type": "Polygon" + }, + "id": "852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01697684859359, + -12.052557079823186, + -77.0073270314953, + -12.042170217907112 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.01265758414371, + -12.042170217907112 + ] + ] + ], + "type": "Polygon" + }, + "id": "853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9247848728576, + -12.004145200426171, + -76.91513888914889, + -11.993759885623435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.92046873887017, + -11.993759885623435 + ] + ] + ], + "type": "Polygon" + }, + "id": "854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98343917271575, + -12.017794861740347, + -76.97379125600268, + -12.007408299886048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.9791212735772, + -12.007408299886048 + ] + ] + ], + "type": "Polygon" + }, + "id": "855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005941691805, + -11.95843026786693, + -76.850416502772, + -11.948045890810304 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.8557456493812, + -11.948045890810304 + ] + ] + ], + "type": "Polygon" + }, + "id": "856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04874645406854, + -11.630858326602976, + -77.03910838335909, + -11.62046483661527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.04443196019218, + -11.62046483661527 + ] + ] + ], + "type": "Polygon" + }, + "id": "857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93390499319918, + -11.9106709520143, + -76.92426155681466, + -11.900284043731586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.92958985909279, + -11.900284043731586 + ] + ] + ], + "type": "Polygon" + }, + "id": "858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93998233583369, + -11.848346911876021, + -76.93034059718973, + -11.837958972234613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93566786818583, + -11.837958972234613 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.93465501870946, + -11.848346911876021 + ], + [ + -76.93034059718973, + -11.84530035907996 + ], + [ + -76.93084708505363, + -11.840106442667686 + ], + [ + -76.93566786818583, + -11.837958972234613 + ] + ] + ], + "type": "Polygon" + }, + "id": "859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0581022525056, + -12.009410350947725, + -77.0484526718688, + -11.999021831881507 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.05378246265839, + -11.999021831881507 + ] + ] + ], + "type": "Polygon" + }, + "id": "860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71765757709707, + -12.140827254708853, + -76.70801306377994, + -12.130449255125516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.71334527949831, + -12.130449255125516 + ] + ] + ], + "type": "Polygon" + }, + "id": "861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97284026929162, + -12.221200576640506, + -76.96318655709723, + -12.210817457890297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.96851993919714, + -12.210817457890297 + ] + ] + ], + "type": "Polygon" + }, + "id": "862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.095930956059, + -11.61972368027196, + -77.08629202122165, + -11.609328904843927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0916153519519, + -11.609328904843927 + ], + [ + -77.095930956059, + -11.61237274766407 + ], + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.0916153519519, + -11.609328904843927 + ] + ] + ], + "type": "Polygon" + }, + "id": "863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70235329968838, + -12.296473992422191, + -76.69270455884096, + -12.286098923819736 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.69803934687053, + -12.286098923819736 + ] + ] + ], + "type": "Polygon" + }, + "id": "864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0115622919122, + -11.871115970199662, + -77.00191802193604, + -11.86072658528595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -77.00724559339334, + -11.86072658528595 + ] + ] + ], + "type": "Polygon" + }, + "id": "865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16538336134342, + -11.807491027980511, + -77.15573710345556, + -11.797097026259834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.16106341301479, + -11.797097026259834 + ] + ] + ], + "type": "Polygon" + }, + "id": "866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74122298793326, + -12.22963214027675, + -76.73157518015995, + -12.219254970332356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.73690885552678, + -12.219254970332356 + ] + ] + ], + "type": "Polygon" + }, + "id": "867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08329878539203, + -12.08267571142518, + -77.07364638084945, + -12.072287688596155 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.0789773445531, + -12.072287688596155 + ] + ] + ], + "type": "Polygon" + }, + "id": "868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13739689047415, + -12.048655001841324, + -77.12774414185353, + -12.038265146807191 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.13739689047415, + -12.041310815663822 + ], + [ + -77.13689298352031, + -12.046505795068605 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.13307446503907, + -12.038265146807191 + ] + ] + ], + "type": "Polygon" + }, + "id": "869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91263015120613, + -12.223100765627967, + -76.90297795295645, + -12.212719172228914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.9083114231734, + -12.212719172228914 + ] + ] + ], + "type": "Polygon" + }, + "id": "870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69859911780576, + -12.193939851021995, + -76.68895354212465, + -12.183563187865994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.6942866377438, + -12.183563187865994 + ] + ] + ], + "type": "Polygon" + }, + "id": "871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69089186758949, + -12.366042427915994, + -76.68124136306551, + -12.3556688377434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.6865773022623, + -12.3556688377434 + ] + ] + ], + "type": "Polygon" + }, + "id": "872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91485102953742, + -11.77508147052384, + -76.9052121297484, + -11.764693149600971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.9105382175708, + -11.764693149600971 + ] + ] + ], + "type": "Polygon" + }, + "id": "873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83873344508733, + -12.082122479335572, + -76.82908741059315, + -12.071740497257018 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.83441860897108, + -12.071740497257018 + ] + ] + ], + "type": "Polygon" + }, + "id": "874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17976193532238, + -11.706587301548067, + -77.17011832483557, + -11.696191611505677 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.17544295205819, + -11.696191611505677 + ] + ] + ], + "type": "Polygon" + }, + "id": "875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69854976635179, + -12.28823554003676, + -76.68890137613982, + -12.277860430492359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.6942360287018, + -12.277860430492359 + ] + ] + ], + "type": "Polygon" + }, + "id": "876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81051684271087, + -12.322993942769445, + -76.80086437188305, + -12.312616572303435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.8061995608974, + -12.312616572303435 + ] + ] + ], + "type": "Polygon" + }, + "id": "877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05423303632197, + -11.906769938831534, + -77.04458661342656, + -11.8963800150747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04991471943951, + -11.8963800150747 + ] + ] + ], + "type": "Polygon" + }, + "id": "878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05052626819823, + -12.08731845583376, + -77.04087455659196, + -12.076931304264257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.04620564070719, + -12.076931304264257 + ] + ] + ], + "type": "Polygon" + }, + "id": "879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70689910325899, + -12.344074589221568, + -76.69724881527445, + -12.33370021166125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.70258438891307, + -12.33370021166125 + ] + ] + ], + "type": "Polygon" + }, + "id": "880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06567481955248, + -11.931492115604053, + -77.05602736928206, + -11.921102267744477 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.061355867184, + -11.921102267744477 + ] + ] + ], + "type": "Polygon" + }, + "id": "881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04817379306573, + -11.969105816421617, + -77.03852566669653, + -11.958716943235986 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.04385480660355, + -11.958716943235986 + ] + ] + ], + "type": "Polygon" + }, + "id": "882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93317381093003, + -12.060020047538446, + -76.92352594154197, + -12.049635368097302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.92885670444002, + -12.049635368097302 + ] + ] + ], + "type": "Polygon" + }, + "id": "883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97652724646818, + -11.851941454218206, + -76.96688445096302, + -11.84155266212726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.97221174531012, + -11.84155266212726 + ] + ] + ], + "type": "Polygon" + }, + "id": "884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04744245401982, + -12.024093978544471, + -77.03779270682283, + -12.013705939854315 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.04312275322773, + -12.013705939854315 + ] + ] + ], + "type": "Polygon" + }, + "id": "885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73894785620234, + -12.205827432265012, + -76.72930082118741, + -12.195449932045117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.7346341042661, + -12.195449932045117 + ] + ] + ], + "type": "Polygon" + }, + "id": "886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0898840939493, + -11.682089069442124, + -77.08024345679756, + -11.671695229865149 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.08556782040179, + -11.671695229865149 + ] + ] + ], + "type": "Polygon" + }, + "id": "887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99639381115598, + -12.0269358061912, + -76.9867452874835, + -12.016549062578301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.99207544154567, + -12.016549062578301 + ] + ] + ], + "type": "Polygon" + }, + "id": "888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8699578490056, + -12.18742238873133, + -76.86030784183497, + -12.17704128322607 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.86564075646089, + -12.17704128322607 + ] + ] + ], + "type": "Polygon" + }, + "id": "889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88138691489176, + -12.212140501133804, + -76.87173586717176, + -12.201759509243557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.87706918135568, + -12.201759509243557 + ] + ] + ], + "type": "Polygon" + }, + "id": "890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89586372443094, + -12.205715261479368, + -76.88621248641175, + -12.195333803622875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.89154568347169, + -12.195333803622875 + ] + ] + ], + "type": "Polygon" + }, + "id": "891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92627106856558, + -11.799802946136609, + -76.91663113363639, + -11.789414677041398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.92195761830463, + -11.789414677041398 + ] + ] + ], + "type": "Polygon" + }, + "id": "892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02217209547176, + -11.762019018292557, + -77.0125308016567, + -11.751627876653597 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.01785656632802, + -11.751627876653597 + ] + ] + ], + "type": "Polygon" + }, + "id": "893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91567381821305, + -12.191955403411235, + -76.9060224700432, + -12.181573229364783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.91135542379749, + -12.181573229364783 + ] + ] + ], + "type": "Polygon" + }, + "id": "894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310231270403, + -12.115987180153407, + -76.85345461940292, + -12.105605112953732 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.85878636052486, + -12.105605112953732 + ] + ] + ], + "type": "Polygon" + }, + "id": "895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75715890986203, + -12.396248643918653, + -76.74750569016635, + -12.385873885332224 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.756649135724, + -12.394112162068588 + ], + [ + -76.75182243844581, + -12.396248643918653 + ], + [ + -76.74750569016635, + -12.39319771722414 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.75284211268807, + -12.385873885332224 + ] + ] + ], + "type": "Polygon" + }, + "id": "896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995653584135, + -11.998726299169338, + -76.86031215802862, + -11.988342269822946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.86564196167504, + -11.988342269822946 + ] + ] + ], + "type": "Polygon" + }, + "id": "897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10887870030422, + -11.62885534500371, + -77.0992391682005, + -11.61846037027471 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10456263027575, + -11.61846037027471 + ], + [ + -77.10887870030422, + -11.621504149923604 + ], + [ + -77.10837504583426, + -11.626701689723147 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.10456263027575, + -11.61846037027471 + ] + ] + ], + "type": "Polygon" + }, + "id": "898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79377937026464, + -12.211292626208802, + -76.78413068616734, + -12.200913823661686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78946403909268, + -12.200913823661686 + ] + ] + ], + "type": "Polygon" + }, + "id": "899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1637875362761, + -11.72864179905105, + -77.15414366507065, + -11.718246780465037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15946868125457, + -11.718246780465037 + ] + ] + ], + "type": "Polygon" + }, + "id": "900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73898541517394, + -12.111513161727805, + -76.72934119391006, + -12.101134157679185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.73467292083905, + -12.101134157679185 + ] + ] + ], + "type": "Polygon" + }, + "id": "901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88062716875089, + -12.26709170770994, + -76.87097449995463, + -12.25671163702225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.8763087216457, + -12.25671163702225 + ] + ] + ], + "type": "Polygon" + }, + "id": "902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15020018184114, + -11.868958506813428, + -77.14055247052595, + -11.858565720475708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.14587981559016, + -11.858565720475708 + ] + ] + ], + "type": "Polygon" + }, + "id": "903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72534607732281, + -11.968658719383011, + -76.71570648794378, + -11.958277892780949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.72103586337181, + -11.958277892780949 + ] + ] + ], + "type": "Polygon" + }, + "id": "904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69627777434903, + -12.264434271872533, + -76.68663015755986, + -12.254058823363355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.69196441736997, + -12.254058823363355 + ] + ] + ], + "type": "Polygon" + }, + "id": "905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93088392716145, + -12.036202926505245, + -76.92123682796311, + -12.025817941899199 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.9265672004455, + -12.025817941899199 + ] + ] + ], + "type": "Polygon" + }, + "id": "906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14487279364208, + -11.876306300115813, + -77.1352249961082, + -11.865913745422484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.14055247052595, + -11.865913745422484 + ] + ] + ], + "type": "Polygon" + }, + "id": "907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14781197042952, + -11.750693495118995, + -77.13816783999256, + -11.74029915200237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.14349324435236, + -11.74029915200237 + ] + ] + ], + "type": "Polygon" + }, + "id": "908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71455314126207, + -12.266261833093527, + -76.70490496821624, + -12.255885947597468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.71023925499208, + -12.255885947597468 + ] + ] + ], + "type": "Polygon" + }, + "id": "909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03893091975922, + -11.77939587468971, + -77.0292886801407, + -11.7690045565347 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.03461471023155, + -11.7690045565347 + ] + ] + ], + "type": "Polygon" + }, + "id": "910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96217328696085, + -12.235869776930913, + -76.95251941341978, + -12.225487161682565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.96166662904547, + -12.233726705216373 + ], + [ + -76.95683960598319, + -12.235869776930913 + ], + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.95785304847547, + -12.225487161682565 + ] + ] + ], + "type": "Polygon" + }, + "id": "911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08153492073534, + -11.720618249745904, + -77.07189334815747, + -11.710225112761684 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.07721835642496, + -11.710225112761684 + ] + ] + ], + "type": "Polygon" + }, + "id": "912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386350599226, + -12.155371732712497, + -76.85421461717061, + -12.144990267358493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85954700731075, + -12.144990267358493 + ] + ] + ], + "type": "Polygon" + }, + "id": "913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8265578474083, + -12.018017125675863, + -76.81691404996725, + -12.00763447320604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.82224419877562, + -12.00763447320604 + ] + ] + ], + "type": "Polygon" + }, + "id": "914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9848887620944, + -11.81343123821675, + -76.97524689709188, + -11.803041707706576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.9805735491169, + -11.803041707706576 + ] + ] + ], + "type": "Polygon" + }, + "id": "915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0314517976955, + -12.046116975443027, + -77.02180180190177, + -12.035729660643163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.02713223107217, + -12.035729660643163 + ] + ] + ], + "type": "Polygon" + }, + "id": "916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97042601009434, + -11.819876963213021, + -76.96078432744652, + -11.809487877402098 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.96611110055383, + -11.809487877402098 + ] + ] + ], + "type": "Polygon" + }, + "id": "917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79599631667442, + -12.517989228728535, + -76.78633840490126, + -12.507615652442935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7916768244446, + -12.507615652442935 + ], + [ + -76.79599631667442, + -12.510666662213167 + ], + [ + -76.79548689193783, + -12.515853504136402 + ], + [ + -76.79065784875387, + -12.517989228728535 + ], + [ + -76.78633840490126, + -12.51493813653674 + ], + [ + -76.78684795584586, + -12.509751402184211 + ], + [ + -76.7916768244446, + -12.507615652442935 + ] + ] + ], + "type": "Polygon" + }, + "id": "918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98876910913224, + -12.010455245295036, + -76.9791212735772, + -12.000068442195992 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.98445116451515, + -12.000068442195992 + ] + ] + ], + "type": "Polygon" + }, + "id": "919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83492679105099, + -12.073882869460697, + -76.82528110394153, + -12.063500856077013 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.83061216874468, + -12.063500856077013 + ] + ] + ], + "type": "Polygon" + }, + "id": "920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72836238845345, + -12.031848883902006, + -76.71872083302344, + -12.021468924401695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.72405124914033, + -12.021468924401695 + ] + ] + ], + "type": "Polygon" + }, + "id": "921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74815520827484, + -12.018095419321138, + -76.73851352341003, + -12.007714749073665 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.74384370741014, + -12.007714749073665 + ] + ] + ], + "type": "Polygon" + }, + "id": "922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92404929483082, + -12.15347379500084, + -76.9143988758153, + -12.14309079730326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.91973118756407, + -12.14309079730326 + ] + ] + ], + "type": "Polygon" + }, + "id": "923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03673282025002, + -11.944384054445932, + -77.02708572257816, + -11.933995100101411 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.03241446984092, + -11.933995100101411 + ] + ] + ], + "type": "Polygon" + }, + "id": "924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09520837318426, + -11.674739469293002, + -77.08556782040179, + -11.664345406354057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.09089205576919, + -11.664345406354057 + ] + ] + ], + "type": "Polygon" + }, + "id": "925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77930639375779, + -12.217710961576115, + -76.76965790855722, + -12.207332629793287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.77499137373707, + -12.207332629793287 + ] + ] + ], + "type": "Polygon" + }, + "id": "926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75192385445368, + -12.12066219694668, + -76.74227900807288, + -12.110283007342625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.7476108820213, + -12.110283007342625 + ] + ] + ], + "type": "Polygon" + }, + "id": "927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7360045600812, + -11.95399476468791, + -76.72636511672968, + -11.943613451571766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.73169424792931, + -11.943613451571766 + ] + ] + ], + "type": "Polygon" + }, + "id": "928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89128844697805, + -12.158091222389695, + -76.88163875132733, + -12.147709114327318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.88697116631901, + -12.147709114327318 + ] + ] + ], + "type": "Polygon" + }, + "id": "929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79530619480927, + -12.19572434955243, + -76.78565793438784, + -12.185345256090976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.79099102968249, + -12.185345256090976 + ] + ] + ], + "type": "Polygon" + }, + "id": "930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00861188609517, + -12.0910555595281, + -76.99896113537811, + -12.080669493431007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -77.00429233217586, + -12.080669493431007 + ] + ] + ], + "type": "Polygon" + }, + "id": "931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14177140443816, + -11.813056115457298, + -77.13212556800518, + -11.802662758178792 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.13745200707908, + -11.802662758178792 + ] + ] + ], + "type": "Polygon" + }, + "id": "932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1220502654466, + -11.921281403282615, + -77.1124016980915, + -11.9108900392483 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.11772994783145, + -11.9108900392483 + ] + ] + ], + "type": "Polygon" + }, + "id": "933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70935743729416, + -11.99065217233925, + -76.69971763011887, + -11.980272078824388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.70884763777485, + -11.988511454038113 + ], + [ + -76.70402764673246, + -11.99065217233925 + ], + [ + -76.69971763011887, + -11.98760281232637 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.70504737122927, + -11.980272078824388 + ] + ] + ], + "type": "Polygon" + }, + "id": "934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69173486000662, + -12.216829999564478, + -76.68208878978226, + -12.2064538837774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.68742226421105, + -12.2064538837774 + ] + ] + ], + "type": "Polygon" + }, + "id": "935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18367048595304, + -11.80927378573156, + -77.1740237224381, + -11.798879369261241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17935003062777, + -11.798879369261241 + ], + [ + -77.18367048595304, + -11.80192343753687 + ], + [ + -77.18316760180178, + -11.807120697547752 + ], + [ + -77.17834413512257, + -11.80927378573156 + ], + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.17935003062777, + -11.798879369261241 + ] + ] + ], + "type": "Polygon" + }, + "id": "936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85472643743225, + -12.06012129925268, + -76.84508063319751, + -12.049738577922643 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.8504114588701, + -12.049738577922643 + ] + ] + ], + "type": "Polygon" + }, + "id": "937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10073631875052, + -11.950662874704548, + -77.09108741098423, + -11.940272451886518 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.09641617580816, + -11.940272451886518 + ] + ] + ], + "type": "Polygon" + }, + "id": "938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79687421946501, + -11.99148635932617, + -76.78723200951285, + -11.981104057937031 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.79256173631005, + -11.981104057937031 + ] + ] + ], + "type": "Polygon" + }, + "id": "939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94077380678681, + -11.9821305114457, + -76.93112806143354, + -11.971744473067163 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.93645753410007, + -11.971744473067163 + ] + ] + ], + "type": "Polygon" + }, + "id": "940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95750793451818, + -11.905130663379374, + -76.9478640480218, + -11.89474309167538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.95319223689073, + -11.89474309167538 + ] + ] + ], + "type": "Polygon" + }, + "id": "941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83262449903634, + -12.238738970557103, + -76.82297395310584, + -12.228359636522914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.8283077387022, + -12.228359636522914 + ] + ] + ], + "type": "Polygon" + }, + "id": "942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0254321457563, + -12.202807232101039, + -77.01577762792792, + -12.192422519108282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.0211106474317, + -12.192422519108282 + ] + ] + ], + "type": "Polygon" + }, + "id": "943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96441071337233, + -12.070968156044636, + -76.9547617037353, + -12.06058287043508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.96009261718011, + -12.06058287043508 + ] + ] + ], + "type": "Polygon" + }, + "id": "944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0542874625907, + -12.00116984127439, + -77.04463822467225, + -11.990781292550615 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.049967884715, + -11.990781292550615 + ] + ] + ], + "type": "Polygon" + }, + "id": "945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92936353295272, + -12.051780060895364, + -76.91971600896433, + -12.041395350390388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.9250466394958, + -12.041395350390388 + ] + ] + ], + "type": "Polygon" + }, + "id": "946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99480204013926, + -11.853737162881668, + -76.98515871906359, + -11.843347946071592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.9904860234343, + -11.843347946071592 + ] + ] + ], + "type": "Polygon" + }, + "id": "947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92481819341526, + -12.1928612013781, + -76.91516657847797, + -12.182478814374438 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.92049953923015, + -12.182478814374438 + ] + ] + ], + "type": "Polygon" + }, + "id": "948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07699674922024, + -11.767385364152195, + -77.06735389962827, + -11.756992956986812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.0726796827977, + -11.756992956986812 + ] + ] + ], + "type": "Polygon" + }, + "id": "949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72745482747742, + -12.36970444343291, + -76.71780321051871, + -12.35932998116926 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.72313920322813, + -12.35932998116926 + ] + ] + ], + "type": "Polygon" + }, + "id": "950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376905302551, + -12.289991697270631, + -76.86411588159798, + -12.279612179901612 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.87326107353199, + -12.287851254463419 + ], + [ + -76.86843440104282, + -12.289991697270631 + ], + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.869450486381, + -12.279612179901612 + ] + ] + ], + "type": "Polygon" + }, + "id": "951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0214817265551, + -11.911421612055852, + -77.01183600133608, + -11.901032555884436 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.01716422449157, + -11.901032555884436 + ] + ] + ], + "type": "Polygon" + }, + "id": "952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1090193783162, + -11.817725310614867, + -77.09937422260758, + -11.80733280871333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.10470078820872, + -11.80733280871333 + ] + ] + ], + "type": "Polygon" + }, + "id": "953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98421516826845, + -12.05719361499794, + -76.97456605652364, + -12.04680762979207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97989672239196, + -12.04680762979207 + ] + ] + ], + "type": "Polygon" + }, + "id": "954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67573392252467, + -12.238804505369492, + -76.66608763737818, + -12.228429159722467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.67142147627753, + -12.228429159722467 + ] + ] + ], + "type": "Polygon" + }, + "id": "955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95292668143662, + -11.857486436449246, + -76.94328433330075, + -11.84709830424244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.94861174249945, + -11.84709830424244 + ] + ] + ], + "type": "Polygon" + }, + "id": "956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73592771811401, + -12.142649039748369, + -76.72628265119727, + -12.13227060344819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.73161489257272, + -12.13227060344819 + ] + ] + ], + "type": "Polygon" + }, + "id": "957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99339514994088, + -12.152465334343079, + -76.98374295847934, + -12.142080603940038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.98907518480699, + -12.142080603940038 + ] + ] + ], + "type": "Polygon" + }, + "id": "958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08830772466908, + -11.603241156527957, + -77.0786694721226, + -11.592846361299678 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08399254290197, + -11.592846361299678 + ], + [ + -77.08830772466908, + -11.595890178946851 + ], + [ + -77.08780382152271, + -11.60108762915725 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.08399254290197, + -11.592846361299678 + ] + ] + ], + "type": "Polygon" + }, + "id": "959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01012913690029, + -12.07547639094758, + -77.00047881196632, + -12.065090047540574 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -77.00580975026283, + -12.065090047540574 + ] + ] + ], + "type": "Polygon" + }, + "id": "960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76399395196134, + -12.467646446320362, + -76.75433841146966, + -12.457272774404128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.75865630265916, + -12.467646446320362 + ], + [ + -76.75433841146966, + -12.464595265910154 + ], + [ + -76.75484832913186, + -12.459408484003427 + ], + [ + -76.75967601195319, + -12.457272774404128 + ] + ] + ], + "type": "Polygon" + }, + "id": "961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0527184304668, + -11.922354499175524, + -77.04307158173907, + -11.911964835737777 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.04839994619928, + -11.911964835737777 + ] + ] + ], + "type": "Polygon" + }, + "id": "962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7716670315794, + -12.295542177449837, + -76.76201642838589, + -12.285165327115134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.76735118166643, + -12.285165327115134 + ] + ] + ], + "type": "Polygon" + }, + "id": "963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91564583336668, + -12.003242709254497, + -76.90600011611573, + -11.992857608068274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.91132995884648, + -11.992857608068274 + ] + ] + ], + "type": "Polygon" + }, + "id": "964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17834413512257, + -11.81662381979478, + -77.16869728435682, + -11.8062296315274 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.17834413512257, + -11.80927378573156 + ], + [ + -77.1778411646585, + -11.814470931671089 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.1740237224381, + -11.8062296315274 + ] + ] + ], + "type": "Polygon" + }, + "id": "965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92252806241076, + -12.169047934531672, + -76.91287721837398, + -12.15866522253233 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.91820978832531, + -12.15866522253233 + ] + ] + ], + "type": "Polygon" + }, + "id": "966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07312414456297, + -11.66471486518515, + -77.06348444787953, + -11.654321210041806 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.06880854904558, + -11.654321210041806 + ] + ] + ], + "type": "Polygon" + }, + "id": "967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68344571654463, + -12.066675853275546, + -76.67380435524572, + -12.056297571602366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67913535319005, + -12.056297571602366 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.67811466875742, + -12.066675853275546 + ], + [ + -76.67380435524572, + -12.063625860643759 + ], + [ + -76.67431476015891, + -12.058436774760017 + ], + [ + -76.67913535319005, + -12.056297571602366 + ] + ] + ], + "type": "Polygon" + }, + "id": "968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89434106381523, + -12.221287084536423, + -76.88468940095534, + -12.210905917747821 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.89002285616192, + -12.210905917747821 + ] + ] + ], + "type": "Polygon" + }, + "id": "969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77100170258403, + -11.973194507426621, + -76.76136073624404, + -11.96281258891608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.76669017252905, + -11.96281258891608 + ] + ] + ], + "type": "Polygon" + }, + "id": "970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09599749581055, + -11.714161887613525, + -77.08635575033395, + -11.703768315326293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.09168063230123, + -11.703768315326293 + ] + ] + ], + "type": "Polygon" + }, + "id": "971", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1160746485133, + -12.07802849373271, + -77.10642155726029, + -12.067639603065828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.1155703961235, + -12.07588010684822 + ], + [ + -77.11074376508378, + -12.07802849373271 + ], + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.11175239701106, + -12.067639603065828 + ] + ] + ], + "type": "Polygon" + }, + "id": "972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73588926349547, + -12.236958761726294, + -76.72624138233483, + -12.226581847790756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.73157518015995, + -12.226581847790756 + ] + ] + ], + "type": "Polygon" + }, + "id": "973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72451913403755, + -12.117931788634255, + -76.7148751161511, + -12.107553253419399 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.7148751161511, + -12.11488189987095 + ], + [ + -76.71538503114567, + -12.109692686894386 + ], + [ + -76.72020695265205, + -12.107553253419399 + ] + ] + ], + "type": "Polygon" + }, + "id": "974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16458535046792, + -11.768067206959351, + -77.15494028606705, + -11.757672691909333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.16026594886114, + -11.757672691909333 + ] + ] + ], + "type": "Polygon" + }, + "id": "975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80977883243156, + -12.18930411060126, + -76.80013037448607, + -12.178924548052112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.80546335677788, + -12.178924548052112 + ] + ] + ], + "type": "Polygon" + }, + "id": "976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79760640133307, + -12.125207570566637, + -76.78796018363948, + -12.11482729530635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.7932921144965, + -12.11482729530635 + ] + ] + ], + "type": "Polygon" + }, + "id": "977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94383505161213, + -12.045345589550006, + -76.93418734155037, + -12.034960422270192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93951785278517, + -12.034960422270192 + ] + ] + ], + "type": "Polygon" + }, + "id": "978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96280830749967, + -11.80339572467415, + -76.95316731315714, + -11.79300660098189 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.95849382282175, + -11.79300660098189 + ] + ] + ], + "type": "Polygon" + }, + "id": "979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691039110802, + -12.218564545600449, + -76.85725953491377, + -12.208184020604426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.86259296553507, + -12.208184020604426 + ] + ] + ], + "type": "Polygon" + }, + "id": "980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63612716020693, + -12.266267673992983, + -76.62648115337007, + -12.255893801570931 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63079281659704, + -12.266267673992983 + ], + [ + -76.62648115337007, + -12.263216240315934 + ], + [ + -76.62699253095144, + -12.258029359198233 + ], + [ + -76.63181544640238, + -12.255893801570931 + ] + ] + ], + "type": "Polygon" + }, + "id": "981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94921304353792, + -12.226724896504786, + -76.93955978024196, + -12.216342452889569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.9448932771668, + -12.216342452889569 + ] + ] + ], + "type": "Polygon" + }, + "id": "982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310365580609, + -12.02163745931192, + -76.85345877665523, + -12.011253944441567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.85878896251823, + -12.011253944441567 + ] + ] + ], + "type": "Polygon" + }, + "id": "983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92323197694259, + -11.830966748320083, + -76.91359119375333, + -11.820578982464573 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.92272540846642, + -11.828819440899109 + ], + [ + -76.9179049305959, + -11.830966748320083 + ], + [ + -76.91359119375333, + -11.827920139607471 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.9189181937383, + -11.820578982464573 + ] + ] + ], + "type": "Polygon" + }, + "id": "984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11736870026866, + -11.779198906052642, + -77.10772448203168, + -11.768805678703973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.1130504018353, + -11.768805678703973 + ] + ] + ], + "type": "Polygon" + }, + "id": "985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78383941970115, + -12.359625605489043, + -76.77418657235751, + -12.349249535463887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77952237922898, + -12.349249535463887 + ] + ] + ], + "type": "Polygon" + }, + "id": "986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06040249358742, + -12.03323324498799, + -77.05075214408366, + -12.022845027219608 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.05608232424032, + -12.022845027219608 + ] + ] + ], + "type": "Polygon" + }, + "id": "987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89965578942535, + -12.025253572764456, + -76.89000983618507, + -12.014869199497657 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.89534005469719, + -12.014869199497657 + ] + ] + ], + "type": "Polygon" + }, + "id": "988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6902036098657, + -12.232393806051007, + -76.68055711709016, + -12.222017984104818 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.6858908486637, + -12.222017984104818 + ] + ] + ], + "type": "Polygon" + }, + "id": "989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71376542988165, + -12.321189249048247, + -76.70411563748614, + -12.310814305999875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.7094508316734, + -12.310814305999875 + ] + ] + ], + "type": "Polygon" + }, + "id": "990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05115017204355, + -11.843532238308349, + -77.04150571133813, + -11.833141499259918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.04683278083745, + -11.833141499259918 + ] + ] + ], + "type": "Polygon" + }, + "id": "991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81056688607022, + -12.040017985697537, + -76.80092286111608, + -12.029636067977874 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.80625338104953, + -12.029636067977874 + ] + ] + ], + "type": "Polygon" + }, + "id": "992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80525453434636, + -11.953004386774321, + -76.7956132459377, + -11.94262130662824 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.8009423347871, + -11.94262130662824 + ] + ] + ], + "type": "Polygon" + }, + "id": "993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.015330751363, + -11.784950631954494, + -77.00568895039962, + -11.77455996622139 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.01101510014396, + -11.77455996622139 + ] + ] + ], + "type": "Polygon" + }, + "id": "994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68640133580648, + -12.224155176531616, + -76.67675519377498, + -12.213779317017613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.68208878978226, + -12.213779317017613 + ] + ] + ], + "type": "Polygon" + }, + "id": "995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77400022586724, + -12.13072038937995, + -76.76435448072039, + -12.120340797939228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76968651268719, + -12.120340797939228 + ] + ] + ], + "type": "Polygon" + }, + "id": "996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96670362495698, + -12.094785733864455, + -76.95705384527743, + -12.08440075865038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.96238514896365, + -12.08440075865038 + ] + ] + ], + "type": "Polygon" + }, + "id": "997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71761379298549, + -12.235133582844018, + -76.70796646575216, + -12.224757104956316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.7133002379026, + -12.224757104956316 + ] + ] + ], + "type": "Polygon" + }, + "id": "998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84558864349293, + -12.059215671907184, + -76.83594310947382, + -12.048833165894434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.84127392604101, + -12.048833165894434 + ] + ] + ], + "type": "Polygon" + }, + "id": "999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09455168764642, + -11.824178772416365, + -77.08490670385082, + -11.813786709823203 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.09023339645344, + -11.813786709823203 + ] + ] + ], + "type": "Polygon" + }, + "id": "1000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68486982849421, + -12.239718597654473, + -76.67522326395337, + -12.229343032744591 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.68055711709016, + -12.229343032744591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01606690739678, + -11.729950442743089, + -77.0064267244545, + -11.719559024962434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.01175196910359, + -11.719559024962434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03066992835006, + -12.006714061606992, + -77.02102112759067, + -11.996326173247864 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.0263509086461, + -11.996326173247864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16085456959497, + -11.854261968771404, + -77.15120703121349, + -11.843868720479959 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.15653411730851, + -11.843868720479959 + ] + ] + ], + "type": "Polygon" + }, + "id": "1004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89889953036547, + -12.08022080913697, + -76.88925195767845, + -12.06983729212813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.89458308269019, + -12.06983729212813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73208503905217, + -12.22871998213563, + -76.72243750771351, + -12.218343029972967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.72777117054201, + -12.218343029972967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04733761949282, + -11.835291390270726, + -77.03769350129802, + -11.82490063009041 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.0430204400966, + -11.82490063009041 + ] + ] + ], + "type": "Polygon" + }, + "id": "1007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99417271299359, + -12.19185815481261, + -76.98451932548656, + -12.181474034361642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.98985220061994, + -12.181474034361642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9453095271373, + -11.841005438479277, + -76.93566786818583, + -11.830617264881855 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.93566786818583, + -11.837958972234613 + ], + [ + -76.93617427012207, + -11.832764938814465 + ], + [ + -76.94099501343929, + -11.830617264881855 + ] + ] + ], + "type": "Polygon" + }, + "id": "1009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15162761020011, + -11.758934790710255, + -77.14198313950614, + -11.748540465351834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.14730867322737, + -11.748540465351834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87147917027039, + -11.98315018769933, + -76.86183521643888, + -11.972765888980822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.86716476241443, + -11.972765888980822 + ] + ] + ], + "type": "Polygon" + }, + "id": "1011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767235229254, + -11.78616571535048, + -76.85803436685828, + -11.775778718727066 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.86336067285633, + -11.775778718727066 + ] + ] + ], + "type": "Polygon" + }, + "id": "1012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74580989848357, + -12.182933339640575, + -76.73616336001857, + -12.17255529487361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.74149626324618, + -12.17255529487361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10204392744068, + -11.65179807101749, + -77.09240388488723, + -11.641403550412432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.0977277336575, + -11.641403550412432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8531985064739, + -12.170036219887555, + -76.84354946330804, + -12.15965525563835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.8488821024737, + -12.15965525563835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03824820148199, + -11.928800557165367, + -77.02860152952188, + -11.91841134019599 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.03393001838016, + -11.91841134019599 + ] + ] + ], + "type": "Polygon" + }, + "id": "1016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05412427898675, + -11.717939084442081, + -77.04448348121284, + -11.70754657918895 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04980848188333, + -11.70754657918895 + ] + ] + ], + "type": "Polygon" + }, + "id": "1017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70462602307747, + -12.32027459133082, + -76.69497650870828, + -12.309899866474955 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.70031168952197, + -12.309899866474955 + ] + ] + ], + "type": "Polygon" + }, + "id": "1018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83264496616431, + -12.050070115226973, + -76.82300005021736, + -12.039687794711023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.82833072381995, + -12.039687794711023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06471655244374, + -11.60880988365517, + -77.0550787313405, + -11.598415730052668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.06040192548107, + -11.598415730052668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0199213205602, + -11.832603164767171, + -77.01027798309451, + -11.822213037950796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.01560491119679, + -11.822213037950796 + ] + ] + ], + "type": "Polygon" + }, + "id": "1021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9764955227045, + -11.75753995050879, + -76.96685553848423, + -11.747149870385428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.97218128017009, + -11.747149870385428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10815825771351, + -11.683872057493835, + -77.09851710740912, + -11.673477798218656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.10384147419705, + -11.673477798218656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77541980666295, + -12.492360178646281, + -76.76576321729038, + -12.481986660132941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.77491013532992, + -12.490224569909433 + ], + [ + -76.77008175325469, + -12.492360178646281 + ], + [ + -76.76576321729038, + -12.4893089993966 + ], + [ + -76.76627301472861, + -12.484122294091966 + ], + [ + -76.77110122203548, + -12.481986660132941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9735845144383, + -12.166235240731543, + -76.96393242407937, + -12.155851218065534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96926489872855, + -12.155851218065534 + ] + ] + ], + "type": "Polygon" + }, + "id": "1025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92938152724385, + -12.146138950901612, + -76.91973118756407, + -12.135755704466517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.92506337361264, + -12.135755704466517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92782546066458, + -11.972988717293017, + -76.91818032615903, + -11.9626028651405 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.92350965999657, + -11.9626028651405 + ] + ] + ], + "type": "Polygon" + }, + "id": "1027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14852594296659, + -11.695676311304767, + -77.1388834318982, + -11.685281230154288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.14420793109879, + -11.685281230154288 + ] + ] + ], + "type": "Polygon" + }, + "id": "1028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73973108870068, + -12.150888103917602, + -76.7300856722267, + -12.140509701499033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.7354180484786, + -12.140509701499033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10218062650186, + -11.84066080083311, + -77.09253495974225, + -11.830268780712654 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.09786191249252, + -11.830268780712654 + ] + ] + ], + "type": "Polygon" + }, + "id": "1030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84557573144532, + -12.247887291726508, + -76.83592456671937, + -12.23750778246805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.84125849544819, + -12.23750778246805 + ] + ] + ], + "type": "Polygon" + }, + "id": "1031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01459434747348, + -11.839947304408245, + -77.00495092794894, + -11.829557409821852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.01027798309451, + -11.829557409821852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97197399376972, + -11.898688902413674, + -76.9623299237358, + -11.888300881662323 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.96765799207448, + -11.888300881662323 + ] + ] + ], + "type": "Polygon" + }, + "id": "1033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73055541652121, + -12.24428504214108, + -76.72090746213965, + -12.233908384654882 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.72624138233483, + -12.233908384654882 + ] + ] + ], + "type": "Polygon" + }, + "id": "1034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76249525824655, + -12.388924728623014, + -76.75284211268807, + -12.378549706869489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.75817841225637, + -12.378549706869489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99398838870798, + -11.719919511809548, + -76.98434907207402, + -11.709528503683542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98967417670744, + -11.709528503683542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92099114045418, + -12.090269124166962, + -76.91134268760679, + -12.079885212294782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.91667395988593, + -12.079885212294782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6963777659395, + -12.07582569582654, + -76.68673577566726, + -12.065447224140922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.69206692295926, + -12.065447224140922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72679244650637, + -12.141738280021416, + -76.71714765615178, + -12.131360061954938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.72247988483625, + -12.131360061954938 + ] + ] + ], + "type": "Polygon" + }, + "id": "1039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91184981987861, + -12.089365003931517, + -76.90220163382968, + -12.078981305479441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.90753289900002, + -12.078981305479441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02598275956447, + -11.770259897645547, + -77.01634112287529, + -11.759868773163932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.02166701850607, + -11.759868773163932 + ] + ] + ], + "type": "Polygon" + }, + "id": "1041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95372356823819, + -11.991272091751343, + -76.94407721294668, + -11.980885868116502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.94940682389627, + -11.980885868116502 + ] + ] + ], + "type": "Polygon" + }, + "id": "1042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09303916446318, + -11.839766551621409, + -77.08339375460321, + -11.82937474086217 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.08872070571738, + -11.82937474086217 + ] + ] + ], + "type": "Polygon" + }, + "id": "1043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09678681294513, + -11.753582771681197, + -77.08714387448292, + -11.743189699838595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.0924694032051, + -11.743189699838595 + ] + ] + ], + "type": "Polygon" + }, + "id": "1044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97048594605538, + -12.00865369656724, + -76.96083863721292, + -11.998267317441792 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.96616851775306, + -11.998267317441792 + ] + ] + ], + "type": "Polygon" + }, + "id": "1045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853374542026, + -12.068361014280516, + -76.84888759423603, + -12.05797832373986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.8542185532228, + -12.05797832373986 + ] + ] + ], + "type": "Polygon" + }, + "id": "1046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06326077480011, + -11.71883239745542, + -77.0536197182811, + -11.708439681373738 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.05894472175923, + -11.708439681373738 + ] + ] + ], + "type": "Polygon" + }, + "id": "1047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88748450570205, + -12.244190167416125, + -76.87783233976172, + -12.233809546921515 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.88316617826062, + -12.233809546921515 + ] + ] + ], + "type": "Polygon" + }, + "id": "1048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99483911462823, + -11.948131742512953, + -76.98519298032436, + -11.937743870554389 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.9905218382658, + -11.937743870554389 + ] + ] + ], + "type": "Polygon" + }, + "id": "1049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71167409211496, + -11.92012942646787, + -76.70203632292333, + -11.909748240230213 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.70736490171416, + -11.909748240230213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77785745946422, + -11.950287913827557, + -76.76821699034271, + -11.939905485512327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.77354604659992, + -11.939905485512327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71770133567135, + -12.046509157190783, + -76.70805963462942, + -12.036129691862374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.71339029482377, + -12.036129691862374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09547396651546, + -12.052409178912328, + -77.0858221575516, + -12.042020397078621 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.09115260540901, + -12.042020397078621 + ] + ] + ], + "type": "Polygon" + }, + "id": "1053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71997357869677, + -12.070317218903034, + -76.71033110546662, + -12.059938060056648 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.71566215772253, + -12.059938060056648 + ] + ] + ], + "type": "Polygon" + }, + "id": "1054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95444517506823, + -11.8419041743415, + -76.94480325147734, + -11.831515787374899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.95013040282066, + -11.831515787374899 + ] + ] + ], + "type": "Polygon" + }, + "id": "1055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80137341259157, + -12.322082286167143, + -76.79172121473422, + -12.31170513128172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.79705639329356, + -12.31170513128172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04441143585223, + -12.055257005137781, + -77.03476083650062, + -12.044869511874017 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.04009140012614, + -12.044869511874017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08225988732462, + -11.665606686393081, + -77.07261993297591, + -11.655212820760852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.0779440363763, + -11.655212820760852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83339218820858, + -12.183791153218793, + -76.82374326242544, + -12.17341090704977 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.82907614078414, + -12.17341090704977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71608353592724, + -12.25069793050087, + -76.7064357857993, + -12.240321748038541 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.71176981525389, + -12.240321748038541 + ] + ] + ], + "type": "Polygon" + }, + "id": "1060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79756547412828, + -12.313843589989396, + -76.78791362493777, + -12.303466391931623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.79324866925309, + -12.303466391931623 + ] + ] + ], + "type": "Polygon" + }, + "id": "1061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01385769560324, + -11.89494035908116, + -77.00421265697723, + -11.884551254732683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.0095406178301, + -11.884551254732683 + ] + ] + ], + "type": "Polygon" + }, + "id": "1062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06096252938757, + -11.695002173810735, + -77.0513222402168, + -11.68460920348158 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.0566468551055, + -11.68460920348158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12673602802033, + -12.06334239917562, + -77.11708310775192, + -12.05295302543775 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.12241368939527, + -12.05295302543775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97129052541295, + -12.142419284534611, + -76.96163920537246, + -12.13203494079288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.96697128966088, + -12.13203494079288 + ] + ] + ], + "type": "Polygon" + }, + "id": "1065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036545580376, + -12.345886249736346, + -76.79400158743239, + -12.3355094425312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.7993371580894, + -12.3355094425312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76492369760906, + -11.941142235898731, + -76.75528385106381, + -11.930760001472422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.7606127615626, + -11.930760001472422 + ] + ] + ], + "type": "Polygon" + }, + "id": "1067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98644032679718, + -11.892245977051848, + -76.97679607445004, + -11.881857508186826 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.98212402157367, + -11.881857508186826 + ] + ] + ], + "type": "Polygon" + }, + "id": "1068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69395544024927, + -12.3349210436632, + -76.68430578151983, + -12.324546841123642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.68964120601144, + -12.324546841123642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13716094613967, + -11.765393063949995, + -77.12751664370813, + -11.754999173374838 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.13284230641537, + -11.754999173374838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8387418951409, + -11.987773455919982, + -76.82909867382855, + -11.97739004572825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.83442831726467, + -11.97739004572825 + ] + ] + ], + "type": "Polygon" + }, + "id": "1071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91338445275751, + -12.168142481771834, + -76.90373387556885, + -12.157759982875342 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.90906643845423, + -12.157759982875342 + ] + ] + ], + "type": "Polygon" + }, + "id": "1072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93854583128991, + -12.241392249362413, + -76.92889240814665, + -12.231010310606091 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.93422615720593, + -12.231010310606091 + ] + ] + ], + "type": "Polygon" + }, + "id": "1073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16227837535757, + -11.74423402476477, + -77.1526340775706, + -11.733839247997269 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1579593524485, + -11.733839247997269 + ] + ] + ], + "type": "Polygon" + }, + "id": "1074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88670905854293, + -12.016110003326643, + -76.87706371930956, + -12.005725815437172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.88239379719744, + -12.005725815437172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97200441199782, + -11.993074060393743, + -76.96235752829425, + -11.982687411756814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.96768715065176, + -11.982687411756814 + ] + ] + ], + "type": "Polygon" + }, + "id": "1076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77313997600487, + -12.468561859363053, + -76.76348416033906, + -12.458187971385591 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.76882177241605, + -12.458187971385591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93696413434697, + -11.973890304493475, + -76.9273187340709, + -11.963504238949817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.93264807453043, + -11.963504238949817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1078", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74655658974635, + -12.222305178200932, + -76.73690885552678, + -12.211927752688236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.74224240834708, + -12.211927752688236 + ] + ] + ], + "type": "Polygon" + }, + "id": "1079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05574750556521, + -11.891184988396278, + -77.046101508478, + -11.880794805869888 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.05142935606118, + -11.880794805869888 + ] + ] + ], + "type": "Polygon" + }, + "id": "1080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76567221772927, + -11.980527462471294, + -76.75603117717198, + -11.970145787289468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.76136073624404, + -11.970145787289468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68655989499128, + -11.941216037472039, + -76.67692218768745, + -11.93083579815924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.68225111744553, + -11.93083579815924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76255665855558, + -12.200322252301822, + -76.7529091459953, + -12.189944062728372 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.75824233064685, + -12.189944062728372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78391281104423, + -12.076679450489543, + -76.77426841022253, + -12.066298766195905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77959954693806, + -12.066298766195905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02896564657061, + -11.644662954820054, + -77.01932767022781, + -11.634270121228719 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.02846084761174, + -11.642511159366103 + ], + [ + -77.02364177380652, + -11.644662954820054 + ], + [ + -77.01932767022781, + -11.64161829880546 + ], + [ + -77.01983259564152, + -11.636421934985396 + ], + [ + -77.02465149818848, + -11.634270121228719 + ] + ] + ], + "type": "Polygon" + }, + "id": "1085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00693196336836, + -11.729055523687938, + -76.99729204165953, + -11.718664317981617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -77.00261728207884, + -11.718664317981617 + ] + ] + ], + "type": "Polygon" + }, + "id": "1086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79147775232491, + -12.281800141311722, + -76.78182702450687, + -12.27142255887267 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.78716154246202, + -12.27142255887267 + ] + ] + ], + "type": "Polygon" + }, + "id": "1087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83568436482607, + -12.113267306312986, + -76.82603748256743, + -12.102885884550016 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.83136919629462, + -12.102885884550016 + ] + ] + ], + "type": "Polygon" + }, + "id": "1088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85776762420072, + -12.217656495079126, + -76.84811703784952, + -12.207276184514274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.85345045972396, + -12.207276184514274 + ] + ] + ], + "type": "Polygon" + }, + "id": "1089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79072530891602, + -12.242427862309915, + -76.78107577739654, + -12.232049646218293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.78640964563486, + -12.232049646218293 + ] + ] + ], + "type": "Polygon" + }, + "id": "1090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89128156704913, + -12.063741161134244, + -76.88163468671651, + -12.053357581037364 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.88696554605623, + -12.053357581037364 + ] + ] + ], + "type": "Polygon" + }, + "id": "1091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96443893973546, + -12.165331421699312, + -76.95478711354414, + -12.154947610764754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.96011958266877, + -12.154947610764754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90728508109505, + -12.136089333367956, + -76.8976356208289, + -12.125706478026805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.90296766017113, + -12.125706478026805 + ] + ] + ], + "type": "Polygon" + }, + "id": "1093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77772627760187, + -12.42187770583447, + -76.76807173421503, + -12.411502873460263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77340857252926, + -12.411502873460263 + ], + [ + -76.77772627760187, + -12.41455363808403 + ], + [ + -76.77721674971104, + -12.419741108261883 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.77340857252926, + -12.411502873460263 + ] + ] + ], + "type": "Polygon" + }, + "id": "1094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9285588977757, + -11.823625504444419, + -76.9189181937383, + -11.813237505162663 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.92424506828765, + -11.813237505162663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00094579141457, + -11.980194039835608, + -76.99129854410266, + -11.969806487575674 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.99662792320025, + -11.969806487575674 + ] + ] + ], + "type": "Polygon" + }, + "id": "1096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09014347469176, + -12.059751556675645, + -77.08049158115347, + -12.049363016190028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.0858221575516, + -12.049363016190028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92710868326641, + -12.216673903531545, + -76.9174562973363, + -12.206291845080754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.92278964892928, + -12.206291845080754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14701629234833, + -11.71126863477446, + -77.13737335495425, + -11.700873792315088 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.1426981127226, + -11.700873792315088 + ] + ] + ], + "type": "Polygon" + }, + "id": "1099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03898085986765, + -11.87380696275366, + -77.02933580766292, + -11.863416944186655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.0346633905752, + -11.863416944186655 + ] + ] + ], + "type": "Polygon" + }, + "id": "1100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13787672907628, + -11.71037795904309, + -77.12823404602626, + -11.699983325157742 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.1335588035116, + -11.699983325157742 + ] + ] + ], + "type": "Polygon" + }, + "id": "1101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08068550046922, + -11.586758664077767, + -77.07104793045856, + -11.576363850875223 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0763707411209, + -11.576363850875223 + ], + [ + -77.08068550046922, + -11.579407642459048 + ], + [ + -77.08018151609845, + -11.58460510172206 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.0715520414432, + -11.578517430714935 + ], + [ + -77.0763707411209, + -11.576363850875223 + ] + ] + ], + "type": "Polygon" + }, + "id": "1102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07536264575617, + -11.594109378426648, + -77.06572499188286, + -11.58371478464459 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.07104793045856, + -11.58371478464459 + ] + ] + ], + "type": "Polygon" + }, + "id": "1103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148137209137, + -12.171850658381377, + -76.86183178939704, + -12.161469264936672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.86716444605122, + -12.161469264936672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04367927360819, + -12.110238629388466, + -77.03402705261394, + -12.09985200053036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03935852321271, + -12.09985200053036 + ] + ] + ], + "type": "Polygon" + }, + "id": "1105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01537380683278, + -11.87935663796549, + -77.00572919353283, + -11.868967275675567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.01105689617188, + -11.868967275675567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06550170988558, + -11.648232561980405, + -77.05586269662307, + -11.637838882869739 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.06118653718967, + -11.637838882869739 + ] + ] + ], + "type": "Polygon" + }, + "id": "1107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11751440063071, + -11.96804037886446, + -77.10786455332523, + -11.957649803028135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.11319357951801, + -11.957649803028135 + ] + ] + ], + "type": "Polygon" + }, + "id": "1108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78463978417757, + -12.210382429696008, + -76.77499137373707, + -12.200003843579355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.78032471570998, + -12.200003843579355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8410160020484, + -12.105934655307966, + -76.83136919629462, + -12.095552985154452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.8367007859043, + -12.095552985154452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376728370857, + -12.19566177483394, + -76.86411692962764, + -12.18528070674503 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86944997748081, + -12.18528070674503 + ] + ] + ], + "type": "Polygon" + }, + "id": "1111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00934986028216, + -12.036076528002244, + -76.99970073056193, + -12.02568960360114 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -77.00503102056477, + -12.02568960360114 + ] + ] + ], + "type": "Polygon" + }, + "id": "1112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75042978476993, + -12.041905476540872, + -76.74078732812693, + -12.031525108564042 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.74611790389032, + -12.031525108564042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11060196420826, + -11.896558651752457, + -77.10095442066937, + -11.886167211793227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.10628228068582, + -11.886167211793227 + ] + ] + ], + "type": "Polygon" + }, + "id": "1114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85243861126717, + -12.130653246956475, + -76.8427907637078, + -12.120271677153633 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.84812275376791, + -12.120271677153633 + ] + ] + ], + "type": "Polygon" + }, + "id": "1115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00922597688442, + -11.75288287372779, + -76.99958528715631, + -11.74249192731969 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -77.0049109166655, + -11.74249192731969 + ] + ] + ], + "type": "Polygon" + }, + "id": "1116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79752449910596, + -12.50242878394401, + -76.78786701183934, + -12.49205488666101 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.79752449910596, + -12.495105815267385 + ], + [ + -76.79701512025787, + -12.500292817693234 + ], + [ + -76.79218628934343, + -12.50242878394401 + ], + [ + -76.78786701183934, + -12.499377772813531 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.79320517325112, + -12.49205488666101 + ] + ] + ], + "type": "Polygon" + }, + "id": "1117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72985089756669, + -12.110603056729728, + -76.72020695265205, + -12.10022427094249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.72553866698462, + -12.10022427094249 + ] + ] + ], + "type": "Polygon" + }, + "id": "1118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05501760702991, + -11.946179321060637, + -77.04536998979769, + -11.935789945895436 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.05069874345742, + -11.935789945895436 + ] + ] + ], + "type": "Polygon" + }, + "id": "1119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8722437441807, + -12.211233014247494, + -76.86259296553507, + -12.200852236420172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.86792627140933, + -12.200852236420172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89433329172017, + -12.126944328616755, + -76.8846844453261, + -12.116561652341417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.89001634427386, + -12.116561652341417 + ] + ] + ], + "type": "Polygon" + }, + "id": "1121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63006047492802, + -12.234230032623628, + -76.62041559387855, + -12.223855787026231 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62574935746389, + -12.223855787026231 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.62472666068892, + -12.234230032623628 + ], + [ + -76.62041559387855, + -12.23117870259707 + ], + [ + -76.62092700492005, + -12.22599163496129 + ], + [ + -76.62574935746389, + -12.223855787026231 + ] + ] + ], + "type": "Polygon" + }, + "id": "1122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10829853910789, + -11.872730461132422, + -77.0986517633092, + -11.86233874026852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.10397923467862, + -11.86233874026852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7177450687307, + -11.952179799354813, + -76.70810617832433, + -11.941798924276213 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.71343528390197, + -11.941798924276213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01086682225122, + -12.020496073320848, + -77.00121811817766, + -12.010108877030595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -77.00654814976349, + -12.010108877030595 + ] + ] + ], + "type": "Polygon" + }, + "id": "1125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68708799115103, + -12.35780427969756, + -76.67743783764753, + -12.347430645151533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68277364117436, + -12.347430645151533 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.67743783764753, + -12.35475287511925 + ], + [ + -76.6779486521804, + -12.349566112514403 + ], + [ + -76.68277364117436, + -12.347430645151533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8280592621056, + -12.191121925035182, + -76.81841026002341, + -12.18074193108187 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.82374326242544, + -12.18074193108187 + ] + ] + ], + "type": "Polygon" + }, + "id": "1127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93771379606214, + -11.91891128500937, + -76.92807001467239, + -11.908524400639966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.9333984491444, + -11.908524400639966 + ] + ] + ], + "type": "Polygon" + }, + "id": "1128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614957715211, + -11.990486371502552, + -76.85650554590543, + -11.980102314808251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.86183521643888, + -11.980102314808251 + ] + ] + ], + "type": "Polygon" + }, + "id": "1129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462668502598, + -12.006062118977763, + -76.85498222983902, + -11.995678332422358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.86031215802862, + -11.995678332422358 + ] + ] + ], + "type": "Polygon" + }, + "id": "1130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12571631357098, + -11.740669337590807, + -77.11607303303344, + -11.73027539452941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.12139830696616, + -11.73027539452941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76333594174737, + -12.14537972440134, + -76.75369004799695, + -12.13500063489716 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.75902232579426, + -12.13500063489716 + ] + ] + ], + "type": "Polygon" + }, + "id": "1132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79913265928954, + -12.109637086963989, + -76.78948686508964, + -12.099256529283664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.79481853843406, + -12.099256529283664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85625333972128, + -11.950190285922861, + -76.8466107722577, + -11.9398058836647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193978566254, + -11.9398058836647 + ], + [ + -76.85625333972128, + -11.942853635802962 + ], + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.85193978566254, + -11.9398058836647 + ] + ] + ], + "type": "Polygon" + }, + "id": "1134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0665188863714, + -12.065296006402466, + -77.05686742524637, + -12.054908126082028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.06219812549497, + -12.054908126082028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04201063610007, + -11.842636395931981, + -77.03236643497387, + -11.832245867622127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.03769350129802, + -11.832245867622127 + ] + ] + ], + "type": "Polygon" + }, + "id": "1136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77544675272475, + -12.398077097426443, + -76.76579298268587, + -12.3877019060808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.77544675272475, + -12.390752585439577 + ], + [ + -76.77493723061258, + -12.395940235140033 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.77112942852094, + -12.3877019060808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78075773664466, + -12.485037756710549, + -76.77110122203548, + -12.474663970812053 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.77643910343242, + -12.474663970812053 + ] + ] + ], + "type": "Polygon" + }, + "id": "1138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16840187436104, + -11.77630852691217, + -77.15875647001384, + -11.765914030664918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.16408226197068, + -11.765914030664918 + ] + ] + ], + "type": "Polygon" + }, + "id": "1139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9909916671579, + -11.845496516317265, + -76.98134868977516, + -11.835107278383033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.98667586272519, + -11.835107278383033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07475739210732, + -11.837977269844735, + -77.0651124974803, + -11.827585878562633 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.07043944449518, + -11.827585878562633 + ] + ] + ], + "type": "Polygon" + }, + "id": "1141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08758390660638, + -11.658257037365946, + -77.0779440363763, + -11.647862949022391 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.08326801168624, + -11.647862949022391 + ] + ] + ], + "type": "Polygon" + }, + "id": "1142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92326437351194, + -12.019722833993635, + -76.91361796516597, + -12.009337790186137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.91894807285512, + -12.009337790186137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1660945251225, + -11.752475373238246, + -77.15644988739145, + -11.742080614035192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.1660945251225, + -11.745124548473411 + ], + [ + -77.16559148204323, + -11.750321980017777 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.16177529144235, + -11.742080614035192 + ] + ] + ], + "type": "Polygon" + }, + "id": "1144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84330603643112, + -12.035402104472633, + -76.83366127340686, + -12.025019293507167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.83899169889014, + -12.025019293507167 + ] + ] + ], + "type": "Polygon" + }, + "id": "1145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92628814691918, + -11.894190276660288, + -76.91664540072703, + -11.883803321918451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.92197343849354, + -11.883803321918451 + ] + ] + ], + "type": "Polygon" + }, + "id": "1146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7694175893448, + -12.177426194299738, + -76.75977057433731, + -12.16704746159134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.76510337861748, + -12.16704746159134 + ] + ] + ], + "type": "Polygon" + }, + "id": "1147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02157148778231, + -12.100196871047126, + -77.01192013167005, + -12.08981062809799 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.01725146393899, + -12.08981062809799 + ] + ] + ], + "type": "Polygon" + }, + "id": "1148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05709611647988, + -11.592327558463985, + -77.04745897890821, + -11.581933386759996 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.05278191232696, + -11.581933386759996 + ] + ] + ], + "type": "Polygon" + }, + "id": "1149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07560500060974, + -11.971798552099782, + -77.06595609729841, + -11.961409049245594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.07128524535256, + -11.961409049245594 + ] + ] + ], + "type": "Polygon" + }, + "id": "1150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89281826598497, + -12.236858469062517, + -76.88316617826062, + -12.22647759488509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.88849989163118, + -12.22647759488509 + ] + ] + ], + "type": "Polygon" + }, + "id": "1151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90191306575177, + -11.765942269999439, + -76.8922747779154, + -11.755554147513287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.89760072597983, + -11.755554147513287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96286379490223, + -11.992173208007953, + -76.95321717516609, + -11.981786771746663 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.95854679195745, + -11.981786771746663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00250216784151, + -12.058996008699237, + -76.9928525306654, + -12.048609600599512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.99818320610595, + -12.048609600599512 + ] + ] + ], + "type": "Polygon" + }, + "id": "1154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79839987704518, + -11.975912839817791, + -76.78875809022833, + -11.965530269159347 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.79408755972946, + -11.965530269159347 + ] + ] + ], + "type": "Polygon" + }, + "id": "1155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03287148639687, + -11.841740292757484, + -77.0232275453273, + -11.831349975437526 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.02855460820076, + -11.831349975437526 + ] + ] + ], + "type": "Polygon" + }, + "id": "1156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92862994759004, + -12.201100743162062, + -76.91897798685804, + -12.19071839436692 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.92431108014975, + -12.19071839436692 + ] + ] + ], + "type": "Polygon" + }, + "id": "1157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7375325823994, + -11.93842272838447, + -76.72789356139376, + -11.928041149180768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.73322243566118, + -11.928041149180768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99550451501246, + -11.7043329393026, + -76.98586562302299, + -11.69394169033578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.99119046981865, + -11.69394169033578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66677429915578, + -11.95496790038637, + -76.65713672834745, + -11.944588368630823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.66246588609687, + -11.944588368630823 + ] + ] + ], + "type": "Polygon" + }, + "id": "1160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16068363664367, + -11.665380073595909, + -77.15104172459844, + -11.654984311369441 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15636570658712, + -11.654984311369441 + ], + [ + -77.16068363664367, + -11.658027831960283 + ], + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.15154483552048, + -11.657138636944554 + ], + [ + -77.15636570658712, + -11.654984311369441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07627067631817, + -11.82239011986112, + -77.06662620754727, + -11.811998476767947 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.07195289614228, + -11.811998476767947 + ] + ] + ], + "type": "Polygon" + }, + "id": "1162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13795552683085, + -11.804814934541485, + -77.12831003097253, + -11.794421556835012 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.13363634051687, + -11.794421556835012 + ] + ] + ], + "type": "Polygon" + }, + "id": "1163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11146466939687, + -12.030380091758468, + -77.1018131151511, + -12.019990588542333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.11146466939687, + -12.02303641279374 + ], + [ + -77.1109604264904, + -12.028231216481325 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.10714317686062, + -12.019990588542333 + ] + ] + ], + "type": "Polygon" + }, + "id": "1164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05731714325874, + -11.970003659123964, + -77.04766875743067, + -11.959614575797488 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.05299790032934, + -11.959614575797488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10513553006172, + -11.715053882127341, + -77.09549352803964, + -11.704660100138298 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.10081841155252, + -11.704660100138298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97575270255615, + -11.812533920669265, + -76.96611110055383, + -11.80214460279888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.97143774740725, + -11.80214460279888 + ] + ] + ], + "type": "Polygon" + }, + "id": "1167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74652122724122, + -12.316606665005658, + -76.73687067721839, + -12.306230808845596 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.74220578725554, + -12.306230808845596 + ] + ] + ], + "type": "Polygon" + }, + "id": "1168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89661234813936, + -12.056405597715907, + -76.88696554605623, + -12.046021772560698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.89229628034053, + -12.046021772560698 + ] + ] + ], + "type": "Polygon" + }, + "id": "1169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14089665587053, + -11.679193580198696, + -77.13125482524035, + -11.668798470505571 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.13657906569885, + -11.668798470505571 + ] + ] + ], + "type": "Polygon" + }, + "id": "1170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92555350836757, + -12.043540064610674, + -76.91590632983953, + -12.033155323497517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.92123682796311, + -12.033155323497517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78609554311144, + -12.47771498468562, + -76.77643910343242, + -12.467340931841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.78177686139281, + -12.467340931841 + ] + ] + ], + "type": "Polygon" + }, + "id": "1172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91865745618432, + -11.78332195969415, + -76.90901821128806, + -11.77293365559126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.9143444314336, + -11.77293365559126 + ] + ] + ], + "type": "Polygon" + }, + "id": "1173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85245641068207, + -11.753204548410302, + -76.84281981024029, + -11.74281748856464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84814558412451, + -11.74281748856464 + ], + [ + -76.85245641068207, + -11.74586420429589 + ], + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.84332737049102, + -11.744964269309683 + ], + [ + -76.84814558412451, + -11.74281748856464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13198938433638, + -11.961590685001985, + -77.12233936690113, + -11.951199664524877 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.13198938433638, + -11.954244966415759 + ], + [ + -77.13148553692086, + -11.959440528653147 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.12766826488384, + -11.951199664524877 + ] + ] + ], + "type": "Polygon" + }, + "id": "1175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05490837877872, + -11.757356624147194, + -77.04526638806011, + -11.746964620592063 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.0505920356229, + -11.746964620592063 + ] + ] + ], + "type": "Polygon" + }, + "id": "1176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376374817123, + -12.006966220768469, + -76.8641190238528, + -11.996582219225546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.86944896057105, + -11.996582219225546 + ] + ] + ], + "type": "Polygon" + }, + "id": "1177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89508243481171, + -11.977619801307481, + -76.88543802214924, + -11.967234831732622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.89076745952363, + -11.967234831732622 + ] + ] + ], + "type": "Polygon" + }, + "id": "1178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94605748961445, + -11.786016745543593, + -76.93641744833056, + -11.775627799329481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.941743688322, + -11.775627799329481 + ] + ] + ], + "type": "Polygon" + }, + "id": "1179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05328627642915, + -11.584086409030517, + -77.04364948071488, + -11.573692228960413 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04897228371055, + -11.573692228960413 + ], + [ + -77.05328627642915, + -11.5767362438745 + ], + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.04364948071488, + -11.581042306147529 + ], + [ + -77.04415397132072, + -11.575845268972786 + ], + [ + -77.04897228371055, + -11.573692228960413 + ] + ] + ], + "type": "Polygon" + }, + "id": "1180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9970582073335, + -11.78315856733314, + -76.9874169295685, + -11.772768325670073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.99274307053071, + -11.772768325670073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06724713286194, + -12.010308583989762, + -77.05759729322253, + -11.999919855190361 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.0629270867048, + -11.999919855190361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80067833360147, + -11.99972603724373, + -76.79103577566313, + -11.989343762605934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.79636563644549, + -11.989343762605934 + ] + ] + ], + "type": "Polygon" + }, + "id": "1183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08396115885989, + -11.933285171976797, + -77.074313192106, + -11.922894904780591 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.07964169465781, + -11.922894904780591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73823992561644, + -12.07213631962263, + -76.72859689926975, + -12.061756723686171 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.73392797703208, + -12.061756723686171 + ] + ] + ], + "type": "Polygon" + }, + "id": "1185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72456088923846, + -12.02360954949804, + -76.71491968334011, + -12.013229562284542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.72024996453726, + -12.013229562284542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73671130090193, + -12.087705364587936, + -76.72706785185191, + -12.077326047888745 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.73239918676256, + -12.077326047888745 + ] + ] + ], + "type": "Polygon" + }, + "id": "1187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90272933007478, + -12.277147038398684, + -76.89307577780946, + -12.266766582521228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.90272933007478, + -12.269815513872079 + ], + [ + -76.90222177558165, + -12.27500579508864 + ], + [ + -76.89739491282927, + -12.277147038398684 + ], + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.89841014827238, + -12.266766582521228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01922976849772, + -11.981992733537805, + -77.009581997758, + -11.971604758760181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.01491138541378, + -11.971604758760181 + ] + ] + ], + "type": "Polygon" + }, + "id": "1189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02221714369004, + -11.856428770517805, + -77.01257303783603, + -11.846038918512132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.01790035517654, + -11.846038918512132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85092427896654, + -11.9575266091675, + -76.84128163458745, + -11.947142447637205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.8466107722577, + -11.947142447637205 + ] + ] + ], + "type": "Polygon" + }, + "id": "1191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71988735531627, + -12.258936578232944, + -76.71023925499208, + -12.248560434966567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.71557341966265, + -12.248560434966567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79758594370263, + -12.219531679209652, + -76.78793691108227, + -12.209152914580061 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.79327039821405, + -12.209152914580061 + ] + ] + ], + "type": "Polygon" + }, + "id": "1193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89356835857352, + -12.087555965965969, + -76.88392070755272, + -12.077172695105443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88925195767845, + -12.077172695105443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78919807207927, + -12.257994817128615, + -76.77954811681349, + -12.247616896577632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.78488224273407, + -12.247616896577632 + ] + ] + ], + "type": "Polygon" + }, + "id": "1195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9629193470913, + -12.180906780044413, + -76.95326709539304, + -12.170523255641069 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.95859982293824, + -12.170523255641069 + ] + ] + ], + "type": "Polygon" + }, + "id": "1196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7527382504653, + -11.97138097681504, + -76.74309783348528, + -11.960999494318834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.74842724625185, + -11.960999494318834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93694393818852, + -11.879509707013062, + -76.92730135072186, + -11.869122279953647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93262913732428, + -11.869122279953647 + ], + [ + -76.93694393818852, + -11.872168938558596 + ], + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.92780792981293, + -11.871269301934595 + ], + [ + -76.93262913732428, + -11.869122279953647 + ] + ] + ], + "type": "Polygon" + }, + "id": "1198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05261055138301, + -11.733527540319352, + -77.04296932827424, + -11.723135276754379 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.0482945870903, + -11.723135276754379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9658438218662, + -11.772227855085976, + -76.95620367652793, + -11.761838234260257 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.96152967057434, + -11.761838234260257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97203484797909, + -12.087448235167688, + -76.96238514896365, + -12.07706301475518 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.96771632624672, + -12.07706301475518 + ] + ] + ], + "type": "Polygon" + }, + "id": "1201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95073342722054, + -12.211151158187093, + -76.94108058939798, + -12.200768423421268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.94641382789648, + -12.200768423421268 + ] + ] + ], + "type": "Polygon" + }, + "id": "1202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93623421264917, + -12.12322846068185, + -76.92658437755017, + -12.112844683329298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.93191617959626, + -12.112844683329298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11974571720623, + -11.897453343375958, + -77.1100979175991, + -11.88706169472505 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.1154257787222, + -11.88706169472505 + ] + ] + ], + "type": "Polygon" + }, + "id": "1204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85548288627913, + -12.193846638782915, + -76.84583307156693, + -12.183465999598042 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.85116610206688, + -12.183465999598042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7694749131676, + -11.988767048761703, + -76.75983352401036, + -11.97838539948161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.76516321745036, + -11.97838539948161 + ] + ] + ], + "type": "Polygon" + }, + "id": "1206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95217969975467, + -11.912471303781366, + -76.9425357331466, + -11.902083968868256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.9478640480218, + -11.902083968868256 + ] + ] + ], + "type": "Polygon" + }, + "id": "1207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80065877992911, + -12.094066180117252, + -76.79101340919945, + -12.083685341560843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.79634482504845, + -12.083685341560843 + ] + ] + ], + "type": "Polygon" + }, + "id": "1208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84559509386835, + -11.964862605125719, + -76.83595237273958, + -11.954478684766194 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.84128163458745, + -11.954478684766194 + ] + ] + ], + "type": "Polygon" + }, + "id": "1209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82425176480848, + -12.182882675213632, + -76.81460311056414, + -12.172502644503721 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81993597916681, + -12.172502644503721 + ] + ] + ], + "type": "Polygon" + }, + "id": "1210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12745421155451, + -12.008348082469118, + -77.11780291351863, + -11.997957861864831 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.12745421155451, + -12.001003431934528 + ], + [ + -77.12695022761935, + -12.006198594226442 + ], + [ + -77.12212449328388, + -12.008348082469118 + ], + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.12313258829204, + -11.997957861864831 + ] + ] + ], + "type": "Polygon" + }, + "id": "1211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8280708289179, + -12.096788270429258, + -76.81842464174778, + -12.086406783395411 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.82375608815606, + -12.086406783395411 + ] + ] + ], + "type": "Polygon" + }, + "id": "1212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95987975067632, + -12.21205619923516, + -76.95022664789248, + -12.201673252527847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.95555989233107, + -12.201673252527847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67879755272332, + -12.207677879420462, + -76.66915211235865, + -12.197301946135177 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.67448543711103, + -12.197301946135177 + ] + ] + ], + "type": "Polygon" + }, + "id": "1214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691085573749, + -12.029877301816914, + -76.85726562989137, + -12.019493815853467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.86259594893134, + -12.019493815853467 + ] + ] + ], + "type": "Polygon" + }, + "id": "1215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89814301654934, + -12.135183985859491, + -76.8884938238751, + -12.124801344148993 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.89382585569295, + -12.124801344148993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829145140852, + -12.290900518786653, + -76.87326107353199, + -12.280520787675298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.8829145140852, + -12.283569968311022 + ], + [ + -76.88240666097057, + -12.288759887266087 + ], + [ + -76.87757985396507, + -12.290900518786653 + ], + [ + -76.87326107353199, + -12.287851254463419 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.87859568658268, + -12.280520787675298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68882880756448, + -11.965025385543056, + -76.67919032829626, + -11.954645436960062 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.68451965009433, + -11.954645436960062 + ] + ] + ], + "type": "Polygon" + }, + "id": "1218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94916548293489, + -12.038007867046497, + -76.93951785278517, + -12.027622456511569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.94484823805664, + -12.027622456511569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8494115760097, + -11.78436473873615, + -76.83977412921504, + -11.773978174184604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.84408524028794, + -11.78436473873615 + ], + [ + -76.83977412921504, + -11.781317734955268 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.84510041753816, + -11.773978174184604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05041961349244, + -11.898529201808202, + -77.04077353317787, + -11.888139253664596 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.046101508478, + -11.888139253664596 + ] + ] + ], + "type": "Polygon" + }, + "id": "1221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99028681572231, + -11.99487497315486, + -76.98063940551599, + -11.984487900519243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.98596903817867, + -11.984487900519243 + ] + ] + ], + "type": "Polygon" + }, + "id": "1222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01624011047801, + -12.107535790908647, + -77.00658867211877, + -12.097149792887024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.01192013167005, + -12.097149792887024 + ] + ] + ], + "type": "Polygon" + }, + "id": "1223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98269691422809, + -12.072772248258216, + -76.9730473770388, + -12.06238653877709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.97837830125209, + -12.06238653877709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7732503176086, + -12.091341704502138, + -76.76360576760258, + -12.080961516671994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.7689371504147, + -12.080961516671994 + ] + ] + ], + "type": "Polygon" + }, + "id": "1225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79143322597496, + -12.470391862978591, + -76.78177686139281, + -12.460017543626956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78711449582828, + -12.460017543626956 + ], + [ + -76.79143322597496, + -12.463068391996634 + ], + [ + -76.79092381269754, + -12.468255605526942 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.78711449582828, + -12.460017543626956 + ] + ] + ], + "type": "Polygon" + }, + "id": "1226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69025538643692, + -12.1380925862727, + -76.68061170708296, + -12.12771524363493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68594388225262, + -12.12771524363493 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.68974508880802, + -12.135954184925462 + ], + [ + -76.68492316149916, + -12.1380925862727 + ], + [ + -76.68061170708296, + -12.135042285700923 + ], + [ + -76.68112213019799, + -12.12985366922585 + ], + [ + -76.68594388225262, + -12.12771524363493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10995189514357, + -12.045964006656925, + -77.10029991410207, + -12.035574775467405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.10563023473473, + -12.035574775467405 + ] + ] + ], + "type": "Polygon" + }, + "id": "1228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.921743737183, + -12.035300059134995, + -76.912096904176, + -12.024915287869323 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.91742726985036, + -12.024915287869323 + ] + ] + ], + "type": "Polygon" + }, + "id": "1229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01017071216214, + -12.169847832779652, + -77.00051756991488, + -12.159462965695603 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -77.00585006390072, + -12.159462965695603 + ] + ] + ], + "type": "Polygon" + }, + "id": "1230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09231560778144, + -11.894768480452477, + -77.08266857781405, + -11.884377458631468 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.08799643478945, + -11.884377458631468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17532608519932, + -11.847805381336494, + -77.16567838046029, + -11.837411695389006 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.17482302387546, + -11.84565292973757 + ], + [ + -77.16999908652078, + -11.847805381336494 + ], + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.17100533636862, + -11.837411695389006 + ] + ] + ], + "type": "Polygon" + }, + "id": "1232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0291067681271, + -11.927902845046393, + -77.01946035655936, + -11.917513838876287 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.02478884185155, + -11.917513838876287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0503663327916, + -11.804118606348718, + -77.04072306565945, + -11.793727344165687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.04604948791129, + -11.793727344165687 + ] + ] + ], + "type": "Polygon" + }, + "id": "1234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90425190206034, + -12.261576280353019, + -76.8945987748773, + -12.25119552798614 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.89993288706279, + -12.25119552798614 + ] + ] + ], + "type": "Polygon" + }, + "id": "1235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04879923385116, + -11.725286525484341, + -77.0391583529903, + -11.71489424638714 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.04448348121284, + -11.71489424638714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90348541057895, + -12.222194059636005, + -76.89383347978536, + -12.21181267941702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89916694263513, + -12.21181267941702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7054626018254, + -12.171048160164801, + -76.6958175209142, + -12.160670953149346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.70115023762217, + -12.160670953149346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72761840925679, + -11.992469041961389, + -76.71797804813, + -11.98208851022476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.72228859282109, + -11.992469041961389 + ], + [ + -76.71797804813, + -11.989419834084895 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.72330781537336, + -11.98208851022476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8570039226011, + -12.272604534409664, + -76.84735171543474, + -12.262225147314865 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.85268604479349, + -12.262225147314865 + ] + ] + ], + "type": "Polygon" + }, + "id": "1240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12953093930693, + -11.748910579503178, + -77.11988731807654, + -11.738516653480687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.12521272164246, + -11.738516653480687 + ] + ] + ], + "type": "Polygon" + }, + "id": "1241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93013285372511, + -12.091172978437239, + -76.92048413455646, + -12.080788853395468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.92581541366863, + -12.080788853395468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91641332506705, + -12.042636904834396, + -76.9067664130215, + -12.032252377180452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.912096904176, + -12.032252377180452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80746312599743, + -12.354124839295505, + -76.79780980678092, + -12.343748076950156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.8069541197402, + -12.351986690704548 + ], + [ + -76.8021273729819, + -12.354124839295505 + ], + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.8031455116319, + -12.343748076950156 + ] + ] + ], + "type": "Polygon" + }, + "id": "1244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99402521056817, + -11.814328296172167, + -76.98438308304212, + -11.803938553273237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.98970973996343, + -11.803938553273237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89358345874996, + -12.276239078140676, + -76.88393017454919, + -12.265858835519412 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88926453734341, + -12.265858835519412 + ] + ] + ], + "type": "Polygon" + }, + "id": "1246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76636181117934, + -12.208561233392514, + -76.75671394948105, + -12.198183080885817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.76204726872261, + -12.198183080885817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0983660310257, + -11.832419788056797, + -77.08872070571738, + -11.822027746471813 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.09404752841465, + -11.822027746471813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85321542209938, + -11.792604974853212, + -76.84357762883735, + -11.782218426984484 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.84788895327539, + -11.792604974853212 + ], + [ + -76.84357762883735, + -11.789557958626812 + ], + [ + -76.84408524028794, + -11.78436473873615 + ], + [ + -76.84890405031436, + -11.782218426984484 + ] + ] + ], + "type": "Polygon" + }, + "id": "1249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9719435932793, + -11.804293271663148, + -76.96230233527415, + -11.793903934948837 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.96762885050005, + -11.793903934948837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07094394354529, + -11.829736337362805, + -77.06129939093016, + -11.819344925010668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.06662620754727, + -11.819344925010668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04190902783047, + -11.653796798184716, + -77.032270449243, + -11.643403764198709 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.03658502101985, + -11.653796798184716 + ], + [ + -77.032270449243, + -11.650752204580485 + ], + [ + -77.03277520770102, + -11.645555740467486 + ], + [ + -77.03759441143208, + -11.643403764198709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12586687007247, + -11.929522306279624, + -77.11621796156845, + -11.919130968466247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.12154634113276, + -11.919130968466247 + ] + ] + ], + "type": "Polygon" + }, + "id": "1253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87832468496384, + -11.77148493616584, + -76.86868685442694, + -11.761097475425379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.87401291148238, + -11.761097475425379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93240418438886, + -12.020625381350117, + -76.92275750995678, + -12.010240124189432 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.92808762440744, + -12.010240124189432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0108250630654, + -11.926106632442584, + -77.00117917371534, + -11.915718048624578 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -77.00650765104811, + -11.915718048624578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02368723533277, + -11.746432244536884, + -77.01404636658768, + -11.736040858139875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01937187321646, + -11.736040858139875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87071918813156, + -12.132466342387561, + -76.8610708010956, + -12.122084343070966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.86640280868582, + -12.122084343070966 + ] + ] + ], + "type": "Polygon" + }, + "id": "1258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11600217265638, + -11.983625910436993, + -77.10635189865224, + -11.973235600432298 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.1116811836978, + -11.973235600432298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06937158391524, + -11.750903264000875, + -77.05972941801775, + -11.740510822314217 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.06505494052037, + -11.740510822314217 + ] + ] + ], + "type": "Polygon" + }, + "id": "1260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70541525603718, + -12.265348186720896, + -76.69576736088189, + -12.25497251959366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.70110163431254, + -12.25497251959366 + ] + ] + ], + "type": "Polygon" + }, + "id": "1261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74513490790736, + -11.954901855915145, + -76.73549518879504, + -11.94452032415464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.7408243323937, + -11.94452032415464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70101671395611, + -11.934793070174168, + -76.6913788003128, + -11.92441236809535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.6967076224269, + -11.92441236809535 + ] + ] + ], + "type": "Polygon" + }, + "id": "1263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06101888313391, + -11.789426256934922, + -77.05137578252155, + -11.77903453542383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.05670194940275, + -11.77903453542383 + ] + ] + ], + "type": "Polygon" + }, + "id": "1264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73141966917726, + -12.000708457947132, + -76.72177895864846, + -11.990327952365833 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.72177895864846, + -11.997659240064669 + ], + [ + -76.72228859282109, + -11.992469041961389 + ], + [ + -76.72710886074721, + -11.990327952365833 + ] + ] + ], + "type": "Polygon" + }, + "id": "1265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06500405557487, + -12.080877482190992, + -77.05535216806301, + -12.070489877710221 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.06068312707207, + -12.070489877710221 + ] + ] + ], + "type": "Polygon" + }, + "id": "1266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88596131243325, + -12.259760729616948, + -76.8763087216457, + -12.24938040404092 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.8816428183112, + -12.24938040404092 + ] + ] + ], + "type": "Polygon" + }, + "id": "1267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71468710597182, + -11.983321352445454, + -76.70504737122927, + -11.97294101412615 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.71037699053359, + -11.97294101412615 + ] + ] + ], + "type": "Polygon" + }, + "id": "1268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92324817050314, + -11.925350098564028, + -76.91360457555582, + -11.914963665671134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91893312893977, + -11.914963665671134 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.91791957073065, + -11.925350098564028 + ], + [ + -76.91360457555582, + -11.922302990854963 + ], + [ + -76.91411141778282, + -11.917109827864522 + ], + [ + -76.91893312893977, + -11.914963665671134 + ] + ] + ], + "type": "Polygon" + }, + "id": "1269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03595053716927, + -11.904975987947877, + -77.0263046337898, + -11.894586485322977 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.03163273336011, + -11.894586485322977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11297730705584, + -12.014795769207172, + -77.10332617958156, + -12.004405995512812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.10865598238549, + -12.004405995512812 + ] + ] + ], + "type": "Polygon" + }, + "id": "1271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77850356432663, + -12.366950904749825, + -76.7688506421794, + -12.356575096132902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.77418657235751, + -12.356575096132902 + ] + ] + ], + "type": "Polygon" + }, + "id": "1272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00397976095924, + -11.949030850321, + -76.99433336443455, + -11.938642766702428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.99966222697631, + -11.938642766702428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94458373244584, + -11.990370711723484, + -76.93493764207611, + -11.979984700965849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.9402672469083, + -11.979984700965849 + ] + ] + ], + "type": "Polygon" + }, + "id": "1274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74196921377491, + -12.269001160336561, + -76.73232020991215, + -12.25862462122985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.73765453507109, + -12.25862462122985 + ] + ] + ], + "type": "Polygon" + }, + "id": "1275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07184950279452, + -12.057954535254112, + -77.06219812549497, + -12.047566412903313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.06752869761267, + -12.047566412903313 + ] + ] + ], + "type": "Polygon" + }, + "id": "1276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7588470513375, + -11.909089416411733, + -76.74920832454404, + -11.898706872554628 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75453670923866, + -11.898706872554628 + ], + [ + -76.7588470513375, + -11.901755269187179 + ], + [ + -76.7583380684749, + -11.906946595687897 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.74971743299099, + -11.900849715650113 + ], + [ + -76.75453670923866, + -11.898706872554628 + ] + ] + ], + "type": "Polygon" + }, + "id": "1277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7192738440775, + -11.936608420114153, + -76.70963537580441, + -11.926227278973803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.7149642245443, + -11.926227278973803 + ] + ] + ], + "type": "Polygon" + }, + "id": "1278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06180401674567, + -11.828841332234665, + -77.0521597226504, + -11.818450130129829 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.0574865366895, + -11.818450130129829 + ] + ] + ], + "type": "Polygon" + }, + "id": "1279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16618156897498, + -11.84691322485946, + -77.15653411730851, + -11.836519746258821 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.16186107378789, + -11.836519746258821 + ] + ] + ], + "type": "Polygon" + }, + "id": "1280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76791888622323, + -12.098672330175273, + -76.75827426187425, + -12.088292391239376 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.76360576760258, + -12.088292391239376 + ] + ] + ], + "type": "Polygon" + }, + "id": "1281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97881961097595, + -11.875764877046004, + -76.96917604658323, + -11.865376362617072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.97450373055044, + -11.865376362617072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8303526034081, + -12.120599623396519, + -76.82070564481073, + -12.110218450465933 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.82603748256743, + -12.110218450465933 + ] + ] + ], + "type": "Polygon" + }, + "id": "1283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95524265619325, + -11.975692689206868, + -76.94559672580678, + -11.965306197633021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.95092607868384, + -11.965306197633021 + ] + ] + ], + "type": "Polygon" + }, + "id": "1284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10455240384769, + -11.958903647251075, + -77.09490315442963, + -11.948513251952038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.10023204937157, + -11.948513251952038 + ] + ] + ], + "type": "Polygon" + }, + "id": "1285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68032916134541, + -12.19211390650862, + -76.6706841433369, + -12.181737681715827 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.67601721104135, + -12.181737681715827 + ] + ] + ], + "type": "Polygon" + }, + "id": "1286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80216564433681, + -12.17282571013968, + -76.79251788286807, + -12.162446075060112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.79785059706296, + -12.162446075060112 + ] + ] + ], + "type": "Polygon" + }, + "id": "1287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00619428543109, + -11.784054729161792, + -76.99655274582852, + -11.773664275338119 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -77.00187889131944, + -11.773664275338119 + ] + ] + ], + "type": "Polygon" + }, + "id": "1288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75413319847453, + -12.333083675359834, + -76.74448194907694, + -12.322707905323348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.74981732885034, + -12.322707905323348 + ] + ] + ], + "type": "Polygon" + }, + "id": "1289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93238531540953, + -11.926250987407382, + -76.92274145453044, + -11.915864340835464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.92807001467239, + -11.915864340835464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70773470178479, + -12.194852423368907, + -76.69808884798017, + -12.184475541405146 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.70342195714399, + -12.184475541405146 + ] + ] + ], + "type": "Polygon" + }, + "id": "1291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83112039096791, + -12.065643250755059, + -76.82147505130347, + -12.055261206521617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.82680598249071, + -12.055261206521617 + ] + ] + ], + "type": "Polygon" + }, + "id": "1292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75260400286125, + -12.348646949594508, + -76.74295232989594, + -12.338271484299616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.74828796731303, + -12.338271484299616 + ] + ] + ], + "type": "Polygon" + }, + "id": "1293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6955372695075, + -12.225068672632556, + -76.6858908486637, + -12.214692594090314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.69122445858574, + -12.214692594090314 + ] + ] + ], + "type": "Polygon" + }, + "id": "1294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74808544000723, + -12.206738966728407, + -76.73843812895531, + -12.196361248830057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.74377142436369, + -12.196361248830057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99476498726736, + -11.759332352690283, + -76.98512447777946, + -11.748941847207261 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.99045022948505, + -11.748941847207261 + ] + ] + ], + "type": "Polygon" + }, + "id": "1296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03814876077739, + -11.739980466329715, + -77.0285077142387, + -11.729588640880303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.0338330973031, + -11.729588640880303 + ] + ] + ], + "type": "Polygon" + }, + "id": "1297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79837966028205, + -12.070255361311492, + -76.78873506112411, + -12.059874212644718 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.79406608546336, + -12.059874212644718 + ] + ] + ], + "type": "Polygon" + }, + "id": "1298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77316758556714, + -12.374275858630936, + -76.76351458878291, + -12.363900311862078 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.7688506421794, + -12.363900311862078 + ] + ] + ], + "type": "Polygon" + }, + "id": "1299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13652332868733, + -11.91482971251063, + -77.12687459163392, + -11.904437906106825 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.13220271298448, + -11.904437906106825 + ] + ] + ], + "type": "Polygon" + }, + "id": "1300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8707200674008, + -12.226803816339656, + -76.86106886416681, + -12.216423330317117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.86640242807945, + -12.216423330317117 + ] + ] + ], + "type": "Polygon" + }, + "id": "1301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9720653017291, + -12.18181091665702, + -76.96241278575809, + -12.171427180535668 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.96774551887428, + -12.171427180535668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77252835474165, + -11.957621562632255, + -76.76288781119553, + -11.94723937643689 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.76821699034271, + -11.94723937643689 + ] + ] + ], + "type": "Polygon" + }, + "id": "1303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98340541620236, + -11.923410344107053, + -76.97376031375939, + -11.913022395700315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.97908877708578, + -11.913022395700315 + ] + ] + ], + "type": "Polygon" + }, + "id": "1304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10369276900585, + -11.82507270758339, + -77.09404752841465, + -11.814680435617618 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09937422260758, + -11.814680435617618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9902153330177, + -11.806087587775213, + -76.9805735491169, + -11.795697825769755 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.9859000746397, + -11.795697825769755 + ] + ] + ], + "type": "Polygon" + }, + "id": "1306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68729862869469, + -11.980594972133792, + -76.67765972756622, + -11.970215292663621 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.68298930609413, + -11.970215292663621 + ] + ] + ], + "type": "Polygon" + }, + "id": "1307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81058354773354, + -11.945669528681462, + -76.8009423347871, + -11.935286207213867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.80627130017578, + -11.935286207213867 + ] + ] + ], + "type": "Polygon" + }, + "id": "1308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17443726543019, + -11.713939111295032, + -77.16479356787195, + -11.703543644625428 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.17011832483557, + -11.703543644625428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08916036283871, + -11.737100507357457, + -77.07951810719602, + -11.726707402031236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.08484337577404, + -11.726707402031236 + ] + ] + ], + "type": "Polygon" + }, + "id": "1310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93394362737394, + -12.09941285731175, + -76.92429456273729, + -12.089028765348356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92962597423859, + -12.089028765348356 + ] + ] + ], + "type": "Polygon" + }, + "id": "1311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1061345639556, + -12.037723446041424, + -77.09648292463804, + -12.027334182842386 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.1018131151511, + -12.027334182842386 + ] + ] + ], + "type": "Polygon" + }, + "id": "1312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88899513373123, + -12.039925837479066, + -76.87934902399441, + -12.029541951705689 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.88467949258819, + -12.029541951705689 + ] + ] + ], + "type": "Polygon" + }, + "id": "1313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98799265688908, + -11.97105391745938, + -76.97834601602895, + -11.960666549335702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.98367525887319, + -11.960666549335702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71534058739765, + -12.211330015407885, + -76.70569403316173, + -12.20095320645049 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.71102741283275, + -12.20095320645049 + ] + ] + ], + "type": "Polygon" + }, + "id": "1315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68867222208083, + -12.247957169850057, + -76.6790253067309, + -12.237581643285656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.68435929546628, + -12.237581643285656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73290879878853, + -12.079466136448081, + -76.72326569922069, + -12.069086789112852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.72859689926975, + -12.069086789112852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81281478126687, + -12.252487738978745, + -76.80316435515596, + -12.242109130570025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.80849837870285, + -12.242109130570025 + ] + ] + ], + "type": "Polygon" + }, + "id": "1318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84028178076046, + -11.783463863783096, + -76.83064460399831, + -11.773077515643017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.83977412921504, + -11.781317734955268 + ], + [ + -76.83495545415869, + -11.783463863783096 + ], + [ + -76.83064460399831, + -11.780416785307468 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.83597088307187, + -11.773077515643017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01611017028671, + -11.82436239929315, + -77.00646717595201, + -11.81397225219533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.01179397296787, + -11.81397225219533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81130488391538, + -12.173734694515082, + -76.8016568497697, + -12.163354843344715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.80698957438604, + -12.163354843344715 + ] + ] + ], + "type": "Polygon" + }, + "id": "1321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04112680039668, + -11.614376138348545, + -77.03148941396958, + -11.603982628306678 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.03681272964218, + -11.603982628306678 + ] + ] + ], + "type": "Polygon" + }, + "id": "1322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7154294489737, + -12.022700588670384, + -76.70578852002663, + -12.012320820416516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7111187882001, + -12.012320820416516 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.71009913142541, + -12.022700588670384 + ], + [ + -76.70578852002663, + -12.01965111224978 + ], + [ + -76.70629841115822, + -12.014461282898804 + ], + [ + -76.7111187882001, + -12.012320820416516 + ] + ] + ], + "type": "Polygon" + }, + "id": "1323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9848546042346, + -11.719024108294489, + -76.97521554997297, + -11.708633312876302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.97952945904323, + -11.719024108294489 + ], + [ + -76.97521554997297, + -11.715978652930914 + ], + [ + -76.97572120847171, + -11.710783308435081 + ], + [ + -76.98054064971193, + -11.708633312876302 + ] + ] + ], + "type": "Polygon" + }, + "id": "1324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91947007707597, + -12.105844642701232, + -76.90982119940789, + -12.095461010334109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.91515272977358, + -12.095461010334109 + ] + ] + ], + "type": "Polygon" + }, + "id": "1325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90956149802145, + -12.06554950217036, + -76.89991408250005, + -12.055165494192114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.90524495702014, + -12.055165494192114 + ] + ] + ], + "type": "Polygon" + }, + "id": "1326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69558748971512, + -12.130765458772496, + -76.68594388225262, + -12.12038786400362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69127593584078, + -12.12038786400362 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.68594388225262, + -12.12771524363493 + ], + [ + -76.68645421970075, + -12.122526501064902 + ], + [ + -76.69127593584078, + -12.12038786400362 + ] + ] + ], + "type": "Polygon" + }, + "id": "1327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16529656096674, + -11.713049210997788, + -77.15565311631846, + -11.702653952146237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.16097787382597, + -11.702653952146237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75803561165401, + -12.058384246953612, + -76.74839245698384, + -12.048003937204909 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.75372330192708, + -12.048003937204909 + ] + ] + ], + "type": "Polygon" + }, + "id": "1329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01463719538091, + -11.934347186498934, + -77.00499096257522, + -11.92395862810244 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.01031957114364, + -11.92395862810244 + ] + ] + ], + "type": "Polygon" + }, + "id": "1330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15187622416165, + -12.042206991798265, + -77.14222330700403, + -12.031816689456472 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14755350096645, + -12.031816689456472 + ], + [ + -77.15187622416165, + -12.034862192424566 + ], + [ + -77.15137253082985, + -12.040057395390324 + ], + [ + -77.14654598704215, + -12.042206991798265 + ], + [ + -77.14222330700403, + -12.039161404395585 + ], + [ + -77.1427271275872, + -12.033966305029514 + ], + [ + -77.14755350096645, + -12.031816689456472 + ] + ] + ], + "type": "Polygon" + }, + "id": "1331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96515601977637, + -12.015992730434009, + -76.95550863035828, + -12.005606592791555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.96083863721292, + -12.005606592791555 + ] + ] + ], + "type": "Polygon" + }, + "id": "1332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97727002781926, + -11.796949881222499, + -76.96762885050005, + -11.78656031321794 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.97295523945762, + -11.78656031321794 + ] + ] + ], + "type": "Polygon" + }, + "id": "1333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15544350165034, + -11.76717608577332, + -77.14579869076101, + -11.756781778629646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.15112435380192, + -11.756781778629646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78161009379623, + -12.147198851050005, + -76.77196365120182, + -12.136819327324567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.77729595190407, + -12.136819327324567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08862966472714, + -12.075334023639636, + -77.0789773445531, + -12.064945758251548 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.08430817981784, + -12.064945758251548 + ] + ] + ], + "type": "Polygon" + }, + "id": "1336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70861592608053, + -11.951271925450326, + -76.69897731285836, + -11.940891269764808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.70430640521309, + -11.940891269764808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9240328560836, + -12.059116832803134, + -76.91438525280623, + -12.048732366557696 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91971600896433, + -12.048732366557696 + ] + ] + ], + "type": "Polygon" + }, + "id": "1338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12881367773441, + -11.80392238196944, + -77.11916843684257, + -11.793529212771443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.12449474583032, + -11.793529212771443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80295714726417, + -12.02353874117049, + -76.7933138181115, + -12.013156766112859 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.79864407021543, + -12.013156766112859 + ] + ] + ], + "type": "Polygon" + }, + "id": "1340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13183524013903, + -11.772742378557922, + -77.12219085195818, + -11.762348714921844 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.12751664370813, + -11.762348714921844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76171524694584, + -12.443847821798274, + -76.75206048014623, + -12.433473784111852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.75637799031294, + -12.443847821798274 + ], + [ + -76.75206048014623, + -12.440796724754001 + ], + [ + -76.75257039195864, + -12.435609759999142 + ], + [ + -76.75739768793515, + -12.433473784111852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68724601538057, + -12.074914926208635, + -76.67760430361913, + -12.064536674058852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.67760430361913, + -12.071864924430459 + ], + [ + -76.67811466875742, + -12.066675853275546 + ], + [ + -76.6829354370347, + -12.064536674058852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15783469342375, + -11.885440694938193, + -77.14818630125804, + -11.875047956689901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15351390513177, + -11.875047956689901 + ], + [ + -77.15783469342375, + -11.878092645033503 + ], + [ + -77.15733132769827, + -11.883289066045247 + ], + [ + -77.15250704651989, + -11.885440694938193 + ], + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.15351390513177, + -11.875047956689901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88897651891227, + -11.756802880402084, + -76.87933884393499, + -11.746414957321319 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.88466465169711, + -11.746414957321319 + ] + ] + ], + "type": "Polygon" + }, + "id": "1345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69109807597825, + -11.988834256009705, + -76.68145882465225, + -11.97845460171443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.69058802559904, + -11.9866939090506 + ], + [ + -76.68576831238933, + -11.988834256009705 + ], + [ + -76.68145882465225, + -11.985784744311774 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.68678853853099, + -11.97845460171443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9872861556279, + -12.120408244632063, + -76.97763507858714, + -12.110023160082326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.98296678304929, + -12.110023160082326 + ] + ] + ], + "type": "Polygon" + }, + "id": "1347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96890829019385, + -11.835460276470506, + -76.95926618287949, + -11.8250714431128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.96459321388559, + -11.8250714431128 + ] + ] + ], + "type": "Polygon" + }, + "id": "1348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04952967209907, + -11.670278932379485, + -77.03989040909502, + -11.659885922487163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.04521463248837, + -11.659885922487163 + ] + ] + ], + "type": "Polygon" + }, + "id": "1349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6734641780184, + -12.215002801730154, + -76.66381866626216, + -12.204627124512317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.66915211235865, + -12.204627124512317 + ] + ] + ], + "type": "Polygon" + }, + "id": "1350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04049581628392, + -11.85822187088391, + -77.03085118963048, + -11.847831596670456 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.03617851423998, + -11.847831596670456 + ] + ] + ], + "type": "Polygon" + }, + "id": "1351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00930854172435, + -11.94168918004145, + -76.99966222697631, + -11.931300858812001 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -77.00499096257522, + -11.931300858812001 + ] + ] + ], + "type": "Polygon" + }, + "id": "1352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7511427280328, + -12.175605231517274, + -76.74149626324618, + -12.165226933473672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.74682904388204, + -12.165226933473672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99554177727329, + -11.798743619176802, + -76.9859000746397, + -11.788353626120626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.99122647357277, + -11.788353626120626 + ] + ] + ], + "type": "Polygon" + }, + "id": "1354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01615345841549, + -11.918764283341579, + -77.00650765104811, + -11.90837546312486 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.01183600133608, + -11.90837546312486 + ] + ] + ], + "type": "Polygon" + }, + "id": "1355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78691874938912, + -12.234188910486276, + -76.77726956658252, + -12.223810655375887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.78260330050904, + -12.223810655375887 + ] + ] + ], + "type": "Polygon" + }, + "id": "1356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92254406737669, + -12.263390750702465, + -76.91289040570933, + -12.25300957254589 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.92254406737669, + -12.256058254528376 + ], + [ + -76.92203681162405, + -12.261248896762853 + ], + [ + -76.91720989427992, + -12.263390750702465 + ], + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.91822453231035, + -12.25300957254589 + ] + ] + ], + "type": "Polygon" + }, + "id": "1357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03301611520963, + -12.1249172283981, + -77.0233637284698, + -12.11453109000935 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.02869545433705, + -12.11453109000935 + ] + ] + ], + "type": "Polygon" + }, + "id": "1358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99247212582183, + -11.735505721116072, + -76.98283238451953, + -11.725114955382237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.98815774700806, + -11.725114955382237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07790642392028, + -11.995623077081369, + -77.06825675208695, + -11.985233869919584 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.07358628928134, + -11.985233869919584 + ] + ] + ], + "type": "Polygon" + }, + "id": "1360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98654430405175, + -12.175378595794076, + -76.97689160545603, + -12.164994399090295 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.98222421714043, + -12.164994399090295 + ] + ] + ], + "type": "Polygon" + }, + "id": "1361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69168350243632, + -12.311121319959163, + -76.68203461739455, + -12.30074677150299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.68736964898618, + -12.30074677150299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76018584364985, + -12.459408484003427, + -76.75053065290537, + -12.449034761862043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75586811855288, + -12.449034761862043 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.75484832913186, + -12.459408484003427 + ], + [ + -76.75053065290537, + -12.456357303652162 + ], + [ + -76.7510406106202, + -12.45117049666596 + ], + [ + -76.75586811855288, + -12.449034761862043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14558753386541, + -11.821297293556981, + -77.13594135691939, + -11.81090395716292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.14126792548107, + -11.81090395716292 + ] + ] + ], + "type": "Polygon" + }, + "id": "1365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11520989489264, + -11.944213618961474, + -77.10556081560036, + -11.933822751516542 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.11088945302849, + -11.933822751516542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88595598507506, + -12.165424516833124, + -76.87630621129509, + -12.155042658747453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.88163875132733, + -12.155042658747453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99861266583586, + -11.861977807605582, + -76.9889690011282, + -11.851588612375714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.99429643687822, + -11.851588612375714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8128307980529, + -12.158164845882833, + -76.8031831876835, + -12.147784707634363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.80851565464158, + -12.147784707634363 + ] + ] + ], + "type": "Polygon" + }, + "id": "1369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.982562848912, + -11.695197033950969, + -76.97292456273759, + -11.684805984326264 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97824927327991, + -11.684805984326264 + ], + [ + -76.982562848912, + -11.687851240552765 + ], + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.97723809289131, + -11.695197033950969 + ], + [ + -76.97292456273759, + -11.692151690266108 + ], + [ + -76.97343021608245, + -11.686956218702544 + ], + [ + -76.97824927327991, + -11.684805984326264 + ] + ] + ], + "type": "Polygon" + }, + "id": "1370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97355361874709, + -12.071870335126993, + -76.96390434509509, + -12.06148483745625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96923526406209, + -12.06148483745625 + ] + ] + ], + "type": "Polygon" + }, + "id": "1371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73216414214417, + -12.040088213451593, + -76.72252223724222, + -12.029708282119618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.72785278823801, + -12.029708282119618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97739795396706, + -12.174475020750693, + -76.96774551887428, + -12.164091035395554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.97307812542513, + -12.164091035395554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77250059435399, + -12.05196113781861, + -76.76285723919598, + -12.041580363344998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.76818797300962, + -12.041580363344998 + ] + ] + ], + "type": "Polygon" + }, + "id": "1374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06247572595096, + -11.679412658755904, + -77.052835862107, + -11.66901945061361 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.0581602188709, + -11.66901945061361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92328058597725, + -12.114084444424494, + -76.91363136259062, + -12.103700845783184 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.918963025492, + -12.103700845783184 + ] + ] + ], + "type": "Polygon" + }, + "id": "1376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9560407995566, + -12.109459739686608, + -76.94639085904679, + -12.09907525619727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.95172241527587, + -12.09907525619727 + ] + ] + ], + "type": "Polygon" + }, + "id": "1377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05266447519448, + -11.827946066488611, + -77.0430204400966, + -11.817555074882506 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.04834725128208, + -11.817555074882506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98495713760713, + -12.002214951275437, + -76.97530964620232, + -11.991828119117121 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.98063940551599, + -11.991828119117121 + ] + ] + ], + "type": "Polygon" + }, + "id": "1379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73369273151522, + -12.024518247698468, + -76.72405124914033, + -12.014138041774844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72938154308636, + -12.014138041774844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65666616809534, + -12.29189844901694, + -76.64701882490166, + -12.281524475848238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.6513314011033, + -12.29189844901694 + ], + [ + -76.64701882490166, + -12.288847077966532 + ], + [ + -76.64752995788032, + -12.283660146314372 + ], + [ + -76.65235354160022, + -12.281524475848238 + ] + ] + ], + "type": "Polygon" + }, + "id": "1381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82578941203894, + -12.072976389407557, + -76.81614399620334, + -12.06259459182812 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.82147505130347, + -12.06259459182812 + ] + ] + ], + "type": "Polygon" + }, + "id": "1382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13501215036871, + -11.930417096691974, + -77.12536298654565, + -11.92002555071378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.13069136675598, + -11.92002555071378 + ] + ] + ], + "type": "Polygon" + }, + "id": "1383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75566225648843, + -12.31751994439775, + -76.74601143063515, + -12.307143871159672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.75134655278202, + -12.307143871159672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96209062181018, + -11.952773025554812, + -76.95244519658586, + -11.942386028614033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.95777416528405, + -11.942386028614033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72981067416943, + -12.204915630516242, + -76.7201639156672, + -12.194538348224253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.72549718614088, + -12.194538348224253 + ] + ] + ], + "type": "Polygon" + }, + "id": "1386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67057259244947, + -11.963207153039448, + -76.66093467108166, + -11.952827644962346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.66626396441744, + -11.952827644962346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83265519077547, + -11.955718505689148, + -76.82301308735768, + -11.945334775962168 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82834220632475, + -11.945334775962168 + ], + [ + -76.83265519077547, + -11.948382768092578 + ], + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.82834220632475, + -11.945334775962168 + ] + ] + ], + "type": "Polygon" + }, + "id": "1388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.045771125814, + -11.756462391217607, + -77.03612939433954, + -11.746070598589192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.04145503884223, + -11.746070598589192 + ] + ] + ], + "type": "Polygon" + }, + "id": "1389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05658732909049, + -12.024992791649526, + -77.04693732230807, + -12.014604542987334 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.05226737172774, + -12.014604542987334 + ] + ] + ], + "type": "Polygon" + }, + "id": "1390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6605284616831, + -12.205850210156648, + -76.65088358110481, + -12.19547471620238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65621687674711, + -12.19547471620238 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.65088358110481, + -12.20279929845889 + ], + [ + -76.65139452426844, + -12.19761160646526 + ], + [ + -76.65621687674711, + -12.19547471620238 + ] + ] + ], + "type": "Polygon" + }, + "id": "1391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84482328449579, + -12.114174196872586, + -76.83517613141315, + -12.103792559713945 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.84050785454744, + -12.103792559713945 + ] + ] + ], + "type": "Polygon" + }, + "id": "1392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14010201614668, + -11.639766380166261, + -77.13046137802279, + -11.62937078885644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1357849721543, + -11.62937078885644 + ], + [ + -77.14010201614668, + -11.632414352988393 + ], + [ + -77.13959878291747, + -11.637612200856656 + ], + [ + -77.1347783787973, + -11.639766380166261 + ], + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.13096473814126, + -11.631524985339984 + ], + [ + -77.1357849721543, + -11.62937078885644 + ] + ] + ], + "type": "Polygon" + }, + "id": "1393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91335780565544, + -11.979424874866586, + -76.90371285848664, + -11.969039477018557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.9090423108042, + -11.969039477018557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96360917794512, + -11.937192464017167, + -76.95396417761869, + -11.926805203000521 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.9592928882646, + -11.926805203000521 + ] + ] + ], + "type": "Polygon" + }, + "id": "1395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78381492734286, + -12.453915763404387, + -76.7741592612032, + -12.443541343262394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77949662661212, + -12.443541343262394 + ], + [ + -76.78381492734286, + -12.446592192063644 + ], + [ + -76.78330543379711, + -12.45177945605536 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.77949662661212, + -12.443541343262394 + ] + ] + ], + "type": "Polygon" + }, + "id": "1396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75263759414607, + -12.25434852270566, + -76.74298873764053, + -12.243971469203096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.74832281753221, + -12.243971469203096 + ] + ] + ], + "type": "Polygon" + }, + "id": "1397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1272269984792, + -11.72507836244706, + -77.11758414410848, + -11.714684177610327 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.12290915952944, + -11.714684177610327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10685613205014, + -11.982729629841577, + -77.09720611444726, + -11.972339528337319 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.10253539827248, + -11.972339528337319 + ] + ] + ], + "type": "Polygon" + }, + "id": "1399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74733859366803, + -12.16736620025219, + -76.7376924782591, + -12.156987866961911 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.74302512414123, + -12.156987866961911 + ] + ] + ], + "type": "Polygon" + }, + "id": "1400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00086809477358, + -11.791399332834608, + -76.99122647357277, + -11.781009109172333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.99655274582852, + -11.781009109172333 + ] + ] + ], + "type": "Polygon" + }, + "id": "1401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93167206487634, + -12.169953119347422, + -76.92202095446902, + -12.15957019449569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.92735353121036, + -12.15957019449569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73361452402754, + -12.21315448050082, + -76.72396741570846, + -12.202777235203108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.72930082118741, + -12.202777235203108 + ] + ] + ], + "type": "Polygon" + }, + "id": "1403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74740878886988, + -11.97871334302872, + -76.73776829825366, + -11.968332104097978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.74309783348528, + -11.968332104097978 + ] + ] + ], + "type": "Polygon" + }, + "id": "1404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17745414374338, + -11.682752234012975, + -77.16781129943348, + -11.672356291451003 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17313553900625, + -11.672356291451003 + ], + [ + -77.17745414374338, + -11.675399755690567 + ], + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.17313553900625, + -11.672356291451003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73522118350766, + -12.008947870443976, + -76.72558012363655, + -11.998567391473193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.7309101605499, + -11.998567391473193 + ] + ] + ], + "type": "Polygon" + }, + "id": "1406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00172388364344, + -12.019595934310539, + -76.99207544154567, + -12.009208949247967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.99740546873689, + -12.009208949247967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80748070966203, + -12.25981635063758, + -76.79783020787474, + -12.249437998060273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.80316435515596, + -12.249437998060273 + ] + ] + ], + "type": "Polygon" + }, + "id": "1408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78689516531898, + -12.328496784457387, + -76.777243165856, + -12.318120104845093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.78257845710934, + -12.318120104845093 + ] + ] + ], + "type": "Polygon" + }, + "id": "1409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11959874681291, + -11.70859583282804, + -77.10995657388438, + -11.698201616846399 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.1152813299771, + -11.698201616846399 + ] + ] + ], + "type": "Polygon" + }, + "id": "1410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76489372120209, + -12.035482228831683, + -76.75525106345289, + -12.02510139651429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.7605815284606, + -12.02510139651429 + ] + ] + ], + "type": "Polygon" + }, + "id": "1411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07693573987451, + -11.672956024965583, + -77.06729570157243, + -11.662562382490524 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.07261993297591, + -11.662562382490524 + ] + ] + ], + "type": "Polygon" + }, + "id": "1412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74577432241915, + -12.27723983507645, + -76.73612496884911, + -12.266863336339297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.74145942891411, + -12.266863336339297 + ] + ] + ], + "type": "Polygon" + }, + "id": "1413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01004605913143, + -11.886699726226835, + -77.00040136389352, + -11.876310598473925 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -77.00572919353283, + -11.876310598473925 + ] + ] + ], + "type": "Polygon" + }, + "id": "1414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08172211042206, + -12.0038636709227, + -77.07207209637002, + -11.993474493357887 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.07740176400776, + -11.993474493357887 + ] + ] + ], + "type": "Polygon" + }, + "id": "1415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95748175204484, + -11.810738507193019, + -76.94784067747251, + -11.800349615355145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.95316731315714, + -11.800349615355145 + ] + ] + ], + "type": "Polygon" + }, + "id": "1416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95835974687273, + -12.227630255447954, + -76.94870621851022, + -12.217247599904958 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.95403972142164, + -12.217247599904958 + ] + ] + ], + "type": "Polygon" + }, + "id": "1417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03966312634736, + -11.724392667435954, + -77.03002250499917, + -11.714000599538993 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.03534762997818, + -11.714000599538993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73373180105902, + -11.930183163257755, + -76.72409312919625, + -11.919801561015355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72942186873688, + -11.919801561015355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13485625720936, + -11.741560898040172, + -77.12521272164246, + -11.73116674617441 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.13053799622496, + -11.73116674617441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04211236297014, + -12.031435303855563, + -77.03246253274175, + -12.02104750601875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.03779270682283, + -12.02104750601875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036919364643, + -12.157256185647096, + -76.7940445986658, + -12.146876263503268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.79937705524948, + -12.146876263503268 + ] + ] + ], + "type": "Polygon" + }, + "id": "1422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88213798224771, + -11.968476836840049, + -76.87249418374424, + -11.95809205540176 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.87782348034044, + -11.95809205540176 + ] + ] + ], + "type": "Polygon" + }, + "id": "1423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01476588922195, + -12.217480785962131, + -77.00511120671555, + -12.207096572870567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.01476588922195, + -12.210144175994 + ], + [ + -77.01425999704288, + -12.215336335112728 + ], + [ + -77.00943256977892, + -12.217480785962131 + ], + [ + -77.00511120671555, + -12.214433099117043 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.01044448099324, + -12.207096572870567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7015634800257, + -12.351397548629524, + -76.69191311969472, + -12.34102343309229 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.69724881527445, + -12.34102343309229 + ] + ] + ], + "type": "Polygon" + }, + "id": "1425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8653871333442, + -12.13979946336476, + -76.85573866884583, + -12.129417713172733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.8610708010956, + -12.129417713172733 + ] + ] + ], + "type": "Polygon" + }, + "id": "1426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94154438724001, + -12.021527664382724, + -76.93189744719885, + -12.011142194119476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.9372275681354, + -12.011142194119476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78461553672257, + -12.304693000909205, + -76.77496431007701, + -12.294315976228578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.78029920914764, + -12.294315976228578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06948925218083, + -11.939732828259231, + -77.05984145957466, + -11.929343006611061 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.06517008802307, + -11.929343006611061 + ] + ] + ], + "type": "Polygon" + }, + "id": "1429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92787811463596, + -12.256058254528376, + -76.91822453231035, + -12.245676822397133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.92737094501857, + -12.25391618980404 + ], + [ + -76.92254406737669, + -12.256058254528376 + ], + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.92355853315213, + -12.245676822397133 + ] + ] + ], + "type": "Polygon" + }, + "id": "1430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69622773477306, + -12.358720161663447, + -76.6865773022623, + -12.348346308588814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.69191311969472, + -12.348346308588814 + ] + ] + ], + "type": "Polygon" + }, + "id": "1431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82499579453673, + -12.316577668727993, + -76.81534312730976, + -12.30619982428117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.82067820250562, + -12.30619982428117 + ] + ] + ], + "type": "Polygon" + }, + "id": "1432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.917166574699, + -11.987664990008808, + -76.90752128195628, + -11.977279619386838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.91285086678302, + -11.977279619386838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88443309888707, + -12.180996945083717, + -76.87478290048413, + -12.170615374186148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.88011569854962, + -12.170615374186148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08764801930644, + -11.752689861349566, + -77.07800533788834, + -11.742296999307346 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.08333086481282, + -11.742296999307346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81586708955393, + -12.221351324313146, + -76.8062175114195, + -12.210972127835815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.81155101940085, + -12.210972127835815 + ] + ] + ], + "type": "Polygon" + }, + "id": "1436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10362396173086, + -11.7306442540037, + -77.09398153381368, + -11.720250712986669 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09930667571534, + -11.720250712986669 + ] + ] + ], + "type": "Polygon" + }, + "id": "1437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14503460237478, + -12.065136218670139, + -77.13538117161659, + -12.05474642981557 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14071175422416, + -12.05474642981557 + ], + [ + -77.14503460237478, + -12.057792104347916 + ], + [ + -77.14453077714165, + -12.062987050596886 + ], + [ + -77.13970397650614, + -12.065136218670139 + ], + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.14071175422416, + -12.05474642981557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75335192686669, + -12.388010392093081, + -76.74369905690335, + -12.377635586976158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.74903534456271, + -12.377635586976158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75793956630802, + -12.34132215207034, + -76.74828796731303, + -12.33094642577782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.75362348189307, + -12.33094642577782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8029193554918, + -12.212202554827076, + -76.79327039821405, + -12.201823536099242 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.79860376181625, + -12.201823536099242 + ] + ] + ], + "type": "Polygon" + }, + "id": "1441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96518445889102, + -12.110362847329455, + -76.95553425386471, + -12.09997815168615 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.96086581586991, + -12.09997815168615 + ] + ] + ], + "type": "Polygon" + }, + "id": "1442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73432083554341, + -12.346818817604797, + -76.72466971514163, + -12.336443786655844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.73000532787434, + -12.336443786655844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03458120496245, + -12.203709800748854, + -77.0249264261058, + -12.193324877807427 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.03458120496245, + -12.196372231107183 + ], + [ + -77.03407561222654, + -12.20156474502873 + ], + [ + -77.02924813689707, + -12.203709800748854 + ], + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.03025944929288, + -12.193324877807427 + ] + ] + ], + "type": "Polygon" + }, + "id": "1444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10290241562036, + -11.785654286004894, + -77.09325836855238, + -11.775261495881415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.09858441572527, + -11.775261495881415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00483817295861, + -12.17718493984197, + -76.995184948792, + -12.16680032119332 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -77.00051756991488, + -12.16680032119332 + ] + ] + ], + "type": "Polygon" + }, + "id": "1446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97878721640056, + -11.781365466962002, + -76.9691464637406, + -11.770975650373458 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.9744725948197, + -11.770975650373458 + ] + ] + ], + "type": "Polygon" + }, + "id": "1447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79992539742047, + -11.960338916791907, + -76.7902840337155, + -11.949956078410022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7956132459377, + -11.949956078410022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89813413730914, + -12.040829791168543, + -76.8884877596593, + -12.03044569118453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.89381823604886, + -12.03044569118453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1386712642012, + -11.749802166949374, + -77.12902738812849, + -11.739408032253882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.1343527922292, + -11.739408032253882 + ] + ] + ], + "type": "Polygon" + }, + "id": "1450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148247396598, + -12.2661832321243, + -76.86183007437552, + -12.25580337532535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.8671642877311, + -12.25580337532535 + ] + ] + ], + "type": "Polygon" + }, + "id": "1451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76177711287785, + -12.255260499482885, + -76.75212798096787, + -12.244883228843866 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.75746207278014, + -12.244883228843866 + ] + ] + ], + "type": "Polygon" + }, + "id": "1452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85090958329069, + -12.240557112906606, + -76.84125849544819, + -12.23017734905206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.84659229978224, + -12.23017734905206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76645045229905, + -11.925568818006866, + -76.75681102839488, + -11.915186319000423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.76213968183714, + -11.915186319000423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76872589911339, + -11.949381900195183, + -76.75908570403777, + -11.938999689656672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.76441474888121, + -11.938999689656672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12794435037111, + -11.670061939902558, + -77.1183031148538, + -11.659667025601372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1236272252964, + -11.659667025601372 + ], + [ + -77.12794435037111, + -11.66271086241547 + ], + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.1236272252964, + -11.659667025601372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83797556338855, + -12.042736275358036, + -76.82833072381995, + -12.03235370939618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.83366127340686, + -12.03235370939618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89278166840273, + -11.765043297631548, + -76.88314364782687, + -11.75465539019681 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.8884695882228, + -11.75465539019681 + ] + ] + ], + "type": "Polygon" + }, + "id": "1458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74812033431694, + -12.112423001787334, + -76.7384758371791, + -12.102043779726849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.7438075764294, + -12.102043779726849 + ] + ] + ], + "type": "Polygon" + }, + "id": "1459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06870288999693, + -11.900322049974132, + -77.05905629170415, + -11.88993168144073 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.06438427257368, + -11.88993168144073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0024628445721, + -11.964612644724845, + -76.99281602266578, + -11.954224826011501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.99814514347673, + -11.954224826011501 + ] + ] + ], + "type": "Polygon" + }, + "id": "1461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93850449424791, + -12.052682983184377, + -76.92885670444002, + -12.04229805960251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.93418734155037, + -12.04229805960251 + ] + ] + ], + "type": "Polygon" + }, + "id": "1462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01840561929491, + -11.848188038484023, + -77.0087618565751, + -11.837798164959931 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.01408904283888, + -11.837798164959931 + ] + ] + ], + "type": "Polygon" + }, + "id": "1463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01628347445602, + -12.201904393792125, + -77.0066292181347, + -12.19151989099901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.0119622336788, + -12.19151989099901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67266974161099, + -12.26992935607808, + -76.66302261158995, + -12.259554604231916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.66835696470443, + -12.259554604231916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76258733184356, + -12.10600262108009, + -76.7529426333178, + -12.095622931480012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.75827426187425, + -12.095622931480012 + ] + ] + ], + "type": "Polygon" + }, + "id": "1466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76705238043054, + -12.43652479809896, + -76.75739768793515, + -12.426150495077291 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.76273477265421, + -12.426150495077291 + ] + ] + ], + "type": "Polygon" + }, + "id": "1467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74737370150586, + -12.073045474104678, + -76.7377303993135, + -12.062665659997489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.74306148941663, + -12.062665659997489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83188792004697, + -12.01068284460619, + -76.82224419877562, + -12.00029994810434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.82757422369971, + -12.00029994810434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1226201965291, + -11.6774127077374, + -77.1129788756055, + -11.667018015990484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.1183031148538, + -11.667018015990484 + ] + ] + ], + "type": "Polygon" + }, + "id": "1470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04796342899317, + -11.59143626643514, + -77.03832655028705, + -11.581042306147529 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04364948071488, + -11.581042306147529 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.03832655028705, + -11.588392075614566 + ], + [ + -77.0388311268604, + -11.583195148361224 + ], + [ + -77.04364948071488, + -11.581042306147529 + ] + ] + ], + "type": "Polygon" + }, + "id": "1471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18357834940765, + -11.714828752919606, + -77.1739343994177, + -11.70443307868403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.18357834940765, + -11.707476658220566 + ], + [ + -77.18307561051407, + -11.712674547193362 + ], + [ + -77.17825355064637, + -11.714828752919606 + ], + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.17925915556174, + -11.70443307868403 + ] + ] + ], + "type": "Polygon" + }, + "id": "1472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6604680025827, + -12.300136736354332, + -76.65082030789188, + -12.289762803922416 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.65513309964597, + -12.300136736354332 + ], + [ + -76.65082030789188, + -12.297085360333693 + ], + [ + -76.6513314011033, + -12.29189844901694 + ], + [ + -76.65615516058665, + -12.289762803922416 + ] + ] + ], + "type": "Polygon" + }, + "id": "1473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01545999316056, + -12.06813702905952, + -77.00580975026283, + -12.057750442139612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.01114056140938, + -12.057750442139612 + ] + ] + ], + "type": "Polygon" + }, + "id": "1474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09981060281194, + -11.722403069735908, + -77.09016851608438, + -11.712009512855554 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.09549352803964, + -11.712009512855554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77022411199204, + -12.028150412209138, + -76.7605815284606, + -12.01776933394112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.76591187065324, + -12.01776933394112 + ] + ] + ], + "type": "Polygon" + }, + "id": "1476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75797160010954, + -12.24702169161154, + -76.74832281753221, + -12.2366443815717 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.75365677465794, + -12.2366443815717 + ] + ] + ], + "type": "Polygon" + }, + "id": "1477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81666731909887, + -11.977723751222392, + -76.80702498767408, + -11.967340747048311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.81235447794445, + -11.967340747048311 + ] + ] + ], + "type": "Polygon" + }, + "id": "1478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9696820343589, + -11.87486628382365, + -76.96003873338543, + -11.864477981987498 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.96536641199609, + -11.864477981987498 + ] + ] + ], + "type": "Polygon" + }, + "id": "1479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6759018145966, + -11.955877111986814, + -76.66626396441744, + -11.945497359722467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.67159313664872, + -11.945497359722467 + ] + ] + ], + "type": "Polygon" + }, + "id": "1481", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85091938326588, + -12.05188157564181, + -76.84127392604101, + -12.041498823977847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.84660461835828, + -12.041498823977847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85243415491952, + -12.224987393687746, + -76.84278349147743, + -12.214607336513563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.84811703784952, + -12.214607336513563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8463475149871, + -12.09860167079149, + -76.8367007859043, + -12.08821975268934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.84203225130845, + -12.08821975268934 + ] + ] + ], + "type": "Polygon" + }, + "id": "1484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69775933257007, + -12.343159305396847, + -76.68810932301002, + -12.332785146131139 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.6934448830661, + -12.332785146131139 + ] + ] + ], + "type": "Polygon" + }, + "id": "1485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92705670900897, + -11.933590365525802, + -76.91741276880626, + -11.923203957194897 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.92655003336047, + -11.931444244986135 + ], + [ + -76.92172797694813, + -11.933590365525802 + ], + [ + -76.91741276880626, + -11.930543249306346 + ], + [ + -76.91791957073065, + -11.925350098564028 + ], + [ + -76.92274145453044, + -11.923203957194897 + ] + ] + ], + "type": "Polygon" + }, + "id": "1486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97956206459095, + -11.820774570088416, + -76.96992011865227, + -11.810385271518005 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.97524689709188, + -11.810385271518005 + ] + ] + ], + "type": "Polygon" + }, + "id": "1487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08020820724565, + -12.019447100301331, + -77.07055776679907, + -12.009058192397406 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.07588769317304, + -12.009058192397406 + ] + ] + ], + "type": "Polygon" + }, + "id": "1488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83036349883396, + -12.026256848950563, + -76.82071935395685, + -12.015874224861301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.82604963639913, + -12.015874224861301 + ] + ] + ], + "type": "Polygon" + }, + "id": "1489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95758657365043, + -12.18824204897064, + -76.9479342415317, + -12.177858774361768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.95326709539304, + -12.177858774361768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13206652392267, + -12.055998863149425, + -77.12241368939527, + -12.045609248541545 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.12774414185353, + -12.045609248541545 + ] + ] + ], + "type": "Polygon" + }, + "id": "1491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91183694337916, + -11.995002635926095, + -76.90219157176664, + -11.984617506734034 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.90752128195628, + -11.984617506734034 + ] + ] + ], + "type": "Polygon" + }, + "id": "1492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8288389404392, + -12.041830442744155, + -76.8191943719328, + -12.031448092612989 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.82452491191047, + -12.031448092612989 + ] + ] + ], + "type": "Polygon" + }, + "id": "1493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462398743313, + -12.289082605210671, + -76.85497108560884, + -12.278703301834094 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.86030568184812, + -12.278703301834094 + ] + ] + ], + "type": "Polygon" + }, + "id": "1494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88061586325699, + -11.984053674307091, + -76.87097164069043, + -11.973669160707045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.87630119498692, + -11.973669160707045 + ] + ] + ], + "type": "Polygon" + }, + "id": "1495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06270309458482, + -12.057055624847328, + -77.05305197612272, + -12.046667711940943 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.05838254568584, + -12.046667711940943 + ] + ] + ], + "type": "Polygon" + }, + "id": "1496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80448270176451, + -12.007965710383365, + -76.79483979590002, + -11.997583462952285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.80016979062655, + -11.997583462952285 + ] + ] + ], + "type": "Polygon" + }, + "id": "1497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06197398375704, + -12.112039184367118, + -77.052321243399, + -12.101652136206967 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.06197398375704, + -12.104698808685312 + ], + [ + -77.06146891860304, + -12.109892385110378 + ], + [ + -77.05664246271303, + -12.112039184367118 + ], + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.05765271998162, + -12.101652136206967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70472116340338, + -12.131676983275916, + -76.69507727776893, + -12.121299169393534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.70040934498715, + -12.121299169393534 + ] + ] + ], + "type": "Polygon" + }, + "id": "1499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06416057942566, + -11.94707655917476, + -77.0545127031302, + -11.93668697397618 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.05984145957466, + -11.93668697397618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99561636702067, + -11.987534669204283, + -76.98596903817867, + -11.977147356534768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.99129854410266, + -11.977147356534768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09929103749539, + -12.060649667492111, + -77.089638886556, + -12.050260918316189 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.09496946467995, + -12.050260918316189 + ] + ] + ], + "type": "Polygon" + }, + "id": "1502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81055021468434, + -12.134355213245756, + -76.80090337608169, + -12.123974755305422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.80623545146716, + -12.123974755305422 + ] + ] + ], + "type": "Polygon" + }, + "id": "1503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13255192832244, + -11.717728316494181, + -77.12290915952944, + -11.707333906910241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.12823404602626, + -11.707333906910241 + ] + ] + ], + "type": "Polygon" + }, + "id": "1504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74125988614372, + -12.135320428826583, + -76.73161489257272, + -12.124941740983902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.73694701156064, + -12.124941740983902 + ] + ] + ], + "type": "Polygon" + }, + "id": "1505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75946850423605, + -12.325758486529846, + -76.74981732885034, + -12.315382456258273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.75515258577161, + -12.315382456258273 + ] + ] + ], + "type": "Polygon" + }, + "id": "1506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9804028323503, + -12.04895345817932, + -76.97075406494896, + -12.03856744157454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.9760845990974, + -12.03856744157454 + ] + ] + ], + "type": "Polygon" + }, + "id": "1507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88517162257777, + -11.748562467808817, + -76.8755342932594, + -11.73817452953788 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88085996834661, + -11.73817452953788 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.8755342932594, + -11.745515975573003 + ], + [ + -76.87604139010497, + -11.74032206030213 + ], + [ + -76.88085996834661, + -11.73817452953788 + ] + ] + ], + "type": "Polygon" + }, + "id": "1508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.020790722105, + -12.060797338904989, + -77.01114056140938, + -12.050410508915258 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.01647124531827, + -12.050410508915258 + ] + ] + ], + "type": "Polygon" + }, + "id": "1509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12276891639894, + -11.866277882992234, + -77.11312196979395, + -11.855885721288594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.11844931346826, + -11.855885721288594 + ] + ] + ], + "type": "Polygon" + }, + "id": "1510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96899689561153, + -12.118602779470196, + -76.95934634579748, + -12.10821811821225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.96467803976492, + -12.10821811821225 + ] + ] + ], + "type": "Polygon" + }, + "id": "1511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97123009519055, + -11.953673212966606, + -76.9615844060226, + -11.943286003493679 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.96691338030887, + -11.943286003493679 + ] + ] + ], + "type": "Polygon" + }, + "id": "1512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78468823665742, + -12.021725352666833, + -76.77504545369933, + -12.011343811546695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.78037568420207, + -12.011343811546695 + ] + ] + ], + "type": "Polygon" + }, + "id": "1513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81286280360032, + -11.969483966552096, + -76.80322081978751, + -11.959100936598569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.80855017629189, + -11.959100936598569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7222037386824, + -12.188437892604417, + -76.71255767999322, + -12.178060537688632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.71789068033374, + -12.178060537688632 + ] + ] + ], + "type": "Polygon" + }, + "id": "1515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7816352058938, + -12.052868878741426, + -76.77199157671312, + -12.04248788695079 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.7773223218341, + -12.04248788695079 + ] + ] + ], + "type": "Polygon" + }, + "id": "1516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1097399748074, + -11.762716584051569, + -77.10009643864781, + -11.752323320218022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.10542209878692, + -11.752323320218022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85928934386396, + -12.296412224087684, + -76.8496363646964, + -12.286033177363246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.85878115198032, + -12.2942721821268 + ], + [ + -76.85395457554336, + -12.296412224087684 + ], + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.85497108560884, + -12.286033177363246 + ] + ] + ], + "type": "Polygon" + }, + "id": "1518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18065295393602, + -11.840456034963589, + -77.17100533636862, + -11.830062119272482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.18065295393602, + -11.833106373123053 + ], + [ + -77.18014997893674, + -11.838303382738747 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.17633216241319, + -11.830062119272482 + ] + ] + ], + "type": "Polygon" + }, + "id": "1519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84332737049102, + -11.752304322715093, + -76.83369103987081, + -11.741917479304261 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83901680459891, + -11.741917479304261 + ], + [ + -76.84332737049102, + -11.744964269309683 + ], + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.8341987259224, + -11.744064077581058 + ], + [ + -76.83901680459891, + -11.741917479304261 + ] + ] + ], + "type": "Polygon" + }, + "id": "1520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71302260897359, + -12.281825288310957, + -76.70337401298657, + -12.27144970132181 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.70870855710078, + -12.27144970132181 + ] + ] + ], + "type": "Polygon" + }, + "id": "1521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9940989187463, + -12.003115302354752, + -76.98445116451515, + -11.992728258454262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98978092872882, + -11.992728258454262 + ] + ] + ], + "type": "Polygon" + }, + "id": "1522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00631552587889, + -12.067236205741036, + -76.99666554479332, + -12.056849829759749 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -77.00199635168258, + -12.056849829759749 + ] + ] + ], + "type": "Polygon" + }, + "id": "1523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90039272681831, + -11.7815241441975, + -76.89075401522645, + -11.771136269422373 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.8960802207666, + -11.771136269422373 + ] + ] + ], + "type": "Polygon" + }, + "id": "1524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01702042031687, + -12.146932649419114, + -77.00736778620349, + -12.136547250055235 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.01269989431522, + -12.136547250055235 + ] + ] + ], + "type": "Polygon" + }, + "id": "1525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72840301243187, + -11.937515704508344, + -76.71876426755529, + -11.927134344211519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.72409312919625, + -11.927134344211519 + ] + ] + ], + "type": "Polygon" + }, + "id": "1526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71984420587238, + -12.353227902414547, + -76.7101932895376, + -12.342853350801493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.7155290117787, + -12.342853350801493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72298972005147, + -12.133499236746845, + -76.71334527949831, + -12.123120985385466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.71867737315155, + -12.123120985385466 + ] + ] + ], + "type": "Polygon" + }, + "id": "1528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79380093773483, + -12.116968224464333, + -76.78415506836049, + -12.106587916089122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78948686508964, + -12.106587916089122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04342283271761, + -11.638207188621642, + -77.03378467913649, + -11.627813920730711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.03910838335909, + -11.627813920730711 + ] + ] + ], + "type": "Polygon" + }, + "id": "1530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10981057370954, + -11.857142815989276, + -77.1001642242317, + -11.846750840166921 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.10549143696291, + -11.846750840166921 + ] + ] + ], + "type": "Polygon" + }, + "id": "1531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99173202107475, + -11.790502882315279, + -76.98209066200216, + -11.78011287093347 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.9874169295685, + -11.78011287093347 + ] + ] + ], + "type": "Polygon" + }, + "id": "1532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09902098428189, + -11.682980692106957, + -77.08938009031519, + -11.672586642555022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.09470445564892, + -11.672586642555022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91333118962558, + -11.79066364138668, + -76.90369186591155, + -11.780275568967074 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.90901821128806, + -11.780275568967074 + ] + ] + ], + "type": "Polygon" + }, + "id": "1534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81432542426252, + -12.331232645598082, + -76.80467260501345, + -12.320855318891548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.8100079281163, + -12.320855318891548 + ] + ] + ], + "type": "Polygon" + }, + "id": "1535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0656170826723, + -11.837082237476274, + -77.05597244637845, + -11.826691056310004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.06129939093016, + -11.826691056310004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09441944499468, + -11.635315553980867, + -77.08478008461495, + -11.624921010185655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.09010367353743, + -11.624921010185655 + ] + ] + ], + "type": "Polygon" + }, + "id": "1537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02377823795503, + -11.935245451189951, + -77.01413174398819, + -11.924856681623455 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01946035655936, + -11.924856681623455 + ] + ] + ], + "type": "Polygon" + }, + "id": "1538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96051778208165, + -11.779571331629558, + -76.9508775564326, + -11.769181941119646 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.95620367652793, + -11.769181941119646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386574774734, + -11.966670245777973, + -76.85422248697913, + -11.956285894378468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.85955176675158, + -11.956285894378468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73525980572269, + -11.914610693846182, + -76.72562155611779, + -11.904228827841312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.7309500387754, + -11.904228827841312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91793421940739, + -12.027060044918947, + -76.9082877319821, + -12.016675243956414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.91361796516597, + -12.016675243956414 + ] + ] + ], + "type": "Polygon" + }, + "id": "1542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9766225288675, + -12.135082602905804, + -76.96697128966088, + -12.124698011785604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.97230324742839, + -12.124698011785604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66904166160356, + -11.978776078904273, + -76.65940331858874, + -11.968396839913646 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.66853132077328, + -11.976636079702406 + ], + [ + -76.66371206161244, + -11.978776078904273 + ], + [ + -76.65940331858874, + -11.975726427110667 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.66473286855953, + -11.968396839913646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96358121347538, + -11.842802650155347, + -76.95393902572158, + -11.83241405007043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95926618287949, + -11.83241405007043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99335847349819, + -12.058094944735732, + -76.98370909879881, + -12.047708747957476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.9890397695912, + -12.047708747957476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83645124581795, + -12.058309780012467, + -76.82680598249071, + -12.04792748956714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.83213678967712, + -12.04792748956714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04206148469707, + -11.93704119159154, + -77.03241446984092, + -11.926652000438555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.03774308959042, + -11.926652000438555 + ] + ] + ], + "type": "Polygon" + }, + "id": "1548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300321234736, + -12.061931759894273, + -76.86335686911056, + -12.051548608680257 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.8686877121677, + -12.051548608680257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75498000783462, + -12.089524063602626, + -76.74533600735583, + -12.0791443108387 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.75066736676742, + -12.0791443108387 + ] + ] + ], + "type": "Polygon" + }, + "id": "1550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11823391292134, + -11.913040492895007, + -77.10858568677676, + -11.902649103096072 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.11391380665061, + -11.902649103096072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90723893537296, + -11.758600502537446, + -76.89760072597983, + -11.748212149342345 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.90292654903243, + -11.748212149342345 + ] + ] + ], + "type": "Polygon" + }, + "id": "1552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80141211917208, + -12.13344690620993, + -76.79176555321936, + -12.123066664519781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.7970976181632, + -12.123066664519781 + ] + ] + ], + "type": "Polygon" + }, + "id": "1553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0543419206305, + -12.095558712888565, + -77.04468986604563, + -12.085171595332916 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.05002108102497, + -12.085171595332916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13040113949462, + -11.882759922111694, + -77.12075351091488, + -11.87236780770754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.12608111408974, + -11.87236780770754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01766958474732, + -11.903180987841111, + -77.00802420279429, + -11.892791907353127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.0133522948192, + -11.892791907353127 + ] + ] + ], + "type": "Polygon" + }, + "id": "1556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7822864008227, + -12.469476998283303, + -76.77263031046003, + -12.459102894494023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.77796793385436, + -12.459102894494023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93011464329292, + -11.996807297821308, + -76.92046873887017, + -11.986421741383538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.92579846299431, + -11.986421741383538 + ] + ] + ], + "type": "Polygon" + }, + "id": "1558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7390604674199, + -11.922850293336104, + -76.72942186873688, + -11.912468449590586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.73475048608917, + -11.912468449590586 + ] + ] + ], + "type": "Polygon" + }, + "id": "1559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08462292299244, + -11.78386746640849, + -77.07497938995108, + -11.773475095589776 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.080305433621, + -11.773475095589776 + ] + ] + ], + "type": "Polygon" + }, + "id": "1560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08178457983627, + -12.09825739901075, + -77.0721317486738, + -12.087869653594057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.08127981427069, + -12.096110000953841 + ], + [ + -77.07645331308817, + -12.09825739901075 + ], + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.07746297124744, + -12.087869653594057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78619077329313, + -12.100489502683782, + -76.77654560073745, + -12.09010912944437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.78187712908792, + -12.09010912944437 + ] + ] + ], + "type": "Polygon" + }, + "id": "1562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98721639613423, + -11.931650815653068, + -76.9775709496767, + -11.921262892273097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.98289954458286, + -11.921262892273097 + ] + ] + ], + "type": "Polygon" + }, + "id": "1563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75195762035494, + -12.026334855813793, + -76.74231558645164, + -12.015954213218656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.74764590507083, + -12.015954213218656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06174742714745, + -11.734421169561823, + -77.0521059451894, + -11.724028695179257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.057431206859, + -11.724028695179257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75039557163672, + -12.1362306265912, + -76.74075030226989, + -12.125851720882125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.74608243351243, + -12.125851720882125 + ] + ] + ], + "type": "Polygon" + }, + "id": "1566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81512708229609, + -12.087641668801487, + -76.80548151461645, + -12.077260365856098 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.81081281727833, + -12.077260365856098 + ] + ] + ], + "type": "Polygon" + }, + "id": "1567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90043088315463, + -12.158997184274185, + -76.89078091951508, + -12.148614862476226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.89611334223908, + -12.148614862476226 + ] + ] + ], + "type": "Polygon" + }, + "id": "1568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94769252275093, + -12.24229819616683, + -76.93803883395766, + -12.231916045245997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.9471856520181, + -12.240155522450415 + ], + [ + -76.94235872125175, + -12.24229819616683 + ], + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.94337258932624, + -12.231916045245997 + ] + ] + ], + "type": "Polygon" + }, + "id": "1569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17212986147436, + -11.690104403232636, + -77.16248693017911, + -11.67970868294663 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.16781129943348, + -11.67970868294663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71005315827308, + -12.124349221377837, + -76.70040934498715, + -12.113971155923014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70574129037449, + -12.113971155923014 + ], + [ + -76.71005315827308, + -12.117021122447646 + ], + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.70091947124558, + -12.116110191388778 + ], + [ + -76.70574129037449, + -12.113971155923014 + ] + ] + ], + "type": "Polygon" + }, + "id": "1571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0701576668281, + -11.790320603446272, + -77.06051430771765, + -11.779928671533746 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.06584047719991, + -11.779928671533746 + ] + ] + ], + "type": "Polygon" + }, + "id": "1572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88746720093108, + -11.961139670606338, + -76.87782348034044, + -11.950754648472627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8831526521152, + -11.950754648472627 + ], + [ + -76.88746720093108, + -11.953802177718293 + ], + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.87833087833924, + -11.952899598002343 + ], + [ + -76.8831526521152, + -11.950754648472627 + ] + ] + ], + "type": "Polygon" + }, + "id": "1573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63539416849386, + -12.226907032075102, + -76.62574935746389, + -12.216532528738178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6310830004541, + -12.216532528738178 + ], + [ + -76.63539416849386, + -12.219583688777156 + ], + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.62574935746389, + -12.223855787026231 + ], + [ + -76.62626068288888, + -12.218668590491408 + ], + [ + -76.6310830004541, + -12.216532528738178 + ] + ] + ], + "type": "Polygon" + }, + "id": "1574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1128342335739, + -11.825966381879182, + -77.10318873666509, + -11.81557390079245 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.10851543217257, + -11.81557390079245 + ] + ] + ], + "type": "Polygon" + }, + "id": "1575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09843332522756, + -11.926836353423381, + -77.08878518555234, + -11.916445641614432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.09411356152222, + -11.916445641614432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03428939211517, + -11.63731468960469, + -77.02465149818848, + -11.62692163335035 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02997519900748, + -11.62692163335035 + ] + ] + ], + "type": "Polygon" + }, + "id": "1577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9810462222782, + -11.710783308435081, + -76.97140751162812, + -11.700392498858923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97673247993028, + -11.700392498858923 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.97572120847171, + -11.710783308435081 + ], + [ + -76.97140751162812, + -11.707737865086148 + ], + [ + -76.97191321051103, + -11.702542513544097 + ], + [ + -76.97673247993028, + -11.700392498858923 + ] + ] + ], + "type": "Polygon" + }, + "id": "1578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92779040918244, + -11.784220480062288, + -76.91815089834766, + -11.773831961671553 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.92347712538351, + -11.773831961671553 + ] + ] + ], + "type": "Polygon" + }, + "id": "1579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01095041377262, + -12.209241045154117, + -77.00129607532106, + -12.19885679220924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -77.0066292181347, + -12.19885679220924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79375779020299, + -12.305604874725459, + -76.78410628973955, + -12.295227633950262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78944119976975, + -12.295227633950262 + ] + ] + ], + "type": "Polygon" + }, + "id": "1581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767232214623, + -12.069266405814592, + -76.85802590140814, + -12.058883500338526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.86335686911056, + -12.058883500338526 + ] + ] + ], + "type": "Polygon" + }, + "id": "1582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69706826246187, + -12.209504481442778, + -76.68742226421105, + -12.19912810982299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.6927556169731, + -12.19912810982299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66580278426186, + -12.292814095530664, + -76.65615516058665, + -12.282439902777137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.66148989210201, + -12.282439902777137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7564104907814, + -12.35688535971734, + -76.7467584681537, + -12.34650993894379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.75209424040968, + -12.34650993894379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02299759458361, + -11.895837962815476, + -77.0133522948192, + -11.885448647141391 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.01868025969733, + -11.885448647141391 + ] + ] + ], + "type": "Polygon" + }, + "id": "1586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99720923776802, + -12.160705218930046, + -76.98755670201037, + -12.150320525322783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.99288905997795, + -12.150320525322783 + ] + ] + ], + "type": "Polygon" + }, + "id": "1587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72989109750505, + -12.016278876091091, + -76.72024996453726, + -12.005898642778 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.72558012363655, + -12.005898642778 + ] + ] + ], + "type": "Polygon" + }, + "id": "1588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14097632721865, + -11.773634305582286, + -77.1313316842789, + -11.76324043341556 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.13665747649421, + -11.76324043341556 + ] + ] + ], + "type": "Polygon" + }, + "id": "1589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77625106134973, + -12.248844782385618, + -76.76660172902231, + -12.238467038557543 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.77193570939087, + -12.238467038557543 + ] + ] + ], + "type": "Polygon" + }, + "id": "1590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10211225704157, + -11.746234262481586, + -77.0924694032051, + -11.73584096398892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.09779480351308, + -11.73584096398892 + ] + ] + ], + "type": "Polygon" + }, + "id": "1591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81358580789436, + -12.197543290618587, + -76.80393700180075, + -12.187163765017386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80927011807941, + -12.187163765017386 + ] + ] + ], + "type": "Polygon" + }, + "id": "1592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17221864986512, + -11.784549845216997, + -77.16257290563331, + -11.774155368229103 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.16789882671111, + -11.774155368229103 + ] + ] + ], + "type": "Polygon" + }, + "id": "1593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1037616164288, + -11.919491081004846, + -77.09411356152222, + -11.909100134318656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09944180891165, + -11.909100134318656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07336393808826, + -12.042372283239253, + -77.06371298719152, + -12.031983887363731 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.06904330055207, + -12.031983887363731 + ] + ] + ], + "type": "Polygon" + }, + "id": "1595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81132133720949, + -12.079402156330916, + -76.80167611740973, + -12.0690208220201 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.80700728619527, + -12.0690208220201 + ] + ] + ], + "type": "Polygon" + }, + "id": "1596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82272621188112, + -12.19845235961865, + -76.81307713366614, + -12.188072618322337 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.81841026002341, + -12.188072618322337 + ] + ] + ], + "type": "Polygon" + }, + "id": "1597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08534751578225, + -11.728859377487188, + -77.07570560164132, + -11.718466256103767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.08103074008486, + -11.718466256103767 + ] + ] + ], + "type": "Polygon" + }, + "id": "1598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81133778090705, + -11.985058175945113, + -76.80169537381178, + -11.974675414507296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.80702498767408, + -11.974675414507296 + ] + ] + ], + "type": "Polygon" + }, + "id": "1599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80670851563987, + -12.31475522018609, + -76.79705639329356, + -12.304377806415557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.80239144817827, + -12.304377806415557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94614896309108, + -12.163522979111862, + -76.9364976666689, + -12.153139592392204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.94183012391612, + -12.153139592392204 + ] + ] + ], + "type": "Polygon" + }, + "id": "1601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.901952995076, + -12.143423630246941, + -76.89230345618219, + -12.133041023556746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.8976356208289, + -12.133041023556746 + ] + ] + ], + "type": "Polygon" + }, + "id": "1602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78010848456321, + -12.068440020307428, + -76.77046443223611, + -12.058059305498556 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.77579543469196, + -12.058059305498556 + ] + ] + ], + "type": "Polygon" + }, + "id": "1603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00254151406749, + -12.153368031679028, + -76.99288905997795, + -12.142983090283563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.99822129095537, + -12.142983090283563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81207597451416, + -12.118784455424947, + -76.80242955957601, + -12.108403714272226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.80776137736976, + -12.108403714272226 + ] + ] + ], + "type": "Polygon" + }, + "id": "1605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0800842551525, + -11.830631081774712, + -77.07043944449518, + -11.820239459426752 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.07576626341468, + -11.820239459426752 + ] + ] + ], + "type": "Polygon" + }, + "id": "1606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84026578451459, + -11.972198273386454, + -76.83062298680203, + -11.961814594640533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.83595237273958, + -11.961814594640533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919408267876, + -11.7705851581965, + -76.85955652064347, + -11.760197913128017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.86488256932016, + -11.760197913128017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81740771655136, + -12.111452727858993, + -76.80776137736976, + -12.101071737637454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.81309307145635, + -12.101071737637454 + ] + ] + ], + "type": "Polygon" + }, + "id": "1609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04347406108556, + -11.732633652918185, + -77.0338330973031, + -11.722241600422246 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.0391583529903, + -11.722241600422246 + ] + ] + ], + "type": "Polygon" + }, + "id": "1610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14248652293227, + -11.758043435998903, + -77.13284230641537, + -11.747649318930211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.13816783999256, + -11.747649318930211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91412495504915, + -12.018820022413124, + -76.90447881326621, + -12.008435192209388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.90980891391831, + -12.008435192209388 + ] + ] + ], + "type": "Polygon" + }, + "id": "1612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9750096323203, + -11.867524323007165, + -76.96536641199609, + -11.85713578648026 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.97069396432299, + -11.85713578648026 + ] + ] + ], + "type": "Polygon" + }, + "id": "1613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03135628659125, + -11.857325451239097, + -77.02171192009884, + -11.846935388003912 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.02703924121163, + -11.846935388003912 + ] + ] + ], + "type": "Polygon" + }, + "id": "1614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71923055879601, + -12.030939890255016, + -76.70958928013314, + -12.020560149582915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.70958928013314, + -12.027890404263326 + ], + [ + -76.71009913142541, + -12.022700588670384 + ], + [ + -76.71491968334011, + -12.020560149582915 + ] + ] + ], + "type": "Polygon" + }, + "id": "1615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89129533092375, + -12.252429412743059, + -76.8816428183112, + -12.242048832719828 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.88697678986307, + -12.242048832719828 + ] + ] + ], + "type": "Polygon" + }, + "id": "1616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01528772099334, + -11.690534766826774, + -77.00564873072685, + -11.680142853864663 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01097332848151, + -11.680142853864663 + ], + [ + -77.01528772099334, + -11.683187797266354 + ], + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.00564873072685, + -11.687489736054188 + ], + [ + -77.00615391906734, + -11.682293832603506 + ], + [ + -77.01097332848151, + -11.680142853864663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03819846662982, + -11.83439557563044, + -77.02855460820076, + -11.824005026320147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.03388154370941, + -11.824005026320147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90802830679284, + -11.986762555892573, + -76.89838328087936, + -11.976377399150355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.90371285848664, + -11.976377399150355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06404601715587, + -11.75825059830333, + -77.05440376767025, + -11.747858384072922 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.05972941801775, + -11.747858384072922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93321203596969, + -12.248725420611775, + -76.92355853315213, + -12.23834373494726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.92889240814665, + -12.23834373494726 + ] + ] + ], + "type": "Polygon" + }, + "id": "1621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70852311032397, + -12.139915963912179, + -76.69887887451951, + -12.129538183061374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.70421107699666, + -12.129538183061374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98951021131238, + -11.95547279875114, + -76.97986399568869, + -11.945085164966589 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.98519298032436, + -11.945085164966589 + ] + ] + ], + "type": "Polygon" + }, + "id": "1623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98640570813393, + -11.797846879807409, + -76.97676426791922, + -11.787457099151512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.98209066200216, + -11.787457099151512 + ] + ] + ], + "type": "Polygon" + }, + "id": "1624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91561788115503, + -11.814485873145482, + -76.90597778825628, + -11.804098069159947 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91130452359106, + -11.804098069159947 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91029109935485, + -11.814485873145482 + ], + [ + -76.90597778825628, + -11.811439285948001 + ], + [ + -76.90648456343841, + -11.806245437557605 + ], + [ + -76.91130452359106, + -11.804098069159947 + ] + ] + ], + "type": "Polygon" + }, + "id": "1625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73130034273298, + -12.283652429168876, + -76.72165119217881, + -12.273276406219232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.72698576225197, + -12.273276406219232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7495451987709, + -12.379772118643285, + -76.73989267859994, + -12.369397267450552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.74522883135594, + -12.369397267450552 + ] + ] + ], + "type": "Polygon" + }, + "id": "1627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9858022024248, + -12.230344713606232, + -76.9761478817324, + -12.219961423783701 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.9858022024248, + -12.223009358867566 + ], + [ + -76.98529588414156, + -12.228201056536502 + ], + [ + -76.98046863762833, + -12.230344713606232 + ], + [ + -76.9761478817324, + -12.227296694785055 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.98148140094602, + -12.219961423783701 + ] + ] + ], + "type": "Polygon" + }, + "id": "1628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75953165817688, + -12.137140558703846, + -76.74988611348978, + -12.126761435377949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.75521825671171, + -12.126761435377949 + ] + ] + ], + "type": "Polygon" + }, + "id": "1629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06264620267393, + -11.96266060681763, + -77.05299790032934, + -11.952271285829106 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.0583269153338, + -11.952271285829106 + ] + ] + ], + "type": "Polygon" + }, + "id": "1630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00783276149684, + -12.051656572915828, + -76.99818320610595, + -12.041269921951132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -77.00351375454326, + -12.041269921951132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09974294942828, + -11.627964952751988, + -77.09010367353743, + -11.617570187908836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.09542713418077, + -11.617570187908836 + ] + ] + ], + "type": "Polygon" + }, + "id": "1632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15313728854409, + -11.743343241724693, + -77.14349324435236, + -11.732948673005831 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.1488185194075, + -11.732948673005831 + ] + ] + ], + "type": "Polygon" + }, + "id": "1633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14550650548077, + -11.726860598266184, + -77.1358631417367, + -11.716465996050955 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.1411881580904, + -11.716465996050955 + ] + ] + ], + "type": "Polygon" + }, + "id": "1634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84710056106249, + -12.232317954210737, + -76.8374498206958, + -12.221938150868409 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.84278349147743, + -12.221938150868409 + ] + ] + ], + "type": "Polygon" + }, + "id": "1635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12118344086292, + -11.787440066087266, + -77.11153888167948, + -11.777046857665711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.11686493125283, + -11.777046857665711 + ] + ] + ], + "type": "Polygon" + }, + "id": "1636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94841745659215, + -12.092979888681755, + -76.93876820621303, + -12.082595338052522 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.94409949816392, + -12.082595338052522 + ] + ] + ], + "type": "Polygon" + }, + "id": "1637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11513770134688, + -11.849795824328963, + -77.10549143696291, + -11.839403617151348 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.11081852096974, + -11.839403617151348 + ] + ] + ], + "type": "Polygon" + }, + "id": "1638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1035551945687, + -11.636206231702854, + -77.09391557768565, + -11.6258114779011 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.0992391682005, + -11.6258114779011 + ] + ] + ], + "type": "Polygon" + }, + "id": "1639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81816318921196, + -12.150833909215356, + -76.80851565464158, + -12.140453520044531 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.81384799784915, + -12.140453520044531 + ] + ] + ], + "type": "Polygon" + }, + "id": "1640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17754448390403, + -11.777199413782359, + -77.16789882671111, + -11.766804710012233 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17322461803016, + -11.766804710012233 + ], + [ + -77.17754448390403, + -11.769848669392418 + ], + [ + -77.17704156339822, + -11.775046073121723 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.17322461803016, + -11.766804710012233 + ] + ] + ], + "type": "Polygon" + }, + "id": "1641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300630446893, + -12.250613372901585, + -76.86335432957894, + -12.240233220433915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.86868828482946, + -12.240233220433915 + ] + ] + ], + "type": "Polygon" + }, + "id": "1642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02295231324102, + -11.801432281006088, + -77.01330982621155, + -11.79104165225588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.0186362380432, + -11.79104165225588 + ] + ] + ], + "type": "Polygon" + }, + "id": "1643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05104323375512, + -11.65468935856612, + -77.04140439588559, + -11.644296113205549 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.04672836124912, + -11.644296113205549 + ] + ] + ], + "type": "Polygon" + }, + "id": "1644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87071567618003, + -11.755004228762255, + -76.86107853752013, + -11.744616736798099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640432889268, + -11.744616736798099 + ], + [ + -76.87071567618003, + -11.747663303644533 + ], + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.86158584605771, + -11.746763882440542 + ], + [ + -76.86640432889268, + -11.744616736798099 + ] + ] + ], + "type": "Polygon" + }, + "id": "1645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77935795776507, + -12.029057795759767, + -76.76971510013246, + -12.018676500029919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.77504545369933, + -12.018676500029919 + ] + ] + ], + "type": "Polygon" + }, + "id": "1646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13938676059932, + -11.694785948437103, + -77.12974450377133, + -11.684391075871291 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.13506900273448, + -11.684391075871291 + ] + ] + ], + "type": "Polygon" + }, + "id": "1647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7427885461294, + -12.11975232598511, + -76.73314397543805, + -12.109373354261265 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.7384758371791, + -12.109373354261265 + ] + ] + ], + "type": "Polygon" + }, + "id": "1648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01771333853449, + -11.997574360779007, + -77.00806514215577, + -11.987186654027571 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.013394788208, + -11.987186654027571 + ] + ] + ], + "type": "Polygon" + }, + "id": "1649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07487823669621, + -12.02678962132425, + -77.06522771217811, + -12.016400953471837 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.07055776679907, + -12.016400953471837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08311017017799, + -11.799455712820448, + -77.0734662112888, + -11.789063589940808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.07879251335773, + -11.789063589940808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8516789035542, + -12.091268353173671, + -76.84203225130845, + -12.080886187564875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.84736359241913, + -12.080886187564875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04968880885504, + -11.953522440294051, + -77.04004110839043, + -11.943133302142135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.04536998979769, + -11.943133302142135 + ] + ] + ], + "type": "Polygon" + }, + "id": "1653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77475031919812, + -12.17009715536725, + -76.76510337861748, + -12.159718170058795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.77043605989522, + -12.159718170058795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72154544582635, + -11.960419260096923, + -76.71190620590386, + -11.950038409028991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.71723544642707, + -11.950038409028991 + ] + ] + ], + "type": "Polygon" + }, + "id": "1655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65991378469602, + -11.977866240686126, + -76.65027572144899, + -11.967487222309158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.65940331858874, + -11.975726427110667 + ], + [ + -76.65458419926588, + -11.977866240686126 + ], + [ + -76.65027572144899, + -11.974816513596563 + ], + [ + -76.65078631279576, + -11.969627059597494 + ], + [ + -76.65560525672947, + -11.967487222309158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79459613704375, + -11.96767311832343, + -76.78495469820841, + -11.957290522148375 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.7902840337155, + -11.957290522148375 + ] + ] + ], + "type": "Polygon" + }, + "id": "1657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79835943172107, + -12.164586490596045, + -76.78871201858094, + -12.154206819934004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.7940445986658, + -12.154206819934004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76330548314063, + -12.23969451954292, + -76.75365677465794, + -12.229316953406329 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.7589906089295, + -12.229316953406329 + ] + ] + ], + "type": "Polygon" + }, + "id": "1659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82197005773068, + -12.159073239383714, + -76.81232217526674, + -12.148692885280488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.81765465232374, + -12.148692885280488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87834018196135, + -12.243282307815218, + -76.86868828482946, + -12.232901901105423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.87402211520106, + -12.232901901105423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88747873407841, + -12.149851658186375, + -76.87782938489771, + -12.13946951445665 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.88316166691402, + -12.13946951445665 + ] + ] + ], + "type": "Polygon" + }, + "id": "1662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11499344052862, + -11.66093010287132, + -77.10535280103704, + -11.650535384932878 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.11067678091685, + -11.650535384932878 + ] + ] + ], + "type": "Polygon" + }, + "id": "1663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75488127763974, + -12.372448107161299, + -76.74522883135594, + -12.36207299344637 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.75056486130504, + -12.36207299344637 + ] + ] + ], + "type": "Polygon" + }, + "id": "1664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94764584729984, + -12.053585640297774, + -76.9379977921497, + -12.043200503889656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.9433284355632, + -12.043200503889656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80372927129125, + -11.968578673404817, + -76.79408755972946, + -11.958195860215538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.79941690587268, + -11.958195860215538 + ] + ] + ], + "type": "Polygon" + }, + "id": "1666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65212946585952, + -12.244299072224658, + -76.64248367020126, + -12.233924423678694 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.64781760079111, + -12.233924423678694 + ] + ] + ], + "type": "Polygon" + }, + "id": "1667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9027191082741, + -12.182809830571253, + -76.89306837357687, + -12.172427832243416 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.89840118724706, + -12.172427832243416 + ] + ] + ], + "type": "Polygon" + }, + "id": "1668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01472296623325, + -12.123114437528963, + -77.00507110193806, + -12.11272871992293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.01040282007175, + -12.11272871992293 + ] + ] + ], + "type": "Polygon" + }, + "id": "1669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74286138336264, + -11.931089892751375, + -76.73322243566118, + -11.920708071720496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.73855118766735, + -11.920708071720496 + ] + ] + ], + "type": "Polygon" + }, + "id": "1670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9225120667846, + -12.074693186761472, + -76.91286403873411, + -12.064308996929775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.91819505294406, + -12.064308996929775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84560798333898, + -11.776124506755961, + -76.83597088307187, + -11.765737925977316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.84129703820004, + -11.765737925977316 + ] + ] + ], + "type": "Polygon" + }, + "id": "1672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00316204753757, + -11.815225094436832, + -76.99351965796477, + -11.80483513940023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.99884631950708, + -11.80483513940023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77397288005294, + -12.225039154116509, + -76.76432432025864, + -12.21466107710835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76965790855722, + -12.21466107710835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93700456203119, + -12.16261835575719, + -76.92735353121036, + -12.152235181520883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.93268598210483, + -12.152235181520883 + ] + ] + ], + "type": "Polygon" + }, + "id": "1675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10066834754372, + -11.856248514376208, + -77.09102225459151, + -11.845856747651977 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.09634946591663, + -11.845856747651977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462488715561, + -12.194754340853814, + -76.85497480252052, + -12.184373487091857 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.86030784183497, + -12.184373487091857 + ] + ] + ], + "type": "Polygon" + }, + "id": "1677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66144509136122, + -11.9622976457451, + -76.6518074496545, + -11.951918358294858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.65713672834745, + -11.951918358294858 + ] + ] + ], + "type": "Polygon" + }, + "id": "1678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15997176058141, + -11.720400425050473, + -77.15032822931775, + -11.710005390138434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.15565311631846, + -11.710005390138434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85166954580858, + -12.279934242298006, + -76.84201726154947, + -12.26955511120941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.84735171543474, + -12.26955511120941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86233817470074, + -12.265274486608051, + -76.85268604479349, + -12.254894843947957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.85802024953759, + -12.254894843947957 + ] + ] + ], + "type": "Polygon" + }, + "id": "1681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84939556435577, + -12.067455357858927, + -76.83974968320184, + -12.05707288250387 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.84508063319751, + -12.05707288250387 + ] + ] + ], + "type": "Polygon" + }, + "id": "1682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14034044464519, + -11.923070671836985, + -77.13069136675598, + -11.912678891461265 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.14034044464519, + -11.915723927283263 + ], + [ + -77.13983677451922, + -11.92091986944589 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.13601961774228, + -11.912678891461265 + ] + ] + ], + "type": "Polygon" + }, + "id": "1683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81514241663587, + -11.993297920971964, + -76.80549966186396, + -11.982915186093006 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.81082940952432, + -11.982915186093006 + ] + ] + ], + "type": "Polygon" + }, + "id": "1684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72522144709875, + -12.251610981112727, + -76.71557341966265, + -12.241234580516277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.72090746213965, + -12.241234580516277 + ] + ] + ], + "type": "Polygon" + }, + "id": "1685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02694921342803, + -12.187230090462082, + -77.01729512186552, + -12.176845089299228 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.02262788260698, + -12.176845089299228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06640290597562, + -11.876495601339812, + -77.0567570758399, + -11.866104951381056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.0620846677266, + -11.866104951381056 + ] + ] + ], + "type": "Polygon" + }, + "id": "1687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99102762894572, + -11.93989128193862, + -76.98138183853453, + -11.929503384041377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.98671056497906, + -11.929503384041377 + ] + ] + ], + "type": "Polygon" + }, + "id": "1688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83647857470116, + -11.775223665376474, + -76.82684174465128, + -11.764837301140325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.83216789041596, + -11.764837301140325 + ] + ] + ], + "type": "Polygon" + }, + "id": "1689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85168357833304, + -11.996917891695754, + -76.84203973963001, + -11.986534292837785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.84736952571527, + -11.986534292837785 + ] + ] + ], + "type": "Polygon" + }, + "id": "1690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81966067143756, + -12.323905328550325, + -76.8100079281163, + -12.313527742753474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.81534312730976, + -12.313527742753474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14264687923179, + -11.946898926797367, + -77.1329970336706, + -11.936507434893564 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13832567317392, + -11.936507434893564 + ], + [ + -77.14264687923179, + -11.939552566559978 + ], + [ + -77.14214320445197, + -11.94474836445075 + ], + [ + -77.13731819646488, + -11.946898926797367 + ], + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.13832567317392, + -11.936507434893564 + ] + ] + ], + "type": "Polygon" + }, + "id": "1692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92097559710251, + -11.995905098678863, + -76.91132995884648, + -11.98551975573866 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.91665967614114, + -11.98551975573866 + ] + ] + ], + "type": "Polygon" + }, + "id": "1693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96587244018092, + -11.86662575881085, + -76.95622948346195, + -11.856237435008147 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.96155703031775, + -11.856237435008147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09146124035652, + -11.760930967150617, + -77.08181821743392, + -11.75053812240349 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.08714387448292, + -11.75053812240349 + ] + ] + ], + "type": "Polygon" + }, + "id": "1695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05507226896859, + -12.040574824810399, + -77.04542183601639, + -12.030186848100126 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.05075214408366, + -12.030186848100126 + ] + ] + ], + "type": "Polygon" + }, + "id": "1696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78003176375198, + -12.351387115135957, + -76.77037926551537, + -12.341011000192847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.77571493789083, + -12.341011000192847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96744860352926, + -12.03981174798983, + -76.95780044433731, + -12.029425912528817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.96313084129498, + -12.029425912528817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65973189172254, + -12.260775929765071, + -76.65008539315193, + -12.250401358219374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.65541959572705, + -12.250401358219374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98880444045578, + -12.104830547605996, + -76.9791537890363, + -12.094445182679834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.98448523505486, + -12.094445182679834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05334037241919, + -11.678520007955486, + -77.04370076729843, + -11.66812701079453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.04902512123174, + -11.66812701079453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77011025825537, + -12.405401262714587, + -76.76045641366248, + -12.395026334741312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.76045641366248, + -12.402350416735072 + ], + [ + -76.76096614774893, + -12.397163006815164 + ], + [ + -76.76579298268587, + -12.395026334741312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07263664125811, + -12.09735810435988, + -77.06298406847603, + -12.086970567978922 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.06831528879454, + -12.086970567978922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14256667769381, + -11.852476296532783, + -77.13291964747589, + -11.842083463931415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.13824673356342, + -11.842083463931415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02685628896909, + -11.998473627851695, + -77.01720783148843, + -11.98808571023042 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.02253748145219, + -11.98808571023042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99491332853314, + -12.136888167760944, + -76.98526156284582, + -12.12650315387691 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.99059353064865, + -12.12650315387691 + ] + ] + ], + "type": "Polygon" + }, + "id": "1706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10585654636076, + -11.660039337764017, + -77.09621616281244, + -11.649644829438786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.10154014144426, + -11.649644829438786 + ] + ] + ], + "type": "Polygon" + }, + "id": "1707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08928957709989, + -11.9259405089264, + -77.07964169465781, + -11.915550006288766 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.08497006887757, + -11.915550006288766 + ] + ] + ], + "type": "Polygon" + }, + "id": "1708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9004213357213, + -12.064645464227896, + -76.89077418755585, + -12.054261670065118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.89610505462356, + -12.054261670065118 + ] + ] + ], + "type": "Polygon" + }, + "id": "1710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01775711786064, + -12.091956724051494, + -77.00810610541329, + -12.08157044716056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.01343730639964, + -12.08157044716056 + ] + ] + ], + "type": "Polygon" + }, + "id": "1711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79911264797234, + -12.203963459235002, + -76.78946403909268, + -12.193584402912807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.79479726856164, + -12.193584402912807 + ] + ] + ], + "type": "Polygon" + }, + "id": "1712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71678262103863, + -12.384350327550045, + -76.70713085822165, + -12.373976391472844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.7124670954871, + -12.373976391472844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98198775976506, + -12.222105102641354, + -76.97233378375245, + -12.211721772583122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.97766717112506, + -12.211721772583122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96965230444458, + -11.780468528616634, + -76.9600118150519, + -11.770078924941918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.96533794077668, + -11.770078924941918 + ] + ] + ], + "type": "Polygon" + }, + "id": "1715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63766082499771, + -12.250706790850067, + -76.62801524018155, + -12.24033262081642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.62801524018155, + -12.247655447989636 + ], + [ + -76.62852657183147, + -12.242468418069834 + ], + [ + -76.63334927628834, + -12.24033262081642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95596353193218, + -11.826321530481389, + -76.94632203286248, + -11.81593289030436 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.95164892636778, + -11.81593289030436 + ] + ] + ], + "type": "Polygon" + }, + "id": "1717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92406574317613, + -12.247818909616777, + -76.91441250677835, + -12.237437436485532 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91974637502598, + -12.237437436485532 + ] + ] + ], + "type": "Polygon" + }, + "id": "1718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78080849621311, + -12.296454294089457, + -76.77115761853997, + -12.286077227278469 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.7764923831701, + -12.286077227278469 + ] + ] + ], + "type": "Polygon" + }, + "id": "1719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71394494604371, + -11.943940337606685, + -76.70430640521309, + -11.933559438972623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70963537580441, + -11.933559438972623 + ] + ] + ], + "type": "Polygon" + }, + "id": "1720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9027088924384, + -12.088460617831105, + -76.89306097366503, + -12.078077133049593 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.89839223145091, + -12.078077133049593 + ] + ] + ], + "type": "Polygon" + }, + "id": "1721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95290183856216, + -11.763090048600695, + -76.9432623014541, + -11.752700624507186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94858815792256, + -11.752700624507186 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.94376847544663, + -11.754849411536112 + ], + [ + -76.94858815792256, + -11.752700624507186 + ] + ] + ], + "type": "Polygon" + }, + "id": "1722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9575603453076, + -12.093882944455837, + -76.94791083003945, + -12.083498181408835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.95324212799595, + -12.083498181408835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03761444195483, + -12.172554455729308, + -77.02796051581542, + -12.162168957966196 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.033293021403, + -12.162168957966196 + ], + [ + -77.03761444195483, + -12.165216140114223 + ], + [ + -77.03710894047961, + -12.170408941453278 + ], + [ + -77.03228189154099, + -12.172554455729308 + ], + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.02846614419282, + -12.16431449321725 + ], + [ + -77.033293021403, + -12.162168957966196 + ] + ] + ], + "type": "Polygon" + }, + "id": "1724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70699292484686, + -12.15548227761232, + -76.69734826650064, + -12.145104782908057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.70268072608467, + -12.145104782908057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08541098993682, + -11.823284576476219, + -77.07576626341468, + -11.812892723507275 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.08109295415133, + -11.812892723507275 + ] + ] + ], + "type": "Polygon" + }, + "id": "1726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67721022669014, + -12.317528999577434, + -76.6675615492545, + -12.307154930793939 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.67187503764075, + -12.317528999577434 + ], + [ + -76.6675615492545, + -12.314477694182287 + ], + [ + -76.66807243736318, + -12.309290714561516 + ], + [ + -76.67289668829476, + -12.307154930793939 + ] + ] + ], + "type": "Polygon" + }, + "id": "1727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01909726347716, + -11.698775706285224, + -77.00945793034619, + -11.688383806767929 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.01478265908936, + -11.688383806767929 + ] + ] + ], + "type": "Polygon" + }, + "id": "1728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11585734776216, + -11.794788438180403, + -77.10621270332547, + -11.784395458034137 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.11153888167948, + -11.784395458034137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03365323223133, + -11.88115094985895, + -77.0240080973411, + -11.870761165145282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.02933580766292, + -11.870761165145282 + ] + ] + ], + "type": "Polygon" + }, + "id": "1730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79227442223937, + -12.132538333152983, + -76.78262812941264, + -12.122158307962861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.78796018363948, + -12.122158307962861 + ] + ] + ], + "type": "Polygon" + }, + "id": "1731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71835708040786, + -12.274500421059594, + -76.70870855710078, + -12.264124575537148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.71404297912487, + -12.264124575537148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08619925119464, + -11.862700049511359, + -77.07655333089991, + -11.852308724177052 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.0818806688585, + -11.852308724177052 + ] + ] + ], + "type": "Polygon" + }, + "id": "1733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84635374481913, + -12.004253125338101, + -76.83670982932364, + -11.993869769508501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.84203973963001, + -11.993869769508501 + ] + ] + ], + "type": "Polygon" + }, + "id": "1734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71232531199946, + -12.148154935133649, + -76.70268072608467, + -12.137777187769377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.70801306377994, + -12.137777187769377 + ] + ] + ], + "type": "Polygon" + }, + "id": "1735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72977042729272, + -12.299216088604393, + -76.72012085356069, + -12.288840365731488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.72545568108411, + -12.288840365731488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99935178609708, + -11.806984356700893, + -76.98970973996343, + -11.796594382426452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.99503627022182, + -11.796594382426452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71144633430693, + -12.391672748740506, + -76.70179449881074, + -12.38129907641563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.71093593076104, + -12.389537218176446 + ], + [ + -76.70610992535147, + -12.391672748740506 + ], + [ + -76.70179449881074, + -12.38862141400931 + ], + [ + -76.7023050281255, + -12.383434632320606 + ], + [ + -76.70713085822165, + -12.38129907641563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00242354423915, + -11.87021845003826, + -76.99277953596042, + -11.859829276844653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.9981071030483, + -11.859829276844653 + ] + ] + ], + "type": "Polygon" + }, + "id": "1739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85473778754749, + -11.777025090642026, + -76.84510041753816, + -11.766638293571209 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.85042658175516, + -11.766638293571209 + ] + ] + ], + "type": "Polygon" + }, + "id": "1740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06797513402921, + -11.95531723153709, + -77.0583269153338, + -11.944927673330502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.06365580235644, + -11.944927673330502 + ] + ] + ], + "type": "Polygon" + }, + "id": "1741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83263473558634, + -12.14441043998889, + -76.82298700546897, + -12.134029584718661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.82831923461438, + -12.134029584718661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77244502496964, + -12.240605902272973, + -76.76279604166508, + -12.230228119235086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.76812988753444, + -12.230228119235086 + ] + ] + ], + "type": "Polygon" + }, + "id": "1743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99635627403, + -11.932549868631416, + -76.98671056497906, + -11.922161733328243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.99203916471495, + -11.922161733328243 + ] + ] + ], + "type": "Polygon" + }, + "id": "1744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7108867442549, + -11.975081964480157, + -76.70124735921775, + -11.964701601047205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.7065768434714, + -11.964701601047205 + ] + ] + ], + "type": "Polygon" + }, + "id": "1745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81893308146739, + -12.09588117219367, + -76.80928716596802, + -12.085499901069015 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.81461860246522, + -12.085499901069015 + ] + ] + ], + "type": "Polygon" + }, + "id": "1746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92249608049006, + -11.980327016993972, + -76.91285086678302, + -11.969941405385157 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.91818032615903, + -11.969941405385157 + ] + ] + ], + "type": "Polygon" + }, + "id": "1747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0776613670797, + -11.617942187939502, + -77.0680229464722, + -11.60754783330043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.07334627328358, + -11.60754783330043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0366835251037, + -11.849981083059152, + -77.02703924121163, + -11.839590787064363 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.03236643497387, + -11.839590787064363 + ] + ] + ], + "type": "Polygon" + }, + "id": "1749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10843898427954, + -12.061547511580265, + -77.09878657641802, + -12.051158553965506 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.10411715599147, + -12.051158553965506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72671018353472, + -12.330342049043805, + -76.71705976337704, + -12.319966930945002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.72239510585237, + -12.319966930945002 + ] + ] + ], + "type": "Polygon" + }, + "id": "1751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87529068600082, + -12.180090100413851, + -76.86564075646089, + -12.169708743606815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.87097354631027, + -12.169708743606815 + ] + ] + ], + "type": "Polygon" + }, + "id": "1752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76327500675121, + -12.333997009766168, + -76.75362348189307, + -12.323621022915919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.75895887354777, + -12.323621022915919 + ] + ] + ], + "type": "Polygon" + }, + "id": "1753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8531942713953, + -12.264365471262384, + -76.84354241164861, + -12.253986042991206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.84887660750526, + -12.253986042991206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76109066604269, + -12.027242765526884, + -76.75144835708774, + -12.016861904970455 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.75677868763113, + -12.016861904970455 + ] + ] + ], + "type": "Polygon" + }, + "id": "1755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0558023712623, + -11.98558695106231, + -77.0461535594011, + -11.975198134262962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.05148296086307, + -11.975198134262962 + ] + ] + ], + "type": "Polygon" + }, + "id": "1756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11434585886936, + -11.810377597564983, + -77.10470078820872, + -11.79998486617277 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.11002722513068, + -11.79998486617277 + ] + ] + ], + "type": "Polygon" + }, + "id": "1757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96211816078059, + -12.047150054339063, + -76.95246992109412, + -12.036764461895245 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.95780044433731, + -12.036764461895245 + ] + ] + ], + "type": "Polygon" + }, + "id": "1758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77391814051545, + -12.41363949587109, + -76.7642639464955, + -12.403264615470002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.77391814051545, + -12.406315379235883 + ], + [ + -76.77340857252926, + -12.411502873460263 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.76960065018484, + -12.403264615470002 + ] + ] + ], + "type": "Polygon" + }, + "id": "1759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97045596933437, + -11.914270608384419, + -76.96081147440974, + -11.903882847844129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.96613980078041, + -11.903882847844129 + ] + ] + ], + "type": "Polygon" + }, + "id": "1760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00701318348789, + -11.917866072923761, + -76.99736763765453, + -11.907477464140252 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -77.0026959837102, + -11.907477464140252 + ] + ] + ], + "type": "Polygon" + }, + "id": "1761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07923515062248, + -11.696787336437014, + -77.069594345228, + -11.686393944921264 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.07491896504385, + -11.686393944921264 + ] + ] + ], + "type": "Polygon" + }, + "id": "1762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09389439763773, + -11.973592387844674, + -77.08424497875649, + -11.963202466468397 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08957413086209, + -11.963202466468397 + ] + ] + ], + "type": "Polygon" + }, + "id": "1763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03360484496972, + -11.786741660038333, + -77.02396252271542, + -11.776350571240057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.0292886801407, + -11.776350571240057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84177441181735, + -12.145317976681314, + -76.83212641066429, + -12.134936906042551 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.83745864931058, + -12.134936906042551 + ] + ] + ], + "type": "Polygon" + }, + "id": "1765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9164417614528, + -12.231340164715952, + -76.906789217093, + -12.220958610950795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.9121228200282, + -12.220958610950795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73279074700777, + -12.362380981320953, + -76.72313920322813, + -12.35200625662334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.728475073527, + -12.35200625662334 + ] + ] + ], + "type": "Polygon" + }, + "id": "1767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73518253876125, + -12.103273988767826, + -76.72553866698462, + -12.0928949528495 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.73087025906067, + -12.0928949528495 + ] + ] + ], + "type": "Polygon" + }, + "id": "1768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94376847544663, + -11.762192655129075, + -76.93412920292975, + -11.751803444713635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93945505326495, + -11.751803444713635 + ], + [ + -76.94376847544663, + -11.754849411536112 + ], + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.934635503131, + -11.753952049419425 + ], + [ + -76.93945505326495, + -11.751803444713635 + ] + ] + ], + "type": "Polygon" + }, + "id": "1769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00332022242291, + -12.192761508717131, + -76.99366657226466, + -12.182377177432565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.99899945202547, + -12.182377177432565 + ] + ] + ], + "type": "Polygon" + }, + "id": "1770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82957342942386, + -12.269875791610975, + -76.81992203504551, + -12.259497048786505 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.82525633642992, + -12.259497048786505 + ] + ] + ], + "type": "Polygon" + }, + "id": "1771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00328064407952, + -12.098394225845828, + -76.99362981153259, + -12.08800840447142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.99896113537811, + -12.08800840447142 + ] + ] + ], + "type": "Polygon" + }, + "id": "1772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8341987259224, + -11.751403840139307, + -76.82456266559863, + -11.741017213413643 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82988842089604, + -11.741017213413643 + ], + [ + -76.8341987259224, + -11.744064077581058 + ], + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.82456266559863, + -11.748356888364588 + ], + [ + -76.82507047741392, + -11.743163629209214 + ], + [ + -76.82988842089604, + -11.741017213413643 + ] + ] + ], + "type": "Polygon" + }, + "id": "1773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12212449328388, + -12.01569240955975, + -77.11247310967897, + -12.005302427640917 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.12212449328388, + -12.008348082469118 + ], + [ + -77.12162042302025, + -12.01354312544823 + ], + [ + -77.11679464586881, + -12.01569240955975 + ], + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.11780291351863, + -12.005302427640917 + ] + ] + ], + "type": "Polygon" + }, + "id": "1774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09527471343142, + -11.76917207349417, + -77.08563134906564, + -11.75877924649853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.09095713619756, + -11.75877924649853 + ] + ] + ], + "type": "Polygon" + }, + "id": "1775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0374657668349, + -11.889391669216462, + -77.02782028905482, + -11.879001907845717 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.03314813028737, + -11.879001907845717 + ] + ] + ], + "type": "Polygon" + }, + "id": "1776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18127018382336, + -11.69099370688873, + -77.17162700001244, + -11.680597778894864 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.17695136851692, + -11.680597778894864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78236117636773, + -12.186575383070288, + -76.77271353820024, + -12.17619646950111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.77804648826006, + -12.17619646950111 + ] + ] + ], + "type": "Polygon" + }, + "id": "1778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98869850829836, + -11.821671917232836, + -76.97905629954545, + -11.811282406153946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.98438308304212, + -11.811282406153946 + ] + ] + ], + "type": "Polygon" + }, + "id": "1779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9339629613768, + -12.193766730787116, + -76.92431108014975, + -12.183384131076695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.9296440476238, + -12.183384131076695 + ] + ] + ], + "type": "Polygon" + }, + "id": "1780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72373344547665, + -12.172871787808859, + -76.71408780958897, + -12.162494143633905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.7194205526937, + -12.162494143633905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68634842104352, + -12.318444466493036, + -76.67669946415437, + -12.308070178769652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.68203461739455, + -12.308070178769652 + ] + ] + ], + "type": "Polygon" + }, + "id": "1782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08298460994313, + -11.610591826330477, + -77.07334627328358, + -11.600197251173718 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.0786694721226, + -11.600197251173718 + ] + ] + ], + "type": "Polygon" + }, + "id": "1783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17452673378273, + -11.808382537375318, + -77.16488022284202, + -11.797988328153808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.17020653185443, + -11.797988328153808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10001379987231, + -12.00565823171574, + -77.0903632707904, + -11.995268636180567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.09569294211099, + -11.995268636180567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79603818579042, + -12.329409009060896, + -76.7863859125885, + -12.319032113500844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.79172121473422, + -12.319032113500844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97420418743357, + -11.733714018379708, + -76.96456497156137, + -11.723323678290317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96989032389362, + -11.723323678290317 + ], + [ + -76.97420418743357, + -11.726369220907193 + ], + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.96456497156137, + -11.730668388541009 + ], + [ + -76.96507080191063, + -11.725473271769552 + ], + [ + -76.96989032389362, + -11.723323678290317 + ] + ] + ], + "type": "Polygon" + }, + "id": "1787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7261310012452, + -11.913704032531761, + -76.71649302784715, + -11.903322385577773 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.72182149781182, + -11.903322385577773 + ] + ] + ], + "type": "Polygon" + }, + "id": "1788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00541620110367, + -11.744642028374537, + -76.99577585455776, + -11.734251065852702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -77.00110135291007, + -11.734251065852702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78005735228335, + -12.257083646796062, + -76.77040767099314, + -12.246705942632776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.7757417858199, + -12.246705942632776 + ] + ] + ], + "type": "Polygon" + }, + "id": "1790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80143145552788, + -12.039111361465876, + -76.79178770306358, + -12.028729660326936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.79711821256211, + -12.028729660326936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16005700888259, + -11.814840489788061, + -77.15041066432617, + -11.804446716511228 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.15573710345556, + -11.804446716511228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01074161773687, + -11.737296393016502, + -77.00110135291007, + -11.726905202642724 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -77.0064267244545, + -11.726905202642724 + ] + ] + ], + "type": "Polygon" + }, + "id": "1793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84634128151889, + -12.192938668722185, + -76.83669173720654, + -12.182558244364474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.84202475861622, + -12.182558244364474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78456699932045, + -12.493275665724992, + -76.77491013532992, + -12.482901931547856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.77922893479231, + -12.493275665724992 + ], + [ + -76.77491013532992, + -12.490224569909433 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.78024815132517, + -12.482901931547856 + ] + ] + ], + "type": "Polygon" + }, + "id": "1795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7046736071205, + -12.225981901345373, + -76.69502690793975, + -12.215605604024095 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.70036053150132, + -12.215605604024095 + ] + ] + ], + "type": "Polygon" + }, + "id": "1796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96750684142629, + -12.228535344679567, + -76.95785304847547, + -12.218152477459395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.96318655709723, + -12.218152477459395 + ] + ] + ], + "type": "Polygon" + }, + "id": "1797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75790751379853, + -12.435609759999142, + -76.7482530967412, + -12.425235673318957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75359016968532, + -12.425235673318957 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.75257039195864, + -12.435609759999142 + ], + [ + -76.7482530967412, + -12.432558663530179 + ], + [ + -76.74876304859497, + -12.427371674311527 + ], + [ + -76.75359016968532, + -12.425235673318957 + ] + ] + ], + "type": "Polygon" + }, + "id": "1798", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81585195592257, + -12.315666579799524, + -76.8061995608974, + -12.305288950565958 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.81153462607564, + -12.305288950565958 + ] + ] + ], + "type": "Polygon" + }, + "id": "1799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11664934083625, + -11.834207450295352, + -77.10700350278876, + -11.823814990479821 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.11233032816088, + -11.823814990479821 + ] + ] + ], + "type": "Polygon" + }, + "id": "1800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95377378333824, + -12.180002374848069, + -76.9441217963908, + -12.169619062413384 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.94945451808886, + -12.169619062413384 + ] + ] + ], + "type": "Polygon" + }, + "id": "1801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72307410162642, + -11.94484791667747, + -76.71343528390197, + -11.934466798768604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.71876426755529, + -11.934466798768604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83414003104261, + -12.317488486869843, + -76.82448709209099, + -12.30711042745959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.8298221770285, + -12.30711042745959 + ] + ] + ], + "type": "Polygon" + }, + "id": "1803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05653222763571, + -11.93059519254302, + -77.04688503632414, + -11.920205554728856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.05221353148735, + -11.920205554728856 + ] + ] + ], + "type": "Polygon" + }, + "id": "1804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12133137234464, + -11.976281157425577, + -77.1116811836978, + -11.96589061015253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.11701033980994, + -11.96589061015253 + ] + ] + ], + "type": "Polygon" + }, + "id": "1805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07257684252406, + -12.002965992735483, + -77.0629270867048, + -11.992577024533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.06825675208695, + -11.992577024533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07391048670529, + -11.704136002453959, + -77.06426959743733, + -11.69374283563734 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.069594345228, + -11.69374283563734 + ] + ] + ], + "type": "Polygon" + }, + "id": "1807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0138150802668, + -11.800536319874682, + -77.00417285422573, + -11.7901459027713 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00949926203319, + -11.7901459027713 + ] + ] + ], + "type": "Polygon" + }, + "id": "1808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0633178031745, + -11.813254466215083, + -77.05367393476696, + -11.802863013091702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.05900049046377, + -11.802863013091702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74890181182569, + -12.057475683409942, + -76.73925893241967, + -12.047095591595847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.74458976534436, + -12.047095591595847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81434100410729, + -12.23691975255723, + -76.80469100199637, + -12.226540849343111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.81002476775188, + -12.226540849343111 + ] + ] + ], + "type": "Polygon" + }, + "id": "1811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8554864527276, + -12.099507972716786, + -76.84583945340304, + -12.089125839455624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.85117092789197, + -12.089125839455624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00779188364677, + -11.957271331821717, + -76.99814514347673, + -11.946883274729418 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -77.00347413735922, + -11.946883274729418 + ] + ] + ], + "type": "Polygon" + }, + "id": "1813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77327786278762, + -11.99700663137664, + -76.7636361250903, + -11.986625008453576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.76896595285734, + -11.986625008453576 + ] + ] + ], + "type": "Polygon" + }, + "id": "1814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68808991835769, + -11.925645612084582, + -76.67845263280297, + -11.915265107527999 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68378130589743, + -11.915265107527999 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.67896275063835, + -11.917406220117462 + ], + [ + -76.68378130589743, + -11.915265107527999 + ] + ] + ], + "type": "Polygon" + }, + "id": "1815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10599547406609, + -11.848901810294285, + -77.09634946591663, + -11.838509812094708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.1016765486782, + -11.838509812094708 + ] + ] + ], + "type": "Polygon" + }, + "id": "1816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99250850720182, + -11.829912595993962, + -76.98286595475939, + -11.819523104802423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.98819286968634, + -11.819523104802423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07620986839284, + -11.727966551710935, + -77.06656821185614, + -11.717573640521765 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.07189334815747, + -11.717573640521765 + ] + ] + ], + "type": "Polygon" + }, + "id": "1818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01914140606011, + -11.793191456249579, + -77.00949926203319, + -11.782800808779834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.0148255428419, + -11.782800808779834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04812115602986, + -11.8747034372992, + -77.03847584403715, + -11.864313208016936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.0438034302166, + -11.864313208016936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9560665855054, + -12.203816599939614, + -76.94641382789648, + -12.193433614172005 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.9517469401813, + -12.193433614172005 + ] + ] + ], + "type": "Polygon" + }, + "id": "1822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7678023152394, + -12.4758843831666, + -76.7581464250606, + -12.465510761930096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.7624645311941, + -12.4758843831666 + ], + [ + -76.7581464250606, + -12.47283320292034 + ], + [ + -76.75865630265916, + -12.467646446320362 + ], + [ + -76.76348416033906, + -12.465510761930096 + ] + ] + ], + "type": "Polygon" + }, + "id": "1823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0009846737456, + -12.074575276268217, + -76.99133461091523, + -12.06418914391891 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.99666554479332, + -12.06418914391891 + ] + ] + ], + "type": "Polygon" + }, + "id": "1824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67816994308195, + -11.979685656087193, + -76.66853132077328, + -11.969306196732148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.67284032880437, + -11.979685656087193 + ], + [ + -76.66853132077328, + -11.976636079702406 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.6738608851599, + -11.969306196732148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97435963454492, + -12.205625825804765, + -76.96470634807503, + -12.195242416641795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.97003947164114, + -12.195242416641795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14105604504964, + -11.868065227763534, + -77.13140858815932, + -11.857672649385373 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.13673593303619, + -11.857672649385373 + ] + ] + ], + "type": "Polygon" + }, + "id": "1827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79528506139205, + -12.290038938410856, + -76.78563398485164, + -12.279661397456493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.79096863710082, + -12.279661397456493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04279352525657, + -11.882047713318363, + -77.03314813028737, + -11.871657717769672 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.03847584403715, + -11.871657717769672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1015950544473, + -12.084472872078313, + -77.09194213478963, + -12.074084431906495 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.10109058858718, + -12.08232487639249 + ], + [ + -77.09626404326681, + -12.084472872078313 + ], + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.09727310208261, + -12.074084431906495 + ] + ] + ], + "type": "Polygon" + }, + "id": "1831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91409788841014, + -11.830067263752909, + -76.90445737147458, + -11.819679712150144 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90978436442991, + -11.819679712150144 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.91359119375333, + -11.827920139607471 + ], + [ + -76.90877084896329, + -11.830067263752909 + ], + [ + -76.90445737147458, + -11.827020578914437 + ], + [ + -76.90496419227497, + -11.82182685671248 + ], + [ + -76.90978436442991, + -11.819679712150144 + ] + ] + ], + "type": "Polygon" + }, + "id": "1832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94911797780465, + -11.84924593784107, + -76.93947597423062, + -11.83885778471099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.94480325147734, + -11.83885778471099 + ] + ] + ], + "type": "Polygon" + }, + "id": "1833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03834775828707, + -12.117578093785301, + -77.02869545433705, + -12.107191709940434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.03402705261394, + -12.107191709940434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8570195215998, + -11.800845214656851, + -76.84738138193056, + -11.790458683926664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.85651207614822, + -11.798698944560835 + ], + [ + -76.85169291971462, + -11.800845214656851 + ], + [ + -76.84738138193056, + -11.797798186207375 + ], + [ + -76.84788895327539, + -11.792604974853212 + ], + [ + -76.85270793652045, + -11.790458683926664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90958593548747, + -12.254244373554505, + -76.89993288706279, + -12.243863366976626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.90526687381184, + -12.243863366976626 + ] + ] + ], + "type": "Polygon" + }, + "id": "1836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98725126570415, + -12.026035111196082, + -76.97760300477647, + -12.015648579181013 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.98293315400711, + -12.015648579181013 + ] + ] + ], + "type": "Polygon" + }, + "id": "1837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919495018859, + -11.959333664406506, + -76.85955176675158, + -11.948949072073836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488092202451, + -11.948949072073836 + ], + [ + -76.86919495018859, + -11.95199675606455 + ], + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.86488092202451, + -11.948949072073836 + ] + ] + ], + "type": "Polygon" + }, + "id": "1838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1242803113395, + -11.850689576778995, + -77.1146337911992, + -11.840297160875043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.1199608761755, + -11.840297160875043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70091947124558, + -12.123437993674886, + -76.69127593584078, + -12.113060147215881 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69660786775927, + -12.113060147215881 + ], + [ + -76.70091947124558, + -12.116110191388778 + ], + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.69127593584078, + -12.12038786400362 + ], + [ + -76.69178618761697, + -12.115198995559105 + ], + [ + -76.69660786775927, + -12.113060147215881 + ] + ] + ], + "type": "Polygon" + }, + "id": "1840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85624331057497, + -12.233226595339424, + -76.84659229978224, + -12.222846577329864 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.85192597963348, + -12.222846577329864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93009644348204, + -11.902430615747742, + -76.9204533521634, + -11.892043684007552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.92578152220635, + -11.892043684007552 + ] + ] + ], + "type": "Polygon" + }, + "id": "1842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69938904662472, + -12.139004407732928, + -76.68974508880802, + -12.128626845863998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.69405680802531, + -12.139004407732928 + ], + [ + -76.68974508880802, + -12.135954184925462 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.69507727776893, + -12.128626845863998 + ] + ] + ], + "type": "Polygon" + }, + "id": "1843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13580686767085, + -11.969831520759572, + -77.12615650920743, + -11.959440528653147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13148553692086, + -11.959440528653147 + ], + [ + -77.13580686767085, + -11.962485835338997 + ], + [ + -77.13530306107565, + -11.96768138335808 + ], + [ + -77.13047779658993, + -11.969831520759572 + ], + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.13148553692086, + -11.959440528653147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91031594411668, + -12.010579992068113, + -76.9006701480367, + -12.000195133078838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.90600011611573, + -12.000195133078838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70323883529413, + -12.052928912529223, + -76.69359733933436, + -12.042549914131474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.69892810804217, + -12.042549914131474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76866814532602, + -12.13805022506323, + -76.75902232579426, + -12.127670884370122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.76435448072039, + -12.127670884370122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93471363379058, + -12.138803773540394, + -76.92506337361264, + -12.128420278809905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.9303954338731, + -12.128420278809905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.817378350125, + -12.300100060595637, + -76.80772637930016, + -12.289722130376003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.81306118657103, + -12.289722130376003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90571885395597, + -11.774182723760333, + -76.8960802207666, + -11.763794617507145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.90140630130954, + -11.763794617507145 + ] + ] + ], + "type": "Polygon" + }, + "id": "1850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78764733033658, + -12.367864074927276, + -76.77799413394604, + -12.35748805027489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.78333007527245, + -12.35748805027489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7191005513476, + -12.313865206589488, + -76.7094508316734, + -12.303490003159709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.71478590372767, + -12.303490003159709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82804768854034, + -12.285443533557569, + -76.8183958699027, + -12.275065088650837 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.82373042920699, + -12.275065088650837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74819006189871, + -11.923756728604506, + -76.73855118766735, + -11.913374666188956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.7438798173243, + -11.913374666188956 + ] + ] + ], + "type": "Polygon" + }, + "id": "1854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84176684271767, + -12.23964817623878, + -76.83211602559267, + -12.229268627169423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.8374498206958, + -12.229268627169423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06701449728943, + -11.632641984917848, + -77.05737590928155, + -11.622248072652367 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.06269949177575, + -11.622248072652367 + ] + ] + ], + "type": "Polygon" + }, + "id": "1856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91794887663357, + -12.121419740046296, + -76.90829957412102, + -12.111036388729516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.91363136259062, + -12.111036388729516 + ] + ] + ], + "type": "Polygon" + }, + "id": "1857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11218533080948, + -11.975385165568394, + -77.10253539827248, + -11.964994826676023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.10786455332523, + -11.964994826676023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05726183821282, + -11.875599650194111, + -77.04761626690973, + -11.865209210447912 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.05294385608065, + -11.865209210447912 + ] + ] + ], + "type": "Polygon" + }, + "id": "1859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9004117938574, + -11.970282377512397, + -76.89076745952363, + -11.959897167036901 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.89609677184247, + -11.959897167036901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11909984408238, + -12.046861271633638, + -77.109447606702, + -12.03647183224432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.114777928462, + -12.03647183224432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85701016766173, + -12.08393470286471, + -76.84736359241913, + -12.073552290191326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.85269480914835, + -12.073552290191326 + ] + ] + ], + "type": "Polygon" + }, + "id": "1862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09771047487227, + -11.981833084404142, + -77.08806071414938, + -11.971443191651879 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.0933899964781, + -11.971443191651879 + ] + ] + ], + "type": "Polygon" + }, + "id": "1863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79683288195595, + -12.180155636910182, + -76.78718504518692, + -12.169776254077004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.79251788286807, + -12.169776254077004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00844758907091, + -11.713468654612436, + -76.99880809217528, + -11.703077207273001 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -77.004133074679, + -11.703077207273001 + ] + ] + ], + "type": "Polygon" + }, + "id": "1865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05636711599666, + -11.647340544145349, + -77.04672836124912, + -11.636947076037295 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.0520521990769, + -11.636947076037295 + ] + ] + ], + "type": "Polygon" + }, + "id": "1866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843418868328, + -12.202993685242683, + -76.85878375701267, + -12.1926128692204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.86411692962764, + -12.1926128692204 + ] + ] + ], + "type": "Polygon" + }, + "id": "1867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19964875775364, + -11.787221800410771, + -77.19000225698309, + -11.776826702005023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1953281749742, + -11.776826702005023 + ], + [ + -77.19964875775364, + -11.779870512308403 + ], + [ + -77.19914613256852, + -11.785068113196573 + ], + [ + -77.19432279735587, + -11.787221800410771 + ], + [ + -77.19000225698309, + -11.784177904085537 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.1953281749742, + -11.776826702005023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74662725287918, + -12.033666082500403, + -76.73698514533947, + -12.023285686092299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.74231558645164, + -12.023285686092299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10836874120363, + -11.967144411022721, + -77.09871915019534, + -11.956754043698904 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.10404817521353, + -11.956754043698904 + ] + ] + ], + "type": "Polygon" + }, + "id": "1870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07106255850813, + -12.018549108086056, + -77.06141237639868, + -12.00816040953211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.06674230047113, + -12.00816040953211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80139277152996, + -12.227770717437373, + -76.79174339044668, + -12.217391991180385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.79707701174387, + -12.217391991180385 + ] + ] + ], + "type": "Polygon" + }, + "id": "1872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94993724492427, + -12.077402993130866, + -76.94028841965778, + -12.067018164502873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.94561945339996, + -12.067018164502873 + ] + ] + ], + "type": "Polygon" + }, + "id": "1873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8791035800072, + -12.282661442316982, + -76.869450486381, + -12.272281668854568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.87478496624126, + -12.272281668854568 + ] + ] + ], + "type": "Polygon" + }, + "id": "1874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78313712432488, + -12.131629494175959, + -76.77349110510013, + -12.121249685735664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.77882314833462, + -12.121249685735664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90806362182026, + -12.269815513872079, + -76.89841014827238, + -12.259434803019307 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.90755615343708, + -12.267674059301243 + ], + [ + -76.90272933007478, + -12.269815513872079 + ], + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.90374439331352, + -12.259434803019307 + ] + ] + ], + "type": "Polygon" + }, + "id": "1876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79455347340391, + -12.156347258777583, + -76.78490640865252, + -12.145967552988232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.7902388545863, + -12.145967552988232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97962733276287, + -12.009554603154204, + -76.96997976032539, + -11.999168011916517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.97530964620232, + -11.999168011916517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73126052080408, + -12.377942683735956, + -76.72160855362323, + -12.367568266828986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.7269446815054, + -12.367568266828986 + ] + ] + ], + "type": "Polygon" + }, + "id": "1879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.840241755127, + -12.255217131389927, + -76.83059051368392, + -12.244837877168568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.83592456671937, + -12.244837877168568 + ] + ] + ], + "type": "Polygon" + }, + "id": "1880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95519161617023, + -11.78691449045905, + -76.94555131037592, + -11.776525330709509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.9508775564326, + -11.776525330709509 + ] + ] + ], + "type": "Polygon" + }, + "id": "1881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68555587856332, + -12.373364346979912, + -76.67590530219279, + -12.36299102014872 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.68124136306551, + -12.36299102014872 + ] + ] + ], + "type": "Polygon" + }, + "id": "1882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6910465689856, + -12.08315399310933, + -76.68140450682118, + -12.072775770937923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.68571525039958, + -12.08315399310933 + ], + [ + -76.68140450682118, + -12.08010398240723 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.68673577566726, + -12.072775770937923 + ] + ] + ], + "type": "Polygon" + }, + "id": "1883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68793270547408, + -12.208591313887808, + -76.67828698592875, + -12.198215161310682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.68362032482354, + -12.198215161310682 + ] + ] + ], + "type": "Polygon" + }, + "id": "1884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89430224864626, + -11.749461374834386, + -76.88466465169711, + -11.73907322124993 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88999033468107, + -11.73907322124993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82273933471527, + -12.104120666057128, + -76.81309307145635, + -12.093739427208519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.81842464174778, + -12.093739427208519 + ] + ] + ], + "type": "Polygon" + }, + "id": "1886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08165967745511, + -11.90945889613599, + -77.07201247886967, + -11.899068342566421 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.07734059247828, + -11.899068342566421 + ] + ] + ], + "type": "Polygon" + }, + "id": "1887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68349943603135, + -11.972355686538068, + -76.6738608851599, + -11.961975982348084 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.67919032829626, + -11.961975982348084 + ] + ] + ], + "type": "Polygon" + }, + "id": "1888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15473052677356, + -11.822189636729064, + -77.14508409571395, + -11.811796092341432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.15041066432617, + -11.811796092341432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69400613892623, + -12.240632422279644, + -76.68435929546628, + -12.230256638356028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68969316256532, + -12.230256638356028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74346221824871, + -12.347733019027745, + -76.73381082132695, + -12.337357770781143 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73914644653972, + -12.337357770781143 + ] + ] + ], + "type": "Polygon" + }, + "id": "1891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99176819273032, + -11.884903789239655, + -76.98212402157367, + -11.87451508515432 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.98745184210634, + -11.87451508515432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01619677180523, + -12.01315558404607, + -77.00654814976349, + -12.002768146868696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.01187805422964, + -12.002768146868696 + ] + ] + ], + "type": "Polygon" + }, + "id": "1893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09448554704181, + -11.729751944950703, + -77.08484337577404, + -11.719358613624648 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.09016851608438, + -11.719358613624648 + ] + ] + ], + "type": "Polygon" + }, + "id": "1894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91715215168198, + -11.893289767761551, + -76.9075096716878, + -11.882903026973842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.91182407438964, + -11.893289767761551 + ], + [ + -76.9075096716878, + -11.890242773210462 + ], + [ + -76.90801654884774, + -11.885049456341385 + ], + [ + -76.91283770251394, + -11.882903026973842 + ] + ] + ], + "type": "Polygon" + }, + "id": "1895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86081785008835, + -12.092174361017904, + -76.85117092789197, + -12.081791980368497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.85650227792623, + -12.081791980368497 + ] + ] + ], + "type": "Polygon" + }, + "id": "1896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99113564029842, + -12.223009358867566, + -76.98148140094602, + -12.212625817752029 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.99062940823661, + -12.220865492352837 + ], + [ + -76.9858022024248, + -12.223009358867566 + ], + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.98681479331508, + -12.212625817752029 + ] + ] + ], + "type": "Polygon" + }, + "id": "1897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10441427098421, + -11.770065039109454, + -77.09477064994795, + -11.759672002576124 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.10009643864781, + -11.759672002576124 + ] + ] + ], + "type": "Polygon" + }, + "id": "1898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75719117691932, + -12.301955759018332, + -76.74754077458697, + -12.291579384118938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.75287563912444, + -12.291579384118938 + ] + ] + ], + "type": "Polygon" + }, + "id": "1899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86158584605771, + -11.75410451712574, + -76.85194897626933, + -11.743717241095624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85727475903506, + -11.743717241095624 + ], + [ + -76.86158584605771, + -11.746763882440542 + ], + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.85245641068207, + -11.74586420429589 + ], + [ + -76.85727475903506, + -11.743717241095624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93929584917973, + -12.186432383319124, + -76.9296440476238, + -12.176049533135258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.9349768891922, + -12.176049533135258 + ] + ] + ], + "type": "Polygon" + }, + "id": "1901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84786002805293, + -12.271695223308024, + -76.83820809133876, + -12.261316050720037 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.84354241164861, + -12.261316050720037 + ] + ] + ], + "type": "Polygon" + }, + "id": "1902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73283012056928, + -12.268088320003365, + -76.7231813931696, + -12.25771199851752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.72851570580964, + -12.25771199851752 + ] + ] + ], + "type": "Polygon" + }, + "id": "1903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83720897357082, + -12.097695103328764, + -76.82756251520618, + -12.087313400635734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.83289397125013, + -12.087313400635734 + ] + ] + ], + "type": "Polygon" + }, + "id": "1904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15011779557659, + -11.77452597271455, + -77.14047289835608, + -11.764131892269043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.14579869076101, + -11.764131892269043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87909692954547, + -12.093985580103833, + -76.86944946887758, + -12.083602770123823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.87478083593244, + -12.083602770123823 + ] + ] + ], + "type": "Polygon" + }, + "id": "1906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72683354200616, + -12.047418479063328, + -76.71719156409064, + -12.037038794920125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.72252223724222, + -12.037038794920125 + ] + ] + ], + "type": "Polygon" + }, + "id": "1907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14717927003758, + -11.900135840960903, + -77.13753070509698, + -11.889743567745269 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.14717927003758, + -11.892788427051887 + ], + [ + -77.146675731693, + -11.897984615607378 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.14285856788398, + -11.889743567745269 + ] + ] + ], + "type": "Polygon" + }, + "id": "1908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84786581985033, + -12.177367959909263, + -76.83821669976166, + -12.166987246874832 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.84354946330804, + -12.166987246874832 + ] + ] + ], + "type": "Polygon" + }, + "id": "1909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72914696321216, + -11.976898176763065, + -76.71950702443624, + -11.966517375082073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.72483653472833, + -11.966517375082073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80521809124383, + -12.14168623094393, + -76.79557117709206, + -12.13130602327913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.80090337608169, + -12.13130602327913 + ] + ] + ], + "type": "Polygon" + }, + "id": "1911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995719223191, + -12.093080103361455, + -76.86031000056144, + -12.082697507921624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.86564135924378, + -12.082697507921624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7656126768135, + -12.169187103565191, + -76.75596601081428, + -12.15880833534652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.7612986805688, + -12.15880833534652 + ] + ] + ], + "type": "Polygon" + }, + "id": "1913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16689268598944, + -11.791899963281866, + -77.1572468548841, + -11.7815057135218 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.16257290563331, + -11.7815057135218 + ] + ] + ], + "type": "Polygon" + }, + "id": "1914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.763366382587, + -12.051053133151838, + -76.75372330192708, + -12.040672576245004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.7590540241583, + -12.040672576245004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8135700095248, + -12.29186122804407, + -76.80391838699147, + -12.281483255620529 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80925306023815, + -12.281483255620529 + ] + ] + ], + "type": "Polygon" + }, + "id": "1916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05939331401892, + -11.616159673705145, + -77.04975540954844, + -11.605765740861585 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.0550787313405, + -11.605765740861585 + ] + ] + ], + "type": "Polygon" + }, + "id": "1917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93777510155475, + -12.202006297684605, + -76.92812287471918, + -12.191623736314781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.93345597461803, + -12.191623736314781 + ] + ] + ], + "type": "Polygon" + }, + "id": "1918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74659193161966, + -12.127991481089618, + -76.73694701156064, + -12.117612542145622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.74227900807288, + -12.117612542145622 + ] + ] + ], + "type": "Polygon" + }, + "id": "1919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03756485465453, + -12.078178136487667, + -77.0279137462788, + -12.06779116141369 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.03324469617421, + -12.06779116141369 + ] + ] + ], + "type": "Polygon" + }, + "id": "1920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01164625085747, + -12.059896806788844, + -77.00199635168258, + -12.049510187618612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -77.0073270314953, + -12.049510187618612 + ] + ] + ], + "type": "Polygon" + }, + "id": "1921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13270646473765, + -11.906588745809263, + -77.12305806858168, + -11.896196913833732 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.12838606025471, + -11.896196913833732 + ] + ] + ], + "type": "Polygon" + }, + "id": "1922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71241591383266, + -11.959511352130145, + -76.70277695091036, + -11.94913072032404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.70810617832433, + -11.94913072032404 + ] + ] + ], + "type": "Polygon" + }, + "id": "1923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82731424484632, + -12.057403623669021, + -76.81766925268708, + -12.047021549041206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.82300005021736, + -12.047021549041206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90420927656776, + -11.884148716700324, + -76.89456740880603, + -11.873762167834311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8998952998702, + -11.873762167834311 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.90370235913839, + -11.882002471262272 + ], + [ + -76.8988813388557, + -11.884148716700324 + ], + [ + -76.89456740880603, + -11.881101654883118 + ], + [ + -76.89507445238172, + -11.875908434070377 + ], + [ + -76.8998952998702, + -11.873762167834311 + ] + ] + ], + "type": "Polygon" + }, + "id": "1925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96283604310972, + -11.897789700092563, + -76.95319223689073, + -11.887401892041472 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.95852029966572, + -11.887401892041472 + ] + ] + ], + "type": "Polygon" + }, + "id": "1926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94379065455968, + -11.856587380548063, + -76.93414857116812, + -11.846199461698584 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.93846320542096, + -11.856587380548063 + ], + [ + -76.93414857116812, + -11.853540817925163 + ], + [ + -76.93465501870946, + -11.848346911876021 + ], + [ + -76.93947597423062, + -11.846199461698584 + ] + ] + ], + "type": "Polygon" + }, + "id": "1927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96206309890081, + -11.85838523192579, + -76.95242048649713, + -11.847996886612492 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.95774790155676, + -11.847996886612492 + ] + ] + ], + "type": "Polygon" + }, + "id": "1928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76480368697891, + -12.318432953579729, + -76.75515258577161, + -12.308056663513085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.76048771975248, + -12.308056663513085 + ] + ] + ], + "type": "Polygon" + }, + "id": "1929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07996044757692, + -11.641774626712696, + -77.0703212601443, + -11.631380514790372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.07564497523056, + -11.631380514790372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83800155828715, + -11.759644057007288, + -76.8283651512555, + -11.749257445141586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.83369103987081, + -11.749257445141586 + ] + ] + ], + "type": "Polygon" + }, + "id": "1931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96896734323799, + -12.024232926539455, + -76.95931960923272, + -12.013846818472727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.96464974797293, + -12.013846818472727 + ] + ] + ], + "type": "Polygon" + }, + "id": "1932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74055114715833, + -12.001616532966603, + -76.7309101605499, + -11.991235808780093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.73624007518924, + -11.991235808780093 + ] + ] + ], + "type": "Polygon" + }, + "id": "1933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08553804938236, + -12.012104254372147, + -77.07588769317304, + -12.00171510686043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.08121749121246, + -12.00171510686043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95295153880369, + -11.951872575262465, + -76.94330637800003, + -11.941485791104661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.9486353408346, + -11.941485791104661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73745663537305, + -12.12708131402952, + -76.72781199129439, + -12.116702593083605 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.73314397543805, + -12.116702593083605 + ] + ] + ], + "type": "Polygon" + }, + "id": "1936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69795752071816, + -11.965934110550322, + -76.68831876321083, + -11.955553942088395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.69364809882825, + -11.955553942088395 + ] + ] + ], + "type": "Polygon" + }, + "id": "1937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71547384090438, + -11.928368923227625, + -76.70583572214224, + -11.91798775931101 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.71116443592797, + -11.91798775931101 + ] + ] + ], + "type": "Polygon" + }, + "id": "1938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88518690692173, + -12.03168594465527, + -76.87554114344881, + -12.021302029256162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.88087147913551, + -12.021302029256162 + ] + ] + ], + "type": "Polygon" + }, + "id": "1939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85852839011805, + -12.257035379555711, + -76.84887660750526, + -12.246655696042287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.85421067882058, + -12.246655696042287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10462153075329, + -12.053306999954364, + -77.09496946467995, + -12.042918009549826 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.10029991410207, + -12.042918009549826 + ] + ] + ], + "type": "Polygon" + }, + "id": "1941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94612607470387, + -12.069163000425887, + -76.93647759452945, + -12.058778139690922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.94180849610238, + -12.058778139690922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88823706158946, + -12.09489079114459, + -76.87858933240094, + -12.084507766874683 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.88392070755272, + -12.084507766874683 + ] + ] + ], + "type": "Polygon" + }, + "id": "1943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03741626626496, + -11.794982542176529, + -77.02777360131971, + -11.784591471904239 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.03309988958003, + -11.784591471904239 + ] + ] + ], + "type": "Polygon" + }, + "id": "1944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14566860953208, + -11.915723927283263, + -77.13601961774228, + -11.905331912954642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.14566860953208, + -11.908376863444213 + ], + [ + -77.14516502571455, + -11.913572922553284 + ], + [ + -77.14034044464519, + -11.915723927283263 + ], + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.1413477394171, + -11.905331912954642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73137991689924, + -12.09503480755527, + -76.72173639466965, + -12.08465574022232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.72706785185191, + -12.08465574022232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04963573232749, + -11.859118029353628, + -77.03999084599043, + -11.848727544413215 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.04531817382107, + -11.848727544413215 + ] + ] + ], + "type": "Polygon" + }, + "id": "1947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8608138279498, + -12.280843579209243, + -76.85116127342422, + -12.270464233745981 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.85649573624386, + -12.270464233745981 + ] + ] + ], + "type": "Polygon" + }, + "id": "1948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03223385995831, + -12.085518043425155, + -77.02258266883783, + -12.075131311949765 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.0279137462788, + -12.075131311949765 + ] + ] + ], + "type": "Polygon" + }, + "id": "1949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73969374269626, + -12.245197526936796, + -76.73004551177351, + -12.23482065168327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.73537944455431, + -12.23482065168327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91415205329035, + -12.207528302648306, + -76.90450028009249, + -12.197146418153704 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90983349206942, + -12.197146418153704 + ] + ] + ], + "type": "Polygon" + }, + "id": "1951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00394002002373, + -11.854634626240372, + -76.99429643687822, + -11.844245197447302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.99962374584764, + -11.844245197447302 + ] + ] + ], + "type": "Polygon" + }, + "id": "1952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96893780810379, + -11.929851922102861, + -76.9592928882646, + -11.919464423322191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.96462147268464, + -11.919464423322191 + ] + ] + ], + "type": "Polygon" + }, + "id": "1953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9263394417964, + -12.177287548759995, + -76.91668825196875, + -12.166904873734813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.92202095446902, + -12.166904873734813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01377248977498, + -11.706122337238815, + -77.004133074679, + -11.69573066358782 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.00945793034619, + -11.69573066358782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93090236434297, + -12.130564010294709, + -76.92125244970138, + -12.120180480471722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.92658437755017, + -12.120180480471722 + ] + ] + ], + "type": "Polygon" + }, + "id": "1956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70536788260824, + -12.359635772911219, + -76.69571717156612, + -12.349261701557072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.70105300262858, + -12.349261701557072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76642092249297, + -12.019910911781839, + -76.75677868763113, + -12.009529805598554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.76210889543249, + -12.009529805598554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01853757967733, + -12.131354479580665, + -77.00888537158838, + -12.120968797475665 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.01421722106836, + -12.120968797475665 + ] + ] + ], + "type": "Polygon" + }, + "id": "1959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73357538604371, + -12.307454610834558, + -76.72392546228973, + -12.297078929754402 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.7292604248978, + -12.297078929754402 + ] + ] + ], + "type": "Polygon" + }, + "id": "1960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12514859624895, + -11.984521926091722, + -77.11549806632237, + -11.974131407838202 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.1208273523121, + -11.974131407838202 + ] + ] + ], + "type": "Polygon" + }, + "id": "1961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64372876998478, + -12.282744261739586, + -76.63408205948845, + -12.272370468254369 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.64321759724989, + -12.280608780456793 + ], + [ + -76.63839415405435, + -12.282744261739586 + ], + [ + -76.63408205948845, + -12.279692816705266 + ], + [ + -76.6345933576339, + -12.274505974990051 + ], + [ + -76.63941662494427, + -12.272370468254369 + ] + ] + ], + "type": "Polygon" + }, + "id": "1962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07772257770677, + -11.712377124584526, + -77.06808134675323, + -11.701983972455906 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.0734062248031, + -11.701983972455906 + ] + ] + ], + "type": "Polygon" + }, + "id": "1963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04420540418822, + -11.677627100365457, + -77.03456605826747, + -11.667234314437321 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03989040909502, + -11.667234314437321 + ] + ] + ], + "type": "Polygon" + }, + "id": "1964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15703743297742, + -11.846020806447772, + -77.14739023486224, + -11.835627535445948 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.15271719163663, + -11.835627535445948 + ] + ] + ], + "type": "Polygon" + }, + "id": "1965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94453890631709, + -11.801599853324007, + -76.93489844072886, + -11.791211156428604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.94022493844547, + -11.791211156428604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94918925629624, + -12.132372249205444, + -76.93953881039543, + -12.121988294111642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.9448707510396, + -12.121988294111642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09987829565746, + -11.816831662805583, + -77.09023339645344, + -11.806439370156498 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.09555996062505, + -11.806439370156498 + ] + ] + ], + "type": "Polygon" + }, + "id": "1968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1463833038336, + -11.860717404217006, + -77.13673593303619, + -11.85032459451924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.14206314863297, + -11.85032459451924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67420190091539, + -12.254367153784218, + -76.66455519334323, + -12.243992104267427 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66988928934161, + -12.243992104267427 + ] + ] + ], + "type": "Polygon" + }, + "id": "1970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8273024586975, + -12.15174200751443, + -76.81765465232374, + -12.141361402606936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.82298700546897, + -12.141361402606936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96369316931947, + -12.220295780965388, + -76.95403972142164, + -12.209912873773892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95937309797256, + -12.209912873773892 + ] + ] + ], + "type": "Polygon" + }, + "id": "1973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0785096094829, + -11.751796692090153, + -77.06886718558641, + -11.741404040099932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.07419271043769, + -11.741404040099932 + ] + ] + ], + "type": "Polygon" + }, + "id": "1974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06718892307079, + -11.915907278429174, + -77.05754189880123, + -11.905517169457916 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.06287013817823, + -11.905517169457916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90957371318846, + -12.159902878653693, + -76.89992348203741, + -12.149520343370506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.90525591221788, + -12.149520343370506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89662922413432, + -12.245097757497671, + -76.88697678986307, + -12.23471692346846 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.89231063621325, + -12.23471692346846 + ] + ] + ], + "type": "Polygon" + }, + "id": "1977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14320140065341, + -11.703027290508388, + -77.1335588035116, + -11.692632432767507 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.1388834318982, + -11.692632432767507 + ] + ] + ], + "type": "Polygon" + }, + "id": "1978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04671086853156, + -12.07907818516991, + -77.03705949996525, + -12.068691000042474 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.04239045317473, + -12.068691000042474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71223460438462, + -12.336751283847011, + -76.70258438891307, + -12.326376644703211 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.70791984052225, + -12.326376644703211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75046397795286, + -11.94756908955772, + -76.7408243323937, + -11.937187315322003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.7461533535852, + -11.937187315322003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11895318286302, + -11.858036855878023, + -77.10930657733776, + -11.847644671209213 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.1146337911992, + -11.847644671209213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9545464602898, + -12.219390715716438, + -76.9448932771668, + -12.209008020334286 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.95022664789248, + -12.209008020334286 + ] + ] + ], + "type": "Polygon" + }, + "id": "1983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8547226496444, + -12.15446470181447, + -76.84507403071969, + -12.144083451196972 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.85040641202453, + -12.144083451196972 + ] + ] + ], + "type": "Polygon" + }, + "id": "1984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0002065416375, + -12.035176072166175, + -76.99055767399783, + -12.024789358980142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.99588795955985, + -12.024789358980142 + ] + ] + ], + "type": "Polygon" + }, + "id": "1985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70022755508687, + -11.989743344962426, + -76.69058802559904, + -11.979363470932661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.69971763011887, + -11.98760281232637 + ], + [ + -76.69489777787422, + -11.989743344962426 + ], + [ + -76.69058802559904, + -11.9866939090506 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.69591775323094, + -11.979363470932661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95670968392169, + -11.771330688782038, + -76.9470698025128, + -11.760941281252316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.95239579081533, + -11.760941281252316 + ] + ] + ], + "type": "Polygon" + }, + "id": "1987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7945107599424, + -12.344973972460128, + -76.78485806270552, + -12.334597380938328 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.79019362269887, + -12.334597380938328 + ] + ] + ], + "type": "Polygon" + }, + "id": "1988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1067166447168, + -11.793895391270073, + -77.09707225638981, + -11.783502620267278 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.10239843352072, + -11.783502620267278 + ] + ] + ], + "type": "Polygon" + }, + "id": "1989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73738059967619, + -12.315693115505505, + -76.72773032596008, + -12.305317476672865 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.73306542361188, + -12.305317476672865 + ] + ] + ], + "type": "Polygon" + }, + "id": "1990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79453212290632, + -12.250666798445577, + -76.78488224273407, + -12.24028862182775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.79021624524314, + -12.24028862182775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15464683062493, + -11.72775132808663, + -77.14500321291112, + -11.717356517560019 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.15032822931775, + -11.717356517560019 + ] + ] + ], + "type": "Polygon" + }, + "id": "1992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91260393973, + -12.034396927164883, + -76.90295737339135, + -12.024012369490132 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.9082877319821, + -12.024012369490132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70017870957113, + -12.084064795450454, + -76.69053636907988, + -12.073686353874715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.69586765168869, + -12.073686353874715 + ] + ] + ], + "type": "Polygon" + }, + "id": "1994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06791672170428, + -11.860909562373658, + -77.05827131743287, + -11.850518656733415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.06359865087886, + -11.850518656733415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80674410869173, + -12.126115848345169, + -76.7970976181632, + -12.115735356702936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.80242955957601, + -12.115735356702936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9750722525931, + -12.056292019585516, + -76.9654234042806, + -12.045906246202899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.97075406494896, + -12.045906246202899 + ] + ] + ], + "type": "Polygon" + }, + "id": "1997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70254610451366, + -11.919221950826001, + -76.69290861276764, + -11.908840984256729 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.69823717815557, + -11.908840984256729 + ] + ] + ], + "type": "Polygon" + }, + "id": "1998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7238174037542, + -11.98422962293679, + -76.71417739208908, + -11.973849065500017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71950702443624, + -11.973849065500017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71617197511682, + -12.062078009180988, + -76.70652985167258, + -12.051698820740274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.71186076887139, + -12.051698820740274 + ] + ] + ], + "type": "Polygon" + }, + "id": "2000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83340219907126, + -12.08945554138538, + -76.82375608815606, + -12.07907380660819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.82908741059315, + -12.07907380660819 + ] + ] + ], + "type": "Polygon" + }, + "id": "2001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71237062612721, + -12.053838793456706, + -76.70272885252847, + -12.043459575876733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.70805963462942, + -12.043459575876733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08613553936313, + -11.76827884847577, + -77.07649243214549, + -11.757886231269463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.08181821743392, + -11.757886231269463 + ] + ] + ], + "type": "Polygon" + }, + "id": "2003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72137479175107, + -12.337665998523285, + -76.7117242986224, + -12.32729114145114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.71705976337704, + -12.32729114145114 + ] + ] + ], + "type": "Polygon" + }, + "id": "2004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07324397138612, + -11.853564040173392, + -77.06359865087886, + -11.843172902253029 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.06892585633113, + -11.843172902253029 + ] + ] + ], + "type": "Polygon" + }, + "id": "2005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8379495229541, + -12.325727287241012, + -76.8282962360775, + -12.315349271531877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.8379495229541, + -12.31839903412347 + ], + [ + -76.83744098692583, + -12.323588095649688 + ], + [ + -76.83261425650907, + -12.325727287241012 + ], + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.83363145480128, + -12.315349271531877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90343326787209, + -11.750360024622273, + -76.89379540376757, + -11.739971655974902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.89912109437353, + -11.739971655974902 + ] + ] + ], + "type": "Polygon" + }, + "id": "2007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0921846407355, + -11.705920708087497, + -77.08254323657121, + -11.695527120849833 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.08786798850889, + -11.695527120849833 + ] + ] + ], + "type": "Polygon" + }, + "id": "2008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07717999092091, + -12.0506127374567, + -77.06752869761267, + -12.040224373518972 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.0728591415118, + -12.040224373518972 + ] + ] + ], + "type": "Polygon" + }, + "id": "2009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.776975227323, + -12.382514232949742, + -76.76732188124168, + -12.372138732198726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.77265806923968, + -12.372138732198726 + ] + ] + ], + "type": "Polygon" + }, + "id": "2010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79524275752351, + -12.47862987380144, + -76.7855860438105, + -12.468255605526942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79092381269754, + -12.468255605526942 + ], + [ + -76.79524275752351, + -12.47130645334645 + ], + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.79092381269754, + -12.468255605526942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1432817504144, + -11.797466017234878, + -77.13363634051687, + -11.787072411168785 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.13896252088585, + -11.787072411168785 + ] + ] + ], + "type": "Polygon" + }, + "id": "2012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08528407862993, + -11.634424620211089, + -77.07564497523056, + -11.624030286674133 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.08096856228545, + -11.624030286674133 + ] + ] + ], + "type": "Polygon" + }, + "id": "2013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76477364051937, + -12.41272508089645, + -76.75511972153912, + -12.402350416735072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76045641366248, + -12.402350416735072 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.75943689960508, + -12.41272508089645 + ], + [ + -76.75511972153912, + -12.409674151654519 + ], + [ + -76.75562954156315, + -12.404486873669834 + ], + [ + -76.76045641366248, + -12.402350416735072 + ] + ] + ], + "type": "Polygon" + }, + "id": "2014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97578421501157, + -11.906929387036632, + -76.96613980078041, + -11.896541389944202 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.97146800082307, + -11.896541389944202 + ] + ] + ], + "type": "Polygon" + }, + "id": "2015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67652777176492, + -12.183875185706057, + -76.66688310461413, + -12.173498925487635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6722160366623, + -12.173498925487635 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.667393790804, + -12.17563645409478 + ], + [ + -76.6722160366623, + -12.173498925487635 + ] + ] + ], + "type": "Polygon" + }, + "id": "2016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8265218102501, + -12.301010826700585, + -76.81686956732959, + -12.290632681253156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.82220438457104, + -12.290632681253156 + ] + ] + ], + "type": "Polygon" + }, + "id": "2017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68333818352095, + -12.255281574945226, + -76.67369119644752, + -12.244906306180193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.6790253067309, + -12.244906306180193 + ] + ] + ], + "type": "Polygon" + }, + "id": "2018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12658490194578, + -11.874518905220496, + -77.11693761432262, + -11.864126766938405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.12226508776807, + -11.864126766938405 + ] + ] + ], + "type": "Polygon" + }, + "id": "2019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89890863408424, + -12.17457030903269, + -76.88925824567524, + -12.164188273671265 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.89459092649388, + -12.164188273671265 + ] + ] + ], + "type": "Polygon" + }, + "id": "2020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80063921484494, + -12.18839480210706, + -76.79099102968249, + -12.178015455634787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.79632400150581, + -12.178015455634787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13175823544927, + -11.678303272683145, + -77.12211665943357, + -11.667908371837186 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.1274408994247, + -11.667908371837186 + ] + ] + ], + "type": "Polygon" + }, + "id": "2022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83949151380065, + -12.121506808509253, + -76.82984428408815, + -12.111125420064722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.83517613141315, + -12.111125420064722 + ] + ] + ], + "type": "Polygon" + }, + "id": "2023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11355421158052, + -11.770957745223729, + -77.10391033435151, + -11.7605644994044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10923612434371, + -11.7605644994044 + ] + ] + ], + "type": "Polygon" + }, + "id": "2024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93469408402927, + -12.044442959549192, + -76.9250466394958, + -12.034058005227394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.93037714431281, + -12.034058005227394 + ] + ] + ], + "type": "Polygon" + }, + "id": "2025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73298738527004, + -11.89079819755161, + -76.72334990697279, + -11.880416048305703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72867799806112, + -11.880416048305703 + ], + [ + -76.73298738527004, + -11.883464571570551 + ], + [ + -76.73247807152565, + -11.888655700956116 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.72334990697279, + -11.887749587284773 + ], + [ + -76.72385934618346, + -11.882558567434158 + ], + [ + -76.72867799806112, + -11.880416048305703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11981926673543, + -11.9918666451774, + -77.11016865132575, + -11.981476364516615 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.11549806632237, + -11.981476364516615 + ] + ] + ], + "type": "Polygon" + }, + "id": "2027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08232244838541, + -11.760037769903041, + -77.0726796827977, + -11.74964513507659 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.07800533788834, + -11.74964513507659 + ] + ] + ], + "type": "Polygon" + }, + "id": "2028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77169505607692, + -12.201232955317105, + -76.76204726872261, + -12.19085454868197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.76738046499172, + -12.19085454868197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74506339148213, + -12.143559533788267, + -76.7354180484786, + -12.133180879503868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.74075030226989, + -12.133180879503868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9887337984191, + -11.916068865029592, + -76.97908877708578, + -11.905680679865709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.98441711385003, + -11.905680679865709 + ] + ] + ], + "type": "Polygon" + }, + "id": "2031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9765589887391, + -11.94633273787645, + -76.96691338030887, + -11.93594528999085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.9722422282228, + -11.93594528999085 + ] + ] + ], + "type": "Polygon" + }, + "id": "2032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7488324707052, + -12.24610974346088, + -76.73918396371717, + -12.235732650689465 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.74451790880816, + -12.235732650689465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12413071696939, + -11.661820611120923, + -77.11448982201193, + -11.651425683821069 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.12413071696939, + -11.654469509647523 + ], + [ + -77.1236272252964, + -11.659667025601372 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11981380286436, + -11.651425683821069 + ] + ] + ], + "type": "Polygon" + }, + "id": "2034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04430835992888, + -11.866462655780884, + -77.0346633905752, + -11.856072403804937 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.03999084599043, + -11.856072403804937 + ] + ] + ], + "type": "Polygon" + }, + "id": "2035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90875887999411, + -11.74301791128916, + -76.89912109437353, + -11.732629312702102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90444665995308, + -11.732629312702102 + ], + [ + -76.90875887999411, + -11.735675480620808 + ], + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.90444665995308, + -11.732629312702102 + ] + ] + ], + "type": "Polygon" + }, + "id": "2036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80518160558479, + -12.330320962808399, + -76.7955290591208, + -12.319943851550253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.80086437188305, + -12.319943851550253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04519513946482, + -12.094658616266889, + -77.03554334469659, + -12.084271708500731 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.04087455659196, + -12.084271708500731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98107926859852, + -11.805190559396411, + -76.97143774740725, + -11.794801009911012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.97676426791922, + -11.794801009911012 + ] + ] + ], + "type": "Polygon" + }, + "id": "2039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17603567697114, + -11.792791161422647, + -77.16638959291652, + -11.782396704150687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.17171564307341, + -11.782396704150687 + ] + ] + ], + "type": "Polygon" + }, + "id": "2040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02754437872112, + -11.849084691190962, + -77.01790035517654, + -11.838694606305902 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.0232275453273, + -11.838694606305902 + ] + ] + ], + "type": "Polygon" + }, + "id": "2041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03736679455459, + -11.70056350076988, + -77.02772694080409, + -11.690171177813822 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.03305167699722, + -11.690171177813822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85320273908147, + -12.075695034994906, + -76.84355651085302, + -12.065312590752976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.84888759423603, + -12.065312590752976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74357092999152, + -12.064806168473384, + -76.73392797703208, + -12.054426324377282 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73925893241967, + -12.054426324377282 + ] + ] + ], + "type": "Polygon" + }, + "id": "2044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0611881417392, + -12.072637150489777, + -77.05153659695456, + -12.062249512643058 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.05686742524637, + -12.062249512643058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04054622524643, + -11.952624649171876, + -77.03089878461425, + -11.942235721424252 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.0362276628, + -11.942235721424252 + ] + ] + ], + "type": "Polygon" + }, + "id": "2046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919625335248, + -12.242374178795956, + -76.85954462550643, + -12.231993986121134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.86487844747478, + -12.231993986121134 + ] + ] + ], + "type": "Polygon" + }, + "id": "2047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07633151972178, + -11.916803623579298, + -77.06668423707573, + -11.906413304802093 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.07201247886967, + -11.906413304802093 + ] + ] + ], + "type": "Polygon" + }, + "id": "2048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01844958042588, + -11.94258773464197, + -77.00880300422558, + -11.932199202123018 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.01413174398819, + -11.932199202123018 + ] + ] + ], + "type": "Polygon" + }, + "id": "2049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74971743299099, + -11.90818356912167, + -76.74007898116517, + -11.897801243697574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7454073538769, + -11.897801243697574 + ], + [ + -76.74971743299099, + -11.900849715650113 + ], + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.7454073538769, + -11.897801243697574 + ] + ] + ], + "type": "Polygon" + }, + "id": "2050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78085919655084, + -12.107820384435067, + -76.77121394923651, + -12.097440260295357 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.77654560073745, + -12.097440260295357 + ] + ] + ], + "type": "Polygon" + }, + "id": "2051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853642072857, + -11.974006499767766, + -76.84889308279504, + -11.963622389744344 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.85422248697913, + -11.963622389744344 + ] + ] + ], + "type": "Polygon" + }, + "id": "2052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03511962010491, + -11.77115496495781, + -77.02547772311316, + -11.760763629057953 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.0308036224007, + -11.760763629057953 + ] + ] + ], + "type": "Polygon" + }, + "id": "2053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89051716456821, + -12.024349940394169, + -76.88087147913551, + -12.013965781350931 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.8862016898985, + -12.013965781350931 + ] + ] + ], + "type": "Polygon" + }, + "id": "2054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93388569300757, + -11.816283940378137, + -76.92424506828765, + -11.805895708114273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92957181731371, + -11.805895708114273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93165340083411, + -12.075596721274083, + -76.92200510656765, + -12.065212318259693 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.92733612756409, + -12.065212318259693 + ] + ] + ], + "type": "Polygon" + }, + "id": "2056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94608033797724, + -11.880409373396438, + -76.9364374853705, + -11.87002173287223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94176527831635, + -11.87002173287223 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.93694393818852, + -11.872168938558596 + ], + [ + -76.94176527831635, + -11.87002173287223 + ] + ] + ], + "type": "Polygon" + }, + "id": "2057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95063659253269, + -11.833663644543547, + -76.94099501343929, + -11.823275237434228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.94632203286248, + -11.823275237434228 + ] + ] + ], + "type": "Polygon" + }, + "id": "2058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95068498162537, + -12.022429682991643, + -76.94103777645225, + -12.0120439998765 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.94636790359904, + -12.0120439998765 + ] + ] + ], + "type": "Polygon" + }, + "id": "2059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10592598995814, + -11.754475422987184, + -77.09628279492941, + -11.744082141595856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.10160832517377, + -11.744082141595856 + ] + ] + ], + "type": "Polygon" + }, + "id": "2060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12960731076538, + -11.843341980583597, + -77.1199608761755, + -11.832949333889479 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.12528783217923, + -11.832949333889479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9499132573693, + -11.983031863570691, + -76.9402672469083, + -11.97264561218331 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.94559672580678, + -11.97264561218331 + ] + ] + ], + "type": "Polygon" + }, + "id": "2062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98802775727938, + -12.065433760867942, + -76.97837830125209, + -12.055047807516775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.98370909879881, + -12.055047807516775 + ] + ] + ], + "type": "Polygon" + }, + "id": "2063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80371060932298, + -12.062923105955853, + -76.79406608546336, + -12.05254171028011 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.7993969863731, + -12.05254171028011 + ] + ] + ], + "type": "Polygon" + }, + "id": "2064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0754837525115, + -11.782973667037458, + -77.06584047719991, + -11.77258150624852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.071166518705, + -11.77258150624852 + ] + ] + ], + "type": "Polygon" + }, + "id": "2065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00627508881625, + -11.97285308546082, + -76.99662792320025, + -11.962465294054011 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -77.00195717538377, + -11.962465294054011 + ] + ] + ], + "type": "Polygon" + }, + "id": "2066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14026092211571, + -11.828645838558725, + -77.13061465912298, + -11.818252731619484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.13594135691939, + -11.818252731619484 + ] + ] + ], + "type": "Polygon" + }, + "id": "2067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92398359734653, + -11.775979959238388, + -76.9143444314336, + -11.765591423896536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.91967052626057, + -11.765591423896536 + ] + ] + ], + "type": "Polygon" + }, + "id": "2068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69568784228935, + -11.942124397903203, + -76.68604985666914, + -11.931743938567216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.6913788003128, + -11.931743938567216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1015268044402, + -11.990073771271211, + -77.09187670193714, + -11.979683907599147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.09720611444726, + -11.979683907599147 + ] + ] + ], + "type": "Polygon" + }, + "id": "2070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72596572343112, + -12.290977549265108, + -76.71631649978092, + -12.280601785054243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.72165119217881, + -12.280601785054243 + ] + ] + ], + "type": "Polygon" + }, + "id": "2071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12140540285469, + -12.070685609507493, + -77.11175239701106, + -12.060296477083316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.11708310775192, + -12.060296477083316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82504561215794, + -11.939238724468861, + -76.81540420327563, + -11.928854945582867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82073305510804, + -11.928854945582867 + ], + [ + -76.82504561215794, + -11.931902918468214 + ], + [ + -76.82453750381255, + -11.937094862009971 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81591243749412, + -11.93099882991339 + ], + [ + -76.82073305510804, + -11.928854945582867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65899596255221, + -12.221413084920405, + -76.64935065980842, + -12.211037883985856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.65468421242055, + -12.211037883985856 + ] + ] + ], + "type": "Polygon" + }, + "id": "2074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75419946617264, + -12.144469762039709, + -76.74455384755785, + -12.134090890020632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74988611348978, + -12.134090890020632 + ] + ] + ], + "type": "Polygon" + }, + "id": "2075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79764728080399, + -11.93652479608205, + -76.7880066880396, + -11.926141667565172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79333550907015, + -11.926141667565172 + ], + [ + -76.79764728080399, + -11.929189869463437 + ], + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.78851529965377, + -11.92828499776857 + ], + [ + -76.79333550907015, + -11.926141667565172 + ] + ] + ], + "type": "Polygon" + }, + "id": "2076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09685362993858, + -11.848007534773114, + -77.08720787850177, + -11.837615745803214 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.09253495974225, + -11.837615745803214 + ] + ] + ], + "type": "Polygon" + }, + "id": "2077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82732602412098, + -11.963053915683593, + -76.81768384453495, + -11.952670427364854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.82301308735768, + -11.952670427364854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70550991999711, + -12.076736201760758, + -76.69586765168869, + -12.06635751078863 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.70119881258229, + -12.06635751078863 + ] + ] + ], + "type": "Polygon" + }, + "id": "2080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77777879628673, + -12.233278092849368, + -76.76812988753444, + -12.222900054272996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.77346361030006, + -12.222900054272996 + ] + ] + ], + "type": "Polygon" + }, + "id": "2081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0054965405924, + -11.933448658946405, + -76.99585056942536, + -11.923060311971037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -77.00117917371534, + -11.923060311971037 + ] + ] + ], + "type": "Polygon" + }, + "id": "2082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84710657374988, + -12.137985779158656, + -76.83745864931058, + -12.127604458716986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.8427907637078, + -12.127604458716986 + ] + ] + ], + "type": "Polygon" + }, + "id": "2083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70926504274422, + -12.179287027813983, + -76.69961961159278, + -12.16890985584137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.70495246358335, + -12.16890985584137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7260484105469, + -12.10236391512719, + -76.7164048153039, + -12.091985097601869 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.7164048153039, + -12.099314119618022 + ], + [ + -76.71691468446878, + -12.09412476548967 + ], + [ + -76.72173639466965, + -12.091985097601869 + ] + ] + ], + "type": "Polygon" + }, + "id": "2085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13047779658993, + -11.977176884481477, + -77.1208273523121, + -11.966786129079383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.13047779658993, + -11.969831520759572 + ], + [ + -77.12997390367332, + -11.975026950456446 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.12615650920743, + -11.966786129079383 + ] + ] + ], + "type": "Polygon" + }, + "id": "2086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10678636803816, + -11.888317721899698, + -77.09713916589438, + -11.877926257544795 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.10246689591958, + -11.877926257544795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13413990105238, + -11.796573751260658, + -77.12449474583032, + -11.786180353582699 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.1298209258034, + -11.786180353582699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90500769198474, + -12.206621916429906, + -76.89535618613743, + -12.19624024512919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.90068939079384, + -12.19624024512919 + ] + ] + ], + "type": "Polygon" + }, + "id": "2089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82423908021528, + -12.277204611350644, + -76.81458760961887, + -12.266826124885823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81992203504551, + -12.266826124885823 + ] + ] + ], + "type": "Polygon" + }, + "id": "2090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78546340129596, + -11.966767301408295, + -76.77582223566232, + -11.95638492249739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.78115156025832, + -11.95638492249739 + ] + ] + ], + "type": "Polygon" + }, + "id": "2091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73294810348646, + -11.985137631787044, + -76.72330781537336, + -11.974756855482342 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.72863746048867, + -11.974756855482342 + ] + ] + ], + "type": "Polygon" + }, + "id": "2092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79145549565014, + -12.376102523000396, + -76.78180195027288, + -12.365726544175596 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.79145549565014, + -12.368776973363655 + ], + [ + -76.79094623144299, + -12.37396501671575 + ], + [ + -76.78611937151042, + -12.376102523000396 + ], + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.78713802601314, + -12.365726544175596 + ] + ] + ], + "type": "Polygon" + }, + "id": "2093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1280202403297, + -11.764501163507955, + -77.11837619284421, + -11.754107481594868 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.12370185497106, + -11.754107481594868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9666170323931, + -11.811636343628427, + -76.95697569386753, + -11.801247238648827 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.96230233527415, + -11.801247238648827 + ] + ] + ], + "type": "Polygon" + }, + "id": "2095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90347496986477, + -12.127849649267462, + -76.89382585569295, + -12.117466759229576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89915776227966, + -12.117466759229576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7769487288701, + -12.476799821106498, + -76.76729256370251, + -12.466425983941225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.77263031046003, + -12.466425983941225 + ] + ] + ], + "type": "Polygon" + }, + "id": "2097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74588098836894, + -11.994284864068955, + -76.73624007518924, + -11.98390389510876 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.7415698674666, + -11.98390389510876 + ] + ] + ], + "type": "Polygon" + }, + "id": "2098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03829796535928, + -12.023194900059835, + -77.02864847822599, + -12.012807071592936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.03397852134009, + -12.012807071592936 + ] + ] + ], + "type": "Polygon" + }, + "id": "2099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78386389776249, + -12.265322495054058, + -76.77421386756954, + -12.254944831010546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77954811681349, + -12.254944831010546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00401952508732, + -12.043416327891327, + -76.9943703135415, + -12.033029645588027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.99970073056193, + -12.033029645588027 + ] + ] + ], + "type": "Polygon" + }, + "id": "2101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83491722552952, + -12.168220711886999, + -76.82526872379941, + -12.15784017783366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.8306013443738, + -12.15784017783366 + ] + ] + ], + "type": "Polygon" + }, + "id": "2102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87909360722435, + -11.999630108083457, + -76.86944896057105, + -11.989245863868291 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.87477877258512, + -11.989245863868291 + ] + ] + ], + "type": "Polygon" + }, + "id": "2103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88060833724626, + -11.795306151575394, + -76.87096973729254, + -11.784918956367749 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.88010122950516, + -11.793159311697226 + ], + [ + -76.87528184305299, + -11.795306151575394 + ], + [ + -76.87096973729254, + -11.792259360561125 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.87629618452769, + -11.784918956367749 + ] + ] + ], + "type": "Polygon" + }, + "id": "2104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04890488579356, + -11.914113799708202, + -77.03925837971092, + -11.903724111103005 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.04458661342656, + -11.903724111103005 + ] + ] + ], + "type": "Polygon" + }, + "id": "2105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91413850021601, + -12.11317997727787, + -76.90448954354729, + -12.102796591911595 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.90982119940789, + -12.102796591911595 + ] + ] + ], + "type": "Polygon" + }, + "id": "2106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02612132364588, + -12.053457320895593, + -77.01647124531827, + -12.043070248279182 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.02180180190177, + -12.043070248279182 + ] + ] + ], + "type": "Polygon" + }, + "id": "2107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89887225105542, + -11.797105644892012, + -76.88923311568439, + -11.786718019377508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.89836539539176, + -11.794958439111216 + ], + [ + -76.89354574132352, + -11.797105644892012 + ], + [ + -76.88923311568439, + -11.794059004580301 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.89455957871755, + -11.786718019377508 + ] + ] + ], + "type": "Polygon" + }, + "id": "2108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91942480250418, + -11.822726310216474, + -76.90978436442991, + -11.812338525068014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.90978436442991, + -11.819679712150144 + ], + [ + -76.91029109935485, + -11.814485873145482 + ], + [ + -76.91511123211038, + -11.812338525068014 + ] + ] + ], + "type": "Polygon" + }, + "id": "2109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68407723269871, + -12.294644582013857, + -76.6744290494864, + -12.284269950837695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.67976380980957, + -12.284269950837695 + ] + ] + ], + "type": "Polygon" + }, + "id": "2110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00787366321075, + -12.146030512429801, + -76.99822129095537, + -12.1356453236886 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -77.00355339485478, + -12.1356453236886 + ] + ] + ], + "type": "Polygon" + }, + "id": "2111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74431706867408, + -12.104183797707675, + -76.73467292083905, + -12.093804543645854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.74000452535034, + -12.093804543645854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69484737735192, + -12.091393053527673, + -76.68520496484403, + -12.081014861789624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69433721726476, + -12.089253946163975 + ], + [ + -76.68951592342763, + -12.091393053527673 + ], + [ + -76.68520496484403, + -12.088343034124126 + ], + [ + -76.68571525039958, + -12.08315399310933 + ], + [ + -76.69053636907988, + -12.081014861789624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.986371109652, + -11.703437854852027, + -76.97673247993028, + -11.693046818604067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.97673247993028, + -11.700392498858923 + ], + [ + -76.97723809289131, + -11.695197033950969 + ], + [ + -76.98205732187763, + -11.693046818604067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06858569473538, + -11.71148435626483, + -77.05894472175923, + -11.70109141459292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.06426959743733, + -11.70109141459292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843440104282, + -12.297321611963472, + -76.85878115198032, + -12.286942351128726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.86843440104282, + -12.289991697270631 + ], + [ + -76.8679263354852, + -12.2951813811794 + ], + [ + -76.86309962414722, + -12.297321611963472 + ], + [ + -76.85878115198032, + -12.2942721821268 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.86411588159798, + -12.286942351128726 + ] + ] + ], + "type": "Polygon" + }, + "id": "2116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89510641006535, + -12.26066863998283, + -76.88545355084122, + -12.250288100886253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.89078765540475, + -12.250288100886253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.000829280424, + -11.696986883750656, + -76.99119046981865, + -11.686595408677272 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99651519001146, + -11.686595408677272 + ], + [ + -77.000829280424, + -11.689640514713018 + ], + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.99169587050562, + -11.688746005922312 + ], + [ + -76.99651519001146, + -11.686595408677272 + ] + ] + ], + "type": "Polygon" + }, + "id": "2118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16831420172963, + -11.681862957191065, + -77.15867161012272, + -11.671467222468243 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.1639958503303, + -11.671467222468243 + ] + ] + ], + "type": "Polygon" + }, + "id": "2119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16156659236434, + -11.799249767562564, + -77.15192067455077, + -11.78885574547587 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.1572468548841, + -11.78885574547587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89204615814474, + -12.103130523032327, + -76.88239808261953, + -12.092747531637187 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.88772959069193, + -12.092747531637187 + ] + ] + ], + "type": "Polygon" + }, + "id": "2121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13104150196574, + -11.733319629722375, + -77.12139830696616, + -11.72292546114287 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.12672345198874, + -11.72292546114287 + ] + ] + ], + "type": "Polygon" + }, + "id": "2122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75881530624531, + -12.003431896253494, + -76.74917376890224, + -11.993050735605452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.7545037077983, + -11.993050735605452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0281850559783, + -11.605242937396886, + -77.0185482717063, + -11.59484962992145 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0238714531498, + -11.59484962992145 + ], + [ + -77.0281850559783, + -11.597893982987957 + ], + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.0185482717063, + -11.602198496415708 + ], + [ + -77.01905314662142, + -11.597001895691578 + ], + [ + -77.0238714531498, + -11.59484962992145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84558218935301, + -12.153557403914888, + -76.835933840802, + -12.14317636828401 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.8412662129959, + -12.14317636828401 + ] + ] + ], + "type": "Polygon" + }, + "id": "2125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94682826292892, + -11.825423114675878, + -76.93718702839372, + -11.815034687879795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.94251391585551, + -11.815034687879795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73827767542208, + -11.977805890698429, + -76.72863746048867, + -11.967424870267756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.73396698338789, + -11.967424870267756 + ] + ] + ], + "type": "Polygon" + }, + "id": "2127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01238364742039, + -12.00491521119258, + -77.0027353689695, + -11.994527744560664 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -77.00806514215577, + -11.994527744560664 + ] + ] + ], + "type": "Polygon" + }, + "id": "2128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79382249262459, + -12.02263217851665, + -76.78417943633144, + -12.012250420302822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78950967777232, + -12.012250420302822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92094453758783, + -11.807144569482688, + -76.91130452359106, + -11.796756532720215 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.91130452359106, + -11.804098069159947 + ], + [ + -76.91181121290352, + -11.798904104351218 + ], + [ + -76.91663113363639, + -11.796756532720215 + ] + ] + ], + "type": "Polygon" + }, + "id": "2130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386238413314, + -12.249704948597161, + -76.85421067882058, + -12.23932501028249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.85954462550643, + -12.23932501028249 + ] + ] + ], + "type": "Polygon" + }, + "id": "2131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8295956785579, + -12.08121596992819, + -76.81994991515239, + -12.070834203522192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.82528110394153, + -12.070834203522192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9316161054058, + -11.886850153184348, + -76.92197343849354, + -11.876462962061842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.92730135072186, + -11.876462962061842 + ] + ] + ], + "type": "Polygon" + }, + "id": "2133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7351051815953, + -12.29189101389378, + -76.72545568108411, + -12.28151503195933 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.73079038620969, + -12.28151503195933 + ] + ] + ], + "type": "Polygon" + }, + "id": "2134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71687068901275, + -12.195764728973527, + -76.70722455755994, + -12.1853876284513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.71255767999322, + -12.1853876284513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89891774311847, + -12.26890784868489, + -76.88926453734341, + -12.25852735097024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.8945987748773, + -12.25852735097024 + ] + ] + ], + "type": "Polygon" + }, + "id": "2136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90804007159929, + -12.081125167786269, + -76.89839223145091, + -12.070741436975059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.90372336396166, + -12.070741436975059 + ] + ] + ], + "type": "Polygon" + }, + "id": "2137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99857450076519, + -11.767573142966775, + -76.98893364784483, + -11.757182654247396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.99425953085358, + -11.757182654247396 + ] + ] + ], + "type": "Polygon" + }, + "id": "2138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08481285424915, + -12.067093608107935, + -77.07516087630223, + -12.056705309413923 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.08049158115347, + -12.056705309413923 + ] + ] + ], + "type": "Polygon" + }, + "id": "2139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85473022301075, + -11.965766556600618, + -76.84508723182428, + -11.955382420595976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.850416502772, + -11.955382420595976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73596615030273, + -12.048327537696743, + -76.72632389598853, + -12.037947634988246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.73165458182243, + -12.037947634988246 + ] + ] + ], + "type": "Polygon" + }, + "id": "2141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03062239282308, + -11.91231927041771, + -77.02097640683856, + -11.9019300031838 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.0263046337898, + -11.9019300031838 + ] + ] + ], + "type": "Polygon" + }, + "id": "2142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02837233877555, + -11.982891684302642, + -77.01872430703853, + -11.97250349864281 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.02405369855968, + -11.97250349864281 + ] + ] + ], + "type": "Polygon" + }, + "id": "2143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87833397773716, + -12.054596782924476, + -76.8686877121677, + -12.044213386414873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.8740184304916, + -12.044213386414873 + ] + ] + ], + "type": "Polygon" + }, + "id": "2144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84102378700604, + -12.011588029701823, + -76.83137979488403, + -12.001204917343182 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.83670982932364, + -12.001204917343182 + ] + ] + ], + "type": "Polygon" + }, + "id": "2145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14185136406425, + -11.907482936251654, + -77.13220271298448, + -11.897090896219575 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.13753070509698, + -11.897090896219575 + ] + ] + ], + "type": "Polygon" + }, + "id": "2146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05967305215628, + -12.088218261608645, + -77.05002108102497, + -12.077830900368845 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.05535216806301, + -12.077830900368845 + ] + ] + ], + "type": "Polygon" + }, + "id": "2147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97349188142626, + -11.883106806513515, + -76.96384823625911, + -11.872718527099877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96917604658323, + -11.872718527099877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78767069777903, + -12.273561326709368, + -76.77802031874347, + -12.2631837032406 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.78335470236354, + -12.2631837032406 + ] + ] + ], + "type": "Polygon" + }, + "id": "2149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11657675187364, + -11.73977751820017, + -77.1069337268433, + -11.729383784194958 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.11225899985065, + -11.729383784194958 + ] + ] + ], + "type": "Polygon" + }, + "id": "2150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8021273729819, + -12.361451078659353, + -76.79247397821192, + -12.351074577047546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.8021273729819, + -12.354124839295505 + ], + [ + -76.80161828073636, + -12.359313143982424 + ], + [ + -76.79679149617004, + -12.361451078659353 + ], + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.79780980678092, + -12.351074577047546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0474949171835, + -12.11847879625927, + -77.0378423530206, + -12.108092202518687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.04698963881593, + -12.116332389986155 + ], + [ + -77.04216327094528, + -12.11847879625927 + ], + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.04317395458872, + -12.108092202518687 + ] + ] + ], + "type": "Polygon" + }, + "id": "2152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03888100876529, + -11.684974956587428, + -77.02924158009313, + -11.674582395069063 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.02924158009313, + -11.681930163968163 + ], + [ + -77.02974642952611, + -11.676733936083627 + ], + [ + -77.03456605826747, + -11.674582395069063 + ] + ] + ], + "type": "Polygon" + }, + "id": "2153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88671460318778, + -12.110464977367622, + -76.87706644953575, + -12.100082233329008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.88239808261953, + -12.100082233329008 + ] + ] + ], + "type": "Polygon" + }, + "id": "2154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94766917821406, + -12.147947827685208, + -76.93801830706451, + -12.137564156005995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.94335050600151, + -12.137564156005995 + ] + ] + ], + "type": "Polygon" + }, + "id": "2155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79457481144608, + -12.06201586232042, + -76.78493056047319, + -12.05163468333046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.7902614507399, + -12.05163468333046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64832863576689, + -12.236060623577194, + -76.63868319165398, + -12.22568593721308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.64401698619012, + -12.22568593721308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14018144596308, + -11.734210904156347, + -77.13053799622496, + -11.723816526892982 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.1358631417367, + -11.723816526892982 + ] + ] + ], + "type": "Polygon" + }, + "id": "2158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97274827193596, + -11.938092332627663, + -76.96310300777083, + -11.927704859066576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.9684317239585, + -11.927704859066576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04362792556755, + -12.015853539203038, + -77.03397852134009, + -12.005465470206941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.0393084368514, + -12.005465470206941 + ] + ] + ], + "type": "Polygon" + }, + "id": "2160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03991414526953, + -12.196372231107183, + -77.03025944929288, + -12.185987058997313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03559234479997, + -12.185987058997313 + ], + [ + -77.03991414526953, + -12.189034328520433 + ], + [ + -77.03940863882048, + -12.194226966996494 + ], + [ + -77.03458120496245, + -12.196372231107183 + ], + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.03559234479997, + -12.185987058997313 + ] + ] + ], + "type": "Polygon" + }, + "id": "2161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80825264358509, + -12.204873091827011, + -76.79860376181625, + -12.194493819441949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.80393700180075, + -12.194493819441949 + ] + ] + ], + "type": "Polygon" + }, + "id": "2162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03375009148206, + -12.069937876962484, + -77.02409932639446, + -12.059550868918453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02943014522748, + -12.059550868918453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80293825689076, + -12.117876472767813, + -76.7932921144965, + -12.107495947878913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.79862392189563, + -12.107495947878913 + ] + ] + ], + "type": "Polygon" + }, + "id": "2164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03076508267193, + -12.195469954693953, + -77.0211106474317, + -12.185084992413952 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.0264435394168, + -12.185084992413952 + ] + ] + ], + "type": "Polygon" + }, + "id": "2165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88975295063244, + -11.984956897941842, + -76.88010845980713, + -11.974572169710632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.88543802214924, + -11.974572169710632 + ] + ] + ], + "type": "Polygon" + }, + "id": "2166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70087080733136, + -12.217743197807279, + -76.69122445858574, + -12.207366863109334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.69655794676795, + -12.207366863109334 + ] + ] + ], + "type": "Polygon" + }, + "id": "2167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83795820816584, + -12.23140904420509, + -76.8283077387022, + -12.221029455780002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.83364140013845, + -12.221029455780002 + ] + ] + ], + "type": "Polygon" + }, + "id": "2168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148027085969, + -12.07750614042949, + -76.86183350341788, + -12.06712326632997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.86716460427898, + -12.06712326632997 + ] + ] + ], + "type": "Polygon" + }, + "id": "2169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386462719678, + -12.061026661948508, + -76.8542185532228, + -12.05064372555137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.85954938772538, + -12.05064372555137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16680544944579, + -11.697456262934514, + -77.15716243133036, + -11.687060765370623 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.16248693017911, + -11.687060765370623 + ] + ] + ], + "type": "Polygon" + }, + "id": "2171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76324451256355, + -12.428286686660119, + -76.75359016968532, + -12.417912334966942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75892711963289, + -12.417912334966942 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.75359016968532, + -12.425235673318957 + ], + [ + -76.75410003560083, + -12.420048551564555 + ], + [ + -76.75892711963289, + -12.417912334966942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10534338633266, + -11.998314447994805, + -77.09569294211099, + -11.987924613859123 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.10102248476078, + -11.987924613859123 + ] + ] + ], + "type": "Polygon" + }, + "id": "2173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10764746054599, + -12.022139483323777, + -77.09799624795995, + -12.011749948878467 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.10332617958156, + -12.011749948878467 + ] + ] + ], + "type": "Polygon" + }, + "id": "2174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72910655120084, + -12.071226901188368, + -76.71946380117492, + -12.060847523672193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.72479486632153, + -12.060847523672193 + ] + ] + ], + "type": "Polygon" + }, + "id": "2175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8440576676978, + -12.169128599525175, + -76.83440889501145, + -12.158747850248881 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.8397415250193, + -12.158747850248881 + ] + ] + ], + "type": "Polygon" + }, + "id": "2176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66297626055415, + -11.946728647580292, + -76.65333904036466, + -11.936349092601361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65866806248707, + -11.936349092601361 + ], + [ + -76.66297626055415, + -11.939398535955059 + ], + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.65333904036466, + -11.943679117364523 + ], + [ + -76.65384954004968, + -11.938489395071057 + ], + [ + -76.65866806248707, + -11.936349092601361 + ] + ] + ], + "type": "Polygon" + }, + "id": "2177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71149193904543, + -12.297388293842522, + -76.70184292009395, + -12.28701300690067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.70717772156361, + -12.28701300690067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73051538206535, + -12.338580442786016, + -76.72086461175567, + -12.328205368034782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.72620008938016, + -12.328205368034782 + ] + ] + ], + "type": "Polygon" + }, + "id": "2179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538848632095, + -11.95109365200476, + -76.8557456493812, + -11.9407090343391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.861074671564, + -11.9407090343391 + ], + [ + -76.86538848632095, + -11.943756709425324 + ], + [ + -76.86488092202451, + -11.948949072073836 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.85625333972128, + -11.942853635802962 + ], + [ + -76.861074671564, + -11.9407090343391 + ] + ] + ], + "type": "Polygon" + }, + "id": "2180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82960679339173, + -11.986868625171644, + -76.81996384300936, + -11.97648543098113 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.82529347686265, + -11.97648543098113 + ] + ] + ], + "type": "Polygon" + }, + "id": "2181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68196900040518, + -11.9879249055821, + -76.6723300277152, + -11.977545471270679 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.68145882465225, + -11.985784744311774 + ], + [ + -76.67663925071459, + -11.9879249055821 + ], + [ + -76.6723300277152, + -11.98487531821092 + ], + [ + -76.67284032880437, + -11.979685656087193 + ], + [ + -76.67765972756622, + -11.977545471270679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71603927760988, + -12.344989602599389, + -76.70638871167681, + -12.33461500699363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.7117242986224, + -12.33461500699363 + ] + ] + ], + "type": "Polygon" + }, + "id": "2183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745280066188, + -12.14070590542753, + -76.86487927280609, + -12.130323940735577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.87021141356865, + -12.130323940735577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04801597402043, + -11.68586815104978, + -77.03837628585781, + -11.675475378178257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.04370076729843, + -11.675475378178257 + ] + ] + ], + "type": "Polygon" + }, + "id": "2185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91489229370974, + -12.058213352854228, + -76.90524495702014, + -12.047829100055045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.91057570616259, + -12.047829100055045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82044452169522, + -12.17464341178082, + -76.81079621534896, + -12.16426334476952 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.81612895011119, + -12.16426334476952 + ] + ] + ], + "type": "Polygon" + }, + "id": "2187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02759100674803, + -11.94348602614313, + -77.0179441695731, + -11.93309728258581 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.02327291322365, + -11.93309728258581 + ] + ] + ], + "type": "Polygon" + }, + "id": "2188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97504093332331, + -11.961913578726906, + -76.96539489982587, + -11.951526395709662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.97072400587025, + -11.951526395709662 + ] + ] + ], + "type": "Polygon" + }, + "id": "2189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95302619798724, + -12.234964393985123, + -76.94337258932624, + -12.224581990532373 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.94870621851022, + -12.224581990532373 + ] + ] + ], + "type": "Polygon" + }, + "id": "2190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97271764191919, + -11.843700865821859, + -76.96307519047902, + -11.833312052869534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.9684023531763, + -11.833312052869534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00238426682263, + -11.775813935274185, + -76.99274307053071, + -11.765423463774587 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.99806908480123, + -11.765423463774587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77700171030706, + -12.288215569302208, + -76.76735118166643, + -12.27783846081577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.77268581181502, + -12.27783846081577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10757745706005, + -11.927731934546904, + -77.09792906063004, + -11.917341013818191 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.10325743807408, + -11.917341013818191 + ] + ] + ], + "type": "Polygon" + }, + "id": "2194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84178197650112, + -12.05097597759009, + -76.83213678967712, + -12.040593441375075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.83746747277472, + -12.040593441375075 + ] + ] + ], + "type": "Polygon" + }, + "id": "2195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7344375432509, + -12.063897045723376, + -76.72479486632153, + -12.05351741992955 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.73012580925446, + -12.05351741992955 + ] + ] + ], + "type": "Polygon" + }, + "id": "2196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02446760468924, + -11.785846275612808, + -77.0148255428419, + -11.775455398221482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.0201516965644, + -11.775455398221482 + ] + ] + ], + "type": "Polygon" + }, + "id": "2197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04425686704886, + -11.772049773315908, + -77.03461471023155, + -11.761658226249132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.03994061290051, + -11.761658226249132 + ] + ] + ], + "type": "Polygon" + }, + "id": "2198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9659583953593, + -12.1497556339436, + -76.95630699465099, + -12.139371538022703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.96163920537246, + -12.139371538022703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0099630782277, + -11.697881423475149, + -77.00032400612132, + -11.687489736054188 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00564873072685, + -11.687489736054188 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -77.000829280424, + -11.689640514713018 + ], + [ + -77.00564873072685, + -11.687489736054188 + ] + ] + ], + "type": "Polygon" + }, + "id": "2200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76861032410251, + -12.32667152308992, + -76.75895887354777, + -12.31629527612191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.76429414218882, + -12.31629527612191 + ] + ] + ], + "type": "Polygon" + }, + "id": "2201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.819744684087, + -11.757842252924963, + -76.81010881870328, + -11.747456074918473 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81543468786136, + -11.747456074918473 + ], + [ + -76.819744684087, + -11.750503100782211 + ], + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81010881870328, + -11.754795139446493 + ], + [ + -76.81061684192653, + -11.749602104743088 + ], + [ + -76.81543468786136, + -11.747456074918473 + ] + ] + ], + "type": "Polygon" + }, + "id": "2202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94006673186296, + -12.225819267950595, + -76.93041373411165, + -12.215437036513707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.93574722477372, + -12.215437036513707 + ] + ] + ], + "type": "Polygon" + }, + "id": "2203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97969267714785, + -12.198290345947262, + -76.97003947164114, + -12.18790668646148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.97537246858299, + -12.18790668646148 + ] + ] + ], + "type": "Polygon" + }, + "id": "2204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73820215378392, + -12.166455348944075, + -76.72855631438362, + -12.156077233492308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.73388894791663, + -12.156077233492308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74968302632684, + -12.002524345768986, + -76.74004176411363, + -11.992143403226878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.74537169101878, + -11.992143403226878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94302018626541, + -11.8171825851891, + -76.93337929634906, + -11.806794139162196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.93870605180817, + -11.806794139162196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03057488501967, + -11.817913930100227, + -77.02093171216825, + -11.807523340157617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.02625838592137, + -11.807523340157617 + ] + ] + ], + "type": "Polygon" + }, + "id": "2208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94235872125175, + -12.249631661583113, + -76.93270495249244, + -12.239249763635776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.94235872125175, + -12.24229819616683 + ], + [ + -76.94185176435842, + -12.247489198174955 + ], + [ + -76.93702479357765, + -12.249631661583113 + ], + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.93803883395766, + -12.239249763635776 + ] + ] + ], + "type": "Polygon" + }, + "id": "2209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90880679778297, + -12.120514979603445, + -76.89915776227966, + -12.11013184168028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.90448954354729, + -12.11013184168028 + ] + ] + ], + "type": "Polygon" + }, + "id": "2210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71450843421813, + -12.360551113338362, + -76.70485744512067, + -12.350176823953854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.7101932895376, + -12.350176823953854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77860761608815, + -11.9896737478953, + -76.76896595285734, + -11.979291880995676 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.77429565769137, + -11.979291880995676 + ] + ] + ], + "type": "Polygon" + }, + "id": "2212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11679464586881, + -12.02303641279374, + -77.10714317686062, + -12.012646670004308 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.11679464586881, + -12.01569240955975 + ], + [ + -77.11629048928141, + -12.020887333004076 + ], + [ + -77.11146466939687, + -12.02303641279374 + ], + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.11247310967897, + -12.012646670004308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07021672034729, + -11.884736432563297, + -77.06057054800715, + -11.87434580601751 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.06589827038675, + -11.87434580601751 + ] + ] + ], + "type": "Polygon" + }, + "id": "2214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68714069663562, + -12.263520088650578, + -76.67749335868811, + -12.253144859008623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.68282760460235, + -12.253144859008623 + ] + ] + ], + "type": "Polygon" + }, + "id": "2215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96592972691283, + -12.05539015859817, + -76.95628114251029, + -12.045004597289626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.96161179770283, + -12.045004597289626 + ] + ] + ], + "type": "Polygon" + }, + "id": "2216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10053252401718, + -11.667389558595428, + -77.09089205576919, + -11.65699527274038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.09621616281244, + -11.65699527274038 + ] + ] + ], + "type": "Polygon" + }, + "id": "2217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97116973543633, + -11.764884061241343, + -76.96152967057434, + -11.75449421054445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.96685553848423, + -11.75449421054445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9606261387944, + -12.157091650722055, + -76.95097465758434, + -12.146707803064285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.95630699465099, + -12.146707803064285 + ] + ] + ], + "type": "Polygon" + }, + "id": "2219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83185655118956, + -12.293682437388698, + -76.82220438457104, + -12.283304034495115 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.8275390777118, + -12.283304034495115 + ] + ] + ], + "type": "Polygon" + }, + "id": "2220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7488671513803, + -12.151798628464446, + -76.73922145900409, + -12.141420008193382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.74455384755785, + -12.141420008193382 + ] + ] + ], + "type": "Polygon" + }, + "id": "2221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74428106581054, + -12.198500044316127, + -76.7346341042661, + -12.188122289614752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.73996726485633, + -12.188122289614752 + ] + ] + ], + "type": "Polygon" + }, + "id": "2222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13342330360237, + -11.851583067546285, + -77.12377652818405, + -11.841190443167735 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.12910361385393, + -11.841190443167735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8935759064582, + -12.181903521836418, + -76.88392543966945, + -12.171521737098573 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88925824567524, + -12.171521737098573 + ] + ] + ], + "type": "Polygon" + }, + "id": "2224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88672015106931, + -12.20480833789744, + -76.87706918135568, + -12.194427093735452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.88240237054319, + -12.194427093735452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68566215745008, + -12.184788259890938, + -76.67601721104135, + -12.174411780234585 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.68135015729821, + -12.174411780234585 + ] + ] + ], + "type": "Polygon" + }, + "id": "2226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03228189154099, + -12.179892439315593, + -77.02262788260698, + -12.169507189631384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.03228189154099, + -12.172554455729308 + ], + [ + -77.03177630379538, + -12.177747133058633 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.02796051581542, + -12.169507189631384 + ] + ] + ], + "type": "Polygon" + }, + "id": "2227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98792251751009, + -11.782262146567032, + -76.97828150205932, + -11.771872117315686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.98360763821756, + -11.771872117315686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07542318148143, + -11.68854619246984, + -77.06578271770844, + -11.678152787047706 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.07110720729678, + -11.678152787047706 + ] + ] + ], + "type": "Polygon" + }, + "id": "2229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05120368798327, + -11.937938667104248, + -77.04155641339915, + -11.927549265534882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.04688503632414, + -11.927549265534882 + ] + ] + ], + "type": "Polygon" + }, + "id": "2230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97584729509968, + -12.095688256807643, + -76.96619725148645, + -12.085303069677245 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.97152856062648, + -12.085303069677245 + ] + ] + ], + "type": "Polygon" + }, + "id": "2231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69785848445808, + -12.1545703929778, + -76.68821410420628, + -12.144193117241377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69354655022664, + -12.144193117241377 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.68821410420628, + -12.151520077430236 + ], + [ + -76.68872444769332, + -12.146331494340012 + ], + [ + -76.69354655022664, + -12.144193117241377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14121562032312, + -12.056895617241048, + -77.13156253060284, + -12.046505795068605 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13689298352031, + -12.046505795068605 + ], + [ + -77.14121562032312, + -12.049551466874641 + ], + [ + -77.14071175422416, + -12.05474642981557 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.13689298352031, + -12.046505795068605 + ] + ] + ], + "type": "Polygon" + }, + "id": "2233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71381034820762, + -12.226894862568093, + -76.70416337116535, + -12.216518346717036 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70949700809119, + -12.216518346717036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7230319231428, + -12.03917918720268, + -76.71339029482377, + -12.028799474567464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.71872083302344, + -12.028799474567464 + ] + ] + ], + "type": "Polygon" + }, + "id": "2235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12182784158261, + -11.637986818614033, + -77.11218771312444, + -11.627591645554533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11751130599826, + -11.627591645554533 + ], + [ + -77.12182784158261, + -11.630635361394946 + ], + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.11269132691153, + -11.629745481250453 + ], + [ + -77.11751130599826, + -11.627591645554533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90044043616221, + -12.253337028078025, + -76.89078765540475, + -12.242956234652333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.89612163469324, + -12.242956234652333 + ] + ] + ], + "type": "Polygon" + }, + "id": "2237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71612776842203, + -12.156393896490284, + -76.70648283245654, + -12.1460161830675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.71181530532915, + -12.1460161830675 + ] + ] + ], + "type": "Polygon" + }, + "id": "2238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74051405753309, + -12.095944585157838, + -76.73087025906067, + -12.085565299549781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.73620172879208, + -12.085565299549781 + ] + ] + ], + "type": "Polygon" + }, + "id": "2239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99868906279676, + -12.050755800273024, + -76.9890397695912, + -12.040369360510699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.9943703135415, + -12.040369360510699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83643299997316, + -12.246978059362654, + -76.82678210625619, + -12.236598765007308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.83211602559267, + -12.236598765007308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76555306636861, + -12.357799046307305, + -76.75590076835888, + -12.347423408867066 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.7612365524292, + -12.347423408867066 + ] + ] + ], + "type": "Polygon" + }, + "id": "2242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01225712202827, + -11.721709546744504, + -77.00261728207884, + -11.711318113956354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -77.00794239567594, + -11.711318113956354 + ] + ] + ], + "type": "Polygon" + }, + "id": "2243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75868814051387, + -12.380686428588334, + -76.74903534456271, + -12.370311360626745 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.75437150934191, + -12.370311360626745 + ] + ] + ], + "type": "Polygon" + }, + "id": "2244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97277891982652, + -12.032473113499318, + -76.96313084129498, + -12.022087035464107 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.96846111187938, + -12.022087035464107 + ] + ] + ], + "type": "Polygon" + }, + "id": "2245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538781002992, + -12.045452188356483, + -76.85574216013168, + -12.035068976403391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.86107273689433, + -12.035068976403391 + ] + ] + ], + "type": "Polygon" + }, + "id": "2246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11592973908499, + -11.889212388281651, + -77.10628228068582, + -11.878820715103412 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.11161001193271, + -11.878820715103412 + ] + ] + ], + "type": "Polygon" + }, + "id": "2247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74118606818215, + -12.323931602167109, + -76.73153544456383, + -12.313556006036755 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.73687067721839, + -12.313556006036755 + ] + ] + ], + "type": "Polygon" + }, + "id": "2248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11578499865091, + -11.700354571386391, + -77.10614316653567, + -11.689960340517066 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.11146779290176, + -11.689960340517066 + ] + ] + ], + "type": "Polygon" + }, + "id": "2249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78849220292379, + -12.029964916078036, + -76.77884907166536, + -12.019583403136162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.78417943633144, + -12.019583403136162 + ] + ] + ], + "type": "Polygon" + }, + "id": "2250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04132919752959, + -11.992030874072867, + -77.03168056224546, + -11.98164250639567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.0370100883011, + -11.98164250639567 + ] + ] + ], + "type": "Polygon" + }, + "id": "2251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99169587050562, + -11.696092087209871, + -76.98205732187763, + -11.68570082473526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9873820373827, + -11.68570082473526 + ], + [ + -76.99169587050562, + -11.688746005922312 + ], + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.982562848912, + -11.687851240552765 + ], + [ + -76.9873820373827, + -11.68570082473526 + ] + ] + ], + "type": "Polygon" + }, + "id": "2252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78999572838549, + -12.10872886835329, + -76.78035020739046, + -12.098348527318377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.78568186995076, + -12.098348527318377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75036133853578, + -12.230544030520392, + -76.7407132548037, + -12.22016664304371 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.74604694243342, + -12.22016664304371 + ] + ] + ], + "type": "Polygon" + }, + "id": "2254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78000616027552, + -12.445677675553496, + -76.77035084344742, + -12.435303205698299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7756880742814, + -12.435303205698299 + ], + [ + -76.78000616027552, + -12.43835405438097 + ], + [ + -76.77949662661212, + -12.443541343262394 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.7756880742814, + -12.435303205698299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97810910958461, + -12.025134151278982, + -76.96846111187938, + -12.014747831112652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.97379125600268, + -12.014747831112652 + ] + ] + ], + "type": "Polygon" + }, + "id": "2256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01455152454933, + -11.74553726552728, + -77.0049109166655, + -11.735146090942242 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.01023641929363, + -11.735146090942242 + ] + ] + ], + "type": "Polygon" + }, + "id": "2257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919538432309, + -12.053691978409363, + -76.85954938772538, + -12.043308796598057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.86488009765586, + -12.043308796598057 + ] + ] + ], + "type": "Polygon" + }, + "id": "2258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72832174077452, + -12.126170881656599, + -76.71867737315155, + -12.115792378958268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.72400934465152, + -12.115792378958268 + ] + ] + ], + "type": "Polygon" + }, + "id": "2259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96816402544164, + -11.890448414333168, + -76.95852029966572, + -11.88006037037884 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.96384823625911, + -11.88006037037884 + ] + ] + ], + "type": "Polygon" + }, + "id": "2260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84787160826832, + -12.083028723681272, + -76.83822530316174, + -12.072646526180238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.84355651085302, + -12.072646526180238 + ] + ] + ], + "type": "Polygon" + }, + "id": "2261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76858138816529, + -12.42096326514832, + -76.75892711963289, + -12.410588648881484 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.75892711963289, + -12.417912334966942 + ], + [ + -76.75943689960508, + -12.41272508089645 + ], + [ + -76.7642639464955, + -12.410588648881484 + ] + ] + ], + "type": "Polygon" + }, + "id": "2262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79074776939343, + -12.148108015134563, + -76.78110105309086, + -12.137728274673067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.78643336483256, + -12.137728274673067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02607510866953, + -11.959068811384752, + -77.01642784586336, + -11.948680331988953 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.02175684788978, + -11.948680331988953 + ] + ] + ], + "type": "Polygon" + }, + "id": "2264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6445280609105, + -12.22782216227807, + -76.63488296840235, + -12.217447438550456 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64021662684411, + -12.217447438550456 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63539416849386, + -12.219583688777156 + ], + [ + -76.64021662684411, + -12.217447438550456 + ] + ] + ], + "type": "Polygon" + }, + "id": "2266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76783148351102, + -12.381600466724572, + -76.75817841225637, + -12.371225182243537 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.76351458878291, + -12.371225182243537 + ] + ] + ], + "type": "Polygon" + }, + "id": "2267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05188048463243, + -11.78853165079767, + -77.04223764299552, + -11.778140139939461 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.04756380700019, + -11.778140139939461 + ] + ] + ], + "type": "Polygon" + }, + "id": "2268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94762252999632, + -11.959212143769555, + -76.93797728920273, + -11.94882559870642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.94330637800003, + -11.94882559870642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76714047977974, + -12.15361887937787, + -76.75749423702597, + -12.143239824150506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.7628266493577, + -12.143239824150506 + ] + ] + ], + "type": "Polygon" + }, + "id": "2270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15934469968751, + -11.869851523508766, + -77.1496967344261, + -11.859458529463343 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15934469968751, + -11.86250312602307 + ], + [ + -77.15884137941777, + -11.867699674936244 + ], + [ + -77.15401731170752, + -11.869851523508766 + ], + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.15502407940164, + -11.859458529463343 + ] + ] + ], + "type": "Polygon" + }, + "id": "2271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83949974377911, + -12.02716235781513, + -76.8298553279456, + -12.016779517882085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.83518561995024, + -12.016779517882085 + ] + ] + ], + "type": "Polygon" + }, + "id": "2272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1167219721556, + -11.928627252198467, + -77.1070733194493, + -11.918236122801598 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.1124016980915, + -11.918236122801598 + ] + ] + ], + "type": "Polygon" + }, + "id": "2273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08679596979961, + -11.618833061892166, + -77.07715729183873, + -11.608438496732772 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.08248062074712, + -11.608438496732772 + ] + ] + ], + "type": "Polygon" + }, + "id": "2275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74420899701688, + -12.387095783618442, + -76.73455640312537, + -12.376721195387494 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73989267859994, + -12.376721195387494 + ] + ] + ], + "type": "Polygon" + }, + "id": "2276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84253300876786, + -12.184699363674142, + -76.83288381192257, + -12.174318902295974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.83821669976166, + -12.174318902295974 + ] + ] + ], + "type": "Polygon" + }, + "id": "2277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72460262009393, + -11.92927617338298, + -76.7149642245443, + -11.918894790178685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.72029295134476, + -11.918894790178685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78698941907854, + -11.951193666201778, + -76.77734867638615, + -11.940811020359686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.7826777437823, + -11.940811020359686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8418046440954, + -11.767884279362917, + -76.83216789041596, + -11.757497682812891 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.8374939123082, + -11.757497682812891 + ] + ] + ], + "type": "Polygon" + }, + "id": "2280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78471244170701, + -11.927379865227344, + -76.77507247002917, + -11.91699693062923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78040114615784, + -11.91699693062923 + ], + [ + -76.78471244170701, + -11.920045198077144 + ], + [ + -76.78420379009265, + -11.925236719757814 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77558124734584, + -11.919140098309013 + ], + [ + -76.78040114615784, + -11.91699693062923 + ] + ] + ], + "type": "Polygon" + }, + "id": "2281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73212460213598, + -12.134409965511335, + -76.72247988483625, + -12.124031495784568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.72781199129439, + -12.124031495784568 + ] + ] + ], + "type": "Polygon" + }, + "id": "2282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7663913754581, + -12.114241886685738, + -76.7567463279987, + -12.103862229350304 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.76207809106621, + -12.103862229350304 + ] + ] + ], + "type": "Polygon" + }, + "id": "2283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01246812080684, + -12.193664593398912, + -77.00281420847591, + -12.183280051531607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -77.00814709258785, + -12.183280051531607 + ] + ] + ], + "type": "Polygon" + }, + "id": "2284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76180801876903, + -12.16094800097688, + -76.75216170183803, + -12.150569197703003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.75749423702597, + -12.150569197703003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03218585640361, + -11.991132161756106, + -77.02253748145219, + -11.980744004578208 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.02786700403321, + -11.980744004578208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10988121380956, + -11.95155879386182, + -77.10023204937157, + -11.941168162267692 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.10556081560036, + -11.941168162267692 + ] + ] + ], + "type": "Polygon" + }, + "id": "2287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745260167113, + -12.046356964073654, + -76.86488009765586, + -12.035973537290586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.8702106829263, + -12.035973537290586 + ] + ] + ], + "type": "Polygon" + }, + "id": "2288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9613176393864, + -11.913371087028025, + -76.95167340838161, + -11.902983539175906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.95700172914226, + -11.902983539175906 + ] + ] + ], + "type": "Polygon" + }, + "id": "2289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74435305053997, + -12.009855978222042, + -76.73471171477347, + -11.999475280777443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.74004176411363, + -11.999475280777443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76024860509764, + -12.270826034249822, + -76.75059904973693, + -12.260449060649698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.75593339910711, + -12.260449060649698 + ] + ] + ], + "type": "Polygon" + }, + "id": "2291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09764338019949, + -11.887422793038516, + -77.08799643478945, + -11.87703153775857 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.093324163317, + -11.87703153775857 + ] + ] + ], + "type": "Polygon" + }, + "id": "2292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08777635693696, + -11.941525935595154, + -77.07812804822125, + -11.931135694873761 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.0834566810895, + -11.931135694873761 + ] + ] + ], + "type": "Polygon" + }, + "id": "2293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00168479223994, + -11.925208132155689, + -76.99203916471495, + -11.914819759890397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.99736763765453, + -11.914819759890397 + ] + ] + ], + "type": "Polygon" + }, + "id": "2294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99643137019336, + -12.12131057634371, + -76.98678003025627, + -12.110925280524311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.99211173955172, + -12.110925280524311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82727886575333, + -12.34038276568269, + -76.81762542602088, + -12.330005268124177 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.82727886575333, + -12.333055197896924 + ], + [ + -76.82677015768238, + -12.338244000406647 + ], + [ + -76.8219433507751, + -12.34038276568269 + ], + [ + -76.81762542602088, + -12.33733275236713 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.8229608931213, + -12.330005268124177 + ] + ] + ], + "type": "Polygon" + }, + "id": "2296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95825401052709, + -11.850144703619122, + -76.94861174249945, + -11.839756337251197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.95393902572158, + -11.839756337251197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76711113047062, + -12.247933371287019, + -76.75746207278014, + -12.237555844228279 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.76279604166508, + -12.237555844228279 + ] + ] + ], + "type": "Polygon" + }, + "id": "2298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81509638676043, + -12.276294194634984, + -76.80544518833904, + -12.265915923544517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.81077960372771, + -12.265915923544517 + ] + ] + ], + "type": "Polygon" + }, + "id": "2299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04216327094528, + -12.125818222214791, + -77.0325106237009, + -12.115431873811264 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.04216327094528, + -12.11847879625927 + ], + [ + -77.04165790632007, + -12.123672022928384 + ], + [ + -77.03683149687726, + -12.125818222214791 + ], + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.0378423530206, + -12.115431873811264 + ] + ] + ], + "type": "Polygon" + }, + "id": "2300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8341596188367, + -12.128839085971732, + -76.82451231266047, + -12.118457946683113 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82984428408815, + -12.118457946683113 + ] + ] + ], + "type": "Polygon" + }, + "id": "2301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77241721594459, + -12.334910073486167, + -76.76276541610247, + -12.324533870071624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.76810081936269, + -12.324533870071624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04728524807598, + -11.740874641164686, + -77.03764394192034, + -11.730482604526058 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.04296932827424, + -11.730482604526058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03291966787403, + -11.93614345292047, + -77.02327291322365, + -11.925754472435123 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.02860152952188, + -11.925754472435123 + ] + ] + ], + "type": "Polygon" + }, + "id": "2304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0564221211169, + -11.74176855770142, + -77.04678055582134, + -11.731376310124988 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.0521059451894, + -11.731376310124988 + ] + ] + ], + "type": "Polygon" + }, + "id": "2305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97814133062029, + -12.119505645640912, + -76.9684905169539, + -12.109120772611677 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.97382221630671, + -12.109120772611677 + ] + ] + ], + "type": "Polygon" + }, + "id": "2306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90954928998019, + -11.971184753702772, + -76.89990468844591, + -11.960799329084379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.90523400821306, + -11.960799329084379 + ] + ] + ], + "type": "Polygon" + }, + "id": "2307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79231841159363, + -11.943859395131769, + -76.7826777437823, + -11.933476507730944 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7880066880396, + -11.933476507730944 + ] + ] + ], + "type": "Polygon" + }, + "id": "2308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80523631810999, + -12.047350943274267, + -76.79559221765021, + -12.03696927135577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.80092286111608, + -12.03696927135577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04503986599737, + -11.811464306082415, + -77.03539651585352, + -11.801073274230767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.04072306565945, + -11.801073274230767 + ] + ] + ], + "type": "Polygon" + }, + "id": "2310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95753413226797, + -11.999512312589241, + -76.9478874322068, + -11.98912611716273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.95321717516609, + -11.98912611716273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96664587974449, + -11.906030156083869, + -76.95700172914226, + -11.895642371560216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.9623299237358, + -11.895642371560216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08238504594077, + -11.854459126369987, + -77.07273946747392, + -11.844067778596798 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.07806667515956, + -11.844067778596798 + ] + ] + ], + "type": "Polygon" + }, + "id": "2313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98259633592536, + -11.789606172719443, + -76.97295523945762, + -11.779216373869183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.97828150205932, + -11.779216373869183 + ] + ] + ], + "type": "Polygon" + }, + "id": "2314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13946599519028, + -11.78922480587248, + -77.1298209258034, + -11.7788311801599 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.13514697667443, + -11.7788311801599 + ] + ] + ], + "type": "Polygon" + }, + "id": "2315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82350835269435, + -12.049163988652937, + -76.81386370810054, + -12.038781884086125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.8191943719328, + -12.038781884086125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69321506409345, + -12.295559421778545, + -76.68356660182577, + -12.28518457176467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.68890137613982, + -12.28518457176467 + ] + ] + ], + "type": "Polygon" + }, + "id": "2317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00479815341191, + -12.082815424157651, + -76.99514774660766, + -12.072429324706542 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -77.00047881196632, + -12.072429324706542 + ] + ] + ], + "type": "Polygon" + }, + "id": "2318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73506646913626, + -12.386180903301442, + -76.72541415179316, + -12.37580653220581 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.73075041480712, + -12.37580653220581 + ] + ] + ], + "type": "Polygon" + }, + "id": "2319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05720656541983, + -11.781185289640032, + -77.04756380700019, + -11.77079354966519 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.05288984334906, + -11.77079354966519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94308611856361, + -12.100316472036074, + -76.9334367882691, + -12.089932167285513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.93876820621303, + -12.089932167285513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386798688876, + -11.777925416935378, + -76.8542303476123, + -11.767538403822764 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.85955652064347, + -11.767538403822764 + ] + ] + ], + "type": "Polygon" + }, + "id": "2322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72675132702288, + -12.236046306251065, + -76.71710372258805, + -12.225669610214766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.72243750771351, + -12.225669610214766 + ] + ] + ], + "type": "Polygon" + }, + "id": "2323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99106361171948, + -12.03427535107064, + -76.98141500663817, + -12.02388884935064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.9867452874835, + -12.02388884935064 + ] + ] + ], + "type": "Polygon" + }, + "id": "2324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0929077976325, + -11.650907078298745, + -77.08326801168624, + -11.64051276768978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.08859185881846, + -11.64051276768978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9688787894931, + -11.741058500298614, + -76.95923949306376, + -11.730668388541009 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96456497156137, + -11.730668388541009 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.95923949306376, + -11.73801278326959 + ], + [ + -76.95974540933105, + -11.732817780694003 + ], + [ + -76.96456497156137, + -11.730668388541009 + ] + ] + ], + "type": "Polygon" + }, + "id": "2326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7107036411995, + -12.35231286086453, + -76.70105300262858, + -12.341938527164796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.70638871167681, + -12.341938527164796 + ] + ] + ], + "type": "Polygon" + }, + "id": "2327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66886775488464, + -12.261690917494603, + -76.65922097604651, + -12.251316126334437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.66455519334323, + -12.251316126334437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87224109731923, + -12.02254188356778, + -76.86259594893134, + -12.012158153722808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.86792614336973, + -12.012158153722808 + ] + ] + ], + "type": "Polygon" + }, + "id": "2329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95300129706628, + -12.140612064024397, + -76.94335050600151, + -12.130228144287004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.94868257882793, + -12.130228144287004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04885204441719, + -11.819705186948406, + -77.03920835176574, + -11.809314174991414 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.0445350322822, + -11.809314174991414 + ] + ] + ], + "type": "Polygon" + }, + "id": "2331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94381284661107, + -11.95097186218899, + -76.93416795070505, + -11.940585291064934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93949690740047, + -11.940585291064934 + ] + ] + ], + "type": "Polygon" + }, + "id": "2332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9964689511613, + -12.215673669067037, + -76.98681479331508, + -12.205289877100451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.99214805875167, + -12.205289877100451 + ] + ] + ], + "type": "Polygon" + }, + "id": "2333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72443555051403, + -12.30654081963893, + -76.71478590372767, + -12.296165356267613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.72012085356069, + -12.296165356267613 + ] + ] + ], + "type": "Polygon" + }, + "id": "2334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74193250731007, + -12.36329550867162, + -76.7322806869038, + -12.352920566691365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.73761656973008, + -12.352920566691365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15615623645894, + -11.712159052125154, + -77.14651304519876, + -11.7017640013437 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.15183780297451, + -11.7017640013437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0740909898858, + -11.987382473299185, + -77.06444166033259, + -11.97699323699654 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.06977106704197, + -11.97699323699654 + ] + ] + ], + "type": "Polygon" + }, + "id": "2337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15091401621498, + -11.813948433114312, + -77.14126792548107, + -11.803554867710691 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.14659436472064, + -11.803554867710691 + ] + ] + ], + "type": "Polygon" + }, + "id": "2338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97801255919079, + -11.741954769040571, + -76.96837299951777, + -11.731564444215294 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.97369848339169, + -11.731564444215294 + ] + ] + ], + "type": "Polygon" + }, + "id": "2339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17292862199277, + -11.72953201106205, + -77.16328449777383, + -11.719136784668647 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.17292862199277, + -11.722180537338396 + ], + [ + -77.1724257105791, + -11.727378202450469 + ], + [ + -77.16760356353409, + -11.72953201106205 + ], + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.16860951345932, + -11.719136784668647 + ] + ] + ], + "type": "Polygon" + }, + "id": "2340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95070919735396, + -12.11679624599008, + -76.94105917667805, + -12.106412009026894 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.94639085904679, + -12.106412009026894 + ] + ] + ], + "type": "Polygon" + }, + "id": "2341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90118707091497, + -12.10403549576239, + -76.89153872753171, + -12.093652290459513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.89687024331093, + -12.093652290459513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70082211501135, + -12.3120362184671, + -76.69117295128297, + -12.301661451437212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.69650799663762, + -12.301661451437212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96438250347724, + -11.976593486520674, + -76.95473630875114, + -11.96620678230787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.96006566742359, + -11.96620678230787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02065681905299, + -11.777605422972254, + -77.01101510014396, + -11.767214527642455 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.01634112287529, + -11.767214527642455 + ] + ] + ], + "type": "Polygon" + }, + "id": "2345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9293455491586, + -11.957409872368263, + -76.91970083921899, + -11.947023753861675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92502991514066, + -11.947023753861675 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.91970083921899, + -11.954362653962642 + ], + [ + -76.92020764647336, + -11.949169648096508 + ], + [ + -76.92502991514066, + -11.947023753861675 + ] + ] + ], + "type": "Polygon" + }, + "id": "2346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83493635099308, + -11.979533613538727, + -76.82529347686265, + -11.969150176849167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.83062298680203, + -11.969150176849167 + ] + ] + ], + "type": "Polygon" + }, + "id": "2347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95683960598319, + -12.243203872984429, + -76.9471856520181, + -12.23282151014961 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.95683960598319, + -12.235869776930913 + ], + [ + -76.95633286188698, + -12.241061011290558 + ], + [ + -76.95150579858131, + -12.243203872984429 + ], + [ + -76.9471856520181, + -12.240155522450415 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.95251941341978, + -12.23282151014961 + ] + ] + ], + "type": "Polygon" + }, + "id": "2348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76339680567504, + -11.956715254987866, + -76.75375653646535, + -11.9463332866877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.75908570403777, + -11.9463332866877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02313359723938, + -12.178990208504153, + -77.01347984941584, + -12.168605168914173 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.01881247887209, + -12.168605168914173 + ] + ] + ], + "type": "Polygon" + }, + "id": "2350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83341220409454, + -11.995108432029355, + -76.82376890640543, + -11.984725264660659 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.82909867382855, + -11.984725264660659 + ] + ] + ], + "type": "Polygon" + }, + "id": "2351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03590147621738, + -11.810568835900702, + -77.02625838592137, + -11.800178015061976 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.03158493236862, + -11.800178015061976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06622918888083, + -11.593218595826958, + -77.05659179292005, + -11.582824212958137 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.06191472905478, + -11.582824212958137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87681129409442, + -12.07017153236074, + -76.86716460427898, + -12.059788412199508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.87249558042159, + -12.059788412199508 + ] + ] + ], + "type": "Polygon" + }, + "id": "2354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00852968966213, + -11.902283094576111, + -76.99888456913847, + -11.891894225533342 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -77.00421265697723, + -11.891894225533342 + ] + ] + ], + "type": "Polygon" + }, + "id": "2355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77627774462297, + -12.154528605541767, + -76.76663122739403, + -12.144149333210699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.77196365120182, + -12.144149333210699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07233799616604, + -11.625292240940206, + -77.06269949177575, + -11.614898107264915 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.0680229464722, + -11.614898107264915 + ] + ] + ], + "type": "Polygon" + }, + "id": "2357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94158749531321, + -12.210245847903835, + -76.93193492292998, + -12.199863325330073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.93726815521224, + -12.199863325330073 + ] + ] + ], + "type": "Polygon" + }, + "id": "2358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88366927495886, + -12.141612080662552, + -76.87402027230871, + -12.131229901720895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.8793524213084, + -12.131229901720895 + ] + ] + ], + "type": "Polygon" + }, + "id": "2359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00709449842572, + -12.10663431021068, + -76.99744332190157, + -12.096248522969942 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -77.00277477721802, + -12.096248522969942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12564110115295, + -11.646228161563384, + -77.11600063213741, + -11.635833000264007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.1213243546115, + -11.635833000264007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0900785727454, + -11.965351682043874, + -77.08042949576729, + -11.954961732499763 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.08575851760808, + -11.954961732499763 + ] + ] + ], + "type": "Polygon" + }, + "id": "2362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85471885964529, + -12.24879625483841, + -76.84506742438742, + -12.238416530926834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.8504013622327, + -12.238416530926834 + ] + ] + ], + "type": "Polygon" + }, + "id": "2363", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88900756172255, + -12.228619163223128, + -76.87935582060571, + -12.21823824935279 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.88468940095534, + -12.21823824935279 + ] + ] + ], + "type": "Polygon" + }, + "id": "2364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.073303937237, + -11.947973533694965, + -77.06365580235644, + -11.937583738714354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.0689845613097, + -11.937583738714354 + ] + ] + ], + "type": "Polygon" + }, + "id": "2365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80751584621575, + -12.071162635232271, + -76.797870974356, + -12.060781270011335 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.80320200922415, + -12.060781270011335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01849356721253, + -12.036976718479357, + -77.00884417588966, + -12.026589583114207 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.0141744700574, + -12.026589583114207 + ] + ] + ], + "type": "Polygon" + }, + "id": "2367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17141984234634, + -11.745124548473411, + -77.16177529144235, + -11.734729563909278 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16710056586732, + -11.734729563909278 + ], + [ + -77.17141984234634, + -11.737773411929851 + ], + [ + -77.17091688552604, + -11.7429709561246 + ], + [ + -77.1660945251225, + -11.745124548473411 + ], + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.16710056586732, + -11.734729563909278 + ] + ] + ], + "type": "Polygon" + }, + "id": "2368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74267913078529, + -12.402657278419317, + -76.7330261132975, + -12.392283000310297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.74267913078529, + -12.395334008839233 + ], + [ + -76.74216914477954, + -12.400521202137712 + ], + [ + -76.73734254852776, + -12.402657278419317 + ], + [ + -76.7330261132975, + -12.399606186480021 + ], + [ + -76.73353622520659, + -12.394419101679267 + ], + [ + -76.73836264645216, + -12.392283000310297 + ] + ] + ], + "type": "Polygon" + }, + "id": "2369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10303967242653, + -11.97448890900854, + -77.0933899964781, + -11.964098778748443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.09871915019534, + -11.964098778748443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00939120295997, + -12.13045265852866, + -76.99973925662417, + -12.120067187059483 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -77.00507110193806, + -12.120067187059483 + ] + ] + ], + "type": "Polygon" + }, + "id": "2371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82503316865082, + -12.033590763014374, + -76.81538894764515, + -12.023208383723386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.82071935395685, + -12.023208383723386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07857109290872, + -11.846218199664118, + -77.06892585633113, + -11.835826829908335 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.07425293370218, + -11.835826829908335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73134014142458, + -12.18934963426735, + -76.72169380585368, + -12.178972061160026 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.72702681902715, + -12.178972061160026 + ] + ] + ], + "type": "Polygon" + }, + "id": "2374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97497834956805, + -11.773124762985754, + -76.96533794077668, + -11.762734929115 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.97066394029184, + -11.762734929115 + ] + ] + ], + "type": "Polygon" + }, + "id": "2375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8120922001379, + -12.024445040527775, + -76.80244859860132, + -12.01406284887627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.80777886109321, + -12.01406284887627 + ] + ] + ], + "type": "Polygon" + }, + "id": "2376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95374866846167, + -12.085642974624413, + -76.94409949816392, + -12.075258178559078 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94943066403395, + -12.075258178559078 + ] + ] + ], + "type": "Polygon" + }, + "id": "2377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85396260060155, + -12.115080821519621, + -76.8443151771714, + -12.104698969215393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.84964690943727, + -12.104698969215393 + ] + ] + ], + "type": "Polygon" + }, + "id": "2378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07614909591477, + -11.633533430490932, + -77.06651024997272, + -11.6231393074639 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.07183383488484, + -11.6231393074639 + ] + ] + ], + "type": "Polygon" + }, + "id": "2379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67970049799605, + -11.96411639967244, + -76.67006229744104, + -11.953736671217735 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.67539160514521, + -11.953736671217735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99713367849087, + -11.971953633287212, + -76.98748677501405, + -11.96156605339647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.99281602266578, + -11.96156605339647 + ] + ] + ], + "type": "Polygon" + }, + "id": "2381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72216127446684, + -12.282738993266815, + -76.71251240095832, + -12.272363188172767 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.71784695818974, + -12.272363188172767 + ] + ] + ], + "type": "Polygon" + }, + "id": "2382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0525566590049, + -11.639099431938549, + -77.04291824624588, + -11.628705952662479 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.04824195359704, + -11.628705952662479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09067256997628, + -11.72151078882736, + -77.08103074008486, + -11.711117441769247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.08635575033395, + -11.711117441769247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03149959506722, + -12.140496083603848, + -77.02184678215784, + -12.130110227202893 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.03149959506722, + -12.133157318133431 + ], + [ + -77.03099405794106, + -12.138350298860766 + ], + [ + -77.0261675656029, + -12.140496083603848 + ], + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.02717876671738, + -12.130110227202893 + ] + ] + ], + "type": "Polygon" + }, + "id": "2385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83115238135662, + -11.782562731198556, + -76.82151547510189, + -11.77217659972024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.83064460399831, + -11.780416785307468 + ], + [ + -76.82582606414948, + -11.782562731198556 + ], + [ + -76.82151547510189, + -11.77951557814045 + ], + [ + -76.82202337823593, + -11.774322566602898 + ], + [ + -76.82684174465128, + -11.77217659972024 + ] + ] + ], + "type": "Polygon" + }, + "id": "2386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97817357046891, + -12.213865473223935, + -76.96851993919714, + -12.203482103385554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.97385319468727, + -12.203482103385554 + ] + ] + ], + "type": "Polygon" + }, + "id": "2387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16298991869557, + -11.689214841519656, + -77.15334724039408, + -11.678819329193594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.15867161012272, + -11.678819329193594 + ] + ] + ], + "type": "Polygon" + }, + "id": "2388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15242398099896, + -11.798358022701429, + -77.14277831690424, + -11.787964208499071 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.1481044973933, + -11.787964208499071 + ] + ] + ], + "type": "Polygon" + }, + "id": "2389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75959473846376, + -11.948475625405079, + -76.74995481790896, + -11.938093632893088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.75528385106381, + -11.938093632893088 + ] + ] + ], + "type": "Polygon" + }, + "id": "2390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90498592944029, + -12.01791694670848, + -76.89534005469719, + -12.00753233035904 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.9006701480367, + -12.00753233035904 + ] + ] + ], + "type": "Polygon" + }, + "id": "2391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69262813549503, + -11.973264706986589, + -76.68298930609413, + -11.96288478279956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.68831876321083, + -11.96288478279956 + ] + ] + ], + "type": "Polygon" + }, + "id": "2392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84100041849729, + -12.294592636698894, + -76.83134798055178, + -12.284214018945086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.83668268322576, + -12.284214018945086 + ] + ] + ], + "type": "Polygon" + }, + "id": "2393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94839391131562, + -11.998610904876195, + -76.93874747599017, + -11.988224922195226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.94407721294668, + -11.988224922195226 + ] + ] + ], + "type": "Polygon" + }, + "id": "2394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88367393440858, + -12.23595090445258, + -76.87402211520106, + -12.225570243941867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87935582060571, + -12.225570243941867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02905970017214, + -11.83349950042975, + -77.01941610198614, + -11.823109162240787 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.02474303392934, + -11.823109162240787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90119684302678, + -12.198382467221018, + -76.89154568347169, + -12.188000757652544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.89687875528585, + -12.188000757652544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0677999992172, + -11.672063917485223, + -77.0581602188709, + -11.661670485619537 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.06348444787953, + -11.661670485619537 + ] + ] + ], + "type": "Polygon" + }, + "id": "2398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08251035066293, + -12.043270613422301, + -77.0728591415118, + -12.032882008341145 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.07818945710474, + -12.032882008341145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75644297227956, + -12.262587286452028, + -76.74679376631644, + -12.252210272673235 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.75212798096787, + -12.252210272673235 + ] + ] + ], + "type": "Polygon" + }, + "id": "2400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91490606449074, + -12.152568661898663, + -76.90525591221788, + -12.142185877317445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.91058821694732, + -12.142185877317445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11808781750433, + -11.724186856643417, + -77.10844521853701, + -11.713792880873703 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.11377023307827, + -11.713792880873703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17062123169366, + -11.70569768634335, + -77.16097787382597, + -11.695302203998283 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.16630250175305, + -11.695302203998283 + ] + ] + ], + "type": "Polygon" + }, + "id": "2403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76102844323117, + -12.215889172224054, + -76.75138050735526, + -12.205511274286625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.75671394948105, + -12.205511274286625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83338217150141, + -12.278114758267332, + -76.82373042920699, + -12.267736056677998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.82906486439575, + -12.267736056677998 + ] + ] + ], + "type": "Polygon" + }, + "id": "2405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15854728909241, + -11.830430836858959, + -77.1489005177688, + -11.820037313943816 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.15422721571187, + -11.820037313943816 + ] + ] + ], + "type": "Polygon" + }, + "id": "2406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76408473641091, + -12.184754895311084, + -76.75443764714285, + -12.174376415643803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75977057433731, + -12.174376415643803 + ] + ] + ], + "type": "Polygon" + }, + "id": "2407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85244306501498, + -12.036307379347647, + -76.84279803169557, + -12.025924352920129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.84812846635171, + -12.025924352920129 + ] + ] + ], + "type": "Polygon" + }, + "id": "2408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98117852328419, + -12.088350465998314, + -76.97152856062648, + -12.077965033788368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.97685974320218, + -12.077965033788368 + ] + ] + ], + "type": "Polygon" + }, + "id": "2409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00009065758466, + -11.751987348403626, + -76.99045022948505, + -11.741596614178734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.99577585455776, + -11.741596614178734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94537746893351, + -12.124132420674018, + -76.93572736825753, + -12.113748430679404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.94105917667805, + -12.113748430679404 + ] + ] + ], + "type": "Polygon" + }, + "id": "2411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96435431003577, + -11.8822079232458, + -76.95471092857873, + -11.871819856544441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.96003873338543, + -11.871819856544441 + ] + ] + ], + "type": "Polygon" + }, + "id": "2412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06113168928094, + -11.978244256209337, + -77.05148296086307, + -11.967855200979718 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.05681223444505, + -11.967855200979718 + ] + ] + ], + "type": "Polygon" + }, + "id": "2413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14471117361454, + -11.687434944311903, + -77.13506900273448, + -11.677039848661805 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.14039337258488, + -11.677039848661805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98337167937521, + -11.829015219469927, + -76.97372938956097, + -11.818625940655528 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.97905629954545, + -11.818625940655528 + ] + ] + ], + "type": "Polygon" + }, + "id": "2415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93546405333853, + -12.08383664957132, + -76.92581541366863, + -12.073452278855903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.93114656702225, + -12.073452278855903 + ] + ] + ], + "type": "Polygon" + }, + "id": "2416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09823156031571, + -11.643556809606137, + -77.08859185881846, + -11.633162277177753 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.09391557768565, + -11.633162277177753 + ] + ] + ], + "type": "Polygon" + }, + "id": "2417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05344865906726, + -11.867358841571964, + -77.0438034302166, + -11.856968379000563 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.04913088873815, + -11.856968379000563 + ] + ] + ], + "type": "Polygon" + }, + "id": "2418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94988928380513, + -11.888649806112932, + -76.9402460865078, + -11.8782621880729 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9455740114693, + -11.8782621880729 + ] + ] + ], + "type": "Polygon" + }, + "id": "2419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0191855743928, + -11.887597302321032, + -77.0095406178301, + -11.877207963110989 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.01486845160942, + -11.877207963110989 + ] + ] + ], + "type": "Polygon" + }, + "id": "2420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72063098172633, + -12.29830232593731, + -76.7109816851466, + -12.287926820905296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.71631649978092, + -12.287926820905296 + ] + ] + ], + "type": "Polygon" + }, + "id": "2421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1342176290366, + -11.891000933214714, + -77.12456965956187, + -11.880608843144872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12989739242438, + -11.880608843144872 + ] + ] + ], + "type": "Polygon" + }, + "id": "2422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93923321594727, + -11.903330893112042, + -76.92958985909279, + -11.892943747799828 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.93491803568638, + -11.892943747799828 + ] + ] + ], + "type": "Polygon" + }, + "id": "2423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14709775742561, + -11.805707226465866, + -77.13745200707908, + -11.795313640502759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.14277831690424, + -11.795313640502759 + ] + ] + ], + "type": "Polygon" + }, + "id": "2424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76936019857966, + -12.366037462933384, + -76.75970755115263, + -12.355661870601452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.76504346990656, + -12.355661870601452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90421992361614, + -11.97852246960449, + -76.89457524346224, + -11.968137285767796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89990468844591, + -11.968137285767796 + ] + ] + ], + "type": "Polygon" + }, + "id": "2426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98111233419505, + -11.899587843121653, + -76.97146800082307, + -11.889199609920956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.97679607445004, + -11.889199609920956 + ] + ] + ], + "type": "Polygon" + }, + "id": "2427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6498616488754, + -12.220498520287574, + -76.64021662684411, + -12.21012353937759 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64555016444103, + -12.21012353937759 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64021662684411, + -12.217447438550456 + ], + [ + -76.64072774129811, + -12.212260003137592 + ], + [ + -76.64555016444103, + -12.21012353937759 + ] + ] + ], + "type": "Polygon" + }, + "id": "2428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13588512409214, + -12.064239442484924, + -77.12623194833915, + -12.053849861062881 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.13156253060284, + -12.053849861062881 + ] + ] + ], + "type": "Polygon" + }, + "id": "2429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78233626573633, + -12.28088861891925, + -76.77268581181502, + -12.270511252721423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.77802031874347, + -12.270511252721423 + ] + ] + ], + "type": "Polygon" + }, + "id": "2430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00467823479754, + -11.79964009923208, + -76.99503627022182, + -11.789249894026725 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -77.00036267372973, + -11.789249894026725 + ] + ] + ], + "type": "Polygon" + }, + "id": "2431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05944919640496, + -11.710591330205395, + -77.04980848188333, + -11.700198599241734 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.05513335491436, + -11.700198599241734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75416634199284, + -12.238782868473983, + -76.74451790880816, + -12.228405519488254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.74985173120636, + -12.228405519488254 + ] + ] + ], + "type": "Polygon" + }, + "id": "2433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.988663238752, + -11.727264912671703, + -76.97902384093962, + -11.716874131867616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.97902384093962, + -11.72421944551605 + ], + [ + -76.97952945904323, + -11.719024108294489 + ], + [ + -76.98434907207402, + -11.716874131867616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84863638520405, + -12.028067602981267, + -76.83899169889014, + -12.01768454745457 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.84432200018188, + -12.01768454745457 + ] + ] + ], + "type": "Polygon" + }, + "id": "2435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81970271452019, + -12.04092434615715, + -76.81005841755197, + -12.030542212106731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.81538894764515, + -12.030542212106731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68502973422127, + -11.956786063062346, + -76.67539160514521, + -11.946406090538497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.68072079158392, + -11.946406090538497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72765924509655, + -11.898131496442486, + -76.71802169382686, + -11.887749587284773 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72334990697279, + -11.887749587284773 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.71853121863998, + -11.889891899428738 + ], + [ + -76.72334990697279, + -11.887749587284773 + ] + ] + ], + "type": "Polygon" + }, + "id": "2438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64299479083611, + -12.243383878840506, + -76.63334927628834, + -12.233009450421653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.63868319165398, + -12.233009450421653 + ] + ] + ], + "type": "Polygon" + }, + "id": "2439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93852515673676, + -12.147043523058928, + -76.92887455108327, + -12.136660063876496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.93420674371403, + -12.136660063876496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78926675330418, + -11.975006990958223, + -76.77962523950438, + -11.964624637432534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.78495469820841, + -11.964624637432534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94540014264375, + -12.218485380994126, + -76.93574722477372, + -12.2081028976719 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.94108058939798, + -12.2081028976719 + ] + ] + ], + "type": "Polygon" + }, + "id": "2442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67953592548136, + -12.247043047034873, + -76.66988928934161, + -12.236667739601481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.67522326395337, + -12.236667739601481 + ] + ] + ], + "type": "Polygon" + }, + "id": "2443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75728786517169, + -12.019003296948076, + -76.74764590507083, + -12.008622408607847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.75297610110901, + -12.008622408607847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14399658234754, + -11.742452199450653, + -77.1343527922292, + -11.732057839032386 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.13967806718584, + -11.732057839032386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89967444059863, + -12.213954668802106, + -76.89002285616192, + -12.203573249536685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.89535618613743, + -12.203573249536685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08014621311857, + -11.925044401154505, + -77.0704985883879, + -11.914654107939699 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.0758269605816, + -11.914654107939699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14940391510368, + -11.82953846838939, + -77.13975739770625, + -11.819145153336256 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.14508409571395, + -11.819145153336256 + ] + ] + ], + "type": "Polygon" + }, + "id": "2448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96134494945021, + -12.007752525633697, + -76.95169790468015, + -11.997366358871316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.9570277796078, + -11.997366358871316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0778451060958, + -11.901218080412367, + -77.06819824953077, + -11.89082750206117 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.07352623277134, + -11.89082750206117 + ] + ] + ], + "type": "Polygon" + }, + "id": "2450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02671710544692, + -11.715257599104808, + -77.01707708676983, + -11.704865727845892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.02240207736583, + -11.704865727845892 + ] + ] + ], + "type": "Polygon" + }, + "id": "2451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06017782503511, + -11.655581662772597, + -77.05053872836017, + -11.645188206288946 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.05586269662307, + -11.645188206288946 + ] + ] + ], + "type": "Polygon" + }, + "id": "2452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78995036082384, + -12.297366140825602, + -76.78029920914764, + -12.286988857787922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.78563398485164, + -12.286988857787922 + ] + ] + ], + "type": "Polygon" + }, + "id": "2453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0122992725627, + -11.816121632912113, + -77.00265662142002, + -11.805731465988979 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -77.00798328730798, + -11.805731465988979 + ] + ] + ], + "type": "Polygon" + }, + "id": "2454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70703979459844, + -12.061168095590917, + -76.69739794860904, + -12.050789126200943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.70272885252847, + -12.050789126200943 + ] + ] + ], + "type": "Polygon" + }, + "id": "2455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04269144803644, + -11.693215982125958, + -77.03305167699722, + -11.682823433989423 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.03837628585781, + -11.682823433989423 + ] + ] + ], + "type": "Polygon" + }, + "id": "2456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.681013217924, + -12.325767267660405, + -76.67136418935405, + -12.31539324110948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.67567789316612, + -12.325767267660405 + ], + [ + -76.67136418935405, + -12.322715958114923 + ], + [ + -76.67187503764075, + -12.317528999577434 + ], + [ + -76.67669946415437, + -12.31539324110948 + ] + ] + ], + "type": "Polygon" + }, + "id": "2457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7236493891642, + -12.361466182842415, + -76.71399812248752, + -12.35109167567673 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.71933397998325, + -12.35109167567673 + ] + ] + ], + "type": "Polygon" + }, + "id": "2458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95066078002239, + -11.928051979089487, + -76.94101638870964, + -11.917664905911625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.9463449615415, + -11.917664905911625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78543941230247, + -12.061108354501663, + -76.77579543469196, + -12.050727392447344 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.78112631404049, + -12.050727392447344 + ] + ] + ], + "type": "Polygon" + }, + "id": "2460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77552749658001, + -12.115150931322255, + -76.7658821746732, + -12.10477105672382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.77121394923651, + -12.10477105672382 + ] + ] + ], + "type": "Polygon" + }, + "id": "2461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78158496704107, + -12.241517016562504, + -76.77193570939087, + -12.231139016872925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.77726956658252, + -12.231139016872925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92930961302464, + -11.768637640432127, + -76.91967052626057, + -11.758248874295708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.92499649568133, + -11.758248874295708 + ] + ] + ], + "type": "Polygon" + }, + "id": "2463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93540479179286, + -11.800701529160518, + -76.92576459129612, + -11.790313046039815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.93109108262607, + -11.790313046039815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92861216958666, + -12.106748816709427, + -76.918963025492, + -12.096364971185894 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.92429456273729, + -12.096364971185894 + ] + ] + ], + "type": "Polygon" + }, + "id": "2465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14479196006081, + -11.781875546219037, + -77.13514697667443, + -11.771481692917247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.14047289835608, + -11.771481692917247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08698770683749, + -11.902113848289353, + -77.07734059247828, + -11.891723060371827 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.08266857781405, + -11.891723060371827 + ] + ] + ], + "type": "Polygon" + }, + "id": "2467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76105956371282, + -12.121571802630635, + -76.75141444211806, + -12.111192395395964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.7567463279987, + -12.111192395395964 + ] + ] + ], + "type": "Polygon" + }, + "id": "2468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90194300400815, + -12.049069703974325, + -76.89229628034053, + -12.038685634203315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.89762688948153, + -12.038685634203315 + ] + ] + ], + "type": "Polygon" + }, + "id": "2469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71014507777329, + -11.93570087530253, + -76.70050688657798, + -11.9253199535682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.70583572214224, + -11.9253199535682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614821338505, + -12.273513575544968, + -76.85649573624386, + -12.263133974193392 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.86183007437552, + -12.263133974193392 + ] + ] + ], + "type": "Polygon" + }, + "id": "2471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75117672745623, + -12.08128477263114, + -76.74153307609073, + -12.070904988968007 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.74686430086852, + -12.070904988968007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1196722105779, + -11.803029568847572, + -77.11002722513068, + -11.792636608409847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.11535353328607, + -11.792636608409847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85929670958939, + -12.01339760982311, + -76.84965217719414, + -12.003014066501368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.85498222983902, + -12.003014066501368 + ] + ] + ], + "type": "Polygon" + }, + "id": "2474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82346964138387, + -12.332144057328167, + -76.81381654982685, + -12.321766515422997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.81915188299438, + -12.321766515422997 + ] + ] + ], + "type": "Polygon" + }, + "id": "2475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95138364975115, + -11.77867387609945, + -76.941743688322, + -11.768284699005276 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.9470698025128, + -11.768284699005276 + ] + ] + ], + "type": "Polygon" + }, + "id": "2476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.838724990102, + -12.176460044578947, + -76.82907614078414, + -12.166079546635567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.83440889501145, + -12.166079546635567 + ] + ] + ], + "type": "Polygon" + }, + "id": "2477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73741862861813, + -12.221393317237695, + -76.72777117054201, + -12.211016109389181 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.73310471098536, + -12.211016109389181 + ] + ] + ], + "type": "Polygon" + }, + "id": "2478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80828732394602, + -12.016205378294803, + -76.79864407021543, + -12.005823158525823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.80397419884517, + -12.005823158525823 + ] + ] + ], + "type": "Polygon" + }, + "id": "2479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82576494163749, + -12.261636807261418, + -76.81611389523556, + -12.251258023656899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.82144806277444, + -12.251258023656899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2480", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11204273688539, + -11.786547306034299, + -77.10239843352072, + -11.77615430663592 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.10772448203168, + -11.77615430663592 + ] + ] + ], + "type": "Polygon" + }, + "id": "2481", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08935424079239, + -12.02034482697868, + -77.07970354248725, + -12.009955709976168 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.08503347088663, + -12.009955709976168 + ] + ] + ], + "type": "Polygon" + }, + "id": "2482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78308774993354, + -12.320258160905382, + -76.77343609944778, + -12.309881437930155 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.77877125626948, + -12.309881437930155 + ] + ] + ], + "type": "Polygon" + }, + "id": "2483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08159728090348, + -11.815043585384727, + -77.07195289614228, + -11.80465171199541 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.07727945662775, + -11.80465171199541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92023829017586, + -12.145234111313584, + -76.91058821694732, + -12.134851077876341 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.9159203961378, + -12.134851077876341 + ] + ] + ], + "type": "Polygon" + }, + "id": "2485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06258934395068, + -11.868254765851631, + -77.05294385608065, + -11.857864092936135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.05827131743287, + -11.857864092936135 + ] + ] + ], + "type": "Polygon" + }, + "id": "2486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98947469042007, + -11.861080054817467, + -76.97983128807309, + -11.850691071690242 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.98515871906359, + -11.850691071690242 + ] + ] + ], + "type": "Polygon" + }, + "id": "2487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89053048051113, + -12.213047719352295, + -76.88087916419406, + -12.202666513649335 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.88621248641175, + -12.202666513649335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71227997142634, + -12.24245926814221, + -76.7026325715544, + -12.23208304693875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.70796646575216, + -12.23208304693875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9598528510425, + -12.117699646219904, + -76.95020256555866, + -12.10731519698399 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.95553425386471, + -12.10731519698399 + ] + ] + ], + "type": "Polygon" + }, + "id": "2490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07645331308817, + -12.105598393925527, + -77.0668003977631, + -12.09521089227843 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.07645331308817, + -12.09825739901075 + ], + [ + -77.07594846122005, + -12.103451202086667 + ], + [ + -77.07112191792477, + -12.105598393925527 + ], + [ + -77.0668003977631, + -12.102551802921132 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.0721317486738, + -12.09521089227843 + ] + ] + ], + "type": "Polygon" + }, + "id": "2491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95145689628009, + -12.061825680968328, + -76.94180849610238, + -12.051440575887609 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.9471392716532, + -12.051440575887609 + ] + ] + ], + "type": "Polygon" + }, + "id": "2492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01684628586769, + -11.769364571477391, + -77.00720490995799, + -11.75897365866531 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.0125308016567, + -11.75897365866531 + ] + ] + ], + "type": "Polygon" + }, + "id": "2493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81438768912389, + -11.953909354772032, + -76.80474612857006, + -11.943526057848928 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.81007522773368, + -11.943526057848928 + ] + ] + ], + "type": "Polygon" + }, + "id": "2494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02924813689707, + -12.2110470370346, + -77.01959327532651, + -12.200662363703918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.02924813689707, + -12.203709800748854 + ], + [ + -77.0287424578791, + -12.208902189894724 + ], + [ + -77.02391494116124, + -12.2110470370346 + ], + [ + -77.01959327532651, + -12.207999516275937 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.0249264261058, + -12.200662363703918 + ] + ] + ], + "type": "Polygon" + }, + "id": "2495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08002233331582, + -11.736207653178795, + -77.0703803350907, + -11.725814757915552 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.07570560164132, + -11.725814757915552 + ] + ] + ], + "type": "Polygon" + }, + "id": "2496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84863082090479, + -12.122413727572232, + -76.83898332055361, + -12.112032123863811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.8443151771714, + -12.112032123863811 + ] + ] + ], + "type": "Polygon" + }, + "id": "2497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11362592542335, + -11.865383817467025, + -77.10397923467862, + -11.854991864478253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.10930657733776, + -11.854991864478253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97807690734543, + -11.930751500110484, + -76.9684317239585, + -11.920363788904702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.97376031375939, + -11.920363788904702 + ] + ] + ], + "type": "Polygon" + }, + "id": "2499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93015107478789, + -12.185527147662025, + -76.92049953923015, + -12.175144510066486 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.92583237423798, + -12.175144510066486 + ] + ] + ], + "type": "Polygon" + }, + "id": "2500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10283384724023, + -11.691221918886635, + -77.09319261215063, + -11.68082788317818 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.09851710740912, + -11.68082788317818 + ] + ] + ], + "type": "Polygon" + }, + "id": "2501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69469599923663, + -12.37428055671971, + -76.68504514375188, + -12.363907011375117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.69038121857774, + -12.363907011375117 + ] + ] + ], + "type": "Polygon" + }, + "id": "2502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66813068189128, + -12.222327382573454, + -76.65848509890988, + -12.211951961863349 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.66381866626216, + -12.211951961863349 + ] + ] + ], + "type": "Polygon" + }, + "id": "2503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95521712873953, + -11.881308778840403, + -76.9455740114693, + -11.870920925102201 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.95090181048324, + -11.870920925102201 + ] + ] + ], + "type": "Polygon" + }, + "id": "2504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68186063233784, + -12.176549496720854, + -76.6722160366623, + -12.16617298196197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67754884733587, + -12.16617298196197 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.6722160366623, + -12.173498925487635 + ], + [ + -76.67272663718407, + -12.168310722974326 + ], + [ + -76.67754884733587, + -12.16617298196197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81128842101631, + -12.268055281264756, + -76.80163757088185, + -12.257676969203349 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.80697185223735, + -12.257676969203349 + ] + ] + ], + "type": "Polygon" + }, + "id": "2506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68941192125737, + -12.287320998853744, + -76.67976380980957, + -12.276946108029904 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.68509844854208, + -12.276946108029904 + ] + ] + ], + "type": "Polygon" + }, + "id": "2507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84711858860419, + -11.949286657918806, + -76.8374762910927, + -11.93890247131841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84280529544442, + -11.93890247131841 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.8374762910927, + -11.94623874265449 + ], + [ + -76.83798423340838, + -11.941046703304911 + ], + [ + -76.84280529544442, + -11.93890247131841 + ] + ] + ], + "type": "Polygon" + }, + "id": "2508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09297346189592, + -11.745341638905781, + -77.08333086481282, + -11.73494855009316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.08865626348371, + -11.73494855009316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7557929254253, + -11.94023599418019, + -76.7461533535852, + -11.929853977911694 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.75148225228158, + -11.929853977911694 + ] + ] + ], + "type": "Polygon" + }, + "id": "2510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07009864773967, + -11.695894883805085, + -77.06045810021853, + -11.685501702756858 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.06578271770844, + -11.685501702756858 + ] + ] + ], + "type": "Polygon" + }, + "id": "2511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69479694742206, + -12.185701067775051, + -76.6851517222304, + -12.175324368929942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.69048468242087, + -12.175324368929942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08468619647677, + -11.87828671798953, + -77.0750398501093, + -11.867895648359985 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.08036744660036, + -11.867895648359985 + ] + ] + ], + "type": "Polygon" + }, + "id": "2513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72080248209102, + -11.921036642167245, + -76.71116443592797, + -11.910655236510722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.71649302784715, + -11.910655236510722 + ] + ] + ], + "type": "Polygon" + }, + "id": "2514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9841811812242, + -11.96281353074305, + -76.97453488444644, + -11.952426135576154 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97986399568869, + -11.952426135576154 + ] + ] + ], + "type": "Polygon" + }, + "id": "2515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08692375721377, + -11.807696734347202, + -77.07727945662775, + -11.797304631106712 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.08260588891619, + -11.797304631106712 + ] + ] + ], + "type": "Polygon" + }, + "id": "2516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94233693317307, + -12.155283258399642, + -76.93268598210483, + -12.14489983522082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.93801830706451, + -12.14489983522082 + ] + ] + ], + "type": "Polygon" + }, + "id": "2517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16760356353409, + -11.736883173675748, + -77.1579593524485, + -11.726488171872365 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.16760356353409, + -11.72953201106205 + ], + [ + -77.16710056586732, + -11.734729563909278 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.16328449777383, + -11.726488171872365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03355648591766, + -11.692322500631239, + -77.0239169746594, + -11.681930163968163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02924158009313, + -11.681930163968163 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.02442191009001, + -11.684081505293648 + ], + [ + -77.02924158009313, + -11.681930163968163 + ] + ] + ], + "type": "Polygon" + }, + "id": "2519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8151117390069, + -12.181973929759723, + -76.80546335677788, + -12.17159411475886 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.81079621534896, + -12.17159411475886 + ] + ] + ], + "type": "Polygon" + }, + "id": "2520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71459782222045, + -12.17196010710293, + -76.70495246358335, + -12.161582681383052 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.71028519362727, + -12.161582681383052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9468513389069, + -11.919811620886378, + -76.93720729235284, + -11.909424523207873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.9425357331466, + -11.909424523207873 + ] + ] + ], + "type": "Polygon" + }, + "id": "2522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79915265893415, + -12.015299109814986, + -76.78950967777232, + -12.0049171067714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.79483979590002, + -12.0049171067714 + ] + ] + ], + "type": "Polygon" + }, + "id": "2523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77550059766953, + -12.209471965390097, + -76.76585246136207, + -12.199093595953594 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.77118579210703, + -12.199093595953594 + ] + ] + ], + "type": "Polygon" + }, + "id": "2524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0208354085721, + -12.15517262155512, + -77.0111824306617, + -12.144787258927527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.0208354085721, + -12.147834518214799 + ], + [ + -77.02032969896408, + -12.15302725211492 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.01651467011001, + -12.144787258927527 + ] + ] + ], + "type": "Polygon" + }, + "id": "2525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99709593190684, + -11.877561280097584, + -76.98745184210634, + -11.867172341236039 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.99277953596042, + -11.867172341236039 + ] + ] + ], + "type": "Polygon" + }, + "id": "2526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80290044305765, + -12.306516478298336, + -76.79324866925309, + -12.296139021678234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.79858358996705, + -12.296139021678234 + ] + ] + ], + "type": "Polygon" + }, + "id": "2527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87985652427346, + -12.039021619352042, + -76.8702106829263, + -12.028637948039682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.87554114344881, + -12.028637948039682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80145078060715, + -11.944764592567378, + -76.79180983999065, + -11.934381488008178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.7971387949511, + -11.934381488008178 + ] + ] + ], + "type": "Polygon" + }, + "id": "2529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84252566017912, + -12.279024635283584, + -76.83287364666376, + -12.26864571881965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.83820809133876, + -12.26864571881965 + ] + ] + ], + "type": "Polygon" + }, + "id": "2530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0253861106535, + -12.108437004404042, + -77.01573441093748, + -12.09805079585253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.02106587444743, + -12.09805079585253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05282643550423, + -12.111139040678285, + -77.04317395458872, + -12.100752202043566 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.04850542831755, + -12.100752202043566 + ] + ] + ], + "type": "Polygon" + }, + "id": "2532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70615708806082, + -12.304712428352607, + -76.69650799663762, + -12.294337401146807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.70184292009395, + -12.294337401146807 + ] + ] + ], + "type": "Polygon" + }, + "id": "2533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83416940416343, + -12.034496565661406, + -76.82452491191047, + -12.02411397040813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.8298553279456, + -12.02411397040813 + ] + ] + ], + "type": "Polygon" + }, + "id": "2534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12363661303777, + -12.000107369338487, + -77.11398565628419, + -11.98971711847784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11931520119006, + -11.98971711847784 + ] + ] + ], + "type": "Polygon" + }, + "id": "2535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8097957316582, + -12.094973808722736, + -76.80015008830567, + -12.084592753757244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.80548151461645, + -12.084592753757244 + ] + ] + ], + "type": "Polygon" + }, + "id": "2536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82349545645432, + -12.143502636734567, + -76.81384799784915, + -12.133121997082878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81918021721812, + -12.133121997082878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09461786684223, + -11.918595524965697, + -77.08497006887757, + -11.908204787330973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.09029831467775, + -11.908204787330973 + ] + ] + ], + "type": "Polygon" + }, + "id": "2538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1257915698647, + -11.835100889653022, + -77.1161454761648, + -11.824708221099758 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.12147230246066, + -11.824708221099758 + ] + ] + ], + "type": "Polygon" + }, + "id": "2539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70931125349294, + -12.084975333870208, + -76.69966863514962, + -12.074596673139482 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.70499993124628, + -12.074596673139482 + ] + ] + ], + "type": "Polygon" + }, + "id": "2540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94081645971372, + -12.170858036118636, + -76.93116508341356, + -12.160474898665019 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.9364976666689, + -12.160474898665019 + ] + ] + ], + "type": "Polygon" + }, + "id": "2541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0077101994546, + -11.768468986551676, + -76.99806908480123, + -11.758078285660355 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -77.00339497229258, + -11.758078285660355 + ] + ] + ], + "type": "Polygon" + }, + "id": "2542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78318644113091, + -11.942953936474904, + -76.77354604659992, + -11.932571266482388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.7788749798792, + -11.932571266482388 + ] + ] + ], + "type": "Polygon" + }, + "id": "2543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79154444446061, + -11.998819831171312, + -76.78190215946057, + -11.988437773521884 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.78723200951285, + -11.988437773521884 + ] + ] + ], + "type": "Polygon" + }, + "id": "2544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14415781260227, + -11.931311623337159, + -77.13450839393896, + -11.92091986944589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13983677451922, + -11.92091986944589 + ], + [ + -77.14415781260227, + -11.923964910722063 + ], + [ + -77.14365418330634, + -11.929160839609521 + ], + [ + -77.13882938878419, + -11.931311623337159 + ], + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13983677451922, + -11.92091986944589 + ] + ] + ], + "type": "Polygon" + }, + "id": "2545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10606499872007, + -11.943317988322512, + -77.09641617580816, + -11.932927329533861 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.10174481199236, + -11.932927329533861 + ] + ] + ], + "type": "Polygon" + }, + "id": "2546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14630203339372, + -11.766284704737668, + -77.13665747649421, + -11.755890605752299 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.14198313950614, + -11.755890605752299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82734956207187, + -11.774322566602898, + -76.81771300271413, + -11.763936419159522 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.82202337823593, + -11.774322566602898 + ], + [ + -76.81771300271413, + -11.771275426515622 + ], + [ + -76.81822094588884, + -11.766082407028293 + ], + [ + -76.82303913884068, + -11.763936419159522 + ] + ] + ], + "type": "Polygon" + }, + "id": "2548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76786063475559, + -12.287303480198926, + -76.75821038077967, + -12.276926588320855 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.76354499946441, + -12.276926588320855 + ] + ] + ], + "type": "Polygon" + }, + "id": "2549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03986388287308, + -12.101998447991884, + -77.03021200510881, + -12.091611784472136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.03554334469659, + -12.091611784472136 + ] + ] + ], + "type": "Polygon" + }, + "id": "2550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79079265105217, + -11.959433393634688, + -76.78115156025832, + -11.949050772398415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.7864807617304, + -11.949050772398415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64526219633794, + -12.26718349661327, + -76.63561590799253, + -12.25680940396179 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.64095021645811, + -12.25680940396179 + ] + ] + ], + "type": "Polygon" + }, + "id": "2552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12650940501767, + -11.780091379408407, + -77.11686493125283, + -11.769697943156887 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.12219085195818, + -11.769697943156887 + ] + ] + ], + "type": "Polygon" + }, + "id": "2553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75338530399935, + -12.2937171348675, + -76.7437352511945, + -12.283340718234006 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.74906998094876, + -12.283340718234006 + ] + ] + ], + "type": "Polygon" + }, + "id": "2554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00463830853329, + -11.705227766797593, + -76.99499915475235, + -11.69483630536308 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -77.00032400612132, + -11.69483630536308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01987694516781, + -11.73819134215746, + -77.01023641929363, + -11.72779993984052 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.01556179495327, + -11.72779993984052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07481779677431, + -11.932388775448214, + -77.06517008802307, + -11.921998717794605 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.0704985883879, + -11.921998717794605 + ] + ] + ], + "type": "Polygon" + }, + "id": "2557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81967469397878, + -12.229590417967712, + -76.81002476775188, + -12.219211260126942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.81535840967001, + -12.219211260126942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99931341199758, + -11.712573796380301, + -76.98967417670744, + -11.702182561377462 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.99499915475235, + -11.702182561377462 + ] + ] + ], + "type": "Polygon" + }, + "id": "2559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98182118358315, + -11.75019552330152, + -76.97218128017009, + -11.739805214196464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.97750689554435, + -11.739805214196464 + ] + ] + ], + "type": "Polygon" + }, + "id": "2560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88215062021254, + -12.25152152765057, + -76.87249837622252, + -12.24114116128003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.87783233976172, + -12.24114116128003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04509159362469, + -11.90587309459198, + -77.03544543024839, + -11.895483381275465 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.04077353317787, + -11.895483381275465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.756475434824, + -12.168276785159708, + -76.74682904388204, + -12.157898234280443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.75216170183803, + -12.157898234280443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.878337078944, + -12.14894545581545, + -76.86868799841501, + -12.138563526203534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.87402027230871, + -12.138563526203534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12443008035315, + -12.039517663671987, + -77.114777928462, + -12.029127984060972 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1201081211839, + -12.029127984060972 + ], + [ + -77.12443008035315, + -12.032173730934714 + ], + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.11528213057862, + -12.03127704443239 + ], + [ + -77.1201081211839, + -12.029127984060972 + ] + ] + ], + "type": "Polygon" + }, + "id": "2565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66427009234125, + -12.30837500787664, + -76.65462204621276, + -12.298001116636096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.66375916442156, + -12.306239413539364 + ], + [ + -76.65893505350057, + -12.30837500787664 + ], + [ + -76.65462204621276, + -12.305323627108384 + ], + [ + -76.65513309964597, + -12.300136736354332 + ], + [ + -76.65995703486303, + -12.298001116636096 + ] + ] + ], + "type": "Polygon" + }, + "id": "2566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87528626194765, + -11.991390150808773, + -76.86564196167504, + -11.981005879114145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.87097164069043, + -11.981005879114145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0246048485087, + -12.069037586166512, + -77.01495434427693, + -12.058650788559007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.02028515940474, + -12.058650788559007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74591650222621, + -11.89994390228007, + -76.73627839922963, + -11.889561555244875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74160663739252, + -11.889561555244875 + ], + [ + -76.74591650222621, + -11.892610015512581 + ], + [ + -76.7454073538769, + -11.897801243697574 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.73678767310427, + -11.891704236279686 + ], + [ + -76.74160663739252, + -11.889561555244875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91104485593085, + -11.766840984654783, + -76.90140630130954, + -11.75645264736785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.90673225676763, + -11.75645264736785 + ] + ] + ], + "type": "Polygon" + }, + "id": "2570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91337112531903, + -12.073789386659469, + -76.90372336396166, + -12.063405410260996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.90905437110939, + -12.063405410260996 + ] + ] + ], + "type": "Polygon" + }, + "id": "2571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74438901142655, + -11.915517095153886, + -76.73475048608917, + -11.905135010347776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.74007898116517, + -11.905135010347776 + ] + ] + ], + "type": "Polygon" + }, + "id": "2572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06852714833944, + -11.617051058511349, + -77.0588889855621, + -11.606656914644237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.06421231000137, + -11.606656914644237 + ] + ] + ], + "type": "Polygon" + }, + "id": "2573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07469702266435, + -11.74355561548804, + -77.06505494052037, + -11.733162946790415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.0703803350907, + -11.733162946790415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67874242247125, + -12.301967820718982, + -76.66909416766096, + -12.291593449630309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.6744290494864, + -12.291593449630309 + ] + ] + ], + "type": "Polygon" + }, + "id": "2575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95822761496986, + -11.75574651582232, + -76.94858815792256, + -11.745356862062732 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9539138884883, + -11.745356862062732 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.94858815792256, + -11.752700624507186 + ], + [ + -76.94909424601151, + -11.74750585099052 + ], + [ + -76.9539138884883, + -11.745356862062732 + ] + ] + ], + "type": "Polygon" + }, + "id": "2576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89281093792457, + -12.14251798896921, + -76.88316166691402, + -12.132135596028125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.8884938238751, + -12.132135596028125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82198339952254, + -12.064736800273844, + -76.81233833131705, + -12.054354971976311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.81766925268708, + -12.054354971976311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77855562056806, + -12.178336275479674, + -76.76890833116397, + -12.167957325813315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.77424114685324, + -12.167957325813315 + ] + ] + ], + "type": "Polygon" + }, + "id": "2579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83721786863538, + -12.003348233689533, + -76.82757422369971, + -11.99296509359813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.8329041246516, + -11.99296509359813 + ] + ] + ], + "type": "Polygon" + }, + "id": "2580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71918724826193, + -12.12526018407223, + -76.70954315756991, + -12.11488189987095 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7148751161511, + -12.11488189987095 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.71005315827308, + -12.117021122447646 + ], + [ + -76.7148751161511, + -12.11488189987095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7000320019245, + -12.366958338332049, + -76.69038121857774, + -12.356584529762978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.69571717156612, + -12.356584529762978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86081583960599, + -12.186514981531358, + -76.85116610206688, + -12.176134090485021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.85649900803959, + -12.176134090485021 + ] + ] + ], + "type": "Polygon" + }, + "id": "2583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73976841292115, + -12.056566856187368, + -76.73012580925446, + -12.046186982557497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.73545662988562, + -12.046186982557497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96819333120271, + -11.98483377712092, + -76.95854679195745, + -11.974447100468128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.96387628249312, + -11.974447100468128 + ] + ] + ], + "type": "Polygon" + }, + "id": "2585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1122566902025, + -12.069788009656753, + -77.10260394061443, + -12.059399085287875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.10793465029742, + -12.059399085287875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6536623597017, + -12.228737025467884, + -76.64401698619012, + -12.21836208159851 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64935065980842, + -12.21836208159851 + ] + ] + ], + "type": "Polygon" + }, + "id": "2587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78153466950663, + -12.430115892154502, + -76.77187977681302, + -12.419741108261883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77721674971104, + -12.419741108261883 + ], + [ + -76.78153466950663, + -12.422791873520652 + ], + [ + -76.78102518172216, + -12.427979319424619 + ], + [ + -76.77619764805142, + -12.430115892154502 + ], + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.77721674971104, + -12.419741108261883 + ] + ] + ], + "type": "Polygon" + }, + "id": "2588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04895775800723, + -12.008511852803842, + -77.0393084368514, + -11.998123543722096 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.04463822467225, + -11.998123543722096 + ] + ] + ], + "type": "Polygon" + }, + "id": "2589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79833919135189, + -12.25890571844298, + -76.78868896258706, + -12.24852758175397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.7940230993258, + -12.24852758175397 + ] + ] + ], + "type": "Polygon" + }, + "id": "2590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81591243749412, + -11.938334342924167, + -76.80627130017578, + -11.927950780577836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81160014201583, + -11.927950780577836 + ], + [ + -76.81591243749412, + -11.93099882991339 + ], + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.8067796602301, + -11.930094480211764 + ], + [ + -76.81160014201583, + -11.927950780577836 + ] + ] + ], + "type": "Polygon" + }, + "id": "2591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03208993328009, + -11.802327982527837, + -77.02244718573922, + -11.791937142382043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.02777360131971, + -11.791937142382043 + ] + ] + ], + "type": "Polygon" + }, + "id": "2592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06023394304408, + -11.750009577179698, + -77.0505920356229, + -11.73961734604812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.05591755550145, + -11.73961734604812 + ] + ] + ], + "type": "Polygon" + }, + "id": "2593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78166030334661, + -11.958527608881342, + -76.77201948593907, + -11.94814520504059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.77734867638615, + -11.94814520504059 + ] + ] + ], + "type": "Polygon" + }, + "id": "2594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70161196201983, + -12.2571096130646, + -76.69196441736997, + -12.246733906550471 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.69729855539758, + -12.246733906550471 + ] + ] + ], + "type": "Polygon" + }, + "id": "2595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03961301035282, + -11.62996611405633, + -77.02997519900748, + -11.619572835584753 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.03529877259744, + -11.619572835584753 + ] + ] + ], + "type": "Polygon" + }, + "id": "2596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08474950688489, + -11.972695602175502, + -77.07510034554939, + -11.962305889934541 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.08042949576729, + -11.962305889934541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00926724726547, + -11.847291125036968, + -76.99962374584764, + -11.83690146312503 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -77.00495092794894, + -11.83690146312503 + ] + ] + ], + "type": "Polygon" + }, + "id": "2598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76716981196826, + -12.059292546717401, + -76.75752638250923, + -12.048912019283762 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.76285723919598, + -12.048912019283762 + ] + ] + ], + "type": "Polygon" + }, + "id": "2599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94462861091085, + -12.17909770116829, + -76.9349768891922, + -12.168714600952889 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.94030960476705, + -12.168714600952889 + ] + ] + ], + "type": "Polygon" + }, + "id": "2600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77933218328295, + -12.123390217760877, + -76.76968651268719, + -12.113010376013925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.77501842160657, + -12.113010376013925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67743235132811, + -11.940307416789029, + -76.66779492281462, + -11.92992739774878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67312383841268, + -11.92992739774878 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.66779492281462, + -11.937258048312156 + ], + [ + -76.66830521173635, + -11.93206809389619 + ], + [ + -76.67312383841268, + -11.92992739774878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68191483217358, + -12.082242926948247, + -76.67227304881062, + -12.071864924430459 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67760430361913, + -12.071864924430459 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.68140450682118, + -12.08010398240723 + ], + [ + -76.67658352749564, + -12.082242926948247 + ], + [ + -76.67227304881062, + -12.079192839317905 + ], + [ + -76.67278349957219, + -12.074003893008433 + ], + [ + -76.67760430361913, + -12.071864924430459 + ] + ] + ], + "type": "Polygon" + }, + "id": "2603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95601502865357, + -12.015091268003694, + -76.94636790359904, + -12.004705342843383 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.95169790468015, + -12.004705342843383 + ] + ] + ], + "type": "Polygon" + }, + "id": "2604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07844816190091, + -11.65736550227012, + -77.06880854904558, + -11.646971624294927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.07413252228173, + -11.646971624294927 + ] + ] + ], + "type": "Polygon" + }, + "id": "2605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13278380059317, + -12.001003431934528, + -77.12313258829204, + -11.990612973088822 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.13278380059317, + -11.993658458368763 + ], + [ + -77.13227990299116, + -11.99885373975145 + ], + [ + -77.12745421155451, + -12.001003431934528 + ], + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.12846213391161, + -11.990612973088822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96974154623786, + -12.063630252344392, + -76.96009261718011, + -12.053244722626875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.9654234042806, + -12.053244722626875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00320155665705, + -11.909625508393267, + -76.9935563544014, + -11.899236875100273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.99888456913847, + -11.899236875100273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74282497536657, + -12.025426683170696, + -76.73318321698999, + -12.015046258786509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.73851352341003, + -12.015046258786509 + ] + ] + ], + "type": "Polygon" + }, + "id": "2609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85777342266982, + -12.028972584348631, + -76.84812846635171, + -12.018589313478445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.85345877665523, + -12.018589313478445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77247281776803, + -12.14628942077186, + -76.7628266493577, + -12.135910114032212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.76815893874515, + -12.135910114032212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82122765080733, + -12.025351076487961, + -76.81158377736259, + -12.014968668492562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.81691404996725, + -12.014968668492562 + ] + ] + ], + "type": "Polygon" + }, + "id": "2612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94156593498658, + -12.115892578880805, + -76.93191617959626, + -12.105508554440995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.93724785575174, + -12.105508554440995 + ] + ] + ], + "type": "Polygon" + }, + "id": "2613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99565369454534, + -12.081914017958928, + -76.9860035501361, + -12.071528129684555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.99133461091523, + -12.071528129684555 + ] + ] + ], + "type": "Polygon" + }, + "id": "2614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98121164681059, + -12.182714784585603, + -76.971558867045, + -12.172330836996954 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.97689160545603, + -12.172330836996954 + ] + ] + ], + "type": "Polygon" + }, + "id": "2615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07711887471226, + -11.956214231460258, + -77.06747039761865, + -11.945824463603369 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.07279928703511, + -11.945824463603369 + ] + ] + ], + "type": "Polygon" + }, + "id": "2616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91637073265534, + -11.759498927293548, + -76.90673225676763, + -11.749110359417246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.91205808705324, + -11.749110359417246 + ] + ] + ], + "type": "Polygon" + }, + "id": "2617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74349847664658, + -12.253436277317007, + -76.73384989602157, + -12.243059441200389 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73918396371717, + -12.243059441200389 + ] + ] + ], + "type": "Polygon" + }, + "id": "2618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07796777753981, + -12.090017071802565, + -77.06831528879454, + -12.079629291975941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.07364638084945, + -12.079629291975941 + ] + ] + ], + "type": "Polygon" + }, + "id": "2619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04655427611124, + -11.795877695836008, + -77.03691135142249, + -11.785486414539408 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.04223764299552, + -11.785486414539408 + ] + ] + ], + "type": "Polygon" + }, + "id": "2620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87529289996469, + -12.274422346612695, + -76.86564015332607, + -12.264042531254415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.87097449995463, + -12.264042531254415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89737758792424, + -12.095795736383323, + -76.88772959069193, + -12.085412498073861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.89306097366503, + -12.085412498073861 + ] + ] + ], + "type": "Polygon" + }, + "id": "2622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13111831057034, + -11.827752947464843, + -77.12147230246066, + -11.81736004889133 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.12679899976992, + -11.81736004889133 + ] + ] + ], + "type": "Polygon" + }, + "id": "2623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72067389434669, + -12.204003561583786, + -76.71102741283275, + -12.193626497469104 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.71636067042614, + -12.193626497469104 + ] + ] + ], + "type": "Polygon" + }, + "id": "2624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09080266070926, + -11.910354689770672, + -77.0811552045166, + -11.899963926766429 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.08648332010542, + -11.899963926766429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02005460216034, + -12.11577588601701, + -77.01040282007175, + -12.105389922716842 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.01573441093748, + -12.105389922716842 + ] + ] + ], + "type": "Polygon" + }, + "id": "2626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00471818435179, + -11.894042493476519, + -76.99507340734154, + -11.883653600704784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -77.00040136389352, + -11.883653600704784 + ] + ] + ], + "type": "Polygon" + }, + "id": "2627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7922303815193, + -12.321170358845187, + -76.78257845710934, + -12.31079341979004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.78791362493777, + -12.31079341979004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71529611770693, + -12.305626758777546, + -76.70564674836419, + -12.29525151336437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.7109816851466, + -12.29525151336437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13119516399426, + -11.922176169324402, + -77.12154634113276, + -11.911784596993519 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.12687459163392, + -11.911784596993519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11441781250561, + -11.904799575567925, + -77.10476992763311, + -11.894408160460682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.1100979175991, + -11.894408160460682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91720989427992, + -12.270722908724403, + -76.90755615343708, + -12.260341984983807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.91720989427992, + -12.263390750702465 + ], + [ + -76.91670255239688, + -12.268581265758495 + ], + [ + -76.91187559543366, + -12.270722908724403 + ], + [ + -76.90755615343708, + -12.267674059301243 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.91289040570933, + -12.260341984983807 + ] + ] + ], + "type": "Polygon" + }, + "id": "2632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79077021676834, + -12.053776355819462, + -76.78112631404049, + -12.043395146961604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.7864570701937, + -12.043395146961604 + ] + ] + ], + "type": "Polygon" + }, + "id": "2633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99631875879625, + -11.838153274049422, + -76.98667586272519, + -11.827763803201297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.99200290904106, + -11.827763803201297 + ] + ] + ], + "type": "Polygon" + }, + "id": "2634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96747771397919, + -12.134179419094641, + -76.95782673872998, + -12.123795039732535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.96315869106571, + -12.123795039732535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829012060922, + -12.007870059072909, + -76.87325621311865, + -11.997485842792795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.87858615809022, + -11.997485842792795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82881625232476, + -12.230499865423669, + -76.81916605424107, + -12.22012049216578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.82449970605613, + -12.22012049216578 + ] + ] + ], + "type": "Polygon" + }, + "id": "2637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83186701357839, + -12.199361160795101, + -76.82221766371865, + -12.18898120405359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.82755079987889, + -12.18898120405359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07929683527432, + -11.791214690233554, + -77.06965321814329, + -11.780822548171095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.07497938995108, + -11.780822548171095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03130857280996, + -11.762914056387839, + -77.02166701850607, + -11.752522703199372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.0269927869488, + -11.752522703199372 + ] + ] + ], + "type": "Polygon" + }, + "id": "2640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69015180307113, + -12.326682763878594, + -76.680502495232, + -12.316308518519815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.68583778411832, + -12.316308518519815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89126095132787, + -11.780624849266962, + -76.88162250710167, + -11.77023718953167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.8869487049268, + -11.77023718953167 + ] + ] + ], + "type": "Polygon" + }, + "id": "2642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691062349054, + -12.124226767146027, + -76.8572625832918, + -12.113844733660192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.86259445766846, + -12.113844733660192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06191729502154, + -12.017650850431865, + -77.05226737172774, + -12.007262361479247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.05759729322253, + -12.007262361479247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98943919023921, + -11.766677040821099, + -76.9797985995285, + -11.756286764524805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.98512447777946, + -11.756286764524805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.130247959402, + -11.69389532766403, + -77.12060595729218, + -11.683500663934804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.12593045574236, + -11.683500663934804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81968870833727, + -12.135263254159465, + -76.81004159756091, + -12.124882580218838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.81537368311254, + -12.124882580218838 + ] + ] + ], + "type": "Polygon" + }, + "id": "2647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00697256158621, + -11.823465831933872, + -76.99732982863519, + -11.813075896591227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -77.00265662142002, + -11.813075896591227 + ] + ] + ], + "type": "Polygon" + }, + "id": "2648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10750749440943, + -11.833313749730586, + -77.09786191249252, + -11.822921498904496 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.10318873666509, + -11.822921498904496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12817215310874, + -11.953349839815935, + -77.11852247676327, + -11.942958791424445 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.12385124497351, + -11.942958791424445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11880669266537, + -11.669171403196295, + -77.10916571242707, + -11.658776698125347 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.11448982201193, + -11.658776698125347 + ] + ] + ], + "type": "Polygon" + }, + "id": "2651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04587502049098, + -11.945281819451404, + -77.0362276628, + -11.934892654570909 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.04155641339915, + -11.934892654570909 + ] + ] + ], + "type": "Polygon" + }, + "id": "2652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78541540931056, + -12.155438065375412, + -76.77576861808238, + -12.145058576190332 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.78110105309086, + -12.145058576190332 + ] + ] + ], + "type": "Polygon" + }, + "id": "2653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05585726898558, + -12.07997796710415, + -77.04620564070719, + -12.06959057217443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.05153659695456, + -12.06959057217443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13723954836676, + -11.859824150089977, + -77.12759243218163, + -11.849431548483409 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.13291964747589, + -11.849431548483409 + ] + ] + ], + "type": "Polygon" + }, + "id": "2655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95140805102105, + -11.873068314480866, + -76.94176527831635, + -11.86268043858299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.94176527831635, + -11.87002173287223 + ], + [ + -76.9422716451797, + -11.864827848233212 + ], + [ + -76.94709294538778, + -11.86268043858299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78771739176544, + -12.0849188726965, + -76.77807264250916, + -12.074538219373327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.78340391344337, + -12.074538219373327 + ] + ] + ], + "type": "Polygon" + }, + "id": "2657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13708238974347, + -11.670952219416202, + -77.1274408994247, + -11.660557096136646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13276501044962, + -11.660557096136646 + ], + [ + -77.13708238974347, + -11.66360085665765 + ], + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.12794435037111, + -11.66271086241547 + ], + [ + -77.13276501044962, + -11.660557096136646 + ] + ] + ], + "type": "Polygon" + }, + "id": "2658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03751529628965, + -11.98379037087774, + -77.02786700403321, + -11.973401974586853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.03319639914388, + -11.973401974586853 + ] + ] + ], + "type": "Polygon" + }, + "id": "2659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85244751616521, + -11.941950300396181, + -76.84280529544442, + -11.931565873392067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84813417560379, + -11.931565873392067 + ], + [ + -76.85244751616521, + -11.934613616251529 + ], + [ + -76.85193978566254, + -11.9398058836647 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.84280529544442, + -11.93890247131841 + ], + [ + -76.8433131519319, + -11.933710311737268 + ], + [ + -76.84813417560379, + -11.931565873392067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94986532421952, + -11.794257331161495, + -76.94022493844547, + -11.783868402616811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.94555131037592, + -11.783868402616811 + ] + ] + ], + "type": "Polygon" + }, + "id": "2661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92096006281638, + -11.901530077028793, + -76.91131723751008, + -11.891143359111318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.91563185318509, + -11.901530077028793 + ], + [ + -76.91131723751008, + -11.898483073228364 + ], + [ + -76.91182407438964, + -11.893289767761551 + ], + [ + -76.91664540072703, + -11.891143359111318 + ] + ] + ], + "type": "Polygon" + }, + "id": "2662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99025106394566, + -11.900486522117411, + -76.98060646771265, + -11.890098076718328 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.98593454635241, + -11.890098076718328 + ] + ] + ], + "type": "Polygon" + }, + "id": "2663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72824037423209, + -12.314779295999397, + -76.71859037729891, + -12.304403874743535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.72392546228973, + -12.304403874743535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09159180734096, + -11.949766691558555, + -77.08194315672488, + -11.93937647776818 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.08727191986792, + -11.93937647776818 + ] + ] + ], + "type": "Polygon" + }, + "id": "2665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0616908705372, + -11.639991419457758, + -77.0520521990769, + -11.629597729048045 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.05737590928155, + -11.629597729048045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72290523995949, + -12.32210363682827, + -76.71325517001362, + -12.311728475836613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.71859037729891, + -12.311728475836613 + ] + ] + ], + "type": "Polygon" + }, + "id": "2667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06785834344353, + -11.766491620621432, + -77.05821575195468, + -11.75609942374852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.0635415327296, + -11.75609942374852 + ] + ] + ], + "type": "Polygon" + }, + "id": "2668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88137893371969, + -12.023446043961911, + -76.87173351657117, + -12.01306209939263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.87706371930956, + -12.01306209939263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16991092647456, + -11.760716721199788, + -77.16026594886114, + -11.750321980017777 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16559148204323, + -11.750321980017777 + ], + [ + -77.16991092647456, + -11.753365922992868 + ], + [ + -77.16940792424217, + -11.758563345493853 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.16559148204323, + -11.750321980017777 + ] + ] + ], + "type": "Polygon" + }, + "id": "2670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08093406459781, + -11.964454921104108, + -77.07128524535256, + -11.954065180827103 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.07661426519057, + -11.954065180827103 + ] + ] + ], + "type": "Polygon" + }, + "id": "2671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995850616275, + -12.281752645915988, + -76.86030568184812, + -12.271373086328103 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.86564015332607, + -12.271373086328103 + ] + ] + ], + "type": "Polygon" + }, + "id": "2672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89052382059688, + -12.118704658969282, + -76.88087532054355, + -12.108321948584575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.88620708657994, + -12.108321948584575 + ] + ] + ], + "type": "Polygon" + }, + "id": "2673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84939022090794, + -12.161796818467113, + -76.8397415250193, + -12.15141581829942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.84507403071969, + -12.15141581829942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16999908652078, + -11.855154411827664, + -77.16035129477551, + -11.844760956069045 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16999908652078, + -11.847805381336494 + ], + [ + -77.16949593887698, + -11.85300216104613 + ], + [ + -77.16467195798772, + -11.855154411827664 + ], + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.16567838046029, + -11.844760956069045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77622436249709, + -12.343148604318252, + -76.76657221342768, + -12.332772444912012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.77190775126604, + -12.332772444912012 + ] + ] + ], + "type": "Polygon" + }, + "id": "2676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93319291787175, + -12.154378660534627, + -76.92354223259106, + -12.143995449971161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.92887455108327, + -12.143995449971161 + ] + ] + ], + "type": "Polygon" + }, + "id": "2677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79001839231958, + -12.014392578276324, + -76.78037568420207, + -12.004010792208051 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.78570579155266, + -12.004010792208051 + ] + ] + ], + "type": "Polygon" + }, + "id": "2678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853106855055, + -12.162704144018704, + -76.8488821024737, + -12.152322928996288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.85421461717061, + -12.152322928996288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234599915501, + -11.793505625194593, + -76.85270793652045, + -11.783118861295806 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.85803436685828, + -11.783118861295806 + ] + ] + ], + "type": "Polygon" + }, + "id": "2680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03683149687726, + -12.133157318133431, + -77.02717876671738, + -12.122771215509802 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.03683149687726, + -12.125818222214791 + ], + [ + -77.03632604599919, + -12.131011326023714 + ], + [ + -77.03149959506722, + -12.133157318133431 + ], + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.0325106237009, + -12.122771215509802 + ] + ] + ], + "type": "Polygon" + }, + "id": "2681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12435517399678, + -11.945108985652572, + -77.11470583880276, + -11.934717909802991 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.12003447719874, + -11.934717909802991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77619764805142, + -12.437439562927047, + -76.76654268059508, + -12.427065043813306 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.77619764805142, + -12.430115892154502 + ], + [ + -76.7756880742814, + -12.435303205698299 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.77187977681302, + -12.427065043813306 + ] + ] + ], + "type": "Polygon" + }, + "id": "2683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04974191636096, + -12.047916078330987, + -77.04009140012614, + -12.037528343122277 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.04542183601639, + -12.037528343122277 + ] + ] + ], + "type": "Polygon" + }, + "id": "2684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80597211124301, + -12.181064916958185, + -76.79632400150581, + -12.170685317916249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.8016568497697, + -12.170685317916249 + ] + ] + ], + "type": "Polygon" + }, + "id": "2685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9080518432731, + -12.175476323623071, + -76.89840118724706, + -12.16509407479 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.90373387556885, + -12.16509407479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07935855591272, + -11.885632148271899, + -77.06971212540458, + -11.87524131189656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.0750398501093, + -11.87524131189656 + ] + ] + ], + "type": "Polygon" + }, + "id": "2687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90269868256249, + -11.994099909662816, + -76.89305357807018, + -11.983714994469434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.89838328087936, + -11.983714994469434 + ] + ] + ], + "type": "Polygon" + }, + "id": "2688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69632778472932, + -12.170135947096162, + -76.68668298201919, + -12.159758959034429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.69201568511609, + -12.159758959034429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70764130169931, + -12.383434632320606, + -76.69798981685983, + -12.373060914126418 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.7023050281255, + -12.383434632320606 + ], + [ + -76.69798981685983, + -12.38038329995809 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.70332604083745, + -12.373060914126418 + ] + ] + ], + "type": "Polygon" + }, + "id": "2690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00865302030483, + -12.18542477526524, + -76.99899945202547, + -12.175040194779422 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -77.00433220466367, + -12.175040194779422 + ] + ] + ], + "type": "Polygon" + }, + "id": "2691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68123091547322, + -11.948546739994375, + -76.67159313664872, + -11.938166743984771 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.67692218768745, + -11.938166743984771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95215507049207, + -11.818080970664509, + -76.94251391585551, + -11.807692311125386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.94784067747251, + -11.807692311125386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8813829231413, + -12.117799098978793, + -76.87173469152853, + -12.107416602738832 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.87706644953575, + -12.107416602738832 + ] + ] + ], + "type": "Polygon" + }, + "id": "2694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06494648783838, + -11.986484844473702, + -77.05529741689203, + -11.976095817797036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.0606268211157, + -11.976095817797036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69326597251994, + -12.201265752701888, + -76.68362032482354, + -12.190889344615082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.68895354212465, + -12.190889344615082 + ] + ] + ], + "type": "Polygon" + }, + "id": "2696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07385038912113, + -11.609700982611853, + -77.06421231000137, + -11.599306618106413 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06953550662871, + -11.599306618106413 + ] + ] + ], + "type": "Polygon" + }, + "id": "2697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16307603955399, + -11.783658672510283, + -77.15343054845894, + -11.773264403165786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.15875647001384, + -11.773264403165786 + ] + ] + ], + "type": "Polygon" + }, + "id": "2698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6924748707017, + -12.256195728072743, + -76.68282760460235, + -12.24582024030858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.68816172889548, + -12.24582024030858 + ] + ] + ], + "type": "Polygon" + }, + "id": "2699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93773421930318, + -12.013287550087032, + -76.92808762440744, + -12.002902050643218 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.9334176131145, + -12.002902050643218 + ] + ] + ], + "type": "Polygon" + }, + "id": "2700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79371459226118, + -12.494190877966208, + -76.78405745413016, + -12.483816928374733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78939548109929, + -12.483816928374733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79681219510289, + -12.27447255221277, + -76.78716154246202, + -12.264094712620379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.79249593694738, + -12.264094712620379 + ] + ] + ], + "type": "Polygon" + }, + "id": "2702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93159747400067, + -11.792461003519838, + -76.92195761830463, + -11.782072502536154 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.92728397750814, + -11.782072502536154 + ] + ] + ], + "type": "Polygon" + }, + "id": "2703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71074945703738, + -12.25802322981869, + -76.70110163431254, + -12.247647304803804 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.7064357857993, + -12.247647304803804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90196299197692, + -12.237765764290284, + -76.89231063621325, + -12.227384676696394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.89764435727372, + -12.227384676696394 + ] + ] + ], + "type": "Polygon" + }, + "id": "2705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538645626344, + -12.234134967490016, + -76.85573517552187, + -12.223754735063281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.86106886416681, + -12.223754735063281 + ] + ] + ], + "type": "Polygon" + }, + "id": "2706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00705382909415, + -12.012255735840393, + -76.99740546873689, + -12.001868509771459 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -77.0027353689695, + -12.001868509771459 + ] + ] + ], + "type": "Polygon" + }, + "id": "2707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12824817600671, + -12.047758270061387, + -77.1185956827666, + -12.03736862272385 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.12392600537757, + -12.03736862272385 + ] + ] + ], + "type": "Polygon" + }, + "id": "2708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9201770385014, + -11.767739441498646, + -76.9105382175708, + -11.757350889661607 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.9158641801477, + -11.757350889661607 + ] + ] + ], + "type": "Polygon" + }, + "id": "2709", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.934635503131, + -11.761295003688174, + -76.92499649568133, + -11.750906007201658 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93032233960825, + -11.750906007201658 + ], + [ + -76.934635503131, + -11.753952049419425 + ], + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.92550292205429, + -11.753054429570941 + ], + [ + -76.93032233960825, + -11.750906007201658 + ] + ] + ], + "type": "Polygon" + }, + "id": "2710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74275209563255, + -12.214066311965755, + -76.73310471098536, + -12.203688848871991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.73843812895531, + -12.203688848871991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05872032247366, + -11.765597617981511, + -77.04907798956528, + -11.755205631652576 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.05440376767025, + -11.755205631652576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07403078705694, + -11.892977259071145, + -77.06438427257368, + -11.882586656394539 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06971212540458, + -11.882586656394539 + ] + ] + ], + "type": "Polygon" + }, + "id": "2713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87681395107384, + -12.164517993302484, + -76.86716444605122, + -12.154136349321027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.87249697791411, + -12.154136349321027 + ] + ] + ], + "type": "Polygon" + }, + "id": "2714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86158048947608, + -12.037212390186093, + -76.85193518633771, + -12.026829148546705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.85726562989137, + -12.026829148546705 + ] + ] + ], + "type": "Polygon" + }, + "id": "2715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1865944650517, + -11.683641252918497, + -77.17695136851692, + -11.673245102769489 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18227560717929, + -11.673245102769489 + ], + [ + -77.1865944650517, + -11.676288490006417 + ], + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.17745414374338, + -11.675399755690567 + ], + [ + -77.18227560717929, + -11.673245102769489 + ] + ] + ], + "type": "Polygon" + }, + "id": "2716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04901066108525, + -12.10289883561904, + -77.03935852321271, + -12.09251196219065 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.04468986604563, + -12.09251196219065 + ] + ] + ], + "type": "Polygon" + }, + "id": "2717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8158822143545, + -12.127023860239479, + -76.80623545146716, + -12.116643152465176 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.81156740316037, + -12.116643152465176 + ] + ] + ], + "type": "Polygon" + }, + "id": "2718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0900137086616, + -11.870940968637248, + -77.08036744660036, + -11.860549666198105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.08569491479025, + -11.860549666198105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02846614419282, + -12.171652516954262, + -77.01881247887209, + -12.16126722916651 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02414498086875, + -12.16126722916651 + ], + [ + -77.02846614419282, + -12.16431449321725 + ], + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.02414498086875, + -12.16126722916651 + ] + ] + ], + "type": "Polygon" + }, + "id": "2720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67499604371501, + -12.199439212728647, + -76.6653509542731, + -12.189063243239888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.6706841433369, + -12.189063243239888 + ] + ] + ], + "type": "Polygon" + }, + "id": "2721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05125723515641, + -12.032334407230577, + -77.04160714505116, + -12.02194639930236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.04693732230807, + -12.02194639930236 + ] + ] + ], + "type": "Polygon" + }, + "id": "2722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76794798647603, + -12.004339184319374, + -76.75830617447816, + -11.993957805815105 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.7636361250903, + -11.993957805815105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78466401748506, + -12.11605971061547, + -76.77501842160657, + -12.10567961900377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.78035020739046, + -12.10567961900377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74360712497561, + -11.970473819105669, + -76.73396698338789, + -11.960092554991206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73929638398302, + -11.960092554991206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05025986455804, + -11.61526803361837, + -77.04062221887102, + -11.604874312049906 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.04594553774085, + -11.604874312049906 + ] + ] + ], + "type": "Polygon" + }, + "id": "2726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68877664284565, + -12.059347478279136, + -76.67913535319005, + -12.048968947738771 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68446622972623, + -12.048968947738771 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.67913535319005, + -12.056297571602366 + ], + [ + -76.6796456724856, + -12.051108361255578 + ], + [ + -76.68446622972623, + -12.048968947738771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04498816853, + -11.717045513647218, + -77.03534762997818, + -11.706653219474097 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.04067262756573, + -11.706653219474097 + ] + ] + ], + "type": "Polygon" + }, + "id": "2728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82354699631263, + -11.766082407028293, + -76.81391078391188, + -11.755696244075533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.81822094588884, + -11.766082407028293 + ], + [ + -76.81391078391188, + -11.763035280134243 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81923678657466, + -11.755696244075533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94385726957421, + -12.139708052479017, + -76.93420674371403, + -12.12932434511978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.93953881039543, + -12.12932434511978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93236645743326, + -11.831865973373631, + -76.92272540846642, + -11.821477993516087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.93186001517479, + -11.829718482690254 + ], + [ + -76.92703940446187, + -11.831865973373631 + ], + [ + -76.92272540846642, + -11.828819440899109 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.92805241520594, + -11.821477993516087 + ] + ] + ], + "type": "Polygon" + }, + "id": "2731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02373272337455, + -11.840843928883379, + -77.01408904283888, + -11.830453822804593 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01941610198614, + -11.830453822804593 + ] + ] + ], + "type": "Polygon" + }, + "id": "2732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75199136656761, + -11.9319963617633, + -76.742352143502, + -11.921614322193616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.74768090769909, + -11.921614322193616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92939953204119, + -12.24048603267182, + -76.91974637502598, + -12.230104306330496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.92508011749975, + -12.230104306330496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89739491282927, + -12.284478223796942, + -76.88774128201285, + -12.274098023335924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.89739491282927, + -12.277147038398684 + ], + [ + -76.89688727223104, + -12.282337191936538 + ], + [ + -76.89206037017178, + -12.284478223796942 + ], + [ + -76.88774128201285, + -12.28142912505398 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.89307577780946, + -12.274098023335924 + ] + ] + ], + "type": "Polygon" + }, + "id": "2735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8661486682394, + -12.179182987927605, + -76.85649900803959, + -12.168801845461305 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.86183178939704, + -12.168801845461305 + ] + ] + ], + "type": "Polygon" + }, + "id": "2736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7754736830557, + -12.303780856951366, + -76.76582273070468, + -12.29340404861493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.77115761853997, + -12.29340404861493 + ] + ] + ], + "type": "Polygon" + }, + "id": "2737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70856953173575, + -12.045599572180205, + -76.69892810804217, + -12.035220325916058 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70425875500446, + -12.035220325916058 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.69943813063664, + -12.03736034580151 + ], + [ + -76.70425875500446, + -12.035220325916058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84100821254681, + -12.200269694046797, + -76.831358591519, + -12.189889522110036 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.83669173720654, + -12.189889522110036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74204256246684, + -12.08037558663458, + -76.73239918676256, + -12.069996021010617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.7377303993135, + -12.069996021010617 + ] + ] + ], + "type": "Polygon" + }, + "id": "2740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15385035592851, + -11.688325021846994, + -77.14420793109879, + -11.67792971773292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14953230102608, + -11.67792971773292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65439763890724, + -12.268099051235822, + -76.64475106952821, + -12.257724738603821 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.65008539315193, + -12.257724738603821 + ] + ] + ], + "type": "Polygon" + }, + "id": "2742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03599962675075, + -11.999372630357932, + -77.0263509086461, + -11.988984502117962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.03168056224546, + -11.988984502117962 + ] + ] + ], + "type": "Polygon" + }, + "id": "2743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78762394924537, + -12.462153826029496, + -76.77796793385436, + -12.45177945605536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78330543379711, + -12.45177945605536 + ], + [ + -76.78762394924537, + -12.454830304752283 + ], + [ + -76.78711449582828, + -12.460017543626956 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.78330543379711, + -12.45177945605536 + ] + ] + ], + "type": "Polygon" + }, + "id": "2744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85014468286874, + -12.295502565632368, + -76.84049197407354, + -12.285123733268255 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.84582668600476, + -12.285123733268255 + ] + ] + ], + "type": "Polygon" + }, + "id": "2745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00176299786533, + -12.11397260848608, + -76.99211173955172, + -12.10358706673466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.99744332190157, + -12.10358706673466 + ] + ] + ], + "type": "Polygon" + }, + "id": "2746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76564245595492, + -12.074862990807812, + -76.75599860349702, + -12.064482741108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.76132971745655, + -12.064482741108 + ] + ] + ], + "type": "Polygon" + }, + "id": "2747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03731735167855, + -11.606135056331164, + -77.02768030748416, + -11.595741536946761 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03300349251437, + -11.595741536946761 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.0281850559783, + -11.597893982987957 + ], + [ + -77.03300349251437, + -11.595741536946761 + ] + ] + ], + "type": "Polygon" + }, + "id": "2748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75878354263307, + -12.097763346568996, + -76.74913919310085, + -12.087383625159422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.75447068710533, + -12.087383625159422 + ] + ] + ], + "type": "Polygon" + }, + "id": "2749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7412967628324, + -12.040996976597993, + -76.73165458182243, + -12.030616826818795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.73698514533947, + -12.030616826818795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0703349307986, + -12.073536375047397, + -77.06068312707207, + -12.063148527768899 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.06601395796446, + -12.063148527768899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77852960004415, + -12.272649831813267, + -76.76887949509045, + -12.262272424717786 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.77421386756954, + -12.262272424717786 + ] + ] + ], + "type": "Polygon" + }, + "id": "2752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16715470121093, + -12.075169599316615, + -77.15750042128047, + -12.064779430390404 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1628311331636, + -12.064779430390404 + ], + [ + -77.16715470121093, + -12.067824943493186 + ], + [ + -77.16665117149279, + -12.073020079619077 + ], + [ + -77.1618239463805, + -12.075169599316615 + ], + [ + -77.15750042128047, + -12.072124002063363 + ], + [ + -77.15800407833609, + -12.066928969273015 + ], + [ + -77.1628311331636, + -12.064779430390404 + ] + ] + ], + "type": "Polygon" + }, + "id": "2753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12039099618812, + -11.748018732878029, + -77.11074763027791, + -11.737625015780377 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.11607303303344, + -11.737625015780377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09698738092632, + -12.036825937858756, + -77.08733599861402, + -12.026436883243004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.09266618760824, + -12.026436883243004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7701672183478, + -12.216800200814152, + -76.76051900757152, + -12.206422085829214 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.76585246136207, + -12.206422085829214 + ] + ] + ], + "type": "Polygon" + }, + "id": "2756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91487853096186, + -11.963846711209866, + -76.90523400821306, + -11.953461046252908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91056320267586, + -11.953461046252908 + ], + [ + -76.91487853096186, + -11.956508342537257 + ], + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.90574102768167, + -11.955606550085479 + ], + [ + -76.91056320267586, + -11.953461046252908 + ] + ] + ], + "type": "Polygon" + }, + "id": "2757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89736893305216, + -12.001436935766025, + -76.88772375014693, + -11.991052262564429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.89305357807018, + -11.991052262564429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19583084108194, + -11.778980406577917, + -77.18618467963327, + -11.76858528851828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.19151046884912, + -11.76858528851828 + ], + [ + -77.19583084108194, + -11.771629091257022 + ], + [ + -77.1953281749742, + -11.776826702005023 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.18618467963327, + -11.775936517746173 + ], + [ + -77.18668747295835, + -11.770739010444487 + ], + [ + -77.19151046884912, + -11.76858528851828 + ] + ] + ], + "type": "Polygon" + }, + "id": "2759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78837651688941, + -12.501513547699618, + -76.77871930357774, + -12.491139865698424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.78786701183934, + -12.499377772813531 + ], + [ + -76.78303831785598, + -12.501513547699618 + ], + [ + -76.77871930357774, + -12.498462452869036 + ], + [ + -76.77922893479231, + -12.493275665724992 + ], + [ + -76.78405745413016, + -12.491139865698424 + ] + ] + ], + "type": "Polygon" + }, + "id": "2760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95143246652654, + -11.967452419592403, + -76.94178688090612, + -11.957065901046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.94711610176398, + -11.957065901046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08547450112606, + -11.917699705791007, + -77.0758269605816, + -11.907309177459288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.0811552045166, + -11.907309177459288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05177313867283, + -11.599677393650921, + -77.04213591798417, + -11.589283442054924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.04745897890821, + -11.589283442054924 + ] + ] + ], + "type": "Polygon" + }, + "id": "2763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.707688015371, + -12.289149812234458, + -76.69803934687053, + -12.27877448421867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.70337401298657, + -12.27877448421867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72447735446984, + -12.212242381614278, + -76.71483052295454, + -12.20186535436204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.7201639156672, + -12.20186535436204 + ] + ] + ], + "type": "Polygon" + }, + "id": "2765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75185626351636, + -12.309281383820062, + -76.74220578725554, + -12.298905268070296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.74754077458697, + -12.298905268070296 + ] + ] + ], + "type": "Polygon" + }, + "id": "2766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87604868396787, + -12.030781755285863, + -76.86640318907013, + -12.020398054479426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.87173351657117, + -12.020398054479426 + ] + ] + ], + "type": "Polygon" + }, + "id": "2767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0298409501669, + -11.872910226656103, + -77.02019615822763, + -11.86252041905564 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.02552373759718, + -11.86252041905564 + ] + ] + ], + "type": "Polygon" + }, + "id": "2768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71153751717222, + -12.203091225569377, + -76.7018913131221, + -12.192714379881359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.70722455755994, + -12.192714379881359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99180438549077, + -11.979294297096718, + -76.9821574006092, + -11.968906956472166 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.98748677501405, + -11.968906956472166 + ] + ] + ], + "type": "Polygon" + }, + "id": "2770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02308823655964, + -12.08461743699039, + -77.01343730639964, + -12.07423091593872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.01876838008928, + -12.07423091593872 + ] + ] + ], + "type": "Polygon" + }, + "id": "2771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87680333244998, + -11.78706581681319, + -76.86716507840877, + -11.77667860452948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.87249139283219, + -11.77667860452948 + ] + ] + ], + "type": "Polygon" + }, + "id": "2772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95220434338768, + -12.006851090453157, + -76.9425575631673, + -11.99646513630463 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.9478874322068, + -11.99646513630463 + ] + ] + ], + "type": "Polygon" + }, + "id": "2773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75806758942969, + -11.964048280664633, + -76.74842724625185, + -11.953666555045263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.75375653646535, + -11.953666555045263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96667474392754, + -12.000413456293177, + -76.9570277796078, + -11.990027048371896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.96235752829425, + -11.990027048371896 + ] + ] + ], + "type": "Polygon" + }, + "id": "2775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95676160726923, + -11.960112885140752, + -76.94711610176398, + -11.94972612717544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.95244519658586, + -11.94972612717544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08850077601055, + -11.886527601796452, + -77.0788540878124, + -11.876136555843043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.08418181456646, + -11.876136555843043 + ] + ] + ], + "type": "Polygon" + }, + "id": "2777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74509916012352, + -12.049236332989967, + -76.73545662988562, + -12.038856211965733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.74078732812693, + -12.038856211965733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94073120359914, + -11.793359296701553, + -76.93109108262607, + -11.78297058181196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.93641744833056, + -11.78297058181196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0809962963108, + -12.05885317922994, + -77.07134466065249, + -12.048464847686049 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.07667523504853, + -12.048464847686049 + ] + ] + ], + "type": "Polygon" + }, + "id": "2780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85167422604685, + -12.185607306478653, + -76.84202475861622, + -12.175226630141367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.84735765565996, + -12.175226630141367 + ] + ] + ], + "type": "Polygon" + }, + "id": "2781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88366461822775, + -12.047261475315832, + -76.8740184304916, + -12.036877833953087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.87934902399441, + -12.036877833953087 + ] + ] + ], + "type": "Polygon" + }, + "id": "2782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82121409016625, + -12.119692172334807, + -76.81156740316037, + -12.109311215168173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.8168992310733, + -12.109311215168173 + ] + ] + ], + "type": "Polygon" + }, + "id": "2783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75501287951268, + -11.99519238205274, + -76.74537169101878, + -11.984811194855206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.7507014954009, + -11.984811194855206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79225240830569, + -12.226860464565705, + -76.78260330050904, + -12.216481954475286 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.78793691108227, + -12.216481954475286 + ] + ] + ], + "type": "Polygon" + }, + "id": "2785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8592942557803, + -12.107747581860176, + -76.84964690943727, + -12.09736548140206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.85497851726329, + -12.09736548140206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75426565658444, + -11.95580868604865, + -76.74462566218604, + -11.945426935893458 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.74995481790896, + -11.945426935893458 + ] + ] + ], + "type": "Polygon" + }, + "id": "2787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89127469113346, + -11.96937973852488, + -76.88163062447667, + -11.95899474244277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.88695992907185, + -11.95899474244277 + ] + ] + ], + "type": "Polygon" + }, + "id": "2788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69850038608459, + -12.382518665658719, + -76.68884917969878, + -12.372145165596686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.69798981685983, + -12.38038329995809 + ], + [ + -76.69316412594436, + -12.382518665658719 + ], + [ + -76.68884917969878, + -12.37946725218167 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.69418539011288, + -12.372145165596686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11074376508378, + -12.085371051439017, + -77.10109058858718, + -12.074982402972966 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.11074376508378, + -12.07802849373271 + ], + [ + -77.11023942634672, + -12.083222870002887 + ], + [ + -77.10541275265375, + -12.085371051439017 + ], + [ + -77.10109058858718, + -12.08232487639249 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.10642155726029, + -12.074982402972966 + ] + ] + ], + "type": "Polygon" + }, + "id": "2790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78694231969774, + -12.139868760117272, + -76.77729595190407, + -12.129488985438794 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.78262812941264, + -12.129488985438794 + ] + ] + ], + "type": "Polygon" + }, + "id": "2791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06573259012981, + -12.025891339275825, + -77.05608232424032, + -12.015502880892862 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.06141237639868, + -12.015502880892862 + ] + ] + ], + "type": "Polygon" + }, + "id": "2792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75950009042127, + -12.23145565276482, + -76.74985173120636, + -12.221078048005348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.75518543082354, + -12.221078048005348 + ] + ] + ], + "type": "Polygon" + }, + "id": "2793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8288502745724, + -11.947478616544215, + -76.8192085183923, + -11.937094862009971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82453750381255, + -11.937094862009971 + ], + [ + -76.8288502745724, + -11.940142844629131 + ], + [ + -76.82834220632475, + -11.945334775962168 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.82453750381255, + -11.937094862009971 + ] + ] + ], + "type": "Polygon" + }, + "id": "2794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96214571582613, + -12.141515808076319, + -76.95249466003455, + -12.131131676211412 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.95782673872998, + -12.131131676211412 + ] + ] + ], + "type": "Polygon" + }, + "id": "2795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12125738502664, + -11.881865805966518, + -77.11161001193271, + -11.871473900013967 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.11693761432262, + -11.871473900013967 + ] + ] + ], + "type": "Polygon" + }, + "id": "2796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.952976410676, + -12.046247954513246, + -76.9433284355632, + -12.035862574526071 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.94865895294006, + -12.035862574526071 + ] + ] + ], + "type": "Polygon" + }, + "id": "2797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02455907387524, + -11.974651198448424, + -77.01491138541378, + -11.96426298476267 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.02024064583352, + -11.96426298476267 + ] + ] + ], + "type": "Polygon" + }, + "id": "2798", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88365066432226, + -11.764144067650099, + -76.87401291148238, + -11.753756375517359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.87933884393499, + -11.753756375517359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78990494026031, + -12.485952944729998, + -76.78024815132517, + -12.47557894328465 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.7855860438105, + -12.47557894328465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02134728090971, + -11.628180922672833, + -77.01170998972178, + -11.617788067987778 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.01602366972362, + -11.628180922672833 + ], + [ + -77.01170998972178, + -11.6251362926345 + ], + [ + -77.01221499606146, + -11.619939918333053 + ], + [ + -77.01703355600051, + -11.617788067987778 + ] + ] + ], + "type": "Polygon" + }, + "id": "2801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99184059937454, + -12.073673895338537, + -76.98219079912576, + -12.063287974297868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.98752172830943, + -12.063287974297868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77555437980087, + -12.020818263721667, + -76.76591187065324, + -12.010436939945064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.77124208994279, + -12.010436939945064 + ] + ] + ], + "type": "Polygon" + }, + "id": "2803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0261675656029, + -12.147834518214799, + -77.01651467011001, + -12.137448908479216 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.0261675656029, + -12.140496083603848 + ], + [ + -77.02566194223343, + -12.145688941028235 + ], + [ + -77.0208354085721, + -12.147834518214799 + ], + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.02184678215784, + -12.137448908479216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9247682271547, + -11.909770383692557, + -76.91512505659685, + -11.899383689101125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.91943988522571, + -11.909770383692557 + ], + [ + -76.91512505659685, + -11.906723370865437 + ], + [ + -76.91563185318509, + -11.901530077028793 + ], + [ + -76.9204533521634, + -11.899383689101125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95899983542255, + -11.795155106800816, + -76.94935918532377, + -11.784765964851912 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.95468556320508, + -11.784765964851912 + ] + ] + ], + "type": "Polygon" + }, + "id": "2806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76630263082971, + -12.397163006815164, + -76.756649135724, + -12.386788031724407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.76096614774893, + -12.397163006815164 + ], + [ + -76.756649135724, + -12.394112162068588 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.76198557004037, + -12.386788031724407 + ] + ] + ], + "type": "Polygon" + }, + "id": "2807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9591064247413, + -12.17266706512587, + -76.94945451808886, + -12.162283503220197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.95478711354414, + -12.162283503220197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16449879344974, + -11.673621513828452, + -77.15485654159284, + -11.663225765125478 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.16018065271184, + -11.663225765125478 + ] + ] + ], + "type": "Polygon" + }, + "id": "2809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97730198137448, + -11.891347326429747, + -76.96765799207448, + -11.880959069894597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.97298593407072, + -11.880959069894597 + ] + ] + ], + "type": "Polygon" + }, + "id": "2810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05485381241049, + -11.662930453043758, + -77.04521463248837, + -11.652537219632908 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.05053872836017, + -11.652537219632908 + ] + ] + ], + "type": "Polygon" + }, + "id": "2811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02823183573271, + -11.699669732082812, + -77.01859224205367, + -11.68927762072047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.0239169746594, + -11.68927762072047 + ] + ] + ], + "type": "Polygon" + }, + "id": "2812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78083385377934, + -12.202143390878682, + -76.77118579210703, + -12.191764767431497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.77651899971826, + -12.191764767431497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74957968582997, + -12.285478493403485, + -76.73992998261254, + -12.275102035490733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.74526457754266, + -12.275102035490733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0541786417966, + -11.812359516219987, + -77.0445350322822, + -11.801968273606771 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.04986158517134, + -11.801968273606771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04284460853955, + -11.976448255628808, + -77.03319639914388, + -11.966059620668656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.03852566669653, + -11.966059620668656 + ] + ] + ], + "type": "Polygon" + }, + "id": "2816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08994888240726, + -11.776519927357402, + -77.080305433621, + -11.766127328227606 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.08563134906564, + -11.766127328227606 + ] + ] + ], + "type": "Polygon" + }, + "id": "2817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77702817783576, + -12.193904338406702, + -76.76738046499172, + -12.183525678084052 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.77271353820024, + -12.183525678084052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98033710383233, + -11.860182041208862, + -76.97069396432299, + -11.849793270435311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.97602139027856, + -11.849793270435311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15322054814399, + -11.837779639503378, + -77.14357369035685, + -11.827386346247653 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.1489005177688, + -11.827386346247653 + ] + ] + ], + "type": "Polygon" + }, + "id": "2820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12492341757887, + -11.70124573574104, + -77.1152813299771, + -11.690851295662679 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.12060595729218, + -11.690851295662679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2821", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85547931774833, + -12.288173242708043, + -76.84582668600476, + -12.277794153573959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.85116127342422, + -12.277794153573959 + ] + ] + ], + "type": "Polygon" + }, + "id": "2822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93548383025, + -12.17819275910546, + -76.92583237423798, + -12.16780987135991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.93116508341356, + -12.16780987135991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72530455814682, + -12.06298765925887, + -76.71566215772253, + -12.052608252016853 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.72099308792586, + -12.052608252016853 + ] + ] + ], + "type": "Polygon" + }, + "id": "2824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70393214124326, + -12.186613609256527, + -76.6942866377438, + -12.176236691471898 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.69961961159278, + -12.176236691471898 + ] + ] + ], + "type": "Polygon" + }, + "id": "2825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80519985373853, + -12.23600974044167, + -76.7955501242525, + -12.225631053012362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.800883879674, + -12.225631053012362 + ] + ] + ], + "type": "Polygon" + }, + "id": "2826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02520223865238, + -11.730845104031951, + -77.01556179495327, + -11.720453474428222 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.02088704355695, + -11.720453474428222 + ] + ] + ], + "type": "Polygon" + }, + "id": "2827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8189046068862, + -12.28453309029793, + -76.80925306023815, + -12.274154860633438 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.81458760961887, + -12.274154860633438 + ] + ] + ], + "type": "Polygon" + }, + "id": "2828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75654030311811, + -11.97962053365323, + -76.7468995372939, + -11.96923907647209 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.75222908458315, + -11.96923907647209 + ] + ] + ], + "type": "Polygon" + }, + "id": "2829", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84254769308563, + -11.996013293336558, + -76.8329041246516, + -11.985629910098146 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.8382339015434, + -11.985629910098146 + ] + ] + ], + "type": "Polygon" + }, + "id": "2830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9795946891586, + -11.91516986775133, + -76.96994993079112, + -11.90478189477377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.97527826249633, + -11.90478189477377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9583068478496, + -12.038909940017799, + -76.94865895294006, + -12.028524316894453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.95398934419251, + -12.028524316894453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00623467534055, + -11.878459089728938, + -76.99659032355171, + -11.868069939027649 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -77.00191802193604, + -11.868069939027649 + ] + ] + ], + "type": "Polygon" + }, + "id": "2833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87528847332885, + -12.08574586534273, + -76.86564135924378, + -12.07536302307523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.87097259322236, + -12.07536302307523 + ] + ] + ], + "type": "Polygon" + }, + "id": "2834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1219760809092, + -11.826859795205676, + -77.11233032816088, + -11.816467105249679 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.11765702470714, + -11.816467105249679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71621615603424, + -11.967750777571155, + -76.7065768434714, + -11.95737017009965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.71190620590386, + -11.95737017009965 + ] + ] + ], + "type": "Polygon" + }, + "id": "2836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03047995248666, + -11.629073646047052, + -77.02084240098186, + -11.618680579343044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.02616597105369, + -11.618680579343044 + ] + ] + ], + "type": "Polygon" + }, + "id": "2837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90419863572681, + -11.78976457263315, + -76.89455957871755, + -11.779376714871624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.8998859167681, + -11.779376714871624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85396660961945, + -12.020732771294536, + -76.84432200018188, + -12.010349471649048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84965217719414, + -12.010349471649048 + ] + ] + ], + "type": "Polygon" + }, + "id": "2839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12348732532377, + -11.811270697584753, + -77.11384199892753, + -11.800877757312 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11916843684257, + -11.800877757312 + ] + ] + ], + "type": "Polygon" + }, + "id": "2840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08856520156469, + -11.980936274223408, + -77.07891569820038, + -11.970546590474655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.08424497875649, + -11.970546590474655 + ] + ] + ], + "type": "Polygon" + }, + "id": "2841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05355707212351, + -12.056156448108796, + -77.0439062129774, + -12.045768744898105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.0492367797098, + -12.045768744898105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92022296385439, + -12.050876873530683, + -76.91057570616259, + -12.04049237635317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.91590632983953, + -12.04049237635317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83034170162257, + -12.214930732301427, + -76.82069192766265, + -12.204551066530378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.82602532164168, + -12.204551066530378 + ] + ] + ], + "type": "Polygon" + }, + "id": "2844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01316322798309, + -12.044316809371983, + -77.00351375454326, + -12.033929915985453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -77.00884417588966, + -12.033929915985453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73145939827893, + -11.906371094731636, + -76.72182149781182, + -11.895989206922703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.72714984573396, + -11.895989206922703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66126454693313, + -12.245213998119956, + -76.65161847063933, + -12.23483912969583 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.65695241617829, + -12.23483912969583 + ] + ] + ], + "type": "Polygon" + }, + "id": "2847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06090620848765, + -11.600568716822458, + -77.05126872911963, + -11.590174553941004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.05659179292005, + -11.590174553941004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08607186467701, + -11.673847875600714, + -77.07643156889615, + -11.663454022767885 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.08175580241924, + -11.663454022767885 + ] + ] + ], + "type": "Polygon" + }, + "id": "2849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06241896661656, + -11.584977415271286, + -77.05278191232696, + -11.574583023905442 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05810471815317, + -11.574583023905442 + ], + [ + -77.06241896661656, + -11.577626964487658 + ], + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.05328627642915, + -11.5767362438745 + ], + [ + -77.05810471815317, + -11.574583023905442 + ] + ] + ], + "type": "Polygon" + }, + "id": "2850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11528213057862, + -12.038620688012132, + -77.10563023473473, + -12.028231216481325 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1109604264904, + -12.028231216481325 + ], + [ + -77.11528213057862, + -12.03127704443239 + ], + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.1109604264904, + -12.028231216481325 + ] + ] + ], + "type": "Polygon" + }, + "id": "2851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85093406180648, + -11.768784829695836, + -76.84129703820004, + -11.758398016722614 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.84662306929509, + -11.758398016722614 + ] + ] + ], + "type": "Polygon" + }, + "id": "2852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69035884901506, + -11.949455395669283, + -76.68072079158392, + -11.93907517951831 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.68604985666914, + -11.93907517951831 + ] + ] + ], + "type": "Polygon" + }, + "id": "2853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8798600696277, + -12.133372490268764, + -76.87021141356865, + -12.122990276570592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.87554342951047, + -12.122990276570592 + ] + ] + ], + "type": "Polygon" + }, + "id": "2854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77172306422408, + -12.106911635310317, + -76.76207809106621, + -12.096531728315572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.76740973123252, + -12.096531728315572 + ] + ] + ], + "type": "Polygon" + }, + "id": "2855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07942031256917, + -11.980039199398147, + -77.06977106704197, + -11.969649724904366 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.07510034554939, + -11.969649724904366 + ] + ] + ], + "type": "Polygon" + }, + "id": "2856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06337486482022, + -11.907666520567822, + -77.0537281828835, + -11.89727638662201 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.05905629170415, + -11.89727638662201 + ] + ] + ], + "type": "Polygon" + }, + "id": "2857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95828042148251, + -11.94453268187437, + -76.9486353408346, + -11.934145659065363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.95396417761869, + -11.934145659065363 + ] + ] + ], + "type": "Polygon" + }, + "id": "2858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98795757697194, + -11.876663209170307, + -76.97831374963684, + -11.866274482399557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.9836414386852, + -11.866274482399557 + ] + ] + ], + "type": "Polygon" + }, + "id": "2859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9605990259032, + -12.062728099463023, + -76.95095036104674, + -12.052342781938533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.95628114251029, + -12.052342781938533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01320568510995, + -12.138692661593334, + -77.00355339485478, + -12.128307225948928 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -77.00888537158838, + -12.128307225948928 + ] + ] + ], + "type": "Polygon" + }, + "id": "2861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89815190097329, + -12.229526432999272, + -76.88849989163118, + -12.219145305580358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.89383347978536, + -12.219145305580358 + ] + ] + ], + "type": "Polygon" + }, + "id": "2862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95673563802478, + -11.865726933853187, + -76.94709294538778, + -11.855338823025587 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.95242048649713, + -11.855338823025587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8471305894516, + -11.7605445735701, + -76.8374939123082, + -11.750157745150208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.84281981024029, + -11.750157745150208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82729066566851, + -12.246068557848114, + -76.81764004343749, + -12.235689478645815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.82297395310584, + -12.235689478645815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98192107096894, + -12.033374364815163, + -76.9722727289237, + -12.02298807481212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.97760300477647, + -12.02298807481212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88824305356682, + -12.189236399169623, + -76.87859250856454, + -12.17885486549705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.88392543966945, + -12.17885486549705 + ] + ] + ], + "type": "Polygon" + }, + "id": "2867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99109961549759, + -12.128648213372443, + -76.98144819410301, + -12.118263163927699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.98678003025627, + -12.118263163927699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91491984331192, + -12.246912128698881, + -76.90526687381184, + -12.2365308683513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.91060073503643, + -12.2365308683513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18447098120822, + -11.848697275781083, + -77.17482302387546, + -11.838303382738747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18014997893674, + -11.838303382738747 + ], + [ + -77.18447098120822, + -11.841347643129371 + ], + [ + -77.18396804711183, + -11.846544641387766 + ], + [ + -77.17914398350719, + -11.848697275781083 + ], + [ + -77.17482302387546, + -11.84565292973757 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.18014997893674, + -11.838303382738747 + ] + ] + ], + "type": "Polygon" + }, + "id": "2870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81742238691689, + -12.017111383615253, + -76.80777886109321, + -12.006728947370847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.81310899994982, + -12.006728947370847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79307035936323, + -11.983246677080922, + -76.78342849745725, + -11.97286434939582 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.78875809022833, + -11.97286434939582 + ] + ] + ], + "type": "Polygon" + }, + "id": "2872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7961008978728, + -12.046444024670835, + -76.7864570701937, + -12.03606256945141 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.79178770306358, + -12.03606256945141 + ] + ] + ], + "type": "Polygon" + }, + "id": "2873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88824904904286, + -12.283569968311022, + -76.87859568658268, + -12.273189981224208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.88774128201285, + -12.28142912505398 + ], + [ + -76.8829145140852, + -12.283569968311022 + ], + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.88393017454919, + -12.273189981224208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01550312406256, + -12.162510393213736, + -77.00585006390072, + -12.15212527813668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.0111824306617, + -12.15212527813668 + ] + ] + ], + "type": "Polygon" + }, + "id": "2875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02667076502246, + -11.620832610245287, + -77.01703355600051, + -11.610439533547932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.02235699528376, + -11.610439533547932 + ] + ] + ], + "type": "Polygon" + }, + "id": "2876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0923811486284, + -11.989176936796792, + -77.08273130329674, + -11.978787281996398 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.08806071414938, + -11.978787281996398 + ] + ] + ], + "type": "Polygon" + }, + "id": "2877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10383050403486, + -12.013898863159165, + -77.0941796331701, + -12.003509297940846 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.09950943466207, + -12.003509297940846 + ] + ] + ], + "type": "Polygon" + }, + "id": "2878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17070958406869, + -11.800141251720607, + -77.16106341301479, + -11.789747022001535 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.16638959291652, + -11.789747022001535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99794927493791, + -12.105732562409871, + -76.98829836072704, + -12.095346986200973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.99362981153259, + -12.095346986200973 + ] + ] + ], + "type": "Polygon" + }, + "id": "2880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10527406048391, + -11.903904595965573, + -77.09562643197086, + -11.893513389669979 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.10095442066937, + -11.893513389669979 + ] + ] + ], + "type": "Polygon" + }, + "id": "2881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76186977648064, + -11.972287872955556, + -76.75222908458315, + -11.961906172327307 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.75755850924637, + -11.961906172327307 + ] + ] + ], + "type": "Polygon" + }, + "id": "2882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78241095404331, + -11.997913362515432, + -76.77276894245699, + -11.987531522104266 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.77809878150413, + -11.987531522104266 + ] + ] + ], + "type": "Polygon" + }, + "id": "2883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03204201366228, + -11.707910706567485, + -77.02240207736583, + -11.697518609237328 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.02772694080409, + -11.697518609237328 + ] + ] + ], + "type": "Polygon" + }, + "id": "2884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01090860581317, + -12.114874380922014, + -77.00125708537293, + -12.104488628270735 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -77.00658867211877, + -12.104488628270735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75345199984753, + -12.105093341845496, + -76.7438075764294, + -12.094713869889743 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.74913919310085, + -12.094713869889743 + ] + ] + ], + "type": "Polygon" + }, + "id": "2886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97051594027269, + -12.103025717388379, + -76.96086581586991, + -12.092640775780218 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.96619725148645, + -12.092640775780218 + ] + ] + ], + "type": "Polygon" + }, + "id": "2887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99942860147027, + -11.99577503333129, + -76.98978092872882, + -11.985387749072721 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.99511056613049, + -11.985387749072721 + ] + ] + ], + "type": "Polygon" + }, + "id": "2888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04039508651846, + -11.669386054949562, + -77.03075608290067, + -11.658993256421143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03608030307365, + -11.658993256421143 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03075608290067, + -11.666341361639741 + ], + [ + -77.03126088684344, + -11.661145015252867 + ], + [ + -77.03608030307365, + -11.658993256421143 + ] + ] + ], + "type": "Polygon" + }, + "id": "2889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98030426831642, + -11.76578068021312, + -76.97066394029184, + -11.755390616591002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.97598981350984, + -11.755390616591002 + ] + ] + ], + "type": "Polygon" + }, + "id": "2890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92480152827497, + -12.098508976284133, + -76.91515272977358, + -12.088125097358478 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.92048413455646, + -12.088125097358478 + ] + ] + ], + "type": "Polygon" + }, + "id": "2891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09382841833282, + -11.879181883296642, + -77.08418181456646, + -11.868790604208954 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08950941294603, + -11.868790604208954 + ] + ] + ], + "type": "Polygon" + }, + "id": "2892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00553674549941, + -12.027836236164813, + -76.99588795955985, + -12.017449281205034 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -77.00121811817766, + -12.017449281205034 + ] + ] + ], + "type": "Polygon" + }, + "id": "2893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77019567346868, + -12.12248114293576, + -76.76055027713556, + -12.112101518320108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.7658821746732, + -12.112101518320108 + ] + ] + ], + "type": "Polygon" + }, + "id": "2894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15171043317198, + -11.853369263640472, + -77.14206314863297, + -11.842976223068128 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.14739023486224, + -11.842976223068128 + ] + ] + ], + "type": "Polygon" + }, + "id": "2895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04493650119623, + -11.622617228589391, + -77.03529877259744, + -11.61222372834642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.04062221887102, + -11.61222372834642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80976192333924, + -12.283622377102695, + -76.80011064915769, + -12.273244362930267 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.80544518833904, + -12.273244362930267 + ] + ] + ], + "type": "Polygon" + }, + "id": "2897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8851920076497, + -12.126038741312613, + -76.87554342951047, + -12.115656279050162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.88087532054355, + -12.115656279050162 + ] + ] + ], + "type": "Polygon" + }, + "id": "2898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70481619278573, + -11.943032497981681, + -76.69517792932324, + -11.932651818871925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.70050688657798, + -11.932651818871925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85700704604267, + -12.178275607725787, + -76.84735765565996, + -12.167894679850365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.85269042824976, + -12.167894679850365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538983772034, + -11.762344835242715, + -76.8557526217784, + -11.751957574465523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.86107853752013, + -11.751957574465523 + ] + ] + ], + "type": "Polygon" + }, + "id": "2901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03609789190278, + -12.188132344183543, + -77.0264435394168, + -12.177747133058633 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03177630379538, + -12.177747133058633 + ], + [ + -77.03609789190278, + -12.180794400980682 + ], + [ + -77.03559234479997, + -12.185987058997313 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.03177630379538, + -12.177747133058633 + ] + ] + ], + "type": "Polygon" + }, + "id": "2902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77319517901245, + -12.279976826997707, + -76.76354499946441, + -12.269599677290731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.76887949509045, + -12.269599677290731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98114541908464, + -11.993974648809205, + -76.971498271891, + -11.98358778804748 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.97682789953895, + -11.98358778804748 + ] + ] + ], + "type": "Polygon" + }, + "id": "2904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98718154690037, + -11.83725586836311, + -76.97753891327145, + -11.826866609760774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.98286595475939, + -11.826866609760774 + ] + ] + ], + "type": "Polygon" + }, + "id": "2905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00324108883096, + -12.004015389026932, + -76.99359307225109, + -11.993628133635225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.99892284108897, + -11.993628133635225 + ] + ] + ], + "type": "Polygon" + }, + "id": "2906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.874529997688, + -12.235043070561414, + -76.86487844747478, + -12.224662623967616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.87021214463753, + -12.224662623967616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89810753064576, + -11.757701820207314, + -76.8884695882228, + -11.747313681944075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.89379540376757, + -11.747313681944075 + ] + ] + ], + "type": "Polygon" + }, + "id": "2908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03433795669531, + -11.73173950745636, + -77.02469725271611, + -11.721347666280854 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.03002250499917, + -11.721347666280854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09152650480704, + -11.855353951137026, + -77.0818806688585, + -11.844962393762533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.08720787850177, + -11.844962393762533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11506554990449, + -11.7553678151697, + -77.10542209878692, + -11.744974324481353 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.11074763027791, + -11.744974324481353 + ] + ] + ], + "type": "Polygon" + }, + "id": "2911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95678759166827, + -12.054488032135657, + -76.9471392716532, + -12.04410268315196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.95246992109412, + -12.04410268315196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02749777788304, + -11.754673149430602, + -77.01785656632802, + -11.744281779409745 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.02318220388452, + -11.744281779409745 + ] + ] + ], + "type": "Polygon" + }, + "id": "2913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79909262497233, + -12.298277717556493, + -76.78944119976975, + -12.287900218541779 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.79477598627187, + -12.287900218541779 + ] + ] + ], + "type": "Polygon" + }, + "id": "2914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0693128012304, + -11.656473710706475, + -77.05967344622684, + -11.646080043351263 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.06499741711394, + -11.646080043351263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77238939067867, + -12.42920142597525, + -76.76273477265421, + -12.418826858057631 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.76807173421503, + -12.418826858057631 + ] + ] + ], + "type": "Polygon" + }, + "id": "2916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99787329667564, + -11.916967600120094, + -76.98822801285365, + -11.906579203020879 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.9935563544014, + -11.906579203020879 + ] + ] + ], + "type": "Polygon" + }, + "id": "2917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9856644488074, + -11.852839438841334, + -76.97602139027856, + -11.842450434265317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.98134868977516, + -11.842450434265317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07415122785767, + -12.081776730331105, + -77.06449908159104, + -12.071388916550546 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06983004308555, + -12.071388916550546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11427394719136, + -11.715945618510464, + -77.10463168910135, + -11.705551627071333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10995657388438, + -11.705551627071333 + ] + ] + ], + "type": "Polygon" + }, + "id": "2920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6909950319408, + -12.177462273283966, + -76.68135015729821, + -12.167085539204603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.68668298201919, + -12.167085539204603 + ] + ] + ], + "type": "Polygon" + }, + "id": "2921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88823107310769, + -12.000533653649024, + -76.87858615809022, + -11.99014919481544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.88391597819655, + -11.99014919481544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09829877606653, + -11.737993102985769, + -77.08865626348371, + -11.727599787848192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.09398153381368, + -11.727599787848192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89585550838127, + -12.111370243649082, + -76.88620708657994, + -12.100987285584203 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.89153872753171, + -12.100987285584203 + ] + ] + ], + "type": "Polygon" + }, + "id": "2924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12284334142629, + -11.960695270142654, + -77.11319357951801, + -11.950304457806595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.11852247676327, + -11.950304457806595 + ] + ] + ], + "type": "Polygon" + }, + "id": "2925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19573516521294, + -11.684530013810534, + -77.18609181693151, + -11.674133656326658 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1914160544078, + -11.674133656326658 + ], + [ + -77.19573516521294, + -11.677176966449386 + ], + [ + -77.19523264423557, + -11.682375196988547 + ], + [ + -77.19041088530095, + -11.684530013810534 + ], + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.1865944650517, + -11.676288490006417 + ], + [ + -77.1914160544078, + -11.674133656326658 + ] + ] + ], + "type": "Polygon" + }, + "id": "2926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77088877605205, + -12.35047399775074, + -76.7612365524292, + -12.340098099107548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.76657221342768, + -12.340098099107548 + ] + ] + ], + "type": "Polygon" + }, + "id": "2927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10448331726977, + -11.864489489979656, + -77.09483688286359, + -11.854097745957427 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.1001642242317, + -11.854097745957427 + ] + ] + ], + "type": "Polygon" + }, + "id": "2928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73887267246599, + -12.394419101679267, + -76.72922000502057, + -12.384044776849622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.73353622520659, + -12.394419101679267 + ], + [ + -76.72922000502057, + -12.391368011429442 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.73455640312537, + -12.384044776849622 + ] + ] + ], + "type": "Polygon" + }, + "id": "2929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79608000604331, + -12.140777628609582, + -76.78643336483256, + -12.130397637313038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.79176555321936, + -12.130397637313038 + ] + ] + ], + "type": "Polygon" + }, + "id": "2930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06398878611152, + -11.663822787369494, + -77.05434934757032, + -11.653429342966625 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05967344622684, + -11.653429342966625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99406205390801, + -11.90872706329041, + -76.98441711385003, + -11.898338641813263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98974532396451, + -11.898338641813263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.084496486666, + -11.594999906165715, + -77.07485857535681, + -11.58460510172206 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08018151609845, + -11.58460510172206 + ], + [ + -77.084496486666, + -11.587648906448848 + ], + [ + -77.08399254290197, + -11.592846361299678 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.08018151609845, + -11.58460510172206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92557039015591, + -12.137899227308791, + -76.9159203961378, + -12.1275159454576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.92125244970138, + -12.1275159454576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79298319656776, + -12.360538477876643, + -76.78333007527245, + -12.350162191933352 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.78866589313066, + -12.350162191933352 + ] + ] + ], + "type": "Polygon" + }, + "id": "2935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78616698658911, + -12.194814477688851, + -76.77651899971826, + -12.184435600671943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.78185208410761, + -12.184435600671943 + ] + ] + ], + "type": "Polygon" + }, + "id": "2936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70634546392732, + -11.927461412892319, + -76.6967076224269, + -11.917080468512916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.70203632292333, + -11.917080468512916 + ] + ] + ], + "type": "Polygon" + }, + "id": "2937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05664246271303, + -12.119379230993648, + -77.04698963881593, + -12.108992427608499 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.05664246271303, + -12.112039184367118 + ], + [ + -77.05613731128129, + -12.117232638434473 + ], + [ + -77.05131081359032, + -12.119379230993648 + ], + [ + -77.04698963881593, + -12.116332389986155 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.052321243399, + -12.108992427608499 + ] + ] + ], + "type": "Polygon" + }, + "id": "2938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7640242311143, + -12.373362118732553, + -76.75437150934191, + -12.362986788365935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75970755115263, + -12.362986788365935 + ] + ] + ], + "type": "Polygon" + }, + "id": "2939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11348253955099, + -11.67652188545884, + -77.10384147419705, + -11.666127403062804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10916571242707, + -11.666127403062804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90879480785162, + -12.026156940972717, + -76.89914858728045, + -12.015772353732805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.90447881326621, + -12.015772353732805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.904241236357, + -12.167236761168425, + -76.89459092649388, + -12.15685447562519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89992348203741, + -12.15685447562519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00028391045024, + -12.223913345218808, + -76.99062940823661, + -12.213529593296746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -77.00028391045024, + -12.216577362433199 + ], + [ + -76.99977780518272, + -12.221769291059559 + ], + [ + -76.994950467987, + -12.223913345218808 + ], + [ + -76.99062940823661, + -12.220865492352837 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.99596280532573, + -12.213529593296746 + ] + ] + ], + "type": "Polygon" + }, + "id": "2943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.799885844121, + -12.149016912924381, + -76.7902388545863, + -12.138636955976603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.79557117709206, + -12.138636955976603 + ] + ] + ], + "type": "Polygon" + }, + "id": "2944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03976344604949, + -11.913216666334765, + -77.03011719977707, + -11.902827188289585 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.03544543024839, + -11.902827188289585 + ] + ] + ], + "type": "Polygon" + }, + "id": "2945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76719912705114, + -11.964954882478425, + -76.75755850924637, + -11.95457293884541 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.76288781119553, + -11.95457293884541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08711571808142, + -12.090916076022943, + -77.07746297124744, + -12.080528087279882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.08279406539633, + -12.080528087279882 + ] + ] + ], + "type": "Polygon" + }, + "id": "2947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01390033580607, + -11.989333943938732, + -77.00425248295385, + -11.97894620851288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.009581997758, + -11.97894620851288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70388434669154, + -12.280911314403417, + -76.6942360287018, + -12.270535945768426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.69957055942338, + -12.270535945768426 + ] + ] + ], + "type": "Polygon" + }, + "id": "2949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97280958560653, + -12.126842698145897, + -76.96315869106571, + -12.116458071728983 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.9684905169539, + -12.116458071728983 + ] + ] + ], + "type": "Polygon" + }, + "id": "2950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13565049176219, + -11.780983592829793, + -77.12600576294753, + -11.770589947927219 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.1313316842789, + -11.770589947927219 + ] + ] + ], + "type": "Polygon" + }, + "id": "2951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98414721400309, + -11.86842262634313, + -76.97450373055044, + -11.858033877342978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97983128807309, + -11.858033877342978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81739303762322, + -12.205782456559838, + -76.80774388344172, + -12.195402968361739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.81307713366614, + -12.195402968361739 + ] + ] + ], + "type": "Polygon" + }, + "id": "2953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72058804404999, + -12.392588471527416, + -76.71093593076104, + -12.382214581451734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.72007776631057, + -12.390452750683998 + ], + [ + -76.71525162205079, + -12.392588471527416 + ], + [ + -76.71093593076104, + -12.389537218176446 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.71627230334566, + -12.382214581451734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91565982170695, + -12.097604829053372, + -76.90601128981811, + -12.08722116341599 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.91134268760679, + -12.08722116341599 + ] + ] + ], + "type": "Polygon" + }, + "id": "2955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88747296582241, + -12.055501322726737, + -76.87782643175777, + -12.045117711769151 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.88315715819965, + -12.045117711769151 + ] + ] + ], + "type": "Polygon" + }, + "id": "2956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04435988285456, + -11.960865236647413, + -77.03471209932327, + -11.950476335952747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.04004110839043, + -11.950476335952747 + ] + ] + ], + "type": "Polygon" + }, + "id": "2957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71840065306932, + -12.180199005577345, + -76.70875494437634, + -12.169821615032046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.71408780958897, + -12.169821615032046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96822265406712, + -12.079208201429772, + -76.95857329971044, + -12.06882294819088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.96390434509509, + -12.06882294819088 + ] + ] + ], + "type": "Polygon" + }, + "id": "2959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90499680753733, + -12.112275243652626, + -76.89534811806374, + -12.101892071811843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.9006797666078, + -12.101892071811843 + ] + ] + ], + "type": "Polygon" + }, + "id": "2960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14860784465722, + -11.790116785409126, + -77.13896252088585, + -11.779722951428797 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.14428857199209, + -11.779722951428797 + ] + ] + ], + "type": "Polygon" + }, + "id": "2961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04352531933243, + -11.827050540223, + -77.03388154370941, + -11.816659759367003 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03920835176574, + -11.816659759367003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07639239863475, + -12.011206551830906, + -77.06674230047113, + -12.000817613549655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.07207209637002, + -12.000817613549655 + ] + ] + ], + "type": "Polygon" + }, + "id": "2963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07948210527523, + -12.074435332797092, + -77.06983004308555, + -12.064047276338124 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.07516087630223, + -12.064047276338124 + ] + ] + ], + "type": "Polygon" + }, + "id": "2964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843376433583, + -12.014302004648258, + -76.85878896251823, + -12.003918246220303 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.8641190238528, + -12.003918246220303 + ] + ] + ], + "type": "Polygon" + }, + "id": "2965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12968372679008, + -11.937763201434915, + -77.12003447719874, + -11.927371890298792 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.12536298654565, + -11.927371890298792 + ] + ] + ], + "type": "Polygon" + }, + "id": "2966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69642771800511, + -11.981504026943025, + -76.68678853853099, + -11.971124127607073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.69211813092564, + -11.971124127607073 + ] + ] + ], + "type": "Polygon" + }, + "id": "2967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04195981715317, + -11.74822142773373, + -77.03231842811606, + -11.737829618466685 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.03764394192034, + -11.737829618466685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92401642692609, + -11.964748532692935, + -76.91437163774424, + -11.954362653962642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91970083921899, + -11.954362653962642 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.91487853096186, + -11.956508342537257 + ], + [ + -76.91970083921899, + -11.954362653962642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18517904757397, + -11.793682098902908, + -77.17553271104865, + -11.783287434371095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.18517904757397, + -11.786331409264742 + ], + [ + -77.18467620883854, + -11.791528793309128 + ], + [ + -77.17985295567013, + -11.793682098902908 + ], + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.18085876033736, + -11.783287434371095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74502760196494, + -12.23787094916786, + -76.73537944455431, + -12.2274938175825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.7407132548037, + -12.2274938175825 + ] + ] + ], + "type": "Polygon" + }, + "id": "2971", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68935987463298, + -12.38160242766698, + -76.67970894717689, + -12.371229145986188 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.68884917969878, + -12.37946725218167 + ], + [ + -76.68402362820201, + -12.38160242766698 + ], + [ + -76.67970894717689, + -12.378550933188981 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.68504514375188, + -12.371229145986188 + ] + ] + ], + "type": "Polygon" + }, + "id": "2972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01078332823437, + -11.831706568741268, + -77.00114025196609, + -11.82131665354869 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -77.00646717595201, + -11.82131665354869 + ] + ] + ], + "type": "Polygon" + }, + "id": "2973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09613069178067, + -11.903009353506578, + -77.08648332010542, + -11.892618356274236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.09181130726051, + -11.892618356274236 + ] + ] + ], + "type": "Polygon" + }, + "id": "2974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76633222964158, + -12.30286844295378, + -76.75668155206168, + -12.292491851211109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.76201642838589, + -12.292491851211109 + ] + ] + ], + "type": "Polygon" + }, + "id": "2975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9552937558061, + -12.164427334459338, + -76.94564219426039, + -12.154043735506914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.95097465758434, + -12.154043735506914 + ] + ] + ], + "type": "Polygon" + }, + "id": "2976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14622081034146, + -11.671842241639904, + -77.13657906569885, + -11.661446909633899 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14190317703064, + -11.661446909633899 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.13708238974347, + -11.66360085665765 + ], + [ + -77.14190317703064, + -11.661446909633899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02988825185095, + -11.967309339082785, + -77.02024064583352, + -11.956920886932602 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.02556977892957, + -11.956920886932602 + ] + ] + ], + "type": "Polygon" + }, + "id": "2978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80823528821921, + -12.299189024180397, + -76.79858358996705, + -12.288811309438346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.80391838699147, + -12.288811309438346 + ] + ] + ], + "type": "Polygon" + }, + "id": "2979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02152659407375, + -12.005814768752364, + -77.01187805422964, + -11.995427091131292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.01720783148843, + -11.995427091131292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02680986739658, + -11.90407861899798, + -77.01716422449157, + -11.893689327315945 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.02249232042702, + -11.893689327315945 + ] + ] + ], + "type": "Polygon" + }, + "id": "2981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91789029899569, + -11.7439160140206, + -76.90825224698558, + -11.733527200740909 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91357781975168, + -11.733527200740909 + ], + [ + -76.91789029899569, + -11.736573293791425 + ], + [ + -76.91738379207874, + -11.741767754068185 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.90875887999411, + -11.735675480620808 + ], + [ + -76.91357781975168, + -11.733527200740909 + ] + ] + ], + "type": "Polygon" + }, + "id": "2982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19041088530095, + -11.691882752390784, + -77.18076744945257, + -11.68148661694119 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.19041088530095, + -11.684530013810534 + ], + [ + -77.18990827805789, + -11.689728133362769 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.18609181693151, + -11.68148661694119 + ] + ] + ], + "type": "Polygon" + }, + "id": "2983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81361737698765, + -12.008871684846566, + -76.80397419884517, + -11.998489220808548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80930420391269, + -11.998489220808548 + ] + ] + ], + "type": "Polygon" + }, + "id": "2984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82348255268637, + -12.237829495962817, + -76.81383227842726, + -12.227450377213728 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81916605424107, + -12.227450377213728 + ] + ] + ], + "type": "Polygon" + }, + "id": "2985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0229070582979, + -11.707016650528143, + -77.01326738236338, + -11.696624764911917 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.01859224205367, + -11.696624764911917 + ] + ] + ], + "type": "Polygon" + }, + "id": "2986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65746332572351, + -12.236975518228645, + -76.64781760079111, + -12.226600611854552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.65315141039008, + -12.226600611854552 + ] + ] + ], + "type": "Polygon" + }, + "id": "2987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78769405158468, + -12.179246089716925, + -76.77804648826006, + -12.168866923342287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.783379315083, + -12.168866923342287 + ] + ] + ], + "type": "Polygon" + }, + "id": "2988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0756656777398, + -12.066194940589728, + -77.06601395796446, + -12.05580685095683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.07134466065249, + -12.05580685095683 + ] + ] + ], + "type": "Polygon" + }, + "id": "2989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76112175023667, + -11.932902570193043, + -76.75148225228158, + -11.92252031233428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.75681102839488, + -11.92252031233428 + ] + ] + ], + "type": "Polygon" + }, + "id": "2990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68560903351371, + -12.27908256014193, + -76.6759612729454, + -12.268707628962808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.68129577605558, + -12.268707628962808 + ] + ] + ], + "type": "Polygon" + }, + "id": "2991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13811326031235, + -11.993658458368763, + -77.12846213391161, + -11.983267761725736 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13379155028986, + -11.983267761725736 + ], + [ + -77.13811326031235, + -11.986313162184677 + ], + [ + -77.13760944904814, + -11.991508562436074 + ], + [ + -77.13278380059317, + -11.993658458368763 + ], + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.13379155028986, + -11.983267761725736 + ] + ] + ], + "type": "Polygon" + }, + "id": "2992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15917463945196, + -11.680973422549913, + -77.14953230102608, + -11.670577895918317 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.15485654159284, + -11.670577895918317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64679548492651, + -12.251622283122515, + -76.63714961870892, + -12.241247892844651 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.64248367020126, + -12.241247892844651 + ] + ] + ], + "type": "Polygon" + }, + "id": "2994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13803437056278, + -11.89924193807842, + -77.12838606025471, + -11.888849872799263 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.13371392276309, + -11.888849872799263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75423257103087, + -12.050144864841986, + -76.74458976534436, + -12.039764525751625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74992047571813, + -12.039764525751625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88745568123066, + -11.772384456482307, + -76.87781758266746, + -11.761996780320374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.88314364782687, + -11.761996780320374 + ] + ] + ], + "type": "Polygon" + }, + "id": "2997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04650213950285, + -11.701457012248442, + -77.03686202615765, + -11.691064477950054 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.042186765663, + -11.691064477950054 + ] + ] + ], + "type": "Polygon" + }, + "id": "2998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72600707905173, + -12.196676767734079, + -76.71636067042614, + -12.186299448902727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.72169380585368, + -12.186299448902727 + ] + ] + ], + "type": "Polygon" + }, + "id": "2999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05350284978053, + -11.961763053668554, + -77.04385480660355, + -11.951373942701307 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04918381877731, + -11.951373942701307 + ] + ] + ], + "type": "Polygon" + }, + "id": "3000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90651850811004, + -12.096700415719685, + -76.89687024331093, + -12.086316963621048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.90220163382968, + -12.086316963621048 + ] + ] + ], + "type": "Polygon" + }, + "id": "3001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95449578812837, + -12.03066981608509, + -76.94484823805664, + -12.020284162737973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.95017849727692, + -12.020284162737973 + ] + ] + ], + "type": "Polygon" + }, + "id": "3002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7953484246636, + -12.00705947299851, + -76.78570579155266, + -11.996677442424325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.79103577566313, + -11.996677442424325 + ] + ] + ], + "type": "Polygon" + }, + "id": "3003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73965637488881, + -12.339494616532917, + -76.73000532787434, + -12.32911932435189 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.73534081809304, + -12.32911932435189 + ] + ] + ], + "type": "Polygon" + }, + "id": "3004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75572762907632, + -12.12890138273557, + -76.74608243351243, + -12.118522226043044 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.75141444211806, + -12.118522226043044 + ] + ] + ], + "type": "Polygon" + }, + "id": "3005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81279875512843, + -12.346798255680214, + -76.8031455116319, + -12.336421233041401 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.81279875512843, + -12.339471328221672 + ], + [ + -76.81228983486444, + -12.344659893363367 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.80848109267662, + -12.336421233041401 + ] + ] + ], + "type": "Polygon" + }, + "id": "3006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68481646435707, + -12.334005518360474, + -76.67516708471241, + -12.32363153449672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.6794810039315, + -12.334005518360474 + ], + [ + -76.67516708471241, + -12.330954204887318 + ], + [ + -76.67567789316612, + -12.325767267660405 + ], + [ + -76.680502495232, + -12.32363153449672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68276119552978, + -11.932976679370196, + -76.67312383841268, + -11.922596417350697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.67312383841268, + -11.92992739774878 + ], + [ + -76.67363404179376, + -11.924737321813645 + ], + [ + -76.67845263280297, + -11.922596417350697 + ] + ] + ], + "type": "Polygon" + }, + "id": "3008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13191228975495, + -11.867171686457112, + -77.12226508776807, + -11.856779316290327 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.12759243218163, + -11.856779316290327 + ] + ] + ], + "type": "Polygon" + }, + "id": "3009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77175105603517, + -12.012578726424811, + -76.76210889543249, + -12.002197375056733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.76743898040377, + -12.002197375056733 + ] + ] + ], + "type": "Polygon" + }, + "id": "3010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90727353456765, + -12.041733480320342, + -76.89762688948153, + -12.031349166376126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.90295737339135, + -12.031349166376126 + ] + ] + ], + "type": "Polygon" + }, + "id": "3011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8356750192187, + -12.207600382043008, + -76.82602532164168, + -12.197220462968497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.831358591519, + -12.197220462968497 + ] + ] + ], + "type": "Polygon" + }, + "id": "3012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95222900140365, + -12.101219820356986, + -76.94257940592875, + -12.090835303069875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.94791083003945, + -12.090835303069875 + ] + ] + ], + "type": "Polygon" + }, + "id": "3013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74964859959034, + -12.09685409819614, + -76.74000452535034, + -12.086474594562526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.74533600735583, + -12.086474594562526 + ] + ] + ], + "type": "Polygon" + }, + "id": "3014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85014980834686, + -12.201177959272648, + -76.84049991662782, + -12.190797572390645 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.84583307156693, + -12.190797572390645 + ] + ] + ], + "type": "Polygon" + }, + "id": "3015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69242372278944, + -12.350481965811984, + -76.68277364117436, + -12.340108068686378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.68277364117436, + -12.347430645151533 + ], + [ + -76.68328436992908, + -12.34224375122766 + ], + [ + -76.68810932301002, + -12.340108068686378 + ] + ] + ], + "type": "Polygon" + }, + "id": "3016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94004561438308, + -12.131468263327672, + -76.9303954338731, + -12.121084520743986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.93572736825753, + -12.121084520743986 + ] + ] + ], + "type": "Polygon" + }, + "id": "3017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06034627729157, + -11.93883587935975, + -77.05069874345742, + -11.928446267625306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.05602736928206, + -11.928446267625306 + ] + ] + ], + "type": "Polygon" + }, + "id": "3018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13882938878419, + -11.938658016000018, + -77.12917988406123, + -11.928266496830847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.13882938878419, + -11.931311623337159 + ], + [ + -77.13832567317392, + -11.936507434893564 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.13450839393896, + -11.928266496830847 + ] + ] + ], + "type": "Polygon" + }, + "id": "3019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02515633763731, + -11.636421934985396, + -77.01551870384147, + -11.626029090619044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.01983259564152, + -11.636421934985396 + ], + [ + -77.01551870384147, + -11.633377291847662 + ], + [ + -77.01602366972362, + -11.628180922672833 + ], + [ + -77.02084240098186, + -11.626029090619044 + ] + ] + ], + "type": "Polygon" + }, + "id": "3020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00012926307309, + -11.846393950948473, + -76.9904860234343, + -11.836004500899838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.99581320109768, + -11.836004500899838 + ] + ] + ], + "type": "Polygon" + }, + "id": "3021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73980571537675, + -11.962234292842043, + -76.73016592287726, + -11.951853003999117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.73549518879504, + -11.951853003999117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69933993396889, + -12.233307332642033, + -76.68969316256532, + -12.222931291799437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.69502690793975, + -12.222931291799437 + ] + ] + ], + "type": "Polygon" + }, + "id": "3023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71311284165279, + -12.093214459062315, + -76.70346987333419, + -12.082835829028014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.71260293261496, + -12.091074978004208 + ], + [ + -76.70778136096452, + -12.093214459062315 + ], + [ + -76.70346987333419, + -12.090164594157798 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.70880130459312, + -12.082835829028014 + ] + ] + ], + "type": "Polygon" + }, + "id": "3024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88291007549812, + -12.196568940622397, + -76.8732594524485, + -12.18618765845672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.87859250856454, + -12.18618765845672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11197150228149, + -11.692113312791326, + -77.10233001104098, + -11.681719067490823 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.1076545076388, + -11.681719067490823 + ] + ] + ], + "type": "Polygon" + }, + "id": "3026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93619423930924, + -11.934491283557275, + -76.92655003336047, + -11.92410466167883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.93086550073481, + -11.934491283557275 + ], + [ + -76.92655003336047, + -11.931444244986135 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.93187872572823, + -11.92410466167883 + ] + ] + ], + "type": "Polygon" + }, + "id": "3027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78388836153935, + -12.171006940464537, + -76.77424114685324, + -12.160627738315975 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.7795738393788, + -12.160627738315975 + ] + ] + ], + "type": "Polygon" + }, + "id": "3028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99557906126968, + -11.893144366100435, + -76.98593454635241, + -11.882755685156535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.99126249832798, + -11.882755685156535 + ] + ] + ], + "type": "Polygon" + }, + "id": "3029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99783534077675, + -11.822569004547555, + -76.98819286968634, + -11.812179281211234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.99351965796477, + -11.812179281211234 + ] + ] + ], + "type": "Polygon" + }, + "id": "3030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65611576254518, + -11.969627059597494, + -76.64647805010608, + -11.959248016894422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65078631279576, + -11.969627059597494 + ], + [ + -76.64647805010608, + -11.96657734401977 + ], + [ + -76.64698868113959, + -11.96138787789045 + ], + [ + -76.6518074496545, + -11.959248016894422 + ] + ] + ], + "type": "Polygon" + }, + "id": "3031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93163474768043, + -11.98122889588691, + -76.92198926791185, + -11.970843070767911 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.9273187340709, + -11.970843070767911 + ] + ] + ], + "type": "Polygon" + }, + "id": "3032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1069259367884, + -12.07713060420656, + -77.09727310208261, + -12.066741921714463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.10260394061443, + -12.066741921714463 + ] + ] + ], + "type": "Polygon" + }, + "id": "3033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77402755573054, + -12.03638990714496, + -76.76438462358944, + -12.026008857247474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.76971510013246, + -12.026008857247474 + ] + ] + ], + "type": "Polygon" + }, + "id": "3034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09757632465963, + -11.793002084243499, + -77.0879321929202, + -11.782609522635857 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.09325836855238, + -11.782609522635857 + ] + ] + ], + "type": "Polygon" + }, + "id": "3035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11902649207626, + -11.95245444893179, + -77.1093770714452, + -11.94206360881316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.11470583880276, + -11.94206360881316 + ] + ] + ], + "type": "Polygon" + }, + "id": "3036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17150843857391, + -11.839564164905493, + -77.16186107378789, + -11.829170456440872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.16718790056424, + -11.829170456440872 + ] + ] + ], + "type": "Polygon" + }, + "id": "3037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02768434446362, + -12.132256032815508, + -77.01803187509994, + -12.121870140325676 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.0233637284698, + -12.121870140325676 + ] + ] + ], + "type": "Polygon" + }, + "id": "3038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88442334140736, + -11.99229366700422, + -76.87477877258512, + -11.981909180559601 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.88010845980713, + -11.981909180559601 + ] + ] + ], + "type": "Polygon" + }, + "id": "3039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13970397650614, + -12.072480007616711, + -77.1300504595893, + -12.062090459836682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13970397650614, + -12.065136218670139 + ], + [ + -77.13920006488587, + -12.070331044411743 + ], + [ + -77.13437322113955, + -12.072480007616711 + ], + [ + -77.1300504595893, + -12.069434164513389 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.13538117161659, + -12.062090459836682 + ] + ] + ], + "type": "Polygon" + }, + "id": "3040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06803358044819, + -12.049714117241278, + -77.05838254568584, + -12.039325962628594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.06371298719152, + -12.039325962628594 + ] + ] + ], + "type": "Polygon" + }, + "id": "3041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96054484756067, + -11.873967429602251, + -76.95090181048324, + -11.863579340609805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.95622948346195, + -11.863579340609805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12730269199088, + -11.819511823940875, + -77.11765702470714, + -11.80911890428952 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.12298359234015, + -11.80911890428952 + ] + ] + ], + "type": "Polygon" + }, + "id": "3043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70397990791542, + -12.092303888374525, + -76.69433721726476, + -12.081925477363672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.70346987333419, + -12.090164594157798 + ], + [ + -76.69864844047169, + -12.092303888374525 + ], + [ + -76.69433721726476, + -12.089253946163975 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69966863514962, + -12.081925477363672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7915222267188, + -12.09315828647806, + -76.78187712908792, + -12.082777664580602 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.78720853419986, + -12.082777664580602 + ] + ] + ], + "type": "Polygon" + }, + "id": "3045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76183890663135, + -12.06662362242561, + -76.75219540303738, + -12.056243342473756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.75752638250923, + -12.056243342473756 + ] + ] + ], + "type": "Polygon" + }, + "id": "3046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01398569089802, + -12.178087708646293, + -77.00433220466367, + -12.167702879401508 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00966483009137, + -12.167702879401508 + ] + ] + ], + "type": "Polygon" + }, + "id": "3047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84406456687816, + -12.07478908469, + -76.83441860897108, + -12.064406855752136 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83974968320184, + -12.064406855752136 + ] + ] + ], + "type": "Polygon" + }, + "id": "3048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1250734928984, + -11.890106792086076, + -77.1154257787222, + -11.87971491033617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.12075351091488, + -11.87971491033617 + ] + ] + ], + "type": "Polygon" + }, + "id": "3049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03521730233723, + -11.959967155853152, + -77.02556977892957, + -11.949578465682322 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.03089878461425, + -11.949578465682322 + ] + ] + ], + "type": "Polygon" + }, + "id": "3050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65764718833523, + -11.954058428362018, + -76.64800989737155, + -11.943679117364523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65333904036466, + -11.943679117364523 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.64800989737155, + -11.951008811316285 + ], + [ + -76.64852048257123, + -11.945819211043046 + ], + [ + -76.65333904036466, + -11.943679117364523 + ] + ] + ], + "type": "Polygon" + }, + "id": "3051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02993558114295, + -12.061697604948156, + -77.02028515940474, + -12.051310564389983 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.02561584713379, + -12.051310564389983 + ] + ] + ], + "type": "Polygon" + }, + "id": "3052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07173041413823, + -11.86915042852137, + -77.0620846677266, + -11.858759545513188 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.06741213163377, + -11.858759545513188 + ] + ] + ], + "type": "Polygon" + }, + "id": "3053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0967200349065, + -11.659148315896408, + -77.08707990777869, + -11.648754017436161 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.09240388488723, + -11.648754017436161 + ] + ] + ], + "type": "Polygon" + }, + "id": "3054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17594577267494, + -11.698345851502019, + -77.16630250175305, + -11.68795014610949 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.17162700001244, + -11.68795014610949 + ] + ] + ], + "type": "Polygon" + }, + "id": "3055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83490765442382, + -12.262546631487757, + -76.82525633642992, + -12.252167632744417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.83059051368392, + -12.252167632744417 + ] + ] + ], + "type": "Polygon" + }, + "id": "3056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11448980813688, + -11.99921104132568, + -77.1048391074098, + -11.988820998701723 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.11016865132575, + -11.988820998701723 + ] + ] + ], + "type": "Polygon" + }, + "id": "3057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69548701998535, + -12.319359663778298, + -76.68583778411832, + -12.308985157364114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.69117295128297, + -12.308985157364114 + ] + ] + ], + "type": "Polygon" + }, + "id": "3058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89738624784847, + -12.190143002206334, + -76.88773543464625, + -12.17976125482548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.89306837357687, + -12.17976125482548 + ] + ] + ], + "type": "Polygon" + }, + "id": "3059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767231208574, + -12.163611202330763, + -76.85802307629753, + -12.153229772703735 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.8633555997153, + -12.153229772703735 + ] + ] + ], + "type": "Polygon" + }, + "id": "3060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7717790315245, + -11.918234738032323, + -76.76213968183714, + -11.907851998320856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76746821252041, + -11.907851998320856 + ], + [ + -76.7717790315245, + -11.910900330680175 + ], + [ + -76.77127021424023, + -11.91609175501281 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.76264862476475, + -11.909995003631336 + ], + [ + -76.76746821252041, + -11.907851998320856 + ] + ] + ], + "type": "Polygon" + }, + "id": "3061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98492293987944, + -11.907828356138513, + -76.97527826249633, + -11.897440146728236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.98060646771265, + -11.897440146728236 + ] + ] + ], + "type": "Polygon" + }, + "id": "3062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93473319496611, + -12.233152818646477, + -76.92508011749975, + -12.222770839536578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.93041373411165, + -12.222770839536578 + ] + ] + ], + "type": "Polygon" + }, + "id": "3063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76099730458184, + -12.310194365405804, + -76.75134655278202, + -12.299818032695367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.75668155206168, + -12.299818032695367 + ] + ] + ], + "type": "Polygon" + }, + "id": "3064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78316178991976, + -12.037297322088909, + -76.77351858386209, + -12.026916054861104 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.77884907166536, + -12.026916054861104 + ] + ] + ], + "type": "Polygon" + }, + "id": "3065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05193420457822, + -11.88294421498797, + -77.04228855000765, + -11.872554008855552 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.04761626690973, + -11.872554008855552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90952489525003, + -11.782423181039563, + -76.8998859167681, + -11.772035091475226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.9052121297484, + -11.772035091475226 + ] + ] + ], + "type": "Polygon" + }, + "id": "3067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00857077588793, + -11.996674829239115, + -76.99892284108897, + -11.986287333608592 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -77.00425248295385, + -11.986287333608592 + ] + ] + ], + "type": "Polygon" + }, + "id": "3068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78997305122411, + -12.203053558885113, + -76.78032471570998, + -12.192674718875555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.78565793438784, + -12.192674718875555 + ] + ] + ], + "type": "Polygon" + }, + "id": "3069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92786055306712, + -12.161713464495664, + -76.91820978832531, + -12.151330502993254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.92354223259106, + -12.151330502993254 + ] + ] + ], + "type": "Polygon" + }, + "id": "3070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03052740491562, + -11.723498551564466, + -77.02088704355695, + -11.713106695119125 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.02621216501718, + -11.713106695119125 + ] + ] + ], + "type": "Polygon" + }, + "id": "3071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87605111809326, + -12.125132887455518, + -76.86640280868582, + -12.114750639456254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.87173469152853, + -12.114750639456254 + ] + ] + ], + "type": "Polygon" + }, + "id": "3072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03971327157105, + -11.818809688616037, + -77.03006983858099, + -11.808418887540576 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.03539651585352, + -11.808418887540576 + ] + ] + ], + "type": "Polygon" + }, + "id": "3073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72526301474586, + -12.157305249510078, + -76.71561780163637, + -12.146927317618145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.72095028752243, + -12.146927317618145 + ] + ] + ], + "type": "Polygon" + }, + "id": "3074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98502559296037, + -12.190954531785492, + -76.97537246858299, + -12.180570622418943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.9807053388127, + -12.180570622418943 + ] + ] + ], + "type": "Polygon" + }, + "id": "3075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757121413343, + -12.015206135849482, + -76.86792614336973, + -12.004822162565597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.87325621311865, + -12.004822162565597 + ] + ] + ], + "type": "Polygon" + }, + "id": "3076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90346453524235, + -12.03349353069487, + -76.89381823604886, + -12.023109186861552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89914858728045, + -12.023109186861552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99413580510189, + -12.097492502898165, + -76.98448523505486, + -12.087106892687554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98981655427457, + -12.087106892687554 + ] + ] + ], + "type": "Polygon" + }, + "id": "3078", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80900719032022, + -12.244248747772232, + -76.79935711249163, + -12.23387009962568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.80469100199637, + -12.23387009962568 + ] + ] + ], + "type": "Polygon" + }, + "id": "3079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9789169081687, + -12.158898971165968, + -76.96926489872855, + -12.148514700031924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.97459724679794, + -12.148514700031924 + ] + ] + ], + "type": "Polygon" + }, + "id": "3080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75348531859707, + -12.010763823545396, + -76.74384370741014, + -12.000382907876611 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74917376890224, + -12.000382907876611 + ] + ] + ], + "type": "Polygon" + }, + "id": "3081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79679149617004, + -12.368776973363655, + -76.78713802601314, + -12.358400732925393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.79679149617004, + -12.361451078659353 + ], + [ + -76.7962823179412, + -12.366639252788849 + ], + [ + -76.79145549565014, + -12.368776973363655 + ], + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.79247397821192, + -12.358400732925393 + ] + ] + ], + "type": "Polygon" + }, + "id": "3082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80595409157647, + -12.275383508221843, + -76.79630316580696, + -12.265005452755535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.80163757088185, + -12.265005452755535 + ] + ] + ], + "type": "Polygon" + }, + "id": "3083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04357660748437, + -11.921457339290393, + -77.03393001838016, + -11.911067886281037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03925837971092, + -11.911067886281037 + ] + ] + ], + "type": "Polygon" + }, + "id": "3084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09225010516163, + -11.80034956716221, + -77.08260588891619, + -11.789957234515589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.0879321929202, + -11.789957234515589 + ] + ] + ], + "type": "Polygon" + }, + "id": "3085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9826298424711, + -11.88400542854447, + -76.97298593407072, + -11.873616936669498 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.97831374963684, + -11.873616936669498 + ] + ] + ], + "type": "Polygon" + }, + "id": "3086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82120052161001, + -12.214021607974669, + -76.81155101940085, + -12.203642157634825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.81688440352994, + -12.203642157634825 + ] + ] + ], + "type": "Polygon" + }, + "id": "3087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9826633685663, + -11.978394290565022, + -76.97301664659255, + -11.968007161826819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.97834601602895, + -11.968007161826819 + ] + ] + ], + "type": "Polygon" + }, + "id": "3088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08455968639959, + -11.689438358628282, + -77.07491896504385, + -11.679044742859059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.08024345679756, + -11.679044742859059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71306773847597, + -12.187525884233573, + -76.70342195714399, + -12.177148747758702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.70875494437634, + -12.177148747758702 + ] + ] + ], + "type": "Polygon" + }, + "id": "3090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98573328542167, + -12.0416145685372, + -76.9760845990974, + -12.031228309153269 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.98141500663817, + -12.031228309153269 + ] + ] + ], + "type": "Polygon" + }, + "id": "3091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95526819854442, + -12.070065711110976, + -76.94561945339996, + -12.059680637813365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.95095036104674, + -12.059680637813365 + ] + ] + ], + "type": "Polygon" + }, + "id": "3092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98714671798476, + -11.742850780032825, + -76.97750689554435, + -11.732460242390918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.98283238451953, + -11.732460242390918 + ] + ] + ], + "type": "Polygon" + }, + "id": "3093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78088452454057, + -12.013485783779394, + -76.77124208994279, + -12.003104214936306 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.77657218624124, + -12.003104214936306 + ] + ] + ], + "type": "Polygon" + }, + "id": "3094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96673252284758, + -12.189146478764245, + -76.95707992616447, + -12.178762992318791 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.96241278575809, + -12.178762992318791 + ] + ] + ], + "type": "Polygon" + }, + "id": "3095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76174618894206, + -12.34956060920289, + -76.75209424040968, + -12.33918492710912 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.75742988975537, + -12.33918492710912 + ] + ] + ], + "type": "Polygon" + }, + "id": "3096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12420549234311, + -11.75625994813097, + -77.1145617856145, + -11.745866248397357 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.11988731807654, + -11.745866248397357 + ] + ] + ], + "type": "Polygon" + }, + "id": "3097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76486372730494, + -12.129811018866093, + -76.75521825671171, + -12.11943164467464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.76055027713556, + -12.11943164467464 + ] + ] + ], + "type": "Polygon" + }, + "id": "3098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71848772216316, + -11.991560738039208, + -76.70884763777485, + -11.981180425288715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.71797804813, + -11.989419834084895 + ], + [ + -76.7131579185271, + -11.991560738039208 + ], + [ + -76.70884763777485, + -11.988511454038113 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.71417739208908, + -11.981180425288715 + ] + ] + ], + "type": "Polygon" + }, + "id": "3099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95905309898798, + -11.98393295216228, + -76.94940682389627, + -11.973546488016803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.95473630875114, + -11.973546488016803 + ] + ] + ], + "type": "Polygon" + }, + "id": "3100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12031733525298, + -11.653579286789245, + -77.11067678091685, + -11.643184346947283 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.11600063213741, + -11.643184346947283 + ] + ] + ], + "type": "Polygon" + }, + "id": "3101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90574102768167, + -11.962944626967921, + -76.89609677184247, + -11.952559176034875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90142595901793, + -11.952559176034875 + ], + [ + -76.90574102768167, + -11.955606550085479 + ], + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.89660391752497, + -11.954704495112583 + ], + [ + -76.90142595901793, + -11.952559176034875 + ] + ] + ], + "type": "Polygon" + }, + "id": "3102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8379668883092, + -12.137078537216793, + -76.82831923461438, + -12.126697432025452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.83365133967195, + -12.126697432025452 + ] + ] + ], + "type": "Polygon" + }, + "id": "3103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.880619629556, + -12.07841129535828, + -76.87097259322236, + -12.06802820670533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.87630370240925, + -12.06802820670533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87680863866487, + -11.975813676008118, + -76.86716476241443, + -11.965429135708256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.87249418374424, + -11.965429135708256 + ] + ] + ], + "type": "Polygon" + }, + "id": "3105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94757593617382, + -11.770433264172603, + -76.93793631917049, + -11.760044070189796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.9432623014541, + -11.760044070189796 + ] + ] + ], + "type": "Polygon" + }, + "id": "3106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81660771166254, + -12.355036871010135, + -76.8069541197402, + -12.344659893363367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81228983486444, + -12.344659893363367 + ], + [ + -76.81660771166254, + -12.347709990189877 + ], + [ + -76.81609883156874, + -12.352898532802486 + ], + [ + -76.81127194850389, + -12.355036871010135 + ], + [ + -76.8069541197402, + -12.351986690704548 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.81228983486444, + -12.344659893363367 + ] + ] + ], + "type": "Polygon" + }, + "id": "3107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05950511138319, + -11.80501352845115, + -77.04986158517134, + -11.794622055626554 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.05518801034563, + -11.794622055626554 + ] + ] + ], + "type": "Polygon" + }, + "id": "3108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84254035306877, + -12.0903620799293, + -76.83289397125013, + -12.07998012961126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.83822530316174, + -12.07998012961126 + ] + ] + ], + "type": "Polygon" + }, + "id": "3109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97581574585405, + -12.001314335888416, + -76.96616851775306, + -11.990927715723188 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.971498271891, + -11.990927715723188 + ] + ] + ], + "type": "Polygon" + }, + "id": "3110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77013874661488, + -12.311107076917528, + -76.76048771975248, + -12.300730527495906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.76582273070468, + -12.300730527495906 + ] + ] + ], + "type": "Polygon" + }, + "id": "3111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08705169378247, + -11.99652046577383, + -77.07740176400776, + -11.986131049369284 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.08273130329674, + -11.986131049369284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96137227545354, + -12.102122902174429, + -76.95172241527587, + -12.091738172601433 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.95705384527743, + -12.091738172601433 + ] + ] + ], + "type": "Polygon" + }, + "id": "3113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00713519150338, + -12.201001285922167, + -76.9974811971679, + -12.190616993579617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -77.00281420847591, + -12.190616993579617 + ] + ] + ], + "type": "Polygon" + }, + "id": "3114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02230731899952, + -12.045217025255699, + -77.01265758414371, + -12.03482992103696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.0179880095401, + -12.03482992103696 + ] + ] + ], + "type": "Polygon" + }, + "id": "3115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05277241722753, + -12.01675232743782, + -77.04312275322773, + -12.006364048337836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.0484526718688, + -12.006364048337836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76264862476475, + -11.91732911734735, + -76.75300954938604, + -11.906946595687897 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7583380684749, + -11.906946595687897 + ], + [ + -76.76264862476475, + -11.909995003631336 + ], + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.7583380684749, + -11.906946595687897 + ] + ] + ], + "type": "Polygon" + }, + "id": "3117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69929079264405, + -12.327597990228426, + -76.68964120601144, + -12.317223526310878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.69497650870828, + -12.317223526310878 + ] + ] + ], + "type": "Polygon" + }, + "id": "3118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02442191009001, + -11.69142876216552, + -77.01478265908936, + -11.681036637227265 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0201072608211, + -11.681036637227265 + ], + [ + -77.02442191009001, + -11.684081505293648 + ], + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.01528772099334, + -11.683187797266354 + ], + [ + -77.0201072608211, + -11.681036637227265 + ] + ] + ], + "type": "Polygon" + }, + "id": "3119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07082546687457, + -11.640883151081658, + -77.06118653718967, + -11.630489249789845 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.06651024997272, + -11.630489249789845 + ] + ] + ], + "type": "Polygon" + }, + "id": "3120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9377546544639, + -12.107652724276495, + -76.92810524442002, + -12.097268665847087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.9334367882691, + -12.097268665847087 + ] + ] + ], + "type": "Polygon" + }, + "id": "3121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74043981333354, + -12.284565595915108, + -76.73079038620969, + -12.274189355359205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.73612496884911, + -12.274189355359205 + ] + ] + ], + "type": "Polygon" + }, + "id": "3122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12896607233478, + -11.992762684411755, + -77.11931520119006, + -11.982372195634015 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.12464461701562, + -11.982372195634015 + ] + ] + ], + "type": "Polygon" + }, + "id": "3123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78842283182732, + -12.3129316893112, + -76.77877125626948, + -12.302554707215858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.78410628973955, + -12.302554707215858 + ] + ] + ], + "type": "Polygon" + }, + "id": "3124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9324419553952, + -12.209340268485903, + -76.92278964892928, + -12.19895795835473 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.92812287471918, + -12.19895795835473 + ] + ] + ], + "type": "Polygon" + }, + "id": "3125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70240154308402, + -12.202178622574799, + -76.6927556169731, + -12.191801995562754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.69808884798017, + -12.191801995562754 + ] + ] + ], + "type": "Polygon" + }, + "id": "3126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84329179296893, + -12.224078779201234, + -76.83364140013845, + -12.213698936826315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.83897493732648, + -12.213698936826315 + ] + ] + ], + "type": "Polygon" + }, + "id": "3127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11139354988427, + -11.935972780682807, + -77.10174481199236, + -11.92558188636785 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.1070733194493, + -11.92558188636785 + ] + ] + ], + "type": "Polygon" + }, + "id": "3128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.667393790804, + -12.182961845322298, + -76.6577494033861, + -12.172585804790948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66308232095055, + -12.172585804790948 + ], + [ + -76.667393790804, + -12.17563645409478 + ], + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.66206082313253, + -12.182961845322298 + ], + [ + -76.6577494033861, + -12.179911110815544 + ], + [ + -76.65826021500469, + -12.174723145507635 + ], + [ + -76.66308232095055, + -12.172585804790948 + ] + ] + ], + "type": "Polygon" + }, + "id": "3129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64146138301287, + -12.258945150514501, + -76.63181544640238, + -12.248571018944634 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.63714961870892, + -12.248571018944634 + ] + ] + ], + "type": "Polygon" + }, + "id": "3130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6925770770284, + -12.067586589952777, + -76.6829354370347, + -12.057208088612283 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.68826644896916, + -12.057208088612283 + ] + ] + ], + "type": "Polygon" + }, + "id": "3131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75494711697431, + -12.183844250914017, + -76.74530030286988, + -12.173465988572117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.75063321821858, + -12.173465988572117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02070142736825, + -11.872013229105196, + -77.01105689617188, + -11.861623632722516 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.01638447172307, + -11.861623632722516 + ] + ] + ], + "type": "Polygon" + }, + "id": "3133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05799120311752, + -11.820600424998936, + -77.04834725128208, + -11.810209202411784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.05367393476696, + -11.810209202411784 + ] + ] + ], + "type": "Polygon" + }, + "id": "3134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67040003361959, + -12.24612865642411, + -76.66075367716525, + -12.235753568370823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.66608763737818, + -12.235753568370823 + ] + ] + ], + "type": "Polygon" + }, + "id": "3135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98647496565945, + -11.986634635741359, + -76.97682789953895, + -11.976247534826502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.9821574006092, + -11.976247534826502 + ] + ] + ], + "type": "Polygon" + }, + "id": "3136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91642753911063, + -12.136994413884521, + -76.90677781172982, + -12.126611345163129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.91210985832066, + -12.126611345163129 + ] + ] + ], + "type": "Polygon" + }, + "id": "3137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83720007331453, + -12.192030430772592, + -76.82755079987889, + -12.181650221492088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.83288381192257, + -12.181650221492088 + ] + ] + ], + "type": "Polygon" + }, + "id": "3138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71831348230702, + -12.368789346193013, + -76.70866214274281, + -12.35841510157836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.71399812248752, + -12.35841510157836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79149999601069, + -12.187485226229645, + -76.78185208410761, + -12.17710609608404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.78718504518692, + -12.17710609608404 + ] + ] + ], + "type": "Polygon" + }, + "id": "3140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93242306438087, + -12.114988644992215, + -76.92277357475366, + -12.104604833326377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.92810524442002, + -12.104604833326377 + ] + ] + ], + "type": "Polygon" + }, + "id": "3141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68106768994974, + -12.231480011935984, + -76.67142147627753, + -12.221104409135362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.67675519377498, + -12.221104409135362 + ] + ] + ], + "type": "Polygon" + }, + "id": "3142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92025362544561, + -12.23957954619576, + -76.91060073503643, + -12.229198032519871 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.91593447064854, + -12.229198032519871 + ] + ] + ], + "type": "Polygon" + }, + "id": "3143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96139961741038, + -12.196481706661904, + -76.9517469401813, + -12.18609847033439 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.95707992616447, + -12.18609847033439 + ] + ] + ], + "type": "Polygon" + }, + "id": "3144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75576028677233, + -12.034574287249884, + -76.74611790389032, + -12.024193672762298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.75144835708774, + -12.024193672762298 + ] + ] + ], + "type": "Polygon" + }, + "id": "3145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83109903291705, + -12.254307603173215, + -76.82144806277444, + -12.24392856397284 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.82678210625619, + -12.24392856397284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02832547710747, + -11.888494616683836, + -77.01868025969733, + -11.87810506626783 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.0240080973411, + -11.87810506626783 + ] + ] + ], + "type": "Polygon" + }, + "id": "3147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04723290718795, + -11.646448270275156, + -77.03759441143208, + -11.636055013421227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.04291824624588, + -11.636055013421227 + ] + ] + ], + "type": "Polygon" + }, + "id": "3148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77161093347594, + -12.484122294091966, + -76.76195469367019, + -12.473748723989763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.76627301472861, + -12.484122294091966 + ], + [ + -76.76195469367019, + -12.481071114232543 + ], + [ + -76.7624645311941, + -12.4758843831666 + ], + [ + -76.76729256370251, + -12.473748723989763 + ] + ] + ], + "type": "Polygon" + }, + "id": "3149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96825199404987, + -12.17357117716122, + -76.95859982293824, + -12.163187403405466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.96393242407937, + -12.163187403405466 + ] + ] + ], + "type": "Polygon" + }, + "id": "3150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03443517085444, + -11.920559916623798, + -77.02478884185155, + -11.910170674294108 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.03011719977707, + -11.910170674294108 + ] + ] + ], + "type": "Polygon" + }, + "id": "3151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97510359014564, + -12.150659135375303, + -76.96545192537482, + -12.140274827709597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.97078414157447, + -12.140274827709597 + ] + ] + ], + "type": "Polygon" + }, + "id": "3152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9659010751916, + -11.961013363493011, + -76.95625530545168, + -11.950626392876314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.9615844060226, + -11.950626392876314 + ] + ] + ], + "type": "Polygon" + }, + "id": "3153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10664696205048, + -11.699463149181089, + -77.09700538589935, + -11.689069127772589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.10233001104098, + -11.689069127772589 + ] + ] + ], + "type": "Polygon" + }, + "id": "3154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05198795587121, + -11.977346388043562, + -77.04233948672538, + -11.966957542823037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.04766875743067, + -11.966957542823037 + ] + ] + ], + "type": "Polygon" + }, + "id": "3155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96521291460957, + -12.20472134747113, + -76.95555989233107, + -12.194338149880512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.96089301039463, + -12.194338149880512 + ] + ] + ], + "type": "Polygon" + }, + "id": "3156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8950904218996, + -12.071980990087832, + -76.8854431953595, + -12.061597441307203 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.89077418755585, + -12.061597441307203 + ] + ] + ], + "type": "Polygon" + }, + "id": "3157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80214651424464, + -12.267144621851836, + -76.79249593694738, + -12.25676652554667 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.79783020787474, + -12.25676652554667 + ] + ] + ], + "type": "Polygon" + }, + "id": "3158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562600160753, + -11.761444833014984, + -76.84662306929509, + -11.751057788291249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.85194897626933, + -11.751057788291249 + ] + ] + ], + "type": "Polygon" + }, + "id": "3159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16387390040656, + -11.823081718680065, + -77.15422721571187, + -11.81268796655077 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15955378409872, + -11.81268796655077 + ] + ] + ], + "type": "Polygon" + }, + "id": "3160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80902431754012, + -12.149925544318332, + -76.79937705524948, + -12.139545371134092 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.80470938824386, + -12.139545371134092 + ] + ] + ], + "type": "Polygon" + }, + "id": "3161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17683517830443, + -11.832214789323551, + -77.16718790056424, + -11.821820851440226 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.17251459755022, + -11.821820851440226 + ] + ] + ], + "type": "Polygon" + }, + "id": "3162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77630441233045, + -12.060200582600379, + -76.76666070855794, + -12.049819837731519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.77199157671312, + -12.049819837731519 + ] + ] + ], + "type": "Polygon" + }, + "id": "3163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757697234007, + -12.20390114578493, + -76.86792627140933, + -12.193520115567695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.8732594524485, + -12.193520115567695 + ] + ] + ], + "type": "Polygon" + }, + "id": "3164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71079524614366, + -12.163721197631244, + -76.70115023762217, + -12.153343737191705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.70648283245654, + -12.153343737191705 + ] + ] + ], + "type": "Polygon" + }, + "id": "3165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93692375380549, + -11.78511874204506, + -76.92728397750814, + -11.774730009617235 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.93261021115929, + -11.774730009617235 + ] + ] + ], + "type": "Polygon" + }, + "id": "3166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08080971005232, + -11.775626415242685, + -77.071166518705, + -11.76523402602246 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.07649243214549, + -11.76523402602246 + ] + ] + ], + "type": "Polygon" + }, + "id": "3167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08147259691889, + -11.626183400622859, + -77.07183383488484, + -11.615789056306612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.07715729183873, + -11.615789056306612 + ] + ] + ], + "type": "Polygon" + }, + "id": "3168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8623397414183, + -12.170943572873238, + -76.85269042824976, + -12.160562393901216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.85802307629753, + -12.160562393901216 + ] + ] + ], + "type": "Polygon" + }, + "id": "3169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96739043356149, + -11.85104320911116, + -76.95774790155676, + -11.840654629756262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.96307519047902, + -11.840654629756262 + ] + ] + ], + "type": "Polygon" + }, + "id": "3170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11887991640518, + -11.76360900350923, + -77.10923612434371, + -11.753215530510031 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.1145617856145, + -11.753215530510031 + ] + ] + ], + "type": "Polygon" + }, + "id": "3171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95369848265493, + -11.896890236257457, + -76.9440549407277, + -11.886502641157495 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.94938299766359, + -11.886502641157495 + ] + ] + ], + "type": "Polygon" + }, + "id": "3172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16076907819475, + -11.759825885809729, + -77.15112435380192, + -11.74943135241352 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.15644988739145, + -11.74943135241352 + ] + ] + ], + "type": "Polygon" + }, + "id": "3173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11046032870381, + -11.707704382539358, + -77.10081841155252, + -11.6973103758873 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.10614316653567, + -11.6973103758873 + ] + ] + ], + "type": "Polygon" + }, + "id": "3174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76414517113147, + -11.99609963785553, + -76.7545037077983, + -11.985718232670358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.75983352401036, + -11.985718232670358 + ] + ] + ], + "type": "Polygon" + }, + "id": "3175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01394300089707, + -12.083716563868022, + -77.00429233217586, + -12.073330253491129 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00962340183804, + -12.073330253491129 + ] + ] + ], + "type": "Polygon" + }, + "id": "3176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90953708905846, + -11.876809143218821, + -76.8998952998702, + -11.86642235805805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90522306579099, + -11.86642235805805 + ], + [ + -76.90953708905846, + -11.86946924697822 + ], + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.8998952998702, + -11.873762167834311 + ], + [ + -76.90040225755801, + -11.868568828844387 + ], + [ + -76.90522306579099, + -11.86642235805805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74584545379412, + -12.088614846309119, + -76.73620172879208, + -12.078235311452776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.74153307609073, + -12.078235311452776 + ] + ] + ], + "type": "Polygon" + }, + "id": "3178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94456131284515, + -11.895990511007543, + -76.93491803568638, + -11.885603129109533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.9402460865078, + -11.885603129109533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06343195976642, + -12.002068049486386, + -77.05378246265839, + -11.991679290897595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.05911212550886, + -11.991679290897595 + ] + ] + ], + "type": "Polygon" + }, + "id": "3180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96971178161826, + -11.969253695238269, + -76.96006566742359, + -11.95886675140152 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.96539489982587, + -11.95886675140152 + ] + ] + ], + "type": "Polygon" + }, + "id": "3181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82500825984658, + -12.222260744412734, + -76.81535840967001, + -12.211881332386293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.82069192766265, + -12.211881332386293 + ] + ] + ], + "type": "Polygon" + }, + "id": "3182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65231799516768, + -11.96138787789045, + -76.64268063359582, + -11.951008811316285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64800989737155, + -11.951008811316285 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.64698868113959, + -11.96138787789045 + ], + [ + -76.64268063359582, + -11.958338174046881 + ], + [ + -76.64319130430508, + -11.953148696014809 + ], + [ + -76.64800989737155, + -11.951008811316285 + ] + ] + ], + "type": "Polygon" + }, + "id": "3183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15418446242556, + -12.066032727632422, + -77.14453077714165, + -12.055642731597036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1498613598166, + -12.055642731597036 + ], + [ + -77.15418446242556, + -12.058688324371253 + ], + [ + -77.1536807644716, + -12.063883374147709 + ], + [ + -77.14885383662018, + -12.066032727632422 + ], + [ + -77.14453077714165, + -12.062987050596886 + ], + [ + -77.14503460237478, + -12.057792104347916 + ], + [ + -77.1498613598166, + -12.055642731597036 + ] + ] + ], + "type": "Polygon" + }, + "id": "3184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03663425870202, + -11.755567899612688, + -77.0269927869488, + -11.745176318162383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.03231842811606, + -11.745176318162383 + ] + ] + ], + "type": "Polygon" + }, + "id": "3185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005495381914, + -12.147132249977055, + -76.85040641202453, + -12.136750749351423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.85573866884583, + -12.136750749351423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99187683440017, + -12.168042073771995, + -76.98222421714043, + -12.157657628395317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.98755670201037, + -12.157657628395317 + ] + ] + ], + "type": "Polygon" + }, + "id": "3187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02143688520344, + -11.817017911499425, + -77.01179397296787, + -11.806627532940936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.01712064292612, + -11.806627532940936 + ] + ] + ], + "type": "Polygon" + }, + "id": "3188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91261704164354, + -12.128754703164278, + -76.90296766017113, + -12.118371599614237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.90829957412102, + -12.118371599614237 + ] + ] + ], + "type": "Polygon" + }, + "id": "3189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09317068464331, + -12.028585388291237, + -77.08351964430383, + -12.018196302254049 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.0888497030215, + -12.018196302254049 + ] + ] + ], + "type": "Polygon" + }, + "id": "3190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76483371590233, + -12.224128096741978, + -76.75518543082354, + -12.213750236649414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.76051900757152, + -12.213750236649414 + ] + ] + ], + "type": "Polygon" + }, + "id": "3191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7016604157274, + -12.162809281736067, + -76.69201568511609, + -12.152432040132673 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.69734826650064, + -12.152432040132673 + ] + ] + ], + "type": "Polygon" + }, + "id": "3192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80133466078651, + -12.510666662213167, + -76.7916768244446, + -12.500292817693234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79701512025787, + -12.500292817693234 + ], + [ + -76.80133466078651, + -12.50334374500997 + ], + [ + -76.80082532211141, + -12.508530721021144 + ], + [ + -76.79599631667442, + -12.510666662213167 + ], + [ + -76.7916768244446, + -12.507615652442935 + ], + [ + -76.79218628934343, + -12.50242878394401 + ], + [ + -76.79701512025787, + -12.500292817693234 + ] + ] + ], + "type": "Polygon" + }, + "id": "3193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82887292301973, + -11.758743283425808, + -76.81923678657466, + -11.748356888364588 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82456266559863, + -11.748356888364588 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.819744684087, + -11.750503100782211 + ], + [ + -76.82456266559863, + -11.748356888364588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9042305768774, + -12.0728853210682, + -76.89458308269019, + -12.06250155835343 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89991408250005, + -12.06250155835343 + ] + ] + ], + "type": "Polygon" + }, + "id": "3195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7807831238392, + -12.390752585439577, + -76.77112942852094, + -12.38037713116117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.7807831238392, + -12.383427727161648 + ], + [ + -76.78027368769038, + -12.388615508299184 + ], + [ + -76.77544675272475, + -12.390752585439577 + ], + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.77646575107936, + -12.38037713116117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74879776978267, + -12.340408519661754, + -76.73914644653972, + -12.330033010300284 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.74448194907694, + -12.330033010300284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70620422324902, + -12.210417381983438, + -76.69655794676795, + -12.200040791570208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.7018913131221, + -12.200040791570208 + ] + ] + ], + "type": "Polygon" + }, + "id": "3198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91186270389457, + -12.183715871187538, + -76.90221170176629, + -12.173333659520065 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.90754452282498, + -12.173333659520065 + ] + ] + ], + "type": "Polygon" + }, + "id": "3199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10224903585646, + -11.935077174692672, + -77.09260055453214, + -11.924686489165747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.09792906063004, + -11.924686489165747 + ] + ] + ], + "type": "Polygon" + }, + "id": "3200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71320296912188, + -11.904557581264637, + -76.70356562191074, + -11.894176132069385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70889394394516, + -11.894176132069385 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.70407535771871, + -11.896318052477712 + ], + [ + -76.70889394394516, + -11.894176132069385 + ] + ] + ], + "type": "Polygon" + }, + "id": "3201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0694304008887, + -11.845323140272829, + -77.05978542245751, + -11.834931980501382 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.0651124974803, + -11.834931980501382 + ] + ] + ], + "type": "Polygon" + }, + "id": "3202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08626300020408, + -11.957110967452786, + -77.07661426519057, + -11.946720990197033 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.08194315672488, + -11.946720990197033 + ] + ] + ], + "type": "Polygon" + }, + "id": "3203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02382377909746, + -12.029636300649699, + -77.0141744700574, + -12.019248923749213 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.01950463695877, + -12.019248923749213 + ] + ] + ], + "type": "Polygon" + }, + "id": "3204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88214640509887, + -12.157184993100822, + -76.87249697791411, + -12.146803099024329 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.87782938489771, + -12.146803099024329 + ] + ] + ], + "type": "Polygon" + }, + "id": "3205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01780092274811, + -12.18632756745599, + -77.00814709258785, + -12.175942776506181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.01347984941584, + -12.175942776506181 + ] + ] + ], + "type": "Polygon" + }, + "id": "3206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13644492212396, + -11.820404689261627, + -77.12679899976992, + -11.810011561113008 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.13212556800518, + -11.810011561113008 + ] + ] + ], + "type": "Polygon" + }, + "id": "3207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81360159704596, + -12.103213273171525, + -76.80395560574883, + -12.092832250350368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80928716596802, + -12.092832250350368 + ] + ] + ], + "type": "Polygon" + }, + "id": "3208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13875030343071, + -11.84423518421192, + -77.12910361385393, + -11.833842329163398 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.13443057039045, + -11.833842329163398 + ] + ] + ], + "type": "Polygon" + }, + "id": "3209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94689753126737, + -12.108556365302261, + -76.93724785575174, + -12.098172094217572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.94257940592875, + -12.098172094217572 + ] + ] + ], + "type": "Polygon" + }, + "id": "3210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99258133365137, + -12.018695530417219, + -76.98293315400711, + -12.008308756833316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.98826317652791, + -12.008308756833316 + ] + ] + ], + "type": "Polygon" + }, + "id": "3211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91713773707431, + -11.798904104351218, + -76.90749806818866, + -11.788516049532232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.91181121290352, + -11.798904104351218 + ], + [ + -76.90749806818866, + -11.795857615190872 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.91282454592017, + -11.788516049532232 + ] + ] + ], + "type": "Polygon" + }, + "id": "3212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84024976959749, + -12.160889225776812, + -76.8306013443738, + -12.15050844071393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.835933840802, + -12.15050844071393 + ] + ] + ], + "type": "Polygon" + }, + "id": "3213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07239765552977, + -11.719725452589318, + -77.06275634074274, + -11.709332525930588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.06808134675323, + -11.709332525930588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02979367606666, + -11.778500778377737, + -77.0201516965644, + -11.768109671509684 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.02547772311316, + -11.768109671509684 + ] + ] + ], + "type": "Polygon" + }, + "id": "3215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08383505028993, + -11.74444875654198, + -77.07419271043769, + -11.734055877661056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.07951810719602, + -11.734055877661056 + ] + ] + ], + "type": "Polygon" + }, + "id": "3216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9362142201482, + -12.028865459625527, + -76.9265672004455, + -12.018480231969423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.93189744719885, + -12.018480231969423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76788976898804, + -12.192993931807365, + -76.75824233064685, + -12.182615488428635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.76357539239913, + -12.182615488428635 + ] + ] + ], + "type": "Polygon" + }, + "id": "3218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88443798189977, + -12.275330847511649, + -76.87478496624126, + -12.264950818396787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.88011932109069, + -12.264950818396787 + ] + ] + ], + "type": "Polygon" + }, + "id": "3219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04289572163927, + -12.070837901347968, + -77.03324469617421, + -12.060450683118527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.0385755184363, + -12.060450683118527 + ] + ] + ], + "type": "Polygon" + }, + "id": "3220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78611937151042, + -12.383427727161648, + -76.77646575107936, + -12.373052010390161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.78611937151042, + -12.376102523000396 + ], + [ + -76.78561002132994, + -12.381290435355155 + ], + [ + -76.7807831238392, + -12.383427727161648 + ], + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.78180195027288, + -12.373052010390161 + ] + ] + ], + "type": "Polygon" + }, + "id": "3221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78846909271726, + -12.12429902700486, + -76.77882314833462, + -12.113918968376353 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.78415506836049, + -12.113918968376353 + ] + ] + ], + "type": "Polygon" + }, + "id": "3222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92169648404185, + -11.752156552089398, + -76.91205808705324, + -11.741767754068185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91738379207874, + -11.741767754068185 + ], + [ + -76.92169648404185, + -11.744813859455196 + ], + [ + -76.92119001739142, + -11.75000831206995 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.91738379207874, + -11.741767754068185 + ] + ] + ], + "type": "Polygon" + }, + "id": "3223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83947503942774, + -12.310160188122044, + -76.8298221770285, + -12.299781870619922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.83515713771874, + -12.299781870619922 + ] + ] + ], + "type": "Polygon" + }, + "id": "3224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95982596710479, + -12.023331437077122, + -76.95017849727692, + -12.012945541360805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.95550863035828, + -12.012945541360805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93625421682233, + -12.217579776898969, + -76.9266015646833, + -12.207197505887216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.93193492292998, + -12.207197505887216 + ] + ] + ], + "type": "Polygon" + }, + "id": "3226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15154483552048, + -11.664490593750198, + -77.14190317703064, + -11.654095039877438 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14722715914847, + -11.654095039877438 + ], + [ + -77.15154483552048, + -11.657138636944554 + ], + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.14190317703064, + -11.661446909633899 + ], + [ + -77.1424064149063, + -11.656249184822407 + ], + [ + -77.14722715914847, + -11.654095039877438 + ] + ] + ], + "type": "Polygon" + }, + "id": "3227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97736594443205, + -12.08011040649522, + -76.96771632624672, + -12.069724941327003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.9730473770388, + -12.069724941327003 + ] + ] + ], + "type": "Polygon" + }, + "id": "3228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0016066778083, + -11.736401185969948, + -76.99196667450548, + -11.726010207790551 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.99729204165953, + -11.726010207790551 + ] + ] + ], + "type": "Polygon" + }, + "id": "3229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96289156289136, + -12.086545738009757, + -76.95324212799595, + -12.07616072964547 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.95857329971044, + -12.07616072964547 + ] + ] + ], + "type": "Polygon" + }, + "id": "3230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12809617456266, + -11.858930633944297, + -77.11844931346826, + -11.848538240680726 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.12377652818405, + -11.848538240680726 + ] + ] + ], + "type": "Polygon" + }, + "id": "3231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81663753277397, + -12.166404135187108, + -76.80698957438604, + -12.156024032329618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.81232217526674, + -12.156024032329618 + ] + ] + ], + "type": "Polygon" + }, + "id": "3232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02235244613676, + -12.139594506626242, + -77.01269989431522, + -12.129208860478059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.01803187509994, + -12.129208860478059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72687461354325, + -11.953087412467578, + -76.71723544642707, + -11.94270631824542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.72256456495305, + -11.94270631824542 + ] + ] + ], + "type": "Polygon" + }, + "id": "3234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93698434229107, + -12.068260024089286, + -76.92733612756409, + -12.057875376167628 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.93266702278738, + -12.057875376167628 + ] + ] + ], + "type": "Polygon" + }, + "id": "3235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8257771804085, + -12.167312557073979, + -76.81612895011119, + -12.15693223849359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.82146156097654, + -12.15693223849359 + ] + ] + ], + "type": "Polygon" + }, + "id": "3236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74666255354293, + -11.939329491641933, + -76.73702325688276, + -11.928947693780986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.742352143502, + -11.928947693780986 + ] + ] + ], + "type": "Polygon" + }, + "id": "3237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13055449843675, + -12.071582942193793, + -77.12090123681685, + -12.06119360196588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.1300504595893, + -12.069434164513389 + ], + [ + -77.12522374344452, + -12.071582942193793 + ], + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.12623194833915, + -12.06119360196588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76933147805705, + -12.460323871930406, + -76.75967601195319, + -12.449949933595354 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.76501348930854, + -12.449949933595354 + ] + ] + ], + "type": "Polygon" + }, + "id": "3239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92475159115774, + -11.815385036330593, + -76.91511123211038, + -11.804997018080531 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.92043797442834, + -11.804997018080531 + ] + ] + ], + "type": "Polygon" + }, + "id": "3240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8988904319575, + -11.985859858503634, + -76.88924567334985, + -11.975474915891684 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.89457524346224, + -11.975474915891684 + ] + ] + ], + "type": "Polygon" + }, + "id": "3241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76021723353509, + -12.36512374958008, + -76.75056486130504, + -12.35474837378262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.75590076835888, + -12.35474837378262 + ] + ] + ], + "type": "Polygon" + }, + "id": "3242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9690264652395, + -12.212960970947579, + -76.95937309797256, + -12.202577812549404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.96470634807503, + -12.202577812549404 + ] + ] + ], + "type": "Polygon" + }, + "id": "3243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06628706081865, + -11.687653769088783, + -77.0566468551055, + -11.67726057426533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.06197134225317, + -11.67726057426533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0199657218413, + -11.927004870105819, + -77.01031957114364, + -11.916616074986187 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.01564805259396, + -11.916616074986187 + ] + ] + ], + "type": "Polygon" + }, + "id": "3245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73812654396097, + -12.355057173050033, + -76.728475073527, + -12.344682186358082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.73381082132695, + -12.344682186358082 + ] + ] + ], + "type": "Polygon" + }, + "id": "3246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72993127400498, + -11.921943597823516, + -76.72029295134476, + -11.911561972997685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.72562155611779, + -11.911561972997685 + ] + ] + ], + "type": "Polygon" + }, + "id": "3247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06954813782163, + -12.034131817028623, + -77.05989752939782, + -12.02374338967136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.06522771217811, + -12.02374338967136 + ] + ] + ], + "type": "Polygon" + }, + "id": "3248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69410744757238, + -12.052018768428429, + -76.68446622972623, + -12.041639989462272 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68979698476608, + -12.041639989462272 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.68446622972623, + -12.048968947738771 + ], + [ + -76.6849764633991, + -12.043779613149617 + ], + [ + -76.68979698476608, + -12.041639989462272 + ] + ] + ], + "type": "Polygon" + }, + "id": "3249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00848862739677, + -11.807880866074834, + -76.99884631950708, + -11.797490679782522 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -77.00417285422573, + -11.797490679782522 + ] + ] + ], + "type": "Polygon" + }, + "id": "3250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04044543671651, + -11.763808835766563, + -77.0308036224007, + -11.753417271279897 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.03612939433954, + -11.753417271279897 + ] + ] + ], + "type": "Polygon" + }, + "id": "3251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74730346533845, + -12.261675012416793, + -76.73765453507109, + -12.251298215891971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.74298873764053, + -12.251298215891971 + ] + ] + ], + "type": "Polygon" + }, + "id": "3252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7389102753061, + -12.300129581741631, + -76.7292604248978, + -12.289753641277173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.73459526503483, + -12.289753641277173 + ] + ] + ], + "type": "Polygon" + }, + "id": "3253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01312079562724, + -11.949929694990004, + -77.00347413735922, + -11.939541399962481 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -77.00880300422558, + -11.939541399962481 + ] + ] + ], + "type": "Polygon" + }, + "id": "3254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0466064431344, + -11.890288459820171, + -77.03696070546192, + -11.87989848774595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.04228855000765, + -11.87989848774595 + ] + ] + ], + "type": "Polygon" + }, + "id": "3255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82808238898315, + -12.002443078955475, + -76.81843901508321, + -11.992060154852396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.82376890640543, + -11.992060154852396 + ] + ] + ], + "type": "Polygon" + }, + "id": "3256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7748045322657, + -11.981434129382302, + -76.76516321745036, + -11.971052236449552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.77049278803034, + -11.971052236449552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05883177859637, + -11.954419967782082, + -77.04918381877731, + -11.944030619477163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.0545127031302, + -11.944030619477163 + ] + ] + ], + "type": "Polygon" + }, + "id": "3258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93392430465134, + -12.005047427749684, + -76.92427805496173, + -11.994661899581027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.929607911398, + -11.994661899581027 + ] + ] + ], + "type": "Polygon" + }, + "id": "3259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02001014903378, + -12.021395947348735, + -77.01036118346232, + -12.011008540081836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.01569121916685, + -12.011008540081836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69943813063664, + -12.044689724132752, + -76.68979698476608, + -12.034310697182269 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69512761822153, + -12.034310697182269 + ], + [ + -76.69943813063664, + -12.03736034580151 + ], + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.68979698476608, + -12.041639989462272 + ], + [ + -76.69030713281123, + -12.036450530851486 + ], + [ + -76.69512761822153, + -12.034310697182269 + ] + ] + ], + "type": "Polygon" + }, + "id": "3261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79612177751856, + -11.952099157217475, + -76.7864807617304, + -11.941716294098415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.79180983999065, + -11.941716294098415 + ] + ] + ], + "type": "Polygon" + }, + "id": "3262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87833087833924, + -11.96023679868628, + -76.86868742608735, + -11.949851991327895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87401658974882, + -11.949851991327895 + ], + [ + -76.87833087833924, + -11.952899598002343 + ], + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.86919495018859, + -11.95199675606455 + ], + [ + -76.87401658974882, + -11.949851991327895 + ] + ] + ], + "type": "Polygon" + }, + "id": "3263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83033079347186, + -12.309249666539573, + -76.82067820250562, + -12.298871563883221 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.82601315361569, + -12.298871563883221 + ] + ] + ], + "type": "Polygon" + }, + "id": "3264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99628126543557, + -11.74374653317694, + -76.98664118070417, + -11.733355782969499 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.99196667450548, + -11.733355782969499 + ] + ] + ], + "type": "Polygon" + }, + "id": "3265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12666044293381, + -11.968936082142928, + -77.11701033980994, + -11.958545298045717 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.12233936690113, + -11.958545298045717 + ] + ] + ], + "type": "Polygon" + }, + "id": "3266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95598927278314, + -11.920711694833944, + -76.9463449615415, + -11.910324384097109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.95167340838161, + -11.910324384097109 + ] + ] + ], + "type": "Polygon" + }, + "id": "3267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92632233352586, + -12.0829330881036, + -76.91667395988593, + -12.072548930439059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.92200510656765, + -12.072548930439059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73585078642742, + -12.331256194896504, + -76.72620008938016, + -12.320880859235787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.73153544456383, + -12.320880859235787 + ] + ] + ], + "type": "Polygon" + }, + "id": "3269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04059666362976, + -12.047016659834572, + -77.03094640737633, + -12.036629134704702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.03627684004469, + -12.036629134704702 + ] + ] + ], + "type": "Polygon" + }, + "id": "3270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05647715832056, + -11.836186944252145, + -77.04683278083745, + -11.825795973453152 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.0521597226504, + -11.825795973453152 + ] + ] + ], + "type": "Polygon" + }, + "id": "3271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77775254460988, + -12.327584289099757, + -76.76810081936269, + -12.317207825684822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.77343609944778, + -12.317207825684822 + ] + ] + ], + "type": "Polygon" + }, + "id": "3272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77094527226602, + -12.16185802318324, + -76.7612986805688, + -12.151479002687784 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.76663122739403, + -12.151479002687784 + ] + ] + ], + "type": "Polygon" + }, + "id": "3273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77472318893042, + -12.264411027872413, + -76.76507343300442, + -12.254033580334227 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.77040767099314, + -12.254033580334227 + ] + ] + ], + "type": "Polygon" + }, + "id": "3274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07251707867832, + -11.90856283970218, + -77.06287013817823, + -11.898172495818773 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.06819824953077, + -11.898172495818773 + ] + ] + ], + "type": "Polygon" + }, + "id": "3275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09211921446966, + -11.611482414713656, + -77.08248062074712, + -11.60108762915725 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08780382152271, + -11.60108762915725 + ], + [ + -77.09211921446966, + -11.604131459502215 + ], + [ + -77.0916153519519, + -11.609328904843927 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.08780382152271, + -11.60108762915725 + ] + ] + ], + "type": "Polygon" + }, + "id": "3276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09777760871225, + -12.076232447475839, + -77.08812503103283, + -12.065843973410024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.09345586806927, + -12.065843973410024 + ] + ] + ], + "type": "Polygon" + }, + "id": "3277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08685984487867, + -11.713269635066679, + -77.07721835642496, + -11.702876272732938 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.08254323657121, + -11.702876272732938 + ] + ] + ], + "type": "Polygon" + }, + "id": "3278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06488895368639, + -11.892081254846136, + -77.05524269766222, + -11.881690862118935 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.06057054800715, + -11.881690862118935 + ] + ] + ], + "type": "Polygon" + }, + "id": "3279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72233098278755, + -11.905464467832514, + -76.71269335871132, + -11.89508279920563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.71802169382686, + -11.89508279920563 + ] + ] + ], + "type": "Polygon" + }, + "id": "3280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92246413586317, + -11.791562451715238, + -76.91282454592017, + -11.781174164888233 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.91815089834766, + -11.781174164888233 + ] + ] + ], + "type": "Polygon" + }, + "id": "3281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.190505009407, + -11.786331409264742, + -77.18085876033736, + -11.775936517746173 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18618467963327, + -11.775936517746173 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.19000225698309, + -11.784177904085537 + ], + [ + -77.18517904757397, + -11.786331409264742 + ], + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.18136163996346, + -11.7780900403701 + ], + [ + -77.18618467963327, + -11.775936517746173 + ] + ] + ], + "type": "Polygon" + }, + "id": "3282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89658707104086, + -11.773283719046821, + -76.8869487049268, + -11.76289582771396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.8922747779154, + -11.76289582771396 + ] + ] + ], + "type": "Polygon" + }, + "id": "3283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66200081390285, + -12.284575762415606, + -76.65235354160022, + -12.274201529247964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.65768813719244, + -12.274201529247964 + ] + ] + ], + "type": "Polygon" + }, + "id": "3284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79070283532462, + -12.336735388459058, + -76.78105048694462, + -12.326358752664575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.7863859125885, + -12.326358752664575 + ] + ] + ], + "type": "Polygon" + }, + "id": "3285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77466888085789, + -12.453000948205727, + -76.76501348930854, + -12.442626743890996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.77035084344742, + -12.442626743890996 + ] + ] + ], + "type": "Polygon" + }, + "id": "3286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91110811194396, + -12.238672790034983, + -76.90145548861868, + -12.228291489274921 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.906789217093, + -12.228291489274921 + ] + ] + ], + "type": "Polygon" + }, + "id": "3287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9415228520625, + -11.927151614282343, + -76.93187872572823, + -11.916764754282086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.93720729235284, + -11.916764754282086 + ] + ] + ], + "type": "Polygon" + }, + "id": "3288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8768166096045, + -12.258852549356412, + -76.8671642877311, + -12.248472437551118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.87249837622252, + -12.248472437551118 + ] + ] + ], + "type": "Polygon" + }, + "id": "3289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1427271275872, + -12.041310815663822, + -77.13307446503907, + -12.03092072064727 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13840465886439, + -12.03092072064727 + ], + [ + -77.1427271275872, + -12.033966305029514 + ], + [ + -77.14222330700403, + -12.039161404395585 + ], + [ + -77.13739689047415, + -12.041310815663822 + ], + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.13357841283683, + -12.033070151166669 + ], + [ + -77.13840465886439, + -12.03092072064727 + ] + ] + ], + "type": "Polygon" + }, + "id": "3290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69874699954018, + -11.910982489553522, + -76.68910985760803, + -11.90060150124957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69443828784674, + -11.90060150124957 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.68910985760803, + -11.907933468690867 + ], + [ + -76.68961980433684, + -11.902743029524814 + ], + [ + -76.69443828784674, + -11.90060150124957 + ] + ] + ], + "type": "Polygon" + }, + "id": "3291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02690273763832, + -12.09285762174882, + -77.01725146393899, + -12.082471134315066 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.02258266883783, + -12.082471134315066 + ] + ] + ], + "type": "Polygon" + }, + "id": "3292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0018021349256, + -12.208337644615073, + -76.99214805875167, + -12.197953602239455 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.9974811971679, + -12.197953602239455 + ] + ] + ], + "type": "Polygon" + }, + "id": "3293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67647198349397, + -12.278167779992426, + -76.66682450234961, + -12.267793067914921 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.67215899124109, + -12.267793067914921 + ] + ] + ], + "type": "Polygon" + }, + "id": "3294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67113744459506, + -12.285491109940839, + -76.66148989210201, + -12.275116657305423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.66682450234961, + -12.275116657305423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87605355363958, + -12.219472327417744, + -76.86640242807945, + -12.209091588240671 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.87173586717176, + -12.209091588240671 + ] + ] + ], + "type": "Polygon" + }, + "id": "3296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70012983555547, + -12.178374783682274, + -76.69048468242087, + -12.167997830531654 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.6958175209142, + -12.167997830531654 + ] + ] + ], + "type": "Polygon" + }, + "id": "3297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04137987065168, + -12.08641838307278, + -77.03172841904906, + -12.07603144142476 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.03705949996525, + -12.07603144142476 + ] + ] + ], + "type": "Polygon" + }, + "id": "3298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0253401024152, + -12.01405516740793, + -77.01569121916685, + -12.003667519373186 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.02102112759067, + -12.003667519373186 + ] + ] + ], + "type": "Polygon" + }, + "id": "3299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66432944423013, + -12.214088802342683, + -76.65468421242055, + -12.20371334478313 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.6600176439382, + -12.20371334478313 + ] + ] + ], + "type": "Polygon" + }, + "id": "3300", + "properties": {}, + "type": "Feature" + } + ], + "type": "FeatureCollection" + }, + "hovertemplate": "duration_to_food_facility_bins=De 90 a 120
index=%{location}", + "locations": [ + 63, + 64, + 81, + 82, + 87, + 116, + 124, + 140, + 142, + 153, + 154, + 168, + 169, + 191, + 228, + 238, + 244, + 248, + 268, + 269, + 271, + 289, + 302, + 304, + 319, + 326, + 328, + 329, + 340, + 346, + 361, + 403, + 413, + 436, + 439, + 456, + 459, + 469, + 475, + 490, + 520, + 535, + 540, + 547, + 581, + 634, + 642, + 653, + 663, + 691, + 705, + 761, + 793, + 795, + 803, + 807, + 836, + 854, + 874, + 904, + 910, + 915, + 930, + 963, + 964, + 976, + 1024, + 1059, + 1067, + 1078, + 1093, + 1115, + 1138, + 1143, + 1146, + 1167, + 1172, + 1178, + 1198, + 1212, + 1234, + 1245, + 1264, + 1289, + 1292, + 1330, + 1342, + 1346, + 1372, + 1376, + 1389, + 1394, + 1396, + 1436, + 1441, + 1443, + 1476, + 1482, + 1487, + 1540, + 1547, + 1612, + 1619, + 1643, + 1655, + 1673, + 1682, + 1683, + 1712, + 1713, + 1719, + 1737, + 1745, + 1764, + 1779, + 1795, + 1808, + 1809, + 1819, + 1842, + 1845, + 1860, + 1880, + 1891, + 1895, + 1904, + 1907, + 1910, + 1944, + 1958, + 2001, + 2052, + 2057, + 2075, + 2076, + 2088, + 2096, + 2097, + 2132, + 2133, + 2140, + 2141, + 2161, + 2166, + 2179, + 2197, + 2198, + 2210, + 2221, + 2248, + 2260, + 2268, + 2281, + 2307, + 2320, + 2335, + 2346, + 2354, + 2419, + 2423, + 2424, + 2426, + 2454, + 2483, + 2504, + 2516, + 2578, + 2591, + 2620, + 2630, + 2662, + 2737, + 2757, + 2761, + 2778, + 2803, + 2805, + 2836, + 2932, + 2954, + 2969, + 2975, + 3004, + 3019, + 3087, + 3102, + 3105, + 3108, + 3128, + 3137, + 3149, + 3172, + 3179, + 3186, + 3197, + 3246, + 3250, + 3251, + 3269, + 3286 + ], + "name": "De 90 a 120", + "showlegend": true, + "showscale": false, + "subplot": "mapbox", + "type": "choroplethmapbox", + "z": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ] + }, + { + "colorscale": [ + [ + 0, + "#9c179e" + ], + [ + 1, + "#9c179e" + ] + ], + "geojson": { + "bbox": [ + -77.25103444130222, + -12.517989228728535, + -76.62041559387855, + -11.573692228960413 + ], + "features": [ + { + "bbox": [ + -76.80439037166623, + -12.479544488351467, + -76.79473338439676, + -12.469170004896617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80007116393422, + -12.469170004896617 + ], + [ + -76.80439037166623, + -12.472220769284453 + ], + [ + -76.80388112475119, + -12.477408064770854 + ], + [ + -76.79905254388291, + -12.479544488351467 + ], + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.79524275752351, + -12.47130645334645 + ], + [ + -76.80007116393422, + -12.469170004896617 + ] + ] + ], + "type": "Polygon" + }, + "id": "0", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.21673567169266, + -12.087887614728018, + -77.20707979007148, + -12.077496450750104 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21241062497951, + -12.077496450750104 + ], + [ + -77.21673567169266, + -12.080541553271305 + ], + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.20707979007148, + -12.08484242832682 + ], + [ + -77.20758276905593, + -12.07964689766269 + ], + [ + -77.21241062497951, + -12.077496450750104 + ] + ] + ], + "type": "Polygon" + }, + "id": "1", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23121969655782, + -12.081435940629902, + -77.22156365305825, + -12.071044331177799 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22689435492259, + -12.071044331177799 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.22156365305825, + -12.078390920956918 + ], + [ + -77.22206641798117, + -12.073195167462707 + ], + [ + -77.22689435492259, + -12.071044331177799 + ] + ] + ], + "type": "Polygon" + }, + "id": "2", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.25103444130222, + -12.067635813317104, + -77.24137832668924, + -12.057243520014259 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24670876354409, + -12.057243520014259 + ], + [ + -77.25103444130222, + -12.060288205140235 + ], + [ + -77.25053210471678, + -12.065484402890457 + ], + [ + -77.2457039627029, + -12.067635813317104 + ], + [ + -77.24137832668924, + -12.06459104429789 + ], + [ + -77.24188079093568, + -12.059394948755278 + ], + [ + -77.24670876354409, + -12.057243520014259 + ] + ] + ], + "type": "Polygon" + }, + "id": "3", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24952738610197, + -12.083223910203523, + -77.23987084304808, + -12.072831891441023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24520153955892, + -12.072831891441023 + ], + [ + -77.24952738610197, + -12.075876661289815 + ], + [ + -77.24902500407138, + -12.08107272176681 + ], + [ + -77.24419664782108, + -12.083223910203523 + ], + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.24520153955892, + -12.072831891441023 + ] + ] + ], + "type": "Polygon" + }, + "id": "4", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.21522707189207, + -12.103474014776776, + -77.2055707621553, + -12.093083127619384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.21472417497435, + -12.1013238098318 + ], + [ + -77.20989593519363, + -12.103474014776776 + ], + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.21090185658713, + -12.093083127619384 + ] + ] + ], + "type": "Polygon" + }, + "id": "5", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24037335274606, + -12.082330059640089, + -77.23071705922906, + -12.071938245406702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.23604775855509, + -12.071938245406702 + ] + ] + ], + "type": "Polygon" + }, + "id": "6", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2457039627029, + -12.074983098288111, + -77.23604775855509, + -12.06459104429789 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.24137832668924, + -12.06459104429789 + ], + [ + -77.2457039627029, + -12.067635813317104 + ], + [ + -77.24520153955892, + -12.072831891441023 + ], + [ + -77.24037335274606, + -12.074983098288111 + ], + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.23655030934498, + -12.066742269550407 + ], + [ + -77.24137832668924, + -12.06459104429789 + ] + ] + ], + "type": "Polygon" + }, + "id": "7", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2007426480144, + -12.109923848858411, + -77.19108650152918, + -12.099533408866476 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.19641772825882, + -12.099533408866476 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.20023953704263, + -12.107774034334977 + ], + [ + -77.19541137880904, + -12.109923848858411 + ], + [ + -77.19108650152918, + -12.106878411003903 + ], + [ + -77.19158973999788, + -12.101683242422597 + ], + [ + -77.19641772825882, + -12.099533408866476 + ] + ] + ], + "type": "Polygon" + }, + "id": "8", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2114047945437, + -12.095233351419967, + -77.20174882446877, + -12.08484242832682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.20707979007148, + -12.08484242832682 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.20174882446877, + -12.092188081169875 + ], + [ + -77.20225188995258, + -12.086992670978084 + ], + [ + -77.20707979007148, + -12.08484242832682 + ] + ] + ], + "type": "Polygon" + }, + "id": "9", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22438073560453, + -12.104368997851333, + -77.21472417497435, + -12.093977905553041 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.22438073560453, + -12.097023009834665 + ], + [ + -77.22387796627224, + -12.10221860723253 + ], + [ + -77.21904960109191, + -12.104368997851333 + ], + [ + -77.21472417497435, + -12.1013238098318 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.22005526735124, + -12.093977905553041 + ] + ] + ], + "type": "Polygon" + }, + "id": "10", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.24419664782108, + -12.090570835245073, + -77.23454001527175, + -12.080179056563606 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23987084304808, + -12.080179056563606 + ], + [ + -77.24419664782108, + -12.083223910203523 + ], + [ + -77.24369417922603, + -12.088419850669997 + ], + [ + -77.2388657781964, + -12.090570835245073 + ], + [ + -77.23454001527175, + -12.087525897845072 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23987084304808, + -12.080179056563606 + ] + ] + ], + "type": "Polygon" + }, + "id": "11", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.20989593519363, + -12.110819389181554, + -77.20023953704263, + -12.100428743676936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.20989593519363, + -12.103474014776776 + ], + [ + -77.20939295175548, + -12.108669388870759 + ], + [ + -77.20456466773608, + -12.110819389181554 + ], + [ + -77.20023953704263, + -12.107774034334977 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.2055707621553, + -12.100428743676936 + ] + ] + ], + "type": "Polygon" + }, + "id": "12", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22971173910942, + -12.097023009834665, + -77.22005526735124, + -12.086631676447317 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.22971173910942, + -12.089676696959943 + ], + [ + -77.2292090563173, + -12.094872414872372 + ], + [ + -77.22438073560453, + -12.097023009834665 + ], + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.22538622879863, + -12.086631676447317 + ] + ] + ], + "type": "Polygon" + }, + "id": "13", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.20607378662177, + -12.102578762934337, + -77.19641772825882, + -12.092188081169875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.20174882446877, + -12.092188081169875 + ], + [ + -77.20607378662177, + -12.095233351419967 + ], + [ + -77.2055707621553, + -12.100428743676936 + ], + [ + -77.2007426480144, + -12.102578762934337 + ], + [ + -77.19641772825882, + -12.099533408866476 + ], + [ + -77.19692088023739, + -12.09433811936897 + ], + [ + -77.20174882446877, + -12.092188081169875 + ] + ] + ], + "type": "Polygon" + }, + "id": "14", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.22588895266163, + -12.088782290088124, + -77.21623282025061, + -12.078390920956918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.22156365305825, + -12.078390920956918 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.21673567169266, + -12.080541553271305 + ], + [ + -77.22156365305825, + -12.078390920956918 + ] + ] + ], + "type": "Polygon" + }, + "id": "15", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.2205580777439, + -12.09612831494137, + -77.21090185658713, + -12.085737186575091 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.21623282025061, + -12.085737186575091 + ], + [ + -77.2205580777439, + -12.088782290088124 + ], + [ + -77.22005526735124, + -12.093977905553041 + ], + [ + -77.21522707189207, + -12.09612831494137 + ], + [ + -77.21090185658713, + -12.093083127619384 + ], + [ + -77.2114047945437, + -12.087887614728018 + ], + [ + -77.21623282025061, + -12.085737186575091 + ] + ] + ], + "type": "Polygon" + }, + "id": "16", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23655030934498, + -12.074089266979648, + -77.22689435492259, + -12.063697417650754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23222492575619, + -12.063697417650754 + ], + [ + -77.23655030934498, + -12.066742269550407 + ], + [ + -77.23604775855509, + -12.071938245406702 + ], + [ + -77.23121969655782, + -12.074089266979648 + ], + [ + -77.22689435492259, + -12.071044331177799 + ], + [ + -77.22739703332178, + -12.065848457715207 + ], + [ + -77.23222492575619, + -12.063697417650754 + ] + ] + ], + "type": "Polygon" + }, + "id": "17", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.23504261151906, + -12.089676696959943, + -77.22538622879863, + -12.079285122927537 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.23071705922906, + -12.079285122927537 + ], + [ + -77.23504261151906, + -12.082330059640089 + ], + [ + -77.23454001527175, + -12.087525897845072 + ], + [ + -77.22971173910942, + -12.089676696959943 + ], + [ + -77.22538622879863, + -12.086631676447317 + ], + [ + -77.22588895266163, + -12.081435940629902 + ], + [ + -77.23071705922906, + -12.079285122927537 + ] + ] + ], + "type": "Polygon" + }, + "id": "18", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82882759969192, + -12.13617102885011, + -76.81918021721812, + -12.125790139159133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.82451231266047, + -12.125790139159133 + ] + ] + ], + "type": "Polygon" + }, + "id": "19", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07003966305193, + -11.601459785090736, + -77.06040192548107, + -11.591065411175384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.06572499188286, + -11.591065411175384 + ] + ] + ], + "type": "Polygon" + }, + "id": "20", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12190193963382, + -11.732428096487205, + -77.11225899985065, + -11.722034136843403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.11758414410848, + -11.722034136843403 + ] + ] + ], + "type": "Polygon" + }, + "id": "21", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84940090468687, + -11.9731025177947, + -76.83975783662588, + -11.962718623284918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.84508723182428, + -11.962718623284918 + ] + ] + ], + "type": "Polygon" + }, + "id": "22", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17363835507746, + -11.674510763598882, + -77.1639958503303, + -11.66411480692549 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16931996092957, + -11.66411480692549 + ], + [ + -77.17363835507746, + -11.667158261158178 + ], + [ + -77.17313553900625, + -11.672356291451003 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.16931996092957, + -11.66411480692549 + ] + ] + ], + "type": "Polygon" + }, + "id": "23", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13572865690753, + -11.875412733866321, + -77.12608111408974, + -11.865020387252722 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.13140858815932, + -11.865020387252722 + ] + ] + ], + "type": "Polygon" + }, + "id": "24", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95452111681495, + -12.125036113648834, + -76.9448707510396, + -12.114651911262783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.95020256555866, + -12.114651911262783 + ] + ] + ], + "type": "Polygon" + }, + "id": "25", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05737248058583, + -12.064396805645382, + -77.04772127858978, + -12.05400913488869 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.05305197612272, + -12.05400913488869 + ] + ] + ], + "type": "Polygon" + }, + "id": "26", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09139601395617, + -11.66649825089569, + -77.08175580241924, + -11.656104175026211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.08707990777869, + -11.656104175026211 + ] + ] + ], + "type": "Polygon" + }, + "id": "27", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81204349484707, + -12.307427811526102, + -76.80239144817827, + -12.297050139310805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.80772637930016, + -12.297050139310805 + ] + ] + ], + "type": "Polygon" + }, + "id": "28", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1006004159775, + -11.76182390523275, + -77.09095713619756, + -11.751430850816579 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.09628279492941, + -11.751430850816579 + ] + ] + ], + "type": "Polygon" + }, + "id": "29", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71993047958371, + -12.164632847532044, + -76.71028519362727, + -12.154255168505697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.71561780163637, + -12.154255168505697 + ] + ] + ], + "type": "Polygon" + }, + "id": "30", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14932177118453, + -11.73510191969156, + -77.13967806718584, + -11.72470733399623 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.14500321291112, + -11.72470733399623 + ] + ] + ], + "type": "Polygon" + }, + "id": "31", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08784058193292, + -12.035928163563065, + -77.07818945710474, + -12.02553931778207 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.08351964430383, + -12.02553931778207 + ] + ] + ], + "type": "Polygon" + }, + "id": "32", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67340749066328, + -12.309290714561516, + -76.66375916442156, + -12.298916604000064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.66807243736318, + -12.309290714561516 + ], + [ + -76.66375916442156, + -12.306239413539364 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.66909416766096, + -12.298916604000064 + ] + ] + ], + "type": "Polygon" + }, + "id": "33", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01693330229243, + -11.958170203341249, + -77.00728630056551, + -11.947781934971644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.01261529865783, + -11.947781934971644 + ] + ] + ], + "type": "Polygon" + }, + "id": "34", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13262917399388, + -11.812163536914829, + -77.12298359234015, + -11.80177038801329 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.12831003097253, + -11.80177038801329 + ] + ] + ], + "type": "Polygon" + }, + "id": "35", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73749461996034, + -12.032757614684131, + -76.72785278823801, + -12.022377436605137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.73318321698999, + -12.022377436605137 + ] + ] + ], + "type": "Polygon" + }, + "id": "36", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70383652423588, + -12.375196495367776, + -76.69418539011288, + -12.364822731758851 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.6995214786163, + -12.364822731758851 + ] + ] + ], + "type": "Polygon" + }, + "id": "37", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67210338584077, + -11.947637823931064, + -76.66246588609687, + -11.937258048312156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66779492281462, + -11.937258048312156 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.66297626055415, + -11.939398535955059 + ], + [ + -76.66779492281462, + -11.937258048312156 + ] + ] + ], + "type": "Polygon" + }, + "id": "38", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08087186918891, + -11.870045829482718, + -77.0712258647135, + -11.859654736633306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.07655333089991, + -11.859654736633306 + ] + ] + ], + "type": "Polygon" + }, + "id": "39", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72369142958553, + -12.267175210888363, + -76.71404297912487, + -12.256799107272748 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71937727897053, + -12.256799107272748 + ] + ] + ], + "type": "Polygon" + }, + "id": "40", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78844596902236, + -12.218621454408437, + -76.77879720987376, + -12.20824290607737 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.78413068616734, + -12.20824290607737 + ] + ] + ], + "type": "Polygon" + }, + "id": "41", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94150132944306, + -11.832764938814465, + -76.93186001517479, + -11.822376745205636 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.93617427012207, + -11.832764938814465 + ], + [ + -76.93186001517479, + -11.829718482690254 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.93718702839372, + -11.822376745205636 + ] + ] + ], + "type": "Polygon" + }, + "id": "42", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06707260531421, + -11.727073467719785, + -77.057431206859, + -11.71668076697643 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.06275634074274, + -11.71668076697643 + ] + ] + ], + "type": "Polygon" + }, + "id": "43", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94224990789239, + -11.777776162125035, + -76.93261021115929, + -11.767387198697477 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.93793631917049, + -11.767387198697477 + ] + ] + ], + "type": "Polygon" + }, + "id": "44", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01836168379718, + -11.75377814076955, + -77.00872073291721, + -11.743386982429449 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.01404636658768, + -11.743386982429449 + ] + ] + ], + "type": "Polygon" + }, + "id": "45", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05109668730994, + -11.749115631724633, + -77.04145503884223, + -11.738723611399607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.04678055582134, + -11.738723611399607 + ] + ] + ], + "type": "Polygon" + }, + "id": "46", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66659842145526, + -12.23789014552682, + -76.65695241617829, + -12.227515019391742 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.66228624056501, + -12.227515019391742 + ] + ] + ], + "type": "Polygon" + }, + "id": "47", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67437114042745, + -11.971446405089681, + -76.66473286855953, + -11.961066921146077 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.67006229744104, + -11.961066921146077 + ] + ] + ], + "type": "Polygon" + }, + "id": "48", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0916571479917, + -12.044168677452284, + -77.08200568106491, + -12.033779863416893 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.08733599861402, + -12.033779863416893 + ] + ] + ], + "type": "Polygon" + }, + "id": "49", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15099664494194, + -11.908376863444213, + -77.1413477394171, + -11.897984615607378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.146675731693, + -11.897984615607378 + ], + [ + -77.15099664494194, + -11.901029480733321 + ], + [ + -77.15049314743752, + -11.90622565656648 + ], + [ + -77.14566860953208, + -11.908376863444213 + ], + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.146675731693, + -11.897984615607378 + ] + ] + ], + "type": "Polygon" + }, + "id": "50", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07161146434342, + -11.680305052668956, + -77.06197134225317, + -11.669911633796843 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.06729570157243, + -11.669911633796843 + ] + ] + ], + "type": "Polygon" + }, + "id": "51", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8509144847081, + -12.146225246710973, + -76.8412662129959, + -12.135843960953725 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.84659846086751, + -12.135843960953725 + ] + ] + ], + "type": "Polygon" + }, + "id": "52", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8608198593979, + -11.997822227006733, + -76.85117575090196, + -11.987438412779426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.85650554590543, + -11.987438412779426 + ] + ] + ], + "type": "Polygon" + }, + "id": "53", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76558288028981, + -12.263499291637828, + -76.75593339910711, + -12.253122060854563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.76126762556498, + -12.253122060854563 + ] + ] + ], + "type": "Polygon" + }, + "id": "54", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0556378701375, + -11.70235026642056, + -77.0459974976744, + -11.69195752103127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.0513222402168, + -11.69195752103127 + ] + ] + ], + "type": "Polygon" + }, + "id": "55", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06186063936075, + -11.923251396180403, + -77.05221353148735, + -11.912861522565587 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.05754189880123, + -11.912861522565587 + ] + ] + ], + "type": "Polygon" + }, + "id": "56", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65519511582903, + -12.213174536111113, + -76.64555016444103, + -12.20279929845889 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65088358110481, + -12.20279929845889 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.64555016444103, + -12.21012353937759 + ], + [ + -76.6460611932524, + -12.204935975564302 + ], + [ + -76.65088358110481, + -12.20279929845889 + ] + ] + ], + "type": "Polygon" + }, + "id": "57", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10132229319773, + -11.706812674259977, + -77.09168063230123, + -11.696418877189256 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.09700538589935, + -11.696418877189256 + ] + ] + ], + "type": "Polygon" + }, + "id": "58", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86615048500505, + -11.801745897900346, + -76.85651207614822, + -11.791359151271195 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.86615048500505, + -11.794406017468413 + ], + [ + -76.86564316548389, + -11.799599444721533 + ], + [ + -76.86082387450271, + -11.801745897900346 + ], + [ + -76.85651207614822, + -11.798698944560835 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.86183863948489, + -11.791359151271195 + ] + ] + ], + "type": "Polygon" + }, + "id": "59", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78774071833327, + -11.990580184783628, + -76.77809878150413, + -11.980198100514313 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.78342849745725, + -11.980198100514313 + ] + ] + ], + "type": "Polygon" + }, + "id": "60", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06410328158418, + -11.852668692645588, + -77.05445821951429, + -11.842277764829527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05978542245751, + -11.842277764829527 + ] + ] + ], + "type": "Polygon" + }, + "id": "61", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66586168634927, + -12.198525542832215, + -76.65621687674711, + -12.188149793016178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66155005127965, + -12.188149793016178 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.65621687674711, + -12.19547471620238 + ], + [ + -76.65672773425791, + -12.19028689624854 + ], + [ + -76.66155005127965, + -12.188149793016178 + ] + ] + ], + "type": "Polygon" + }, + "id": "62", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84025777939198, + -12.066549436650268, + -76.83061216874468, + -12.05616717673097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.83594310947382, + -12.05616717673097 + ] + ] + ], + "type": "Polygon" + }, + "id": "63", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81817764101683, + -12.056497202977384, + -76.80853292050166, + -12.04611534441712 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.81386370810054, + -12.04611534441712 + ] + ] + ], + "type": "Polygon" + }, + "id": "64", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8219567081505, + -12.253397805669033, + -76.81230600978529, + -12.243018981739553 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.81764004343749, + -12.243018981739553 + ] + ] + ], + "type": "Polygon" + }, + "id": "65", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0200990812437, + -12.210144175994, + -77.01044448099324, + -12.19975971273075 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.01959327532651, + -12.207999516275937 + ], + [ + -77.01476588922195, + -12.210144175994 + ], + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.01577762792792, + -12.19975971273075 + ] + ] + ], + "type": "Polygon" + }, + "id": "66", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09093290333456, + -12.099156426139318, + -77.08127981427069, + -12.088768471938241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.09093290333456, + -12.091814812859907 + ], + [ + -77.09042826482461, + -12.097008842120156 + ], + [ + -77.08560163473821, + -12.099156426139318 + ], + [ + -77.08127981427069, + -12.096110000953841 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.08661103882311, + -12.088768471938241 + ] + ] + ], + "type": "Polygon" + }, + "id": "67", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01234144768623, + -11.910523691348068, + -77.0026959837102, + -11.900134846490301 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -77.00802420279429, + -11.900134846490301 + ] + ] + ], + "type": "Polygon" + }, + "id": "68", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76027995835355, + -12.17651584627847, + -76.75063321821858, + -12.166137330777675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.75596601081428, + -12.166137330777675 + ] + ] + ], + "type": "Polygon" + }, + "id": "69", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01160425913811, + -11.965511806491982, + -77.00195717538377, + -11.955123776381928 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -77.00728630056551, + -11.955123776381928 + ] + ] + ], + "type": "Polygon" + }, + "id": "70", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63919435202266, + -12.235145461674747, + -76.62954918920411, + -12.224770995569543 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.63488296840235, + -12.224770995569543 + ] + ] + ], + "type": "Polygon" + }, + "id": "71", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84480992339918, + -12.302831547573303, + -76.83515713771874, + -12.292452972419875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.84049197407354, + -12.292452972419875 + ] + ] + ], + "type": "Polygon" + }, + "id": "72", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81891884833152, + -12.190213151611028, + -76.80927011807941, + -12.17983337323485 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.81460311056414, + -12.17983337323485 + ] + ] + ], + "type": "Polygon" + }, + "id": "73", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85549001709562, + -12.005157753800917, + -76.84584583151634, + -11.994774182483301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.85117575090196, + -11.994774182483301 + ] + ] + ], + "type": "Polygon" + }, + "id": "74", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73220365909692, + -11.945755235093332, + -76.72256456495305, + -11.935373898159224 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.72789356139376, + -11.935373898159224 + ] + ] + ], + "type": "Polygon" + }, + "id": "75", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83414982779807, + -12.223169896075838, + -76.82449970605613, + -12.212790268750183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82983323378433, + -12.212790268750183 + ] + ] + ], + "type": "Polygon" + }, + "id": "76", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462578635307, + -12.100414009004043, + -76.85497851726329, + -12.090031660834033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.86031000056144, + -12.090031660834033 + ] + ] + ], + "type": "Polygon" + }, + "id": "77", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70008093301492, + -12.272672800799432, + -76.69043296559563, + -12.262297391999976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.69576736088189, + -12.262297391999976 + ] + ] + ], + "type": "Polygon" + }, + "id": "78", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96977132823288, + -12.157995444978924, + -76.96011958266877, + -12.147611385457662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.96545192537482, + -12.147611385457662 + ] + ] + ], + "type": "Polygon" + }, + "id": "79", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82352124141302, + -11.954814061110373, + -76.81387940918944, + -11.94443054766028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.8192085183923, + -11.94443054766028 + ] + ] + ], + "type": "Polygon" + }, + "id": "80", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1942275569044, + -11.700124253656242, + -77.18458378180419, + -11.689728133362769 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18990827805789, + -11.689728133362769 + ], + [ + -77.1942275569044, + -11.692771539641688 + ], + [ + -77.19372499054937, + -11.69796965158303 + ], + [ + -77.1889030181894, + -11.700124253656242 + ], + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18990827805789, + -11.689728133362769 + ] + ] + ], + "type": "Polygon" + }, + "id": "81", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80444580205736, + -12.196633953896104, + -76.79479726856164, + -12.186254644239868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.80013037448607, + -12.186254644239868 + ] + ] + ], + "type": "Polygon" + }, + "id": "82", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18216178807918, + -11.82486509852777, + -77.17251459755022, + -11.814470931671089 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1778411646585, + -11.814470931671089 + ], + [ + -77.18216178807918, + -11.817515092932366 + ], + [ + -77.18165885850664, + -11.822712228133646 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.1778411646585, + -11.814470931671089 + ] + ] + ], + "type": "Polygon" + }, + "id": "83", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66353348747742, + -12.26901433775822, + -76.65388663753981, + -12.258639805394635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65922097604651, + -12.258639805394635 + ] + ] + ], + "type": "Polygon" + }, + "id": "84", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98576773386583, + -12.135985519161242, + -76.9761162311798, + -12.125600716533716 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.98144819410301, + -12.125600716533716 + ] + ] + ], + "type": "Polygon" + }, + "id": "85", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82580163653509, + -11.978628813566736, + -76.81615903351965, + -11.968245593009874 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.82148853376206, + -11.968245593009874 + ] + ] + ], + "type": "Polygon" + }, + "id": "86", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95902645943858, + -11.889549240861186, + -76.94938299766359, + -11.879161409738579 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.95471092857873, + -11.879161409738579 + ] + ] + ], + "type": "Polygon" + }, + "id": "87", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15766550606251, + -11.696566416169677, + -77.14802274123163, + -11.686171126686487 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.15334724039408, + -11.686171126686487 + ] + ] + ], + "type": "Polygon" + }, + "id": "88", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04117735542826, + -11.708804505258797, + -77.03153715924657, + -11.698412196466059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.03686202615765, + -11.698412196466059 + ] + ] + ], + "type": "Polygon" + }, + "id": "89", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10297102400413, + -11.880076786460727, + -77.093324163317, + -11.869685298166457 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.0986517633092, + -11.869685298166457 + ] + ] + ], + "type": "Polygon" + }, + "id": "90", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94306412830802, + -12.005949391125256, + -76.9334176131145, + -11.99556364984132 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.93874747599017, + -11.99556364984132 + ] + ] + ], + "type": "Polygon" + }, + "id": "91", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13731819646488, + -11.954244966415759, + -77.12766826488384, + -11.943853710003099 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.13731819646488, + -11.946898926797367 + ], + [ + -77.13681443536487, + -11.952094606972548 + ], + [ + -77.13198938433638, + -11.954244966415759 + ], + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.1329970336706, + -11.943853710003099 + ] + ] + ], + "type": "Polygon" + }, + "id": "92", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02465064986697, + -12.163412577550469, + -77.01499732822077, + -12.15302725211492 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02032969896408, + -12.15302725211492 + ], + [ + -77.02465064986697, + -12.156074513895438 + ], + [ + -77.02414498086875, + -12.16126722916651 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.02032969896408, + -12.15302725211492 + ] + ] + ], + "type": "Polygon" + }, + "id": "93", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84938487434061, + -12.256126390217853, + -76.83973336207409, + -12.245746921225454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.84506742438742, + -12.245746921225454 + ] + ] + ], + "type": "Polygon" + }, + "id": "94", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72608971793768, + -12.008039500312059, + -76.71644893443673, + -11.997659240064669 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72177895864846, + -11.997659240064669 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.71644893443673, + -12.0049901962182 + ], + [ + -76.71695865426739, + -11.999800120811418 + ], + [ + -76.72177895864846, + -11.997659240064669 + ] + ] + ], + "type": "Polygon" + }, + "id": "95", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18508647530837, + -11.699235181774988, + -77.17544295205819, + -11.68883926880591 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.18076744945257, + -11.68883926880591 + ] + ] + ], + "type": "Polygon" + }, + "id": "96", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76031129331884, + -12.082193694336649, + -76.75066736676742, + -12.071813692883966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.75599860349702, + -12.071813692883966 + ] + ] + ], + "type": "Polygon" + }, + "id": "97", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9804357253859, + -12.143322493299152, + -76.97078414157447, + -12.13293793793133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.9761162311798, + -12.13293793793133 + ] + ] + ], + "type": "Polygon" + }, + "id": "98", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71390010626574, + -12.038269897952285, + -76.70425875500446, + -12.027890404263326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70958928013314, + -12.027890404263326 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.70425875500446, + -12.035220325916058 + ], + [ + -76.70476869195036, + -12.03003063384419 + ], + [ + -76.70958928013314, + -12.027890404263326 + ] + ] + ], + "type": "Polygon" + }, + "id": "99", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83267562211819, + -11.766983471773964, + -76.82303913884068, + -11.75659709189744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.8283651512555, + -11.75659709189744 + ] + ] + ], + "type": "Polygon" + }, + "id": "100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91109544597316, + -12.14432900439522, + -76.90144563967331, + -12.133946184206293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.90677781172982, + -12.133946184206293 + ] + ] + ], + "type": "Polygon" + }, + "id": "101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72757754959588, + -12.086795618540236, + -76.71793437697306, + -12.076416520247731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.72326569922069, + -12.076416520247731 + ] + ] + ], + "type": "Polygon" + }, + "id": "102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1111804401277, + -11.652688807213453, + -77.10154014144426, + -11.642294076864047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.10686399157734, + -11.642294076864047 + ] + ] + ], + "type": "Polygon" + }, + "id": "103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919581871099, + -12.14803898637879, + -76.85954700731075, + -12.137657271134916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.86487927280609, + -12.137657271134916 + ] + ] + ], + "type": "Polygon" + }, + "id": "104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65819909878206, + -12.276337414167356, + -76.64855217791148, + -12.265963141040219 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.65388663753981, + -12.265963141040219 + ] + ] + ], + "type": "Polygon" + }, + "id": "105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8059901203962, + -12.086734334962934, + -76.79634482504845, + -12.076353248308395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.80167611740973, + -12.076353248308395 + ] + ] + ], + "type": "Polygon" + }, + "id": "106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02386934682511, + -12.124015966802927, + -77.01421722106836, + -12.113630038680023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01954894320693, + -12.113630038680023 + ] + ] + ], + "type": "Polygon" + }, + "id": "107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79831893916418, + -12.35321253601032, + -76.78866589313066, + -12.34283598921608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.79400158743239, + -12.34283598921608 + ] + ] + ], + "type": "Polygon" + }, + "id": "108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12522374344452, + -12.07892611595525, + -77.1155703961235, + -12.06853701736512 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.12522374344452, + -12.071582942193793 + ], + [ + -77.12471961822986, + -12.076777543433247 + ], + [ + -77.11989285920305, + -12.07892611595525 + ], + [ + -77.1155703961235, + -12.07588010684822 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.12090123681685, + -12.06853701736512 + ] + ] + ], + "type": "Polygon" + }, + "id": "109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74271562385739, + -12.3083681322623, + -76.73306542361188, + -12.297992233722644 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.73840039871943, + -12.297992233722644 + ] + ] + ], + "type": "Polygon" + }, + "id": "110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9880628781608, + -12.15980222918304, + -76.97841060532278, + -12.149417746686982 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.98374295847934, + -12.149417746686982 + ] + ] + ], + "type": "Polygon" + }, + "id": "111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92630523523636, + -11.988567160752535, + -76.91665967614114, + -11.978181576501381 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.92198926791185, + -11.978181576501381 + ] + ] + ], + "type": "Polygon" + }, + "id": "112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80676188964557, + -12.03177836661477, + -76.79711821256211, + -12.021396419998446 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.80244859860132, + -12.021396419998446 + ] + ] + ], + "type": "Polygon" + }, + "id": "113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10822837795646, + -11.778306172860304, + -77.09858441572527, + -11.76791315466624 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.10391033435151, + -11.76791315466624 + ] + ] + ], + "type": "Polygon" + }, + "id": "114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90729663436352, + -12.23043343353049, + -76.89764435727372, + -12.220052092813292 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.90297795295645, + -12.220052092813292 + ] + ] + ], + "type": "Polygon" + }, + "id": "115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77938371721733, + -11.93471420490426, + -76.76974367090764, + -11.924331511216701 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.77507247002917, + -11.924331511216701 + ] + ] + ], + "type": "Polygon" + }, + "id": "116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06634496650707, + -11.78207960808194, + -77.05670194940275, + -11.771687657574303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.06202798846748, + -11.771687657574303 + ] + ] + ], + "type": "Polygon" + }, + "id": "117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08837203759558, + -11.697679531608777, + -77.07873097480493, + -11.687285929877115 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.0840555966714, + -11.687285929877115 + ] + ] + ], + "type": "Polygon" + }, + "id": "118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8250207178825, + -12.127931606148628, + -76.81537368311254, + -12.117550682492183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.82070564481073, + -12.117550682492183 + ] + ] + ], + "type": "Polygon" + }, + "id": "119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82275244989464, + -12.009777396287648, + -76.81310899994982, + -11.999394715892688 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.81843901508321, + -11.999394715892688 + ] + ] + ], + "type": "Polygon" + }, + "id": "120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02841922779602, + -12.077277821156867, + -77.01876838008928, + -12.066891056387474 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.02409932639446, + -12.066891056387474 + ] + ] + ], + "type": "Polygon" + }, + "id": "121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01688978139123, + -11.863772530325008, + -77.00724559339334, + -11.853382911643143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.01257303783603, + -11.853382911643143 + ] + ] + ], + "type": "Polygon" + }, + "id": "122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77847751340215, + -12.461238985973267, + -76.76882177241605, + -12.450864831693949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.7741592612032, + -12.450864831693949 + ] + ] + ], + "type": "Polygon" + }, + "id": "123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92248010351895, + -11.885949935202511, + -76.91283770251394, + -11.875562957914854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.91816560796273, + -11.875562957914854 + ] + ] + ], + "type": "Polygon" + }, + "id": "124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15552744052124, + -11.861610396227354, + -77.14587981559016, + -11.85121737869024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.15120703121349, + -11.85121737869024 + ] + ] + ], + "type": "Polygon" + }, + "id": "125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96509919130068, + -11.827219686614816, + -76.95545742817292, + -11.816830833307726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.96078432744652, + -11.816830833307726 + ] + ] + ], + "type": "Polygon" + }, + "id": "126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1181608439078, + -11.818618697692635, + -77.10851543217257, + -11.80822598679032 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.11384199892753, + -11.80822598679032 + ] + ] + ], + "type": "Polygon" + }, + "id": "127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7891751516025, + -12.352299961256486, + -76.77952237922898, + -12.341923630263008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.78485806270552, + -12.341923630263008 + ] + ] + ], + "type": "Polygon" + }, + "id": "128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72146016857232, + -12.14906625715072, + -76.71181530532915, + -12.138688291185597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.71714765615178, + -12.138688291185597 + ] + ] + ], + "type": "Polygon" + }, + "id": "129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77394551827366, + -12.319345692449595, + -76.76429414218882, + -12.308969185803885 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.769629287728, + -12.308969185803885 + ] + ] + ], + "type": "Polygon" + }, + "id": "130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69780892298022, + -12.248871024767507, + -76.68816172889548, + -12.238495279321253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.69349573147922, + -12.238495279321253 + ] + ] + ], + "type": "Polygon" + }, + "id": "131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562466555747, + -12.138892754574899, + -76.84659846086751, + -12.128511219132987 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.85193058432881, + -12.128511219132987 + ] + ] + ], + "type": "Polygon" + }, + "id": "132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97352274108167, + -11.977494020339872, + -76.96387628249312, + -11.967107103738934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96920564668535, + -11.967107103738934 + ] + ] + ], + "type": "Polygon" + }, + "id": "133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767230201937, + -12.25794409930229, + -76.85802024953759, + -12.247564201517882 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.86335432957894, + -12.247564201517882 + ] + ] + ], + "type": "Polygon" + }, + "id": "134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01307838802076, + -11.855531828818664, + -77.0034345432824, + -11.845142188293716 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -77.0087618565751, + -11.845142188293716 + ] + ] + ], + "type": "Polygon" + }, + "id": "135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00024521475295, + -12.129550569759301, + -76.99059353064865, + -12.119165309176896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.99592537152029, + -12.119165309176896 + ] + ] + ], + "type": "Polygon" + }, + "id": "136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09244672773596, + -12.083574425373987, + -77.08279406539633, + -12.07318619374786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.08812503103283, + -12.07318619374786 + ] + ] + ], + "type": "Polygon" + }, + "id": "137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15234096391768, + -11.703917680726216, + -77.1426981127226, + -11.693522614531949 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.14802274123163, + -11.693522614531949 + ] + ] + ], + "type": "Polygon" + }, + "id": "138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005718601959, + -12.052786909281695, + -76.8504114588701, + -12.042403942418952 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.85574216013168, + -12.042403942418952 + ] + ] + ], + "type": "Polygon" + }, + "id": "139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89356081509209, + -11.993196919988886, + -76.88391597819655, + -11.982812219044666 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88924567334985, + -11.982812219044666 + ] + ] + ], + "type": "Polygon" + }, + "id": "140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74893645205906, + -11.96314141741898, + -76.73929638398302, + -11.952759910062984 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.74462566218604, + -11.952759910062984 + ] + ] + ], + "type": "Polygon" + }, + "id": "141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79990562653929, + -12.054683568951948, + -76.7902614507399, + -12.044302143276708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.79559221765021, + -12.044302143276708 + ] + ] + ], + "type": "Polygon" + }, + "id": "142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84482995919832, + -12.019827819615863, + -76.83518561995024, + -12.009444735445454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.84051578783647, + -12.009444735445454 + ] + ] + ], + "type": "Polygon" + }, + "id": "143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11211401304925, + -11.880971427383447, + -77.10246689591958, + -11.870579730134208 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.10779449724858, + -11.870579730134208 + ] + ] + ], + "type": "Polygon" + }, + "id": "144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72592434366388, + -12.385265751244495, + -76.71627230334566, + -12.37489159753346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.72160855362323, + -12.37489159753346 + ] + ] + ], + "type": "Polygon" + }, + "id": "145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98954575293429, + -12.04985476199432, + -76.97989672239196, + -12.039468533685318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.98522726157927, + -12.039468533685318 + ] + ] + ], + "type": "Polygon" + }, + "id": "146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75351861791964, + -11.916423236354415, + -76.7438798173243, + -11.906040932996763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.74920832454404, + -11.906040932996763 + ] + ] + ], + "type": "Polygon" + }, + "id": "147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98185445995996, + -11.844598821242121, + -76.97221174531012, + -11.83420979567334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.97753891327145, + -11.83420979567334 + ] + ] + ], + "type": "Polygon" + }, + "id": "148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68021976778297, + -12.380685918448043, + -76.67056911973252, + -12.370312855397534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.67970894717689, + -12.378550933188981 + ], + [ + -76.67488353533685, + -12.380685918448043 + ], + [ + -76.67056911973252, + -12.377634343082692 + ], + [ + -76.67108006597283, + -12.37244786625101 + ], + [ + -76.67590530219279, + -12.370312855397534 + ] + ] + ], + "type": "Polygon" + }, + "id": "149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6711947897393, + -12.191200534545944, + -76.66155005127965, + -12.180824529308499 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.66155005127965, + -12.188149793016178 + ], + [ + -76.66206082313253, + -12.182961845322298 + ], + [ + -76.66688310461413, + -12.180824529308499 + ] + ] + ], + "type": "Polygon" + }, + "id": "150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8600638748136, + -11.76968512267344, + -76.85042658175516, + -11.759298093527384 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.8557526217784, + -11.759298093527384 + ] + ] + ], + "type": "Polygon" + }, + "id": "151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05031308315584, + -11.709698046504084, + -77.04067262756573, + -11.699305526500163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.0459974976744, + -11.699305526500163 + ] + ] + ], + "type": "Polygon" + }, + "id": "152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94075249898101, + -11.887750110187577, + -76.93110956663796, + -11.87736270548093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.9364374853705, + -11.87736270548093 + ] + ] + ], + "type": "Polygon" + }, + "id": "153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767233220088, + -11.974910219205581, + -76.85802872487083, + -11.964525893918783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.86335813776539, + -11.964525893918783 + ] + ] + ], + "type": "Polygon" + }, + "id": "154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88062339805332, + -12.17275747631116, + -76.87097354631027, + -12.162375868643965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.87630621129509, + -12.162375868643965 + ] + ] + ], + "type": "Polygon" + }, + "id": "155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72517985518422, + -12.345904345427913, + -76.7155290117787, + -12.335529532025923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.72086461175567, + -12.335529532025923 + ] + ] + ], + "type": "Polygon" + }, + "id": "156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8821295692172, + -11.779725296347022, + -76.87249139283219, + -11.769337851902117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.87781758266746, + -11.769337851902117 + ] + ] + ], + "type": "Polygon" + }, + "id": "157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82199673353281, + -11.97038899766496, + -76.81235447794445, + -11.960005751197215 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.81768384453495, + -11.960005751197215 + ] + ] + ], + "type": "Polygon" + }, + "id": "158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00102357877681, + -12.168945087579957, + -76.99137069878411, + -12.158560431224156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.9967031883501, + -12.158560431224156 + ] + ] + ], + "type": "Polygon" + }, + "id": "159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02676347289709, + -11.809673105773241, + -77.01712064292612, + -11.799282496198739 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.02244718573922, + -11.799282496198739 + ] + ] + ], + "type": "Polygon" + }, + "id": "160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01931823411468, + -12.170750309271076, + -77.00966483009137, + -12.160365231709688 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.01499732822077, + -12.160365231709688 + ] + ] + ], + "type": "Polygon" + }, + "id": "161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11053112580272, + -11.802136495273778, + -77.1008863962782, + -11.791743743848073 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.10621270332547, + -11.791743743848073 + ] + ] + ], + "type": "Polygon" + }, + "id": "162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96363715873285, + -12.03157159722274, + -76.95398934419251, + -12.021185731406186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95931960923272, + -12.021185731406186 + ] + ] + ], + "type": "Polygon" + }, + "id": "163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0175821537006, + -11.714363255553323, + -77.00794239567594, + -11.703971596128511 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.01326738236338, + -11.703971596128511 + ] + ] + ], + "type": "Polygon" + }, + "id": "164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1303245271117, + -11.788332566065934, + -77.12067971258747, + -11.777939148872962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.12600576294753, + -11.777939148872962 + ] + ] + ], + "type": "Polygon" + }, + "id": "165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13557237219497, + -11.686544609011673, + -77.12593045574236, + -11.676149722077502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.13125482524035, + -11.676149722077502 + ] + ] + ], + "type": "Polygon" + }, + "id": "166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7747774336386, + -12.075771352826834, + -76.76513330676103, + -12.065390885705238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.77046443223611, + -12.065390885705238 + ] + ] + ], + "type": "Polygon" + }, + "id": "167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06483145308951, + -11.797667224055386, + -77.05518801034563, + -11.787275521464334 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.06051430771765, + -11.787275521464334 + ] + ] + ], + "type": "Polygon" + }, + "id": "168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93542453412006, + -11.895090524442061, + -76.92578152220635, + -11.884703355996777 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.93110956663796, + -11.884703355996777 + ] + ] + ], + "type": "Polygon" + }, + "id": "169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12110953981572, + -11.693004449082958, + -77.11146779290176, + -11.682609994442181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.11679229056348, + -11.682609994442181 + ] + ] + ], + "type": "Polygon" + }, + "id": "170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80286258504503, + -12.495105815267385, + -76.79320517325112, + -12.484731650511064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79854321091787, + -12.484731650511064 + ], + [ + -76.80286258504503, + -12.487782496561413 + ], + [ + -76.8023532922527, + -12.492969632694676 + ], + [ + -76.79752449910596, + -12.495105815267385 + ], + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.79854321091787, + -12.484731650511064 + ] + ] + ], + "type": "Polygon" + }, + "id": "171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15393380947195, + -11.782767239478423, + -77.14428857199209, + -11.772373178029314 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14961449374826, + -11.772373178029314 + ] + ] + ], + "type": "Polygon" + }, + "id": "172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75110870876391, + -12.269913731786003, + -76.74145942891411, + -12.259536975307856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.74679376631644, + -12.259536975307856 + ] + ] + ], + "type": "Polygon" + }, + "id": "173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1416914914417, + -11.718619277899665, + -77.13204846801388, + -11.708224659621095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.13737335495425, + -11.708224659621095 + ] + ] + ], + "type": "Polygon" + }, + "id": "174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89432552415971, + -12.032589869824976, + -76.88467949258819, + -12.022205740083558 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.89000983618507, + -12.022205740083558 + ] + ] + ], + "type": "Polygon" + }, + "id": "175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77705462992269, + -12.09958104891388, + -76.76740973123252, + -12.08920089270136 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.77274124840952, + -12.08920089270136 + ] + ] + ], + "type": "Polygon" + }, + "id": "176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69094346481755, + -12.271758587700948, + -76.68129577605558, + -12.261383397636797 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.68663015755986, + -12.261383397636797 + ] + ] + ], + "type": "Polygon" + }, + "id": "177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8211869451317, + -12.308338874307061, + -76.81153462607564, + -12.297960986746332 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.81686956732959, + -12.297960986746332 + ] + ] + ], + "type": "Polygon" + }, + "id": "178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05558310035096, + -11.607918529557839, + -77.04594553774085, + -11.59752458710986 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.05126872911963, + -11.59752458710986 + ] + ] + ], + "type": "Polygon" + }, + "id": "179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09619734806722, + -11.997417589444584, + -77.08654716082968, + -11.98702796404873 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.09187670193714, + -11.98702796404873 + ] + ] + ], + "type": "Polygon" + }, + "id": "180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08632678642398, + -12.051511091380085, + -77.07667523504853, + -12.04112251836867 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.08200568106491, + -12.04112251836867 + ] + ] + ], + "type": "Polygon" + }, + "id": "181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94914172344173, + -11.943632259859532, + -76.93949690740047, + -11.93324544996507 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.94482573820638, + -11.93324544996507 + ] + ] + ], + "type": "Polygon" + }, + "id": "182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7031428533829, + -12.2415459791429, + -76.69349573147922, + -12.231169976454744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.69882961226526, + -12.231169976454744 + ] + ] + ], + "type": "Polygon" + }, + "id": "183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00561722574139, + -12.216577362433199, + -76.99596280532573, + -12.2061933597787 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.00511120671555, + -12.214433099117043 + ], + [ + -77.00028391045024, + -12.216577362433199 + ], + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -77.00129607532106, + -12.2061933597787 + ] + ] + ], + "type": "Polygon" + }, + "id": "184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94692064767347, + -12.202911583310625, + -76.93726815521224, + -12.192528809616626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.94260126144214, + -12.192528809616626 + ] + ] + ], + "type": "Polygon" + }, + "id": "185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88594533968153, + -11.976716870075398, + -76.87630119498692, + -11.966332115012834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.88163062447667, + -11.966332115012834 + ] + ] + ], + "type": "Polygon" + }, + "id": "186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13493418105325, + -11.835994067705563, + -77.12528783217923, + -11.825601190666328 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.13061465912298, + -11.825601190666328 + ] + ] + ], + "type": "Polygon" + }, + "id": "187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09376247750903, + -11.784761006096971, + -77.08411868721551, + -11.774368425500061 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.08944473277471, + -11.774368425500061 + ] + ] + ], + "type": "Polygon" + }, + "id": "188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76869703064185, + -12.043721686412313, + -76.7590540241583, + -12.03334088278919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.76438462358944, + -12.03334088278919 + ] + ] + ], + "type": "Polygon" + }, + "id": "189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88975938287112, + -12.079316184960879, + -76.88011207812238, + -12.068932882004805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.8854431953595, + -12.068932882004805 + ] + ] + ], + "type": "Polygon" + }, + "id": "190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72898517360576, + -12.354142673177169, + -76.71933397998325, + -12.343767903900021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.72466971514163, + -12.343767903900021 + ] + ] + ], + "type": "Polygon" + }, + "id": "191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310096881797, + -12.210325258794272, + -76.85345045972396, + -12.199944695280035 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.85878375701267, + -12.199944695280035 + ] + ] + ], + "type": "Polygon" + }, + "id": "192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94837037977253, + -11.90423090902235, + -76.93872675785875, + -11.893843550388853 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.9440549407277, + -11.893843550388853 + ] + ] + ], + "type": "Polygon" + }, + "id": "193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0245133259432, + -11.880253924708416, + -77.01486845160942, + -11.86986435108102 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.02019615822763, + -11.86986435108102 + ] + ] + ], + "type": "Polygon" + }, + "id": "194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8105335335674, + -12.2286807019385, + -76.800883879674, + -12.218301759764714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.8062175114195, + -12.218301759764714 + ] + ] + ], + "type": "Polygon" + }, + "id": "195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6772658064552, + -12.22324141314456, + -76.6676199437112, + -12.212865772907948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.67295352552854, + -12.212865772907948 + ] + ] + ], + "type": "Polygon" + }, + "id": "196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09994602799941, + -11.911250220507718, + -77.09029831467775, + -11.900859248320314 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.09562643197086, + -11.900859248320314 + ] + ] + ], + "type": "Polygon" + }, + "id": "197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0031225614524, + -11.720814657992305, + -76.99348298292249, + -11.710423437409633 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.99880809217528, + -11.710423437409633 + ] + ] + ], + "type": "Polygon" + }, + "id": "198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97054595200163, + -12.197386160834613, + -76.96089301039463, + -12.187002712802617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.96622600199524, + -12.187002712802617 + ] + ] + ], + "type": "Polygon" + }, + "id": "199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82045830911899, + -12.080309195559746, + -76.81081281727833, + -12.069927645076348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.81614399620334, + -12.069927645076348 + ] + ] + ], + "type": "Polygon" + }, + "id": "200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9713207669883, + -12.236774889926947, + -76.96166662904547, + -12.22639206313361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.9713207669883, + -12.229440164099136 + ], + [ + -76.97081423576213, + -12.23463163034578 + ], + [ + -76.96598708054562, + -12.236774889926947 + ], + [ + -76.96166662904547, + -12.233726705216373 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.9670002696966, + -12.22639206313361 + ] + ] + ], + "type": "Polygon" + }, + "id": "201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09060758148638, + -11.627074304592584, + -77.08096856228545, + -11.616679749887037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.08629202122165, + -11.616679749887037 + ] + ] + ], + "type": "Polygon" + }, + "id": "202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7709734956548, + -12.067531953425794, + -76.76132971745655, + -12.057151455920566 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.76666070855794, + -12.057151455920566 + ] + ] + ], + "type": "Polygon" + }, + "id": "203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10894901880158, + -11.723295092373823, + -77.09930667571534, + -11.712901325922918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.10463168910135, + -11.712901325922918 + ] + ] + ], + "type": "Polygon" + }, + "id": "204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93848384381282, + -11.958311139478885, + -76.92883886820782, + -11.947924807568674 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.93416795070505, + -11.947924807568674 + ] + ] + ], + "type": "Polygon" + }, + "id": "205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562499986229, + -12.044547148264597, + -76.84660461835828, + -12.03416415139173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.85193518633771, + -12.03416415139173 + ] + ] + ], + "type": "Polygon" + }, + "id": "206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81819208439303, + -11.96214917791663, + -76.80855017629189, + -11.951765905993467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.81387940918944, + -11.951765905993467 + ] + ] + ], + "type": "Polygon" + }, + "id": "207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77091703240325, + -12.256172207546927, + -76.76126762556498, + -12.245794720020985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.76660172902231, + -12.245794720020985 + ] + ] + ], + "type": "Polygon" + }, + "id": "208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81284680549464, + -12.063830085307226, + -76.80320200922415, + -12.053448473195608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.80853292050166, + -12.053448473195608 + ] + ] + ], + "type": "Polygon" + }, + "id": "209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96736137401393, + -11.756643362179412, + -76.95772165314204, + -11.746253495112441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.96304738940538, + -11.746253495112441 + ] + ] + ], + "type": "Polygon" + }, + "id": "210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6490632649652, + -12.27542182869652, + -76.63941662494427, + -12.265047775418033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.64475106952821, + -12.265047775418033 + ] + ] + ], + "type": "Polygon" + }, + "id": "211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0192739883975, + -12.076377239276992, + -77.00962340183804, + -12.065990685063273 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.01495434427693, + -12.065990685063273 + ] + ] + ], + "type": "Polygon" + }, + "id": "212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97659074953349, + -12.040713290862861, + -76.96694232653657, + -12.030327243314964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.9722727289237, + -12.030327243314964 + ] + ] + ], + "type": "Polygon" + }, + "id": "213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92177528525629, + -12.224007202411528, + -76.9121228200282, + -12.213625396082769 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9174562973363, + -12.213625396082769 + ] + ] + ], + "type": "Polygon" + }, + "id": "214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7214174926185, + -12.243372289175586, + -76.71176981525389, + -12.232995849706088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.71710372258805, + -12.232995849706088 + ] + ] + ], + "type": "Polygon" + }, + "id": "215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0292009864655, + -12.116677123671336, + -77.01954894320693, + -12.106290949973285 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.02488053791635, + -12.106290949973285 + ] + ] + ], + "type": "Polygon" + }, + "id": "216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73365363917806, + -12.1188421898472, + -76.72400934465152, + -12.108463436253102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72934119391006, + -12.108463436253102 + ] + ] + ], + "type": "Polygon" + }, + "id": "217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67641616265432, + -12.37244786625101, + -76.66676586587384, + -12.362074758182251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67210191251787, + -12.362074758182251 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.67108006597283, + -12.37244786625101 + ], + [ + -76.66676586587384, + -12.369396293933365 + ], + [ + -76.66727685194782, + -12.364209794625593 + ], + [ + -76.67210191251787, + -12.362074758182251 + ] + ] + ], + "type": "Polygon" + }, + "id": "218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09850065870648, + -12.021242288019133, + -77.0888497030215, + -12.01085296216948 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.0941796331701, + -12.01085296216948 + ] + ] + ], + "type": "Polygon" + }, + "id": "219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09626404326681, + -12.091814812859907, + -77.08661103882311, + -12.081426615451784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.09626404326681, + -12.084472872078313 + ], + [ + -77.09575949107942, + -12.089667022912241 + ], + [ + -77.09093290333456, + -12.091814812859907 + ], + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.09194213478963, + -12.081426615451784 + ] + ] + ], + "type": "Polygon" + }, + "id": "220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6941580575933, + -11.957694753512014, + -76.68451965009433, + -11.947314560978002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68984885046599, + -11.947314560978002 + ] + ] + ], + "type": "Polygon" + }, + "id": "221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9758788627646, + -12.190050639735956, + -76.96622600199524, + -12.179666941704594 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.971558867045, + -12.179666941704594 + ] + ] + ], + "type": "Polygon" + }, + "id": "222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03438654960014, + -11.82615475353624, + -77.02474303392934, + -11.815764183681697 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.03006983858099, + -11.815764183681697 + ] + ] + ], + "type": "Polygon" + }, + "id": "223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300166763931, + -11.96757367255777, + -76.86335813776539, + -11.9571891060137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.86868742608735, + -11.9571891060137 + ] + ] + ], + "type": "Polygon" + }, + "id": "224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07705779415576, + -11.861804936727008, + -77.06741213163377, + -11.851413821113992 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.07273946747392, + -11.851413821113992 + ] + ] + ], + "type": "Polygon" + }, + "id": "225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05182679600642, + -11.694109206551751, + -77.042186765663, + -11.683716447193174 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.04751137767525, + -11.683716447193174 + ] + ] + ], + "type": "Polygon" + }, + "id": "226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90650718661833, + -12.002339954334488, + -76.8968617363019, + -11.99195506701533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.90219157176664, + -11.99195506701533 + ] + ] + ], + "type": "Polygon" + }, + "id": "227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77928058917642, + -12.312019518253294, + -76.769629287728, + -12.301642752370022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.77496431007701, + -12.301642752370022 + ] + ] + ], + "type": "Polygon" + }, + "id": "228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11269132691153, + -11.637096653279682, + -77.10305145400228, + -11.626701689723147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10837504583426, + -11.626701689723147 + ], + [ + -77.11269132691153, + -11.629745481250453 + ], + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.10837504583426, + -11.626701689723147 + ] + ] + ], + "type": "Polygon" + }, + "id": "229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99035838189461, + -12.183618383729945, + -76.9807053388127, + -12.173234224924753 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.98603808224235, + -12.173234224924753 + ] + ] + ], + "type": "Polygon" + }, + "id": "230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69188875306273, + -11.933885004829797, + -76.68225111744553, + -11.923504522655941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.68757992583494, + -11.923504522655941 + ] + ] + ], + "type": "Polygon" + }, + "id": "231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90117730450434, + -12.009676944822735, + -76.89153177564991, + -11.999292299819398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.8968617363019, + -11.999292299819398 + ] + ] + ], + "type": "Polygon" + }, + "id": "232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96813473676895, + -11.796052623520737, + -76.95849382282175, + -11.785663268418524 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.96382020637876, + -11.785663268418524 + ] + ] + ], + "type": "Polygon" + }, + "id": "233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74726831649916, + -12.355971401930844, + -76.73761656973008, + -12.345596198073407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.74295232989594, + -12.345596198073407 + ] + ] + ], + "type": "Polygon" + }, + "id": "234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1592596447713, + -11.775417379857046, + -77.14961449374826, + -11.76502309138468 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.15494028606705, + -11.76502309138468 + ] + ] + ], + "type": "Polygon" + }, + "id": "235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03213788085237, + -11.896735304580607, + -77.02249232042702, + -11.8863457778321 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.02782028905482, + -11.8863457778321 + ] + ] + ], + "type": "Polygon" + }, + "id": "236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77708106658129, + -12.005246209865932, + -76.76743898040377, + -11.994864613755205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.77276894245699, + -11.994864613755205 + ] + ] + ], + "type": "Polygon" + }, + "id": "237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92784300174633, + -12.067356782201143, + -76.91819505294406, + -12.056972347343413 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.92352594154197, + -12.056972347343413 + ] + ] + ], + "type": "Polygon" + }, + "id": "238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93769338473034, + -11.824524439297228, + -76.92805241520594, + -11.814136226132918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.93337929634906, + -11.814136226132918 + ] + ] + ], + "type": "Polygon" + }, + "id": "239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12499843335446, + -11.795681224876558, + -77.11535353328607, + -11.785288035838555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.12067971258747, + -11.785288035838555 + ] + ] + ], + "type": "Polygon" + }, + "id": "240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66733533843752, + -12.277252731300118, + -76.65768813719244, + -12.266878238573295 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.65819909878206, + -12.26901433775822 + ], + [ + -76.66302261158995, + -12.266878238573295 + ] + ] + ], + "type": "Polygon" + }, + "id": "241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12341274675862, + -11.71683709666527, + -77.11377023307827, + -11.706442896027827 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.11909511885594, + -11.706442896027827 + ] + ] + ], + "type": "Polygon" + }, + "id": "242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96366515585287, + -12.125939539506163, + -76.95401452545586, + -12.115555124979327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95934634579748, + -12.115555124979327 + ] + ] + ], + "type": "Polygon" + }, + "id": "243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02827864276782, + -11.794087128948268, + -77.0186362380432, + -11.78369626995161 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.02396252271542, + -11.78369626995161 + ] + ] + ], + "type": "Polygon" + }, + "id": "244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11729591380346, + -11.684763165505226, + -77.1076545076388, + -11.67436869675856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.1129788756055, + -11.67436869675856 + ] + ] + ], + "type": "Polygon" + }, + "id": "245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69701846201406, + -12.303797828466333, + -76.68736964898618, + -12.293423019717112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.69270455884096, + -12.293423019717112 + ] + ] + ], + "type": "Polygon" + }, + "id": "246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98883979240779, + -12.199194261899564, + -76.9791863234797, + -12.188810391210726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.98451932548656, + -12.188810391210726 + ] + ] + ], + "type": "Polygon" + }, + "id": "247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83187746986242, + -12.105027793469526, + -76.82223093511791, + -12.094646338843452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.82756251520618, + -12.094646338843452 + ] + ] + ], + "type": "Polygon" + }, + "id": "248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9909557263377, + -11.751091564895404, + -76.98131556034313, + -11.740701043104877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.98664118070417, + -11.740701043104877 + ] + ] + ], + "type": "Polygon" + }, + "id": "249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68719337136983, + -12.169223467998743, + -76.67754884733587, + -12.158846699139984 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68288153654662, + -12.158846699139984 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.67754884733587, + -12.16617298196197 + ], + [ + -76.67805936218447, + -12.16098465236936 + ], + [ + -76.68288153654662, + -12.158846699139984 + ] + ] + ], + "type": "Polygon" + }, + "id": "250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72902565641832, + -12.259849658205354, + -76.71937727897053, + -12.249473296936785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.72471145654949, + -12.249473296936785 + ] + ] + ], + "type": "Polygon" + }, + "id": "251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7626179872414, + -12.011671406313242, + -76.75297610110901, + -12.001290272669946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.75830617447816, + -12.001290272669946 + ] + ] + ], + "type": "Polygon" + }, + "id": "252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11276275940851, + -11.73153630454843, + -77.1031200753195, + -11.721142554092136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.10844521853701, + -11.721142554092136 + ] + ] + ], + "type": "Polygon" + }, + "id": "253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73667308137705, + -12.182022161592267, + -76.72702681902715, + -12.17164433464975 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.73235970985836, + -12.17164433464975 + ] + ] + ], + "type": "Polygon" + }, + "id": "254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63232673834004, + -12.258029359198233, + -76.62268108342197, + -12.247655447989636 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62801524018155, + -12.247655447989636 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.62699253095144, + -12.258029359198233 + ], + [ + -76.62268108342197, + -12.254977931533658 + ], + [ + -76.62319250070485, + -12.249791031055638 + ], + [ + -76.62801524018155, + -12.247655447989636 + ] + ] + ], + "type": "Polygon" + }, + "id": "255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78621454612315, + -12.006152972792512, + -76.77657218624124, + -11.995771159325127 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.78190215946057, + -11.995771159325127 + ] + ] + ], + "type": "Polygon" + }, + "id": "256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81437213653003, + -12.04825759796851, + -76.80472776376529, + -12.03787570960087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.81005841755197, + -12.03787570960087 + ] + ] + ], + "type": "Polygon" + }, + "id": "257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06029009378669, + -11.844427819788107, + -77.05064537397958, + -11.834036870252463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.05597244637845, + -11.834036870252463 + ] + ] + ], + "type": "Polygon" + }, + "id": "258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10736769147145, + -11.644447516673651, + -77.0977277336575, + -11.634052774369808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.10305145400228, + -11.634052774369808 + ] + ] + ], + "type": "Polygon" + }, + "id": "259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7404026587213, + -12.37885753699171, + -76.73075041480712, + -12.3684829028172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.7360865552641, + -12.3684829028172 + ] + ] + ], + "type": "Polygon" + }, + "id": "260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0360487449869, + -12.09375825252047, + -77.02639721051388, + -12.083371554794958 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.03172841904906, + -12.083371554794958 + ] + ] + ], + "type": "Polygon" + }, + "id": "261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74961415276393, + -12.191172317062863, + -76.73996726485633, + -12.180794308320793 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.74530030286988, + -12.180794308320793 + ] + ] + ], + "type": "Polygon" + }, + "id": "262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65593055118065, + -12.252537507770583, + -76.64628440403649, + -12.242162897497423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.65161847063933, + -12.242162897497423 + ] + ] + ], + "type": "Polygon" + }, + "id": "263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8920390583497, + -12.008773633791003, + -76.88239379719744, + -11.99838920302407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.88772375014693, + -11.99838920302407 + ] + ] + ], + "type": "Polygon" + }, + "id": "264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02139206999594, + -11.722604177967943, + -77.01175196910359, + -11.712212533225555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.01707708676983, + -11.712212533225555 + ] + ] + ], + "type": "Polygon" + }, + "id": "265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05204173853885, + -12.071737659223524, + -77.04239045317473, + -12.06135023105984 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.04772127858978, + -12.06135023105984 + ] + ] + ], + "type": "Polygon" + }, + "id": "266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93702479357765, + -12.256964789824073, + -76.92737094501857, + -12.246583145291746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.93702479357765, + -12.249631661583113 + ], + [ + -76.93651775052868, + -12.2548225369133 + ], + [ + -76.93169073981664, + -12.256964789824073 + ], + [ + -76.92737094501857, + -12.25391618980404 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.93270495249244, + -12.246583145291746 + ] + ] + ], + "type": "Polygon" + }, + "id": "267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72001665267737, + -11.975990201323372, + -76.71037699053359, + -11.965609618641642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.71570648794378, + -11.965609618641642 + ] + ] + ], + "type": "Polygon" + }, + "id": "268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7968535567398, + -12.085826736227661, + -76.78720853419986, + -12.07544586611388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.79253981598522, + -12.07544586611388 + ] + ] + ], + "type": "Polygon" + }, + "id": "269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16769104363999, + -11.831322943869608, + -77.15804401886875, + -11.820929213344385 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.16337071647126, + -11.820929213344385 + ] + ] + ], + "type": "Polygon" + }, + "id": "270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91867231328982, + -11.877709591824972, + -76.90903025753246, + -11.867322592447325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91435803062234, + -11.867322592447325 + ], + [ + -76.91867231328982, + -11.870369404708052 + ], + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.90953708905846, + -11.86946924697822 + ], + [ + -76.91435803062234, + -11.867322592447325 + ] + ] + ], + "type": "Polygon" + }, + "id": "271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9544704742171, + -11.936292332902369, + -76.94482573820638, + -11.925905284681008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.95015444303503, + -11.925905284681008 + ] + ] + ], + "type": "Polygon" + }, + "id": "272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12945461237578, + -11.654469509647523, + -77.11981380286436, + -11.644074360564849 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12945461237578, + -11.647118099190985 + ], + [ + -77.12895120684604, + -11.652315726006062 + ], + [ + -77.12413071696939, + -11.654469509647523 + ], + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.12513765489705, + -11.644074360564849 + ] + ] + ], + "type": "Polygon" + }, + "id": "273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9926177787581, + -12.113070568809002, + -76.98296678304929, + -12.102685238208352 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.98829836072704, + -12.102685238208352 + ] + ] + ], + "type": "Polygon" + }, + "id": "274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84481660589722, + -12.208508942591001, + -76.8351666373376, + -12.198128808453212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.84049991662782, + -12.198128808453212 + ] + ] + ], + "type": "Polygon" + }, + "id": "275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82427711179842, + -11.99420330787439, + -76.81463408533007, + -11.983820356625532 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81996384300936, + -11.983820356625532 + ] + ] + ], + "type": "Polygon" + }, + "id": "276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87984590061093, + -11.75590368322072, + -76.8702084935547, + -11.745515975573003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8755342932594, + -11.745515975573003 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.87071567618003, + -11.747663303644533 + ], + [ + -76.8755342932594, + -11.745515975573003 + ] + ] + ], + "type": "Polygon" + }, + "id": "277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72377543685907, + -12.078556422172804, + -76.71413261390275, + -12.06817729337582 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71946380117492, + -12.06817729337582 + ] + ] + ], + "type": "Polygon" + }, + "id": "278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10908977888397, + -11.912145488248639, + -77.09944180891165, + -11.901754307129655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.10476992763311, + -11.901754307129655 + ] + ] + ], + "type": "Polygon" + }, + "id": "279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09750930821846, + -11.698571469222685, + -77.08786798850889, + -11.688177657526756 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.09319261215063, + -11.688177657526756 + ] + ] + ], + "type": "Polygon" + }, + "id": "280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9110827873929, + -12.049973421190323, + -76.90143579647474, + -12.039589137590818 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.9067664130215, + -12.039589137590818 + ] + ] + ], + "type": "Polygon" + }, + "id": "281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97733395357331, + -11.985734338347099, + -76.96768715065176, + -11.975347449437836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.97301664659255, + -11.975347449437836 + ] + ] + ], + "type": "Polygon" + }, + "id": "282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75956320751901, + -12.04281371317928, + -76.74992047571813, + -12.03243312725446 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.75525106345289, + -12.03243312725446 + ] + ] + ], + "type": "Polygon" + }, + "id": "283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75875176048457, + -12.192083257992257, + -76.74910459712224, + -12.181705031807075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.75443764714285, + -12.181705031807075 + ] + ] + ], + "type": "Polygon" + }, + "id": "284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8075333991228, + -11.976818426605972, + -76.79789133976425, + -11.966435639064713 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.80322081978751, + -11.966435639064713 + ] + ] + ], + "type": "Polygon" + }, + "id": "285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69341851972383, + -11.918314215342296, + -76.68378130589743, + -11.907933468690867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68910985760803, + -11.907933468690867 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.68378130589743, + -11.915265107527999 + ], + [ + -76.68429133818205, + -11.910074789217783 + ], + [ + -76.68910985760803, + -11.907933468690867 + ] + ] + ], + "type": "Polygon" + }, + "id": "286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74805052532787, + -12.301042805246956, + -76.73840039871943, + -12.290666647440316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.7437352511945, + -12.290666647440316 + ] + ] + ], + "type": "Polygon" + }, + "id": "287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11132247185941, + -11.841554788796127, + -77.1016765486782, + -11.83116255956609 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.10700350278876, + -11.83116255956609 + ] + ] + ], + "type": "Polygon" + }, + "id": "288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88214219244463, + -12.062836592989617, + -76.87249558042159, + -12.052453227209007 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.87782643175777, + -12.052453227209007 + ] + ] + ], + "type": "Polygon" + }, + "id": "289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07397061934034, + -11.798561598418802, + -77.06432691828502, + -11.788169685557698 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06965321814329, + -11.788169685557698 + ] + ] + ], + "type": "Polygon" + }, + "id": "290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71385524032803, + -12.132588242634544, + -76.70421107699666, + -12.122210209887974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70954315756991, + -12.122210209887974 + ] + ] + ], + "type": "Polygon" + }, + "id": "291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04665864059896, + -11.984688793163983, + -77.0370100883011, + -11.97430018649324 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.04233948672538, + -11.97430018649324 + ] + ] + ], + "type": "Polygon" + }, + "id": "292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95979909884946, + -11.928952081729436, + -76.95015444303503, + -11.918564795624754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.95548302179871, + -11.918564795624754 + ] + ] + ], + "type": "Polygon" + }, + "id": "293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68180640087027, + -12.270844106093083, + -76.67215899124109, + -12.260469135013377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.67749335868811, + -12.260469135013377 + ] + ] + ], + "type": "Polygon" + }, + "id": "294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71853121863998, + -11.897224904175763, + -76.70889394394516, + -11.886843214331241 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7142221441708, + -11.886843214331241 + ], + [ + -76.71853121863998, + -11.889891899428738 + ], + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.70889394394516, + -11.894176132069385 + ], + [ + -76.70940359417143, + -11.888985342011479 + ], + [ + -76.7142221441708, + -11.886843214331241 + ] + ] + ], + "type": "Polygon" + }, + "id": "295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88519711135537, + -12.220379840430045, + -76.87554571690666, + -12.209998887322097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.88087916419406, + -12.209998887322097 + ] + ] + ], + "type": "Polygon" + }, + "id": "296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87910025380584, + -12.188329527977697, + -76.86944997748081, + -12.17794820826367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.87478290048413, + -12.17794820826367 + ] + ] + ], + "type": "Polygon" + }, + "id": "297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04592701330695, + -12.039675696762927, + -77.03627684004469, + -12.029287930012176 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.04160714505116, + -12.029287930012176 + ] + ] + ], + "type": "Polygon" + }, + "id": "298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8440714620343, + -11.980438151038138, + -76.83442831726467, + -11.97005449846602 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83975783662588, + -11.97005449846602 + ] + ] + ], + "type": "Polygon" + }, + "id": "299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80061963833899, + -12.28271139407342, + -76.79096863710082, + -12.272333595642825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.79630316580696, + -12.272333595642825 + ] + ] + ], + "type": "Polygon" + }, + "id": "300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036732527057, + -12.251577403203775, + -76.7940230993258, + -12.241199010565618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.79935711249163, + -12.241199010565618 + ] + ] + ], + "type": "Polygon" + }, + "id": "301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85777052428122, + -12.123320380484714, + -76.84812275376791, + -12.112938561762512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.85345461940292, + -12.112938561762512 + ] + ] + ], + "type": "Polygon" + }, + "id": "302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01468006829356, + -12.028736401017454, + -77.00503102056477, + -12.018349234961796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.01036118346232, + -12.018349234961796 + ] + ] + ], + "type": "Polygon" + }, + "id": "303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06864427527792, + -11.805908190550522, + -77.05900049046377, + -11.7955165073358 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06432691828502, + -11.7955165073358 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.06432691828502, + -11.7955165073358 + ] + ] + ], + "type": "Polygon" + }, + "id": "304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75650787843132, + -12.073954364533424, + -76.74686430086852, + -12.0635743325051 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.75219540303738, + -12.0635743325051 + ] + ] + ], + "type": "Polygon" + }, + "id": "305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9407951270274, + -12.076499990097224, + -76.93114656702225, + -12.066115374150723 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.93647759452945, + -12.066115374150723 + ] + ] + ], + "type": "Polygon" + }, + "id": "306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99254490980547, + -11.924309369344149, + -76.98289954458286, + -11.91392120888263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.98822801285365, + -11.91392120888263 + ] + ] + ], + "type": "Polygon" + }, + "id": "307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8615769132101, + -12.225895739434248, + -76.85192597963348, + -12.215515467710839 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.85725953491377, + -12.215515467710839 + ] + ] + ], + "type": "Polygon" + }, + "id": "308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82271308138547, + -12.292771967803247, + -76.81306118657103, + -12.282393780019772 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.8183958699027, + -12.282393780019772 + ] + ] + ], + "type": "Polygon" + }, + "id": "309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80442733604714, + -12.290950218212732, + -76.79477598627187, + -12.280572461398913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.80011064915769, + -12.280572461398913 + ] + ] + ], + "type": "Polygon" + }, + "id": "310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91339778797766, + -12.262483650626544, + -76.90374439331352, + -12.252102685239649 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.90907851284486, + -12.252102685239649 + ] + ] + ], + "type": "Polygon" + }, + "id": "311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70170884117316, + -12.06849706318398, + -76.69206692295926, + -12.058118342425482 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.69739794860904, + -12.058118342425482 + ] + ] + ], + "type": "Polygon" + }, + "id": "312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81814872897102, + -12.245158787284186, + -76.80849837870285, + -12.234779923484842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.81383227842726, + -12.234779923484842 + ] + ] + ], + "type": "Polygon" + }, + "id": "313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02304290234876, + -11.990233185011673, + -77.013394788208, + -11.979845238584236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.01872430703853, + -11.979845238584236 + ] + ] + ], + "type": "Polygon" + }, + "id": "314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09073759637283, + -11.815937754362835, + -77.08109295415133, + -11.805545671217839 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.0864195166177, + -11.805545671217839 + ] + ] + ], + "type": "Polygon" + }, + "id": "315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81665243028093, + -12.072069644631195, + -76.80700728619527, + -12.061688063106024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.81233833131705, + -12.061688063106024 + ] + ] + ], + "type": "Polygon" + }, + "id": "316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89962785343658, + -11.742119551359691, + -76.88999033468107, + -11.731731167715946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89531589279926, + -11.731731167715946 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.89049721976161, + -11.733879083200115 + ], + [ + -76.89531589279926, + -11.731731167715946 + ] + ] + ], + "type": "Polygon" + }, + "id": "317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92859440195586, + -12.012385294800126, + -76.91894807285512, + -12.002000008590564 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.92427805496173, + -12.002000008590564 + ] + ] + ], + "type": "Polygon" + }, + "id": "318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71297745312262, + -12.376112162821524, + -76.70332604083745, + -12.365738181197397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.70866214274281, + -12.365738181197397 + ] + ] + ], + "type": "Polygon" + }, + "id": "319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00545635913397, + -11.839050419430704, + -76.99581320109768, + -11.82866073658788 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -77.00114025196609, + -11.82866073658788 + ] + ] + ], + "type": "Polygon" + }, + "id": "320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99791127472288, + -12.01135562289025, + -76.98826317652791, + -12.000968608180774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.99359307225109, + -12.000968608180774 + ] + ] + ], + "type": "Polygon" + }, + "id": "321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04822646082482, + -12.063497338417747, + -77.0385755184363, + -12.053109877476047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.04772127858978, + -12.06135023105984 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.0439062129774, + -12.053109877476047 + ] + ] + ], + "type": "Polygon" + }, + "id": "322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84329891677801, + -12.129746299607943, + -76.83365133967195, + -12.119364944937178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.83898332055361, + -12.119364944937178 + ] + ] + ], + "type": "Polygon" + }, + "id": "323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00016789108413, + -11.94079036244063, + -76.9905218382658, + -11.930402252751769 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.99585056942536, + -11.930402252751769 + ] + ] + ], + "type": "Polygon" + }, + "id": "324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97346103976508, + -11.788709204145691, + -76.96382020637876, + -11.778319618078024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.9691464637406, + -11.778319618078024 + ] + ] + ], + "type": "Polygon" + }, + "id": "325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93467454567222, + -11.950070886433833, + -76.92502991514066, + -11.939684528594263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93035886542148, + -11.939684528594263 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.92502991514066, + -11.947023753861675 + ], + [ + -76.92553663642693, + -11.94183062829927 + ], + [ + -76.93035886542148, + -11.939684528594263 + ] + ] + ], + "type": "Polygon" + }, + "id": "326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08074758715631, + -11.681197189596919, + -77.07110720729678, + -11.670803560246565 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.07643156889615, + -11.670803560246565 + ] + ] + ], + "type": "Polygon" + }, + "id": "327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74499179155363, + -12.332170070369239, + -76.73534081809304, + -12.321794517395944 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.7406761857094, + -12.321794517395944 + ] + ] + ], + "type": "Polygon" + }, + "id": "328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77405486965681, + -11.942048216697108, + -76.76441474888121, + -11.931665764362775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.76974367090764, + -11.931665764362775 + ] + ] + ], + "type": "Polygon" + }, + "id": "329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15535961172395, + -11.672732006476396, + -77.14571761323529, + -11.662336465995901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.15104172459844, + -11.662336465995901 + ] + ] + ], + "type": "Polygon" + }, + "id": "330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90577433681777, + -12.24600507795889, + -76.89612163469324, + -12.23562403064534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.90145548861868, + -12.23562403064534 + ] + ] + ], + "type": "Polygon" + }, + "id": "331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03507082169807, + -11.676733936083627, + -77.02543173545402, + -11.666341361639741 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03075608290067, + -11.666341361639741 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.02974642952611, + -11.676733936083627 + ], + [ + -77.02543173545402, + -11.673689155379838 + ], + [ + -77.02593662538861, + -11.668492921065312 + ], + [ + -77.03075608290067, + -11.666341361639741 + ] + ] + ], + "type": "Polygon" + }, + "id": "332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0319941219745, + -11.613483987993243, + -77.02235699528376, + -11.603090689729418 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.02768030748416, + -11.603090689729418 + ] + ] + ], + "type": "Polygon" + }, + "id": "333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75871995978359, + -12.286391121532061, + -76.74906998094876, + -12.276014446511903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.75440458789402, + -12.276014446511903 + ] + ] + ], + "type": "Polygon" + }, + "id": "334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15401731170752, + -11.877199603870887, + -77.14436925993621, + -11.866806841349657 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.15401731170752, + -11.869851523508766 + ], + [ + -77.15351390513177, + -11.875047956689901 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.1496967344261, + -11.866806841349657 + ] + ] + ], + "type": "Polygon" + }, + "id": "335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75722342514571, + -12.207650233804772, + -76.74757583853264, + -12.197272298477472 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.7529091459953, + -12.197272298477472 + ] + ] + ], + "type": "Polygon" + }, + "id": "336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10139042385023, + -11.801243161345997, + -77.09174595072632, + -11.790850619184004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.09707225638981, + -11.790850619184004 + ] + ] + ], + "type": "Polygon" + }, + "id": "337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01303600514196, + -11.76112372157899, + -77.00339497229258, + -11.750732791740804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -77.00872073291721, + -11.750732791740804 + ] + ] + ], + "type": "Polygon" + }, + "id": "338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13636656128509, + -11.725969609687166, + -77.12672345198874, + -11.715575216035242 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.13204846801388, + -11.715575216035242 + ] + ] + ], + "type": "Polygon" + }, + "id": "339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0176258564768, + -11.808777115798456, + -77.00798328730798, + -11.798386717739445 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.01330982621155, + -11.798386717739445 + ] + ] + ], + "type": "Polygon" + }, + "id": "340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78696587625686, + -12.045536842258883, + -76.7773223218341, + -12.035155603988407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.78265294383284, + -12.035155603988407 + ] + ] + ], + "type": "Polygon" + }, + "id": "341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79302680339849, + -12.171916458755764, + -76.783379315083, + -12.161537040016814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.78871201858094, + -12.161537040016814 + ] + ] + ], + "type": "Polygon" + }, + "id": "342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04739002146519, + -11.929698006363857, + -77.03774308959042, + -11.91930857884644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.04307158173907, + -11.91930857884644 + ] + ] + ], + "type": "Polygon" + }, + "id": "343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0688202220841, + -12.089117800298034, + -77.0591679919064, + -12.078730229639179 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.06449908159104, + -12.078730229639179 + ] + ] + ], + "type": "Polygon" + }, + "id": "344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89205326208422, + -12.197475838118352, + -76.88240237054319, + -12.187094342126143 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.88773543464625, + -12.187094342126143 + ] + ] + ], + "type": "Polygon" + }, + "id": "345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8067796602301, + -11.937429700095176, + -76.7971387949511, + -11.927046354538565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80246762652385, + -11.927046354538565 + ], + [ + -76.8067796602301, + -11.930094480211764 + ], + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.79764728080399, + -11.929189869463437 + ], + [ + -76.80246762652385, + -11.927046354538565 + ] + ] + ], + "type": "Polygon" + }, + "id": "346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0838980861846, + -11.838872041259208, + -77.07425293370218, + -11.828480440112767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07957988290458, + -11.828480440112767 + ] + ] + ], + "type": "Polygon" + }, + "id": "347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85016005033313, + -12.012492951474222, + -76.84051578783647, + -12.002109623508932 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.84584583151634, + -12.002109623508932 + ] + ] + ], + "type": "Polygon" + }, + "id": "348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8364421255576, + -12.152649839114584, + -76.82679404785692, + -12.142269018720391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.83212641066429, + -12.142269018720391 + ] + ] + ], + "type": "Polygon" + }, + "id": "349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98411326658778, + -11.774021412382755, + -76.9744725948197, + -11.763631365717979 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.9797985995285, + -11.763631365717979 + ] + ] + ], + "type": "Polygon" + }, + "id": "350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72973015691596, + -12.393503922541175, + -76.72007776631057, + -12.383129814963885 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.72922000502057, + -12.391368011429442 + ], + [ + -76.72439372214878, + -12.393503922541175 + ], + [ + -76.72007776631057, + -12.390452750683998 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.72541415179316, + -12.383129814963885 + ] + ] + ], + "type": "Polygon" + }, + "id": "351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82653382964753, + -12.20669155333224, + -76.81688440352994, + -12.196311849570971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.82221766371865, + -12.196311849570971 + ] + ] + ], + "type": "Polygon" + }, + "id": "352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.062532518386, + -11.773838612776718, + -77.05288984334906, + -11.763446644130282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.05821575195468, + -11.763446644130282 + ] + ] + ], + "type": "Polygon" + }, + "id": "353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11067284395654, + -11.990970340764324, + -77.10102248476078, + -11.980580268472112 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.10635189865224, + -11.980580268472112 + ] + ] + ], + "type": "Polygon" + }, + "id": "354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91718100613274, + -12.082029260808536, + -76.90753289900002, + -12.071645316445418 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.91286403873411, + -12.071645316445418 + ] + ] + ], + "type": "Polygon" + }, + "id": "355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77163899071718, + -12.38983879310594, + -76.76198557004037, + -12.37946355496523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.76732188124168, + -12.37946355496523 + ] + ] + ], + "type": "Polygon" + }, + "id": "356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14789367764867, + -11.845128126199295, + -77.13824673356342, + -11.834735063048187 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.14357369035685, + -11.834735063048187 + ] + ] + ], + "type": "Polygon" + }, + "id": "357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03448382048302, + -12.01495448582667, + -77.02483467650607, + -12.004566627185671 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.03016458861161, + -12.004566627185671 + ] + ] + ], + "type": "Polygon" + }, + "id": "358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72828106937432, + -12.220481188614924, + -76.71863388791743, + -12.210104198680025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.72396741570846, + -12.210104198680025 + ] + ] + ], + "type": "Polygon" + }, + "id": "359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05715132485159, + -11.686761088582841, + -77.04751137767525, + -11.676368104609603 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.052835862107, + -11.676368104609603 + ] + ] + ], + "type": "Polygon" + }, + "id": "360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91868717906243, + -11.972086866996223, + -76.9090423108042, + -11.961701228485474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.91437163774424, + -11.961701228485474 + ] + ] + ], + "type": "Polygon" + }, + "id": "361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77469604282165, + -12.358712461598577, + -76.76504346990656, + -12.34833660774112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.77037926551537, + -12.34833660774112 + ] + ] + ], + "type": "Polygon" + }, + "id": "362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234287211177, + -11.982246438218551, + -76.8526991874915, + -11.971862354631908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.85802872487083, + -11.971862354631908 + ] + ] + ], + "type": "Polygon" + }, + "id": "363", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99487621075322, + -12.042515580913221, + -76.98522726157927, + -12.032129109944137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.99055767399783, + -12.032129109944137 + ] + ] + ], + "type": "Polygon" + }, + "id": "364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91032837737204, + -12.104940202352134, + -76.9006797666078, + -12.09455678339191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.90601128981811, + -12.09455678339191 + ] + ] + ], + "type": "Polygon" + }, + "id": "365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74424504193092, + -12.292804209128585, + -76.73459526503483, + -12.282428009719903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73992998261254, + -12.282428009719903 + ] + ] + ], + "type": "Polygon" + }, + "id": "366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8417895367728, + -11.956622688408222, + -76.83214716263649, + -11.94623874265449 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374762910927, + -11.94623874265449 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.83265519077547, + -11.948382768092578 + ], + [ + -76.8374762910927, + -11.94623874265449 + ] + ] + ], + "type": "Polygon" + }, + "id": "367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15250704651989, + -11.892788427051887, + -77.14285856788398, + -11.882395921097492 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.15250704651989, + -11.885440694938193 + ], + [ + -77.15200359448251, + -11.890636999833035 + ], + [ + -77.14717927003758, + -11.892788427051887 + ], + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.14818630125804, + -11.882395921097492 + ] + ] + ], + "type": "Polygon" + }, + "id": "368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97426631187085, + -11.922511056543527, + -76.96462147268464, + -11.912123320442527 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96994993079112, + -11.912123320442527 + ] + ] + ], + "type": "Polygon" + }, + "id": "369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95148134029418, + -12.156187588495547, + -76.94183012391612, + -12.145803952951942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.94716245506731, + -12.145803952951942 + ] + ] + ], + "type": "Polygon" + }, + "id": "370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75800361521941, + -12.152708886984989, + -76.74835764741655, + -12.142330049110976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.75369004799695, + -12.142330049110976 + ] + ] + ], + "type": "Polygon" + }, + "id": "371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73435976081797, + -12.25252376341874, + -76.72471145654949, + -12.242147144937514 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.73004551177351, + -12.242147144937514 + ] + ] + ], + "type": "Polygon" + }, + "id": "372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7603426100095, + -11.987860087483437, + -76.7507014954009, + -11.97747865607264 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.75603117717198, + -11.97747865607264 + ] + ] + ], + "type": "Polygon" + }, + "id": "373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03678214416615, + -12.03877630295906, + -77.02713223107217, + -12.028388746419038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.03246253274175, + -12.028388746419038 + ] + ] + ], + "type": "Polygon" + }, + "id": "374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73678767310427, + -11.899037829177402, + -76.72714984573396, + -11.888655700956116 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73247807152565, + -11.888655700956116 + ], + [ + -76.73678767310427, + -11.891704236279686 + ], + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.73247807152565, + -11.888655700956116 + ] + ] + ], + "type": "Polygon" + }, + "id": "375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84711258292944, + -12.043641843898325, + -76.83746747277472, + -12.033259062355883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.84279803169557, + -12.033259062355883 + ] + ] + ], + "type": "Polygon" + }, + "id": "376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69790801702896, + -12.060257918589876, + -76.68826644896916, + -12.049879168500034 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.69359733933436, + -12.049879168500034 + ] + ] + ], + "type": "Polygon" + }, + "id": "377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99328518478939, + -11.8693206687198, + -76.9836414386852, + -11.858931707497396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.9889690011282, + -11.858931707497396 + ] + ] + ], + "type": "Polygon" + }, + "id": "378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17301765432245, + -11.823973539312208, + -77.16337071647126, + -11.813579579693219 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.16869728435682, + -11.813579579693219 + ] + ] + ], + "type": "Polygon" + }, + "id": "379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94304215087904, + -11.911571258743686, + -76.9333984491444, + -11.901184137020397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.93872675785875, + -11.901184137020397 + ] + ] + ], + "type": "Polygon" + }, + "id": "380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829056395012, + -12.102225284262298, + -76.87325783231098, + -12.09184250702525 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.87858933240094, + -12.09184250702525 + ] + ] + ], + "type": "Polygon" + }, + "id": "381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84861968255942, + -12.311070438952921, + -76.83896654920447, + -12.300691906854938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.84861968255942, + -12.30374150213806 + ], + [ + -76.84811131859357, + -12.308930821799855 + ], + [ + -76.84328466500028, + -12.311070438952921 + ], + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.84430151919888, + -12.300691906854938 + ] + ] + ], + "type": "Polygon" + }, + "id": "382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70708663702035, + -11.966842574593313, + -76.69744760174811, + -11.956462186501872 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.70277695091036, + -11.956462186501872 + ] + ] + ], + "type": "Polygon" + }, + "id": "383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7556949523206, + -12.223216771402916, + -76.74604694243342, + -12.212839128475519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.75138050735526, + -12.212839128475519 + ] + ] + ], + "type": "Polygon" + }, + "id": "384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07463668841463, + -11.649124323682695, + -77.06499741711394, + -11.638730433820978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.0703212601443, + -11.638730433820978 + ] + ] + ], + "type": "Polygon" + }, + "id": "385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17372757940474, + -11.768958068198222, + -77.16408226197068, + -11.758563345493853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16940792424217, + -11.758563345493853 + ], + [ + -77.17372757940474, + -11.76160729678294 + ], + [ + -77.17322461803016, + -11.766804710012233 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16940792424217, + -11.758563345493853 + ] + ] + ], + "type": "Polygon" + }, + "id": "386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79762684703003, + -12.030871773063252, + -76.7879834426213, + -12.0204900431592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.7933138181115, + -12.0204900431592 + ] + ] + ], + "type": "Polygon" + }, + "id": "387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80446425729335, + -12.102305614913524, + -76.79481853843406, + -12.091924808369752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.80015008830567, + -12.091924808369752 + ] + ] + ], + "type": "Polygon" + }, + "id": "388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84633504441126, + -12.287263609864066, + -76.83668268322576, + -12.276884735222488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.84201726154947, + -12.276884735222488 + ] + ] + ], + "type": "Polygon" + }, + "id": "389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08402426834797, + -12.027687637695733, + -77.07437348567986, + -12.017298760625222 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07970354248725, + -12.017298760625222 + ] + ] + ], + "type": "Polygon" + }, + "id": "390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745200539487, + -11.763244580154128, + -76.86488256932016, + -11.752857103573922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.8702084935547, + -11.752857103573922 + ] + ] + ], + "type": "Polygon" + }, + "id": "391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63386052230021, + -12.242468418069834, + -76.62421528933771, + -12.232094210027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.62852657183147, + -12.242468418069834 + ], + [ + -76.62421528933771, + -12.239417081515072 + ], + [ + -76.62472666068892, + -12.234230032623628 + ], + [ + -76.62954918920411, + -12.232094210027 + ] + ] + ], + "type": "Polygon" + }, + "id": "392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77783125370048, + -12.04462939613912, + -76.76818797300962, + -12.034248375067428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.77351858386209, + -12.034248375067428 + ] + ] + ], + "type": "Polygon" + }, + "id": "393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80220387104839, + -11.984152557667542, + -76.79256173631005, + -11.9737700129811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.79789133976425, + -11.9737700129811 + ] + ] + ], + "type": "Polygon" + }, + "id": "394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86157870186486, + -12.13155992791658, + -76.85193058432881, + -12.121178143231779 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.8572625832918, + -12.121178143231779 + ] + ] + ], + "type": "Polygon" + }, + "id": "395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09396041545746, + -12.067992008857921, + -77.08430817981784, + -12.057603501354174 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.089638886556, + -12.057603501354174 + ] + ] + ], + "type": "Polygon" + }, + "id": "396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6886199659815, + -12.34224375122766, + -76.6789702353218, + -12.331869810505681 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.68328436992908, + -12.34224375122766 + ], + [ + -76.6789702353218, + -12.339192434049515 + ], + [ + -76.6794810039315, + -12.334005518360474 + ], + [ + -76.68430578151983, + -12.331869810505681 + ] + ] + ], + "type": "Polygon" + }, + "id": "397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06348908804222, + -12.096458542286033, + -77.05383677411936, + -12.086071215192105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.0591679919064, + -12.086071215192105 + ] + ] + ], + "type": "Polygon" + }, + "id": "398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99798729734012, + -12.200097908591262, + -76.98833356546906, + -12.189713826950152 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.99366657226466, + -12.189713826950152 + ] + ] + ], + "type": "Polygon" + }, + "id": "399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06876153892235, + -11.994725423466083, + -77.05911212550886, + -11.98433642579846 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.06444166033259, + -11.98433642579846 + ] + ] + ], + "type": "Polygon" + }, + "id": "400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00164572363487, + -11.830809712450646, + -76.99200290904106, + -11.820420009133029 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.99732982863519, + -11.820420009133029 + ] + ] + ], + "type": "Polygon" + }, + "id": "401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89584729712503, + -12.017013606979658, + -76.8862016898985, + -12.006629204734985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89153177564991, + -12.006629204734985 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.89153177564991, + -12.006629204734985 + ] + ] + ], + "type": "Polygon" + }, + "id": "402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82426444200071, + -12.088548737642547, + -76.81461860246522, + -12.078167218656258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81994991515239, + -12.078167218656258 + ] + ] + ], + "type": "Polygon" + }, + "id": "403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00635598654908, + -12.161607940306945, + -76.9967031883501, + -12.151223035839331 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -77.00203555085251, + -12.151223035839331 + ] + ] + ], + "type": "Polygon" + }, + "id": "404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0587760342812, + -11.86001392654971, + -77.04913088873815, + -11.849623231133688 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.05445821951429, + -11.849623231133688 + ] + ] + ], + "type": "Polygon" + }, + "id": "405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72753666609293, + -12.181110716870657, + -76.71789068033374, + -12.170733108002043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.72322355849327, + -12.170733108002043 + ] + ] + ], + "type": "Polygon" + }, + "id": "406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96741951006165, + -11.945432841246456, + -76.95777416528405, + -11.935045605773727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.96310300777083, + -11.935045605773727 + ] + ] + ], + "type": "Polygon" + }, + "id": "407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00775102963965, + -11.86287529947436, + -76.9981071030483, + -11.85248589239293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -77.00775102963965, + -11.855531828818664 + ], + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -77.0034345432824, + -11.85248589239293 + ] + ] + ], + "type": "Polygon" + }, + "id": "408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09915593211505, + -11.87183584588659, + -77.08950941294603, + -11.86144433410927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.09483688286359, + -11.86144433410927 + ] + ] + ], + "type": "Polygon" + }, + "id": "409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84328466500028, + -12.31839903412347, + -76.83363145480128, + -12.308020759999653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.84328466500028, + -12.311070438952921 + ], + [ + -76.84277621500075, + -12.316259629657061 + ], + [ + -76.8379495229541, + -12.31839903412347 + ], + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.83896654920447, + -12.308020759999653 + ] + ] + ], + "type": "Polygon" + }, + "id": "410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69948718602971, + -11.950363790854883, + -76.68984885046599, + -11.939983354811924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.69517792932324, + -11.939983354811924 + ] + ] + ], + "type": "Polygon" + }, + "id": "411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68413080591773, + -12.200352616052527, + -76.67448543711103, + -12.189976427140166 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.67981864043104, + -12.189976427140166 + ] + ] + ], + "type": "Polygon" + }, + "id": "412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78614318599892, + -12.28912738874011, + -76.7764923831701, + -12.278750063894888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.78182702450687, + -12.278750063894888 + ] + ] + ], + "type": "Polygon" + }, + "id": "413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04127855396891, + -11.897632384277767, + -77.03163273336011, + -11.88724264670607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.03696070546192, + -11.88724264670607 + ] + ] + ], + "type": "Polygon" + }, + "id": "414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75189006884658, + -12.214977875907383, + -76.74224240834708, + -12.20460019526703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.74757583853264, + -12.20460019526703 + ] + ] + ], + "type": "Polygon" + }, + "id": "415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10145859425279, + -11.895663697411841, + -77.09181130726051, + -11.885272466395929 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.09713916589438, + -11.885272466395929 + ] + ] + ], + "type": "Polygon" + }, + "id": "416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98188775574955, + -11.938991938634567, + -76.9722422282228, + -11.928604252779929 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9775709496767, + -11.928604252779929 + ] + ] + ], + "type": "Polygon" + }, + "id": "417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614912282836, + -12.084840416785354, + -76.85650227792623, + -12.074457789189802 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.86183350341788, + -12.074457789189802 + ] + ] + ], + "type": "Polygon" + }, + "id": "418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75725565455768, + -12.113332576807045, + -76.7476108820213, + -12.102953136984276 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7529426333178, + -12.102953136984276 + ] + ] + ], + "type": "Polygon" + }, + "id": "419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12643395211093, + -11.68565401604365, + -77.11679229056348, + -11.675259338077305 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.11679229056348, + -11.682609994442181 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.12211665943357, + -11.675259338077305 + ] + ] + ], + "type": "Polygon" + }, + "id": "420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97268702976056, + -11.749299223720412, + -76.96304738940538, + -11.738909127551887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.96837299951777, + -11.738909127551887 + ] + ] + ], + "type": "Polygon" + }, + "id": "421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15846247718872, + -11.735992676230515, + -77.1488185194075, + -11.725597882355164 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.15414366507065, + -11.725597882355164 + ] + ] + ], + "type": "Polygon" + }, + "id": "422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88900134591357, + -12.134278371459596, + -76.8793524213084, + -12.123895943630103 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.8846844453261, + -12.123895943630103 + ] + ] + ], + "type": "Polygon" + }, + "id": "423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09310490536778, + -11.93418130509115, + -77.0834566810895, + -11.923790828603828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.08878518555234, + -11.923790828603828 + ] + ] + ], + "type": "Polygon" + }, + "id": "424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74801559026105, + -12.395334008839233, + -76.73836264645216, + -12.384959467006523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.74750569016635, + -12.39319771722414 + ], + [ + -76.74267913078529, + -12.395334008839233 + ], + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.74369905690335, + -12.384959467006523 + ] + ] + ], + "type": "Polygon" + }, + "id": "425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80749828306516, + -12.165495446327435, + -76.79785059706296, + -12.155115559442741 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.8031831876835, + -12.155115559442741 + ] + ] + ], + "type": "Polygon" + }, + "id": "426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07245734969038, + -11.81414915596941, + -77.06281322286723, + -11.803757492587316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.06813978109615, + -11.803757492587316 + ] + ] + ], + "type": "Polygon" + }, + "id": "427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07027580832741, + -11.979141860027168, + -77.0606268211157, + -11.96875259503978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.06595609729841, + -11.96875259503978 + ] + ] + ], + "type": "Polygon" + }, + "id": "428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1050663254176, + -11.620614042981536, + -77.09542713418077, + -11.6102190575366 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1007504664577, + -11.6102190575366 + ], + [ + -77.1050663254176, + -11.613262825084432 + ], + [ + -77.10456263027575, + -11.61846037027471 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.095930956059, + -11.61237274766407 + ], + [ + -77.1007504664577, + -11.6102190575366 + ] + ] + ], + "type": "Polygon" + }, + "id": "429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70921880502439, + -12.273586745286362, + -76.69957055942338, + -12.263211118000788 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.70490496821624, + -12.263211118000788 + ] + ] + ], + "type": "Polygon" + }, + "id": "430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6894639375134, + -12.19302701203461, + -76.67981864043104, + -12.182650567935616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.6851517222304, + -12.182650567935616 + ] + ] + ], + "type": "Polygon" + }, + "id": "431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66506602332277, + -12.253452464691916, + -76.65541959572705, + -12.243077634672435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.66075367716525, + -12.243077634672435 + ] + ] + ], + "type": "Polygon" + }, + "id": "432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11830702458228, + -12.007451731074532, + -77.10865598238549, + -11.997061718575031 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.11398565628419, + -11.997061718575031 + ] + ] + ], + "type": "Polygon" + }, + "id": "433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83113106065038, + -11.971293766643154, + -76.82148853376206, + -11.960910303911259 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.82148853376206, + -11.968245593009874 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.82681791016364, + -11.960910303911259 + ] + ] + ], + "type": "Polygon" + }, + "id": "434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99032258836586, + -12.089252430401785, + -76.98067236254373, + -12.078866786645234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.9860035501361, + -12.078866786645234 + ] + ] + ], + "type": "Polygon" + }, + "id": "435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92175950661635, + -12.129659490206809, + -76.91210985832066, + -12.119276173395058 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.9174417793579, + -12.119276173395058 + ] + ] + ], + "type": "Polygon" + }, + "id": "436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10231748514029, + -12.02948287301179, + -77.09266618760824, + -12.019093578259378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.09799624795995, + -12.019093578259378 + ] + ] + ], + "type": "Polygon" + }, + "id": "437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79905254388291, + -12.486867858047788, + -76.78939548109929, + -12.476493641305064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.79905254388291, + -12.479544488351467 + ], + [ + -76.79854321091787, + -12.484731650511064 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.79473338439676, + -12.476493641305064 + ] + ] + ], + "type": "Polygon" + }, + "id": "438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94229339514817, + -11.966551386983804, + -76.93264807453043, + -11.956165081458742 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.93797728920273, + -11.956165081458742 + ] + ] + ], + "type": "Polygon" + }, + "id": "439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1008043296326, + -12.04506647523016, + -77.09115260540901, + -12.034677452491959 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.09648292463804, + -12.034677452491959 + ] + ] + ], + "type": "Polygon" + }, + "id": "440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05866464314533, + -11.671171553257292, + -77.04902512123174, + -11.660778332252532 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.05434934757032, + -11.660778332252532 + ] + ] + ], + "type": "Polygon" + }, + "id": "441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07863261220974, + -11.940629513703938, + -77.0689845613097, + -11.930239482393434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.074313192106, + -11.930239482393434 + ] + ] + ], + "type": "Polygon" + }, + "id": "442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78013402833781, + -11.974100880127681, + -76.77049278803034, + -11.96371874398464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.77582223566232, + -11.96371874398464 + ] + ] + ], + "type": "Polygon" + }, + "id": "443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66966280464716, + -12.206764178142732, + -76.6600176439382, + -12.196388464398414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.6653509542731, + -12.196388464398414 + ] + ] + ], + "type": "Polygon" + }, + "id": "444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87299858092472, + -11.778825485536775, + -76.86336067285633, + -11.76843825663278 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.86868685442694, + -11.76843825663278 + ] + ] + ], + "type": "Polygon" + }, + "id": "445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75107466963217, + -12.364209764792081, + -76.74142257307574, + -12.353834605778536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.7467584681537, + -12.353834605778536 + ] + ] + ], + "type": "Polygon" + }, + "id": "446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96432613303355, + -11.787811976692664, + -76.95468556320508, + -11.777422603658586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.96382020637876, + -11.785663268418524 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.9600118150519, + -11.777422603658586 + ] + ] + ], + "type": "Polygon" + }, + "id": "447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76708176402589, + -12.342235513656536, + -76.75742988975537, + -12.33185957068241 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.76276541610247, + -12.33185957068241 + ] + ] + ], + "type": "Polygon" + }, + "id": "448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11376947869532, + -12.054204554407193, + -77.10411715599147, + -12.043815355683313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.109447606702, + -12.043815355683313 + ] + ] + ], + "type": "Polygon" + }, + "id": "449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01008758589712, + -11.981093518682389, + -77.00044007663246, + -11.97070575503808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -77.00576946014705, + -11.97070575503808 + ] + ] + ], + "type": "Polygon" + }, + "id": "450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7305954276187, + -12.149977313445877, + -76.72095028752243, + -12.139599129129302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.72628265119727, + -12.139599129129302 + ] + ] + ], + "type": "Polygon" + }, + "id": "451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94996124648227, + -12.171762684744904, + -76.94030960476705, + -12.161379334939959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.94564219426039, + -12.161379334939959 + ] + ] + ], + "type": "Polygon" + }, + "id": "452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03809908389933, + -11.645555740467486, + -77.02846084761174, + -11.635162695119144 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.03277520770102, + -11.645555740467486 + ], + [ + -77.02846084761174, + -11.642511159366103 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.03378467913649, + -11.635162695119144 + ] + ] + ], + "type": "Polygon" + }, + "id": "453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12873754708409, + -11.709487025028457, + -77.11909511885594, + -11.699092599969042 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.12441987578273, + -11.699092599969042 + ] + ] + ], + "type": "Polygon" + }, + "id": "454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99939018258144, + -11.901384939301893, + -76.98974532396451, + -11.890996281955445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.99507340734154, + -11.890996281955445 + ] + ] + ], + "type": "Polygon" + }, + "id": "455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77558124734584, + -11.926474471940011, + -76.76594154931739, + -11.91609175501281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77127021424023, + -11.91609175501281 + ], + [ + -76.77558124734584, + -11.919140098309013 + ], + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.77127021424023, + -11.91609175501281 + ] + ] + ], + "type": "Polygon" + }, + "id": "456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7343986633805, + -12.158216336570128, + -76.72475317360235, + -12.14783818645846 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.7300856722267, + -12.14783818645846 + ] + ] + ], + "type": "Polygon" + }, + "id": "457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02524816643812, + -11.825258706526789, + -77.01560491119679, + -11.814868347924985 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.02093171216825, + -11.814868347924985 + ] + ] + ], + "type": "Polygon" + }, + "id": "458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12053844700944, + -11.936868122963043, + -77.11088945302849, + -11.926477020111669 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.11621796156845, + -11.926477020111669 + ] + ] + ], + "type": "Polygon" + }, + "id": "459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9803699585047, + -11.954573137398487, + -76.97072400587025, + -11.944185715644288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.97605298546904, + -11.944185715644288 + ] + ] + ], + "type": "Polygon" + }, + "id": "460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05804671161432, + -11.915010670439246, + -77.04839994619928, + -11.904620771525344 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.0537281828835, + -11.904620771525344 + ] + ] + ], + "type": "Polygon" + }, + "id": "461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94834686195088, + -11.809840411461849, + -76.93870605180817, + -11.799451733016603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.9440326814956, + -11.799451733016603 + ] + ] + ], + "type": "Polygon" + }, + "id": "462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71756998331423, + -12.329427632913374, + -76.70791984052225, + -12.319052732625766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.71325517001362, + -12.319052732625766 + ] + ] + ], + "type": "Polygon" + }, + "id": "463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90652983621065, + -12.1910493369871, + -76.89687875528585, + -12.180667376148268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.90221170176629, + -12.180667376148268 + ] + ] + ], + "type": "Polygon" + }, + "id": "464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77780503264579, + -12.138959625568104, + -76.76815893874515, + -12.128580067757454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.77349110510013, + -12.128580067757454 + ] + ] + ], + "type": "Polygon" + }, + "id": "465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70843018620451, + -12.328512946607473, + -76.69878032125428, + -12.3181382643803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.70411563748614, + -12.3181382643803 + ] + ] + ], + "type": "Polygon" + }, + "id": "466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00405931242828, + -12.137790548604945, + -76.99440728421787, + -12.127405323715271 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99973925662417, + -12.127405323715271 + ] + ] + ], + "type": "Polygon" + }, + "id": "467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99332181845394, + -11.963713219442123, + -76.98367525887319, + -11.95332561237651 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.98900437503764, + -11.95332561237651 + ] + ] + ], + "type": "Polygon" + }, + "id": "468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78155982561549, + -12.33582286641779, + -76.77190775126604, + -12.32544644668849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.777243165856, + -12.32544644668849 + ] + ] + ], + "type": "Polygon" + }, + "id": "469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73902295224009, + -12.017187279001856, + -76.72938154308636, + -12.006806827096778 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.73471171477347, + -12.006806827096778 + ] + ] + ], + "type": "Polygon" + }, + "id": "470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81435657486047, + -12.142594567019259, + -76.80470938824386, + -12.13221414323606 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.81004159756091, + -12.13221414323606 + ] + ] + ], + "type": "Polygon" + }, + "id": "471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07554435887731, + -11.877391290637775, + -77.06589827038675, + -11.86700043071789 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.0712258647135, + -11.86700043071789 + ] + ] + ], + "type": "Polygon" + }, + "id": "472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13350083559052, + -11.946004088297343, + -77.12385124497351, + -11.935612804294793 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12917988406123, + -11.935612804294793 + ] + ] + ], + "type": "Polygon" + }, + "id": "473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91873182845896, + -12.25515144907158, + -76.90907851284486, + -12.244770229591833 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.91441250677835, + -12.244770229591833 + ] + ] + ], + "type": "Polygon" + }, + "id": "474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07778382403505, + -11.8068025925486, + -77.06813978109615, + -11.79641069919523 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.06813978109615, + -11.803757492587316 + ], + [ + -77.06864427527792, + -11.798561598418802 + ], + [ + -77.0734662112888, + -11.79641069919523 + ] + ] + ], + "type": "Polygon" + }, + "id": "475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15083143567514, + -11.71950998078424, + -77.1411881580904, + -11.709115154062955 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.14651304519876, + -11.709115154062955 + ] + ] + ], + "type": "Polygon" + }, + "id": "476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85395457554336, + -12.30374150213806, + -76.84430151919888, + -12.293362712506509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.85395457554336, + -12.296412224087684 + ], + [ + -76.85344629761614, + -12.301601672486825 + ], + [ + -76.84861968255942, + -12.30374150213806 + ], + [ + -76.84430151919888, + -12.300691906854938 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.8496363646964, + -12.293362712506509 + ] + ] + ], + "type": "Polygon" + }, + "id": "477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8600527203156, + -12.241465780459382, + -76.8504013622327, + -12.231085802069662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.85573517552187, + -12.231085802069662 + ] + ] + ], + "type": "Polygon" + }, + "id": "478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85929180053891, + -12.202085956371608, + -76.84964163860559, + -12.191705354794417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.85497480252052, + -12.191705354794417 + ] + ] + ], + "type": "Polygon" + }, + "id": "479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1333458168328, + -11.757151821773265, + -77.12370185497106, + -11.746757913246189 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.12902738812849, + -11.746757913246189 + ] + ] + ], + "type": "Polygon" + }, + "id": "480", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07167092189833, + -11.774732643683112, + -77.06202798846748, + -11.76434046462402 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.06202798846748, + -11.771687657574303 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.06735389962827, + -11.76434046462402 + ] + ] + ], + "type": "Polygon" + }, + "id": "482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1692003819991, + -11.815732285380792, + -77.15955378409872, + -11.805338304482683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.16488022284202, + -11.805338304482683 + ] + ] + ], + "type": "Polygon" + }, + "id": "483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07088468793854, + -11.73531454054762, + -77.06124294760833, + -11.724921855598945 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.06656821185614, + -11.724921855598945 + ] + ] + ], + "type": "Polygon" + }, + "id": "484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70175723838183, + -11.974173466334266, + -76.69211813092564, + -11.963793322399562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.69744760174811, + -11.963793322399562 + ] + ] + ], + "type": "Polygon" + }, + "id": "485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85015493083411, + -12.106841251471737, + -76.84050785454744, + -12.096459366040856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.84583945340304, + -12.096459366040856 + ] + ] + ], + "type": "Polygon" + }, + "id": "486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70309482040456, + -12.335836298859522, + -76.6934448830661, + -12.325461877893268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.69878032125428, + -12.325461877893268 + ] + ] + ], + "type": "Polygon" + }, + "id": "487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80600811904529, + -11.992392271422425, + -76.79636563644549, + -11.982009753163393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.80169537381178, + -11.982009753163393 + ] + ] + ], + "type": "Polygon" + }, + "id": "488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70917254030985, + -12.367873977791898, + -76.6995214786163, + -12.357499951075457 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.70383652423588, + -12.367873977791898 + ], + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.70485744512067, + -12.357499951075457 + ] + ] + ], + "type": "Polygon" + }, + "id": "489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05956105898211, + -11.899425757073208, + -77.04991471943951, + -11.889035598609016 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.05524269766222, + -11.889035598609016 + ] + ] + ], + "type": "Polygon" + }, + "id": "490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88593470670045, + -11.787965660247313, + -76.87629618452769, + -11.777578232553777 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.88162250710167, + -11.777578232553777 + ] + ] + ], + "type": "Polygon" + }, + "id": "491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65059643428614, + -12.259860674070916, + -76.64095021645811, + -12.24948632238867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.64628440403649, + -12.24948632238867 + ] + ] + ], + "type": "Polygon" + }, + "id": "492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73286947115615, + -12.173783202180944, + -76.72322355849327, + -12.163405339800315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.72753666609293, + -12.173783202180944 + ], + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.72855631438362, + -12.163405339800315 + ] + ] + ], + "type": "Polygon" + }, + "id": "493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70407535771871, + -11.903650435128542, + -76.69443828784674, + -11.89326920561445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69976659652558, + -11.89326920561445 + ], + [ + -76.70407535771871, + -11.896318052477712 + ], + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.69443828784674, + -11.90060150124957 + ], + [ + -76.69494814901468, + -11.89541094144886 + ], + [ + -76.69976659652558, + -11.89326920561445 + ] + ] + ], + "type": "Polygon" + }, + "id": "494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84405076448968, + -12.263456186188524, + -76.83439917538082, + -12.253076972556281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83973336207409, + -12.253076972556281 + ] + ] + ], + "type": "Polygon" + }, + "id": "495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72150281963434, + -12.054748411109657, + -76.71186076887139, + -12.044368974596896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.71719156409064, + -12.044368974596896 + ] + ] + ], + "type": "Polygon" + }, + "id": "496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75491420691495, + -12.278152434974485, + -76.74526457754266, + -12.267775718997893 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.75059904973693, + -12.267775718997893 + ] + ] + ], + "type": "Polygon" + }, + "id": "497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77925476952566, + -12.406315379235883, + -76.76960065018484, + -12.395940235140033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77493723061258, + -12.395940235140033 + ], + [ + -76.77925476952566, + -12.398990915650222 + ], + [ + -76.77874528750858, + -12.404178541692698 + ], + [ + -76.77391814051545, + -12.406315379235883 + ], + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.77493723061258, + -12.395940235140033 + ] + ] + ], + "type": "Polygon" + }, + "id": "498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79300500634695, + -12.266233693081073, + -76.78335470236354, + -12.255855812781892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.78868896258706, + -12.255855812781892 + ] + ] + ], + "type": "Polygon" + }, + "id": "499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96057192882992, + -11.96835318904372, + -76.95092607868384, + -11.957966457726739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.95625530545168, + -11.957966457726739 + ] + ] + ], + "type": "Polygon" + }, + "id": "500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99779740700687, + -11.72816034696472, + -76.98815774700806, + -11.71776935358394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.99348298292249, + -11.71776935358394 + ] + ] + ], + "type": "Polygon" + }, + "id": "501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67896275063835, + -11.924737321813645, + -76.6693257437674, + -11.914357037542565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67465440274923, + -11.914357037542565 + ], + [ + -76.67896275063835, + -11.917406220117462 + ], + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.67363404179376, + -11.924737321813645 + ], + [ + -76.6693257437674, + -11.921688052280398 + ], + [ + -76.66983598687797, + -11.916497965252253 + ], + [ + -76.67465440274923, + -11.914357037542565 + ] + ] + ], + "type": "Polygon" + }, + "id": "502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68259931675641, + -12.215916534171438, + -76.67295352552854, + -12.205540637544406 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.67828698592875, + -12.205540637544406 + ] + ] + ], + "type": "Polygon" + }, + "id": "503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8585417666664, + -11.785265355958382, + -76.84890405031436, + -11.774878575245708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.8542303476123, + -11.774878575245708 + ] + ] + ], + "type": "Polygon" + }, + "id": "504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11369768111607, + -11.959799590859504, + -77.10404817521353, + -11.949408986916149 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.1093770714452, + -11.949408986916149 + ] + ] + ], + "type": "Polygon" + }, + "id": "505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.703286784276, + -11.958603183234901, + -76.69364809882825, + -11.948222770940122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.6941580575933, + -11.950363790854883 + ], + [ + -76.69897731285836, + -11.948222770940122 + ] + ] + ], + "type": "Polygon" + }, + "id": "506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98732106592331, + -12.214769705963864, + -76.97766717112506, + -12.204386124935994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.98300043172658, + -12.204386124935994 + ] + ] + ], + "type": "Polygon" + }, + "id": "507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70787459771711, + -11.91188993028486, + -76.69823717815557, + -11.901508722181376 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.70356562191074, + -11.901508722181376 + ] + ] + ], + "type": "Polygon" + }, + "id": "508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7457387255827, + -12.371533824019414, + -76.7360865552641, + -12.361158927205572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.74142257307574, + -12.361158927205572 + ] + ] + ], + "type": "Polygon" + }, + "id": "509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7573200570042, + -11.924662903528235, + -76.74768090769909, + -11.914280622692358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.75300954938604, + -11.914280622692358 + ] + ] + ], + "type": "Polygon" + }, + "id": "510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75341866165395, + -12.199411281934315, + -76.74377142436369, + -12.189033309672135 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74910459712224, + -12.189033309672135 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.74910459712224, + -12.189033309672135 + ] + ] + ], + "type": "Polygon" + }, + "id": "511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69252598877264, + -12.1618970999482, + -76.68288153654662, + -12.151520077430236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68821410420628, + -12.151520077430236 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.68288153654662, + -12.158846699139984 + ], + [ + -76.68339196571696, + -12.153658242688385 + ], + [ + -76.68821410420628, + -12.151520077430236 + ] + ] + ], + "type": "Polygon" + }, + "id": "512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65286458888691, + -12.283660146314372, + -76.64321759724989, + -12.273286132863479 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64855217791148, + -12.273286132863479 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.64752995788032, + -12.283660146314372 + ], + [ + -76.64321759724989, + -12.280608780456793 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.64855217791148, + -12.273286132863479 + ] + ] + ], + "type": "Polygon" + }, + "id": "513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78851529965377, + -11.935619630984991, + -76.7788749798792, + -11.925236719757814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78420379009265, + -11.925236719757814 + ], + [ + -76.78851529965377, + -11.92828499776857 + ], + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.78420379009265, + -11.925236719757814 + ] + ] + ], + "type": "Polygon" + }, + "id": "514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83569370498167, + -12.01892260437619, + -76.82604963639913, + -12.00853973593102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.83137979488403, + -12.00853973593102 + ] + ] + ], + "type": "Polygon" + }, + "id": "515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93921236255058, + -11.808942056533795, + -76.92957181731371, + -11.798553591732015 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.93489844072886, + -11.798553591732015 + ] + ] + ], + "type": "Polygon" + }, + "id": "516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73514387146372, + -12.19758853954884, + -76.72549718614088, + -12.187211002657756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.7308303342874, + -12.187211002657756 + ] + ] + ], + "type": "Polygon" + }, + "id": "517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92329680790736, + -12.208434420033857, + -76.91364476783659, + -12.198052322595753 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.91897798685804, + -12.198052322595753 + ] + ] + ], + "type": "Polygon" + }, + "id": "518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9331165569445, + -11.776878189805075, + -76.92347712538351, + -11.766489440294974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.92880322694008, + -11.766489440294974 + ] + ] + ], + "type": "Polygon" + }, + "id": "519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81205973941998, + -12.213112215449463, + -76.80241050943825, + -12.202732980790707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.80774388344172, + -12.202732980790707 + ] + ] + ], + "type": "Polygon" + }, + "id": "520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76938890233735, + -12.271738067626174, + -76.75973907194198, + -12.26136087715359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.76507343300442, + -12.26136087715359 + ] + ] + ], + "type": "Polygon" + }, + "id": "521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03071749162493, + -12.101097793101392, + -77.02106587444743, + -12.090711339741405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.02639721051388, + -12.090711339741405 + ] + ] + ], + "type": "Polygon" + }, + "id": "522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12291780989925, + -12.05510184217185, + -77.11326523104402, + -12.044712435380177 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.1185956827666, + -12.044712435380177 + ] + ] + ], + "type": "Polygon" + }, + "id": "523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95977224626277, + -11.834562090461873, + -76.95013040282066, + -11.824173470102915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.95545742817292, + -11.824173470102915 + ] + ] + ], + "type": "Polygon" + }, + "id": "524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7099611314612, + -12.312950847377973, + -76.70031168952197, + -12.302575862023534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.70564674836419, + -12.302575862023534 + ] + ] + ], + "type": "Polygon" + }, + "id": "525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.908004797758, + -11.798005003903338, + -76.89836539539176, + -11.787617163611273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.90749806818866, + -11.795857615190872 + ], + [ + -76.90267828066915, + -11.798005003903338 + ], + [ + -76.89836539539176, + -11.794958439111216 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.90369186591155, + -11.787617163611273 + ] + ] + ], + "type": "Polygon" + }, + "id": "526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09692048592095, + -11.94242209383422, + -77.08727191986792, + -11.932031643953428 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.09260055453214, + -11.932031643953428 + ] + ] + ], + "type": "Polygon" + }, + "id": "527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70847666182146, + -12.234220591607027, + -76.69882961226526, + -12.223844332117249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.70416337116535, + -12.223844332117249 + ] + ] + ], + "type": "Polygon" + }, + "id": "528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92707402365286, + -12.027962884503188, + -76.91742726985036, + -12.017577870068575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.92275750995678, + -12.017577870068575 + ] + ] + ], + "type": "Polygon" + }, + "id": "529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16148090774492, + -11.704807812703644, + -77.15183780297451, + -11.694412538307965 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.15234096391768, + -11.696566416169677 + ], + [ + -77.15716243133036, + -11.694412538307965 + ] + ] + ], + "type": "Polygon" + }, + "id": "530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06555937945983, + -11.742662215841872, + -77.05591755550145, + -11.732269757579088 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.06124294760833, + -11.732269757579088 + ] + ] + ], + "type": "Polygon" + }, + "id": "531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8082699888244, + -12.110545040166192, + -76.79862392189563, + -12.100164266090314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.80395560574883, + -12.100164266090314 + ] + ] + ], + "type": "Polygon" + }, + "id": "532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98333796221709, + -11.734609998553202, + -76.97369848339169, + -11.72421944551605 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97902384093962, + -11.72421944551605 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.97420418743357, + -11.726369220907193 + ], + [ + -76.97902384093962, + -11.72421944551605 + ] + ] + ], + "type": "Polygon" + }, + "id": "533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0398136498083, + -12.007613089657212, + -77.03016458861161, + -11.99722499081118 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.03549437318775, + -11.99722499081118 + ] + ] + ], + "type": "Polygon" + }, + "id": "534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1889030181894, + -11.707476658220566, + -77.17925915556174, + -11.697080760732971 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18458378180419, + -11.697080760732971 + ], + [ + -77.1889030181894, + -11.700124253656242 + ], + [ + -77.18840036556279, + -11.70532225422485 + ], + [ + -77.18357834940765, + -11.707476658220566 + ], + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.18458378180419, + -11.697080760732971 + ] + ] + ], + "type": "Polygon" + }, + "id": "535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09468408466303, + -12.013001691514535, + -77.08503347088663, + -12.002612335023782 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.0903632707904, + -12.002612335023782 + ] + ] + ], + "type": "Polygon" + }, + "id": "536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81589733033199, + -12.032684696631991, + -76.80625338104953, + -12.022302533553338 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.81158377736259, + -12.022302533553338 + ] + ] + ], + "type": "Polygon" + }, + "id": "537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12888985280502, + -11.89834777218403, + -77.11924179760814, + -11.887955915093135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.12456965956187, + -11.887955915093135 + ] + ] + ], + "type": "Polygon" + }, + "id": "538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94002450922544, + -12.037105529175706, + -76.93037714431281, + -12.026720331479892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.93570752332758, + -12.026720331479892 + ] + ] + ], + "type": "Polygon" + }, + "id": "539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91334449375987, + -11.885049456341385, + -76.90370235913839, + -11.87466269313924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.91334449375987, + -11.877709591824972 + ], + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.90801654884774, + -11.885049456341385 + ], + [ + -76.90370235913839, + -11.882002471262272 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.90903025753246, + -11.87466269313924 + ] + ] + ], + "type": "Polygon" + }, + "id": "540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78311244433367, + -12.225949943424924, + -76.77346361030006, + -12.215571649750798 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.77879720987376, + -12.215571649750798 + ] + ] + ], + "type": "Polygon" + }, + "id": "541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77858162591163, + -12.084010744470321, + -76.7689371504147, + -12.07363030818757 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.77426841022253, + -12.07363030818757 + ] + ] + ], + "type": "Polygon" + }, + "id": "542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66279706443021, + -12.229651621542276, + -76.65315141039008, + -12.219276457780111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.65848509890988, + -12.219276457780111 + ] + ] + ], + "type": "Polygon" + }, + "id": "543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15695305755048, + -11.75158456391446, + -77.14730867322737, + -11.741190012628635 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.1526340775706, + -11.741190012628635 + ] + ] + ], + "type": "Polygon" + }, + "id": "544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9926542451443, + -12.207433974477016, + -76.98300043172658, + -12.197050142921501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98833356546906, + -12.197050142921501 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.98833356546906, + -12.197050142921501 + ] + ] + ], + "type": "Polygon" + }, + "id": "545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75270471793095, + -12.065715027407807, + -76.74306148941663, + -12.055334965259009 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.74839245698384, + -12.055334965259009 + ] + ] + ], + "type": "Polygon" + }, + "id": "546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04122793994374, + -11.803223424341503, + -77.03158493236862, + -11.792832373051422 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.03691135142249, + -11.792832373051422 + ] + ] + ], + "type": "Polygon" + }, + "id": "547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0252941210179, + -11.919662231274566, + -77.01564805259396, + -11.90927319987577 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.02097640683856, + -11.90927319987577 + ] + ] + ], + "type": "Polygon" + }, + "id": "548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17825355064637, + -11.722180537338396, + -77.16860951345932, + -11.711785086800907 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.17825355064637, + -11.714828752919606 + ], + [ + -77.17775072549043, + -11.720026530073547 + ], + [ + -77.17292862199277, + -11.722180537338396 + ], + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.1739343994177, + -11.711785086800907 + ] + ] + ], + "type": "Polygon" + }, + "id": "549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93544428796525, + -11.989469068023997, + -76.92579846299431, + -11.97908327039427 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.93112806143354, + -11.97908327039427 + ] + ] + ], + "type": "Polygon" + }, + "id": "550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99717144710482, + -12.066335116310636, + -76.98752172830943, + -12.055948951518946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.9928525306654, + -12.055948951518946 + ] + ] + ], + "type": "Polygon" + }, + "id": "551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63992783742441, + -12.274505974990051, + -76.63028147872811, + -12.264132141809126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.6345933576339, + -12.274505974990051 + ], + [ + -76.63028147872811, + -12.27145453552308 + ], + [ + -76.63079281659704, + -12.266267673992983 + ], + [ + -76.63561590799253, + -12.264132141809126 + ] + ] + ], + "type": "Polygon" + }, + "id": "552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234130722171, + -12.076600720274893, + -76.85269480914835, + -12.066218060979061 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.85802590140814, + -12.066218060979061 + ] + ] + ], + "type": "Polygon" + }, + "id": "553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9819544056351, + -12.127745589467992, + -76.97230324742839, + -12.117360751411761 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.97763507858714, + -12.117360751411761 + ] + ] + ], + "type": "Polygon" + }, + "id": "554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09606407437312, + -11.808590615848185, + -77.0864195166177, + -11.798198302972152 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.09174595072632, + -11.798198302972152 + ] + ] + ], + "type": "Polygon" + }, + "id": "555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75267116583025, + -12.16003771240498, + -76.74302512414123, + -12.149659126602288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.74835764741655, + -12.149659126602288 + ] + ] + ], + "type": "Polygon" + }, + "id": "556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67800402333489, + -12.262605637157193, + -76.66835696470443, + -12.252230626631595 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.67369119644752, + -12.252230626631595 + ] + ] + ], + "type": "Polygon" + }, + "id": "557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13954527601143, + -11.883653775720793, + -77.12989739242438, + -11.873261453116775 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.1352249961082, + -11.873261453116775 + ] + ] + ], + "type": "Polygon" + }, + "id": "558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94231515780893, + -12.060922996960164, + -76.93266702278738, + -12.05053810457391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.9379977921497, + -12.05053810457391 + ] + ] + ], + "type": "Polygon" + }, + "id": "559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08304737175783, + -11.705028484119591, + -77.0734062248031, + -11.694635106966642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.07873097480493, + -11.694635106966642 + ] + ] + ], + "type": "Polygon" + }, + "id": "560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08317300523571, + -11.893873000972755, + -77.07352623277134, + -11.883482188598201 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.0788540878124, + -11.883482188598201 + ] + ] + ], + "type": "Polygon" + }, + "id": "561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88974009740531, + -11.796206027416318, + -76.88010122950516, + -11.785818616929973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.88923311568439, + -11.794059004580301 + ], + [ + -76.88441359530529, + -11.796206027416318 + ], + [ + -76.88010122950516, + -11.793159311697226 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.88542768477676, + -11.785818616929973 + ] + ] + ], + "type": "Polygon" + }, + "id": "562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14407717396027, + -11.836886984354994, + -77.13443057039045, + -11.826493899081589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13975739770625, + -11.826493899081589 + ] + ] + ], + "type": "Polygon" + }, + "id": "563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76405449259234, + -12.279064765648851, + -76.75440458789402, + -12.268687832682303 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.75440458789402, + -12.276014446511903 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75973907194198, + -12.268687832682303 + ] + ] + ], + "type": "Polygon" + }, + "id": "564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13357841283683, + -12.040414372922148, + -77.12392600537757, + -12.030024485482539 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12925619878938, + -12.030024485482539 + ], + [ + -77.13357841283683, + -12.033070151166669 + ], + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.12443008035315, + -12.032173730934714 + ], + [ + -77.12925619878938, + -12.030024485482539 + ] + ] + ], + "type": "Polygon" + }, + "id": "565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9461031996698, + -11.974791628497956, + -76.93645753410007, + -11.964405349813838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.94178688090612, + -11.964405349813838 + ] + ] + ], + "type": "Polygon" + }, + "id": "566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83948327901827, + -12.21583958832852, + -76.82983323378433, + -12.205459707376207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.8351666373376, + -12.205459707376207 + ] + ] + ], + "type": "Polygon" + }, + "id": "567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66960500985125, + -12.30105241306261, + -76.65995703486303, + -12.290678261177819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.66529190226078, + -12.290678261177819 + ] + ] + ], + "type": "Polygon" + }, + "id": "568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97429740127725, + -12.016893928379424, + -76.96464974797293, + -12.006507578505625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96997976032539, + -12.006507578505625 + ] + ] + ], + "type": "Polygon" + }, + "id": "569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81441876711634, + -11.765181085225276, + -76.80478282606705, + -11.754795139446493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81010881870328, + -11.754795139446493 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81391078391188, + -11.763035280134243 + ], + [ + -76.80909272658963, + -11.765181085225276 + ], + [ + -76.80478282606705, + -11.76213388416386 + ], + [ + -76.80529093496682, + -11.756940965604116 + ], + [ + -76.81010881870328, + -11.754795139446493 + ] + ] + ], + "type": "Polygon" + }, + "id": "570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0115203491583, + -11.776709808571608, + -77.00187889131944, + -11.76631912503131 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -77.00720490995799, + -11.76631912503131 + ] + ] + ], + "type": "Polygon" + }, + "id": "571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7763310644858, + -11.965861222759813, + -76.76669017252905, + -11.955479061362935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.77201948593907, + -11.955479061362935 + ] + ] + ], + "type": "Polygon" + }, + "id": "572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06730537663464, + -12.104698808685312, + -77.05765271998162, + -12.0943115161932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.0668003977631, + -12.102551802921132 + ], + [ + -77.06197398375704, + -12.104698808685312 + ], + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.06298406847603, + -12.0943115161932 + ] + ] + ], + "type": "Polygon" + }, + "id": "573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72071678193298, + -12.109692686894386, + -76.7110731138428, + -12.099314119618022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7164048153039, + -12.099314119618022 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.71538503114567, + -12.109692686894386 + ], + [ + -76.7110731138428, + -12.10664280586147 + ], + [ + -76.71158306871058, + -12.101453576887053 + ], + [ + -76.7164048153039, + -12.099314119618022 + ] + ] + ], + "type": "Polygon" + }, + "id": "574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98350674487027, + -12.206530034840162, + -76.97385319468727, + -12.196146414355544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.98350674487027, + -12.199194261899564 + ], + [ + -76.98300043172658, + -12.204386124935994 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.9791863234797, + -12.196146414355544 + ] + ] + ], + "type": "Polygon" + }, + "id": "575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01000455658203, + -11.792295524178872, + -77.00036267372973, + -11.781905088487271 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -77.00568895039962, + -11.781905088487271 + ] + ] + ], + "type": "Polygon" + }, + "id": "576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84862525335753, + -12.216748175954791, + -76.83897493732648, + -12.206368080071197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.83948327901827, + -12.208508942591001 + ], + [ + -76.84430835017822, + -12.206368080071197 + ] + ] + ], + "type": "Polygon" + }, + "id": "577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90576322729184, + -12.151663261328533, + -76.89611334223908, + -12.14128069011411 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.90144563967331, + -12.14128069011411 + ] + ] + ], + "type": "Polygon" + }, + "id": "578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0647739860184, + -11.703243263188346, + -77.05513335491436, + -11.692850306959631 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.06045810021853, + -11.692850306959631 + ] + ] + ], + "type": "Polygon" + }, + "id": "579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92857664468855, + -11.918010687302278, + -76.91893312893977, + -11.9076240164927 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.91893312893977, + -11.914963665671134 + ], + [ + -76.91943988522571, + -11.909770383692557 + ], + [ + -76.92426155681466, + -11.9076240164927 + ] + ] + ], + "type": "Polygon" + }, + "id": "580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92780792981293, + -11.878609779789487, + -76.91816560796273, + -11.868222566445608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92349338794651, + -11.868222566445608 + ], + [ + -76.92780792981293, + -11.871269301934595 + ], + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.91816560796273, + -11.875562957914854 + ], + [ + -76.91867231328982, + -11.870369404708052 + ], + [ + -76.92349338794651, + -11.868222566445608 + ] + ] + ], + "type": "Polygon" + }, + "id": "581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09369657513271, + -11.690330267466422, + -77.0840555966714, + -11.679936441601745 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.08837203759558, + -11.690330267466422 + ], + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.08938009031519, + -11.679936441601745 + ] + ] + ], + "type": "Polygon" + }, + "id": "582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89509841364945, + -12.166330772821986, + -76.88544837158926, + -12.155948700882378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.89078091951508, + -12.155948700882378 + ] + ] + ], + "type": "Polygon" + }, + "id": "583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03908082753003, + -12.062597604818881, + -77.02943014522748, + -12.052210353943371 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.03476083650062, + -12.052210353943371 + ] + ] + ], + "type": "Polygon" + }, + "id": "584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15624036907705, + -11.806599257644791, + -77.14659436472064, + -11.796205463676934 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.15192067455077, + -11.796205463676934 + ] + ] + ], + "type": "Polygon" + }, + "id": "585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73659657538226, + -12.370619269409174, + -76.7269446815054, + -12.360244589745774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.7360865552641, + -12.3684829028172 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.7322806869038, + -12.360244589745774 + ] + ] + ], + "type": "Polygon" + }, + "id": "586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97423524059491, + -11.82811758297728, + -76.96459321388559, + -11.817728516791046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96992011865227, + -11.817728516791046 + ] + ] + ], + "type": "Polygon" + }, + "id": "587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11758731460198, + -12.062445088841091, + -77.10793465029742, + -12.052055923039 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11326523104402, + -12.052055923039 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.11326523104402, + -12.052055923039 + ] + ] + ], + "type": "Polygon" + }, + "id": "588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79605910201941, + -12.23509945971754, + -76.78640964563486, + -12.224720988322822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.79174339044668, + -12.224720988322822 + ] + ] + ], + "type": "Polygon" + }, + "id": "589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9453548084534, + -12.029767770186096, + -76.93570752332758, + -12.019382329559145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.94103777645225, + -12.019382329559145 + ] + ] + ], + "type": "Polygon" + }, + "id": "590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99950550653982, + -12.184521713989865, + -76.98985220061994, + -12.174137344218932 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.995184948792, + -12.174137344218932 + ] + ] + ], + "type": "Polygon" + }, + "id": "591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95907975408434, + -12.078305730275021, + -76.94943066403395, + -12.067920689216223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.9547617037353, + -12.067920689216223 + ] + ] + ], + "type": "Polygon" + }, + "id": "592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1347783787973, + -11.647118099190985, + -77.12513765489705, + -11.636722728771629 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.1347783787973, + -11.639766380166261 + ], + [ + -77.13427505941549, + -11.644964117619487 + ], + [ + -77.12945461237578, + -11.647118099190985 + ], + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.13046137802279, + -11.636722728771629 + ] + ] + ], + "type": "Polygon" + }, + "id": "593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87986361705164, + -12.227711624302946, + -76.87021214463753, + -12.217330924231408 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.87554571690666, + -12.217330924231408 + ] + ] + ], + "type": "Polygon" + }, + "id": "594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9842491751532, + -12.15156236887516, + -76.97459724679794, + -12.141177849715385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97992946819966, + -12.141177849715385 + ] + ] + ], + "type": "Polygon" + }, + "id": "595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71682666787687, + -12.290063815344626, + -76.70717772156361, + -12.279688269106671 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.71251240095832, + -12.279688269106671 + ] + ] + ], + "type": "Polygon" + }, + "id": "596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91948518622011, + -12.200194919843542, + -76.90983349206942, + -12.189812783873554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.91516657847797, + -12.189812783873554 + ] + ] + ], + "type": "Polygon" + }, + "id": "597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97432850882998, + -12.111265688130784, + -76.96467803976492, + -12.100880780584237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.97000960727031, + -12.100880780584237 + ] + ] + ], + "type": "Polygon" + }, + "id": "598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94387950050866, + -12.234058741190108, + -76.93422615720593, + -12.223676549783528 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93955978024196, + -12.223676549783528 + ] + ] + ], + "type": "Polygon" + }, + "id": "599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7823113405589, + -12.37518932675426, + -76.77265806923968, + -12.36481356383266 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.77799413394604, + -12.36481356383266 + ] + ] + ], + "type": "Polygon" + }, + "id": "600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9956910438627, + -12.176281902191208, + -76.98603808224235, + -12.165897494389574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.99035838189461, + -12.176281902191208 + ], + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.99137069878411, + -12.165897494389574 + ] + ] + ], + "type": "Polygon" + }, + "id": "601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98569885707472, + -11.947232371665033, + -76.97605298546904, + -11.936844711617471 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.98138183853453, + -11.936844711617471 + ] + ] + ], + "type": "Polygon" + }, + "id": "602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0715520414432, + -11.585868166986149, + -77.06191472905478, + -11.575473564576143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06723753743655, + -11.575473564576143 + ], + [ + -77.0715520414432, + -11.578517430714935 + ], + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.06241896661656, + -11.577626964487658 + ], + [ + -77.06723753743655, + -11.575473564576143 + ] + ] + ], + "type": "Polygon" + }, + "id": "603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9994670427832, + -12.090154128278298, + -76.98981655427457, + -12.079768273226012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.99514774660766, + -12.079768273226012 + ] + ] + ], + "type": "Polygon" + }, + "id": "604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82958455723717, + -12.175551861835796, + -76.81993597916681, + -12.165171579233474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.82526872379941, + -12.165171579233474 + ] + ] + ], + "type": "Polygon" + }, + "id": "605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9468744283491, + -12.014189541188138, + -76.9372275681354, + -12.003803828760722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9425575631673, + -12.003803828760722 + ] + ] + ], + "type": "Polygon" + }, + "id": "606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843397644765, + -12.108653646372675, + -76.85878636052486, + -12.098271331137488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.86411797704574, + -12.098271331137488 + ] + ] + ], + "type": "Polygon" + }, + "id": "607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9392749592512, + -12.092076566642206, + -76.92962597423859, + -12.081692228681398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.93495725990805, + -12.081692228681398 + ] + ] + ], + "type": "Polygon" + }, + "id": "608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96355326530934, + -11.748402666250568, + -76.9539138884883, + -11.73801278326959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95923949306376, + -11.73801278326959 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.96304738940538, + -11.746253495112441 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.9539138884883, + -11.745356862062732 + ], + [ + -76.95441989066885, + -11.740161973905417 + ], + [ + -76.95923949306376, + -11.73801278326959 + ] + ] + ], + "type": "Polygon" + }, + "id": "609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79532731589619, + -12.101397691383978, + -76.78568186995076, + -12.091017101367468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.79101340919945, + -12.091017101367468 + ] + ] + ], + "type": "Polygon" + }, + "id": "610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13096473814126, + -11.638876727608634, + -77.1213243546115, + -11.628481345298022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12664794825186, + -11.628481345298022 + ], + [ + -77.13096473814126, + -11.631524985339984 + ], + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.12182784158261, + -11.630635361394946 + ], + [ + -77.12664794825186, + -11.628481345298022 + ] + ] + ], + "type": "Polygon" + }, + "id": "611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9788520244514, + -11.970153938076619, + -76.96920564668535, + -11.959766781970954 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.97453488444644, + -11.959766781970954 + ] + ] + ], + "type": "Polygon" + }, + "id": "612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89662078367436, + -12.150757593390928, + -76.88697116631901, + -12.140375235793684 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.89230345618219, + -12.140375235793684 + ] + ] + ], + "type": "Polygon" + }, + "id": "613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76944625961667, + -12.083102351650048, + -76.75980205835475, + -12.072722132657477 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76944625961667, + -12.075771352826834 + ], + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.76513330676103, + -12.072722132657477 + ] + ] + ], + "type": "Polygon" + }, + "id": "614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66524324911991, + -11.970536862742463, + -76.65560525672947, + -11.960157599294511 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.66093467108166, + -11.960157599294511 + ] + ] + ], + "type": "Polygon" + }, + "id": "615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08771216940572, + -11.847112997863642, + -77.07806667515956, + -11.836721418375028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.08339375460321, + -11.836721418375028 + ] + ] + ], + "type": "Polygon" + }, + "id": "616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03453249851073, + -12.109337950597192, + -77.02488053791635, + -12.098951531766836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.03021200510881, + -12.098951531766836 + ] + ] + ], + "type": "Polygon" + }, + "id": "617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1340622183934, + -11.702136642147526, + -77.12441987578273, + -11.69174199311196 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12974450377133, + -11.69174199311196 + ] + ] + ], + "type": "Polygon" + }, + "id": "618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89049721976161, + -11.741220934331047, + -76.88085996834661, + -11.730832765881248 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88618551872868, + -11.730832765881248 + ], + [ + -76.89049721976161, + -11.733879083200115 + ], + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88085996834661, + -11.73817452953788 + ], + [ + -76.88136697940755, + -11.73298049914769 + ], + [ + -76.88618551872868, + -11.730832765881248 + ] + ] + ], + "type": "Polygon" + }, + "id": "619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94759922629162, + -11.864827848233212, + -76.93795679821314, + -11.854439950631575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.9422716451797, + -11.864827848233212 + ], + [ + -76.93795679821314, + -11.86178127600612 + ], + [ + -76.93846320542096, + -11.856587380548063 + ], + [ + -76.94328433330075, + -11.854439950631575 + ] + ] + ], + "type": "Polygon" + }, + "id": "620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06421791070956, + -12.041473687002236, + -77.05456721854584, + -12.031085500583696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05989752939782, + -12.031085500583696 + ] + ] + ], + "type": "Polygon" + }, + "id": "621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85395858924355, + -12.209417234875106, + -76.84430835017822, + -12.199036885924063 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.85395858924355, + -12.202085956371608 + ], + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.84430835017822, + -12.206368080071197 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84964163860559, + -12.199036885924063 + ] + ] + ], + "type": "Polygon" + }, + "id": "622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78238607246581, + -12.092250127906045, + -76.77274124840952, + -12.081869722917356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.77807264250916, + -12.081869722917356 + ] + ] + ], + "type": "Polygon" + }, + "id": "623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11290574944417, + -11.920386373809967, + -77.10325743807408, + -11.909995218323894 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.10858568677676, + -11.909995218323894 + ] + ] + ], + "type": "Polygon" + }, + "id": "624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05961703923029, + -11.993827505026907, + -77.049967884715, + -11.983438717104802 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.05529741689203, + -11.983438717104802 + ] + ] + ], + "type": "Polygon" + }, + "id": "625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89660391752497, + -11.962042280066823, + -76.88695992907185, + -11.951657043408204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89228910868462, + -11.951657043408204 + ], + [ + -76.89660391752497, + -11.954704495112583 + ], + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.88746720093108, + -11.953802177718293 + ], + [ + -76.89228910868462, + -11.951657043408204 + ] + ] + ], + "type": "Polygon" + }, + "id": "626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89506647460556, + -11.78886524555367, + -76.88542768477676, + -11.778477602700848 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.88542768477676, + -11.785818616929973 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.89075401522645, + -11.778477602700848 + ] + ] + ], + "type": "Polygon" + }, + "id": "627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03585244387004, + -11.716151685168791, + -77.02621216501718, + -11.705759602327092 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.03153715924657, + -11.705759602327092 + ] + ] + ], + "type": "Polygon" + }, + "id": "628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05496297697592, + -11.851773083884977, + -77.04531817382107, + -11.841382366424643 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.05496297697592, + -11.844427819788107 + ], + [ + -77.05445821951429, + -11.849623231133688 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.05064537397958, + -11.841382366424643 + ] + ] + ], + "type": "Polygon" + }, + "id": "629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76252596736181, + -12.294629791008557, + -76.75287563912444, + -12.284253157399705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.75821038077967, + -12.284253157399705 + ] + ] + ], + "type": "Polygon" + }, + "id": "630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10310836092265, + -12.068890142740551, + -77.09345586806927, + -12.058501426678504 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.09878657641802, + -12.058501426678504 + ] + ] + ], + "type": "Polygon" + }, + "id": "631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06107526975543, + -11.883840454769146, + -77.05142935606118, + -11.873450038304345 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.0567570758399, + -11.873450038304345 + ] + ] + ], + "type": "Polygon" + }, + "id": "632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09534109237974, + -11.863594900628346, + -77.08569491479025, + -11.853203365824285 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.09102225459151, + -11.853203365824285 + ] + ] + ], + "type": "Polygon" + }, + "id": "633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05569267186627, + -11.79677258982838, + -77.04604948791129, + -11.786381097758847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.05137578252155, + -11.786381097758847 + ] + ] + ], + "type": "Polygon" + }, + "id": "634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83719116786196, + -12.286353706780103, + -76.8275390777118, + -12.27597504688099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.83287364666376, + -12.27597504688099 + ] + ] + ], + "type": "Polygon" + }, + "id": "635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95367341169913, + -11.802497918528164, + -76.9440326814956, + -11.792109008108893 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.94935918532377, + -11.792109008108893 + ] + ] + ], + "type": "Polygon" + }, + "id": "636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98958131530397, + -12.144225434269872, + -76.97992946819966, + -12.133840667526744 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.97992946819966, + -12.141177849715385 + ], + [ + -76.9804357253859, + -12.135985519161242 + ], + [ + -76.98526156284582, + -12.133840667526744 + ] + ] + ], + "type": "Polygon" + }, + "id": "637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72906611560978, + -12.16554423133685, + -76.7194205526937, + -12.155166333973076 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.72475317360235, + -12.155166333973076 + ] + ] + ], + "type": "Polygon" + }, + "id": "638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07917350192574, + -11.602350598358361, + -77.06953550662871, + -11.591956013660715 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.07485857535681, + -11.591956013660715 + ] + ] + ], + "type": "Polygon" + }, + "id": "639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94310812165703, + -12.194671991537737, + -76.93345597461803, + -12.184289179371056 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.93878894853788, + -12.184289179371056 + ] + ] + ], + "type": "Polygon" + }, + "id": "640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82043072622257, + -12.268965671218295, + -76.81077960372771, + -12.258587143650441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.81611389523556, + -12.258587143650441 + ] + ] + ], + "type": "Polygon" + }, + "id": "641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04958268675118, + -11.764703356330509, + -77.03994061290051, + -11.754311580797006 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.04526638806011, + -11.754311580797006 + ] + ] + ], + "type": "Polygon" + }, + "id": "642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99865085317322, + -11.95637219692529, + -76.98900437503764, + -11.945984351361357 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.99433336443455, + -11.945984351361357 + ] + ] + ], + "type": "Polygon" + }, + "id": "643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73067537982008, + -11.961326907034463, + -76.72103586337181, + -11.95094583695424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.72636511672968, + -11.95094583695424 + ] + ] + ], + "type": "Polygon" + }, + "id": "644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03516844697633, + -11.865566208576949, + -77.02552373759718, + -11.85517616744778 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.03085118963048, + -11.85517616744778 + ] + ] + ], + "type": "Polygon" + }, + "id": "645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7069460277417, + -12.24978461168513, + -76.69729855539758, + -12.239408647606211 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.69780892298022, + -12.2415459791429 + ], + [ + -76.7026325715544, + -12.239408647606211 + ] + ] + ], + "type": "Polygon" + }, + "id": "646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80905854201345, + -11.96124417825265, + -76.79941690587268, + -11.950861122975127 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.80474612857006, + -11.950861122975127 + ] + ] + ], + "type": "Polygon" + }, + "id": "647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80672631735953, + -12.220441635878345, + -76.79707701174387, + -12.210062655199982 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.80241050943825, + -12.210062655199982 + ] + ] + ], + "type": "Polygon" + }, + "id": "648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78008292588275, + -12.16276777892274, + -76.77043605989522, + -12.152388541455363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.77576861808238, + -12.152388541455363 + ] + ] + ], + "type": "Polygon" + }, + "id": "649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68254529417429, + -12.310206151956507, + -76.67289668829476, + -12.299831822323162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.67823170584796, + -12.299831822323162 + ] + ] + ], + "type": "Polygon" + }, + "id": "650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71700259843104, + -11.912797111311136, + -76.70736490171416, + -11.90241568365763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.71269335871132, + -11.90241568365763 + ] + ] + ], + "type": "Polygon" + }, + "id": "651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11744152919867, + -11.873624814276466, + -77.10779449724858, + -11.863232884577629 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.11312196979395, + -11.863232884577629 + ] + ] + ], + "type": "Polygon" + }, + "id": "652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7503270854496, + -12.324845179521553, + -76.7406761857094, + -12.314469366195883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.74601143063515, + -12.314469366195883 + ] + ] + ], + "type": "Polygon" + }, + "id": "653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02161640770376, + -12.194567408757866, + -77.0119622336788, + -12.184182656558736 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.01729512186552, + -12.184182656558736 + ] + ] + ], + "type": "Polygon" + }, + "id": "654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80981262102775, + -12.00063198063219, + -76.80016979062655, + -11.990249489255966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.80549966186396, + -11.990249489255966 + ] + ] + ], + "type": "Polygon" + }, + "id": "655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16982281783459, + -11.66626929609761, + -77.16018065271184, + -11.655873325769475 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16550463429587, + -11.655873325769475 + ], + [ + -77.16982281783459, + -11.65891676977248 + ], + [ + -77.16931996092957, + -11.66411480692549 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.16068363664367, + -11.658027831960283 + ], + [ + -77.16550463429587, + -11.655873325769475 + ] + ] + ], + "type": "Polygon" + }, + "id": "656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82880489833192, + -12.324816443408068, + -76.81915188299438, + -12.314438642530158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.82448709209099, + -12.314438642530158 + ] + ] + ], + "type": "Polygon" + }, + "id": "657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73204545287253, + -12.323017754568626, + -76.72239510585237, + -12.312642375882966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.72773032596008, + -12.312642375882966 + ] + ] + ], + "type": "Polygon" + }, + "id": "658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76411496258548, + -12.090433016367323, + -76.75447068710533, + -12.080053045945451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75980205835475, + -12.080053045945451 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75980205835475, + -12.080053045945451 + ] + ] + ], + "type": "Polygon" + }, + "id": "659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1226945347792, + -11.771850191739151, + -77.1130504018353, + -11.761456736885556 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.11837619284421, + -11.761456736885556 + ] + ] + ], + "type": "Polygon" + }, + "id": "660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9309208122888, + -12.224913369885968, + -76.92126808056015, + -12.214531350877913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.9266015646833, + -12.214531350877913 + ] + ] + ], + "type": "Polygon" + }, + "id": "661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85320696922011, + -11.98134242596479, + -76.84356355428717, + -11.970958557760294 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.8440714620343, + -11.9731025177947 + ], + [ + -76.84889308279504, + -11.970958557760294 + ] + ] + ], + "type": "Polygon" + }, + "id": "662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81662262657036, + -12.26072671361088, + -76.80697185223735, + -12.250348145395057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.81230600978529, + -12.250348145395057 + ] + ] + ], + "type": "Polygon" + }, + "id": "663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18136163996346, + -11.785440757500995, + -77.17171564307341, + -11.775046073121723 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17704156339822, + -11.775046073121723 + ], + [ + -77.18136163996346, + -11.7780900403701 + ], + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.17704156339822, + -11.775046073121723 + ] + ] + ], + "type": "Polygon" + }, + "id": "664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0990884385223, + -11.77741317992926, + -77.08944473277471, + -11.767020371141502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.09477064994795, + -11.767020371141502 + ] + ] + ], + "type": "Polygon" + }, + "id": "665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01168826709171, + -12.15427046078302, + -77.00203555085251, + -12.143885308646023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -77.00736778620349, + -12.143885308646023 + ] + ] + ], + "type": "Polygon" + }, + "id": "666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73663483954365, + -12.276326966056654, + -76.72698576225197, + -12.265950684808368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.73232020991215, + -12.265950684808368 + ] + ] + ], + "type": "Polygon" + }, + "id": "667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12356194740411, + -11.905694292215259, + -77.11391380665061, + -11.895302668548025 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.11924179760814, + -11.895302668548025 + ] + ] + ], + "type": "Polygon" + }, + "id": "668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02915386355019, + -12.02229555629483, + -77.01950463695877, + -12.01190793830237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.02483467650607, + -12.01190793830237 + ] + ] + ], + "type": "Polygon" + }, + "id": "669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83261425650907, + -12.333055197896924, + -76.8229608931213, + -12.322677441042922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.83261425650907, + -12.325727287241012 + ], + [ + -76.83210563445698, + -12.330916219369074 + ], + [ + -76.82727886575333, + -12.333055197896924 + ], + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.8282962360775, + -12.322677441042922 + ] + ] + ], + "type": "Polygon" + }, + "id": "670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68027448052584, + -12.286406188787671, + -76.6706266483177, + -12.276031516933502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.6759612729454, + -12.276031516933502 + ] + ] + ], + "type": "Polygon" + }, + "id": "671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7922964233316, + -12.038204473562784, + -76.78265294383284, + -12.027822989254476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.7879834426213, + -12.027822989254476 + ] + ] + ], + "type": "Polygon" + }, + "id": "672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300475795698, + -12.156278496508195, + -76.8633555997153, + -12.145896816667843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.86868799841501, + -12.145896816667843 + ] + ] + ], + "type": "Polygon" + }, + "id": "673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15003545735185, + -11.68008363018671, + -77.14039337258488, + -11.669688311898362 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.14571761323529, + -11.669688311898362 + ] + ] + ], + "type": "Polygon" + }, + "id": "674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69474648805888, + -12.279997071646342, + -76.68509844854208, + -12.269621921614709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69043296559563, + -12.269621921614709 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.69043296559563, + -12.269621921614709 + ] + ] + ], + "type": "Polygon" + }, + "id": "675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68175213774317, + -12.3651262466463, + -76.67210191251787, + -12.35475287511925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67743783764753, + -12.35475287511925 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.67210191251787, + -12.362074758182251 + ], + [ + -76.67261281282384, + -12.356888127116118 + ], + [ + -76.67743783764753, + -12.35475287511925 + ] + ] + ], + "type": "Polygon" + }, + "id": "676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10743757255847, + -11.738885439965925, + -77.09779480351308, + -11.728491915268664 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.1031200753195, + -11.728491915268664 + ] + ] + ], + "type": "Polygon" + }, + "id": "677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7146424771161, + -12.077646443909943, + -76.70499993124628, + -12.067267533900678 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.71033110546662, + -12.067267533900678 + ] + ] + ], + "type": "Polygon" + }, + "id": "678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05815782581969, + -12.103798955883342, + -77.04850542831755, + -12.093411872797482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.05815782581969, + -12.096458542286033 + ], + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.05383677411936, + -12.093411872797482 + ] + ] + ], + "type": "Polygon" + }, + "id": "679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80899005309979, + -12.338559619462862, + -76.7993371580894, + -12.328182552286924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.80467260501345, + -12.328182552286924 + ] + ] + ], + "type": "Polygon" + }, + "id": "680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08922495112633, + -11.831525565372113, + -77.07957988290458, + -11.821133733279856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.08490670385082, + -11.821133733279856 + ] + ] + ], + "type": "Polygon" + }, + "id": "681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99017962292017, + -11.7116786809551, + -76.98054064971193, + -11.701287658540037 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.98586562302299, + -11.701287658540037 + ] + ] + ], + "type": "Polygon" + }, + "id": "682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82654584203155, + -12.11236014994153, + -76.8168992310733, + -12.10197894382428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.82223093511791, + -12.10197894382428 + ] + ] + ], + "type": "Polygon" + }, + "id": "683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96129034524819, + -11.818979096705444, + -76.95164892636778, + -11.808590223904963 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.95697569386753, + -11.808590223904963 + ] + ] + ], + "type": "Polygon" + }, + "id": "684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73674949813784, + -11.993377084004912, + -76.72710886074721, + -11.982996333531698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.73243864064494, + -11.982996333531698 + ] + ] + ], + "type": "Polygon" + }, + "id": "685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8707183093753, + -12.038117136887646, + -76.86107273689433, + -12.027733680286627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.86640318907013, + -12.027733680286627 + ] + ] + ], + "type": "Polygon" + }, + "id": "686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91256467981681, + -11.751258417073567, + -76.90292654903243, + -11.740869833613928 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.90825224698558, + -11.740869833613928 + ] + ] + ], + "type": "Polygon" + }, + "id": "687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01242587178675, + -12.09929568192872, + -77.00277477721802, + -12.088909649641453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -77.00810610541329, + -12.088909649641453 + ] + ] + ], + "type": "Polygon" + }, + "id": "688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98347294893264, + -12.112168261990607, + -76.97382221630671, + -12.101783142791598 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.9791537890363, + -12.101783142791598 + ] + ] + ], + "type": "Polygon" + }, + "id": "689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04571922389995, + -11.662037862305638, + -77.03608030307365, + -11.6516448401383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.03608030307365, + -11.658993256421143 + ], + [ + -77.03658502101985, + -11.653796798184716 + ], + [ + -77.04140439588559, + -11.6516448401383 + ] + ] + ], + "type": "Polygon" + }, + "id": "690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77025253393242, + -11.933808517940161, + -76.7606127615626, + -11.923426042042088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.77025253393242, + -11.926474471940011 + ], + [ + -76.76974367090764, + -11.931665764362775 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.76594154931739, + -11.923426042042088 + ] + ] + ], + "type": "Polygon" + }, + "id": "691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92100669287933, + -12.184621643584652, + -76.91135542379749, + -12.174239218827926 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.91668825196875, + -12.174239218827926 + ] + ] + ], + "type": "Polygon" + }, + "id": "692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11125143528596, + -11.74712662717159, + -77.10160832517377, + -11.736733119250562 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.1069337268433, + -11.736733119250562 + ] + ] + ], + "type": "Polygon" + }, + "id": "693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77322275635491, + -12.185665272730313, + -76.76357539239913, + -12.175286575987258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.76890833116397, + -12.175286575987258 + ] + ] + ], + "type": "Polygon" + }, + "id": "694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03140402821164, + -11.951726594514492, + -77.02175684788978, + -11.941337877422388 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.02708572257816, + -11.941337877422388 + ] + ] + ], + "type": "Polygon" + }, + "id": "695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1204647000944, + -11.842448515412318, + -77.11081852096974, + -11.832056077324378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.1161454761648, + -11.832056077324378 + ] + ] + ], + "type": "Polygon" + }, + "id": "696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91034081788553, + -12.199288827829646, + -76.90068939079384, + -12.188906904935228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.9060224700432, + -12.188906904935228 + ] + ] + ], + "type": "Polygon" + }, + "id": "697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90881879471397, + -12.21486134938242, + -76.89916694263513, + -12.204479716804844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.90450028009249, + -12.204479716804844 + ] + ] + ], + "type": "Polygon" + }, + "id": "698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00090693176384, + -11.885801888500083, + -76.99126249832798, + -11.875412972455424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.99659032355171, + -11.875412972455424 + ] + ] + ], + "type": "Polygon" + }, + "id": "699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06646087925387, + -11.970901237716319, + -77.05681223444505, + -11.960511944500306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.06214138005943, + -11.960511944500306 + ] + ] + ], + "type": "Polygon" + }, + "id": "700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78539139230794, + -12.249755924805672, + -76.7757417858199, + -12.239377964457887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.78107577739654, + -12.239377964457887 + ] + ] + ], + "type": "Polygon" + }, + "id": "701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71914391245316, + -12.219568792434387, + -76.70949700809119, + -12.209192020662483 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.71483052295454, + -12.209192020662483 + ] + ] + ], + "type": "Polygon" + }, + "id": "702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82047208850095, + -11.985963531813256, + -76.81082940952432, + -11.975580553874062 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.81615903351965, + -11.975580553874062 + ] + ] + ], + "type": "Polygon" + }, + "id": "703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0426404540472, + -11.598785815673589, + -77.03300349251437, + -11.588392075614566 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03832655028705, + -11.588392075614566 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.03300349251437, + -11.595741536946761 + ], + [ + -77.0335081550505, + -11.590544719837856 + ], + [ + -77.03832655028705, + -11.588392075614566 + ] + ] + ], + "type": "Polygon" + }, + "id": "704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93315471513476, + -11.965650091317455, + -76.92350965999657, + -11.95526399906445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.93315471513476, + -11.958311139478885 + ], + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.92883886820782, + -11.95526399906445 + ] + ] + ], + "type": "Polygon" + }, + "id": "705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8364603607589, + -11.96395839145334, + -76.82681791016364, + -11.953574686989134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.83214716263649, + -11.953574686989134 + ] + ] + ], + "type": "Polygon" + }, + "id": "706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08323587696303, + -11.988279837439839, + -77.07358628928134, + -11.977890391762607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.07891569820038, + -11.977890391762607 + ] + ] + ], + "type": "Polygon" + }, + "id": "707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9171954459906, + -12.176382070232359, + -76.90754452282498, + -12.165999608178021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.91287721837398, + -12.165999608178021 + ] + ] + ], + "type": "Polygon" + }, + "id": "708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04582305800218, + -11.850877213990001, + -77.03617851423998, + -11.840486707136774 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.04150571133813, + -11.840486707136774 + ] + ] + ], + "type": "Polygon" + }, + "id": "709", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79986605015544, + -12.243338439413659, + -76.79021624524314, + -12.2329600071697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.7955501242525, + -12.2329600071697 + ] + ] + ], + "type": "Polygon" + }, + "id": "710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10520477507204, + -11.80948423695346, + -77.09555996062505, + -11.799091714693501 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1008863962782, + -11.799091714693501 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09606407437312, + -11.801243161345997 + ], + [ + -77.1008863962782, + -11.799091714693501 + ] + ] + ], + "type": "Polygon" + }, + "id": "711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16911246571901, + -11.72129061060097, + -77.15946868125457, + -11.71089536775018 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.16479356787195, + -11.71089536775018 + ] + ] + ], + "type": "Polygon" + }, + "id": "712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9270913484024, + -12.122324233772526, + -76.9174417793579, + -12.111940669312599 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.92277357475366, + -12.111940669312599 + ] + ] + ], + "type": "Polygon" + }, + "id": "713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05047292528558, + -11.992929321862828, + -77.0408240301468, + -11.982540743937543 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0461535594011, + -11.982540743937543 + ] + ] + ], + "type": "Polygon" + }, + "id": "714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03580344010224, + -11.621725047029958, + -77.02616597105369, + -11.611331758434089 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.03148941396958, + -11.611331758434089 + ] + ] + ], + "type": "Polygon" + }, + "id": "715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76863924315116, + -12.232367006908358, + -76.7589906089295, + -12.221989185115637 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.76432432025864, + -12.221989185115637 + ] + ] + ], + "type": "Polygon" + }, + "id": "716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8189473063011, + -12.001537661236243, + -76.80930420391269, + -11.991154953371574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.81463408533007, + -11.991154953371574 + ] + ] + ], + "type": "Polygon" + }, + "id": "717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79984624463256, + -12.337647639508043, + -76.79019362269887, + -12.327270787897998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.7955290591208, + -12.327270787897998 + ] + ] + ], + "type": "Polygon" + }, + "id": "718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0837720511437, + -11.65001582915465, + -77.07413252228173, + -11.639621728793486 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.07945636750061, + -11.639621728793486 + ] + ] + ], + "type": "Polygon" + }, + "id": "719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87224242036379, + -12.116893272673325, + -76.86259445766846, + -12.10651099082839 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.86792620737084, + -12.10651099082839 + ] + ] + ], + "type": "Polygon" + }, + "id": "720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97126030148553, + -12.048051888927668, + -76.96161179770283, + -12.037666084277967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.96694232653657, + -12.037666084277967 + ] + ] + ], + "type": "Polygon" + }, + "id": "721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92558728180057, + -12.232246626454858, + -76.91593447064854, + -12.221864859892118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92126808056015, + -12.221864859892118 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.92126808056015, + -12.221864859892118 + ] + ] + ], + "type": "Polygon" + }, + "id": "722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88442821872377, + -12.086651048436398, + -76.87478083593244, + -12.076267991747223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.88011207812238, + -12.076267991747223 + ] + ] + ], + "type": "Polygon" + }, + "id": "723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13429540238576, + -11.98541767670714, + -77.12464461701562, + -11.975026950456446 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12997390367332, + -11.975026950456446 + ], + [ + -77.13429540238576, + -11.978072346637527 + ], + [ + -77.13379155028986, + -11.983267761725736 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.12997390367332, + -11.975026950456446 + ] + ] + ], + "type": "Polygon" + }, + "id": "724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02074606171132, + -11.966410704644337, + -77.01109871658657, + -11.956022463388656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.01160425913811, + -11.958170203341249 + ], + [ + -77.01642784586336, + -11.956022463388656 + ] + ] + ], + "type": "Polygon" + }, + "id": "725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03296787747006, + -12.030535934962174, + -77.02331830759675, + -12.02014834746796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.02864847822599, + -12.02014834746796 + ] + ] + ], + "type": "Polygon" + }, + "id": "726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97888445684347, + -12.06453213951262, + -76.96923526406209, + -12.054146397852861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.97456605652364, + -12.054146397852861 + ] + ] + ], + "type": "Polygon" + }, + "id": "727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15775007507085, + -11.791008504578148, + -77.1481044973933, + -11.780614462581973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.15343054845894, + -11.780614462581973 + ] + ] + ], + "type": "Polygon" + }, + "id": "728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14336214705776, + -11.891894811569372, + -77.13371392276309, + -11.881502513431343 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.13904165601942, + -11.881502513431343 + ] + ] + ], + "type": "Polygon" + }, + "id": "729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05339449995601, + -11.772944322621605, + -77.0437520837903, + -11.762552564639291 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.04907798956528, + -11.762552564639291 + ] + ] + ], + "type": "Polygon" + }, + "id": "730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74133361801815, + -11.946662292753619, + -76.73169424792931, + -11.936280737043877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.73702325688276, + -11.936280737043877 + ] + ] + ], + "type": "Polygon" + }, + "id": "731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69721748959954, + -11.926553642477728, + -76.68757992583494, + -11.91617291788502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.69290861276764, + -11.91617291788502 + ] + ] + ], + "type": "Polygon" + }, + "id": "732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78393724628965, + -11.982340534285681, + -76.77429565769137, + -11.97195842385183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77962523950438, + -11.97195842385183 + ] + ] + ], + "type": "Polygon" + }, + "id": "733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97965999542038, + -12.103928265898874, + -76.97000960727031, + -12.093543112506309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.97432850882998, + -12.103928265898874 + ], + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.97534104822586, + -12.093543112506309 + ] + ] + ], + "type": "Polygon" + }, + "id": "734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97119990651262, + -11.859283766878656, + -76.96155703031775, + -11.848895208709763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.96688445096302, + -11.848895208709763 + ] + ] + ], + "type": "Polygon" + }, + "id": "735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97804472388628, + -11.836358202470539, + -76.9684023531763, + -11.825969156365021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.97372938956097, + -11.825969156365021 + ] + ] + ], + "type": "Polygon" + }, + "id": "736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10966941706714, + -11.668280609394783, + -77.10002869258531, + -11.657886113805892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.10535280103704, + -11.657886113805892 + ] + ] + ], + "type": "Polygon" + }, + "id": "737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14868979413514, + -11.884547366695656, + -77.13904165601942, + -11.87415483614358 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.14336214705776, + -11.884547366695656 + ], + [ + -77.13904165601942, + -11.881502513431343 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.14436925993621, + -11.87415483614358 + ] + ] + ], + "type": "Polygon" + }, + "id": "738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09540751006311, + -11.958007439415958, + -77.08575851760808, + -11.947617253012801 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.09108741098423, + -11.947617253012801 + ] + ] + ], + "type": "Polygon" + }, + "id": "739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00557697387555, + -12.122212640675958, + -76.99592537152029, + -12.111827133837776 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -77.00125708537293, + -12.111827133837776 + ] + ] + ], + "type": "Polygon" + }, + "id": "740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12737842966976, + -11.91393523434845, + -77.11772994783145, + -11.90354363612122 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.12305806858168, + -11.90354363612122 + ] + ] + ], + "type": "Polygon" + }, + "id": "741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94460616513058, + -12.0847399451116, + -76.93495725990805, + -12.074355361595908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.94028841965778, + -12.074355361595908 + ] + ] + ], + "type": "Polygon" + }, + "id": "742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07318404050496, + -11.759144313587951, + -77.0635415327296, + -11.748751888933759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.06886718558641, + -11.748751888933759 + ] + ] + ], + "type": "Polygon" + }, + "id": "743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80904143476829, + -12.055590518038148, + -76.7993969863731, + -12.045208875795424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.80904143476829, + -12.04825759796851 + ], + [ + -76.80853292050166, + -12.053448473195608 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.80472776376529, + -12.045208875795424 + ] + ] + ], + "type": "Polygon" + }, + "id": "744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90575212424837, + -12.057309607791785, + -76.89610505462356, + -12.046925568689364 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.90143579647474, + -12.046925568689364 + ] + ] + ], + "type": "Polygon" + }, + "id": "745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73816435990518, + -12.26076246963394, + -76.72851570580964, + -12.250385890612547 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.72902565641832, + -12.25252376341874 + ], + [ + -76.73384989602157, + -12.250385890612547 + ] + ] + ], + "type": "Polygon" + }, + "id": "746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06713074723143, + -11.821495402669278, + -77.0574865366895, + -11.811103969703382 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.06281322286723, + -11.811103969703382 + ] + ] + ], + "type": "Polygon" + }, + "id": "747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05793572698686, + -11.72618012561161, + -77.0482945870903, + -11.715787635565595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.0536197182811, + -11.715787635565595 + ] + ] + ], + "type": "Polygon" + }, + "id": "748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9651275972511, + -11.921611506752752, + -76.95548302179871, + -11.911223983208405 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.96081147440974, + -11.911223983208405 + ] + ] + ], + "type": "Polygon" + }, + "id": "749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94000341637921, + -11.94273157530135, + -76.93035886542148, + -11.932344978572196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93035886542148, + -11.939684528594263 + ], + [ + -76.93086550073481, + -11.934491283557275 + ], + [ + -76.93568768997372, + -11.932344978572196 + ] + ] + ], + "type": "Polygon" + }, + "id": "750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05406994786475, + -11.62350915482596, + -77.04443196019218, + -11.613115443187354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04975540954844, + -11.613115443187354 + ] + ] + ], + "type": "Polygon" + }, + "id": "751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97665432675743, + -12.229440164099136, + -76.9670002696966, + -12.21905708545244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.9761478817324, + -12.227296694785055 + ], + [ + -76.9713207669883, + -12.229440164099136 + ], + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.97233378375245, + -12.21905708545244 + ] + ] + ], + "type": "Polygon" + }, + "id": "752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02226221819163, + -11.950828276420859, + -77.01261529865783, + -11.940439770235475 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.0179441695731, + -11.940439770235475 + ] + ] + ], + "type": "Polygon" + }, + "id": "753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01753847639644, + -11.619939918333053, + -77.00790152787737, + -11.60954705378559 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01322496325302, + -11.60954705378559 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.01221499606146, + -11.619939918333053 + ], + [ + -77.00790152787737, + -11.616895301616642 + ], + [ + -77.00840657466362, + -11.611698922416727 + ], + [ + -77.01322496325302, + -11.60954705378559 + ] + ] + ], + "type": "Polygon" + }, + "id": "754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05788028319404, + -11.631750283589346, + -77.04824195359704, + -11.621356582336988 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.05356553339821, + -11.621356582336988 + ] + ] + ], + "type": "Polygon" + }, + "id": "755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03903082911609, + -11.968207709708224, + -77.02938296268381, + -11.957819046914711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.03471209932327, + -11.957819046914711 + ] + ] + ], + "type": "Polygon" + }, + "id": "756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02763766198758, + -12.037876643498095, + -77.0179880095401, + -12.027489297419951 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.02763766198758, + -12.030535934962174 + ], + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.02331830759675, + -12.027489297419951 + ] + ] + ], + "type": "Polygon" + }, + "id": "757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74058821515908, + -11.9072774618615, + -76.7309500387754, + -11.896895355120149 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.73627839922963, + -11.896895355120149 + ] + ] + ], + "type": "Polygon" + }, + "id": "758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72224617812658, + -12.09412476548967, + -76.71260293261496, + -12.083745916681321 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.71691468446878, + -12.09412476548967 + ], + [ + -76.71260293261496, + -12.091074978004208 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.71793437697306, + -12.083745916681321 + ] + ] + ], + "type": "Polygon" + }, + "id": "759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16467195798772, + -11.86250312602307, + -77.15502407940164, + -11.852109900898498 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.16467195798772, + -11.855154411827664 + ], + [ + -77.16416872402861, + -11.860351076250351 + ], + [ + -77.15934469968751, + -11.86250312602307 + ], + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.16035129477551, + -11.852109900898498 + ] + ] + ], + "type": "Polygon" + }, + "id": "760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74353471388801, + -12.15912715756892, + -76.73388894791663, + -12.148748789486985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.73922145900409, + -12.148748789486985 + ] + ] + ], + "type": "Polygon" + }, + "id": "761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89966511229073, + -12.119609952544312, + -76.89001634427386, + -12.109227028265185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.89534811806374, + -12.109227028265185 + ] + ] + ], + "type": "Polygon" + }, + "id": "762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10434526495581, + -11.67563080594488, + -77.09470445564892, + -11.665236533151518 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.10002869258531, + -11.665236533151518 + ] + ] + ], + "type": "Polygon" + }, + "id": "763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0290126596613, + -11.739086033294592, + -77.01937187321646, + -11.728694419285759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.02469725271611, + -11.728694419285759 + ] + ] + ], + "type": "Polygon" + }, + "id": "764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85701328745988, + -11.989582329185607, + -76.84736952571527, + -11.97919848774193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8526991874915, + -11.97919848774193 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.8526991874915, + -11.97919848774193 + ] + ] + ], + "type": "Polygon" + }, + "id": "765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68788024000483, + -12.302882959221018, + -76.67823170584796, + -12.292508369177517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.68356660182577, + -12.292508369177517 + ] + ] + ], + "type": "Polygon" + }, + "id": "766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7031908583379, + -12.147243347496211, + -76.69354655022664, + -12.136865818982148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.69354655022664, + -12.144193117241377 + ], + [ + -76.69405680802531, + -12.139004407732928 + ], + [ + -76.69887887451951, + -12.136865818982148 + ] + ] + ], + "type": "Polygon" + }, + "id": "767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7404769462645, + -12.190261109120701, + -76.7308303342874, + -12.179883318071274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.73616336001857, + -12.179883318071274 + ] + ] + ], + "type": "Polygon" + }, + "id": "768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91870205350978, + -12.06645327486148, + -76.90905437110939, + -12.056069053318232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.91438525280623, + -12.056069053318232 + ] + ] + ], + "type": "Polygon" + }, + "id": "769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0337016477272, + -11.975549859064076, + -77.02405369855968, + -11.965161434615531 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02938296268381, + -11.965161434615531 + ] + ] + ], + "type": "Polygon" + }, + "id": "770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7892438729184, + -12.069347822969608, + -76.77959954693806, + -12.058966891106873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.78493056047319, + -12.058966891106873 + ] + ] + ], + "type": "Polygon" + }, + "id": "771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09086776301875, + -12.004761083949083, + -77.08121749121246, + -11.994371697273364 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.08654716082968, + -11.994371697273364 + ] + ] + ], + "type": "Polygon" + }, + "id": "772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81813426028664, + -12.339471328221672, + -76.80848109267662, + -12.329094045729562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.81762542602088, + -12.33733275236713 + ], + [ + -76.81279875512843, + -12.339471328221672 + ], + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.81381654982685, + -12.329094045729562 + ] + ] + ], + "type": "Polygon" + }, + "id": "773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72294749233089, + -12.227807556198803, + -76.7133002379026, + -12.21743082206727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71863388791743, + -12.21743082206727 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.71863388791743, + -12.21743082206727 + ] + ] + ], + "type": "Polygon" + }, + "id": "774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00390030226055, + -11.760228166345442, + -76.99425953085358, + -11.749837448559255 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99958528715631, + -11.749837448559255 + ] + ] + ], + "type": "Polygon" + }, + "id": "775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9865096247384, + -12.081012345371532, + -76.97685974320218, + -12.07062666852481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.98219079912576, + -12.07062666852481 + ] + ] + ], + "type": "Polygon" + }, + "id": "776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376551542411, + -12.101319779552716, + -76.86411797704574, + -12.090937216724063 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.86411797704574, + -12.098271331137488 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86944946887758, + -12.090937216724063 + ] + ] + ], + "type": "Polygon" + }, + "id": "777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17985295567013, + -11.801032475077907, + -77.17020653185443, + -11.79063803797847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17985295567013, + -11.793682098902908 + ], + [ + -77.17935003062777, + -11.798879369261241 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.17553271104865, + -11.79063803797847 + ] + ] + ], + "type": "Polygon" + }, + "id": "778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67493980594223, + -12.293729473230442, + -76.66529190226078, + -12.28335506114108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.6706266483177, + -12.28335506114108 + ] + ] + ], + "type": "Polygon" + }, + "id": "779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98273047947357, + -12.167138791455821, + -76.97307812542513, + -12.156754557309089 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.97841060532278, + -12.156754557309089 + ] + ] + ], + "type": "Polygon" + }, + "id": "780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94844101561416, + -12.18733735045547, + -76.93878894853788, + -12.176954287933816 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.9441217963908, + -12.176954287933816 + ] + ] + ], + "type": "Polygon" + }, + "id": "781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11650420523074, + -11.645337967358513, + -77.10686399157734, + -11.63494301543099 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.10686399157734, + -11.642294076864047 + ], + [ + -77.10736769147145, + -11.637096653279682 + ], + [ + -77.11218771312444, + -11.63494301543099 + ] + ] + ], + "type": "Polygon" + }, + "id": "782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08909581220408, + -11.642665846253342, + -77.07945636750061, + -11.632271523952147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.08478008461495, + -11.632271523952147 + ] + ] + ], + "type": "Polygon" + }, + "id": "783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83110971505863, + -12.1599813660487, + -76.82146156097654, + -12.149600796340655 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.82679404785692, + -12.149600796340655 + ] + ] + ], + "type": "Polygon" + }, + "id": "784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72749575872707, + -12.275413828017038, + -76.71784695818974, + -12.265037764507003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.7231813931696, + -12.265037764507003 + ] + ] + ], + "type": "Polygon" + }, + "id": "785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78536736128238, + -12.344061423953447, + -76.77571493789083, + -12.333685048364634 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.78105048694462, + -12.333685048364634 + ] + ] + ], + "type": "Polygon" + }, + "id": "786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89280361413988, + -12.048165721982786, + -76.88315715819965, + -12.037781866290707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.8884877596593, + -12.037781866290707 + ] + ] + ], + "type": "Polygon" + }, + "id": "787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98499135529495, + -12.0965905131855, + -76.97534104822586, + -12.086205114389575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.98067236254373, + -12.086205114389575 + ] + ] + ], + "type": "Polygon" + }, + "id": "788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10916022054083, + -12.006555114123822, + -77.09950943466207, + -11.996165309980713 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.1048391074098, + -11.996165309980713 + ] + ] + ], + "type": "Polygon" + }, + "id": "789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95225367381518, + -12.195576983529483, + -76.94260126144214, + -12.185193959157086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.94260126144214, + -12.192528809616626 + ], + [ + -76.94310812165703, + -12.18733735045547 + ], + [ + -76.9479342415317, + -12.185193959157086 + ] + ] + ], + "type": "Polygon" + }, + "id": "790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75121070705156, + -11.986952864161111, + -76.7415698674666, + -11.976571650869348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.7468995372939, + -11.976571650869348 + ] + ] + ], + "type": "Polygon" + }, + "id": "791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83566566815477, + -12.301921322393653, + -76.82601315361569, + -12.291542961968277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.83134798055178, + -12.291542961968277 + ] + ] + ], + "type": "Polygon" + }, + "id": "792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70555721057644, + -11.982412820413897, + -76.69591775323094, + -11.972032701461549 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.70124735921775, + -11.972032701461549 + ] + ] + ], + "type": "Polygon" + }, + "id": "793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0992234650946, + -11.966248178716308, + -77.08957413086209, + -11.955858020156578 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.09490315442963, + -11.955858020156578 + ] + ] + ], + "type": "Polygon" + }, + "id": "794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04274247176421, + -11.787636785132722, + -77.03309988958003, + -11.777245485178796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.03842605043272, + -11.777245485178796 + ] + ] + ], + "type": "Polygon" + }, + "id": "795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05888755544764, + -12.048815230832972, + -77.0492367797098, + -12.038427285796647 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.05456721854584, + -12.038427285796647 + ] + ] + ], + "type": "Polygon" + }, + "id": "796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9392540815106, + -11.997709233253659, + -76.929607911398, + -11.98732346356895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.93493764207611, + -11.98732346356895 + ] + ] + ], + "type": "Polygon" + }, + "id": "797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16236430316253, + -11.838672033052822, + -77.15271719163663, + -11.82827853206668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.15804401886875, + -11.82827853206668 + ] + ] + ], + "type": "Polygon" + }, + "id": "799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93844257906177, + -11.769535581356383, + -76.92880322694008, + -11.759146601171354 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.9331165569445, + -11.769535581356383 + ], + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.93412920292975, + -11.759146601171354 + ] + ] + ], + "type": "Polygon" + }, + "id": "800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74200589882092, + -12.1746943501176, + -76.73235970985836, + -12.164316269780736 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.73235970985836, + -12.17164433464975 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.7376924782591, + -12.164316269780736 + ] + ] + ], + "type": "Polygon" + }, + "id": "801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76552323503469, + -12.452085859258752, + -76.75586811855288, + -12.441711871020711 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.75586811855288, + -12.449034761862043 + ], + [ + -76.75637799031294, + -12.443847821798274 + ], + [ + -76.76120546114556, + -12.441711871020711 + ] + ] + ], + "type": "Polygon" + }, + "id": "802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04806854969038, + -11.780290711809894, + -77.03842605043272, + -11.76989918261927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.0437520837903, + -11.76989918261927 + ] + ] + ], + "type": "Polygon" + }, + "id": "803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81971671253469, + -11.9465742033738, + -76.81007522773368, + -11.936190665247844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.81540420327563, + -11.936190665247844 + ] + ] + ], + "type": "Polygon" + }, + "id": "804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71000715829284, + -12.218656128797884, + -76.70036053150132, + -12.208279575438318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.70569403316173, + -12.208279575438318 + ] + ] + ], + "type": "Polygon" + }, + "id": "805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.770860503198, + -12.44476288543089, + -76.76120546114556, + -12.434388631535374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.76654268059508, + -12.434388631535374 + ] + ] + ], + "type": "Polygon" + }, + "id": "806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88595066082539, + -12.07107639381859, + -76.87630370240925, + -12.060693059222487 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.88163468671651, + -12.060693059222487 + ] + ] + ], + "type": "Polygon" + }, + "id": "807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02602892065026, + -11.864669500058774, + -77.01638447172307, + -11.854279670027646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.02171192009884, + -11.854279670027646 + ] + ] + ], + "type": "Polygon" + }, + "id": "808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0824476800226, + -11.948870244522471, + -77.07279928703511, + -11.938480240011247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.07812804822125, + -11.938480240011247 + ] + ] + ], + "type": "Polygon" + }, + "id": "809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72211878545826, + -12.377027558978414, + -76.7124670954871, + -12.366653359588256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.71780321051871, + -12.366653359588256 + ] + ] + ], + "type": "Polygon" + }, + "id": "810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74207920473138, + -11.986045378895406, + -76.73243864064494, + -11.975664383972358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.73776829825366, + -11.975664383972358 + ] + ] + ], + "type": "Polygon" + }, + "id": "811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00475815721644, + -11.988434438636515, + -76.99511056613049, + -11.978046914463318 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -77.00044007663246, + -11.978046914463318 + ] + ] + ], + "type": "Polygon" + }, + "id": "812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92550292205429, + -11.760397094376735, + -76.9158641801477, + -11.75000831206995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92119001739142, + -11.75000831206995 + ], + [ + -76.92550292205429, + -11.753054429570941 + ], + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.92119001739142, + -11.75000831206995 + ] + ] + ], + "type": "Polygon" + }, + "id": "813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03282333301406, + -11.747326965305097, + -77.02318220388452, + -11.736935367347403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.0285077142387, + -11.736935367347403 + ] + ] + ], + "type": "Polygon" + }, + "id": "814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04645003328264, + -11.607026920417335, + -77.03681272964218, + -11.5966331893754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.04213591798417, + -11.5966331893754 + ] + ] + ], + "type": "Polygon" + }, + "id": "815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95833328964184, + -12.13327596782782, + -76.94868257882793, + -12.122891800474527 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95401452545586, + -12.122891800474527 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.95401452545586, + -12.122891800474527 + ] + ] + ], + "type": "Polygon" + }, + "id": "816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07100323372507, + -11.924148030206293, + -77.061355867184, + -11.91375794666577 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.06668423707573, + -11.91375794666577 + ] + ] + ], + "type": "Polygon" + }, + "id": "817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73063541537817, + -12.055657765386918, + -76.72099308792586, + -12.045278110190841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.72632389598853, + -12.045278110190841 + ] + ] + ], + "type": "Polygon" + }, + "id": "818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83871653018056, + -12.270785642341346, + -76.82906486439575, + -12.260406684510155 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.83439917538082, + -12.260406684510155 + ] + ] + ], + "type": "Polygon" + }, + "id": "819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72075964450715, + -12.015370210689754, + -76.7111187882001, + -12.0049901962182 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71644893443673, + -12.0049901962182 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.7111187882001, + -12.012320820416516 + ], + [ + -76.71162859368374, + -12.00713086792718 + ], + [ + -76.71644893443673, + -12.0049901962182 + ] + ] + ], + "type": "Polygon" + }, + "id": "820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03526618621252, + -12.054357296033595, + -77.02561584713379, + -12.043970012967936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.03094640737633, + -12.043970012967936 + ] + ] + ], + "type": "Polygon" + }, + "id": "821", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0884363880318, + -11.79210851719865, + -77.07879251335773, + -11.781716165237807 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.08411868721551, + -11.781716165237807 + ] + ] + ], + "type": "Polygon" + }, + "id": "822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91871693663941, + -12.160808305427684, + -76.90906643845423, + -12.150425556909662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.9143988758153, + -12.150425556909662 + ] + ] + ], + "type": "Polygon" + }, + "id": "823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04514335143836, + -12.000271368198543, + -77.03549437318775, + -11.98988302959106 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.0408240301468, + -11.98988302959106 + ] + ] + ], + "type": "Polygon" + }, + "id": "824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06320377966797, + -11.624400825642079, + -77.05356553339821, + -11.614006902859346 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.05356553339821, + -11.621356582336988 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.0588889855621, + -11.614006902859346 + ] + ] + ], + "type": "Polygon" + }, + "id": "825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95681359123516, + -12.148851864680172, + -76.94716245506731, + -12.138467980754791 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.95249466003455, + -12.138467980754791 + ] + ] + ], + "type": "Polygon" + }, + "id": "826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99872729472598, + -12.145128107346745, + -76.98907518480699, + -12.134743129479142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.99440728421787, + -12.134743129479142 + ] + ] + ], + "type": "Polygon" + }, + "id": "827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99324857248585, + -11.774917803178406, + -76.98360763821756, + -11.764527543970662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.98893364784483, + -11.764527543970662 + ] + ] + ], + "type": "Polygon" + }, + "id": "828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79304858773354, + -12.077587283695028, + -76.78340391344337, + -12.067206382479135 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.78873506112411, + -12.067206382479135 + ] + ] + ], + "type": "Polygon" + }, + "id": "829", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67193217465872, + -12.230565950399034, + -76.66228624056501, + -12.220190566993102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.66228624056501, + -12.227515019391742 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.6676199437112, + -12.220190566993102 + ] + ] + ], + "type": "Polygon" + }, + "id": "830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71084100854172, + -12.069407272867826, + -76.70119881258229, + -12.059028332940686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.70652985167258, + -12.059028332940686 + ] + ] + ], + "type": "Polygon" + }, + "id": "831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18597969264354, + -11.833106373123053, + -77.17633216241319, + -11.822712228133646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18165885850664, + -11.822712228133646 + ], + [ + -77.18597969264354, + -11.825756396229076 + ], + [ + -77.18547680397347, + -11.830953520463813 + ], + [ + -77.18065295393602, + -11.833106373123053 + ], + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.18165885850664, + -11.822712228133646 + ] + ] + ], + "type": "Polygon" + }, + "id": "832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757409239667, + -12.109559444908664, + -76.86792620737084, + -12.099176915146629 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87325783231098, + -12.099176915146629 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.86792620737084, + -12.10651099082839 + ], + [ + -76.86843397644765, + -12.101319779552716 + ], + [ + -76.87325783231098, + -12.099176915146629 + ] + ] + ], + "type": "Polygon" + }, + "id": "833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9049533331956, + -11.734777410390771, + -76.89531589279926, + -11.724388797132207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90064132596405, + -11.724388797132207 + ], + [ + -76.9049533331956, + -11.727434952340467 + ], + [ + -76.90444665995308, + -11.732629312702102 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.89531589279926, + -11.731731167715946 + ], + [ + -76.89582269207477, + -11.726536914828818 + ], + [ + -76.90064132596405, + -11.724388797132207 + ] + ] + ], + "type": "Polygon" + }, + "id": "834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80218476326813, + -12.078494852342422, + -76.79253981598522, + -12.068113734454123 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.7968535567398, + -12.078494852342422 + ], + [ + -76.79253981598522, + -12.07544586611388 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.797870974356, + -12.068113734454123 + ] + ] + ], + "type": "Polygon" + }, + "id": "835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91945497674708, + -12.011482775427204, + -76.90980891391831, + -12.001097702702506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.91513888914889, + -12.001097702702506 + ] + ] + ], + "type": "Polygon" + }, + "id": "836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02286182973117, + -11.61259158265008, + -77.01322496325302, + -11.602198496415708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0185482717063, + -11.602198496415708 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.01322496325302, + -11.60954705378559 + ], + [ + -77.0137299241061, + -11.604350563712114 + ], + [ + -77.0185482717063, + -11.602198496415708 + ] + ] + ], + "type": "Polygon" + }, + "id": "837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84787739330984, + -11.988678023958032, + -76.8382339015434, + -11.978294398015231 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84356355428717, + -11.978294398015231 + ], + [ + -76.84787739330984, + -11.98134242596479 + ], + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.84356355428717, + -11.978294398015231 + ] + ] + ], + "type": "Polygon" + }, + "id": "838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93007825428319, + -11.808043442507751, + -76.92043797442834, + -11.79765519160025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.92576459129612, + -11.79765519160025 + ] + ] + ], + "type": "Polygon" + }, + "id": "839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96203559203848, + -11.763987184004337, + -76.95239579081533, + -11.753597546483656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.95772165314204, + -11.753597546483656 + ] + ] + ], + "type": "Polygon" + }, + "id": "840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98563006060213, + -11.758436280711917, + -76.97598981350984, + -11.748045987783186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.98131556034313, + -11.748045987783186 + ] + ] + ], + "type": "Polygon" + }, + "id": "841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0717899410935, + -11.963557895995766, + -77.06214138005943, + -11.953168365237303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.06747039761865, + -11.953168365237303 + ] + ] + ], + "type": "Polygon" + }, + "id": "842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0786941674174, + -12.035030123253344, + -77.06904330055207, + -12.024641486558524 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.0786941674174, + -12.027687637695733 + ], + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.07437348567986, + -12.024641486558524 + ] + ] + ], + "type": "Polygon" + }, + "id": "843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71844420031368, + -12.08588560826724, + -76.70880130459312, + -12.075506728630906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71413261390275, + -12.075506728630906 + ], + [ + -76.71844420031368, + -12.078556422172804 + ], + [ + -76.71793437697306, + -12.083745916681321 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.71413261390275, + -12.075506728630906 + ] + ] + ], + "type": "Polygon" + }, + "id": "844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8714769710167, + -11.794406017468413, + -76.86183863948489, + -11.784019037789967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.87096973729254, + -11.792259360561125 + ], + [ + -76.86615048500505, + -11.794406017468413 + ], + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.86716507840877, + -11.784019037789967 + ] + ] + ], + "type": "Polygon" + }, + "id": "845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88976581886428, + -12.173664026561832, + -76.88011569854962, + -12.163282204922382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.88544837158926, + -12.163282204922382 + ] + ] + ], + "type": "Polygon" + }, + "id": "846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94533216119186, + -11.93539193938261, + -76.93568768997372, + -11.925005104207333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.94482573820638, + -11.93324544996507 + ], + [ + -76.94000341637921, + -11.93539193938261 + ], + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.94101638870964, + -11.925005104207333 + ] + ] + ], + "type": "Polygon" + }, + "id": "847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78922097918067, + -12.163677268094085, + -76.7795738393788, + -12.1532978139045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.78490640865252, + -12.1532978139045 + ] + ] + ], + "type": "Polygon" + }, + "id": "848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01541688742464, + -11.973752273880953, + -77.00576946014705, + -11.963364271209128 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01109871658657, + -11.963364271209128 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.01109871658657, + -11.963364271209128 + ] + ] + ], + "type": "Polygon" + }, + "id": "849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91796354241674, + -12.215767760992469, + -76.9083114231734, + -12.20538591535309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.91364476783659, + -12.20538591535309 + ] + ] + ], + "type": "Polygon" + }, + "id": "850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73447640044901, + -11.969566399928096, + -76.72483653472833, + -11.959185354445033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.73016592287726, + -11.959185354445033 + ] + ] + ], + "type": "Polygon" + }, + "id": "851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88977225861518, + -12.267999913263832, + -76.88011932109069, + -12.257619628937562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.88545355084122, + -12.257619628937562 + ] + ] + ], + "type": "Polygon" + }, + "id": "852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01697684859359, + -12.052557079823186, + -77.0073270314953, + -12.042170217907112 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.01265758414371, + -12.042170217907112 + ] + ] + ], + "type": "Polygon" + }, + "id": "853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9247848728576, + -12.004145200426171, + -76.91513888914889, + -11.993759885623435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.91945497674708, + -12.004145200426171 + ], + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.92046873887017, + -11.993759885623435 + ] + ] + ], + "type": "Polygon" + }, + "id": "854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98343917271575, + -12.017794861740347, + -76.97379125600268, + -12.007408299886048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.9791212735772, + -12.007408299886048 + ] + ] + ], + "type": "Polygon" + }, + "id": "855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005941691805, + -11.95843026786693, + -76.850416502772, + -11.948045890810304 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.8557456493812, + -11.948045890810304 + ] + ] + ], + "type": "Polygon" + }, + "id": "856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04874645406854, + -11.630858326602976, + -77.03910838335909, + -11.62046483661527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.04874645406854, + -11.62350915482596 + ], + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.04443196019218, + -11.62046483661527 + ] + ] + ], + "type": "Polygon" + }, + "id": "857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93390499319918, + -11.9106709520143, + -76.92426155681466, + -11.900284043731586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.92958985909279, + -11.900284043731586 + ] + ] + ], + "type": "Polygon" + }, + "id": "858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93998233583369, + -11.848346911876021, + -76.93034059718973, + -11.837958972234613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93566786818583, + -11.837958972234613 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.93465501870946, + -11.848346911876021 + ], + [ + -76.93034059718973, + -11.84530035907996 + ], + [ + -76.93084708505363, + -11.840106442667686 + ], + [ + -76.93566786818583, + -11.837958972234613 + ] + ] + ], + "type": "Polygon" + }, + "id": "859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0581022525056, + -12.009410350947725, + -77.0484526718688, + -11.999021831881507 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.05378246265839, + -11.999021831881507 + ] + ] + ], + "type": "Polygon" + }, + "id": "860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71765757709707, + -12.140827254708853, + -76.70801306377994, + -12.130449255125516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.71334527949831, + -12.130449255125516 + ] + ] + ], + "type": "Polygon" + }, + "id": "861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97284026929162, + -12.221200576640506, + -76.96318655709723, + -12.210817457890297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.96851993919714, + -12.210817457890297 + ] + ] + ], + "type": "Polygon" + }, + "id": "862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.095930956059, + -11.61972368027196, + -77.08629202122165, + -11.609328904843927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0916153519519, + -11.609328904843927 + ], + [ + -77.095930956059, + -11.61237274766407 + ], + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.0916153519519, + -11.609328904843927 + ] + ] + ], + "type": "Polygon" + }, + "id": "863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70235329968838, + -12.296473992422191, + -76.69270455884096, + -12.286098923819736 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.69803934687053, + -12.286098923819736 + ] + ] + ], + "type": "Polygon" + }, + "id": "864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0115622919122, + -11.871115970199662, + -77.00191802193604, + -11.86072658528595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00724559339334, + -11.86072658528595 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -77.00724559339334, + -11.86072658528595 + ] + ] + ], + "type": "Polygon" + }, + "id": "865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16538336134342, + -11.807491027980511, + -77.15573710345556, + -11.797097026259834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.16106341301479, + -11.797097026259834 + ] + ] + ], + "type": "Polygon" + }, + "id": "866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74122298793326, + -12.22963214027675, + -76.73157518015995, + -12.219254970332356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.73690885552678, + -12.219254970332356 + ] + ] + ], + "type": "Polygon" + }, + "id": "867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08329878539203, + -12.08267571142518, + -77.07364638084945, + -12.072287688596155 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.0789773445531, + -12.072287688596155 + ] + ] + ], + "type": "Polygon" + }, + "id": "868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13739689047415, + -12.048655001841324, + -77.12774414185353, + -12.038265146807191 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.13739689047415, + -12.041310815663822 + ], + [ + -77.13689298352031, + -12.046505795068605 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.13307446503907, + -12.038265146807191 + ] + ] + ], + "type": "Polygon" + }, + "id": "869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91263015120613, + -12.223100765627967, + -76.90297795295645, + -12.212719172228914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9083114231734, + -12.212719172228914 + ], + [ + -76.91263015120613, + -12.215767760992469 + ], + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.9083114231734, + -12.212719172228914 + ] + ] + ], + "type": "Polygon" + }, + "id": "870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69859911780576, + -12.193939851021995, + -76.68895354212465, + -12.183563187865994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.6942866377438, + -12.183563187865994 + ] + ] + ], + "type": "Polygon" + }, + "id": "871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69089186758949, + -12.366042427915994, + -76.68124136306551, + -12.3556688377434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.6865773022623, + -12.3556688377434 + ] + ] + ], + "type": "Polygon" + }, + "id": "872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91485102953742, + -11.77508147052384, + -76.9052121297484, + -11.764693149600971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.9105382175708, + -11.764693149600971 + ] + ] + ], + "type": "Polygon" + }, + "id": "873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83873344508733, + -12.082122479335572, + -76.82908741059315, + -12.071740497257018 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.83441860897108, + -12.071740497257018 + ] + ] + ], + "type": "Polygon" + }, + "id": "874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17976193532238, + -11.706587301548067, + -77.17011832483557, + -11.696191611505677 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17976193532238, + -11.699235181774988 + ], + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.17544295205819, + -11.696191611505677 + ] + ] + ], + "type": "Polygon" + }, + "id": "875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69854976635179, + -12.28823554003676, + -76.68890137613982, + -12.277860430492359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.6942360287018, + -12.277860430492359 + ] + ] + ], + "type": "Polygon" + }, + "id": "876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81051684271087, + -12.322993942769445, + -76.80086437188305, + -12.312616572303435 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.8061995608974, + -12.312616572303435 + ] + ] + ], + "type": "Polygon" + }, + "id": "877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05423303632197, + -11.906769938831534, + -77.04458661342656, + -11.8963800150747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04991471943951, + -11.8963800150747 + ] + ] + ], + "type": "Polygon" + }, + "id": "878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05052626819823, + -12.08731845583376, + -77.04087455659196, + -12.076931304264257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.04620564070719, + -12.076931304264257 + ] + ] + ], + "type": "Polygon" + }, + "id": "879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70689910325899, + -12.344074589221568, + -76.69724881527445, + -12.33370021166125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.70258438891307, + -12.33370021166125 + ] + ] + ], + "type": "Polygon" + }, + "id": "880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06567481955248, + -11.931492115604053, + -77.05602736928206, + -11.921102267744477 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.061355867184, + -11.921102267744477 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.061355867184, + -11.921102267744477 + ] + ] + ], + "type": "Polygon" + }, + "id": "881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04817379306573, + -11.969105816421617, + -77.03852566669653, + -11.958716943235986 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.04385480660355, + -11.958716943235986 + ] + ] + ], + "type": "Polygon" + }, + "id": "882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93317381093003, + -12.060020047538446, + -76.92352594154197, + -12.049635368097302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.92885670444002, + -12.049635368097302 + ] + ] + ], + "type": "Polygon" + }, + "id": "883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97652724646818, + -11.851941454218206, + -76.96688445096302, + -11.84155266212726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.97221174531012, + -11.84155266212726 + ] + ] + ], + "type": "Polygon" + }, + "id": "884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04744245401982, + -12.024093978544471, + -77.03779270682283, + -12.013705939854315 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.04312275322773, + -12.013705939854315 + ] + ] + ], + "type": "Polygon" + }, + "id": "885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73894785620234, + -12.205827432265012, + -76.72930082118741, + -12.195449932045117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.7346341042661, + -12.195449932045117 + ] + ] + ], + "type": "Polygon" + }, + "id": "886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0898840939493, + -11.682089069442124, + -77.08024345679756, + -11.671695229865149 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.08556782040179, + -11.671695229865149 + ] + ] + ], + "type": "Polygon" + }, + "id": "887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99639381115598, + -12.0269358061912, + -76.9867452874835, + -12.016549062578301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.99207544154567, + -12.016549062578301 + ] + ] + ], + "type": "Polygon" + }, + "id": "888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8699578490056, + -12.18742238873133, + -76.86030784183497, + -12.17704128322607 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.86564075646089, + -12.17704128322607 + ] + ] + ], + "type": "Polygon" + }, + "id": "889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88138691489176, + -12.212140501133804, + -76.87173586717176, + -12.201759509243557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.87706918135568, + -12.201759509243557 + ] + ] + ], + "type": "Polygon" + }, + "id": "890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89586372443094, + -12.205715261479368, + -76.88621248641175, + -12.195333803622875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.89154568347169, + -12.195333803622875 + ] + ] + ], + "type": "Polygon" + }, + "id": "891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92627106856558, + -11.799802946136609, + -76.91663113363639, + -11.789414677041398 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.92195761830463, + -11.789414677041398 + ] + ] + ], + "type": "Polygon" + }, + "id": "892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02217209547176, + -11.762019018292557, + -77.0125308016567, + -11.751627876653597 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.01303600514196, + -11.75377814076955 + ], + [ + -77.01785656632802, + -11.751627876653597 + ] + ] + ], + "type": "Polygon" + }, + "id": "893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91567381821305, + -12.191955403411235, + -76.9060224700432, + -12.181573229364783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91034081788553, + -12.191955403411235 + ], + [ + -76.9060224700432, + -12.188906904935228 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.91135542379749, + -12.181573229364783 + ] + ] + ], + "type": "Polygon" + }, + "id": "894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310231270403, + -12.115987180153407, + -76.85345461940292, + -12.105605112953732 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.86310231270403, + -12.108653646372675 + ], + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.85878636052486, + -12.105605112953732 + ] + ] + ], + "type": "Polygon" + }, + "id": "895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75715890986203, + -12.396248643918653, + -76.74750569016635, + -12.385873885332224 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.756649135724, + -12.394112162068588 + ], + [ + -76.75182243844581, + -12.396248643918653 + ], + [ + -76.74750569016635, + -12.39319771722414 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.75284211268807, + -12.385873885332224 + ] + ] + ], + "type": "Polygon" + }, + "id": "896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995653584135, + -11.998726299169338, + -76.86031215802862, + -11.988342269822946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.86564196167504, + -11.988342269822946 + ] + ] + ], + "type": "Polygon" + }, + "id": "897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10887870030422, + -11.62885534500371, + -77.0992391682005, + -11.61846037027471 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10456263027575, + -11.61846037027471 + ], + [ + -77.10887870030422, + -11.621504149923604 + ], + [ + -77.10837504583426, + -11.626701689723147 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.10456263027575, + -11.61846037027471 + ] + ] + ], + "type": "Polygon" + }, + "id": "898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79377937026464, + -12.211292626208802, + -76.78413068616734, + -12.200913823661686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78946403909268, + -12.200913823661686 + ] + ] + ], + "type": "Polygon" + }, + "id": "899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1637875362761, + -11.72864179905105, + -77.15414366507065, + -11.718246780465037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15946868125457, + -11.718246780465037 + ] + ] + ], + "type": "Polygon" + }, + "id": "900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73898541517394, + -12.111513161727805, + -76.72934119391006, + -12.101134157679185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.73467292083905, + -12.101134157679185 + ] + ] + ], + "type": "Polygon" + }, + "id": "901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88062716875089, + -12.26709170770994, + -76.87097449995463, + -12.25671163702225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.8763087216457, + -12.25671163702225 + ] + ] + ], + "type": "Polygon" + }, + "id": "902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15020018184114, + -11.868958506813428, + -77.14055247052595, + -11.858565720475708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.14587981559016, + -11.858565720475708 + ] + ] + ], + "type": "Polygon" + }, + "id": "903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72534607732281, + -11.968658719383011, + -76.71570648794378, + -11.958277892780949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.72534607732281, + -11.961326907034463 + ], + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.72103586337181, + -11.958277892780949 + ] + ] + ], + "type": "Polygon" + }, + "id": "904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69627777434903, + -12.264434271872533, + -76.68663015755986, + -12.254058823363355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.69094346481755, + -12.264434271872533 + ], + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.69196441736997, + -12.254058823363355 + ] + ] + ], + "type": "Polygon" + }, + "id": "905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93088392716145, + -12.036202926505245, + -76.92123682796311, + -12.025817941899199 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.9265672004455, + -12.025817941899199 + ] + ] + ], + "type": "Polygon" + }, + "id": "906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14487279364208, + -11.876306300115813, + -77.1352249961082, + -11.865913745422484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.14487279364208, + -11.868958506813428 + ], + [ + -77.14436925993621, + -11.87415483614358 + ], + [ + -77.13954527601143, + -11.876306300115813 + ], + [ + -77.1352249961082, + -11.873261453116775 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.14055247052595, + -11.865913745422484 + ] + ] + ], + "type": "Polygon" + }, + "id": "907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14781197042952, + -11.750693495118995, + -77.13816783999256, + -11.74029915200237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.14349324435236, + -11.74029915200237 + ] + ] + ], + "type": "Polygon" + }, + "id": "908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71455314126207, + -12.266261833093527, + -76.70490496821624, + -12.255885947597468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.71023925499208, + -12.255885947597468 + ] + ] + ], + "type": "Polygon" + }, + "id": "909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03893091975922, + -11.77939587468971, + -77.0292886801407, + -11.7690045565347 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.03842605043272, + -11.777245485178796 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.03461471023155, + -11.7690045565347 + ] + ] + ], + "type": "Polygon" + }, + "id": "910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96217328696085, + -12.235869776930913, + -76.95251941341978, + -12.225487161682565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.96166662904547, + -12.233726705216373 + ], + [ + -76.95683960598319, + -12.235869776930913 + ], + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.95785304847547, + -12.225487161682565 + ] + ] + ], + "type": "Polygon" + }, + "id": "911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08153492073534, + -11.720618249745904, + -77.07189334815747, + -11.710225112761684 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.07721835642496, + -11.710225112761684 + ] + ] + ], + "type": "Polygon" + }, + "id": "912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386350599226, + -12.155371732712497, + -76.85421461717061, + -12.144990267358493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.86386350599226, + -12.14803898637879 + ], + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85954700731075, + -12.144990267358493 + ] + ] + ], + "type": "Polygon" + }, + "id": "913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8265578474083, + -12.018017125675863, + -76.81691404996725, + -12.00763447320604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.82224419877562, + -12.00763447320604 + ] + ] + ], + "type": "Polygon" + }, + "id": "914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9848887620944, + -11.81343123821675, + -76.97524689709188, + -11.803041707706576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.9805735491169, + -11.803041707706576 + ] + ] + ], + "type": "Polygon" + }, + "id": "915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0314517976955, + -12.046116975443027, + -77.02180180190177, + -12.035729660643163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02713223107217, + -12.035729660643163 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.02713223107217, + -12.035729660643163 + ] + ] + ], + "type": "Polygon" + }, + "id": "916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97042601009434, + -11.819876963213021, + -76.96078432744652, + -11.809487877402098 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.96509919130068, + -11.819876963213021 + ], + [ + -76.96078432744652, + -11.816830833307726 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.96611110055383, + -11.809487877402098 + ] + ] + ], + "type": "Polygon" + }, + "id": "917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79599631667442, + -12.517989228728535, + -76.78633840490126, + -12.507615652442935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7916768244446, + -12.507615652442935 + ], + [ + -76.79599631667442, + -12.510666662213167 + ], + [ + -76.79548689193783, + -12.515853504136402 + ], + [ + -76.79065784875387, + -12.517989228728535 + ], + [ + -76.78633840490126, + -12.51493813653674 + ], + [ + -76.78684795584586, + -12.509751402184211 + ], + [ + -76.7916768244446, + -12.507615652442935 + ] + ] + ], + "type": "Polygon" + }, + "id": "918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98876910913224, + -12.010455245295036, + -76.9791212735772, + -12.000068442195992 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.98445116451515, + -12.000068442195992 + ] + ] + ], + "type": "Polygon" + }, + "id": "919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83492679105099, + -12.073882869460697, + -76.82528110394153, + -12.063500856077013 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.83061216874468, + -12.063500856077013 + ] + ] + ], + "type": "Polygon" + }, + "id": "920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72836238845345, + -12.031848883902006, + -76.71872083302344, + -12.021468924401695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.72405124914033, + -12.021468924401695 + ] + ] + ], + "type": "Polygon" + }, + "id": "921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74815520827484, + -12.018095419321138, + -76.73851352341003, + -12.007714749073665 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.74384370741014, + -12.007714749073665 + ] + ] + ], + "type": "Polygon" + }, + "id": "922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92404929483082, + -12.15347379500084, + -76.9143988758153, + -12.14309079730326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.91973118756407, + -12.14309079730326 + ] + ] + ], + "type": "Polygon" + }, + "id": "923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03673282025002, + -11.944384054445932, + -77.02708572257816, + -11.933995100101411 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.03241446984092, + -11.933995100101411 + ] + ] + ], + "type": "Polygon" + }, + "id": "924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09520837318426, + -11.674739469293002, + -77.08556782040179, + -11.664345406354057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.09089205576919, + -11.664345406354057 + ] + ] + ], + "type": "Polygon" + }, + "id": "925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77930639375779, + -12.217710961576115, + -76.76965790855722, + -12.207332629793287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.77879720987376, + -12.215571649750798 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.77499137373707, + -12.207332629793287 + ] + ] + ], + "type": "Polygon" + }, + "id": "926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75192385445368, + -12.12066219694668, + -76.74227900807288, + -12.110283007342625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.7476108820213, + -12.110283007342625 + ] + ] + ], + "type": "Polygon" + }, + "id": "927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7360045600812, + -11.95399476468791, + -76.72636511672968, + -11.943613451571766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73169424792931, + -11.943613451571766 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.73169424792931, + -11.943613451571766 + ] + ] + ], + "type": "Polygon" + }, + "id": "928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89128844697805, + -12.158091222389695, + -76.88163875132733, + -12.147709114327318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.88697116631901, + -12.147709114327318 + ] + ] + ], + "type": "Polygon" + }, + "id": "929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79530619480927, + -12.19572434955243, + -76.78565793438784, + -12.185345256090976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.79099102968249, + -12.185345256090976 + ] + ] + ], + "type": "Polygon" + }, + "id": "930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00861188609517, + -12.0910555595281, + -76.99896113537811, + -12.080669493431007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -77.00429233217586, + -12.080669493431007 + ] + ] + ], + "type": "Polygon" + }, + "id": "931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14177140443816, + -11.813056115457298, + -77.13212556800518, + -11.802662758178792 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.13745200707908, + -11.802662758178792 + ] + ] + ], + "type": "Polygon" + }, + "id": "932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1220502654466, + -11.921281403282615, + -77.1124016980915, + -11.9108900392483 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.11772994783145, + -11.9108900392483 + ] + ] + ], + "type": "Polygon" + }, + "id": "933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70935743729416, + -11.99065217233925, + -76.69971763011887, + -11.980272078824388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.70884763777485, + -11.988511454038113 + ], + [ + -76.70402764673246, + -11.99065217233925 + ], + [ + -76.69971763011887, + -11.98760281232637 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.70504737122927, + -11.980272078824388 + ] + ] + ], + "type": "Polygon" + }, + "id": "934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69173486000662, + -12.216829999564478, + -76.68208878978226, + -12.2064538837774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.68742226421105, + -12.2064538837774 + ] + ] + ], + "type": "Polygon" + }, + "id": "935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18367048595304, + -11.80927378573156, + -77.1740237224381, + -11.798879369261241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17935003062777, + -11.798879369261241 + ], + [ + -77.18367048595304, + -11.80192343753687 + ], + [ + -77.18316760180178, + -11.807120697547752 + ], + [ + -77.17834413512257, + -11.80927378573156 + ], + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.17935003062777, + -11.798879369261241 + ] + ] + ], + "type": "Polygon" + }, + "id": "936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85472643743225, + -12.06012129925268, + -76.84508063319751, + -12.049738577922643 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.8504114588701, + -12.049738577922643 + ] + ] + ], + "type": "Polygon" + }, + "id": "937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10073631875052, + -11.950662874704548, + -77.09108741098423, + -11.940272451886518 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.09641617580816, + -11.940272451886518 + ] + ] + ], + "type": "Polygon" + }, + "id": "938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79687421946501, + -11.99148635932617, + -76.78723200951285, + -11.981104057937031 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.79687421946501, + -11.984152557667542 + ], + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.79256173631005, + -11.981104057937031 + ] + ] + ], + "type": "Polygon" + }, + "id": "939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94077380678681, + -11.9821305114457, + -76.93112806143354, + -11.971744473067163 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.93645753410007, + -11.971744473067163 + ] + ] + ], + "type": "Polygon" + }, + "id": "940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95750793451818, + -11.905130663379374, + -76.9478640480218, + -11.89474309167538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.95319223689073, + -11.89474309167538 + ] + ] + ], + "type": "Polygon" + }, + "id": "941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83262449903634, + -12.238738970557103, + -76.82297395310584, + -12.228359636522914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.8283077387022, + -12.228359636522914 + ] + ] + ], + "type": "Polygon" + }, + "id": "942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0254321457563, + -12.202807232101039, + -77.01577762792792, + -12.192422519108282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.0211106474317, + -12.192422519108282 + ] + ] + ], + "type": "Polygon" + }, + "id": "943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96441071337233, + -12.070968156044636, + -76.9547617037353, + -12.06058287043508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.96009261718011, + -12.06058287043508 + ] + ] + ], + "type": "Polygon" + }, + "id": "944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0542874625907, + -12.00116984127439, + -77.04463822467225, + -11.990781292550615 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.049967884715, + -11.990781292550615 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.04514335143836, + -11.992929321862828 + ], + [ + -77.049967884715, + -11.990781292550615 + ] + ] + ], + "type": "Polygon" + }, + "id": "945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92936353295272, + -12.051780060895364, + -76.91971600896433, + -12.041395350390388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.9250466394958, + -12.041395350390388 + ] + ] + ], + "type": "Polygon" + }, + "id": "946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99480204013926, + -11.853737162881668, + -76.98515871906359, + -11.843347946071592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.9904860234343, + -11.843347946071592 + ] + ] + ], + "type": "Polygon" + }, + "id": "947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92481819341526, + -12.1928612013781, + -76.91516657847797, + -12.182478814374438 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.91516657847797, + -12.189812783873554 + ], + [ + -76.91567381821305, + -12.184621643584652 + ], + [ + -76.92049953923015, + -12.182478814374438 + ] + ] + ], + "type": "Polygon" + }, + "id": "948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07699674922024, + -11.767385364152195, + -77.06735389962827, + -11.756992956986812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.0726796827977, + -11.756992956986812 + ] + ] + ], + "type": "Polygon" + }, + "id": "949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72745482747742, + -12.36970444343291, + -76.71780321051871, + -12.35932998116926 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.72313920322813, + -12.35932998116926 + ] + ] + ], + "type": "Polygon" + }, + "id": "950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376905302551, + -12.289991697270631, + -76.86411588159798, + -12.279612179901612 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.87326107353199, + -12.287851254463419 + ], + [ + -76.86843440104282, + -12.289991697270631 + ], + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.869450486381, + -12.279612179901612 + ] + ] + ], + "type": "Polygon" + }, + "id": "951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0214817265551, + -11.911421612055852, + -77.01183600133608, + -11.901032555884436 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.01716422449157, + -11.901032555884436 + ] + ] + ], + "type": "Polygon" + }, + "id": "952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1090193783162, + -11.817725310614867, + -77.09937422260758, + -11.80733280871333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.10470078820872, + -11.80733280871333 + ] + ] + ], + "type": "Polygon" + }, + "id": "953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98421516826845, + -12.05719361499794, + -76.97456605652364, + -12.04680762979207 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97989672239196, + -12.04680762979207 + ] + ] + ], + "type": "Polygon" + }, + "id": "954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67573392252467, + -12.238804505369492, + -76.66608763737818, + -12.228429159722467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.66659842145526, + -12.230565950399034 + ], + [ + -76.67142147627753, + -12.228429159722467 + ] + ] + ], + "type": "Polygon" + }, + "id": "955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95292668143662, + -11.857486436449246, + -76.94328433330075, + -11.84709830424244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.94861174249945, + -11.84709830424244 + ] + ] + ], + "type": "Polygon" + }, + "id": "956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73592771811401, + -12.142649039748369, + -76.72628265119727, + -12.13227060344819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.73161489257272, + -12.13227060344819 + ] + ] + ], + "type": "Polygon" + }, + "id": "957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99339514994088, + -12.152465334343079, + -76.98374295847934, + -12.142080603940038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98907518480699, + -12.142080603940038 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.98374295847934, + -12.149417746686982 + ], + [ + -76.9842491751532, + -12.144225434269872 + ], + [ + -76.98907518480699, + -12.142080603940038 + ] + ] + ], + "type": "Polygon" + }, + "id": "958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08830772466908, + -11.603241156527957, + -77.0786694721226, + -11.592846361299678 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08399254290197, + -11.592846361299678 + ], + [ + -77.08830772466908, + -11.595890178946851 + ], + [ + -77.08780382152271, + -11.60108762915725 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.08399254290197, + -11.592846361299678 + ] + ] + ], + "type": "Polygon" + }, + "id": "959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01012913690029, + -12.07547639094758, + -77.00047881196632, + -12.065090047540574 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -77.00580975026283, + -12.065090047540574 + ] + ] + ], + "type": "Polygon" + }, + "id": "960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76399395196134, + -12.467646446320362, + -76.75433841146966, + -12.457272774404128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.75865630265916, + -12.467646446320362 + ], + [ + -76.75433841146966, + -12.464595265910154 + ], + [ + -76.75484832913186, + -12.459408484003427 + ], + [ + -76.75967601195319, + -12.457272774404128 + ] + ] + ], + "type": "Polygon" + }, + "id": "961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0527184304668, + -11.922354499175524, + -77.04307158173907, + -11.911964835737777 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.0527184304668, + -11.915010670439246 + ], + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.04839994619928, + -11.911964835737777 + ] + ] + ], + "type": "Polygon" + }, + "id": "962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7716670315794, + -12.295542177449837, + -76.76201642838589, + -12.285165327115134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.76735118166643, + -12.285165327115134 + ] + ] + ], + "type": "Polygon" + }, + "id": "963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91564583336668, + -12.003242709254497, + -76.90600011611573, + -11.992857608068274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.91513888914889, + -12.001097702702506 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.91132995884648, + -11.992857608068274 + ] + ] + ], + "type": "Polygon" + }, + "id": "964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17834413512257, + -11.81662381979478, + -77.16869728435682, + -11.8062296315274 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.17834413512257, + -11.80927378573156 + ], + [ + -77.1778411646585, + -11.814470931671089 + ], + [ + -77.17301765432245, + -11.81662381979478 + ], + [ + -77.16869728435682, + -11.813579579693219 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.1740237224381, + -11.8062296315274 + ] + ] + ], + "type": "Polygon" + }, + "id": "965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92252806241076, + -12.169047934531672, + -76.91287721837398, + -12.15866522253233 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.91820978832531, + -12.15866522253233 + ] + ] + ], + "type": "Polygon" + }, + "id": "966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07312414456297, + -11.66471486518515, + -77.06348444787953, + -11.654321210041806 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.06880854904558, + -11.654321210041806 + ] + ] + ], + "type": "Polygon" + }, + "id": "967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68344571654463, + -12.066675853275546, + -76.67380435524572, + -12.056297571602366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67913535319005, + -12.056297571602366 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.67811466875742, + -12.066675853275546 + ], + [ + -76.67380435524572, + -12.063625860643759 + ], + [ + -76.67431476015891, + -12.058436774760017 + ], + [ + -76.67913535319005, + -12.056297571602366 + ] + ] + ], + "type": "Polygon" + }, + "id": "968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89434106381523, + -12.221287084536423, + -76.88468940095534, + -12.210905917747821 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.89002285616192, + -12.210905917747821 + ] + ] + ], + "type": "Polygon" + }, + "id": "969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77100170258403, + -11.973194507426621, + -76.76136073624404, + -11.96281258891608 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.77100170258403, + -11.965861222759813 + ], + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.76669017252905, + -11.96281258891608 + ] + ] + ], + "type": "Polygon" + }, + "id": "970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09599749581055, + -11.714161887613525, + -77.08635575033395, + -11.703768315326293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.09168063230123, + -11.703768315326293 + ] + ] + ], + "type": "Polygon" + }, + "id": "971", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1160746485133, + -12.07802849373271, + -77.10642155726029, + -12.067639603065828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.1155703961235, + -12.07588010684822 + ], + [ + -77.11074376508378, + -12.07802849373271 + ], + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.11175239701106, + -12.067639603065828 + ] + ] + ], + "type": "Polygon" + }, + "id": "972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73588926349547, + -12.236958761726294, + -76.72624138233483, + -12.226581847790756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.73157518015995, + -12.226581847790756 + ] + ] + ], + "type": "Polygon" + }, + "id": "973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72451913403755, + -12.117931788634255, + -76.7148751161511, + -12.107553253419399 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.7148751161511, + -12.11488189987095 + ], + [ + -76.71538503114567, + -12.109692686894386 + ], + [ + -76.72020695265205, + -12.107553253419399 + ] + ] + ], + "type": "Polygon" + }, + "id": "974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16458535046792, + -11.768067206959351, + -77.15494028606705, + -11.757672691909333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.16026594886114, + -11.757672691909333 + ] + ] + ], + "type": "Polygon" + }, + "id": "975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80977883243156, + -12.18930411060126, + -76.80013037448607, + -12.178924548052112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.80546335677788, + -12.178924548052112 + ] + ] + ], + "type": "Polygon" + }, + "id": "976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79760640133307, + -12.125207570566637, + -76.78796018363948, + -12.11482729530635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.7932921144965, + -12.11482729530635 + ] + ] + ], + "type": "Polygon" + }, + "id": "977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94383505161213, + -12.045345589550006, + -76.93418734155037, + -12.034960422270192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93951785278517, + -12.034960422270192 + ] + ] + ], + "type": "Polygon" + }, + "id": "978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96280830749967, + -11.80339572467415, + -76.95316731315714, + -11.79300660098189 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.95849382282175, + -11.79300660098189 + ] + ] + ], + "type": "Polygon" + }, + "id": "979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691039110802, + -12.218564545600449, + -76.85725953491377, + -12.208184020604426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.86259296553507, + -12.208184020604426 + ] + ] + ], + "type": "Polygon" + }, + "id": "980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63612716020693, + -12.266267673992983, + -76.62648115337007, + -12.255893801570931 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63079281659704, + -12.266267673992983 + ], + [ + -76.62648115337007, + -12.263216240315934 + ], + [ + -76.62699253095144, + -12.258029359198233 + ], + [ + -76.63181544640238, + -12.255893801570931 + ] + ] + ], + "type": "Polygon" + }, + "id": "981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94921304353792, + -12.226724896504786, + -76.93955978024196, + -12.216342452889569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.9448932771668, + -12.216342452889569 + ] + ] + ], + "type": "Polygon" + }, + "id": "982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86310365580609, + -12.02163745931192, + -76.85345877665523, + -12.011253944441567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.85878896251823, + -12.011253944441567 + ] + ] + ], + "type": "Polygon" + }, + "id": "983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92323197694259, + -11.830966748320083, + -76.91359119375333, + -11.820578982464573 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.92272540846642, + -11.828819440899109 + ], + [ + -76.9179049305959, + -11.830966748320083 + ], + [ + -76.91359119375333, + -11.827920139607471 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.9189181937383, + -11.820578982464573 + ] + ] + ], + "type": "Polygon" + }, + "id": "984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11736870026866, + -11.779198906052642, + -77.10772448203168, + -11.768805678703973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.1130504018353, + -11.768805678703973 + ] + ] + ], + "type": "Polygon" + }, + "id": "985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78383941970115, + -12.359625605489043, + -76.77418657235751, + -12.349249535463887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77952237922898, + -12.349249535463887 + ] + ] + ], + "type": "Polygon" + }, + "id": "986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06040249358742, + -12.03323324498799, + -77.05075214408366, + -12.022845027219608 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.05608232424032, + -12.022845027219608 + ] + ] + ], + "type": "Polygon" + }, + "id": "987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89965578942535, + -12.025253572764456, + -76.89000983618507, + -12.014869199497657 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.89534005469719, + -12.014869199497657 + ] + ] + ], + "type": "Polygon" + }, + "id": "988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6902036098657, + -12.232393806051007, + -76.68055711709016, + -12.222017984104818 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.6858908486637, + -12.222017984104818 + ] + ] + ], + "type": "Polygon" + }, + "id": "989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71376542988165, + -12.321189249048247, + -76.70411563748614, + -12.310814305999875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.70843018620451, + -12.321189249048247 + ], + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.7094508316734, + -12.310814305999875 + ] + ] + ], + "type": "Polygon" + }, + "id": "990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05115017204355, + -11.843532238308349, + -77.04150571133813, + -11.833141499259918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.05064537397958, + -11.841382366424643 + ], + [ + -77.04582305800218, + -11.843532238308349 + ], + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.04683278083745, + -11.833141499259918 + ] + ] + ], + "type": "Polygon" + }, + "id": "991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81056688607022, + -12.040017985697537, + -76.80092286111608, + -12.029636067977874 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80625338104953, + -12.029636067977874 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.80625338104953, + -12.029636067977874 + ] + ] + ], + "type": "Polygon" + }, + "id": "992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80525453434636, + -11.953004386774321, + -76.7956132459377, + -11.94262130662824 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.8009423347871, + -11.94262130662824 + ] + ] + ], + "type": "Polygon" + }, + "id": "993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.015330751363, + -11.784950631954494, + -77.00568895039962, + -11.77455996622139 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.01101510014396, + -11.77455996622139 + ] + ] + ], + "type": "Polygon" + }, + "id": "994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68640133580648, + -12.224155176531616, + -76.67675519377498, + -12.213779317017613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68208878978226, + -12.213779317017613 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.6772658064552, + -12.215916534171438 + ], + [ + -76.68208878978226, + -12.213779317017613 + ] + ] + ], + "type": "Polygon" + }, + "id": "995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77400022586724, + -12.13072038937995, + -76.76435448072039, + -12.120340797939228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76968651268719, + -12.120340797939228 + ] + ] + ], + "type": "Polygon" + }, + "id": "996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96670362495698, + -12.094785733864455, + -76.95705384527743, + -12.08440075865038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.96238514896365, + -12.08440075865038 + ] + ] + ], + "type": "Polygon" + }, + "id": "997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71761379298549, + -12.235133582844018, + -76.70796646575216, + -12.224757104956316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.7133002379026, + -12.224757104956316 + ] + ] + ], + "type": "Polygon" + }, + "id": "998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84558864349293, + -12.059215671907184, + -76.83594310947382, + -12.048833165894434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.84127392604101, + -12.048833165894434 + ] + ] + ], + "type": "Polygon" + }, + "id": "999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09455168764642, + -11.824178772416365, + -77.08490670385082, + -11.813786709823203 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.09023339645344, + -11.813786709823203 + ] + ] + ], + "type": "Polygon" + }, + "id": "1000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68486982849421, + -12.239718597654473, + -76.67522326395337, + -12.229343032744591 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.68055711709016, + -12.229343032744591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01606690739678, + -11.729950442743089, + -77.0064267244545, + -11.719559024962434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.01175196910359, + -11.719559024962434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03066992835006, + -12.006714061606992, + -77.02102112759067, + -11.996326173247864 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.03016458861161, + -12.004566627185671 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.0263509086461, + -11.996326173247864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16085456959497, + -11.854261968771404, + -77.15120703121349, + -11.843868720479959 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.15552744052124, + -11.854261968771404 + ], + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.15653411730851, + -11.843868720479959 + ] + ] + ], + "type": "Polygon" + }, + "id": "1004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89889953036547, + -12.08022080913697, + -76.88925195767845, + -12.06983729212813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.89458308269019, + -12.06983729212813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73208503905217, + -12.22871998213563, + -76.72243750771351, + -12.218343029972967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.73157518015995, + -12.226581847790756 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.72294749233089, + -12.220481188614924 + ], + [ + -76.72777117054201, + -12.218343029972967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04733761949282, + -11.835291390270726, + -77.03769350129802, + -11.82490063009041 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.0430204400966, + -11.82490063009041 + ] + ] + ], + "type": "Polygon" + }, + "id": "1007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99417271299359, + -12.19185815481261, + -76.98451932548656, + -12.181474034361642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98985220061994, + -12.181474034361642 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.98883979240779, + -12.19185815481261 + ], + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.98985220061994, + -12.181474034361642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9453095271373, + -11.841005438479277, + -76.93566786818583, + -11.830617264881855 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.93566786818583, + -11.837958972234613 + ], + [ + -76.93617427012207, + -11.832764938814465 + ], + [ + -76.94099501343929, + -11.830617264881855 + ] + ] + ], + "type": "Polygon" + }, + "id": "1009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15162761020011, + -11.758934790710255, + -77.14198313950614, + -11.748540465351834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14730867322737, + -11.748540465351834 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.14730867322737, + -11.748540465351834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87147917027039, + -11.98315018769933, + -76.86183521643888, + -11.972765888980822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.86234287211177, + -11.974910219205581 + ], + [ + -76.86716476241443, + -11.972765888980822 + ] + ] + ], + "type": "Polygon" + }, + "id": "1011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767235229254, + -11.78616571535048, + -76.85803436685828, + -11.775778718727066 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.86336067285633, + -11.775778718727066 + ] + ] + ], + "type": "Polygon" + }, + "id": "1012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74580989848357, + -12.182933339640575, + -76.73616336001857, + -12.17255529487361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.7404769462645, + -12.182933339640575 + ], + [ + -76.73616336001857, + -12.179883318071274 + ], + [ + -76.73667308137705, + -12.1746943501176 + ], + [ + -76.74149626324618, + -12.17255529487361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10204392744068, + -11.65179807101749, + -77.09240388488723, + -11.641403550412432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.10204392744068, + -11.644447516673651 + ], + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.0977277336575, + -11.641403550412432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8531985064739, + -12.170036219887555, + -76.84354946330804, + -12.15965525563835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.8488821024737, + -12.15965525563835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03824820148199, + -11.928800557165367, + -77.02860152952188, + -11.91841134019599 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.03393001838016, + -11.91841134019599 + ] + ] + ], + "type": "Polygon" + }, + "id": "1016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05412427898675, + -11.717939084442081, + -77.04448348121284, + -11.70754657918895 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04980848188333, + -11.70754657918895 + ] + ] + ], + "type": "Polygon" + }, + "id": "1017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70462602307747, + -12.32027459133082, + -76.69497650870828, + -12.309899866474955 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.70462602307747, + -12.312950847377973 + ], + [ + -76.70411563748614, + -12.3181382643803 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.70031168952197, + -12.309899866474955 + ] + ] + ], + "type": "Polygon" + }, + "id": "1018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83264496616431, + -12.050070115226973, + -76.82300005021736, + -12.039687794711023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.82833072381995, + -12.039687794711023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06471655244374, + -11.60880988365517, + -77.0550787313405, + -11.598415730052668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.06040192548107, + -11.598415730052668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0199213205602, + -11.832603164767171, + -77.01027798309451, + -11.822213037950796 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.01560491119679, + -11.822213037950796 + ] + ] + ], + "type": "Polygon" + }, + "id": "1021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9764955227045, + -11.75753995050879, + -76.96685553848423, + -11.747149870385428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.96736137401393, + -11.749299223720412 + ], + [ + -76.97218128017009, + -11.747149870385428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10815825771351, + -11.683872057493835, + -77.09851710740912, + -11.673477798218656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.10384147419705, + -11.673477798218656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77541980666295, + -12.492360178646281, + -76.76576321729038, + -12.481986660132941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.77491013532992, + -12.490224569909433 + ], + [ + -76.77008175325469, + -12.492360178646281 + ], + [ + -76.76576321729038, + -12.4893089993966 + ], + [ + -76.76627301472861, + -12.484122294091966 + ], + [ + -76.77110122203548, + -12.481986660132941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9735845144383, + -12.166235240731543, + -76.96393242407937, + -12.155851218065534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96926489872855, + -12.155851218065534 + ] + ] + ], + "type": "Polygon" + }, + "id": "1025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92938152724385, + -12.146138950901612, + -76.91973118756407, + -12.135755704466517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.92506337361264, + -12.135755704466517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92782546066458, + -11.972988717293017, + -76.91818032615903, + -11.9626028651405 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.92350965999657, + -11.9626028651405 + ] + ] + ], + "type": "Polygon" + }, + "id": "1027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14852594296659, + -11.695676311304767, + -77.1388834318982, + -11.685281230154288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.14802274123163, + -11.693522614531949 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.14420793109879, + -11.685281230154288 + ] + ] + ], + "type": "Polygon" + }, + "id": "1028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73973108870068, + -12.150888103917602, + -76.7300856722267, + -12.140509701499033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.7343986633805, + -12.150888103917602 + ], + [ + -76.7300856722267, + -12.14783818645846 + ], + [ + -76.7305954276187, + -12.142649039748369 + ], + [ + -76.7354180484786, + -12.140509701499033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10218062650186, + -11.84066080083311, + -77.09253495974225, + -11.830268780712654 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.09786191249252, + -11.830268780712654 + ] + ] + ], + "type": "Polygon" + }, + "id": "1030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84557573144532, + -12.247887291726508, + -76.83592456671937, + -12.23750778246805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.84125849544819, + -12.23750778246805 + ] + ] + ], + "type": "Polygon" + }, + "id": "1031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01459434747348, + -11.839947304408245, + -77.00495092794894, + -11.829557409821852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.01027798309451, + -11.829557409821852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97197399376972, + -11.898688902413674, + -76.9623299237358, + -11.888300881662323 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.96765799207448, + -11.888300881662323 + ] + ] + ], + "type": "Polygon" + }, + "id": "1033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73055541652121, + -12.24428504214108, + -76.72090746213965, + -12.233908384654882 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.72624138233483, + -12.233908384654882 + ] + ] + ], + "type": "Polygon" + }, + "id": "1034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76249525824655, + -12.388924728623014, + -76.75284211268807, + -12.378549706869489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.75817841225637, + -12.378549706869489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99398838870798, + -11.719919511809548, + -76.98434907207402, + -11.709528503683542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.99348298292249, + -11.71776935358394 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98967417670744, + -11.709528503683542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92099114045418, + -12.090269124166962, + -76.91134268760679, + -12.079885212294782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.91667395988593, + -12.079885212294782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6963777659395, + -12.07582569582654, + -76.68673577566726, + -12.065447224140922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.69206692295926, + -12.065447224140922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72679244650637, + -12.141738280021416, + -76.71714765615178, + -12.131360061954938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.72628265119727, + -12.139599129129302 + ], + [ + -76.72146016857232, + -12.141738280021416 + ], + [ + -76.71714765615178, + -12.138688291185597 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.72247988483625, + -12.131360061954938 + ] + ] + ], + "type": "Polygon" + }, + "id": "1039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91184981987861, + -12.089365003931517, + -76.90220163382968, + -12.078981305479441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.91184981987861, + -12.082029260808536 + ], + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.90753289900002, + -12.078981305479441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02598275956447, + -11.770259897645547, + -77.01634112287529, + -11.759868773163932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.02166701850607, + -11.759868773163932 + ] + ] + ], + "type": "Polygon" + }, + "id": "1041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95372356823819, + -11.991272091751343, + -76.94407721294668, + -11.980885868116502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.94940682389627, + -11.980885868116502 + ] + ] + ], + "type": "Polygon" + }, + "id": "1042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09303916446318, + -11.839766551621409, + -77.08339375460321, + -11.82937474086217 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.08339375460321, + -11.836721418375028 + ], + [ + -77.0838980861846, + -11.831525565372113 + ], + [ + -77.08872070571738, + -11.82937474086217 + ] + ] + ], + "type": "Polygon" + }, + "id": "1043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09678681294513, + -11.753582771681197, + -77.08714387448292, + -11.743189699838595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.0924694032051, + -11.743189699838595 + ] + ] + ], + "type": "Polygon" + }, + "id": "1044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97048594605538, + -12.00865369656724, + -76.96083863721292, + -11.998267317441792 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.96616851775306, + -11.998267317441792 + ] + ] + ], + "type": "Polygon" + }, + "id": "1045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853374542026, + -12.068361014280516, + -76.84888759423603, + -12.05797832373986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.8542185532228, + -12.05797832373986 + ] + ] + ], + "type": "Polygon" + }, + "id": "1046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06326077480011, + -11.71883239745542, + -77.0536197182811, + -11.708439681373738 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.05793572698686, + -11.71883239745542 + ], + [ + -77.0536197182811, + -11.715787635565595 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.05894472175923, + -11.708439681373738 + ] + ] + ], + "type": "Polygon" + }, + "id": "1047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88748450570205, + -12.244190167416125, + -76.87783233976172, + -12.233809546921515 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.88316617826062, + -12.233809546921515 + ] + ] + ], + "type": "Polygon" + }, + "id": "1048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99483911462823, + -11.948131742512953, + -76.98519298032436, + -11.937743870554389 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.9905218382658, + -11.937743870554389 + ] + ] + ], + "type": "Polygon" + }, + "id": "1049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71167409211496, + -11.92012942646787, + -76.70203632292333, + -11.909748240230213 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70736490171416, + -11.909748240230213 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.70736490171416, + -11.909748240230213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77785745946422, + -11.950287913827557, + -76.76821699034271, + -11.939905485512327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.77354604659992, + -11.939905485512327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71770133567135, + -12.046509157190783, + -76.70805963462942, + -12.036129691862374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.71339029482377, + -12.036129691862374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09547396651546, + -12.052409178912328, + -77.0858221575516, + -12.042020397078621 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09115260540901, + -12.042020397078621 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.08632678642398, + -12.044168677452284 + ], + [ + -77.09115260540901, + -12.042020397078621 + ] + ] + ], + "type": "Polygon" + }, + "id": "1053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71997357869677, + -12.070317218903034, + -76.71033110546662, + -12.059938060056648 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.7146424771161, + -12.070317218903034 + ], + [ + -76.71033110546662, + -12.067267533900678 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.71566215772253, + -12.059938060056648 + ] + ] + ], + "type": "Polygon" + }, + "id": "1054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95444517506823, + -11.8419041743415, + -76.94480325147734, + -11.831515787374899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.95013040282066, + -11.831515787374899 + ] + ] + ], + "type": "Polygon" + }, + "id": "1055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80137341259157, + -12.322082286167143, + -76.79172121473422, + -12.31170513128172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.79705639329356, + -12.31170513128172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04441143585223, + -12.055257005137781, + -77.03476083650062, + -12.044869511874017 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.03908082753003, + -12.055257005137781 + ], + [ + -77.03476083650062, + -12.052210353943371 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.04009140012614, + -12.044869511874017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08225988732462, + -11.665606686393081, + -77.07261993297591, + -11.655212820760852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.0779440363763, + -11.655212820760852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83339218820858, + -12.183791153218793, + -76.82374326242544, + -12.17341090704977 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.82907614078414, + -12.17341090704977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71608353592724, + -12.25069793050087, + -76.7064357857993, + -12.240321748038541 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.71176981525389, + -12.240321748038541 + ] + ] + ], + "type": "Polygon" + }, + "id": "1060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79756547412828, + -12.313843589989396, + -76.78791362493777, + -12.303466391931623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.79324866925309, + -12.303466391931623 + ] + ] + ], + "type": "Polygon" + }, + "id": "1061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01385769560324, + -11.89494035908116, + -77.00421265697723, + -11.884551254732683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.0095406178301, + -11.884551254732683 + ] + ] + ], + "type": "Polygon" + }, + "id": "1062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06096252938757, + -11.695002173810735, + -77.0513222402168, + -11.68460920348158 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.0556378701375, + -11.695002173810735 + ], + [ + -77.0513222402168, + -11.69195752103127 + ], + [ + -77.05182679600642, + -11.686761088582841 + ], + [ + -77.0566468551055, + -11.68460920348158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12673602802033, + -12.06334239917562, + -77.11708310775192, + -12.05295302543775 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.11758731460198, + -12.05510184217185 + ], + [ + -77.12241368939527, + -12.05295302543775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97129052541295, + -12.142419284534611, + -76.96163920537246, + -12.13203494079288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.96697128966088, + -12.13203494079288 + ] + ] + ], + "type": "Polygon" + }, + "id": "1065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036545580376, + -12.345886249736346, + -76.79400158743239, + -12.3355094425312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7993371580894, + -12.3355094425312 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.7993371580894, + -12.3355094425312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76492369760906, + -11.941142235898731, + -76.75528385106381, + -11.930760001472422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.76492369760906, + -11.933808517940161 + ], + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.7606127615626, + -11.930760001472422 + ] + ] + ], + "type": "Polygon" + }, + "id": "1067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98644032679718, + -11.892245977051848, + -76.97679607445004, + -11.881857508186826 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.98212402157367, + -11.881857508186826 + ] + ] + ], + "type": "Polygon" + }, + "id": "1068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69395544024927, + -12.3349210436632, + -76.68430578151983, + -12.324546841123642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.68964120601144, + -12.324546841123642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13716094613967, + -11.765393063949995, + -77.12751664370813, + -11.754999173374838 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.13284230641537, + -11.754999173374838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8387418951409, + -11.987773455919982, + -76.82909867382855, + -11.97739004572825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.8387418951409, + -11.980438151038138 + ], + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.83442831726467, + -11.97739004572825 + ] + ] + ], + "type": "Polygon" + }, + "id": "1071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91338445275751, + -12.168142481771834, + -76.90373387556885, + -12.157759982875342 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.91338445275751, + -12.160808305427684 + ], + [ + -76.91287721837398, + -12.165999608178021 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.90906643845423, + -12.157759982875342 + ] + ] + ], + "type": "Polygon" + }, + "id": "1072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93854583128991, + -12.241392249362413, + -76.92889240814665, + -12.231010310606091 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.93422615720593, + -12.231010310606091 + ] + ] + ], + "type": "Polygon" + }, + "id": "1073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16227837535757, + -11.74423402476477, + -77.1526340775706, + -11.733839247997269 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1579593524485, + -11.733839247997269 + ] + ] + ], + "type": "Polygon" + }, + "id": "1074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88670905854293, + -12.016110003326643, + -76.87706371930956, + -12.005725815437172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.88670905854293, + -12.008773633791003 + ], + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.88239379719744, + -12.005725815437172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97200441199782, + -11.993074060393743, + -76.96235752829425, + -11.982687411756814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.96768715065176, + -11.982687411756814 + ] + ] + ], + "type": "Polygon" + }, + "id": "1076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77313997600487, + -12.468561859363053, + -76.76348416033906, + -12.458187971385591 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.76882177241605, + -12.458187971385591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93696413434697, + -11.973890304493475, + -76.9273187340709, + -11.963504238949817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93264807453043, + -11.963504238949817 + ], + [ + -76.93696413434697, + -11.966551386983804 + ], + [ + -76.93645753410007, + -11.971744473067163 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.92782546066458, + -11.965650091317455 + ], + [ + -76.93264807453043, + -11.963504238949817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1078", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74655658974635, + -12.222305178200932, + -76.73690885552678, + -12.211927752688236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.74655658974635, + -12.214977875907383 + ], + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.74224240834708, + -12.211927752688236 + ] + ] + ], + "type": "Polygon" + }, + "id": "1079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05574750556521, + -11.891184988396278, + -77.046101508478, + -11.880794805869888 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.05142935606118, + -11.880794805869888 + ] + ] + ], + "type": "Polygon" + }, + "id": "1080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76567221772927, + -11.980527462471294, + -76.75603117717198, + -11.970145787289468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.76136073624404, + -11.970145787289468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68655989499128, + -11.941216037472039, + -76.67692218768745, + -11.93083579815924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.68225111744553, + -11.93083579815924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76255665855558, + -12.200322252301822, + -76.7529091459953, + -12.189944062728372 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.7529091459953, + -12.197272298477472 + ], + [ + -76.75341866165395, + -12.192083257992257 + ], + [ + -76.75824233064685, + -12.189944062728372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78391281104423, + -12.076679450489543, + -76.77426841022253, + -12.066298766195905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.78391281104423, + -12.069347822969608 + ], + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.77426841022253, + -12.07363030818757 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77959954693806, + -12.066298766195905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02896564657061, + -11.644662954820054, + -77.01932767022781, + -11.634270121228719 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.02846084761174, + -11.642511159366103 + ], + [ + -77.02364177380652, + -11.644662954820054 + ], + [ + -77.01932767022781, + -11.64161829880546 + ], + [ + -77.01983259564152, + -11.636421934985396 + ], + [ + -77.02465149818848, + -11.634270121228719 + ] + ] + ], + "type": "Polygon" + }, + "id": "1085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00693196336836, + -11.729055523687938, + -76.99729204165953, + -11.718664317981617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -76.99779740700687, + -11.720814657992305 + ], + [ + -77.00261728207884, + -11.718664317981617 + ] + ] + ], + "type": "Polygon" + }, + "id": "1086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79147775232491, + -12.281800141311722, + -76.78182702450687, + -12.27142255887267 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.78716154246202, + -12.27142255887267 + ] + ] + ], + "type": "Polygon" + }, + "id": "1087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83568436482607, + -12.113267306312986, + -76.82603748256743, + -12.102885884550016 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.82654584203155, + -12.105027793469526 + ], + [ + -76.83136919629462, + -12.102885884550016 + ] + ] + ], + "type": "Polygon" + }, + "id": "1088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85776762420072, + -12.217656495079126, + -76.84811703784952, + -12.207276184514274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345045972396, + -12.207276184514274 + ], + [ + -76.85776762420072, + -12.210325258794272 + ], + [ + -76.85725953491377, + -12.215515467710839 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.84862525335753, + -12.209417234875106 + ], + [ + -76.85345045972396, + -12.207276184514274 + ] + ] + ], + "type": "Polygon" + }, + "id": "1089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79072530891602, + -12.242427862309915, + -76.78107577739654, + -12.232049646218293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.79072530891602, + -12.23509945971754 + ], + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.78640964563486, + -12.232049646218293 + ] + ] + ], + "type": "Polygon" + }, + "id": "1090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89128156704913, + -12.063741161134244, + -76.88163468671651, + -12.053357581037364 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.88163468671651, + -12.060693059222487 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.88696554605623, + -12.053357581037364 + ] + ] + ], + "type": "Polygon" + }, + "id": "1091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96443893973546, + -12.165331421699312, + -76.95478711354414, + -12.154947610764754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.96443893973546, + -12.157995444978924 + ], + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.96011958266877, + -12.154947610764754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90728508109505, + -12.136089333367956, + -76.8976356208289, + -12.125706478026805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.90296766017113, + -12.125706478026805 + ] + ] + ], + "type": "Polygon" + }, + "id": "1093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77772627760187, + -12.42187770583447, + -76.76807173421503, + -12.411502873460263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77340857252926, + -12.411502873460263 + ], + [ + -76.77772627760187, + -12.41455363808403 + ], + [ + -76.77721674971104, + -12.419741108261883 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.77340857252926, + -12.411502873460263 + ] + ] + ], + "type": "Polygon" + }, + "id": "1094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9285588977757, + -11.823625504444419, + -76.9189181937383, + -11.813237505162663 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.92424506828765, + -11.813237505162663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00094579141457, + -11.980194039835608, + -76.99129854410266, + -11.969806487575674 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -77.00044007663246, + -11.978046914463318 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.99662792320025, + -11.969806487575674 + ] + ] + ], + "type": "Polygon" + }, + "id": "1096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09014347469176, + -12.059751556675645, + -77.08049158115347, + -12.049363016190028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0858221575516, + -12.049363016190028 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.0858221575516, + -12.049363016190028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92710868326641, + -12.216673903531545, + -76.9174562973363, + -12.206291845080754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.92177528525629, + -12.216673903531545 + ], + [ + -76.9174562973363, + -12.213625396082769 + ], + [ + -76.91796354241674, + -12.208434420033857 + ], + [ + -76.92278964892928, + -12.206291845080754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14701629234833, + -11.71126863477446, + -77.13737335495425, + -11.700873792315088 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.1416914914417, + -11.71126863477446 + ], + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.1426981127226, + -11.700873792315088 + ] + ] + ], + "type": "Polygon" + }, + "id": "1099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03898085986765, + -11.87380696275366, + -77.02933580766292, + -11.863416944186655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.0346633905752, + -11.863416944186655 + ] + ] + ], + "type": "Polygon" + }, + "id": "1100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13787672907628, + -11.71037795904309, + -77.12823404602626, + -11.699983325157742 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.13737335495425, + -11.708224659621095 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.12873754708409, + -11.702136642147526 + ], + [ + -77.1335588035116, + -11.699983325157742 + ] + ] + ], + "type": "Polygon" + }, + "id": "1101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08068550046922, + -11.586758664077767, + -77.07104793045856, + -11.576363850875223 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0763707411209, + -11.576363850875223 + ], + [ + -77.08068550046922, + -11.579407642459048 + ], + [ + -77.08018151609845, + -11.58460510172206 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.0715520414432, + -11.578517430714935 + ], + [ + -77.0763707411209, + -11.576363850875223 + ] + ] + ], + "type": "Polygon" + }, + "id": "1102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07536264575617, + -11.594109378426648, + -77.06572499188286, + -11.58371478464459 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07104793045856, + -11.58371478464459 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07003966305193, + -11.594109378426648 + ], + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.07104793045856, + -11.58371478464459 + ] + ] + ], + "type": "Polygon" + }, + "id": "1103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148137209137, + -12.171850658381377, + -76.86183178939704, + -12.161469264936672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.86716444605122, + -12.161469264936672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04367927360819, + -12.110238629388466, + -77.03402705261394, + -12.09985200053036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03935852321271, + -12.09985200053036 + ] + ] + ], + "type": "Polygon" + }, + "id": "1105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01537380683278, + -11.87935663796549, + -77.00572919353283, + -11.868967275675567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.01105689617188, + -11.868967275675567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06550170988558, + -11.648232561980405, + -77.05586269662307, + -11.637838882869739 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.06118653718967, + -11.637838882869739 + ] + ] + ], + "type": "Polygon" + }, + "id": "1107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11751440063071, + -11.96804037886446, + -77.10786455332523, + -11.957649803028135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.11319357951801, + -11.957649803028135 + ] + ] + ], + "type": "Polygon" + }, + "id": "1108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78463978417757, + -12.210382429696008, + -76.77499137373707, + -12.200003843579355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78413068616734, + -12.20824290607737 + ], + [ + -76.77930639375779, + -12.210382429696008 + ], + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.78032471570998, + -12.200003843579355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8410160020484, + -12.105934655307966, + -76.83136919629462, + -12.095552985154452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.83136919629462, + -12.102885884550016 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.8367007859043, + -12.095552985154452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376728370857, + -12.19566177483394, + -76.86411692962764, + -12.18528070674503 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944997748081, + -12.18528070674503 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86944997748081, + -12.18528070674503 + ] + ] + ], + "type": "Polygon" + }, + "id": "1111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00934986028216, + -12.036076528002244, + -76.99970073056193, + -12.02568960360114 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -77.00503102056477, + -12.02568960360114 + ] + ] + ], + "type": "Polygon" + }, + "id": "1112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75042978476993, + -12.041905476540872, + -76.74078732812693, + -12.031525108564042 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.74611790389032, + -12.031525108564042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11060196420826, + -11.896558651752457, + -77.10095442066937, + -11.886167211793227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.10628228068582, + -11.886167211793227 + ] + ] + ], + "type": "Polygon" + }, + "id": "1114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85243861126717, + -12.130653246956475, + -76.8427907637078, + -12.120271677153633 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.85243861126717, + -12.123320380484714 + ], + [ + -76.85193058432881, + -12.128511219132987 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.84812275376791, + -12.120271677153633 + ] + ] + ], + "type": "Polygon" + }, + "id": "1115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00922597688442, + -11.75288287372779, + -76.99958528715631, + -11.74249192731969 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.00872073291721, + -11.750732791740804 + ], + [ + -77.00390030226055, + -11.75288287372779 + ], + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -77.0049109166655, + -11.74249192731969 + ] + ] + ], + "type": "Polygon" + }, + "id": "1116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79752449910596, + -12.50242878394401, + -76.78786701183934, + -12.49205488666101 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.79752449910596, + -12.495105815267385 + ], + [ + -76.79701512025787, + -12.500292817693234 + ], + [ + -76.79218628934343, + -12.50242878394401 + ], + [ + -76.78786701183934, + -12.499377772813531 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.79320517325112, + -12.49205488666101 + ] + ] + ], + "type": "Polygon" + }, + "id": "1117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72985089756669, + -12.110603056729728, + -76.72020695265205, + -12.10022427094249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.72934119391006, + -12.108463436253102 + ], + [ + -76.72451913403755, + -12.110603056729728 + ], + [ + -76.72020695265205, + -12.107553253419399 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.72553866698462, + -12.10022427094249 + ] + ] + ], + "type": "Polygon" + }, + "id": "1118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05501760702991, + -11.946179321060637, + -77.04536998979769, + -11.935789945895436 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.05069874345742, + -11.935789945895436 + ] + ] + ], + "type": "Polygon" + }, + "id": "1119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8722437441807, + -12.211233014247494, + -76.86259296553507, + -12.200852236420172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.86259296553507, + -12.208184020604426 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.86792627140933, + -12.200852236420172 + ] + ] + ], + "type": "Polygon" + }, + "id": "1120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89433329172017, + -12.126944328616755, + -76.8846844453261, + -12.116561652341417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.89001634427386, + -12.116561652341417 + ] + ] + ], + "type": "Polygon" + }, + "id": "1121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63006047492802, + -12.234230032623628, + -76.62041559387855, + -12.223855787026231 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.62574935746389, + -12.223855787026231 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.62954918920411, + -12.232094210027 + ], + [ + -76.62472666068892, + -12.234230032623628 + ], + [ + -76.62041559387855, + -12.23117870259707 + ], + [ + -76.62092700492005, + -12.22599163496129 + ], + [ + -76.62574935746389, + -12.223855787026231 + ] + ] + ], + "type": "Polygon" + }, + "id": "1122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10829853910789, + -11.872730461132422, + -77.0986517633092, + -11.86233874026852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.10779449724858, + -11.870579730134208 + ], + [ + -77.10297102400413, + -11.872730461132422 + ], + [ + -77.0986517633092, + -11.869685298166457 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.10397923467862, + -11.86233874026852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7177450687307, + -11.952179799354813, + -76.70810617832433, + -11.941798924276213 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.71343528390197, + -11.941798924276213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01086682225122, + -12.020496073320848, + -77.00121811817766, + -12.010108877030595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -77.00654814976349, + -12.010108877030595 + ] + ] + ], + "type": "Polygon" + }, + "id": "1125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68708799115103, + -12.35780427969756, + -76.67743783764753, + -12.347430645151533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68277364117436, + -12.347430645151533 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.68175213774317, + -12.35780427969756 + ], + [ + -76.67743783764753, + -12.35475287511925 + ], + [ + -76.6779486521804, + -12.349566112514403 + ], + [ + -76.68277364117436, + -12.347430645151533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8280592621056, + -12.191121925035182, + -76.81841026002341, + -12.18074193108187 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.82374326242544, + -12.18074193108187 + ] + ] + ], + "type": "Polygon" + }, + "id": "1127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93771379606214, + -11.91891128500937, + -76.92807001467239, + -11.908524400639966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9333984491444, + -11.908524400639966 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.92857664468855, + -11.9106709520143 + ], + [ + -76.9333984491444, + -11.908524400639966 + ] + ] + ], + "type": "Polygon" + }, + "id": "1128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614957715211, + -11.990486371502552, + -76.85650554590543, + -11.980102314808251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183521643888, + -11.980102314808251 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.8608198593979, + -11.990486371502552 + ], + [ + -76.85650554590543, + -11.987438412779426 + ], + [ + -76.85701328745988, + -11.982246438218551 + ], + [ + -76.86183521643888, + -11.980102314808251 + ] + ] + ], + "type": "Polygon" + }, + "id": "1129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462668502598, + -12.006062118977763, + -76.85498222983902, + -11.995678332422358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86031215802862, + -11.995678332422358 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85549001709562, + -11.997822227006733 + ], + [ + -76.86031215802862, + -11.995678332422358 + ] + ] + ], + "type": "Polygon" + }, + "id": "1130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12571631357098, + -11.740669337590807, + -77.11607303303344, + -11.73027539452941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.12139830696616, + -11.73027539452941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76333594174737, + -12.14537972440134, + -76.75369004799695, + -12.13500063489716 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.75902232579426, + -12.13500063489716 + ] + ] + ], + "type": "Polygon" + }, + "id": "1132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79913265928954, + -12.109637086963989, + -76.78948686508964, + -12.099256529283664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79481853843406, + -12.099256529283664 + ], + [ + -76.79913265928954, + -12.102305614913524 + ], + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.79481853843406, + -12.099256529283664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85625333972128, + -11.950190285922861, + -76.8466107722577, + -11.9398058836647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85193978566254, + -11.9398058836647 + ], + [ + -76.85625333972128, + -11.942853635802962 + ], + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.85193978566254, + -11.9398058836647 + ] + ] + ], + "type": "Polygon" + }, + "id": "1134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0665188863714, + -12.065296006402466, + -77.05686742524637, + -12.054908126082028 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.06219812549497, + -12.054908126082028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04201063610007, + -11.842636395931981, + -77.03236643497387, + -11.832245867622127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.04201063610007, + -11.835291390270726 + ], + [ + -77.04150571133813, + -11.840486707136774 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.03769350129802, + -11.832245867622127 + ] + ] + ], + "type": "Polygon" + }, + "id": "1136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77544675272475, + -12.398077097426443, + -76.76579298268587, + -12.3877019060808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.77544675272475, + -12.390752585439577 + ], + [ + -76.77493723061258, + -12.395940235140033 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.77112942852094, + -12.3877019060808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78075773664466, + -12.485037756710549, + -76.77110122203548, + -12.474663970812053 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.77643910343242, + -12.474663970812053 + ] + ] + ], + "type": "Polygon" + }, + "id": "1138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16840187436104, + -11.77630852691217, + -77.15875647001384, + -11.765914030664918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16408226197068, + -11.765914030664918 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.1592596447713, + -11.768067206959351 + ], + [ + -77.16408226197068, + -11.765914030664918 + ] + ] + ], + "type": "Polygon" + }, + "id": "1139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9909916671579, + -11.845496516317265, + -76.98134868977516, + -11.835107278383033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.98667586272519, + -11.835107278383033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07475739210732, + -11.837977269844735, + -77.0651124974803, + -11.827585878562633 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.07043944449518, + -11.827585878562633 + ] + ] + ], + "type": "Polygon" + }, + "id": "1141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08758390660638, + -11.658257037365946, + -77.0779440363763, + -11.647862949022391 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.08225988732462, + -11.658257037365946 + ], + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.08326801168624, + -11.647862949022391 + ] + ] + ], + "type": "Polygon" + }, + "id": "1142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92326437351194, + -12.019722833993635, + -76.91361796516597, + -12.009337790186137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91894807285512, + -12.009337790186137 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.91894807285512, + -12.009337790186137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1660945251225, + -11.752475373238246, + -77.15644988739145, + -11.742080614035192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.1660945251225, + -11.745124548473411 + ], + [ + -77.16559148204323, + -11.750321980017777 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.15695305755048, + -11.74423402476477 + ], + [ + -77.16177529144235, + -11.742080614035192 + ] + ] + ], + "type": "Polygon" + }, + "id": "1144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84330603643112, + -12.035402104472633, + -76.83366127340686, + -12.025019293507167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.83899169889014, + -12.025019293507167 + ] + ] + ], + "type": "Polygon" + }, + "id": "1145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92628814691918, + -11.894190276660288, + -76.91664540072703, + -11.883803321918451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.92197343849354, + -11.883803321918451 + ] + ] + ], + "type": "Polygon" + }, + "id": "1146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7694175893448, + -12.177426194299738, + -76.75977057433731, + -12.16704746159134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.76510337861748, + -12.16704746159134 + ] + ] + ], + "type": "Polygon" + }, + "id": "1147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02157148778231, + -12.100196871047126, + -77.01192013167005, + -12.08981062809799 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.01725146393899, + -12.08981062809799 + ] + ] + ], + "type": "Polygon" + }, + "id": "1148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05709611647988, + -11.592327558463985, + -77.04745897890821, + -11.581933386759996 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.05278191232696, + -11.581933386759996 + ] + ] + ], + "type": "Polygon" + }, + "id": "1149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07560500060974, + -11.971798552099782, + -77.06595609729841, + -11.961409049245594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.06595609729841, + -11.96875259503978 + ], + [ + -77.06646087925387, + -11.963557895995766 + ], + [ + -77.07128524535256, + -11.961409049245594 + ] + ] + ], + "type": "Polygon" + }, + "id": "1150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89281826598497, + -12.236858469062517, + -76.88316617826062, + -12.22647759488509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.88849989163118, + -12.22647759488509 + ] + ] + ], + "type": "Polygon" + }, + "id": "1151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90191306575177, + -11.765942269999439, + -76.8922747779154, + -11.755554147513287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.89760072597983, + -11.755554147513287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96286379490223, + -11.992173208007953, + -76.95321717516609, + -11.981786771746663 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.95854679195745, + -11.981786771746663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00250216784151, + -12.058996008699237, + -76.9928525306654, + -12.048609600599512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.99818320610595, + -12.048609600599512 + ] + ] + ], + "type": "Polygon" + }, + "id": "1154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79839987704518, + -11.975912839817791, + -76.78875809022833, + -11.965530269159347 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.79789133976425, + -11.9737700129811 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.79408755972946, + -11.965530269159347 + ] + ] + ], + "type": "Polygon" + }, + "id": "1155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03287148639687, + -11.841740292757484, + -77.0232275453273, + -11.831349975437526 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.02855460820076, + -11.831349975437526 + ] + ] + ], + "type": "Polygon" + }, + "id": "1156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92862994759004, + -12.201100743162062, + -76.91897798685804, + -12.19071839436692 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.91897798685804, + -12.198052322595753 + ], + [ + -76.91948518622011, + -12.1928612013781 + ], + [ + -76.92431108014975, + -12.19071839436692 + ] + ] + ], + "type": "Polygon" + }, + "id": "1157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7375325823994, + -11.93842272838447, + -76.72789356139376, + -11.928041149180768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.73220365909692, + -11.93842272838447 + ], + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.73322243566118, + -11.928041149180768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99550451501246, + -11.7043329393026, + -76.98586562302299, + -11.69394169033578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.99119046981865, + -11.69394169033578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66677429915578, + -11.95496790038637, + -76.65713672834745, + -11.944588368630823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.66246588609687, + -11.944588368630823 + ] + ] + ], + "type": "Polygon" + }, + "id": "1160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16068363664367, + -11.665380073595909, + -77.15104172459844, + -11.654984311369441 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15636570658712, + -11.654984311369441 + ], + [ + -77.16068363664367, + -11.658027831960283 + ], + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.15154483552048, + -11.657138636944554 + ], + [ + -77.15636570658712, + -11.654984311369441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07627067631817, + -11.82239011986112, + -77.06662620754727, + -11.811998476767947 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.06713074723143, + -11.81414915596941 + ], + [ + -77.07195289614228, + -11.811998476767947 + ] + ] + ], + "type": "Polygon" + }, + "id": "1162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13795552683085, + -11.804814934541485, + -77.12831003097253, + -11.794421556835012 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.13262917399388, + -11.804814934541485 + ], + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.13363634051687, + -11.794421556835012 + ] + ] + ], + "type": "Polygon" + }, + "id": "1163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11146466939687, + -12.030380091758468, + -77.1018131151511, + -12.019990588542333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.11146466939687, + -12.02303641279374 + ], + [ + -77.1109604264904, + -12.028231216481325 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.10714317686062, + -12.019990588542333 + ] + ] + ], + "type": "Polygon" + }, + "id": "1164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05731714325874, + -11.970003659123964, + -77.04766875743067, + -11.959614575797488 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.05299790032934, + -11.959614575797488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10513553006172, + -11.715053882127341, + -77.09549352803964, + -11.704660100138298 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09599749581055, + -11.706812674259977 + ], + [ + -77.10081841155252, + -11.704660100138298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97575270255615, + -11.812533920669265, + -76.96611110055383, + -11.80214460279888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.97143774740725, + -11.80214460279888 + ] + ] + ], + "type": "Polygon" + }, + "id": "1167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74652122724122, + -12.316606665005658, + -76.73687067721839, + -12.306230808845596 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.74220578725554, + -12.306230808845596 + ] + ] + ], + "type": "Polygon" + }, + "id": "1168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89661234813936, + -12.056405597715907, + -76.88696554605623, + -12.046021772560698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.89229628034053, + -12.046021772560698 + ] + ] + ], + "type": "Polygon" + }, + "id": "1169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14089665587053, + -11.679193580198696, + -77.13125482524035, + -11.668798470505571 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.13657906569885, + -11.668798470505571 + ] + ] + ], + "type": "Polygon" + }, + "id": "1170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92555350836757, + -12.043540064610674, + -76.91590632983953, + -12.033155323497517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.92123682796311, + -12.033155323497517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78609554311144, + -12.47771498468562, + -76.77643910343242, + -12.467340931841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.78177686139281, + -12.467340931841 + ] + ] + ], + "type": "Polygon" + }, + "id": "1172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91865745618432, + -11.78332195969415, + -76.90901821128806, + -11.77293365559126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.9143444314336, + -11.77293365559126 + ] + ] + ], + "type": "Polygon" + }, + "id": "1173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85245641068207, + -11.753204548410302, + -76.84281981024029, + -11.74281748856464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84814558412451, + -11.74281748856464 + ], + [ + -76.85245641068207, + -11.74586420429589 + ], + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.84332737049102, + -11.744964269309683 + ], + [ + -76.84814558412451, + -11.74281748856464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13198938433638, + -11.961590685001985, + -77.12233936690113, + -11.951199664524877 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.13198938433638, + -11.954244966415759 + ], + [ + -77.13148553692086, + -11.959440528653147 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.12766826488384, + -11.951199664524877 + ] + ] + ], + "type": "Polygon" + }, + "id": "1175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05490837877872, + -11.757356624147194, + -77.04526638806011, + -11.746964620592063 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.0505920356229, + -11.746964620592063 + ] + ] + ], + "type": "Polygon" + }, + "id": "1176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87376374817123, + -12.006966220768469, + -76.8641190238528, + -11.996582219225546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.86462668502598, + -11.998726299169338 + ], + [ + -76.86944896057105, + -11.996582219225546 + ] + ] + ], + "type": "Polygon" + }, + "id": "1177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89508243481171, + -11.977619801307481, + -76.88543802214924, + -11.967234831732622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.89076745952363, + -11.967234831732622 + ] + ] + ], + "type": "Polygon" + }, + "id": "1178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94605748961445, + -11.786016745543593, + -76.93641744833056, + -11.775627799329481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.941743688322, + -11.775627799329481 + ] + ] + ], + "type": "Polygon" + }, + "id": "1179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05328627642915, + -11.584086409030517, + -77.04364948071488, + -11.573692228960413 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04897228371055, + -11.573692228960413 + ], + [ + -77.05328627642915, + -11.5767362438745 + ], + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.04364948071488, + -11.581042306147529 + ], + [ + -77.04415397132072, + -11.575845268972786 + ], + [ + -77.04897228371055, + -11.573692228960413 + ] + ] + ], + "type": "Polygon" + }, + "id": "1180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9970582073335, + -11.78315856733314, + -76.9874169295685, + -11.772768325670073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.99274307053071, + -11.772768325670073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06724713286194, + -12.010308583989762, + -77.05759729322253, + -11.999919855190361 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.0629270867048, + -11.999919855190361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80067833360147, + -11.99972603724373, + -76.79103577566313, + -11.989343762605934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79636563644549, + -11.989343762605934 + ], + [ + -76.80067833360147, + -11.992392271422425 + ], + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.79636563644549, + -11.989343762605934 + ] + ] + ], + "type": "Polygon" + }, + "id": "1183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08396115885989, + -11.933285171976797, + -77.074313192106, + -11.922894904780591 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.07964169465781, + -11.922894904780591 + ] + ] + ], + "type": "Polygon" + }, + "id": "1184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73823992561644, + -12.07213631962263, + -76.72859689926975, + -12.061756723686171 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.73392797703208, + -12.061756723686171 + ] + ] + ], + "type": "Polygon" + }, + "id": "1185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72456088923846, + -12.02360954949804, + -76.71491968334011, + -12.013229562284542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.72024996453726, + -12.013229562284542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73671130090193, + -12.087705364587936, + -76.72706785185191, + -12.077326047888745 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.73239918676256, + -12.077326047888745 + ] + ] + ], + "type": "Polygon" + }, + "id": "1187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90272933007478, + -12.277147038398684, + -76.89307577780946, + -12.266766582521228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.90272933007478, + -12.269815513872079 + ], + [ + -76.90222177558165, + -12.27500579508864 + ], + [ + -76.89739491282927, + -12.277147038398684 + ], + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.89841014827238, + -12.266766582521228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01922976849772, + -11.981992733537805, + -77.009581997758, + -11.971604758760181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.01008758589712, + -11.973752273880953 + ], + [ + -77.01491138541378, + -11.971604758760181 + ] + ] + ], + "type": "Polygon" + }, + "id": "1189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02221714369004, + -11.856428770517805, + -77.01257303783603, + -11.846038918512132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.01688978139123, + -11.856428770517805 + ], + [ + -77.01257303783603, + -11.853382911643143 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.01790035517654, + -11.846038918512132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85092427896654, + -11.9575266091675, + -76.84128163458745, + -11.947142447637205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.85092427896654, + -11.950190285922861 + ], + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.8466107722577, + -11.947142447637205 + ] + ] + ], + "type": "Polygon" + }, + "id": "1191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71988735531627, + -12.258936578232944, + -76.71023925499208, + -12.248560434966567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.71937727897053, + -12.256799107272748 + ], + [ + -76.71455314126207, + -12.258936578232944 + ], + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.71557341966265, + -12.248560434966567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79758594370263, + -12.219531679209652, + -76.78793691108227, + -12.209152914580061 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.78844596902236, + -12.211292626208802 + ], + [ + -76.79327039821405, + -12.209152914580061 + ] + ] + ], + "type": "Polygon" + }, + "id": "1193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89356835857352, + -12.087555965965969, + -76.88392070755272, + -12.077172695105443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88925195767845, + -12.077172695105443 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.88442821872377, + -12.079316184960879 + ], + [ + -76.88925195767845, + -12.077172695105443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78919807207927, + -12.257994817128615, + -76.77954811681349, + -12.247616896577632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.78488224273407, + -12.247616896577632 + ] + ] + ], + "type": "Polygon" + }, + "id": "1195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9629193470913, + -12.180906780044413, + -76.95326709539304, + -12.170523255641069 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.95859982293824, + -12.170523255641069 + ] + ] + ], + "type": "Polygon" + }, + "id": "1196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7527382504653, + -11.97138097681504, + -76.74309783348528, + -11.960999494318834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.74842724625185, + -11.960999494318834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93694393818852, + -11.879509707013062, + -76.92730135072186, + -11.869122279953647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93262913732428, + -11.869122279953647 + ], + [ + -76.93694393818852, + -11.872168938558596 + ], + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.92780792981293, + -11.871269301934595 + ], + [ + -76.93262913732428, + -11.869122279953647 + ] + ] + ], + "type": "Polygon" + }, + "id": "1198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05261055138301, + -11.733527540319352, + -77.04296932827424, + -11.723135276754379 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.0482945870903, + -11.723135276754379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9658438218662, + -11.772227855085976, + -76.95620367652793, + -11.761838234260257 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.96152967057434, + -11.761838234260257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97203484797909, + -12.087448235167688, + -76.96238514896365, + -12.07706301475518 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.96771632624672, + -12.07706301475518 + ] + ] + ], + "type": "Polygon" + }, + "id": "1201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95073342722054, + -12.211151158187093, + -76.94108058939798, + -12.200768423421268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.94641382789648, + -12.200768423421268 + ] + ] + ], + "type": "Polygon" + }, + "id": "1202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93623421264917, + -12.12322846068185, + -76.92658437755017, + -12.112844683329298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.93191617959626, + -12.112844683329298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11974571720623, + -11.897453343375958, + -77.1100979175991, + -11.88706169472505 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.11924179760814, + -11.895302668548025 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.1154257787222, + -11.88706169472505 + ] + ] + ], + "type": "Polygon" + }, + "id": "1204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85548288627913, + -12.193846638782915, + -76.84583307156693, + -12.183465999598042 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.85116610206688, + -12.183465999598042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7694749131676, + -11.988767048761703, + -76.75983352401036, + -11.97838539948161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.7603426100095, + -11.980527462471294 + ], + [ + -76.76516321745036, + -11.97838539948161 + ] + ] + ], + "type": "Polygon" + }, + "id": "1206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95217969975467, + -11.912471303781366, + -76.9425357331466, + -11.902083968868256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9478640480218, + -11.902083968868256 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.94304215087904, + -11.90423090902235 + ], + [ + -76.9478640480218, + -11.902083968868256 + ] + ] + ], + "type": "Polygon" + }, + "id": "1207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80065877992911, + -12.094066180117252, + -76.79101340919945, + -12.083685341560843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79634482504845, + -12.083685341560843 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.79532731589619, + -12.094066180117252 + ], + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.79634482504845, + -12.083685341560843 + ] + ] + ], + "type": "Polygon" + }, + "id": "1208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84559509386835, + -11.964862605125719, + -76.83595237273958, + -11.954478684766194 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84128163458745, + -11.954478684766194 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.8364603607589, + -11.956622688408222 + ], + [ + -76.84128163458745, + -11.954478684766194 + ] + ] + ], + "type": "Polygon" + }, + "id": "1209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82425176480848, + -12.182882675213632, + -76.81460311056414, + -12.172502644503721 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.82425176480848, + -12.175551861835796 + ], + [ + -76.82374326242544, + -12.18074193108187 + ], + [ + -76.81891884833152, + -12.182882675213632 + ], + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81993597916681, + -12.172502644503721 + ] + ] + ], + "type": "Polygon" + }, + "id": "1210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12745421155451, + -12.008348082469118, + -77.11780291351863, + -11.997957861864831 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.12745421155451, + -12.001003431934528 + ], + [ + -77.12695022761935, + -12.006198594226442 + ], + [ + -77.12212449328388, + -12.008348082469118 + ], + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.12313258829204, + -11.997957861864831 + ] + ] + ], + "type": "Polygon" + }, + "id": "1211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8280708289179, + -12.096788270429258, + -76.81842464174778, + -12.086406783395411 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.82375608815606, + -12.086406783395411 + ] + ] + ], + "type": "Polygon" + }, + "id": "1212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95987975067632, + -12.21205619923516, + -76.95022664789248, + -12.201673252527847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.95555989233107, + -12.201673252527847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67879755272332, + -12.207677879420462, + -76.66915211235865, + -12.197301946135177 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.67448543711103, + -12.197301946135177 + ] + ] + ], + "type": "Polygon" + }, + "id": "1214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691085573749, + -12.029877301816914, + -76.85726562989137, + -12.019493815853467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.86259594893134, + -12.019493815853467 + ] + ] + ], + "type": "Polygon" + }, + "id": "1215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89814301654934, + -12.135183985859491, + -76.8884938238751, + -12.124801344148993 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.88900134591357, + -12.126944328616755 + ], + [ + -76.89382585569295, + -12.124801344148993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829145140852, + -12.290900518786653, + -76.87326107353199, + -12.280520787675298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.8829145140852, + -12.283569968311022 + ], + [ + -76.88240666097057, + -12.288759887266087 + ], + [ + -76.87757985396507, + -12.290900518786653 + ], + [ + -76.87326107353199, + -12.287851254463419 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.87859568658268, + -12.280520787675298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68882880756448, + -11.965025385543056, + -76.67919032829626, + -11.954645436960062 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.68451965009433, + -11.954645436960062 + ] + ] + ], + "type": "Polygon" + }, + "id": "1218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94916548293489, + -12.038007867046497, + -76.93951785278517, + -12.027622456511569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.93951785278517, + -12.034960422270192 + ], + [ + -76.94002450922544, + -12.029767770186096 + ], + [ + -76.94484823805664, + -12.027622456511569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8494115760097, + -11.78436473873615, + -76.83977412921504, + -11.773978174184604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.84408524028794, + -11.78436473873615 + ], + [ + -76.83977412921504, + -11.781317734955268 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.84510041753816, + -11.773978174184604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05041961349244, + -11.898529201808202, + -77.04077353317787, + -11.888139253664596 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.05041961349244, + -11.891184988396278 + ], + [ + -77.04991471943951, + -11.8963800150747 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.046101508478, + -11.888139253664596 + ] + ] + ], + "type": "Polygon" + }, + "id": "1221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99028681572231, + -11.99487497315486, + -76.98063940551599, + -11.984487900519243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.98596903817867, + -11.984487900519243 + ] + ] + ], + "type": "Polygon" + }, + "id": "1222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01624011047801, + -12.107535790908647, + -77.00658867211877, + -12.097149792887024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01192013167005, + -12.097149792887024 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.01192013167005, + -12.097149792887024 + ] + ] + ], + "type": "Polygon" + }, + "id": "1223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98269691422809, + -12.072772248258216, + -76.9730473770388, + -12.06238653877709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.97837830125209, + -12.06238653877709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7732503176086, + -12.091341704502138, + -76.76360576760258, + -12.080961516671994 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7689371504147, + -12.080961516671994 + ], + [ + -76.7732503176086, + -12.084010744470321 + ], + [ + -76.77274124840952, + -12.08920089270136 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.76411496258548, + -12.083102351650048 + ], + [ + -76.7689371504147, + -12.080961516671994 + ] + ] + ], + "type": "Polygon" + }, + "id": "1225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79143322597496, + -12.470391862978591, + -76.78177686139281, + -12.460017543626956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78711449582828, + -12.460017543626956 + ], + [ + -76.79143322597496, + -12.463068391996634 + ], + [ + -76.79092381269754, + -12.468255605526942 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.78711449582828, + -12.460017543626956 + ] + ] + ], + "type": "Polygon" + }, + "id": "1226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69025538643692, + -12.1380925862727, + -76.68061170708296, + -12.12771524363493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68594388225262, + -12.12771524363493 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.68974508880802, + -12.135954184925462 + ], + [ + -76.68492316149916, + -12.1380925862727 + ], + [ + -76.68061170708296, + -12.135042285700923 + ], + [ + -76.68112213019799, + -12.12985366922585 + ], + [ + -76.68594388225262, + -12.12771524363493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10995189514357, + -12.045964006656925, + -77.10029991410207, + -12.035574775467405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.10563023473473, + -12.035574775467405 + ] + ] + ], + "type": "Polygon" + }, + "id": "1228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.921743737183, + -12.035300059134995, + -76.912096904176, + -12.024915287869323 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.921743737183, + -12.027962884503188 + ], + [ + -76.92123682796311, + -12.033155323497517 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.91742726985036, + -12.024915287869323 + ] + ] + ], + "type": "Polygon" + }, + "id": "1229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01017071216214, + -12.169847832779652, + -77.00051756991488, + -12.159462965695603 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -77.00102357877681, + -12.161607940306945 + ], + [ + -77.00585006390072, + -12.159462965695603 + ] + ] + ], + "type": "Polygon" + }, + "id": "1230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09231560778144, + -11.894768480452477, + -77.08266857781405, + -11.884377458631468 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.08799643478945, + -11.884377458631468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17532608519932, + -11.847805381336494, + -77.16567838046029, + -11.837411695389006 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.17482302387546, + -11.84565292973757 + ], + [ + -77.16999908652078, + -11.847805381336494 + ], + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.17100533636862, + -11.837411695389006 + ] + ] + ], + "type": "Polygon" + }, + "id": "1232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0291067681271, + -11.927902845046393, + -77.01946035655936, + -11.917513838876287 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.02478884185155, + -11.917513838876287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0503663327916, + -11.804118606348718, + -77.04072306565945, + -11.793727344165687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.04604948791129, + -11.793727344165687 + ] + ] + ], + "type": "Polygon" + }, + "id": "1234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90425190206034, + -12.261576280353019, + -76.8945987748773, + -12.25119552798614 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.89993288706279, + -12.25119552798614 + ] + ] + ], + "type": "Polygon" + }, + "id": "1235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04879923385116, + -11.725286525484341, + -77.0391583529903, + -11.71489424638714 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.04879923385116, + -11.717939084442081 + ], + [ + -77.0482945870903, + -11.723135276754379 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.04448348121284, + -11.71489424638714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90348541057895, + -12.222194059636005, + -76.89383347978536, + -12.21181267941702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.90348541057895, + -12.21486134938242 + ], + [ + -76.90297795295645, + -12.220052092813292 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89916694263513, + -12.21181267941702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7054626018254, + -12.171048160164801, + -76.6958175209142, + -12.160670953149346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.70115023762217, + -12.160670953149346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72761840925679, + -11.992469041961389, + -76.71797804813, + -11.98208851022476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.72228859282109, + -11.992469041961389 + ], + [ + -76.71797804813, + -11.989419834084895 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.72330781537336, + -11.98208851022476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8570039226011, + -12.272604534409664, + -76.84735171543474, + -12.262225147314865 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.85268604479349, + -12.262225147314865 + ] + ] + ], + "type": "Polygon" + }, + "id": "1240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12953093930693, + -11.748910579503178, + -77.11988731807654, + -11.738516653480687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.12521272164246, + -11.738516653480687 + ] + ] + ], + "type": "Polygon" + }, + "id": "1241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93013285372511, + -12.091172978437239, + -76.92048413455646, + -12.080788853395468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.92581541366863, + -12.080788853395468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91641332506705, + -12.042636904834396, + -76.9067664130215, + -12.032252377180452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.91641332506705, + -12.035300059134995 + ], + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.912096904176, + -12.032252377180452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80746312599743, + -12.354124839295505, + -76.79780980678092, + -12.343748076950156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.8069541197402, + -12.351986690704548 + ], + [ + -76.8021273729819, + -12.354124839295505 + ], + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.79831893916418, + -12.345886249736346 + ], + [ + -76.8031455116319, + -12.343748076950156 + ] + ] + ], + "type": "Polygon" + }, + "id": "1244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99402521056817, + -11.814328296172167, + -76.98438308304212, + -11.803938553273237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.98970973996343, + -11.803938553273237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89358345874996, + -12.276239078140676, + -76.88393017454919, + -12.265858835519412 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88926453734341, + -12.265858835519412 + ] + ] + ], + "type": "Polygon" + }, + "id": "1246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76636181117934, + -12.208561233392514, + -76.75671394948105, + -12.198183080885817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.75722342514571, + -12.200322252301822 + ], + [ + -76.76204726872261, + -12.198183080885817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0983660310257, + -11.832419788056797, + -77.08872070571738, + -11.822027746471813 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.09303916446318, + -11.832419788056797 + ], + [ + -77.08872070571738, + -11.82937474086217 + ], + [ + -77.08922495112633, + -11.824178772416365 + ], + [ + -77.09404752841465, + -11.822027746471813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85321542209938, + -11.792604974853212, + -76.84357762883735, + -11.782218426984484 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84890405031436, + -11.782218426984484 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.84788895327539, + -11.792604974853212 + ], + [ + -76.84357762883735, + -11.789557958626812 + ], + [ + -76.84408524028794, + -11.78436473873615 + ], + [ + -76.84890405031436, + -11.782218426984484 + ] + ] + ], + "type": "Polygon" + }, + "id": "1249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9719435932793, + -11.804293271663148, + -76.96230233527415, + -11.793903934948837 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.96280830749967, + -11.796052623520737 + ], + [ + -76.96762885050005, + -11.793903934948837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07094394354529, + -11.829736337362805, + -77.06129939093016, + -11.819344925010668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06662620754727, + -11.819344925010668 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.06662620754727, + -11.819344925010668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04190902783047, + -11.653796798184716, + -77.032270449243, + -11.643403764198709 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.03658502101985, + -11.653796798184716 + ], + [ + -77.032270449243, + -11.650752204580485 + ], + [ + -77.03277520770102, + -11.645555740467486 + ], + [ + -77.03759441143208, + -11.643403764198709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12586687007247, + -11.929522306279624, + -77.11621796156845, + -11.919130968466247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.12154634113276, + -11.919130968466247 + ] + ] + ], + "type": "Polygon" + }, + "id": "1253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87832468496384, + -11.77148493616584, + -76.86868685442694, + -11.761097475425379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.87299858092472, + -11.77148493616584 + ], + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.87401291148238, + -11.761097475425379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93240418438886, + -12.020625381350117, + -76.92275750995678, + -12.010240124189432 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.92275750995678, + -12.017577870068575 + ], + [ + -76.92326437351194, + -12.012385294800126 + ], + [ + -76.92808762440744, + -12.010240124189432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0108250630654, + -11.926106632442584, + -77.00117917371534, + -11.915718048624578 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -77.00650765104811, + -11.915718048624578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02368723533277, + -11.746432244536884, + -77.01404636658768, + -11.736040858139875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.02368723533277, + -11.739086033294592 + ], + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01937187321646, + -11.736040858139875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87071918813156, + -12.132466342387561, + -76.8610708010956, + -12.122084343070966 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.86640280868582, + -12.122084343070966 + ] + ] + ], + "type": "Polygon" + }, + "id": "1258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11600217265638, + -11.983625910436993, + -77.10635189865224, + -11.973235600432298 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.1116811836978, + -11.973235600432298 + ] + ] + ], + "type": "Polygon" + }, + "id": "1259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06937158391524, + -11.750903264000875, + -77.05972941801775, + -11.740510822314217 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.06505494052037, + -11.740510822314217 + ] + ] + ], + "type": "Polygon" + }, + "id": "1260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70541525603718, + -12.265348186720896, + -76.69576736088189, + -12.25497251959366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.70490496821624, + -12.263211118000788 + ], + [ + -76.70008093301492, + -12.265348186720896 + ], + [ + -76.69576736088189, + -12.262297391999976 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.70110163431254, + -12.25497251959366 + ] + ] + ], + "type": "Polygon" + }, + "id": "1261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74513490790736, + -11.954901855915145, + -76.73549518879504, + -11.94452032415464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.7360045600812, + -11.946662292753619 + ], + [ + -76.7408243323937, + -11.94452032415464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70101671395611, + -11.934793070174168, + -76.6913788003128, + -11.92441236809535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.69188875306273, + -11.926553642477728 + ], + [ + -76.6967076224269, + -11.92441236809535 + ] + ] + ], + "type": "Polygon" + }, + "id": "1263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06101888313391, + -11.789426256934922, + -77.05137578252155, + -11.77903453542383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.05569267186627, + -11.789426256934922 + ], + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.05670194940275, + -11.77903453542383 + ] + ] + ], + "type": "Polygon" + }, + "id": "1264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73141966917726, + -12.000708457947132, + -76.72177895864846, + -11.990327952365833 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72710886074721, + -11.990327952365833 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.72177895864846, + -11.997659240064669 + ], + [ + -76.72228859282109, + -11.992469041961389 + ], + [ + -76.72710886074721, + -11.990327952365833 + ] + ] + ], + "type": "Polygon" + }, + "id": "1265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06500405557487, + -12.080877482190992, + -77.05535216806301, + -12.070489877710221 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.06068312707207, + -12.070489877710221 + ] + ] + ], + "type": "Polygon" + }, + "id": "1266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88596131243325, + -12.259760729616948, + -76.8763087216457, + -12.24938040404092 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88062716875089, + -12.259760729616948 + ], + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.8816428183112, + -12.24938040404092 + ] + ] + ], + "type": "Polygon" + }, + "id": "1267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71468710597182, + -11.983321352445454, + -76.70504737122927, + -11.97294101412615 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.70504737122927, + -11.980272078824388 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.71037699053359, + -11.97294101412615 + ] + ] + ], + "type": "Polygon" + }, + "id": "1268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92324817050314, + -11.925350098564028, + -76.91360457555582, + -11.914963665671134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91893312893977, + -11.914963665671134 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.91791957073065, + -11.925350098564028 + ], + [ + -76.91360457555582, + -11.922302990854963 + ], + [ + -76.91411141778282, + -11.917109827864522 + ], + [ + -76.91893312893977, + -11.914963665671134 + ] + ] + ], + "type": "Polygon" + }, + "id": "1269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03595053716927, + -11.904975987947877, + -77.0263046337898, + -11.894586485322977 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03163273336011, + -11.894586485322977 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.03163273336011, + -11.894586485322977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11297730705584, + -12.014795769207172, + -77.10332617958156, + -12.004405995512812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10865598238549, + -12.004405995512812 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.10865598238549, + -12.004405995512812 + ] + ] + ], + "type": "Polygon" + }, + "id": "1271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77850356432663, + -12.366950904749825, + -76.7688506421794, + -12.356575096132902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77418657235751, + -12.356575096132902 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.77418657235751, + -12.356575096132902 + ] + ] + ], + "type": "Polygon" + }, + "id": "1272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00397976095924, + -11.949030850321, + -76.99433336443455, + -11.938642766702428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -76.99433336443455, + -11.945984351361357 + ], + [ + -76.99483911462823, + -11.94079036244063 + ], + [ + -76.99966222697631, + -11.938642766702428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94458373244584, + -11.990370711723484, + -76.93493764207611, + -11.979984700965849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.93493764207611, + -11.98732346356895 + ], + [ + -76.93544428796525, + -11.9821305114457 + ], + [ + -76.9402672469083, + -11.979984700965849 + ] + ] + ], + "type": "Polygon" + }, + "id": "1274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74196921377491, + -12.269001160336561, + -76.73232020991215, + -12.25862462122985 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.73765453507109, + -12.25862462122985 + ] + ] + ], + "type": "Polygon" + }, + "id": "1275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07184950279452, + -12.057954535254112, + -77.06219812549497, + -12.047566412903313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.06752869761267, + -12.047566412903313 + ] + ] + ], + "type": "Polygon" + }, + "id": "1276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7588470513375, + -11.909089416411733, + -76.74920832454404, + -11.898706872554628 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75453670923866, + -11.898706872554628 + ], + [ + -76.7588470513375, + -11.901755269187179 + ], + [ + -76.7583380684749, + -11.906946595687897 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.74971743299099, + -11.900849715650113 + ], + [ + -76.75453670923866, + -11.898706872554628 + ] + ] + ], + "type": "Polygon" + }, + "id": "1277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7192738440775, + -11.936608420114153, + -76.70963537580441, + -11.926227278973803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.7149642245443, + -11.926227278973803 + ] + ] + ], + "type": "Polygon" + }, + "id": "1278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06180401674567, + -11.828841332234665, + -77.0521597226504, + -11.818450130129829 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.06180401674567, + -11.821495402669278 + ], + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.0574865366895, + -11.818450130129829 + ] + ] + ], + "type": "Polygon" + }, + "id": "1279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16618156897498, + -11.84691322485946, + -77.15653411730851, + -11.836519746258821 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.16186107378789, + -11.836519746258821 + ] + ] + ], + "type": "Polygon" + }, + "id": "1280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76791888622323, + -12.098672330175273, + -76.75827426187425, + -12.088292391239376 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76360576760258, + -12.088292391239376 + ], + [ + -76.76791888622323, + -12.091341704502138 + ], + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.76360576760258, + -12.088292391239376 + ] + ] + ], + "type": "Polygon" + }, + "id": "1281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97881961097595, + -11.875764877046004, + -76.96917604658323, + -11.865376362617072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.97450373055044, + -11.865376362617072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8303526034081, + -12.120599623396519, + -76.82070564481073, + -12.110218450465933 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82603748256743, + -12.110218450465933 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.82603748256743, + -12.110218450465933 + ] + ] + ], + "type": "Polygon" + }, + "id": "1283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95524265619325, + -11.975692689206868, + -76.94559672580678, + -11.965306197633021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.95092607868384, + -11.965306197633021 + ] + ] + ], + "type": "Polygon" + }, + "id": "1284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10455240384769, + -11.958903647251075, + -77.09490315442963, + -11.948513251952038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.09490315442963, + -11.955858020156578 + ], + [ + -77.09540751006311, + -11.950662874704548 + ], + [ + -77.10023204937157, + -11.948513251952038 + ] + ] + ], + "type": "Polygon" + }, + "id": "1285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68032916134541, + -12.19211390650862, + -76.6706841433369, + -12.181737681715827 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.67981864043104, + -12.189976427140166 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.67601721104135, + -12.181737681715827 + ] + ] + ], + "type": "Polygon" + }, + "id": "1286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80216564433681, + -12.17282571013968, + -76.79251788286807, + -12.162446075060112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.79785059706296, + -12.162446075060112 + ] + ] + ], + "type": "Polygon" + }, + "id": "1287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00619428543109, + -11.784054729161792, + -76.99655274582852, + -11.773664275338119 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -77.00619428543109, + -11.776709808571608 + ], + [ + -77.00568895039962, + -11.781905088487271 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -77.00187889131944, + -11.773664275338119 + ] + ] + ], + "type": "Polygon" + }, + "id": "1288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75413319847453, + -12.333083675359834, + -76.74448194907694, + -12.322707905323348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.74499179155363, + -12.324845179521553 + ], + [ + -76.74981732885034, + -12.322707905323348 + ] + ] + ], + "type": "Polygon" + }, + "id": "1289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93238531540953, + -11.926250987407382, + -76.92274145453044, + -11.915864340835464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92807001467239, + -11.915864340835464 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.92324817050314, + -11.918010687302278 + ], + [ + -76.92807001467239, + -11.915864340835464 + ] + ] + ], + "type": "Polygon" + }, + "id": "1290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70773470178479, + -12.194852423368907, + -76.69808884798017, + -12.184475541405146 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.70342195714399, + -12.184475541405146 + ] + ] + ], + "type": "Polygon" + }, + "id": "1291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83112039096791, + -12.065643250755059, + -76.82147505130347, + -12.055261206521617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.83061216874468, + -12.063500856077013 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.82680598249071, + -12.055261206521617 + ] + ] + ], + "type": "Polygon" + }, + "id": "1292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75260400286125, + -12.348646949594508, + -76.74295232989594, + -12.338271484299616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.74828796731303, + -12.338271484299616 + ] + ] + ], + "type": "Polygon" + }, + "id": "1293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6955372695075, + -12.225068672632556, + -76.6858908486637, + -12.214692594090314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.6858908486637, + -12.222017984104818 + ], + [ + -76.68640133580648, + -12.216829999564478 + ], + [ + -76.69122445858574, + -12.214692594090314 + ] + ] + ], + "type": "Polygon" + }, + "id": "1294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74808544000723, + -12.206738966728407, + -76.73843812895531, + -12.196361248830057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.74808544000723, + -12.199411281934315 + ], + [ + -76.74757583853264, + -12.20460019526703 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.74377142436369, + -12.196361248830057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99476498726736, + -11.759332352690283, + -76.98512447777946, + -11.748941847207261 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98563006060213, + -11.751091564895404 + ], + [ + -76.99045022948505, + -11.748941847207261 + ] + ] + ], + "type": "Polygon" + }, + "id": "1296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03814876077739, + -11.739980466329715, + -77.0285077142387, + -11.729588640880303 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.0285077142387, + -11.736935367347403 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.0338330973031, + -11.729588640880303 + ] + ] + ], + "type": "Polygon" + }, + "id": "1297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79837966028205, + -12.070255361311492, + -76.78873506112411, + -12.059874212644718 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.79304858773354, + -12.070255361311492 + ], + [ + -76.78873506112411, + -12.067206382479135 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.79406608546336, + -12.059874212644718 + ] + ] + ], + "type": "Polygon" + }, + "id": "1298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77316758556714, + -12.374275858630936, + -76.76351458878291, + -12.363900311862078 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.77316758556714, + -12.366950904749825 + ], + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.7688506421794, + -12.363900311862078 + ] + ] + ], + "type": "Polygon" + }, + "id": "1299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13652332868733, + -11.91482971251063, + -77.12687459163392, + -11.904437906106825 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.13220271298448, + -11.904437906106825 + ] + ] + ], + "type": "Polygon" + }, + "id": "1300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8707200674008, + -12.226803816339656, + -76.86106886416681, + -12.216423330317117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.8615769132101, + -12.218564545600449 + ], + [ + -76.86640242807945, + -12.216423330317117 + ] + ] + ], + "type": "Polygon" + }, + "id": "1301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9720653017291, + -12.18181091665702, + -76.96241278575809, + -12.171427180535668 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.96774551887428, + -12.171427180535668 + ] + ] + ], + "type": "Polygon" + }, + "id": "1302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77252835474165, + -11.957621562632255, + -76.76288781119553, + -11.94723937643689 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.76821699034271, + -11.94723937643689 + ] + ] + ], + "type": "Polygon" + }, + "id": "1303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98340541620236, + -11.923410344107053, + -76.97376031375939, + -11.913022395700315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.97908877708578, + -11.913022395700315 + ] + ] + ], + "type": "Polygon" + }, + "id": "1304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10369276900585, + -11.82507270758339, + -77.09404752841465, + -11.814680435617618 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.09404752841465, + -11.822027746471813 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09937422260758, + -11.814680435617618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9902153330177, + -11.806087587775213, + -76.9805735491169, + -11.795697825769755 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.9848887620944, + -11.806087587775213 + ], + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.9859000746397, + -11.795697825769755 + ] + ] + ], + "type": "Polygon" + }, + "id": "1306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68729862869469, + -11.980594972133792, + -76.67765972756622, + -11.970215292663621 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.68298930609413, + -11.970215292663621 + ] + ] + ], + "type": "Polygon" + }, + "id": "1307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81058354773354, + -11.945669528681462, + -76.8009423347871, + -11.935286207213867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.80627130017578, + -11.935286207213867 + ] + ] + ], + "type": "Polygon" + }, + "id": "1308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17443726543019, + -11.713939111295032, + -77.16479356787195, + -11.703543644625428 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.16911246571901, + -11.713939111295032 + ], + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.17011832483557, + -11.703543644625428 + ] + ] + ], + "type": "Polygon" + }, + "id": "1309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08916036283871, + -11.737100507357457, + -77.07951810719602, + -11.726707402031236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.08484337577404, + -11.726707402031236 + ] + ] + ], + "type": "Polygon" + }, + "id": "1310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93394362737394, + -12.09941285731175, + -76.92429456273729, + -12.089028765348356 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92962597423859, + -12.089028765348356 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92962597423859, + -12.089028765348356 + ] + ] + ], + "type": "Polygon" + }, + "id": "1311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1061345639556, + -12.037723446041424, + -77.09648292463804, + -12.027334182842386 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1018131151511, + -12.027334182842386 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.1008043296326, + -12.037723446041424 + ], + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.1018131151511, + -12.027334182842386 + ] + ] + ], + "type": "Polygon" + }, + "id": "1312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88899513373123, + -12.039925837479066, + -76.87934902399441, + -12.029541951705689 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.88467949258819, + -12.029541951705689 + ] + ] + ], + "type": "Polygon" + }, + "id": "1313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98799265688908, + -11.97105391745938, + -76.97834601602895, + -11.960666549335702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.98367525887319, + -11.960666549335702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71534058739765, + -12.211330015407885, + -76.70569403316173, + -12.20095320645049 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71000715829284, + -12.211330015407885 + ], + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.71102741283275, + -12.20095320645049 + ] + ] + ], + "type": "Polygon" + }, + "id": "1315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68867222208083, + -12.247957169850057, + -76.6790253067309, + -12.237581643285656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.68435929546628, + -12.237581643285656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73290879878853, + -12.079466136448081, + -76.72326569922069, + -12.069086789112852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.72757754959588, + -12.079466136448081 + ], + [ + -76.72326569922069, + -12.076416520247731 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.72859689926975, + -12.069086789112852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81281478126687, + -12.252487738978745, + -76.80316435515596, + -12.242109130570025 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.81281478126687, + -12.245158787284186 + ], + [ + -76.81230600978529, + -12.250348145395057 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.80849837870285, + -12.242109130570025 + ] + ] + ], + "type": "Polygon" + }, + "id": "1318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84028178076046, + -11.783463863783096, + -76.83064460399831, + -11.773077515643017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.83977412921504, + -11.781317734955268 + ], + [ + -76.83495545415869, + -11.783463863783096 + ], + [ + -76.83064460399831, + -11.780416785307468 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.83597088307187, + -11.773077515643017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01611017028671, + -11.82436239929315, + -77.00646717595201, + -11.81397225219533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.01560491119679, + -11.822213037950796 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.01179397296787, + -11.81397225219533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81130488391538, + -12.173734694515082, + -76.8016568497697, + -12.163354843344715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.80216564433681, + -12.165495446327435 + ], + [ + -76.80698957438604, + -12.163354843344715 + ] + ] + ], + "type": "Polygon" + }, + "id": "1321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04112680039668, + -11.614376138348545, + -77.03148941396958, + -11.603982628306678 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.03148941396958, + -11.611331758434089 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.03681272964218, + -11.603982628306678 + ] + ] + ], + "type": "Polygon" + }, + "id": "1322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7154294489737, + -12.022700588670384, + -76.70578852002663, + -12.012320820416516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7111187882001, + -12.012320820416516 + ], + [ + -76.7154294489737, + -12.015370210689754 + ], + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.71009913142541, + -12.022700588670384 + ], + [ + -76.70578852002663, + -12.01965111224978 + ], + [ + -76.70629841115822, + -12.014461282898804 + ], + [ + -76.7111187882001, + -12.012320820416516 + ] + ] + ], + "type": "Polygon" + }, + "id": "1323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9848546042346, + -11.719024108294489, + -76.97521554997297, + -11.708633312876302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.9848546042346, + -11.7116786809551 + ], + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.97952945904323, + -11.719024108294489 + ], + [ + -76.97521554997297, + -11.715978652930914 + ], + [ + -76.97572120847171, + -11.710783308435081 + ], + [ + -76.98054064971193, + -11.708633312876302 + ] + ] + ], + "type": "Polygon" + }, + "id": "1324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91947007707597, + -12.105844642701232, + -76.90982119940789, + -12.095461010334109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.91515272977358, + -12.095461010334109 + ] + ] + ], + "type": "Polygon" + }, + "id": "1325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90956149802145, + -12.06554950217036, + -76.89991408250005, + -12.055165494192114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.90524495702014, + -12.055165494192114 + ] + ] + ], + "type": "Polygon" + }, + "id": "1326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69558748971512, + -12.130765458772496, + -76.68594388225262, + -12.12038786400362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69127593584078, + -12.12038786400362 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.68594388225262, + -12.12771524363493 + ], + [ + -76.68645421970075, + -12.122526501064902 + ], + [ + -76.69127593584078, + -12.12038786400362 + ] + ] + ], + "type": "Polygon" + }, + "id": "1327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16529656096674, + -11.713049210997788, + -77.15565311631846, + -11.702653952146237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.16479356787195, + -11.71089536775018 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.16097787382597, + -11.702653952146237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75803561165401, + -12.058384246953612, + -76.74839245698384, + -12.048003937204909 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.75372330192708, + -12.048003937204909 + ] + ] + ], + "type": "Polygon" + }, + "id": "1329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01463719538091, + -11.934347186498934, + -77.00499096257522, + -11.92395862810244 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.01031957114364, + -11.92395862810244 + ] + ] + ], + "type": "Polygon" + }, + "id": "1330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15187622416165, + -12.042206991798265, + -77.14222330700403, + -12.031816689456472 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14755350096645, + -12.031816689456472 + ], + [ + -77.15187622416165, + -12.034862192424566 + ], + [ + -77.15137253082985, + -12.040057395390324 + ], + [ + -77.14654598704215, + -12.042206991798265 + ], + [ + -77.14222330700403, + -12.039161404395585 + ], + [ + -77.1427271275872, + -12.033966305029514 + ], + [ + -77.14755350096645, + -12.031816689456472 + ] + ] + ], + "type": "Polygon" + }, + "id": "1331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96515601977637, + -12.015992730434009, + -76.95550863035828, + -12.005606592791555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.96515601977637, + -12.00865369656724 + ], + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.96083863721292, + -12.005606592791555 + ] + ] + ], + "type": "Polygon" + }, + "id": "1332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97727002781926, + -11.796949881222499, + -76.96762885050005, + -11.78656031321794 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.96762885050005, + -11.793903934948837 + ], + [ + -76.96813473676895, + -11.788709204145691 + ], + [ + -76.97295523945762, + -11.78656031321794 + ] + ] + ], + "type": "Polygon" + }, + "id": "1333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15544350165034, + -11.76717608577332, + -77.14579869076101, + -11.756781778629646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.15494028606705, + -11.76502309138468 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.15112435380192, + -11.756781778629646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78161009379623, + -12.147198851050005, + -76.77196365120182, + -12.136819327324567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.77729595190407, + -12.136819327324567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08862966472714, + -12.075334023639636, + -77.0789773445531, + -12.064945758251548 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.08329878539203, + -12.075334023639636 + ], + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.08430817981784, + -12.064945758251548 + ] + ] + ], + "type": "Polygon" + }, + "id": "1336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70861592608053, + -11.951271925450326, + -76.69897731285836, + -11.940891269764808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.69897731285836, + -11.948222770940122 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.70430640521309, + -11.940891269764808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9240328560836, + -12.059116832803134, + -76.91438525280623, + -12.048732366557696 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.9240328560836, + -12.051780060895364 + ], + [ + -76.92352594154197, + -12.056972347343413 + ], + [ + -76.91870205350978, + -12.059116832803134 + ], + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91971600896433, + -12.048732366557696 + ] + ] + ], + "type": "Polygon" + }, + "id": "1338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12881367773441, + -11.80392238196944, + -77.11916843684257, + -11.793529212771443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.12831003097253, + -11.80177038801329 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.12449474583032, + -11.793529212771443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80295714726417, + -12.02353874117049, + -76.7933138181115, + -12.013156766112859 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.79762684703003, + -12.02353874117049 + ], + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.79864407021543, + -12.013156766112859 + ] + ] + ], + "type": "Polygon" + }, + "id": "1340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13183524013903, + -11.772742378557922, + -77.12219085195818, + -11.762348714921844 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.12751664370813, + -11.762348714921844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76171524694584, + -12.443847821798274, + -76.75206048014623, + -12.433473784111852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.76120546114556, + -12.441711871020711 + ], + [ + -76.75637799031294, + -12.443847821798274 + ], + [ + -76.75206048014623, + -12.440796724754001 + ], + [ + -76.75257039195864, + -12.435609759999142 + ], + [ + -76.75739768793515, + -12.433473784111852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68724601538057, + -12.074914926208635, + -76.67760430361913, + -12.064536674058852 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.67760430361913, + -12.071864924430459 + ], + [ + -76.67811466875742, + -12.066675853275546 + ], + [ + -76.6829354370347, + -12.064536674058852 + ] + ] + ], + "type": "Polygon" + }, + "id": "1343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15783469342375, + -11.885440694938193, + -77.14818630125804, + -11.875047956689901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15351390513177, + -11.875047956689901 + ], + [ + -77.15783469342375, + -11.878092645033503 + ], + [ + -77.15733132769827, + -11.883289066045247 + ], + [ + -77.15250704651989, + -11.885440694938193 + ], + [ + -77.14818630125804, + -11.882395921097492 + ], + [ + -77.14868979413514, + -11.877199603870887 + ], + [ + -77.15351390513177, + -11.875047956689901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88897651891227, + -11.756802880402084, + -76.87933884393499, + -11.746414957321319 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.88466465169711, + -11.746414957321319 + ] + ] + ], + "type": "Polygon" + }, + "id": "1345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69109807597825, + -11.988834256009705, + -76.68145882465225, + -11.97845460171443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.69058802559904, + -11.9866939090506 + ], + [ + -76.68576831238933, + -11.988834256009705 + ], + [ + -76.68145882465225, + -11.985784744311774 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.68678853853099, + -11.97845460171443 + ] + ] + ], + "type": "Polygon" + }, + "id": "1346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9872861556279, + -12.120408244632063, + -76.97763507858714, + -12.110023160082326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98296678304929, + -12.110023160082326 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.98296678304929, + -12.110023160082326 + ] + ] + ], + "type": "Polygon" + }, + "id": "1347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96890829019385, + -11.835460276470506, + -76.95926618287949, + -11.8250714431128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96459321388559, + -11.8250714431128 + ], + [ + -76.96890829019385, + -11.82811758297728 + ], + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.95977224626277, + -11.827219686614816 + ], + [ + -76.96459321388559, + -11.8250714431128 + ] + ] + ], + "type": "Polygon" + }, + "id": "1348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04952967209907, + -11.670278932379485, + -77.03989040909502, + -11.659885922487163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.04521463248837, + -11.659885922487163 + ] + ] + ], + "type": "Polygon" + }, + "id": "1349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6734641780184, + -12.215002801730154, + -76.66381866626216, + -12.204627124512317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66915211235865, + -12.204627124512317 + ], + [ + -76.6734641780184, + -12.207677879420462 + ], + [ + -76.67295352552854, + -12.212865772907948 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.66915211235865, + -12.204627124512317 + ] + ] + ], + "type": "Polygon" + }, + "id": "1350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04049581628392, + -11.85822187088391, + -77.03085118963048, + -11.847831596670456 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.03617851423998, + -11.847831596670456 + ] + ] + ], + "type": "Polygon" + }, + "id": "1351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00930854172435, + -11.94168918004145, + -76.99966222697631, + -11.931300858812001 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -76.99966222697631, + -11.938642766702428 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -77.00499096257522, + -11.931300858812001 + ] + ] + ], + "type": "Polygon" + }, + "id": "1352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7511427280328, + -12.175605231517274, + -76.74149626324618, + -12.165226933473672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.74149626324618, + -12.17255529487361 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.74682904388204, + -12.165226933473672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99554177727329, + -11.798743619176802, + -76.9859000746397, + -11.788353626120626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.99122647357277, + -11.788353626120626 + ] + ] + ], + "type": "Polygon" + }, + "id": "1354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01615345841549, + -11.918764283341579, + -77.00650765104811, + -11.90837546312486 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01183600133608, + -11.90837546312486 + ], + [ + -77.01615345841549, + -11.911421612055852 + ], + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.01183600133608, + -11.90837546312486 + ] + ] + ], + "type": "Polygon" + }, + "id": "1355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78691874938912, + -12.234188910486276, + -76.77726956658252, + -12.223810655375887 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.78640964563486, + -12.232049646218293 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.78260330050904, + -12.223810655375887 + ] + ] + ], + "type": "Polygon" + }, + "id": "1356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92254406737669, + -12.263390750702465, + -76.91289040570933, + -12.25300957254589 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.92254406737669, + -12.256058254528376 + ], + [ + -76.92203681162405, + -12.261248896762853 + ], + [ + -76.91720989427992, + -12.263390750702465 + ], + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.91339778797766, + -12.25515144907158 + ], + [ + -76.91822453231035, + -12.25300957254589 + ] + ] + ], + "type": "Polygon" + }, + "id": "1357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03301611520963, + -12.1249172283981, + -77.0233637284698, + -12.11453109000935 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.02386934682511, + -12.116677123671336 + ], + [ + -77.02869545433705, + -12.11453109000935 + ] + ] + ], + "type": "Polygon" + }, + "id": "1358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99247212582183, + -11.735505721116072, + -76.98283238451953, + -11.725114955382237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.98815774700806, + -11.725114955382237 + ] + ] + ], + "type": "Polygon" + }, + "id": "1359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07790642392028, + -11.995623077081369, + -77.06825675208695, + -11.985233869919584 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.07358628928134, + -11.985233869919584 + ] + ] + ], + "type": "Polygon" + }, + "id": "1360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98654430405175, + -12.175378595794076, + -76.97689160545603, + -12.164994399090295 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.98603808224235, + -12.173234224924753 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.98222421714043, + -12.164994399090295 + ] + ] + ], + "type": "Polygon" + }, + "id": "1361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69168350243632, + -12.311121319959163, + -76.68203461739455, + -12.30074677150299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68736964898618, + -12.30074677150299 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.68254529417429, + -12.302882959221018 + ], + [ + -76.68736964898618, + -12.30074677150299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76018584364985, + -12.459408484003427, + -76.75053065290537, + -12.449034761862043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75586811855288, + -12.449034761862043 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.75484832913186, + -12.459408484003427 + ], + [ + -76.75053065290537, + -12.456357303652162 + ], + [ + -76.7510406106202, + -12.45117049666596 + ], + [ + -76.75586811855288, + -12.449034761862043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14558753386541, + -11.821297293556981, + -77.13594135691939, + -11.81090395716292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.14126792548107, + -11.81090395716292 + ] + ] + ], + "type": "Polygon" + }, + "id": "1365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11520989489264, + -11.944213618961474, + -77.10556081560036, + -11.933822751516542 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.11088945302849, + -11.933822751516542 + ] + ] + ], + "type": "Polygon" + }, + "id": "1366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88595598507506, + -12.165424516833124, + -76.87630621129509, + -12.155042658747453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.88595598507506, + -12.158091222389695 + ], + [ + -76.88544837158926, + -12.163282204922382 + ], + [ + -76.88062339805332, + -12.165424516833124 + ], + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.88163875132733, + -12.155042658747453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99861266583586, + -11.861977807605582, + -76.9889690011282, + -11.851588612375714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.99429643687822, + -11.851588612375714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8128307980529, + -12.158164845882833, + -76.8031831876835, + -12.147784707634363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.80851565464158, + -12.147784707634363 + ] + ] + ], + "type": "Polygon" + }, + "id": "1369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.982562848912, + -11.695197033950969, + -76.97292456273759, + -11.684805984326264 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97824927327991, + -11.684805984326264 + ], + [ + -76.982562848912, + -11.687851240552765 + ], + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.97723809289131, + -11.695197033950969 + ], + [ + -76.97292456273759, + -11.692151690266108 + ], + [ + -76.97343021608245, + -11.686956218702544 + ], + [ + -76.97824927327991, + -11.684805984326264 + ] + ] + ], + "type": "Polygon" + }, + "id": "1370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97355361874709, + -12.071870335126993, + -76.96390434509509, + -12.06148483745625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.97355361874709, + -12.06453213951262 + ], + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96923526406209, + -12.06148483745625 + ] + ] + ], + "type": "Polygon" + }, + "id": "1371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73216414214417, + -12.040088213451593, + -76.72252223724222, + -12.029708282119618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72785278823801, + -12.029708282119618 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.72785278823801, + -12.029708282119618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97739795396706, + -12.174475020750693, + -76.96774551887428, + -12.164091035395554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97307812542513, + -12.164091035395554 + ], + [ + -76.97739795396706, + -12.167138791455821 + ], + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.97307812542513, + -12.164091035395554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77250059435399, + -12.05196113781861, + -76.76285723919598, + -12.041580363344998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76818797300962, + -12.041580363344998 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.76818797300962, + -12.041580363344998 + ] + ] + ], + "type": "Polygon" + }, + "id": "1374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06247572595096, + -11.679412658755904, + -77.052835862107, + -11.66901945061361 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.0581602188709, + -11.66901945061361 + ] + ] + ], + "type": "Polygon" + }, + "id": "1375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92328058597725, + -12.114084444424494, + -76.91363136259062, + -12.103700845783184 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.918963025492, + -12.103700845783184 + ] + ] + ], + "type": "Polygon" + }, + "id": "1376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9560407995566, + -12.109459739686608, + -76.94639085904679, + -12.09907525619727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.95172241527587, + -12.09907525619727 + ] + ] + ], + "type": "Polygon" + }, + "id": "1377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05266447519448, + -11.827946066488611, + -77.0430204400966, + -11.817555074882506 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.04834725128208, + -11.817555074882506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98495713760713, + -12.002214951275437, + -76.97530964620232, + -11.991828119117121 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.98063940551599, + -11.991828119117121 + ] + ] + ], + "type": "Polygon" + }, + "id": "1379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73369273151522, + -12.024518247698468, + -76.72405124914033, + -12.014138041774844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.72836238845345, + -12.024518247698468 + ], + [ + -76.72405124914033, + -12.021468924401695 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72938154308636, + -12.014138041774844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65666616809534, + -12.29189844901694, + -76.64701882490166, + -12.281524475848238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.6513314011033, + -12.29189844901694 + ], + [ + -76.64701882490166, + -12.288847077966532 + ], + [ + -76.64752995788032, + -12.283660146314372 + ], + [ + -76.65235354160022, + -12.281524475848238 + ] + ] + ], + "type": "Polygon" + }, + "id": "1381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82578941203894, + -12.072976389407557, + -76.81614399620334, + -12.06259459182812 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.82578941203894, + -12.065643250755059 + ], + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.81614399620334, + -12.069927645076348 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.82147505130347, + -12.06259459182812 + ] + ] + ], + "type": "Polygon" + }, + "id": "1382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13501215036871, + -11.930417096691974, + -77.12536298654565, + -11.92002555071378 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.13069136675598, + -11.92002555071378 + ] + ] + ], + "type": "Polygon" + }, + "id": "1383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75566225648843, + -12.31751994439775, + -76.74601143063515, + -12.307143871159672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.74601143063515, + -12.314469366195883 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.75134655278202, + -12.307143871159672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96209062181018, + -11.952773025554812, + -76.95244519658586, + -11.942386028614033 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.95777416528405, + -11.942386028614033 + ] + ] + ], + "type": "Polygon" + }, + "id": "1385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72981067416943, + -12.204915630516242, + -76.7201639156672, + -12.194538348224253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72981067416943, + -12.19758853954884 + ], + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.72549718614088, + -12.194538348224253 + ] + ] + ], + "type": "Polygon" + }, + "id": "1386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67057259244947, + -11.963207153039448, + -76.66093467108166, + -11.952827644962346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.66524324911991, + -11.963207153039448 + ], + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.66626396441744, + -11.952827644962346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83265519077547, + -11.955718505689148, + -76.82301308735768, + -11.945334775962168 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82834220632475, + -11.945334775962168 + ], + [ + -76.83265519077547, + -11.948382768092578 + ], + [ + -76.83214716263649, + -11.953574686989134 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.82834220632475, + -11.945334775962168 + ] + ] + ], + "type": "Polygon" + }, + "id": "1388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.045771125814, + -11.756462391217607, + -77.03612939433954, + -11.746070598589192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.045771125814, + -11.749115631724633 + ], + [ + -77.04526638806011, + -11.754311580797006 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.04145503884223, + -11.746070598589192 + ] + ] + ], + "type": "Polygon" + }, + "id": "1389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05658732909049, + -12.024992791649526, + -77.04693732230807, + -12.014604542987334 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.05226737172774, + -12.014604542987334 + ] + ] + ], + "type": "Polygon" + }, + "id": "1390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6605284616831, + -12.205850210156648, + -76.65088358110481, + -12.19547471620238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65621687674711, + -12.19547471620238 + ], + [ + -76.6605284616831, + -12.198525542832215 + ], + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.65088358110481, + -12.20279929845889 + ], + [ + -76.65139452426844, + -12.19761160646526 + ], + [ + -76.65621687674711, + -12.19547471620238 + ] + ] + ], + "type": "Polygon" + }, + "id": "1391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84482328449579, + -12.114174196872586, + -76.83517613141315, + -12.103792559713945 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84050785454744, + -12.103792559713945 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.83568436482607, + -12.105934655307966 + ], + [ + -76.84050785454744, + -12.103792559713945 + ] + ] + ], + "type": "Polygon" + }, + "id": "1392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14010201614668, + -11.639766380166261, + -77.13046137802279, + -11.62937078885644 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1357849721543, + -11.62937078885644 + ], + [ + -77.14010201614668, + -11.632414352988393 + ], + [ + -77.13959878291747, + -11.637612200856656 + ], + [ + -77.1347783787973, + -11.639766380166261 + ], + [ + -77.13046137802279, + -11.636722728771629 + ], + [ + -77.13096473814126, + -11.631524985339984 + ], + [ + -77.1357849721543, + -11.62937078885644 + ] + ] + ], + "type": "Polygon" + }, + "id": "1393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91335780565544, + -11.979424874866586, + -76.90371285848664, + -11.969039477018557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.9090423108042, + -11.969039477018557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96360917794512, + -11.937192464017167, + -76.95396417761869, + -11.926805203000521 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.9544704742171, + -11.928952081729436 + ], + [ + -76.9592928882646, + -11.926805203000521 + ] + ] + ], + "type": "Polygon" + }, + "id": "1395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78381492734286, + -12.453915763404387, + -76.7741592612032, + -12.443541343262394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77949662661212, + -12.443541343262394 + ], + [ + -76.78381492734286, + -12.446592192063644 + ], + [ + -76.78330543379711, + -12.45177945605536 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.77949662661212, + -12.443541343262394 + ] + ] + ], + "type": "Polygon" + }, + "id": "1396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75263759414607, + -12.25434852270566, + -76.74298873764053, + -12.243971469203096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.74832281753221, + -12.243971469203096 + ] + ] + ], + "type": "Polygon" + }, + "id": "1397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1272269984792, + -11.72507836244706, + -77.11758414410848, + -11.714684177610327 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.12290915952944, + -11.714684177610327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10685613205014, + -11.982729629841577, + -77.09720611444726, + -11.972339528337319 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.10635189865224, + -11.980580268472112 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.10253539827248, + -11.972339528337319 + ] + ] + ], + "type": "Polygon" + }, + "id": "1399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74733859366803, + -12.16736620025219, + -76.7376924782591, + -12.156987866961911 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74302512414123, + -12.156987866961911 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.74200589882092, + -12.16736620025219 + ], + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.74302512414123, + -12.156987866961911 + ] + ] + ], + "type": "Polygon" + }, + "id": "1400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00086809477358, + -11.791399332834608, + -76.99122647357277, + -11.781009109172333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99655274582852, + -11.781009109172333 + ], + [ + -77.00086809477358, + -11.784054729161792 + ], + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.99655274582852, + -11.781009109172333 + ] + ] + ], + "type": "Polygon" + }, + "id": "1401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93167206487634, + -12.169953119347422, + -76.92202095446902, + -12.15957019449569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.92735353121036, + -12.15957019449569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73361452402754, + -12.21315448050082, + -76.72396741570846, + -12.202777235203108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72930082118741, + -12.202777235203108 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.72930082118741, + -12.202777235203108 + ] + ] + ], + "type": "Polygon" + }, + "id": "1403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74740878886988, + -11.97871334302872, + -76.73776829825366, + -11.968332104097978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.74207920473138, + -11.97871334302872 + ], + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.74309783348528, + -11.968332104097978 + ] + ] + ], + "type": "Polygon" + }, + "id": "1404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17745414374338, + -11.682752234012975, + -77.16781129943348, + -11.672356291451003 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17313553900625, + -11.672356291451003 + ], + [ + -77.17745414374338, + -11.675399755690567 + ], + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.17313553900625, + -11.672356291451003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73522118350766, + -12.008947870443976, + -76.72558012363655, + -11.998567391473193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72608971793768, + -12.000708457947132 + ], + [ + -76.7309101605499, + -11.998567391473193 + ] + ] + ], + "type": "Polygon" + }, + "id": "1406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00172388364344, + -12.019595934310539, + -76.99207544154567, + -12.009208949247967 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.99740546873689, + -12.009208949247967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80748070966203, + -12.25981635063758, + -76.79783020787474, + -12.249437998060273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80316435515596, + -12.249437998060273 + ], + [ + -76.80748070966203, + -12.252487738978745 + ], + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.80316435515596, + -12.249437998060273 + ] + ] + ], + "type": "Polygon" + }, + "id": "1408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78689516531898, + -12.328496784457387, + -76.777243165856, + -12.318120104845093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.78257845710934, + -12.318120104845093 + ] + ] + ], + "type": "Polygon" + }, + "id": "1409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11959874681291, + -11.70859583282804, + -77.10995657388438, + -11.698201616846399 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.11909511885594, + -11.706442896027827 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.1152813299771, + -11.698201616846399 + ] + ] + ], + "type": "Polygon" + }, + "id": "1410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76489372120209, + -12.035482228831683, + -76.75525106345289, + -12.02510139651429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.75956320751901, + -12.035482228831683 + ], + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.7605815284606, + -12.02510139651429 + ] + ] + ], + "type": "Polygon" + }, + "id": "1411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07693573987451, + -11.672956024965583, + -77.06729570157243, + -11.662562382490524 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07261993297591, + -11.662562382490524 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.07161146434342, + -11.672956024965583 + ], + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.07261993297591, + -11.662562382490524 + ] + ] + ], + "type": "Polygon" + }, + "id": "1412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74577432241915, + -12.27723983507645, + -76.73612496884911, + -12.266863336339297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74145942891411, + -12.266863336339297 + ], + [ + -76.74577432241915, + -12.269913731786003 + ], + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.73663483954365, + -12.269001160336561 + ], + [ + -76.74145942891411, + -12.266863336339297 + ] + ] + ], + "type": "Polygon" + }, + "id": "1413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01004605913143, + -11.886699726226835, + -77.00040136389352, + -11.876310598473925 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -77.00572919353283, + -11.876310598473925 + ] + ] + ], + "type": "Polygon" + }, + "id": "1414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08172211042206, + -12.0038636709227, + -77.07207209637002, + -11.993474493357887 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.07740176400776, + -11.993474493357887 + ] + ] + ], + "type": "Polygon" + }, + "id": "1415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95748175204484, + -11.810738507193019, + -76.94784067747251, + -11.800349615355145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95316731315714, + -11.800349615355145 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.94834686195088, + -11.802497918528164 + ], + [ + -76.95316731315714, + -11.800349615355145 + ] + ] + ], + "type": "Polygon" + }, + "id": "1416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95835974687273, + -12.227630255447954, + -76.94870621851022, + -12.217247599904958 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.95403972142164, + -12.217247599904958 + ] + ] + ], + "type": "Polygon" + }, + "id": "1417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03966312634736, + -11.724392667435954, + -77.03002250499917, + -11.714000599538993 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.03534762997818, + -11.714000599538993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73373180105902, + -11.930183163257755, + -76.72409312919625, + -11.919801561015355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72942186873688, + -11.919801561015355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13485625720936, + -11.741560898040172, + -77.12521272164246, + -11.73116674617441 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.12521272164246, + -11.738516653480687 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.13053799622496, + -11.73116674617441 + ] + ] + ], + "type": "Polygon" + }, + "id": "1420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04211236297014, + -12.031435303855563, + -77.03246253274175, + -12.02104750601875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.03678214416615, + -12.031435303855563 + ], + [ + -77.03246253274175, + -12.028388746419038 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.03779270682283, + -12.02104750601875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8036919364643, + -12.157256185647096, + -76.7940445986658, + -12.146876263503268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.8031831876835, + -12.155115559442741 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.79937705524948, + -12.146876263503268 + ] + ] + ], + "type": "Polygon" + }, + "id": "1422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88213798224771, + -11.968476836840049, + -76.87249418374424, + -11.95809205540176 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.87782348034044, + -11.95809205540176 + ] + ] + ], + "type": "Polygon" + }, + "id": "1423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01476588922195, + -12.217480785962131, + -77.00511120671555, + -12.207096572870567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.01476588922195, + -12.210144175994 + ], + [ + -77.01425999704288, + -12.215336335112728 + ], + [ + -77.00943256977892, + -12.217480785962131 + ], + [ + -77.00511120671555, + -12.214433099117043 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.01044448099324, + -12.207096572870567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7015634800257, + -12.351397548629524, + -76.69191311969472, + -12.34102343309229 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.69724881527445, + -12.34102343309229 + ] + ] + ], + "type": "Polygon" + }, + "id": "1425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8653871333442, + -12.13979946336476, + -76.85573866884583, + -12.129417713172733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8610708010956, + -12.129417713172733 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.8562466555747, + -12.13155992791658 + ], + [ + -76.8610708010956, + -12.129417713172733 + ] + ] + ], + "type": "Polygon" + }, + "id": "1426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94154438724001, + -12.021527664382724, + -76.93189744719885, + -12.011142194119476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.9372275681354, + -12.011142194119476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78461553672257, + -12.304693000909205, + -76.77496431007701, + -12.294315976228578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.78029920914764, + -12.294315976228578 + ] + ] + ], + "type": "Polygon" + }, + "id": "1428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06948925218083, + -11.939732828259231, + -77.05984145957466, + -11.929343006611061 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.06517008802307, + -11.929343006611061 + ] + ] + ], + "type": "Polygon" + }, + "id": "1429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92787811463596, + -12.256058254528376, + -76.91822453231035, + -12.245676822397133 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.92737094501857, + -12.25391618980404 + ], + [ + -76.92254406737669, + -12.256058254528376 + ], + [ + -76.91822453231035, + -12.25300957254589 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.92355853315213, + -12.245676822397133 + ] + ] + ], + "type": "Polygon" + }, + "id": "1430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69622773477306, + -12.358720161663447, + -76.6865773022623, + -12.348346308588814 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.6865773022623, + -12.3556688377434 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.69191311969472, + -12.348346308588814 + ] + ] + ], + "type": "Polygon" + }, + "id": "1431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82499579453673, + -12.316577668727993, + -76.81534312730976, + -12.30619982428117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.82067820250562, + -12.30619982428117 + ] + ] + ], + "type": "Polygon" + }, + "id": "1432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.917166574699, + -11.987664990008808, + -76.90752128195628, + -11.977279619386838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.91285086678302, + -11.977279619386838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88443309888707, + -12.180996945083717, + -76.87478290048413, + -12.170615374186148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011569854962, + -12.170615374186148 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.88011569854962, + -12.170615374186148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08764801930644, + -11.752689861349566, + -77.07800533788834, + -11.742296999307346 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.08333086481282, + -11.742296999307346 + ] + ] + ], + "type": "Polygon" + }, + "id": "1435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81586708955393, + -12.221351324313146, + -76.8062175114195, + -12.210972127835815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.8062175114195, + -12.218301759764714 + ], + [ + -76.80672631735953, + -12.213112215449463 + ], + [ + -76.81155101940085, + -12.210972127835815 + ] + ] + ], + "type": "Polygon" + }, + "id": "1436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10362396173086, + -11.7306442540037, + -77.09398153381368, + -11.720250712986669 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.10362396173086, + -11.723295092373823 + ], + [ + -77.1031200753195, + -11.728491915268664 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09930667571534, + -11.720250712986669 + ] + ] + ], + "type": "Polygon" + }, + "id": "1437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14503460237478, + -12.065136218670139, + -77.13538117161659, + -12.05474642981557 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14071175422416, + -12.05474642981557 + ], + [ + -77.14503460237478, + -12.057792104347916 + ], + [ + -77.14453077714165, + -12.062987050596886 + ], + [ + -77.13970397650614, + -12.065136218670139 + ], + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.14071175422416, + -12.05474642981557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75335192686669, + -12.388010392093081, + -76.74369905690335, + -12.377635586976158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.75284211268807, + -12.385873885332224 + ], + [ + -76.74801559026105, + -12.388010392093081 + ], + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.74903534456271, + -12.377635586976158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75793956630802, + -12.34132215207034, + -76.74828796731303, + -12.33094642577782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.75362348189307, + -12.33094642577782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8029193554918, + -12.212202554827076, + -76.79327039821405, + -12.201823536099242 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.80241050943825, + -12.210062655199982 + ], + [ + -76.79758594370263, + -12.212202554827076 + ], + [ + -76.79327039821405, + -12.209152914580061 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.79860376181625, + -12.201823536099242 + ] + ] + ], + "type": "Polygon" + }, + "id": "1441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96518445889102, + -12.110362847329455, + -76.95553425386471, + -12.09997815168615 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.96086581586991, + -12.09997815168615 + ] + ] + ], + "type": "Polygon" + }, + "id": "1442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73432083554341, + -12.346818817604797, + -76.72466971514163, + -12.336443786655844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.72466971514163, + -12.343767903900021 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.73000532787434, + -12.336443786655844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03458120496245, + -12.203709800748854, + -77.0249264261058, + -12.193324877807427 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.03458120496245, + -12.196372231107183 + ], + [ + -77.03407561222654, + -12.20156474502873 + ], + [ + -77.02924813689707, + -12.203709800748854 + ], + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.03025944929288, + -12.193324877807427 + ] + ] + ], + "type": "Polygon" + }, + "id": "1444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10290241562036, + -11.785654286004894, + -77.09325836855238, + -11.775261495881415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09858441572527, + -11.775261495881415 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.09376247750903, + -11.77741317992926 + ], + [ + -77.09858441572527, + -11.775261495881415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00483817295861, + -12.17718493984197, + -76.995184948792, + -12.16680032119332 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00051756991488, + -12.16680032119332 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -76.995184948792, + -12.174137344218932 + ], + [ + -76.9956910438627, + -12.168945087579957 + ], + [ + -77.00051756991488, + -12.16680032119332 + ] + ] + ], + "type": "Polygon" + }, + "id": "1446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97878721640056, + -11.781365466962002, + -76.9691464637406, + -11.770975650373458 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.9744725948197, + -11.770975650373458 + ] + ] + ], + "type": "Polygon" + }, + "id": "1447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79992539742047, + -11.960338916791907, + -76.7902840337155, + -11.949956078410022 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79992539742047, + -11.953004386774321 + ], + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7956132459377, + -11.949956078410022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89813413730914, + -12.040829791168543, + -76.8884877596593, + -12.03044569118453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.8884877596593, + -12.037781866290707 + ], + [ + -76.88899513373123, + -12.032589869824976 + ], + [ + -76.89381823604886, + -12.03044569118453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1386712642012, + -11.749802166949374, + -77.12902738812849, + -11.739408032253882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.12902738812849, + -11.746757913246189 + ], + [ + -77.12953093930693, + -11.741560898040172 + ], + [ + -77.1343527922292, + -11.739408032253882 + ] + ] + ], + "type": "Polygon" + }, + "id": "1450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148247396598, + -12.2661832321243, + -76.86183007437552, + -12.25580337532535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.8671642877311, + -12.25580337532535 + ] + ] + ], + "type": "Polygon" + }, + "id": "1451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76177711287785, + -12.255260499482885, + -76.75212798096787, + -12.244883228843866 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.76126762556498, + -12.253122060854563 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.75746207278014, + -12.244883228843866 + ] + ] + ], + "type": "Polygon" + }, + "id": "1452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85090958329069, + -12.240557112906606, + -76.84125849544819, + -12.23017734905206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.84659229978224, + -12.23017734905206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76645045229905, + -11.925568818006866, + -76.75681102839488, + -11.915186319000423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.76594154931739, + -11.923426042042088 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.76213968183714, + -11.915186319000423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76872589911339, + -11.949381900195183, + -76.75908570403777, + -11.938999689656672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76441474888121, + -11.938999689656672 + ], + [ + -76.76872589911339, + -11.942048216697108 + ], + [ + -76.76821699034271, + -11.94723937643689 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.76441474888121, + -11.938999689656672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12794435037111, + -11.670061939902558, + -77.1183031148538, + -11.659667025601372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1236272252964, + -11.659667025601372 + ], + [ + -77.12794435037111, + -11.66271086241547 + ], + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.1236272252964, + -11.659667025601372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83797556338855, + -12.042736275358036, + -76.82833072381995, + -12.03235370939618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.83797556338855, + -12.035402104472633 + ], + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.83366127340686, + -12.03235370939618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89278166840273, + -11.765043297631548, + -76.88314364782687, + -11.75465539019681 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.8884695882228, + -11.75465539019681 + ] + ] + ], + "type": "Polygon" + }, + "id": "1458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74812033431694, + -12.112423001787334, + -76.7384758371791, + -12.102043779726849 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7476108820213, + -12.110283007342625 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.7438075764294, + -12.102043779726849 + ] + ] + ], + "type": "Polygon" + }, + "id": "1459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06870288999693, + -11.900322049974132, + -77.05905629170415, + -11.88993168144073 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.06438427257368, + -11.88993168144073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0024628445721, + -11.964612644724845, + -76.99281602266578, + -11.954224826011501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.99332181845394, + -11.95637219692529 + ], + [ + -76.99814514347673, + -11.954224826011501 + ] + ] + ], + "type": "Polygon" + }, + "id": "1461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93850449424791, + -12.052682983184377, + -76.92885670444002, + -12.04229805960251 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.93317381093003, + -12.052682983184377 + ], + [ + -76.92885670444002, + -12.049635368097302 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.93418734155037, + -12.04229805960251 + ] + ] + ], + "type": "Polygon" + }, + "id": "1462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01840561929491, + -11.848188038484023, + -77.0087618565751, + -11.837798164959931 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.01307838802076, + -11.848188038484023 + ], + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.01408904283888, + -11.837798164959931 + ] + ] + ], + "type": "Polygon" + }, + "id": "1463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01628347445602, + -12.201904393792125, + -77.0066292181347, + -12.19151989099901 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.01628347445602, + -12.194567408757866 + ], + [ + -77.01577762792792, + -12.19975971273075 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.0119622336788, + -12.19151989099901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67266974161099, + -12.26992935607808, + -76.66302261158995, + -12.259554604231916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.67266974161099, + -12.262605637157193 + ], + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.66302261158995, + -12.266878238573295 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.66835696470443, + -12.259554604231916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76258733184356, + -12.10600262108009, + -76.7529426333178, + -12.095622931480012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.75827426187425, + -12.095622931480012 + ] + ] + ], + "type": "Polygon" + }, + "id": "1466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76705238043054, + -12.43652479809896, + -76.75739768793515, + -12.426150495077291 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.76171524694584, + -12.43652479809896 + ], + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.76273477265421, + -12.426150495077291 + ] + ] + ], + "type": "Polygon" + }, + "id": "1467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74737370150586, + -12.073045474104678, + -76.7377303993135, + -12.062665659997489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.74737370150586, + -12.065715027407807 + ], + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.74306148941663, + -12.062665659997489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83188792004697, + -12.01068284460619, + -76.82224419877562, + -12.00029994810434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.8265578474083, + -12.01068284460619 + ], + [ + -76.82224419877562, + -12.00763447320604 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.82757422369971, + -12.00029994810434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1226201965291, + -11.6774127077374, + -77.1129788756055, + -11.667018015990484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.11729591380346, + -11.6774127077374 + ], + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.1183031148538, + -11.667018015990484 + ] + ] + ], + "type": "Polygon" + }, + "id": "1470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04796342899317, + -11.59143626643514, + -77.03832655028705, + -11.581042306147529 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04364948071488, + -11.581042306147529 + ], + [ + -77.04796342899317, + -11.584086409030517 + ], + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.03832655028705, + -11.588392075614566 + ], + [ + -77.0388311268604, + -11.583195148361224 + ], + [ + -77.04364948071488, + -11.581042306147529 + ] + ] + ], + "type": "Polygon" + }, + "id": "1471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18357834940765, + -11.714828752919606, + -77.1739343994177, + -11.70443307868403 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17925915556174, + -11.70443307868403 + ], + [ + -77.18357834940765, + -11.707476658220566 + ], + [ + -77.18307561051407, + -11.712674547193362 + ], + [ + -77.17825355064637, + -11.714828752919606 + ], + [ + -77.1739343994177, + -11.711785086800907 + ], + [ + -77.17443726543019, + -11.706587301548067 + ], + [ + -77.17925915556174, + -11.70443307868403 + ] + ] + ], + "type": "Polygon" + }, + "id": "1472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6604680025827, + -12.300136736354332, + -76.65082030789188, + -12.289762803922416 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.65513309964597, + -12.300136736354332 + ], + [ + -76.65082030789188, + -12.297085360333693 + ], + [ + -76.6513314011033, + -12.29189844901694 + ], + [ + -76.65615516058665, + -12.289762803922416 + ] + ] + ], + "type": "Polygon" + }, + "id": "1473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01545999316056, + -12.06813702905952, + -77.00580975026283, + -12.057750442139612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.01012913690029, + -12.06813702905952 + ], + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.01114056140938, + -12.057750442139612 + ] + ] + ], + "type": "Polygon" + }, + "id": "1474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09981060281194, + -11.722403069735908, + -77.09016851608438, + -11.712009512855554 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09549352803964, + -11.712009512855554 + ], + [ + -77.09981060281194, + -11.715053882127341 + ], + [ + -77.09930667571534, + -11.720250712986669 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.09549352803964, + -11.712009512855554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77022411199204, + -12.028150412209138, + -76.7605815284606, + -12.01776933394112 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.76591187065324, + -12.01776933394112 + ] + ] + ], + "type": "Polygon" + }, + "id": "1476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75797160010954, + -12.24702169161154, + -76.74832281753221, + -12.2366443815717 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.75263759414607, + -12.24702169161154 + ], + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.75365677465794, + -12.2366443815717 + ] + ] + ], + "type": "Polygon" + }, + "id": "1477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81666731909887, + -11.977723751222392, + -76.80702498767408, + -11.967340747048311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.81666731909887, + -11.97038899766496 + ], + [ + -76.81615903351965, + -11.975580553874062 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.81235447794445, + -11.967340747048311 + ] + ] + ], + "type": "Polygon" + }, + "id": "1478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9696820343589, + -11.87486628382365, + -76.96003873338543, + -11.864477981987498 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.96536641199609, + -11.864477981987498 + ] + ] + ], + "type": "Polygon" + }, + "id": "1479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6759018145966, + -11.955877111986814, + -76.66626396441744, + -11.945497359722467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.66626396441744, + -11.952827644962346 + ], + [ + -76.66677429915578, + -11.947637823931064 + ], + [ + -76.67159313664872, + -11.945497359722467 + ] + ] + ], + "type": "Polygon" + }, + "id": "1481", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85091938326588, + -12.05188157564181, + -76.84127392604101, + -12.041498823977847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84660461835828, + -12.041498823977847 + ], + [ + -76.85091938326588, + -12.044547148264597 + ], + [ + -76.8504114588701, + -12.049738577922643 + ], + [ + -76.84558864349293, + -12.05188157564181 + ], + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.84660461835828, + -12.041498823977847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85243415491952, + -12.224987393687746, + -76.84278349147743, + -12.214607336513563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84811703784952, + -12.214607336513563 + ], + [ + -76.85243415491952, + -12.217656495079126 + ], + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.84811703784952, + -12.214607336513563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8463475149871, + -12.09860167079149, + -76.8367007859043, + -12.08821975268934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.8410160020484, + -12.09860167079149 + ], + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.84203225130845, + -12.08821975268934 + ] + ] + ], + "type": "Polygon" + }, + "id": "1484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69775933257007, + -12.343159305396847, + -76.68810932301002, + -12.332785146131139 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6934448830661, + -12.332785146131139 + ], + [ + -76.69775933257007, + -12.335836298859522 + ], + [ + -76.69724881527445, + -12.34102343309229 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.6886199659815, + -12.3349210436632 + ], + [ + -76.6934448830661, + -12.332785146131139 + ] + ] + ], + "type": "Polygon" + }, + "id": "1485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92705670900897, + -11.933590365525802, + -76.91741276880626, + -11.923203957194897 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92274145453044, + -11.923203957194897 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.92655003336047, + -11.931444244986135 + ], + [ + -76.92172797694813, + -11.933590365525802 + ], + [ + -76.91741276880626, + -11.930543249306346 + ], + [ + -76.91791957073065, + -11.925350098564028 + ], + [ + -76.92274145453044, + -11.923203957194897 + ] + ] + ], + "type": "Polygon" + }, + "id": "1486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97956206459095, + -11.820774570088416, + -76.96992011865227, + -11.810385271518005 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97524689709188, + -11.810385271518005 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.96992011865227, + -11.817728516791046 + ], + [ + -76.97042601009434, + -11.812533920669265 + ], + [ + -76.97524689709188, + -11.810385271518005 + ] + ] + ], + "type": "Polygon" + }, + "id": "1487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08020820724565, + -12.019447100301331, + -77.07055776679907, + -12.009058192397406 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.07588769317304, + -12.009058192397406 + ] + ] + ], + "type": "Polygon" + }, + "id": "1488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83036349883396, + -12.026256848950563, + -76.82071935395685, + -12.015874224861301 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82604963639913, + -12.015874224861301 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.82604963639913, + -12.015874224861301 + ] + ] + ], + "type": "Polygon" + }, + "id": "1489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95758657365043, + -12.18824204897064, + -76.9479342415317, + -12.177858774361768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.9479342415317, + -12.185193959157086 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.95326709539304, + -12.177858774361768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13206652392267, + -12.055998863149425, + -77.12241368939527, + -12.045609248541545 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.12241368939527, + -12.05295302543775 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.12774414185353, + -12.045609248541545 + ] + ] + ], + "type": "Polygon" + }, + "id": "1491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91183694337916, + -11.995002635926095, + -76.90219157176664, + -11.984617506734034 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.90650718661833, + -11.995002635926095 + ], + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.90752128195628, + -11.984617506734034 + ] + ] + ], + "type": "Polygon" + }, + "id": "1492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8288389404392, + -12.041830442744155, + -76.8191943719328, + -12.031448092612989 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.82833072381995, + -12.039687794711023 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.82452491191047, + -12.031448092612989 + ] + ] + ], + "type": "Polygon" + }, + "id": "1493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462398743313, + -12.289082605210671, + -76.85497108560884, + -12.278703301834094 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.86030568184812, + -12.278703301834094 + ] + ] + ], + "type": "Polygon" + }, + "id": "1494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88061586325699, + -11.984053674307091, + -76.87097164069043, + -11.973669160707045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.87630119498692, + -11.973669160707045 + ] + ] + ], + "type": "Polygon" + }, + "id": "1495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06270309458482, + -12.057055624847328, + -77.05305197612272, + -12.046667711940943 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.06219812549497, + -12.054908126082028 + ], + [ + -77.05737248058583, + -12.057055624847328 + ], + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.05838254568584, + -12.046667711940943 + ] + ] + ], + "type": "Polygon" + }, + "id": "1496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80448270176451, + -12.007965710383365, + -76.79483979590002, + -11.997583462952285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80016979062655, + -11.997583462952285 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.80016979062655, + -11.997583462952285 + ] + ] + ], + "type": "Polygon" + }, + "id": "1497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06197398375704, + -12.112039184367118, + -77.052321243399, + -12.101652136206967 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05765271998162, + -12.101652136206967 + ], + [ + -77.06197398375704, + -12.104698808685312 + ], + [ + -77.06146891860304, + -12.109892385110378 + ], + [ + -77.05664246271303, + -12.112039184367118 + ], + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.05765271998162, + -12.101652136206967 + ] + ] + ], + "type": "Polygon" + }, + "id": "1498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70472116340338, + -12.131676983275916, + -76.69507727776893, + -12.121299169393534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.70040934498715, + -12.121299169393534 + ] + ] + ], + "type": "Polygon" + }, + "id": "1499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06416057942566, + -11.94707655917476, + -77.0545127031302, + -11.93668697397618 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.05984145957466, + -11.93668697397618 + ] + ] + ], + "type": "Polygon" + }, + "id": "1500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99561636702067, + -11.987534669204283, + -76.98596903817867, + -11.977147356534768 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.99561636702067, + -11.980194039835608 + ], + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.99129854410266, + -11.977147356534768 + ] + ] + ], + "type": "Polygon" + }, + "id": "1501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09929103749539, + -12.060649667492111, + -77.089638886556, + -12.050260918316189 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.09396041545746, + -12.060649667492111 + ], + [ + -77.089638886556, + -12.057603501354174 + ], + [ + -77.09014347469176, + -12.052409178912328 + ], + [ + -77.09496946467995, + -12.050260918316189 + ] + ] + ], + "type": "Polygon" + }, + "id": "1502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81055021468434, + -12.134355213245756, + -76.80090337608169, + -12.123974755305422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.80623545146716, + -12.123974755305422 + ] + ] + ], + "type": "Polygon" + }, + "id": "1503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13255192832244, + -11.717728316494181, + -77.12290915952944, + -11.707333906910241 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12823404602626, + -11.707333906910241 + ], + [ + -77.13255192832244, + -11.71037795904309 + ], + [ + -77.13204846801388, + -11.715575216035242 + ], + [ + -77.1272269984792, + -11.717728316494181 + ], + [ + -77.12290915952944, + -11.714684177610327 + ], + [ + -77.12341274675862, + -11.709487025028457 + ], + [ + -77.12823404602626, + -11.707333906910241 + ] + ] + ], + "type": "Polygon" + }, + "id": "1504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74125988614372, + -12.135320428826583, + -76.73161489257272, + -12.124941740983902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.73694701156064, + -12.124941740983902 + ] + ] + ], + "type": "Polygon" + }, + "id": "1505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75946850423605, + -12.325758486529846, + -76.74981732885034, + -12.315382456258273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.74981732885034, + -12.322707905323348 + ], + [ + -76.7503270854496, + -12.31751994439775 + ], + [ + -76.75515258577161, + -12.315382456258273 + ] + ] + ], + "type": "Polygon" + }, + "id": "1506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9804028323503, + -12.04895345817932, + -76.97075406494896, + -12.03856744157454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.97989672239196, + -12.04680762979207 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.97126030148553, + -12.040713290862861 + ], + [ + -76.9760845990974, + -12.03856744157454 + ] + ] + ], + "type": "Polygon" + }, + "id": "1507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88517162257777, + -11.748562467808817, + -76.8755342932594, + -11.73817452953788 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88085996834661, + -11.73817452953788 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.87984590061093, + -11.748562467808817 + ], + [ + -76.8755342932594, + -11.745515975573003 + ], + [ + -76.87604139010497, + -11.74032206030213 + ], + [ + -76.88085996834661, + -11.73817452953788 + ] + ] + ], + "type": "Polygon" + }, + "id": "1508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.020790722105, + -12.060797338904989, + -77.01114056140938, + -12.050410508915258 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.01647124531827, + -12.050410508915258 + ] + ] + ], + "type": "Polygon" + }, + "id": "1509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12276891639894, + -11.866277882992234, + -77.11312196979395, + -11.855885721288594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.11844931346826, + -11.855885721288594 + ] + ] + ], + "type": "Polygon" + }, + "id": "1510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96899689561153, + -12.118602779470196, + -76.95934634579748, + -12.10821811821225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96467803976492, + -12.10821811821225 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.96467803976492, + -12.10821811821225 + ] + ] + ], + "type": "Polygon" + }, + "id": "1511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97123009519055, + -11.953673212966606, + -76.9615844060226, + -11.943286003493679 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.96209062181018, + -11.945432841246456 + ], + [ + -76.96691338030887, + -11.943286003493679 + ] + ] + ], + "type": "Polygon" + }, + "id": "1512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78468823665742, + -12.021725352666833, + -76.77504545369933, + -12.011343811546695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.78037568420207, + -12.011343811546695 + ] + ] + ], + "type": "Polygon" + }, + "id": "1513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81286280360032, + -11.969483966552096, + -76.80322081978751, + -11.959100936598569 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80855017629189, + -11.959100936598569 + ], + [ + -76.81286280360032, + -11.96214917791663 + ], + [ + -76.81235447794445, + -11.967340747048311 + ], + [ + -76.8075333991228, + -11.969483966552096 + ], + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.80855017629189, + -11.959100936598569 + ] + ] + ], + "type": "Polygon" + }, + "id": "1514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7222037386824, + -12.188437892604417, + -76.71255767999322, + -12.178060537688632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.71789068033374, + -12.178060537688632 + ] + ] + ], + "type": "Polygon" + }, + "id": "1515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7816352058938, + -12.052868878741426, + -76.77199157671312, + -12.04248788695079 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7773223218341, + -12.04248788695079 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.77250059435399, + -12.04462939613912 + ], + [ + -76.7773223218341, + -12.04248788695079 + ] + ] + ], + "type": "Polygon" + }, + "id": "1516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1097399748074, + -11.762716584051569, + -77.10009643864781, + -11.752323320218022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.10542209878692, + -11.752323320218022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85928934386396, + -12.296412224087684, + -76.8496363646964, + -12.286033177363246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.85878115198032, + -12.2942721821268 + ], + [ + -76.85395457554336, + -12.296412224087684 + ], + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.85497108560884, + -12.286033177363246 + ] + ] + ], + "type": "Polygon" + }, + "id": "1518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18065295393602, + -11.840456034963589, + -77.17100533636862, + -11.830062119272482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.18065295393602, + -11.833106373123053 + ], + [ + -77.18014997893674, + -11.838303382738747 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.17633216241319, + -11.830062119272482 + ] + ] + ], + "type": "Polygon" + }, + "id": "1519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84332737049102, + -11.752304322715093, + -76.83369103987081, + -11.741917479304261 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83901680459891, + -11.741917479304261 + ], + [ + -76.84332737049102, + -11.744964269309683 + ], + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.8341987259224, + -11.744064077581058 + ], + [ + -76.83901680459891, + -11.741917479304261 + ] + ] + ], + "type": "Polygon" + }, + "id": "1520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71302260897359, + -12.281825288310957, + -76.70337401298657, + -12.27144970132181 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.70870855710078, + -12.27144970132181 + ] + ] + ], + "type": "Polygon" + }, + "id": "1521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9940989187463, + -12.003115302354752, + -76.98445116451515, + -11.992728258454262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.98876910913224, + -12.003115302354752 + ], + [ + -76.98445116451515, + -12.000068442195992 + ], + [ + -76.98495713760713, + -11.99487497315486 + ], + [ + -76.98978092872882, + -11.992728258454262 + ] + ] + ], + "type": "Polygon" + }, + "id": "1522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00631552587889, + -12.067236205741036, + -76.99666554479332, + -12.056849829759749 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.00580975026283, + -12.065090047540574 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -76.99717144710482, + -12.058996008699237 + ], + [ + -77.00199635168258, + -12.056849829759749 + ] + ] + ], + "type": "Polygon" + }, + "id": "1523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90039272681831, + -11.7815241441975, + -76.89075401522645, + -11.771136269422373 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.8960802207666, + -11.771136269422373 + ] + ] + ], + "type": "Polygon" + }, + "id": "1524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01702042031687, + -12.146932649419114, + -77.00736778620349, + -12.136547250055235 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.01269989431522, + -12.136547250055235 + ] + ] + ], + "type": "Polygon" + }, + "id": "1525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72840301243187, + -11.937515704508344, + -76.71876426755529, + -11.927134344211519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.72840301243187, + -11.930183163257755 + ], + [ + -76.72789356139376, + -11.935373898159224 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.72409312919625, + -11.927134344211519 + ] + ] + ], + "type": "Polygon" + }, + "id": "1526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71984420587238, + -12.353227902414547, + -76.7101932895376, + -12.342853350801493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.71984420587238, + -12.345904345427913 + ], + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.7155290117787, + -12.342853350801493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72298972005147, + -12.133499236746845, + -76.71334527949831, + -12.123120985385466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.71765757709707, + -12.133499236746845 + ], + [ + -76.71334527949831, + -12.130449255125516 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.71867737315155, + -12.123120985385466 + ] + ] + ], + "type": "Polygon" + }, + "id": "1528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79380093773483, + -12.116968224464333, + -76.78415506836049, + -12.106587916089122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78948686508964, + -12.106587916089122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04342283271761, + -11.638207188621642, + -77.03378467913649, + -11.627813920730711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.03910838335909, + -11.627813920730711 + ] + ] + ], + "type": "Polygon" + }, + "id": "1530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10981057370954, + -11.857142815989276, + -77.1001642242317, + -11.846750840166921 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.10549143696291, + -11.846750840166921 + ] + ] + ], + "type": "Polygon" + }, + "id": "1531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99173202107475, + -11.790502882315279, + -76.98209066200216, + -11.78011287093347 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.99173202107475, + -11.78315856733314 + ], + [ + -76.99122647357277, + -11.788353626120626 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.9874169295685, + -11.78011287093347 + ] + ] + ], + "type": "Polygon" + }, + "id": "1532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09902098428189, + -11.682980692106957, + -77.08938009031519, + -11.672586642555022 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09470445564892, + -11.672586642555022 + ], + [ + -77.09902098428189, + -11.67563080594488 + ], + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.08938009031519, + -11.679936441601745 + ], + [ + -77.0898840939493, + -11.674739469293002 + ], + [ + -77.09470445564892, + -11.672586642555022 + ] + ] + ], + "type": "Polygon" + }, + "id": "1533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91333118962558, + -11.79066364138668, + -76.90369186591155, + -11.780275568967074 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.90901821128806, + -11.780275568967074 + ] + ] + ], + "type": "Polygon" + }, + "id": "1534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81432542426252, + -12.331232645598082, + -76.80467260501345, + -12.320855318891548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.80899005309979, + -12.331232645598082 + ], + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.8100079281163, + -12.320855318891548 + ] + ] + ], + "type": "Polygon" + }, + "id": "1535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0656170826723, + -11.837082237476274, + -77.05597244637845, + -11.826691056310004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06129939093016, + -11.826691056310004 + ], + [ + -77.0656170826723, + -11.829736337362805 + ], + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.06129939093016, + -11.826691056310004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09441944499468, + -11.635315553980867, + -77.08478008461495, + -11.624921010185655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.09010367353743, + -11.624921010185655 + ] + ] + ], + "type": "Polygon" + }, + "id": "1537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02377823795503, + -11.935245451189951, + -77.01413174398819, + -11.924856681623455 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01946035655936, + -11.924856681623455 + ] + ] + ], + "type": "Polygon" + }, + "id": "1538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96051778208165, + -11.779571331629558, + -76.9508775564326, + -11.769181941119646 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.95620367652793, + -11.769181941119646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386574774734, + -11.966670245777973, + -76.85422248697913, + -11.956285894378468 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.86335813776539, + -11.964525893918783 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.85955176675158, + -11.956285894378468 + ] + ] + ], + "type": "Polygon" + }, + "id": "1540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73525980572269, + -11.914610693846182, + -76.72562155611779, + -11.904228827841312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.7309500387754, + -11.904228827841312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91793421940739, + -12.027060044918947, + -76.9082877319821, + -12.016675243956414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.91793421940739, + -12.019722833993635 + ], + [ + -76.91742726985036, + -12.024915287869323 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.91361796516597, + -12.016675243956414 + ] + ] + ], + "type": "Polygon" + }, + "id": "1542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9766225288675, + -12.135082602905804, + -76.96697128966088, + -12.124698011785604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.9766225288675, + -12.127745589467992 + ], + [ + -76.9761162311798, + -12.13293793793133 + ], + [ + -76.97129052541295, + -12.135082602905804 + ], + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.97230324742839, + -12.124698011785604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66904166160356, + -11.978776078904273, + -76.65940331858874, + -11.968396839913646 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66473286855953, + -11.968396839913646 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.66853132077328, + -11.976636079702406 + ], + [ + -76.66371206161244, + -11.978776078904273 + ], + [ + -76.65940331858874, + -11.975726427110667 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.66473286855953, + -11.968396839913646 + ] + ] + ], + "type": "Polygon" + }, + "id": "1544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96358121347538, + -11.842802650155347, + -76.95393902572158, + -11.83241405007043 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95926618287949, + -11.83241405007043 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.95444517506823, + -11.834562090461873 + ], + [ + -76.95926618287949, + -11.83241405007043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99335847349819, + -12.058094944735732, + -76.98370909879881, + -12.047708747957476 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.9928525306654, + -12.055948951518946 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.98421516826845, + -12.04985476199432 + ], + [ + -76.9890397695912, + -12.047708747957476 + ] + ] + ], + "type": "Polygon" + }, + "id": "1546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83645124581795, + -12.058309780012467, + -76.82680598249071, + -12.04792748956714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.83594310947382, + -12.05616717673097 + ], + [ + -76.83112039096791, + -12.058309780012467 + ], + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.83213678967712, + -12.04792748956714 + ] + ] + ], + "type": "Polygon" + }, + "id": "1547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04206148469707, + -11.93704119159154, + -77.03241446984092, + -11.926652000438555 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03774308959042, + -11.926652000438555 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.03774308959042, + -11.926652000438555 + ] + ] + ], + "type": "Polygon" + }, + "id": "1548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300321234736, + -12.061931759894273, + -76.86335686911056, + -12.051548608680257 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.8686877121677, + -12.051548608680257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75498000783462, + -12.089524063602626, + -76.74533600735583, + -12.0791443108387 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.75498000783462, + -12.082193694336649 + ], + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.75066736676742, + -12.0791443108387 + ] + ] + ], + "type": "Polygon" + }, + "id": "1550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11823391292134, + -11.913040492895007, + -77.10858568677676, + -11.902649103096072 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.11823391292134, + -11.905694292215259 + ], + [ + -77.11772994783145, + -11.9108900392483 + ], + [ + -77.11290574944417, + -11.913040492895007 + ], + [ + -77.10858568677676, + -11.909995218323894 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.11391380665061, + -11.902649103096072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90723893537296, + -11.758600502537446, + -76.89760072597983, + -11.748212149342345 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.90292654903243, + -11.748212149342345 + ] + ] + ], + "type": "Polygon" + }, + "id": "1552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80141211917208, + -12.13344690620993, + -76.79176555321936, + -12.123066664519781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.7970976181632, + -12.123066664519781 + ] + ] + ], + "type": "Polygon" + }, + "id": "1553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0543419206305, + -12.095558712888565, + -77.04468986604563, + -12.085171595332916 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.05383677411936, + -12.093411872797482 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.05002108102497, + -12.085171595332916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13040113949462, + -11.882759922111694, + -77.12075351091488, + -11.87236780770754 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.13040113949462, + -11.875412733866321 + ], + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.12608111408974, + -11.87236780770754 + ] + ] + ], + "type": "Polygon" + }, + "id": "1555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01766958474732, + -11.903180987841111, + -77.00802420279429, + -11.892791907353127 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.01234144768623, + -11.903180987841111 + ], + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.0133522948192, + -11.892791907353127 + ] + ] + ], + "type": "Polygon" + }, + "id": "1556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7822864008227, + -12.469476998283303, + -76.77263031046003, + -12.459102894494023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.78177686139281, + -12.467340931841 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.77313997600487, + -12.461238985973267 + ], + [ + -76.77796793385436, + -12.459102894494023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93011464329292, + -11.996807297821308, + -76.92046873887017, + -11.986421741383538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92579846299431, + -11.986421741383538 + ], + [ + -76.93011464329292, + -11.989469068023997 + ], + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.92579846299431, + -11.986421741383538 + ] + ] + ], + "type": "Polygon" + }, + "id": "1558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7390604674199, + -11.922850293336104, + -76.72942186873688, + -11.912468449590586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.73475048608917, + -11.912468449590586 + ] + ] + ], + "type": "Polygon" + }, + "id": "1559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08462292299244, + -11.78386746640849, + -77.07497938995108, + -11.773475095589776 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.08411868721551, + -11.781716165237807 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.080305433621, + -11.773475095589776 + ] + ] + ], + "type": "Polygon" + }, + "id": "1560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08178457983627, + -12.09825739901075, + -77.0721317486738, + -12.087869653594057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.08127981427069, + -12.096110000953841 + ], + [ + -77.07645331308817, + -12.09825739901075 + ], + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.07746297124744, + -12.087869653594057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78619077329313, + -12.100489502683782, + -76.77654560073745, + -12.09010912944437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.77705462992269, + -12.092250127906045 + ], + [ + -76.78187712908792, + -12.09010912944437 + ] + ] + ], + "type": "Polygon" + }, + "id": "1562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98721639613423, + -11.931650815653068, + -76.9775709496767, + -11.921262892273097 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98289954458286, + -11.921262892273097 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.98289954458286, + -11.921262892273097 + ] + ] + ], + "type": "Polygon" + }, + "id": "1563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75195762035494, + -12.026334855813793, + -76.74231558645164, + -12.015954213218656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.74764590507083, + -12.015954213218656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06174742714745, + -11.734421169561823, + -77.0521059451894, + -11.724028695179257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.057431206859, + -11.724028695179257 + ], + [ + -77.06174742714745, + -11.727073467719785 + ], + [ + -77.06124294760833, + -11.732269757579088 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.05261055138301, + -11.72618012561161 + ], + [ + -77.057431206859, + -11.724028695179257 + ] + ] + ], + "type": "Polygon" + }, + "id": "1565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75039557163672, + -12.1362306265912, + -76.74075030226989, + -12.125851720882125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.74608243351243, + -12.125851720882125 + ] + ] + ], + "type": "Polygon" + }, + "id": "1566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81512708229609, + -12.087641668801487, + -76.80548151461645, + -12.077260365856098 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.81512708229609, + -12.080309195559746 + ], + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.81081281727833, + -12.077260365856098 + ] + ] + ], + "type": "Polygon" + }, + "id": "1567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90043088315463, + -12.158997184274185, + -76.89078091951508, + -12.148614862476226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89611334223908, + -12.148614862476226 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89078091951508, + -12.155948700882378 + ], + [ + -76.89128844697805, + -12.150757593390928 + ], + [ + -76.89611334223908, + -12.148614862476226 + ] + ] + ], + "type": "Polygon" + }, + "id": "1568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94769252275093, + -12.24229819616683, + -76.93803883395766, + -12.231916045245997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.9471856520181, + -12.240155522450415 + ], + [ + -76.94235872125175, + -12.24229819616683 + ], + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.93854583128991, + -12.234058741190108 + ], + [ + -76.94337258932624, + -12.231916045245997 + ] + ] + ], + "type": "Polygon" + }, + "id": "1569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17212986147436, + -11.690104403232636, + -77.16248693017911, + -11.67970868294663 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.16781129943348, + -11.67970868294663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71005315827308, + -12.124349221377837, + -76.70040934498715, + -12.113971155923014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70574129037449, + -12.113971155923014 + ], + [ + -76.71005315827308, + -12.117021122447646 + ], + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.70472116340338, + -12.124349221377837 + ], + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.70091947124558, + -12.116110191388778 + ], + [ + -76.70574129037449, + -12.113971155923014 + ] + ] + ], + "type": "Polygon" + }, + "id": "1571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0701576668281, + -11.790320603446272, + -77.06051430771765, + -11.779928671533746 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.06483145308951, + -11.790320603446272 + ], + [ + -77.06051430771765, + -11.787275521464334 + ], + [ + -77.06101888313391, + -11.78207960808194 + ], + [ + -77.06584047719991, + -11.779928671533746 + ] + ] + ], + "type": "Polygon" + }, + "id": "1572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88746720093108, + -11.961139670606338, + -76.87782348034044, + -11.950754648472627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8831526521152, + -11.950754648472627 + ], + [ + -76.88746720093108, + -11.953802177718293 + ], + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.87833087833924, + -11.952899598002343 + ], + [ + -76.8831526521152, + -11.950754648472627 + ] + ] + ], + "type": "Polygon" + }, + "id": "1573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63539416849386, + -12.226907032075102, + -76.62574935746389, + -12.216532528738178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6310830004541, + -12.216532528738178 + ], + [ + -76.63539416849386, + -12.219583688777156 + ], + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63006047492802, + -12.226907032075102 + ], + [ + -76.62574935746389, + -12.223855787026231 + ], + [ + -76.62626068288888, + -12.218668590491408 + ], + [ + -76.6310830004541, + -12.216532528738178 + ] + ] + ], + "type": "Polygon" + }, + "id": "1574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1128342335739, + -11.825966381879182, + -77.10318873666509, + -11.81557390079245 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10851543217257, + -11.81557390079245 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.10369276900585, + -11.817725310614867 + ], + [ + -77.10851543217257, + -11.81557390079245 + ] + ] + ], + "type": "Polygon" + }, + "id": "1575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09843332522756, + -11.926836353423381, + -77.08878518555234, + -11.916445641614432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.09411356152222, + -11.916445641614432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03428939211517, + -11.63731468960469, + -77.02465149818848, + -11.62692163335035 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.03378467913649, + -11.635162695119144 + ], + [ + -77.02896564657061, + -11.63731468960469 + ], + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02997519900748, + -11.62692163335035 + ] + ] + ], + "type": "Polygon" + }, + "id": "1577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9810462222782, + -11.710783308435081, + -76.97140751162812, + -11.700392498858923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97673247993028, + -11.700392498858923 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.98054064971193, + -11.708633312876302 + ], + [ + -76.97572120847171, + -11.710783308435081 + ], + [ + -76.97140751162812, + -11.707737865086148 + ], + [ + -76.97191321051103, + -11.702542513544097 + ], + [ + -76.97673247993028, + -11.700392498858923 + ] + ] + ], + "type": "Polygon" + }, + "id": "1578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92779040918244, + -11.784220480062288, + -76.91815089834766, + -11.773831961671553 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.92347712538351, + -11.773831961671553 + ] + ] + ], + "type": "Polygon" + }, + "id": "1579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01095041377262, + -12.209241045154117, + -77.00129607532106, + -12.19885679220924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.01095041377262, + -12.201904393792125 + ], + [ + -77.01044448099324, + -12.207096572870567 + ], + [ + -77.00561722574139, + -12.209241045154117 + ], + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -77.0066292181347, + -12.19885679220924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79375779020299, + -12.305604874725459, + -76.78410628973955, + -12.295227633950262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78944119976975, + -12.295227633950262 + ] + ] + ], + "type": "Polygon" + }, + "id": "1581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767232214623, + -12.069266405814592, + -76.85802590140814, + -12.058883500338526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.85802590140814, + -12.066218060979061 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.86335686911056, + -12.058883500338526 + ] + ] + ], + "type": "Polygon" + }, + "id": "1582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69706826246187, + -12.209504481442778, + -76.68742226421105, + -12.19912810982299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.6927556169731, + -12.19912810982299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66580278426186, + -12.292814095530664, + -76.65615516058665, + -12.282439902777137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.66529190226078, + -12.290678261177819 + ], + [ + -76.6604680025827, + -12.292814095530664 + ], + [ + -76.65615516058665, + -12.289762803922416 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.66148989210201, + -12.282439902777137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7564104907814, + -12.35688535971734, + -76.7467584681537, + -12.34650993894379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.7467584681537, + -12.353834605778536 + ], + [ + -76.74726831649916, + -12.348646949594508 + ], + [ + -76.75209424040968, + -12.34650993894379 + ] + ] + ], + "type": "Polygon" + }, + "id": "1585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02299759458361, + -11.895837962815476, + -77.0133522948192, + -11.885448647141391 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.0133522948192, + -11.892791907353127 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.01868025969733, + -11.885448647141391 + ] + ] + ], + "type": "Polygon" + }, + "id": "1586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99720923776802, + -12.160705218930046, + -76.98755670201037, + -12.150320525322783 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -76.9967031883501, + -12.158560431224156 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.9880628781608, + -12.152465334343079 + ], + [ + -76.99288905997795, + -12.150320525322783 + ] + ] + ], + "type": "Polygon" + }, + "id": "1587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72989109750505, + -12.016278876091091, + -76.72024996453726, + -12.005898642778 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72558012363655, + -12.005898642778 + ], + [ + -76.72989109750505, + -12.008947870443976 + ], + [ + -76.72938154308636, + -12.014138041774844 + ], + [ + -76.72456088923846, + -12.016278876091091 + ], + [ + -76.72024996453726, + -12.013229562284542 + ], + [ + -76.72075964450715, + -12.008039500312059 + ], + [ + -76.72558012363655, + -12.005898642778 + ] + ] + ], + "type": "Polygon" + }, + "id": "1588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14097632721865, + -11.773634305582286, + -77.1313316842789, + -11.76324043341556 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.13183524013903, + -11.765393063949995 + ], + [ + -77.13665747649421, + -11.76324043341556 + ] + ] + ], + "type": "Polygon" + }, + "id": "1589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77625106134973, + -12.248844782385618, + -76.76660172902231, + -12.238467038557543 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.77193570939087, + -12.238467038557543 + ] + ] + ], + "type": "Polygon" + }, + "id": "1590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10211225704157, + -11.746234262481586, + -77.0924694032051, + -11.73584096398892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.10211225704157, + -11.738885439965925 + ], + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.09779480351308, + -11.73584096398892 + ] + ] + ], + "type": "Polygon" + }, + "id": "1591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81358580789436, + -12.197543290618587, + -76.80393700180075, + -12.187163765017386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80927011807941, + -12.187163765017386 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.80444580205736, + -12.18930411060126 + ], + [ + -76.80927011807941, + -12.187163765017386 + ] + ] + ], + "type": "Polygon" + }, + "id": "1592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17221864986512, + -11.784549845216997, + -77.16257290563331, + -11.774155368229103 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.16789882671111, + -11.774155368229103 + ] + ] + ], + "type": "Polygon" + }, + "id": "1593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1037616164288, + -11.919491081004846, + -77.09411356152222, + -11.909100134318656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09944180891165, + -11.909100134318656 + ], + [ + -77.1037616164288, + -11.912145488248639 + ], + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09944180891165, + -11.909100134318656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07336393808826, + -12.042372283239253, + -77.06371298719152, + -12.031983887363731 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.06904330055207, + -12.031983887363731 + ] + ] + ], + "type": "Polygon" + }, + "id": "1595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81132133720949, + -12.079402156330916, + -76.80167611740973, + -12.0690208220201 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.81132133720949, + -12.072069644631195 + ], + [ + -76.81081281727833, + -12.077260365856098 + ], + [ + -76.8059901203962, + -12.079402156330916 + ], + [ + -76.80167611740973, + -12.076353248308395 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.80700728619527, + -12.0690208220201 + ] + ] + ], + "type": "Polygon" + }, + "id": "1596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82272621188112, + -12.19845235961865, + -76.81307713366614, + -12.188072618322337 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81841026002341, + -12.188072618322337 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.81358580789436, + -12.190213151611028 + ], + [ + -76.81841026002341, + -12.188072618322337 + ] + ] + ], + "type": "Polygon" + }, + "id": "1597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08534751578225, + -11.728859377487188, + -77.07570560164132, + -11.718466256103767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.08103074008486, + -11.718466256103767 + ] + ] + ], + "type": "Polygon" + }, + "id": "1598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81133778090705, + -11.985058175945113, + -76.80169537381178, + -11.974675414507296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80702498767408, + -11.974675414507296 + ], + [ + -76.81133778090705, + -11.977723751222392 + ], + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.80169537381178, + -11.982009753163393 + ], + [ + -76.80220387104839, + -11.976818426605972 + ], + [ + -76.80702498767408, + -11.974675414507296 + ] + ] + ], + "type": "Polygon" + }, + "id": "1599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80670851563987, + -12.31475522018609, + -76.79705639329356, + -12.304377806415557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.80137341259157, + -12.31475522018609 + ], + [ + -76.79705639329356, + -12.31170513128172 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.80239144817827, + -12.304377806415557 + ] + ] + ], + "type": "Polygon" + }, + "id": "1600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94614896309108, + -12.163522979111862, + -76.9364976666689, + -12.153139592392204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.94183012391612, + -12.153139592392204 + ] + ] + ], + "type": "Polygon" + }, + "id": "1601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.901952995076, + -12.143423630246941, + -76.89230345618219, + -12.133041023556746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8976356208289, + -12.133041023556746 + ], + [ + -76.901952995076, + -12.136089333367956 + ], + [ + -76.90144563967331, + -12.14128069011411 + ], + [ + -76.89662078367436, + -12.143423630246941 + ], + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.8976356208289, + -12.133041023556746 + ] + ] + ], + "type": "Polygon" + }, + "id": "1602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78010848456321, + -12.068440020307428, + -76.77046443223611, + -12.058059305498556 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.77959954693806, + -12.066298766195905 + ], + [ + -76.7747774336386, + -12.068440020307428 + ], + [ + -76.77046443223611, + -12.065390885705238 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.77579543469196, + -12.058059305498556 + ] + ] + ], + "type": "Polygon" + }, + "id": "1603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00254151406749, + -12.153368031679028, + -76.99288905997795, + -12.142983090283563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -77.00203555085251, + -12.151223035839331 + ], + [ + -76.99720923776802, + -12.153368031679028 + ], + [ + -76.99288905997795, + -12.150320525322783 + ], + [ + -76.99339514994088, + -12.145128107346745 + ], + [ + -76.99822129095537, + -12.142983090283563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81207597451416, + -12.118784455424947, + -76.80242955957601, + -12.108403714272226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.80776137736976, + -12.108403714272226 + ] + ] + ], + "type": "Polygon" + }, + "id": "1605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0800842551525, + -11.830631081774712, + -77.07043944449518, + -11.820239459426752 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.07957988290458, + -11.828480440112767 + ], + [ + -77.07475739210732, + -11.830631081774712 + ], + [ + -77.07043944449518, + -11.827585878562633 + ], + [ + -77.07094394354529, + -11.82239011986112 + ], + [ + -77.07576626341468, + -11.820239459426752 + ] + ] + ], + "type": "Polygon" + }, + "id": "1606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84026578451459, + -11.972198273386454, + -76.83062298680203, + -11.961814594640533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83595237273958, + -11.961814594640533 + ], + [ + -76.84026578451459, + -11.964862605125719 + ], + [ + -76.83975783662588, + -11.97005449846602 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.83113106065038, + -11.96395839145334 + ], + [ + -76.83595237273958, + -11.961814594640533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919408267876, + -11.7705851581965, + -76.85955652064347, + -11.760197913128017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.86919408267876, + -11.763244580154128 + ], + [ + -76.86868685442694, + -11.76843825663278 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.86488256932016, + -11.760197913128017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81740771655136, + -12.111452727858993, + -76.80776137736976, + -12.101071737637454 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.80776137736976, + -12.108403714272226 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.81309307145635, + -12.101071737637454 + ] + ] + ], + "type": "Polygon" + }, + "id": "1609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04347406108556, + -11.732633652918185, + -77.0338330973031, + -11.722241600422246 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0391583529903, + -11.722241600422246 + ], + [ + -77.04347406108556, + -11.725286525484341 + ], + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.0391583529903, + -11.722241600422246 + ] + ] + ], + "type": "Polygon" + }, + "id": "1610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14248652293227, + -11.758043435998903, + -77.13284230641537, + -11.747649318930211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13816783999256, + -11.747649318930211 + ], + [ + -77.14248652293227, + -11.750693495118995 + ], + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.13284230641537, + -11.754999173374838 + ], + [ + -77.1333458168328, + -11.749802166949374 + ], + [ + -77.13816783999256, + -11.747649318930211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91412495504915, + -12.018820022413124, + -76.90447881326621, + -12.008435192209388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.91412495504915, + -12.011482775427204 + ], + [ + -76.91361796516597, + -12.016675243956414 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.90980891391831, + -12.008435192209388 + ] + ] + ], + "type": "Polygon" + }, + "id": "1612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9750096323203, + -11.867524323007165, + -76.96536641199609, + -11.85713578648026 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.9696820343589, + -11.867524323007165 + ], + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.97069396432299, + -11.85713578648026 + ] + ] + ], + "type": "Polygon" + }, + "id": "1613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03135628659125, + -11.857325451239097, + -77.02171192009884, + -11.846935388003912 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.03085118963048, + -11.85517616744778 + ], + [ + -77.02602892065026, + -11.857325451239097 + ], + [ + -77.02171192009884, + -11.854279670027646 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.02703924121163, + -11.846935388003912 + ] + ] + ], + "type": "Polygon" + }, + "id": "1614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71923055879601, + -12.030939890255016, + -76.70958928013314, + -12.020560149582915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71491968334011, + -12.020560149582915 + ], + [ + -76.71923055879601, + -12.02360954949804 + ], + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.70958928013314, + -12.027890404263326 + ], + [ + -76.71009913142541, + -12.022700588670384 + ], + [ + -76.71491968334011, + -12.020560149582915 + ] + ] + ], + "type": "Polygon" + }, + "id": "1615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89129533092375, + -12.252429412743059, + -76.8816428183112, + -12.242048832719828 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.88697678986307, + -12.242048832719828 + ] + ] + ], + "type": "Polygon" + }, + "id": "1616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01528772099334, + -11.690534766826774, + -77.00564873072685, + -11.680142853864663 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01097332848151, + -11.680142853864663 + ], + [ + -77.01528772099334, + -11.683187797266354 + ], + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.00564873072685, + -11.687489736054188 + ], + [ + -77.00615391906734, + -11.682293832603506 + ], + [ + -77.01097332848151, + -11.680142853864663 + ] + ] + ], + "type": "Polygon" + }, + "id": "1617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03819846662982, + -11.83439557563044, + -77.02855460820076, + -11.824005026320147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.03769350129802, + -11.832245867622127 + ], + [ + -77.03287148639687, + -11.83439557563044 + ], + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.03388154370941, + -11.824005026320147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90802830679284, + -11.986762555892573, + -76.89838328087936, + -11.976377399150355 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.90802830679284, + -11.979424874866586 + ], + [ + -76.90752128195628, + -11.984617506734034 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.90371285848664, + -11.976377399150355 + ] + ] + ], + "type": "Polygon" + }, + "id": "1619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06404601715587, + -11.75825059830333, + -77.05440376767025, + -11.747858384072922 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.06404601715587, + -11.750903264000875 + ], + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.05972941801775, + -11.747858384072922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93321203596969, + -12.248725420611775, + -76.92355853315213, + -12.23834373494726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.92787811463596, + -12.248725420611775 + ], + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.92889240814665, + -12.23834373494726 + ] + ] + ], + "type": "Polygon" + }, + "id": "1621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70852311032397, + -12.139915963912179, + -76.69887887451951, + -12.129538183061374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70421107699666, + -12.129538183061374 + ], + [ + -76.70852311032397, + -12.132588242634544 + ], + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.70421107699666, + -12.129538183061374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98951021131238, + -11.95547279875114, + -76.97986399568869, + -11.945085164966589 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98519298032436, + -11.945085164966589 + ], + [ + -76.98951021131238, + -11.948131742512953 + ], + [ + -76.98900437503764, + -11.95332561237651 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.9803699585047, + -11.947232371665033 + ], + [ + -76.98519298032436, + -11.945085164966589 + ] + ] + ], + "type": "Polygon" + }, + "id": "1623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98640570813393, + -11.797846879807409, + -76.97676426791922, + -11.787457099151512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.98640570813393, + -11.790502882315279 + ], + [ + -76.9859000746397, + -11.795697825769755 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.98209066200216, + -11.787457099151512 + ] + ] + ], + "type": "Polygon" + }, + "id": "1624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91561788115503, + -11.814485873145482, + -76.90597778825628, + -11.804098069159947 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91130452359106, + -11.804098069159947 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91029109935485, + -11.814485873145482 + ], + [ + -76.90597778825628, + -11.811439285948001 + ], + [ + -76.90648456343841, + -11.806245437557605 + ], + [ + -76.91130452359106, + -11.804098069159947 + ] + ] + ], + "type": "Polygon" + }, + "id": "1625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73130034273298, + -12.283652429168876, + -76.72165119217881, + -12.273276406219232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72698576225197, + -12.273276406219232 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.72698576225197, + -12.273276406219232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7495451987709, + -12.379772118643285, + -76.73989267859994, + -12.369397267450552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.7404026587213, + -12.371533824019414 + ], + [ + -76.74522883135594, + -12.369397267450552 + ] + ] + ], + "type": "Polygon" + }, + "id": "1627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9858022024248, + -12.230344713606232, + -76.9761478817324, + -12.219961423783701 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.9858022024248, + -12.223009358867566 + ], + [ + -76.98529588414156, + -12.228201056536502 + ], + [ + -76.98046863762833, + -12.230344713606232 + ], + [ + -76.9761478817324, + -12.227296694785055 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.98148140094602, + -12.219961423783701 + ] + ] + ], + "type": "Polygon" + }, + "id": "1628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75953165817688, + -12.137140558703846, + -76.74988611348978, + -12.126761435377949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.75521825671171, + -12.126761435377949 + ] + ] + ], + "type": "Polygon" + }, + "id": "1629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06264620267393, + -11.96266060681763, + -77.05299790032934, + -11.952271285829106 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.06214138005943, + -11.960511944500306 + ], + [ + -77.05731714325874, + -11.96266060681763 + ], + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.0583269153338, + -11.952271285829106 + ] + ] + ], + "type": "Polygon" + }, + "id": "1630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00783276149684, + -12.051656572915828, + -76.99818320610595, + -12.041269921951132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -77.00351375454326, + -12.041269921951132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09974294942828, + -11.627964952751988, + -77.09010367353743, + -11.617570187908836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09542713418077, + -11.617570187908836 + ], + [ + -77.09974294942828, + -11.620614042981536 + ], + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.09010367353743, + -11.624921010185655 + ], + [ + -77.09060758148638, + -11.61972368027196 + ], + [ + -77.09542713418077, + -11.617570187908836 + ] + ] + ], + "type": "Polygon" + }, + "id": "1632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15313728854409, + -11.743343241724693, + -77.14349324435236, + -11.732948673005831 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1488185194075, + -11.732948673005831 + ], + [ + -77.15313728854409, + -11.735992676230515 + ], + [ + -77.1526340775706, + -11.741190012628635 + ], + [ + -77.14781197042952, + -11.743343241724693 + ], + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.1488185194075, + -11.732948673005831 + ] + ] + ], + "type": "Polygon" + }, + "id": "1633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14550650548077, + -11.726860598266184, + -77.1358631417367, + -11.716465996050955 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1411881580904, + -11.716465996050955 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.13636656128509, + -11.718619277899665 + ], + [ + -77.1411881580904, + -11.716465996050955 + ] + ] + ], + "type": "Polygon" + }, + "id": "1634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84710056106249, + -12.232317954210737, + -76.8374498206958, + -12.221938150868409 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.84278349147743, + -12.221938150868409 + ] + ] + ], + "type": "Polygon" + }, + "id": "1635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12118344086292, + -11.787440066087266, + -77.11153888167948, + -11.777046857665711 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.12067971258747, + -11.785288035838555 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.11686493125283, + -11.777046857665711 + ] + ] + ], + "type": "Polygon" + }, + "id": "1636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94841745659215, + -12.092979888681755, + -76.93876820621303, + -12.082595338052522 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.9392749592512, + -12.0847399451116 + ], + [ + -76.94409949816392, + -12.082595338052522 + ] + ] + ], + "type": "Polygon" + }, + "id": "1637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11513770134688, + -11.849795824328963, + -77.10549143696291, + -11.839403617151348 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11081852096974, + -11.839403617151348 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.11081852096974, + -11.839403617151348 + ] + ] + ], + "type": "Polygon" + }, + "id": "1638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1035551945687, + -11.636206231702854, + -77.09391557768565, + -11.6258114779011 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0992391682005, + -11.6258114779011 + ], + [ + -77.1035551945687, + -11.62885534500371 + ], + [ + -77.10305145400228, + -11.634052774369808 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.09441944499468, + -11.627964952751988 + ], + [ + -77.0992391682005, + -11.6258114779011 + ] + ] + ], + "type": "Polygon" + }, + "id": "1639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81816318921196, + -12.150833909215356, + -76.80851565464158, + -12.140453520044531 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.81384799784915, + -12.140453520044531 + ] + ] + ], + "type": "Polygon" + }, + "id": "1640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17754448390403, + -11.777199413782359, + -77.16789882671111, + -11.766804710012233 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17322461803016, + -11.766804710012233 + ], + [ + -77.17754448390403, + -11.769848669392418 + ], + [ + -77.17704156339822, + -11.775046073121723 + ], + [ + -77.17221864986512, + -11.777199413782359 + ], + [ + -77.16789882671111, + -11.774155368229103 + ], + [ + -77.16840187436104, + -11.768958068198222 + ], + [ + -77.17322461803016, + -11.766804710012233 + ] + ] + ], + "type": "Polygon" + }, + "id": "1641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87300630446893, + -12.250613372901585, + -76.86335432957894, + -12.240233220433915 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.86868828482946, + -12.240233220433915 + ] + ] + ], + "type": "Polygon" + }, + "id": "1642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02295231324102, + -11.801432281006088, + -77.01330982621155, + -11.79104165225588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.0176258564768, + -11.801432281006088 + ], + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.0186362380432, + -11.79104165225588 + ] + ] + ], + "type": "Polygon" + }, + "id": "1643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05104323375512, + -11.65468935856612, + -77.04140439588559, + -11.644296113205549 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.04140439588559, + -11.6516448401383 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.04672836124912, + -11.644296113205549 + ] + ] + ], + "type": "Polygon" + }, + "id": "1644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87071567618003, + -11.755004228762255, + -76.86107853752013, + -11.744616736798099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86640432889268, + -11.744616736798099 + ], + [ + -76.87071567618003, + -11.747663303644533 + ], + [ + -76.8702084935547, + -11.752857103573922 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.86158584605771, + -11.746763882440542 + ], + [ + -76.86640432889268, + -11.744616736798099 + ] + ] + ], + "type": "Polygon" + }, + "id": "1645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77935795776507, + -12.029057795759767, + -76.76971510013246, + -12.018676500029919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.77504545369933, + -12.018676500029919 + ] + ] + ], + "type": "Polygon" + }, + "id": "1646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13938676059932, + -11.694785948437103, + -77.12974450377133, + -11.684391075871291 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.13506900273448, + -11.684391075871291 + ] + ] + ], + "type": "Polygon" + }, + "id": "1647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7427885461294, + -12.11975232598511, + -76.73314397543805, + -12.109373354261265 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7384758371791, + -12.109373354261265 + ], + [ + -76.7427885461294, + -12.112423001787334 + ], + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.73365363917806, + -12.111513161727805 + ], + [ + -76.7384758371791, + -12.109373354261265 + ] + ] + ], + "type": "Polygon" + }, + "id": "1648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01771333853449, + -11.997574360779007, + -77.00806514215577, + -11.987186654027571 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.013394788208, + -11.987186654027571 + ] + ] + ], + "type": "Polygon" + }, + "id": "1649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07487823669621, + -12.02678962132425, + -77.06522771217811, + -12.016400953471837 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.07487823669621, + -12.019447100301331 + ], + [ + -77.07437348567986, + -12.024641486558524 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.07055776679907, + -12.016400953471837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08311017017799, + -11.799455712820448, + -77.0734662112888, + -11.789063589940808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.0734662112888, + -11.79641069919523 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.07879251335773, + -11.789063589940808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8516789035542, + -12.091268353173671, + -76.84203225130845, + -12.080886187564875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.84736359241913, + -12.080886187564875 + ] + ] + ], + "type": "Polygon" + }, + "id": "1652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04968880885504, + -11.953522440294051, + -77.04004110839043, + -11.943133302142135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.04536998979769, + -11.943133302142135 + ] + ] + ], + "type": "Polygon" + }, + "id": "1653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77475031919812, + -12.17009715536725, + -76.76510337861748, + -12.159718170058795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.77043605989522, + -12.159718170058795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72154544582635, + -11.960419260096923, + -76.71190620590386, + -11.950038409028991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.72103586337181, + -11.958277892780949 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.71723544642707, + -11.950038409028991 + ] + ] + ], + "type": "Polygon" + }, + "id": "1655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65991378469602, + -11.977866240686126, + -76.65027572144899, + -11.967487222309158 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65991378469602, + -11.970536862742463 + ], + [ + -76.65940331858874, + -11.975726427110667 + ], + [ + -76.65458419926588, + -11.977866240686126 + ], + [ + -76.65027572144899, + -11.974816513596563 + ], + [ + -76.65078631279576, + -11.969627059597494 + ], + [ + -76.65560525672947, + -11.967487222309158 + ] + ] + ], + "type": "Polygon" + }, + "id": "1656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79459613704375, + -11.96767311832343, + -76.78495469820841, + -11.957290522148375 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.7902840337155, + -11.957290522148375 + ] + ] + ], + "type": "Polygon" + }, + "id": "1657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79835943172107, + -12.164586490596045, + -76.78871201858094, + -12.154206819934004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.79835943172107, + -12.157256185647096 + ], + [ + -76.79785059706296, + -12.162446075060112 + ], + [ + -76.79302680339849, + -12.164586490596045 + ], + [ + -76.78871201858094, + -12.161537040016814 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.7940445986658, + -12.154206819934004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76330548314063, + -12.23969451954292, + -76.75365677465794, + -12.229316953406329 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.7589906089295, + -12.229316953406329 + ] + ] + ], + "type": "Polygon" + }, + "id": "1659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82197005773068, + -12.159073239383714, + -76.81232217526674, + -12.148692885280488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.8128307980529, + -12.150833909215356 + ], + [ + -76.81765465232374, + -12.148692885280488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87834018196135, + -12.243282307815218, + -76.86868828482946, + -12.232901901105423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.87402211520106, + -12.232901901105423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88747873407841, + -12.149851658186375, + -76.87782938489771, + -12.13946951445665 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.88697116631901, + -12.147709114327318 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.88316166691402, + -12.13946951445665 + ] + ] + ], + "type": "Polygon" + }, + "id": "1662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11499344052862, + -11.66093010287132, + -77.10535280103704, + -11.650535384932878 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.11067678091685, + -11.650535384932878 + ] + ] + ], + "type": "Polygon" + }, + "id": "1663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75488127763974, + -12.372448107161299, + -76.74522883135594, + -12.36207299344637 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.74522883135594, + -12.369397267450552 + ], + [ + -76.7457387255827, + -12.364209764792081 + ], + [ + -76.75056486130504, + -12.36207299344637 + ] + ] + ], + "type": "Polygon" + }, + "id": "1664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94764584729984, + -12.053585640297774, + -76.9379977921497, + -12.043200503889656 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.9379977921497, + -12.05053810457391 + ], + [ + -76.93850449424791, + -12.045345589550006 + ], + [ + -76.9433284355632, + -12.043200503889656 + ] + ] + ], + "type": "Polygon" + }, + "id": "1665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80372927129125, + -11.968578673404817, + -76.79408755972946, + -11.958195860215538 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79941690587268, + -11.958195860215538 + ], + [ + -76.80372927129125, + -11.96124417825265 + ], + [ + -76.80322081978751, + -11.966435639064713 + ], + [ + -76.79839987704518, + -11.968578673404817 + ], + [ + -76.79408755972946, + -11.965530269159347 + ], + [ + -76.79459613704375, + -11.960338916791907 + ], + [ + -76.79941690587268, + -11.958195860215538 + ] + ] + ], + "type": "Polygon" + }, + "id": "1666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65212946585952, + -12.244299072224658, + -76.64248367020126, + -12.233924423678694 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.64781760079111, + -12.233924423678694 + ] + ] + ], + "type": "Polygon" + }, + "id": "1667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9027191082741, + -12.182809830571253, + -76.89306837357687, + -12.172427832243416 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.89840118724706, + -12.172427832243416 + ] + ] + ], + "type": "Polygon" + }, + "id": "1668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01472296623325, + -12.123114437528963, + -77.00507110193806, + -12.11272871992293 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.01040282007175, + -12.11272871992293 + ] + ] + ], + "type": "Polygon" + }, + "id": "1669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74286138336264, + -11.931089892751375, + -76.73322243566118, + -11.920708071720496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.73322243566118, + -11.928041149180768 + ], + [ + -76.73373180105902, + -11.922850293336104 + ], + [ + -76.73855118766735, + -11.920708071720496 + ] + ] + ], + "type": "Polygon" + }, + "id": "1670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9225120667846, + -12.074693186761472, + -76.91286403873411, + -12.064308996929775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91819505294406, + -12.064308996929775 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.91819505294406, + -12.064308996929775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84560798333898, + -11.776124506755961, + -76.83597088307187, + -11.765737925977316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.84028178076046, + -11.776124506755961 + ], + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.84129703820004, + -11.765737925977316 + ] + ] + ], + "type": "Polygon" + }, + "id": "1672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00316204753757, + -11.815225094436832, + -76.99351965796477, + -11.80483513940023 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.99884631950708, + -11.80483513940023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77397288005294, + -12.225039154116509, + -76.76432432025864, + -12.21466107710835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.77397288005294, + -12.217710961576115 + ], + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76965790855722, + -12.21466107710835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93700456203119, + -12.16261835575719, + -76.92735353121036, + -12.152235181520883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.93268598210483, + -12.152235181520883 + ] + ] + ], + "type": "Polygon" + }, + "id": "1675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10066834754372, + -11.856248514376208, + -77.09102225459151, + -11.845856747651977 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.09634946591663, + -11.845856747651977 + ] + ] + ], + "type": "Polygon" + }, + "id": "1676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86462488715561, + -12.194754340853814, + -76.85497480252052, + -12.184373487091857 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.86462488715561, + -12.18742238873133 + ], + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.85497480252052, + -12.191705354794417 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.86030784183497, + -12.184373487091857 + ] + ] + ], + "type": "Polygon" + }, + "id": "1677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66144509136122, + -11.9622976457451, + -76.6518074496545, + -11.951918358294858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.66144509136122, + -11.95496790038637 + ], + [ + -76.66093467108166, + -11.960157599294511 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.65713672834745, + -11.951918358294858 + ] + ] + ], + "type": "Polygon" + }, + "id": "1678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15997176058141, + -11.720400425050473, + -77.15032822931775, + -11.710005390138434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15997176058141, + -11.713049210997788 + ], + [ + -77.15946868125457, + -11.718246780465037 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.15565311631846, + -11.710005390138434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85166954580858, + -12.279934242298006, + -76.84201726154947, + -12.26955511120941 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.84735171543474, + -12.26955511120941 + ] + ] + ], + "type": "Polygon" + }, + "id": "1680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86233817470074, + -12.265274486608051, + -76.85268604479349, + -12.254894843947957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.86233817470074, + -12.25794409930229 + ], + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.85802024953759, + -12.254894843947957 + ] + ] + ], + "type": "Polygon" + }, + "id": "1681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84939556435577, + -12.067455357858927, + -76.83974968320184, + -12.05707288250387 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84508063319751, + -12.05707288250387 + ], + [ + -76.84939556435577, + -12.06012129925268 + ], + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.84025777939198, + -12.059215671907184 + ], + [ + -76.84508063319751, + -12.05707288250387 + ] + ] + ], + "type": "Polygon" + }, + "id": "1682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14034044464519, + -11.923070671836985, + -77.13069136675598, + -11.912678891461265 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.14034044464519, + -11.915723927283263 + ], + [ + -77.13983677451922, + -11.92091986944589 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.13601961774228, + -11.912678891461265 + ] + ] + ], + "type": "Polygon" + }, + "id": "1683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81514241663587, + -11.993297920971964, + -76.80549966186396, + -11.982915186093006 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81082940952432, + -11.982915186093006 + ], + [ + -76.81514241663587, + -11.985963531813256 + ], + [ + -76.81463408533007, + -11.991154953371574 + ], + [ + -76.80981262102775, + -11.993297920971964 + ], + [ + -76.80549966186396, + -11.990249489255966 + ], + [ + -76.80600811904529, + -11.985058175945113 + ], + [ + -76.81082940952432, + -11.982915186093006 + ] + ] + ], + "type": "Polygon" + }, + "id": "1684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72522144709875, + -12.251610981112727, + -76.71557341966265, + -12.241234580516277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72090746213965, + -12.241234580516277 + ], + [ + -76.72522144709875, + -12.24428504214108 + ], + [ + -76.72471145654949, + -12.249473296936785 + ], + [ + -76.71988735531627, + -12.251610981112727 + ], + [ + -76.71557341966265, + -12.248560434966567 + ], + [ + -76.71608353592724, + -12.243372289175586 + ], + [ + -76.72090746213965, + -12.241234580516277 + ] + ] + ], + "type": "Polygon" + }, + "id": "1685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02694921342803, + -12.187230090462082, + -77.01729512186552, + -12.176845089299228 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.02262788260698, + -12.176845089299228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06640290597562, + -11.876495601339812, + -77.0567570758399, + -11.866104951381056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.0620846677266, + -11.866104951381056 + ] + ] + ], + "type": "Polygon" + }, + "id": "1687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99102762894572, + -11.93989128193862, + -76.98138183853453, + -11.929503384041377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.9905218382658, + -11.937743870554389 + ], + [ + -76.98569885707472, + -11.93989128193862 + ], + [ + -76.98138183853453, + -11.936844711617471 + ], + [ + -76.98188775574955, + -11.931650815653068 + ], + [ + -76.98671056497906, + -11.929503384041377 + ] + ] + ], + "type": "Polygon" + }, + "id": "1688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83647857470116, + -11.775223665376474, + -76.82684174465128, + -11.764837301140325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.83597088307187, + -11.773077515643017 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.83216789041596, + -11.764837301140325 + ] + ] + ], + "type": "Polygon" + }, + "id": "1689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85168357833304, + -11.996917891695754, + -76.84203973963001, + -11.986534292837785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84736952571527, + -11.986534292837785 + ], + [ + -76.85168357833304, + -11.989582329185607 + ], + [ + -76.85117575090196, + -11.994774182483301 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.84736952571527, + -11.986534292837785 + ] + ] + ], + "type": "Polygon" + }, + "id": "1690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81966067143756, + -12.323905328550325, + -76.8100079281163, + -12.313527742753474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81966067143756, + -12.316577668727993 + ], + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.8100079281163, + -12.320855318891548 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.81534312730976, + -12.313527742753474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14264687923179, + -11.946898926797367, + -77.1329970336706, + -11.936507434893564 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13832567317392, + -11.936507434893564 + ], + [ + -77.14264687923179, + -11.939552566559978 + ], + [ + -77.14214320445197, + -11.94474836445075 + ], + [ + -77.13731819646488, + -11.946898926797367 + ], + [ + -77.1329970336706, + -11.943853710003099 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.13832567317392, + -11.936507434893564 + ] + ] + ], + "type": "Polygon" + }, + "id": "1692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92097559710251, + -11.995905098678863, + -76.91132995884648, + -11.98551975573866 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91665967614114, + -11.98551975573866 + ], + [ + -76.92097559710251, + -11.988567160752535 + ], + [ + -76.92046873887017, + -11.993759885623435 + ], + [ + -76.91564583336668, + -11.995905098678863 + ], + [ + -76.91132995884648, + -11.992857608068274 + ], + [ + -76.91183694337916, + -11.987664990008808 + ], + [ + -76.91665967614114, + -11.98551975573866 + ] + ] + ], + "type": "Polygon" + }, + "id": "1693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96587244018092, + -11.86662575881085, + -76.95622948346195, + -11.856237435008147 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.96587244018092, + -11.859283766878656 + ], + [ + -76.96536641199609, + -11.864477981987498 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.96155703031775, + -11.856237435008147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09146124035652, + -11.760930967150617, + -77.08181821743392, + -11.75053812240349 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08714387448292, + -11.75053812240349 + ], + [ + -77.09146124035652, + -11.753582771681197 + ], + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.08714387448292, + -11.75053812240349 + ] + ] + ], + "type": "Polygon" + }, + "id": "1695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05507226896859, + -12.040574824810399, + -77.04542183601639, + -12.030186848100126 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.05507226896859, + -12.03323324498799 + ], + [ + -77.05456721854584, + -12.038427285796647 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.05075214408366, + -12.030186848100126 + ] + ] + ], + "type": "Polygon" + }, + "id": "1696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78003176375198, + -12.351387115135957, + -76.77037926551537, + -12.341011000192847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.78003176375198, + -12.344061423953447 + ], + [ + -76.77952237922898, + -12.349249535463887 + ], + [ + -76.77469604282165, + -12.351387115135957 + ], + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.77571493789083, + -12.341011000192847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96744860352926, + -12.03981174798983, + -76.95780044433731, + -12.029425912528817 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.96694232653657, + -12.037666084277967 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.96313084129498, + -12.029425912528817 + ] + ] + ], + "type": "Polygon" + }, + "id": "1698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65973189172254, + -12.260775929765071, + -76.65008539315193, + -12.250401358219374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65541959572705, + -12.250401358219374 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.65059643428614, + -12.252537507770583 + ], + [ + -76.65541959572705, + -12.250401358219374 + ] + ] + ], + "type": "Polygon" + }, + "id": "1699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98880444045578, + -12.104830547605996, + -76.9791537890363, + -12.094445182679834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.98347294893264, + -12.104830547605996 + ], + [ + -76.9791537890363, + -12.101783142791598 + ], + [ + -76.97965999542038, + -12.0965905131855 + ], + [ + -76.98448523505486, + -12.094445182679834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05334037241919, + -11.678520007955486, + -77.04370076729843, + -11.66812701079453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04902512123174, + -11.66812701079453 + ], + [ + -77.05334037241919, + -11.671171553257292 + ], + [ + -77.052835862107, + -11.676368104609603 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.04902512123174, + -11.66812701079453 + ] + ] + ], + "type": "Polygon" + }, + "id": "1701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77011025825537, + -12.405401262714587, + -76.76045641366248, + -12.395026334741312 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.77011025825537, + -12.398077097426443 + ], + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.76045641366248, + -12.402350416735072 + ], + [ + -76.76096614774893, + -12.397163006815164 + ], + [ + -76.76579298268587, + -12.395026334741312 + ] + ] + ], + "type": "Polygon" + }, + "id": "1702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07263664125811, + -12.09735810435988, + -77.06298406847603, + -12.086970567978922 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.06298406847603, + -12.0943115161932 + ], + [ + -77.06348908804222, + -12.089117800298034 + ], + [ + -77.06831528879454, + -12.086970567978922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14256667769381, + -11.852476296532783, + -77.13291964747589, + -11.842083463931415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.13824673356342, + -11.842083463931415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02685628896909, + -11.998473627851695, + -77.01720783148843, + -11.98808571023042 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.01771333853449, + -11.990233185011673 + ], + [ + -77.02253748145219, + -11.98808571023042 + ] + ] + ], + "type": "Polygon" + }, + "id": "1705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99491332853314, + -12.136888167760944, + -76.98526156284582, + -12.12650315387691 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.99491332853314, + -12.129550569759301 + ], + [ + -76.99440728421787, + -12.134743129479142 + ], + [ + -76.98958131530397, + -12.136888167760944 + ], + [ + -76.98526156284582, + -12.133840667526744 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.99059353064865, + -12.12650315387691 + ] + ] + ], + "type": "Polygon" + }, + "id": "1706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10585654636076, + -11.660039337764017, + -77.09621616281244, + -11.649644829438786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10154014144426, + -11.649644829438786 + ], + [ + -77.10585654636076, + -11.652688807213453 + ], + [ + -77.10535280103704, + -11.657886113805892 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.10154014144426, + -11.649644829438786 + ] + ] + ], + "type": "Polygon" + }, + "id": "1707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08928957709989, + -11.9259405089264, + -77.07964169465781, + -11.915550006288766 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.08878518555234, + -11.923790828603828 + ], + [ + -77.08396115885989, + -11.9259405089264 + ], + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.08497006887757, + -11.915550006288766 + ] + ] + ], + "type": "Polygon" + }, + "id": "1708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9004213357213, + -12.064645464227896, + -76.89077418755585, + -12.054261670065118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89610505462356, + -12.054261670065118 + ], + [ + -76.9004213357213, + -12.057309607791785 + ], + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.89128156704913, + -12.056405597715907 + ], + [ + -76.89610505462356, + -12.054261670065118 + ] + ] + ], + "type": "Polygon" + }, + "id": "1710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01775711786064, + -12.091956724051494, + -77.00810610541329, + -12.08157044716056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.01242587178675, + -12.091956724051494 + ], + [ + -77.00810610541329, + -12.088909649641453 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.01343730639964, + -12.08157044716056 + ] + ] + ], + "type": "Polygon" + }, + "id": "1711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79911264797234, + -12.203963459235002, + -76.78946403909268, + -12.193584402912807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79479726856164, + -12.193584402912807 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.79377937026464, + -12.203963459235002 + ], + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.79479726856164, + -12.193584402912807 + ] + ] + ], + "type": "Polygon" + }, + "id": "1712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71678262103863, + -12.384350327550045, + -76.70713085822165, + -12.373976391472844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7124670954871, + -12.373976391472844 + ], + [ + -76.71678262103863, + -12.377027558978414 + ], + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.7124670954871, + -12.373976391472844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98198775976506, + -12.222105102641354, + -76.97233378375245, + -12.211721772583122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.97665432675743, + -12.222105102641354 + ], + [ + -76.97233378375245, + -12.21905708545244 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.97766717112506, + -12.211721772583122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96965230444458, + -11.780468528616634, + -76.9600118150519, + -11.770078924941918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.9691464637406, + -11.778319618078024 + ], + [ + -76.96432613303355, + -11.780468528616634 + ], + [ + -76.9600118150519, + -11.777422603658586 + ], + [ + -76.96051778208165, + -11.772227855085976 + ], + [ + -76.96533794077668, + -11.770078924941918 + ] + ] + ], + "type": "Polygon" + }, + "id": "1715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.63766082499771, + -12.250706790850067, + -76.62801524018155, + -12.24033262081642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.62801524018155, + -12.247655447989636 + ], + [ + -76.62852657183147, + -12.242468418069834 + ], + [ + -76.63334927628834, + -12.24033262081642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95596353193218, + -11.826321530481389, + -76.94632203286248, + -11.81593289030436 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.95596353193218, + -11.818979096705444 + ], + [ + -76.95545742817292, + -11.824173470102915 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.95164892636778, + -11.81593289030436 + ] + ] + ], + "type": "Polygon" + }, + "id": "1717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92406574317613, + -12.247818909616777, + -76.91441250677835, + -12.237437436485532 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.92355853315213, + -12.245676822397133 + ], + [ + -76.91873182845896, + -12.247818909616777 + ], + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91974637502598, + -12.237437436485532 + ] + ] + ], + "type": "Polygon" + }, + "id": "1718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78080849621311, + -12.296454294089457, + -76.77115761853997, + -12.286077227278469 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.7764923831701, + -12.286077227278469 + ] + ] + ], + "type": "Polygon" + }, + "id": "1719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71394494604371, + -11.943940337606685, + -76.70430640521309, + -11.933559438972623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.70861592608053, + -11.943940337606685 + ], + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70963537580441, + -11.933559438972623 + ] + ] + ], + "type": "Polygon" + }, + "id": "1720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9027088924384, + -12.088460617831105, + -76.89306097366503, + -12.078077133049593 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.89356835857352, + -12.08022080913697 + ], + [ + -76.89839223145091, + -12.078077133049593 + ] + ] + ], + "type": "Polygon" + }, + "id": "1721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95290183856216, + -11.763090048600695, + -76.9432623014541, + -11.752700624507186 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94858815792256, + -11.752700624507186 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.94376847544663, + -11.754849411536112 + ], + [ + -76.94858815792256, + -11.752700624507186 + ] + ] + ], + "type": "Polygon" + }, + "id": "1722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9575603453076, + -12.093882944455837, + -76.94791083003945, + -12.083498181408835 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.95324212799595, + -12.083498181408835 + ] + ] + ], + "type": "Polygon" + }, + "id": "1723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03761444195483, + -12.172554455729308, + -77.02796051581542, + -12.162168957966196 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.033293021403, + -12.162168957966196 + ], + [ + -77.03761444195483, + -12.165216140114223 + ], + [ + -77.03710894047961, + -12.170408941453278 + ], + [ + -77.03228189154099, + -12.172554455729308 + ], + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.02846614419282, + -12.16431449321725 + ], + [ + -77.033293021403, + -12.162168957966196 + ] + ] + ], + "type": "Polygon" + }, + "id": "1724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70699292484686, + -12.15548227761232, + -76.69734826650064, + -12.145104782908057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.70268072608467, + -12.145104782908057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08541098993682, + -11.823284576476219, + -77.07576626341468, + -11.812892723507275 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.08541098993682, + -11.815937754362835 + ], + [ + -77.08490670385082, + -11.821133733279856 + ], + [ + -77.0800842551525, + -11.823284576476219 + ], + [ + -77.07576626341468, + -11.820239459426752 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.08109295415133, + -11.812892723507275 + ] + ] + ], + "type": "Polygon" + }, + "id": "1726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67721022669014, + -12.317528999577434, + -76.6675615492545, + -12.307154930793939 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67289668829476, + -12.307154930793939 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.67187503764075, + -12.317528999577434 + ], + [ + -76.6675615492545, + -12.314477694182287 + ], + [ + -76.66807243736318, + -12.309290714561516 + ], + [ + -76.67289668829476, + -12.307154930793939 + ] + ] + ], + "type": "Polygon" + }, + "id": "1727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01909726347716, + -11.698775706285224, + -77.00945793034619, + -11.688383806767929 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.01478265908936, + -11.688383806767929 + ] + ] + ], + "type": "Polygon" + }, + "id": "1728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11585734776216, + -11.794788438180403, + -77.10621270332547, + -11.784395458034137 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.11585734776216, + -11.787440066087266 + ], + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.11153888167948, + -11.784395458034137 + ] + ] + ], + "type": "Polygon" + }, + "id": "1729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03365323223133, + -11.88115094985895, + -77.0240080973411, + -11.870761165145282 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.02933580766292, + -11.870761165145282 + ] + ] + ], + "type": "Polygon" + }, + "id": "1730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79227442223937, + -12.132538333152983, + -76.78262812941264, + -12.122158307962861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.79227442223937, + -12.125207570566637 + ], + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.78796018363948, + -12.122158307962861 + ] + ] + ], + "type": "Polygon" + }, + "id": "1731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71835708040786, + -12.274500421059594, + -76.70870855710078, + -12.264124575537148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71404297912487, + -12.264124575537148 + ], + [ + -76.71835708040786, + -12.267175210888363 + ], + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.70870855710078, + -12.27144970132181 + ], + [ + -76.70921880502439, + -12.266261833093527 + ], + [ + -76.71404297912487, + -12.264124575537148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08619925119464, + -11.862700049511359, + -77.07655333089991, + -11.852308724177052 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.07655333089991, + -11.859654736633306 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.0818806688585, + -11.852308724177052 + ] + ] + ], + "type": "Polygon" + }, + "id": "1733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84635374481913, + -12.004253125338101, + -76.83670982932364, + -11.993869769508501 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.84635374481913, + -11.996917891695754 + ], + [ + -76.84584583151634, + -12.002109623508932 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.84203973963001, + -11.993869769508501 + ] + ] + ], + "type": "Polygon" + }, + "id": "1734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71232531199946, + -12.148154935133649, + -76.70268072608467, + -12.137777187769377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70801306377994, + -12.137777187769377 + ], + [ + -76.71232531199946, + -12.140827254708853 + ], + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.70268072608467, + -12.145104782908057 + ], + [ + -76.7031908583379, + -12.139915963912179 + ], + [ + -76.70801306377994, + -12.137777187769377 + ] + ] + ], + "type": "Polygon" + }, + "id": "1735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72977042729272, + -12.299216088604393, + -76.72012085356069, + -12.288840365731488 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.72545568108411, + -12.288840365731488 + ] + ] + ], + "type": "Polygon" + }, + "id": "1736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99935178609708, + -11.806984356700893, + -76.98970973996343, + -11.796594382426452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -76.99402521056817, + -11.806984356700893 + ], + [ + -76.98970973996343, + -11.803938553273237 + ], + [ + -76.9902153330177, + -11.798743619176802 + ], + [ + -76.99503627022182, + -11.796594382426452 + ] + ] + ], + "type": "Polygon" + }, + "id": "1737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71144633430693, + -12.391672748740506, + -76.70179449881074, + -12.38129907641563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.71093593076104, + -12.389537218176446 + ], + [ + -76.70610992535147, + -12.391672748740506 + ], + [ + -76.70179449881074, + -12.38862141400931 + ], + [ + -76.7023050281255, + -12.383434632320606 + ], + [ + -76.70713085822165, + -12.38129907641563 + ] + ] + ], + "type": "Polygon" + }, + "id": "1738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00242354423915, + -11.87021845003826, + -76.99277953596042, + -11.859829276844653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9981071030483, + -11.859829276844653 + ], + [ + -77.00242354423915, + -11.86287529947436 + ], + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.99328518478939, + -11.861977807605582 + ], + [ + -76.9981071030483, + -11.859829276844653 + ] + ] + ], + "type": "Polygon" + }, + "id": "1739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85473778754749, + -11.777025090642026, + -76.84510041753816, + -11.766638293571209 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.8494115760097, + -11.777025090642026 + ], + [ + -76.84510041753816, + -11.773978174184604 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.85042658175516, + -11.766638293571209 + ] + ] + ], + "type": "Polygon" + }, + "id": "1740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06797513402921, + -11.95531723153709, + -77.0583269153338, + -11.944927673330502 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.06264620267393, + -11.95531723153709 + ], + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.06365580235644, + -11.944927673330502 + ] + ] + ], + "type": "Polygon" + }, + "id": "1741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83263473558634, + -12.14441043998889, + -76.82298700546897, + -12.134029584718661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.82831923461438, + -12.134029584718661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77244502496964, + -12.240605902272973, + -76.76279604166508, + -12.230228119235086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.76330548314063, + -12.232367006908358 + ], + [ + -76.76812988753444, + -12.230228119235086 + ] + ] + ], + "type": "Polygon" + }, + "id": "1743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99635627403, + -11.932549868631416, + -76.98671056497906, + -11.922161733328243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -76.99102762894572, + -11.932549868631416 + ], + [ + -76.98671056497906, + -11.929503384041377 + ], + [ + -76.98721639613423, + -11.924309369344149 + ], + [ + -76.99203916471495, + -11.922161733328243 + ] + ] + ], + "type": "Polygon" + }, + "id": "1744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7108867442549, + -11.975081964480157, + -76.70124735921775, + -11.964701601047205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.71037699053359, + -11.97294101412615 + ], + [ + -76.70555721057644, + -11.975081964480157 + ], + [ + -76.70124735921775, + -11.972032701461549 + ], + [ + -76.70175723838183, + -11.966842574593313 + ], + [ + -76.7065768434714, + -11.964701601047205 + ] + ] + ], + "type": "Polygon" + }, + "id": "1745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81893308146739, + -12.09588117219367, + -76.80928716596802, + -12.085499901069015 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81461860246522, + -12.085499901069015 + ], + [ + -76.81893308146739, + -12.088548737642547 + ], + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.81461860246522, + -12.085499901069015 + ] + ] + ], + "type": "Polygon" + }, + "id": "1746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92249608049006, + -11.980327016993972, + -76.91285086678302, + -11.969941405385157 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91818032615903, + -11.969941405385157 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.917166574699, + -11.980327016993972 + ], + [ + -76.91285086678302, + -11.977279619386838 + ], + [ + -76.91335780565544, + -11.972086866996223 + ], + [ + -76.91818032615903, + -11.969941405385157 + ] + ] + ], + "type": "Polygon" + }, + "id": "1747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0776613670797, + -11.617942187939502, + -77.0680229464722, + -11.60754783330043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.07334627328358, + -11.60754783330043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0366835251037, + -11.849981083059152, + -77.02703924121163, + -11.839590787064363 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03236643497387, + -11.839590787064363 + ], + [ + -77.0366835251037, + -11.842636395931981 + ], + [ + -77.03617851423998, + -11.847831596670456 + ], + [ + -77.03135628659125, + -11.849981083059152 + ], + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.03236643497387, + -11.839590787064363 + ] + ] + ], + "type": "Polygon" + }, + "id": "1749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10843898427954, + -12.061547511580265, + -77.09878657641802, + -12.051158553965506 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.10843898427954, + -12.054204554407193 + ], + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.09878657641802, + -12.058501426678504 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.10411715599147, + -12.051158553965506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72671018353472, + -12.330342049043805, + -76.71705976337704, + -12.319966930945002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.72239510585237, + -12.319966930945002 + ] + ] + ], + "type": "Polygon" + }, + "id": "1751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87529068600082, + -12.180090100413851, + -76.86564075646089, + -12.169708743606815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097354631027, + -12.169708743606815 + ], + [ + -76.87529068600082, + -12.17275747631116 + ], + [ + -76.87478290048413, + -12.17794820826367 + ], + [ + -76.8699578490056, + -12.180090100413851 + ], + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.87097354631027, + -12.169708743606815 + ] + ] + ], + "type": "Polygon" + }, + "id": "1752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76327500675121, + -12.333997009766168, + -76.75362348189307, + -12.323621022915919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.75793956630802, + -12.333997009766168 + ], + [ + -76.75362348189307, + -12.33094642577782 + ], + [ + -76.75413319847453, + -12.325758486529846 + ], + [ + -76.75895887354777, + -12.323621022915919 + ] + ] + ], + "type": "Polygon" + }, + "id": "1753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8531942713953, + -12.264365471262384, + -76.84354241164861, + -12.253986042991206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.85268604479349, + -12.262225147314865 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.84405076448968, + -12.256126390217853 + ], + [ + -76.84887660750526, + -12.253986042991206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76109066604269, + -12.027242765526884, + -76.75144835708774, + -12.016861904970455 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.7605815284606, + -12.02510139651429 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.75677868763113, + -12.016861904970455 + ] + ] + ], + "type": "Polygon" + }, + "id": "1755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0558023712623, + -11.98558695106231, + -77.0461535594011, + -11.975198134262962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.05047292528558, + -11.98558695106231 + ], + [ + -77.0461535594011, + -11.982540743937543 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.05148296086307, + -11.975198134262962 + ] + ] + ], + "type": "Polygon" + }, + "id": "1756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11434585886936, + -11.810377597564983, + -77.10470078820872, + -11.79998486617277 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.1090193783162, + -11.810377597564983 + ], + [ + -77.10470078820872, + -11.80733280871333 + ], + [ + -77.10520477507204, + -11.802136495273778 + ], + [ + -77.11002722513068, + -11.79998486617277 + ] + ] + ], + "type": "Polygon" + }, + "id": "1757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96211816078059, + -12.047150054339063, + -76.95246992109412, + -12.036764461895245 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.96211816078059, + -12.03981174798983 + ], + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.95780044433731, + -12.036764461895245 + ] + ] + ], + "type": "Polygon" + }, + "id": "1758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77391814051545, + -12.41363949587109, + -76.7642639464955, + -12.403264615470002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76960065018484, + -12.403264615470002 + ], + [ + -76.77391814051545, + -12.406315379235883 + ], + [ + -76.77340857252926, + -12.411502873460263 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.76960065018484, + -12.403264615470002 + ] + ] + ], + "type": "Polygon" + }, + "id": "1759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97045596933437, + -11.914270608384419, + -76.96081147440974, + -11.903882847844129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.9651275972511, + -11.914270608384419 + ], + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.96613980078041, + -11.903882847844129 + ] + ] + ], + "type": "Polygon" + }, + "id": "1760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00701318348789, + -11.917866072923761, + -76.99736763765453, + -11.907477464140252 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -77.00701318348789, + -11.910523691348068 + ], + [ + -77.00650765104811, + -11.915718048624578 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -77.0026959837102, + -11.907477464140252 + ] + ] + ], + "type": "Polygon" + }, + "id": "1761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07923515062248, + -11.696787336437014, + -77.069594345228, + -11.686393944921264 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.07873097480493, + -11.694635106966642 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.07491896504385, + -11.686393944921264 + ] + ] + ], + "type": "Polygon" + }, + "id": "1762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09389439763773, + -11.973592387844674, + -77.08424497875649, + -11.963202466468397 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08957413086209, + -11.963202466468397 + ] + ] + ], + "type": "Polygon" + }, + "id": "1763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03360484496972, + -11.786741660038333, + -77.02396252271542, + -11.776350571240057 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.03360484496972, + -11.77939587468971 + ], + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.0292886801407, + -11.776350571240057 + ] + ] + ], + "type": "Polygon" + }, + "id": "1764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84177441181735, + -12.145317976681314, + -76.83212641066429, + -12.134936906042551 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.83212641066429, + -12.142269018720391 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.83745864931058, + -12.134936906042551 + ] + ] + ], + "type": "Polygon" + }, + "id": "1765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9164417614528, + -12.231340164715952, + -76.906789217093, + -12.220958610950795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9121228200282, + -12.220958610950795 + ], + [ + -76.9164417614528, + -12.224007202411528 + ], + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.90729663436352, + -12.223100765627967 + ], + [ + -76.9121228200282, + -12.220958610950795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73279074700777, + -12.362380981320953, + -76.72313920322813, + -12.35200625662334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.72745482747742, + -12.362380981320953 + ], + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.728475073527, + -12.35200625662334 + ] + ] + ], + "type": "Polygon" + }, + "id": "1767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73518253876125, + -12.103273988767826, + -76.72553866698462, + -12.0928949528495 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.72985089756669, + -12.103273988767826 + ], + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.73087025906067, + -12.0928949528495 + ] + ] + ], + "type": "Polygon" + }, + "id": "1768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94376847544663, + -11.762192655129075, + -76.93412920292975, + -11.751803444713635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93945505326495, + -11.751803444713635 + ], + [ + -76.94376847544663, + -11.754849411536112 + ], + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.934635503131, + -11.753952049419425 + ], + [ + -76.93945505326495, + -11.751803444713635 + ] + ] + ], + "type": "Polygon" + }, + "id": "1769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00332022242291, + -12.192761508717131, + -76.99366657226466, + -12.182377177432565 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -76.99366657226466, + -12.189713826950152 + ], + [ + -76.99417271299359, + -12.184521713989865 + ], + [ + -76.99899945202547, + -12.182377177432565 + ] + ] + ], + "type": "Polygon" + }, + "id": "1770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82957342942386, + -12.269875791610975, + -76.81992203504551, + -12.259497048786505 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.82525633642992, + -12.259497048786505 + ] + ] + ], + "type": "Polygon" + }, + "id": "1771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00328064407952, + -12.098394225845828, + -76.99362981153259, + -12.08800840447142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99896113537811, + -12.08800840447142 + ], + [ + -77.00328064407952, + -12.0910555595281 + ], + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.99896113537811, + -12.08800840447142 + ] + ] + ], + "type": "Polygon" + }, + "id": "1772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8341987259224, + -11.751403840139307, + -76.82456266559863, + -11.741017213413643 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82988842089604, + -11.741017213413643 + ], + [ + -76.8341987259224, + -11.744064077581058 + ], + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.82456266559863, + -11.748356888364588 + ], + [ + -76.82507047741392, + -11.743163629209214 + ], + [ + -76.82988842089604, + -11.741017213413643 + ] + ] + ], + "type": "Polygon" + }, + "id": "1773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12212449328388, + -12.01569240955975, + -77.11247310967897, + -12.005302427640917 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11780291351863, + -12.005302427640917 + ], + [ + -77.12212449328388, + -12.008348082469118 + ], + [ + -77.12162042302025, + -12.01354312544823 + ], + [ + -77.11679464586881, + -12.01569240955975 + ], + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.11297730705584, + -12.007451731074532 + ], + [ + -77.11780291351863, + -12.005302427640917 + ] + ] + ], + "type": "Polygon" + }, + "id": "1774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09527471343142, + -11.76917207349417, + -77.08563134906564, + -11.75877924649853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09095713619756, + -11.75877924649853 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.09095713619756, + -11.75877924649853 + ] + ] + ], + "type": "Polygon" + }, + "id": "1775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0374657668349, + -11.889391669216462, + -77.02782028905482, + -11.879001907845717 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.03213788085237, + -11.889391669216462 + ], + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.03314813028737, + -11.879001907845717 + ] + ] + ], + "type": "Polygon" + }, + "id": "1776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18127018382336, + -11.69099370688873, + -77.17162700001244, + -11.680597778894864 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.17212986147436, + -11.682752234012975 + ], + [ + -77.17695136851692, + -11.680597778894864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78236117636773, + -12.186575383070288, + -76.77271353820024, + -12.17619646950111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.77804648826006, + -12.17619646950111 + ] + ] + ], + "type": "Polygon" + }, + "id": "1778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98869850829836, + -11.821671917232836, + -76.97905629954545, + -11.811282406153946 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98438308304212, + -11.811282406153946 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.97956206459095, + -11.81343123821675 + ], + [ + -76.98438308304212, + -11.811282406153946 + ] + ] + ], + "type": "Polygon" + }, + "id": "1779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9339629613768, + -12.193766730787116, + -76.92431108014975, + -12.183384131076695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.92431108014975, + -12.19071839436692 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.9296440476238, + -12.183384131076695 + ] + ] + ], + "type": "Polygon" + }, + "id": "1780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72373344547665, + -12.172871787808859, + -76.71408780958897, + -12.162494143633905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7194205526937, + -12.162494143633905 + ], + [ + -76.72373344547665, + -12.16554423133685 + ], + [ + -76.72322355849327, + -12.170733108002043 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.7194205526937, + -12.162494143633905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68634842104352, + -12.318444466493036, + -76.67669946415437, + -12.308070178769652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68203461739455, + -12.308070178769652 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.67721022669014, + -12.310206151956507 + ], + [ + -76.68203461739455, + -12.308070178769652 + ] + ] + ], + "type": "Polygon" + }, + "id": "1782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08298460994313, + -11.610591826330477, + -77.07334627328358, + -11.600197251173718 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0786694721226, + -11.600197251173718 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.0786694721226, + -11.600197251173718 + ] + ] + ], + "type": "Polygon" + }, + "id": "1783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17452673378273, + -11.808382537375318, + -77.16488022284202, + -11.797988328153808 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.17452673378273, + -11.801032475077907 + ], + [ + -77.1740237224381, + -11.8062296315274 + ], + [ + -77.1692003819991, + -11.808382537375318 + ], + [ + -77.16488022284202, + -11.805338304482683 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.17020653185443, + -11.797988328153808 + ] + ] + ], + "type": "Polygon" + }, + "id": "1784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10001379987231, + -12.00565823171574, + -77.0903632707904, + -11.995268636180567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.0903632707904, + -12.002612335023782 + ], + [ + -77.09086776301875, + -11.997417589444584 + ], + [ + -77.09569294211099, + -11.995268636180567 + ] + ] + ], + "type": "Polygon" + }, + "id": "1785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79603818579042, + -12.329409009060896, + -76.7863859125885, + -12.319032113500844 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.79172121473422, + -12.319032113500844 + ] + ] + ], + "type": "Polygon" + }, + "id": "1786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97420418743357, + -11.733714018379708, + -76.96456497156137, + -11.723323678290317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96989032389362, + -11.723323678290317 + ], + [ + -76.97420418743357, + -11.726369220907193 + ], + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.96456497156137, + -11.730668388541009 + ], + [ + -76.96507080191063, + -11.725473271769552 + ], + [ + -76.96989032389362, + -11.723323678290317 + ] + ] + ], + "type": "Polygon" + }, + "id": "1787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7261310012452, + -11.913704032531761, + -76.71649302784715, + -11.903322385577773 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.72182149781182, + -11.903322385577773 + ] + ] + ], + "type": "Polygon" + }, + "id": "1788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00541620110367, + -11.744642028374537, + -76.99577585455776, + -11.734251065852702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -77.00110135291007, + -11.734251065852702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78005735228335, + -12.257083646796062, + -76.77040767099314, + -12.246705942632776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7757417858199, + -12.246705942632776 + ], + [ + -76.78005735228335, + -12.249755924805672 + ], + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.77091703240325, + -12.248844782385618 + ], + [ + -76.7757417858199, + -12.246705942632776 + ] + ] + ], + "type": "Polygon" + }, + "id": "1790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80143145552788, + -12.039111361465876, + -76.79178770306358, + -12.028729660326936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79711821256211, + -12.028729660326936 + ], + [ + -76.80143145552788, + -12.03177836661477 + ], + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.7922964233316, + -12.030871773063252 + ], + [ + -76.79711821256211, + -12.028729660326936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16005700888259, + -11.814840489788061, + -77.15041066432617, + -11.804446716511228 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15573710345556, + -11.804446716511228 + ], + [ + -77.16005700888259, + -11.807491027980511 + ], + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.15573710345556, + -11.804446716511228 + ] + ] + ], + "type": "Polygon" + }, + "id": "1792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01074161773687, + -11.737296393016502, + -77.00110135291007, + -11.726905202642724 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0064267244545, + -11.726905202642724 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -77.0064267244545, + -11.726905202642724 + ] + ] + ], + "type": "Polygon" + }, + "id": "1793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84634128151889, + -12.192938668722185, + -76.83669173720654, + -12.182558244364474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.84202475861622, + -12.182558244364474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78456699932045, + -12.493275665724992, + -76.77491013532992, + -12.482901931547856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.77922893479231, + -12.493275665724992 + ], + [ + -76.77491013532992, + -12.490224569909433 + ], + [ + -76.77541980666295, + -12.485037756710549 + ], + [ + -76.78024815132517, + -12.482901931547856 + ] + ] + ], + "type": "Polygon" + }, + "id": "1795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7046736071205, + -12.225981901345373, + -76.69502690793975, + -12.215605604024095 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.70036053150132, + -12.215605604024095 + ] + ] + ], + "type": "Polygon" + }, + "id": "1796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96750684142629, + -12.228535344679567, + -76.95785304847547, + -12.218152477459395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.96750684142629, + -12.221200576640506 + ], + [ + -76.9670002696966, + -12.22639206313361 + ], + [ + -76.96217328696085, + -12.228535344679567 + ], + [ + -76.95785304847547, + -12.225487161682565 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.96318655709723, + -12.218152477459395 + ] + ] + ], + "type": "Polygon" + }, + "id": "1797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75790751379853, + -12.435609759999142, + -76.7482530967412, + -12.425235673318957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75359016968532, + -12.425235673318957 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.75739768793515, + -12.433473784111852 + ], + [ + -76.75257039195864, + -12.435609759999142 + ], + [ + -76.7482530967412, + -12.432558663530179 + ], + [ + -76.74876304859497, + -12.427371674311527 + ], + [ + -76.75359016968532, + -12.425235673318957 + ] + ] + ], + "type": "Polygon" + }, + "id": "1798", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81585195592257, + -12.315666579799524, + -76.8061995608974, + -12.305288950565958 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81153462607564, + -12.305288950565958 + ], + [ + -76.81585195592257, + -12.308338874307061 + ], + [ + -76.81534312730976, + -12.313527742753474 + ], + [ + -76.81051684271087, + -12.315666579799524 + ], + [ + -76.8061995608974, + -12.312616572303435 + ], + [ + -76.80670851563987, + -12.307427811526102 + ], + [ + -76.81153462607564, + -12.305288950565958 + ] + ] + ], + "type": "Polygon" + }, + "id": "1799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11664934083625, + -11.834207450295352, + -77.10700350278876, + -11.823814990479821 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.11132247185941, + -11.834207450295352 + ], + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.11233032816088, + -11.823814990479821 + ] + ] + ], + "type": "Polygon" + }, + "id": "1800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95377378333824, + -12.180002374848069, + -76.9441217963908, + -12.169619062413384 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.95326709539304, + -12.177858774361768 + ], + [ + -76.94844101561416, + -12.180002374848069 + ], + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.94945451808886, + -12.169619062413384 + ] + ] + ], + "type": "Polygon" + }, + "id": "1801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72307410162642, + -11.94484791667747, + -76.71343528390197, + -11.934466798768604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71876426755529, + -11.934466798768604 + ], + [ + -76.72307410162642, + -11.937515704508344 + ], + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.71343528390197, + -11.941798924276213 + ], + [ + -76.71394494604371, + -11.936608420114153 + ], + [ + -76.71876426755529, + -11.934466798768604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83414003104261, + -12.317488486869843, + -76.82448709209099, + -12.30711042745959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.82448709209099, + -12.314438642530158 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.8298221770285, + -12.30711042745959 + ] + ] + ], + "type": "Polygon" + }, + "id": "1803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05653222763571, + -11.93059519254302, + -77.04688503632414, + -11.920205554728856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05221353148735, + -11.920205554728856 + ], + [ + -77.05653222763571, + -11.923251396180403 + ], + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.04739002146519, + -11.922354499175524 + ], + [ + -77.05221353148735, + -11.920205554728856 + ] + ] + ], + "type": "Polygon" + }, + "id": "1804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12133137234464, + -11.976281157425577, + -77.1116811836978, + -11.96589061015253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.11701033980994, + -11.96589061015253 + ] + ] + ], + "type": "Polygon" + }, + "id": "1805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07257684252406, + -12.002965992735483, + -77.0629270867048, + -11.992577024533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06825675208695, + -11.992577024533 + ], + [ + -77.07257684252406, + -11.995623077081369 + ], + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.06825675208695, + -11.992577024533 + ] + ] + ], + "type": "Polygon" + }, + "id": "1806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07391048670529, + -11.704136002453959, + -77.06426959743733, + -11.69374283563734 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.07391048670529, + -11.696787336437014 + ], + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.069594345228, + -11.69374283563734 + ] + ] + ], + "type": "Polygon" + }, + "id": "1807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0138150802668, + -11.800536319874682, + -77.00417285422573, + -11.7901459027713 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.01330982621155, + -11.798386717739445 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00949926203319, + -11.7901459027713 + ] + ] + ], + "type": "Polygon" + }, + "id": "1808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0633178031745, + -11.813254466215083, + -77.05367393476696, + -11.802863013091702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.0633178031745, + -11.805908190550522 + ], + [ + -77.06281322286723, + -11.811103969703382 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.05900049046377, + -11.802863013091702 + ] + ] + ], + "type": "Polygon" + }, + "id": "1809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74890181182569, + -12.057475683409942, + -76.73925893241967, + -12.047095591595847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.74839245698384, + -12.055334965259009 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.74458976534436, + -12.047095591595847 + ] + ] + ], + "type": "Polygon" + }, + "id": "1810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81434100410729, + -12.23691975255723, + -76.80469100199637, + -12.226540849343111 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.81002476775188, + -12.226540849343111 + ] + ] + ], + "type": "Polygon" + }, + "id": "1811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8554864527276, + -12.099507972716786, + -76.84583945340304, + -12.089125839455624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.84583945340304, + -12.096459366040856 + ], + [ + -76.8463475149871, + -12.091268353173671 + ], + [ + -76.85117092789197, + -12.089125839455624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00779188364677, + -11.957271331821717, + -76.99814514347673, + -11.946883274729418 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.00728630056551, + -11.955123776381928 + ], + [ + -77.0024628445721, + -11.957271331821717 + ], + [ + -76.99814514347673, + -11.954224826011501 + ], + [ + -76.99865085317322, + -11.949030850321 + ], + [ + -77.00347413735922, + -11.946883274729418 + ] + ] + ], + "type": "Polygon" + }, + "id": "1813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77327786278762, + -11.99700663137664, + -76.7636361250903, + -11.986625008453576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.76896595285734, + -11.986625008453576 + ] + ] + ], + "type": "Polygon" + }, + "id": "1814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68808991835769, + -11.925645612084582, + -76.67845263280297, + -11.915265107527999 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68378130589743, + -11.915265107527999 + ], + [ + -76.68808991835769, + -11.918314215342296 + ], + [ + -76.68757992583494, + -11.923504522655941 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.67896275063835, + -11.917406220117462 + ], + [ + -76.68378130589743, + -11.915265107527999 + ] + ] + ], + "type": "Polygon" + }, + "id": "1815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10599547406609, + -11.848901810294285, + -77.09634946591663, + -11.838509812094708 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1016765486782, + -11.838509812094708 + ], + [ + -77.10599547406609, + -11.841554788796127 + ], + [ + -77.10549143696291, + -11.846750840166921 + ], + [ + -77.10066834754372, + -11.848901810294285 + ], + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.1016765486782, + -11.838509812094708 + ] + ] + ], + "type": "Polygon" + }, + "id": "1816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99250850720182, + -11.829912595993962, + -76.98286595475939, + -11.819523104802423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.98819286968634, + -11.819523104802423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07620986839284, + -11.727966551710935, + -77.06656821185614, + -11.717573640521765 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.07620986839284, + -11.720618249745904 + ], + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.06656821185614, + -11.724921855598945 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.07189334815747, + -11.717573640521765 + ] + ] + ], + "type": "Polygon" + }, + "id": "1818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01914140606011, + -11.793191456249579, + -77.00949926203319, + -11.782800808779834 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.0186362380432, + -11.79104165225588 + ], + [ + -77.0138150802668, + -11.793191456249579 + ], + [ + -77.00949926203319, + -11.7901459027713 + ], + [ + -77.01000455658203, + -11.784950631954494 + ], + [ + -77.0148255428419, + -11.782800808779834 + ] + ] + ], + "type": "Polygon" + }, + "id": "1819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04812115602986, + -11.8747034372992, + -77.03847584403715, + -11.864313208016936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.0438034302166, + -11.864313208016936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9560665855054, + -12.203816599939614, + -76.94641382789648, + -12.193433614172005 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.95073342722054, + -12.203816599939614 + ], + [ + -76.94641382789648, + -12.200768423421268 + ], + [ + -76.94692064767347, + -12.195576983529483 + ], + [ + -76.9517469401813, + -12.193433614172005 + ] + ] + ], + "type": "Polygon" + }, + "id": "1822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7678023152394, + -12.4758843831666, + -76.7581464250606, + -12.465510761930096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76348416033906, + -12.465510761930096 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.7624645311941, + -12.4758843831666 + ], + [ + -76.7581464250606, + -12.47283320292034 + ], + [ + -76.75865630265916, + -12.467646446320362 + ], + [ + -76.76348416033906, + -12.465510761930096 + ] + ] + ], + "type": "Polygon" + }, + "id": "1823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0009846737456, + -12.074575276268217, + -76.99133461091523, + -12.06418914391891 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99666554479332, + -12.06418914391891 + ], + [ + -77.0009846737456, + -12.067236205741036 + ], + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.99666554479332, + -12.06418914391891 + ] + ] + ], + "type": "Polygon" + }, + "id": "1824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67816994308195, + -11.979685656087193, + -76.66853132077328, + -11.969306196732148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.67284032880437, + -11.979685656087193 + ], + [ + -76.66853132077328, + -11.976636079702406 + ], + [ + -76.66904166160356, + -11.971446405089681 + ], + [ + -76.6738608851599, + -11.969306196732148 + ] + ] + ], + "type": "Polygon" + }, + "id": "1825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97435963454492, + -12.205625825804765, + -76.96470634807503, + -12.195242416641795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.97003947164114, + -12.195242416641795 + ] + ] + ], + "type": "Polygon" + }, + "id": "1826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14105604504964, + -11.868065227763534, + -77.13140858815932, + -11.857672649385373 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.14055247052595, + -11.865913745422484 + ], + [ + -77.13572865690753, + -11.868065227763534 + ], + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.13673593303619, + -11.857672649385373 + ] + ] + ], + "type": "Polygon" + }, + "id": "1827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79528506139205, + -12.290038938410856, + -76.78563398485164, + -12.279661397456493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79096863710082, + -12.279661397456493 + ], + [ + -76.79528506139205, + -12.28271139407342 + ], + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78614318599892, + -12.281800141311722 + ], + [ + -76.79096863710082, + -12.279661397456493 + ] + ] + ], + "type": "Polygon" + }, + "id": "1828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04279352525657, + -11.882047713318363, + -77.03314813028737, + -11.871657717769672 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03847584403715, + -11.871657717769672 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.03314813028737, + -11.879001907845717 + ], + [ + -77.03365323223133, + -11.87380696275366 + ], + [ + -77.03847584403715, + -11.871657717769672 + ] + ] + ], + "type": "Polygon" + }, + "id": "1830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1015950544473, + -12.084472872078313, + -77.09194213478963, + -12.074084431906495 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.10109058858718, + -12.08232487639249 + ], + [ + -77.09626404326681, + -12.084472872078313 + ], + [ + -77.09194213478963, + -12.081426615451784 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.09727310208261, + -12.074084431906495 + ] + ] + ], + "type": "Polygon" + }, + "id": "1831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91409788841014, + -11.830067263752909, + -76.90445737147458, + -11.819679712150144 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90978436442991, + -11.819679712150144 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.91359119375333, + -11.827920139607471 + ], + [ + -76.90877084896329, + -11.830067263752909 + ], + [ + -76.90445737147458, + -11.827020578914437 + ], + [ + -76.90496419227497, + -11.82182685671248 + ], + [ + -76.90978436442991, + -11.819679712150144 + ] + ] + ], + "type": "Polygon" + }, + "id": "1832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94911797780465, + -11.84924593784107, + -76.93947597423062, + -11.83885778471099 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94480325147734, + -11.83885778471099 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.93998233583369, + -11.841005438479277 + ], + [ + -76.94480325147734, + -11.83885778471099 + ] + ] + ], + "type": "Polygon" + }, + "id": "1833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03834775828707, + -12.117578093785301, + -77.02869545433705, + -12.107191709940434 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03402705261394, + -12.107191709940434 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.02869545433705, + -12.11453109000935 + ], + [ + -77.0292009864655, + -12.109337950597192 + ], + [ + -77.03402705261394, + -12.107191709940434 + ] + ] + ], + "type": "Polygon" + }, + "id": "1834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8570195215998, + -11.800845214656851, + -76.84738138193056, + -11.790458683926664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.85651207614822, + -11.798698944560835 + ], + [ + -76.85169291971462, + -11.800845214656851 + ], + [ + -76.84738138193056, + -11.797798186207375 + ], + [ + -76.84788895327539, + -11.792604974853212 + ], + [ + -76.85270793652045, + -11.790458683926664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90958593548747, + -12.254244373554505, + -76.89993288706279, + -12.243863366976626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.90907851284486, + -12.252102685239649 + ], + [ + -76.90425190206034, + -12.254244373554505 + ], + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.90526687381184, + -12.243863366976626 + ] + ] + ], + "type": "Polygon" + }, + "id": "1836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98725126570415, + -12.026035111196082, + -76.97760300477647, + -12.015648579181013 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.98293315400711, + -12.015648579181013 + ] + ] + ], + "type": "Polygon" + }, + "id": "1837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919495018859, + -11.959333664406506, + -76.85955176675158, + -11.948949072073836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488092202451, + -11.948949072073836 + ], + [ + -76.86919495018859, + -11.95199675606455 + ], + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.86386574774734, + -11.959333664406506 + ], + [ + -76.85955176675158, + -11.956285894378468 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.86488092202451, + -11.948949072073836 + ] + ] + ], + "type": "Polygon" + }, + "id": "1838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1242803113395, + -11.850689576778995, + -77.1146337911992, + -11.840297160875043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.11513770134688, + -11.842448515412318 + ], + [ + -77.1199608761755, + -11.840297160875043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70091947124558, + -12.123437993674886, + -76.69127593584078, + -12.113060147215881 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69660786775927, + -12.113060147215881 + ], + [ + -76.70091947124558, + -12.116110191388778 + ], + [ + -76.70040934498715, + -12.121299169393534 + ], + [ + -76.69558748971512, + -12.123437993674886 + ], + [ + -76.69127593584078, + -12.12038786400362 + ], + [ + -76.69178618761697, + -12.115198995559105 + ], + [ + -76.69660786775927, + -12.113060147215881 + ] + ] + ], + "type": "Polygon" + }, + "id": "1840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85624331057497, + -12.233226595339424, + -76.84659229978224, + -12.222846577329864 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85192597963348, + -12.222846577329864 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.85090958329069, + -12.233226595339424 + ], + [ + -76.84659229978224, + -12.23017734905206 + ], + [ + -76.84710056106249, + -12.224987393687746 + ], + [ + -76.85192597963348, + -12.222846577329864 + ] + ] + ], + "type": "Polygon" + }, + "id": "1841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93009644348204, + -11.902430615747742, + -76.9204533521634, + -11.892043684007552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92578152220635, + -11.892043684007552 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.92578152220635, + -11.892043684007552 + ] + ] + ], + "type": "Polygon" + }, + "id": "1842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69938904662472, + -12.139004407732928, + -76.68974508880802, + -12.128626845863998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69507727776893, + -12.128626845863998 + ], + [ + -76.69938904662472, + -12.131676983275916 + ], + [ + -76.69887887451951, + -12.136865818982148 + ], + [ + -76.69405680802531, + -12.139004407732928 + ], + [ + -76.68974508880802, + -12.135954184925462 + ], + [ + -76.69025538643692, + -12.130765458772496 + ], + [ + -76.69507727776893, + -12.128626845863998 + ] + ] + ], + "type": "Polygon" + }, + "id": "1843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13580686767085, + -11.969831520759572, + -77.12615650920743, + -11.959440528653147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13148553692086, + -11.959440528653147 + ], + [ + -77.13580686767085, + -11.962485835338997 + ], + [ + -77.13530306107565, + -11.96768138335808 + ], + [ + -77.13047779658993, + -11.969831520759572 + ], + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.13148553692086, + -11.959440528653147 + ] + ] + ], + "type": "Polygon" + }, + "id": "1844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91031594411668, + -12.010579992068113, + -76.9006701480367, + -12.000195133078838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90600011611573, + -12.000195133078838 + ], + [ + -76.91031594411668, + -12.003242709254497 + ], + [ + -76.90980891391831, + -12.008435192209388 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.90117730450434, + -12.002339954334488 + ], + [ + -76.90600011611573, + -12.000195133078838 + ] + ] + ], + "type": "Polygon" + }, + "id": "1845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70323883529413, + -12.052928912529223, + -76.69359733933436, + -12.042549914131474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.69892810804217, + -12.042549914131474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76866814532602, + -12.13805022506323, + -76.75902232579426, + -12.127670884370122 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.76866814532602, + -12.13072038937995 + ], + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.75902232579426, + -12.13500063489716 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.76435448072039, + -12.127670884370122 + ] + ] + ], + "type": "Polygon" + }, + "id": "1847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93471363379058, + -12.138803773540394, + -76.92506337361264, + -12.128420278809905 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.9303954338731, + -12.128420278809905 + ] + ] + ], + "type": "Polygon" + }, + "id": "1848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.817378350125, + -12.300100060595637, + -76.80772637930016, + -12.289722130376003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.81204349484707, + -12.300100060595637 + ], + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.81306118657103, + -12.289722130376003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90571885395597, + -11.774182723760333, + -76.8960802207666, + -11.763794617507145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.90140630130954, + -11.763794617507145 + ] + ] + ], + "type": "Polygon" + }, + "id": "1850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78764733033658, + -12.367864074927276, + -76.77799413394604, + -12.35748805027489 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.77799413394604, + -12.36481356383266 + ], + [ + -76.77850356432663, + -12.359625605489043 + ], + [ + -76.78333007527245, + -12.35748805027489 + ] + ] + ], + "type": "Polygon" + }, + "id": "1851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7191005513476, + -12.313865206589488, + -76.7094508316734, + -12.303490003159709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.7094508316734, + -12.310814305999875 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.71478590372767, + -12.303490003159709 + ] + ] + ], + "type": "Polygon" + }, + "id": "1852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82804768854034, + -12.285443533557569, + -76.8183958699027, + -12.275065088650837 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.82373042920699, + -12.275065088650837 + ] + ] + ], + "type": "Polygon" + }, + "id": "1853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74819006189871, + -11.923756728604506, + -76.73855118766735, + -11.913374666188956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.74819006189871, + -11.916423236354415 + ], + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.73855118766735, + -11.920708071720496 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.7438798173243, + -11.913374666188956 + ] + ] + ], + "type": "Polygon" + }, + "id": "1854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84176684271767, + -12.23964817623878, + -76.83211602559267, + -12.229268627169423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.84176684271767, + -12.232317954210737 + ], + [ + -76.84125849544819, + -12.23750778246805 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.8374498206958, + -12.229268627169423 + ] + ] + ], + "type": "Polygon" + }, + "id": "1855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06701449728943, + -11.632641984917848, + -77.05737590928155, + -11.622248072652367 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.05788028319404, + -11.624400825642079 + ], + [ + -77.06269949177575, + -11.622248072652367 + ] + ] + ], + "type": "Polygon" + }, + "id": "1856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91794887663357, + -12.121419740046296, + -76.90829957412102, + -12.111036388729516 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.91794887663357, + -12.114084444424494 + ], + [ + -76.9174417793579, + -12.119276173395058 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.91363136259062, + -12.111036388729516 + ] + ] + ], + "type": "Polygon" + }, + "id": "1857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11218533080948, + -11.975385165568394, + -77.10253539827248, + -11.964994826676023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.11218533080948, + -11.96804037886446 + ], + [ + -77.1116811836978, + -11.973235600432298 + ], + [ + -77.10685613205014, + -11.975385165568394 + ], + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.10786455332523, + -11.964994826676023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05726183821282, + -11.875599650194111, + -77.04761626690973, + -11.865209210447912 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.0567570758399, + -11.873450038304345 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.05294385608065, + -11.865209210447912 + ] + ] + ], + "type": "Polygon" + }, + "id": "1859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9004117938574, + -11.970282377512397, + -76.89076745952363, + -11.959897167036901 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.89609677184247, + -11.959897167036901 + ] + ] + ], + "type": "Polygon" + }, + "id": "1860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11909984408238, + -12.046861271633638, + -77.109447606702, + -12.03647183224432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.11376947869532, + -12.046861271633638 + ], + [ + -77.109447606702, + -12.043815355683313 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.114777928462, + -12.03647183224432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85701016766173, + -12.08393470286471, + -76.84736359241913, + -12.073552290191326 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.85701016766173, + -12.076600720274893 + ], + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.85269480914835, + -12.073552290191326 + ] + ] + ], + "type": "Polygon" + }, + "id": "1862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09771047487227, + -11.981833084404142, + -77.08806071414938, + -11.971443191651879 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.0933899964781, + -11.971443191651879 + ] + ] + ], + "type": "Polygon" + }, + "id": "1863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79683288195595, + -12.180155636910182, + -76.78718504518692, + -12.169776254077004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79251788286807, + -12.169776254077004 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.79251788286807, + -12.169776254077004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00844758907091, + -11.713468654612436, + -76.99880809217528, + -11.703077207273001 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -77.004133074679, + -11.703077207273001 + ] + ] + ], + "type": "Polygon" + }, + "id": "1865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05636711599666, + -11.647340544145349, + -77.04672836124912, + -11.636947076037295 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.0520521990769, + -11.636947076037295 + ] + ] + ], + "type": "Polygon" + }, + "id": "1866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843418868328, + -12.202993685242683, + -76.85878375701267, + -12.1926128692204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411692962764, + -12.1926128692204 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.86310096881797, + -12.202993685242683 + ], + [ + -76.85878375701267, + -12.199944695280035 + ], + [ + -76.85929180053891, + -12.194754340853814 + ], + [ + -76.86411692962764, + -12.1926128692204 + ] + ] + ], + "type": "Polygon" + }, + "id": "1867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19964875775364, + -11.787221800410771, + -77.19000225698309, + -11.776826702005023 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1953281749742, + -11.776826702005023 + ], + [ + -77.19964875775364, + -11.779870512308403 + ], + [ + -77.19914613256852, + -11.785068113196573 + ], + [ + -77.19432279735587, + -11.787221800410771 + ], + [ + -77.19000225698309, + -11.784177904085537 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.1953281749742, + -11.776826702005023 + ] + ] + ], + "type": "Polygon" + }, + "id": "1868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74662725287918, + -12.033666082500403, + -76.73698514533947, + -12.023285686092299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.74231558645164, + -12.023285686092299 + ] + ] + ], + "type": "Polygon" + }, + "id": "1869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10836874120363, + -11.967144411022721, + -77.09871915019534, + -11.956754043698904 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10404817521353, + -11.956754043698904 + ], + [ + -77.10836874120363, + -11.959799590859504 + ], + [ + -77.10786455332523, + -11.964994826676023 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.0992234650946, + -11.958903647251075 + ], + [ + -77.10404817521353, + -11.956754043698904 + ] + ] + ], + "type": "Polygon" + }, + "id": "1870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07106255850813, + -12.018549108086056, + -77.06141237639868, + -12.00816040953211 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.07055776679907, + -12.016400953471837 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.06674230047113, + -12.00816040953211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80139277152996, + -12.227770717437373, + -76.79174339044668, + -12.217391991180385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79707701174387, + -12.217391991180385 + ], + [ + -76.80139277152996, + -12.220441635878345 + ], + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.79707701174387, + -12.217391991180385 + ] + ] + ], + "type": "Polygon" + }, + "id": "1872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94993724492427, + -12.077402993130866, + -76.94028841965778, + -12.067018164502873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94028841965778, + -12.074355361595908 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.94561945339996, + -12.067018164502873 + ] + ] + ], + "type": "Polygon" + }, + "id": "1873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8791035800072, + -12.282661442316982, + -76.869450486381, + -12.272281668854568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.87376905302551, + -12.282661442316982 + ], + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.87478496624126, + -12.272281668854568 + ] + ] + ], + "type": "Polygon" + }, + "id": "1874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78313712432488, + -12.131629494175959, + -76.77349110510013, + -12.121249685735664 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.77349110510013, + -12.128580067757454 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.77882314833462, + -12.121249685735664 + ] + ] + ], + "type": "Polygon" + }, + "id": "1875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90806362182026, + -12.269815513872079, + -76.89841014827238, + -12.259434803019307 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90374439331352, + -12.259434803019307 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.90755615343708, + -12.267674059301243 + ], + [ + -76.90272933007478, + -12.269815513872079 + ], + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.90374439331352, + -12.259434803019307 + ] + ] + ], + "type": "Polygon" + }, + "id": "1876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79455347340391, + -12.156347258777583, + -76.78490640865252, + -12.145967552988232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.7940445986658, + -12.154206819934004 + ], + [ + -76.78922097918067, + -12.156347258777583 + ], + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.7902388545863, + -12.145967552988232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97962733276287, + -12.009554603154204, + -76.96997976032539, + -11.999168011916517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97962733276287, + -12.002214951275437 + ], + [ + -76.9791212735772, + -12.007408299886048 + ], + [ + -76.97429740127725, + -12.009554603154204 + ], + [ + -76.96997976032539, + -12.006507578505625 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.97530964620232, + -11.999168011916517 + ] + ] + ], + "type": "Polygon" + }, + "id": "1878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73126052080408, + -12.377942683735956, + -76.72160855362323, + -12.367568266828986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7269446815054, + -12.367568266828986 + ], + [ + -76.73126052080408, + -12.370619269409174 + ], + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.72160855362323, + -12.37489159753346 + ], + [ + -76.72211878545826, + -12.36970444343291 + ], + [ + -76.7269446815054, + -12.367568266828986 + ] + ] + ], + "type": "Polygon" + }, + "id": "1879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.840241755127, + -12.255217131389927, + -76.83059051368392, + -12.244837877168568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.840241755127, + -12.247887291726508 + ], + [ + -76.83973336207409, + -12.253076972556281 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.83592456671937, + -12.244837877168568 + ] + ] + ], + "type": "Polygon" + }, + "id": "1880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95519161617023, + -11.78691449045905, + -76.94555131037592, + -11.776525330709509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.95519161617023, + -11.779571331629558 + ], + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.9508775564326, + -11.776525330709509 + ] + ] + ], + "type": "Polygon" + }, + "id": "1881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68555587856332, + -12.373364346979912, + -76.67590530219279, + -12.36299102014872 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68124136306551, + -12.36299102014872 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.67590530219279, + -12.370312855397534 + ], + [ + -76.67641616265432, + -12.3651262466463 + ], + [ + -76.68124136306551, + -12.36299102014872 + ] + ] + ], + "type": "Polygon" + }, + "id": "1882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6910465689856, + -12.08315399310933, + -76.68140450682118, + -12.072775770937923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68673577566726, + -12.072775770937923 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.68571525039958, + -12.08315399310933 + ], + [ + -76.68140450682118, + -12.08010398240723 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.68673577566726, + -12.072775770937923 + ] + ] + ], + "type": "Polygon" + }, + "id": "1883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68793270547408, + -12.208591313887808, + -76.67828698592875, + -12.198215161310682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.68742226421105, + -12.2064538837774 + ], + [ + -76.68259931675641, + -12.208591313887808 + ], + [ + -76.67828698592875, + -12.205540637544406 + ], + [ + -76.67879755272332, + -12.200352616052527 + ], + [ + -76.68362032482354, + -12.198215161310682 + ] + ] + ], + "type": "Polygon" + }, + "id": "1884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89430224864626, + -11.749461374834386, + -76.88466465169711, + -11.73907322124993 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88999033468107, + -11.73907322124993 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.88466465169711, + -11.746414957321319 + ], + [ + -76.88517162257777, + -11.741220934331047 + ], + [ + -76.88999033468107, + -11.73907322124993 + ] + ] + ], + "type": "Polygon" + }, + "id": "1885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82273933471527, + -12.104120666057128, + -76.81309307145635, + -12.093739427208519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81842464174778, + -12.093739427208519 + ], + [ + -76.82273933471527, + -12.096788270429258 + ], + [ + -76.82223093511791, + -12.10197894382428 + ], + [ + -76.81740771655136, + -12.104120666057128 + ], + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.81842464174778, + -12.093739427208519 + ] + ] + ], + "type": "Polygon" + }, + "id": "1886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08165967745511, + -11.90945889613599, + -77.07201247886967, + -11.899068342566421 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.07734059247828, + -11.899068342566421 + ] + ] + ], + "type": "Polygon" + }, + "id": "1887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68349943603135, + -11.972355686538068, + -76.6738608851599, + -11.961975982348084 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.67816994308195, + -11.972355686538068 + ], + [ + -76.6738608851599, + -11.969306196732148 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.67919032829626, + -11.961975982348084 + ] + ] + ], + "type": "Polygon" + }, + "id": "1888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15473052677356, + -11.822189636729064, + -77.14508409571395, + -11.811796092341432 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.15041066432617, + -11.811796092341432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69400613892623, + -12.240632422279644, + -76.68435929546628, + -12.230256638356028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.69349573147922, + -12.238495279321253 + ], + [ + -76.68867222208083, + -12.240632422279644 + ], + [ + -76.68435929546628, + -12.237581643285656 + ], + [ + -76.68486982849421, + -12.232393806051007 + ], + [ + -76.68969316256532, + -12.230256638356028 + ] + ] + ], + "type": "Polygon" + }, + "id": "1890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74346221824871, + -12.347733019027745, + -76.73381082132695, + -12.337357770781143 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.74295232989594, + -12.345596198073407 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73914644653972, + -12.337357770781143 + ] + ] + ], + "type": "Polygon" + }, + "id": "1891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99176819273032, + -11.884903789239655, + -76.98212402157367, + -11.87451508515432 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.98745184210634, + -11.87451508515432 + ] + ] + ], + "type": "Polygon" + }, + "id": "1892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01619677180523, + -12.01315558404607, + -77.00654814976349, + -12.002768146868696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.01187805422964, + -12.002768146868696 + ] + ] + ], + "type": "Polygon" + }, + "id": "1893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09448554704181, + -11.729751944950703, + -77.08484337577404, + -11.719358613624648 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.09448554704181, + -11.722403069735908 + ], + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.08484337577404, + -11.726707402031236 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.09016851608438, + -11.719358613624648 + ] + ] + ], + "type": "Polygon" + }, + "id": "1894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91715215168198, + -11.893289767761551, + -76.9075096716878, + -11.882903026973842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91283770251394, + -11.882903026973842 + ], + [ + -76.91715215168198, + -11.885949935202511 + ], + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.91182407438964, + -11.893289767761551 + ], + [ + -76.9075096716878, + -11.890242773210462 + ], + [ + -76.90801654884774, + -11.885049456341385 + ], + [ + -76.91283770251394, + -11.882903026973842 + ] + ] + ], + "type": "Polygon" + }, + "id": "1895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86081785008835, + -12.092174361017904, + -76.85117092789197, + -12.081791980368497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85650227792623, + -12.081791980368497 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.8554864527276, + -12.092174361017904 + ], + [ + -76.85117092789197, + -12.089125839455624 + ], + [ + -76.8516789035542, + -12.08393470286471 + ], + [ + -76.85650227792623, + -12.081791980368497 + ] + ] + ], + "type": "Polygon" + }, + "id": "1896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99113564029842, + -12.223009358867566, + -76.98148140094602, + -12.212625817752029 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.99062940823661, + -12.220865492352837 + ], + [ + -76.9858022024248, + -12.223009358867566 + ], + [ + -76.98148140094602, + -12.219961423783701 + ], + [ + -76.98198775976506, + -12.214769705963864 + ], + [ + -76.98681479331508, + -12.212625817752029 + ] + ] + ], + "type": "Polygon" + }, + "id": "1897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10441427098421, + -11.770065039109454, + -77.09477064994795, + -11.759672002576124 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10009643864781, + -11.759672002576124 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.0990884385223, + -11.770065039109454 + ], + [ + -77.09477064994795, + -11.767020371141502 + ], + [ + -77.09527471343142, + -11.76182390523275 + ], + [ + -77.10009643864781, + -11.759672002576124 + ] + ] + ], + "type": "Polygon" + }, + "id": "1898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75719117691932, + -12.301955759018332, + -76.74754077458697, + -12.291579384118938 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.75287563912444, + -12.291579384118938 + ] + ] + ], + "type": "Polygon" + }, + "id": "1899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86158584605771, + -11.75410451712574, + -76.85194897626933, + -11.743717241095624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85727475903506, + -11.743717241095624 + ], + [ + -76.86158584605771, + -11.746763882440542 + ], + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.85245641068207, + -11.74586420429589 + ], + [ + -76.85727475903506, + -11.743717241095624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93929584917973, + -12.186432383319124, + -76.9296440476238, + -12.176049533135258 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.93878894853788, + -12.184289179371056 + ], + [ + -76.9339629613768, + -12.186432383319124 + ], + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.9349768891922, + -12.176049533135258 + ] + ] + ], + "type": "Polygon" + }, + "id": "1901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84786002805293, + -12.271695223308024, + -76.83820809133876, + -12.261316050720037 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84354241164861, + -12.261316050720037 + ], + [ + -76.84786002805293, + -12.264365471262384 + ], + [ + -76.84735171543474, + -12.26955511120941 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.83871653018056, + -12.263456186188524 + ], + [ + -76.84354241164861, + -12.261316050720037 + ] + ] + ], + "type": "Polygon" + }, + "id": "1902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73283012056928, + -12.268088320003365, + -76.7231813931696, + -12.25771199851752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72851570580964, + -12.25771199851752 + ], + [ + -76.73283012056928, + -12.26076246963394 + ], + [ + -76.73232020991215, + -12.265950684808368 + ], + [ + -76.72749575872707, + -12.268088320003365 + ], + [ + -76.7231813931696, + -12.265037764507003 + ], + [ + -76.72369142958553, + -12.259849658205354 + ], + [ + -76.72851570580964, + -12.25771199851752 + ] + ] + ], + "type": "Polygon" + }, + "id": "1903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83720897357082, + -12.097695103328764, + -76.82756251520618, + -12.087313400635734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.8367007859043, + -12.095552985154452 + ], + [ + -76.83187746986242, + -12.097695103328764 + ], + [ + -76.82756251520618, + -12.094646338843452 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.83289397125013, + -12.087313400635734 + ] + ] + ], + "type": "Polygon" + }, + "id": "1904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15011779557659, + -11.77452597271455, + -77.14047289835608, + -11.764131892269043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.15011779557659, + -11.76717608577332 + ], + [ + -77.14961449374826, + -11.772373178029314 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.14579869076101, + -11.764131892269043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87909692954547, + -12.093985580103833, + -76.86944946887758, + -12.083602770123823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.87376551542411, + -12.093985580103833 + ], + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.87478083593244, + -12.083602770123823 + ] + ] + ], + "type": "Polygon" + }, + "id": "1906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72683354200616, + -12.047418479063328, + -76.71719156409064, + -12.037038794920125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.72150281963434, + -12.047418479063328 + ], + [ + -76.71719156409064, + -12.044368974596896 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.72252223724222, + -12.037038794920125 + ] + ] + ], + "type": "Polygon" + }, + "id": "1907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14717927003758, + -11.900135840960903, + -77.13753070509698, + -11.889743567745269 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14285856788398, + -11.889743567745269 + ], + [ + -77.14717927003758, + -11.892788427051887 + ], + [ + -77.146675731693, + -11.897984615607378 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.14285856788398, + -11.889743567745269 + ] + ] + ], + "type": "Polygon" + }, + "id": "1908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84786581985033, + -12.177367959909263, + -76.83821669976166, + -12.166987246874832 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.84354946330804, + -12.166987246874832 + ] + ] + ], + "type": "Polygon" + }, + "id": "1909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72914696321216, + -11.976898176763065, + -76.71950702443624, + -11.966517375082073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72483653472833, + -11.966517375082073 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.72001665267737, + -11.968658719383011 + ], + [ + -76.72483653472833, + -11.966517375082073 + ] + ] + ], + "type": "Polygon" + }, + "id": "1910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80521809124383, + -12.14168623094393, + -76.79557117709206, + -12.13130602327913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80090337608169, + -12.13130602327913 + ], + [ + -76.80521809124383, + -12.134355213245756 + ], + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.80090337608169, + -12.13130602327913 + ] + ] + ], + "type": "Polygon" + }, + "id": "1911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995719223191, + -12.093080103361455, + -76.86031000056144, + -12.082697507921624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.86944946887758, + -12.090937216724063 + ], + [ + -76.86462578635307, + -12.093080103361455 + ], + [ + -76.86031000056144, + -12.090031660834033 + ], + [ + -76.86081785008835, + -12.084840416785354 + ], + [ + -76.86564135924378, + -12.082697507921624 + ] + ] + ], + "type": "Polygon" + }, + "id": "1912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7656126768135, + -12.169187103565191, + -76.75596601081428, + -12.15880833534652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.76510337861748, + -12.16704746159134 + ], + [ + -76.76027995835355, + -12.169187103565191 + ], + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.7612986805688, + -12.15880833534652 + ] + ] + ], + "type": "Polygon" + }, + "id": "1913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16689268598944, + -11.791899963281866, + -77.1572468548841, + -11.7815057135218 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.16257290563331, + -11.7815057135218 + ] + ] + ], + "type": "Polygon" + }, + "id": "1914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.763366382587, + -12.051053133151838, + -76.75372330192708, + -12.040672576245004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7590540241583, + -12.040672576245004 + ], + [ + -76.763366382587, + -12.043721686412313 + ], + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.7590540241583, + -12.040672576245004 + ] + ] + ], + "type": "Polygon" + }, + "id": "1915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8135700095248, + -12.29186122804407, + -76.80391838699147, + -12.281483255620529 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.81306118657103, + -12.289722130376003 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80925306023815, + -12.281483255620529 + ] + ] + ], + "type": "Polygon" + }, + "id": "1916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05939331401892, + -11.616159673705145, + -77.04975540954844, + -11.605765740861585 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0550787313405, + -11.605765740861585 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.05406994786475, + -11.616159673705145 + ], + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.0550787313405, + -11.605765740861585 + ] + ] + ], + "type": "Polygon" + }, + "id": "1917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93777510155475, + -12.202006297684605, + -76.92812287471918, + -12.191623736314781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93345597461803, + -12.191623736314781 + ], + [ + -76.93777510155475, + -12.194671991537737 + ], + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.92862994759004, + -12.193766730787116 + ], + [ + -76.93345597461803, + -12.191623736314781 + ] + ] + ], + "type": "Polygon" + }, + "id": "1918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74659193161966, + -12.127991481089618, + -76.73694701156064, + -12.117612542145622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74227900807288, + -12.117612542145622 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.74125988614372, + -12.127991481089618 + ], + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.74227900807288, + -12.117612542145622 + ] + ] + ], + "type": "Polygon" + }, + "id": "1919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03756485465453, + -12.078178136487667, + -77.0279137462788, + -12.06779116141369 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.03324469617421, + -12.06779116141369 + ] + ] + ], + "type": "Polygon" + }, + "id": "1920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01164625085747, + -12.059896806788844, + -77.00199635168258, + -12.049510187618612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0073270314953, + -12.049510187618612 + ], + [ + -77.01164625085747, + -12.052557079823186 + ], + [ + -77.01114056140938, + -12.057750442139612 + ], + [ + -77.00631552587889, + -12.059896806788844 + ], + [ + -77.00199635168258, + -12.056849829759749 + ], + [ + -77.00250216784151, + -12.051656572915828 + ], + [ + -77.0073270314953, + -12.049510187618612 + ] + ] + ], + "type": "Polygon" + }, + "id": "1921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13270646473765, + -11.906588745809263, + -77.12305806858168, + -11.896196913833732 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.12737842966976, + -11.906588745809263 + ], + [ + -77.12305806858168, + -11.90354363612122 + ], + [ + -77.12356194740411, + -11.89834777218403 + ], + [ + -77.12838606025471, + -11.896196913833732 + ] + ] + ], + "type": "Polygon" + }, + "id": "1922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71241591383266, + -11.959511352130145, + -76.70277695091036, + -11.94913072032404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70810617832433, + -11.94913072032404 + ], + [ + -76.71241591383266, + -11.952179799354813 + ], + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.70277695091036, + -11.956462186501872 + ], + [ + -76.703286784276, + -11.951271925450326 + ], + [ + -76.70810617832433, + -11.94913072032404 + ] + ] + ], + "type": "Polygon" + }, + "id": "1923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82731424484632, + -12.057403623669021, + -76.81766925268708, + -12.047021549041206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.82731424484632, + -12.050070115226973 + ], + [ + -76.82680598249071, + -12.055261206521617 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.82300005021736, + -12.047021549041206 + ] + ] + ], + "type": "Polygon" + }, + "id": "1924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90420927656776, + -11.884148716700324, + -76.89456740880603, + -11.873762167834311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8998952998702, + -11.873762167834311 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.90370235913839, + -11.882002471262272 + ], + [ + -76.8988813388557, + -11.884148716700324 + ], + [ + -76.89456740880603, + -11.881101654883118 + ], + [ + -76.89507445238172, + -11.875908434070377 + ], + [ + -76.8998952998702, + -11.873762167834311 + ] + ] + ], + "type": "Polygon" + }, + "id": "1925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96283604310972, + -11.897789700092563, + -76.95319223689073, + -11.887401892041472 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.95852029966572, + -11.887401892041472 + ] + ] + ], + "type": "Polygon" + }, + "id": "1926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94379065455968, + -11.856587380548063, + -76.93414857116812, + -11.846199461698584 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93947597423062, + -11.846199461698584 + ], + [ + -76.94379065455968, + -11.84924593784107 + ], + [ + -76.94328433330075, + -11.854439950631575 + ], + [ + -76.93846320542096, + -11.856587380548063 + ], + [ + -76.93414857116812, + -11.853540817925163 + ], + [ + -76.93465501870946, + -11.848346911876021 + ], + [ + -76.93947597423062, + -11.846199461698584 + ] + ] + ], + "type": "Polygon" + }, + "id": "1927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96206309890081, + -11.85838523192579, + -76.95242048649713, + -11.847996886612492 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.96155703031775, + -11.856237435008147 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.95774790155676, + -11.847996886612492 + ] + ] + ], + "type": "Polygon" + }, + "id": "1928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76480368697891, + -12.318432953579729, + -76.75515258577161, + -12.308056663513085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.75515258577161, + -12.315382456258273 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.76048771975248, + -12.308056663513085 + ] + ] + ], + "type": "Polygon" + }, + "id": "1929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07996044757692, + -11.641774626712696, + -77.0703212601443, + -11.631380514790372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.07945636750061, + -11.639621728793486 + ], + [ + -77.07463668841463, + -11.641774626712696 + ], + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.07564497523056, + -11.631380514790372 + ] + ] + ], + "type": "Polygon" + }, + "id": "1930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83800155828715, + -11.759644057007288, + -76.8283651512555, + -11.749257445141586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83369103987081, + -11.749257445141586 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.83369103987081, + -11.749257445141586 + ] + ] + ], + "type": "Polygon" + }, + "id": "1931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96896734323799, + -12.024232926539455, + -76.95931960923272, + -12.013846818472727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96464974797293, + -12.013846818472727 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.96464974797293, + -12.013846818472727 + ] + ] + ], + "type": "Polygon" + }, + "id": "1932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74055114715833, + -12.001616532966603, + -76.7309101605499, + -11.991235808780093 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.7309101605499, + -11.998567391473193 + ], + [ + -76.73141966917726, + -11.993377084004912 + ], + [ + -76.73624007518924, + -11.991235808780093 + ] + ] + ], + "type": "Polygon" + }, + "id": "1933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08553804938236, + -12.012104254372147, + -77.07588769317304, + -12.00171510686043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08121749121246, + -12.00171510686043 + ], + [ + -77.08553804938236, + -12.004761083949083 + ], + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.08121749121246, + -12.00171510686043 + ] + ] + ], + "type": "Polygon" + }, + "id": "1934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95295153880369, + -11.951872575262465, + -76.94330637800003, + -11.941485791104661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.9486353408346, + -11.941485791104661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73745663537305, + -12.12708131402952, + -76.72781199129439, + -12.116702593083605 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73314397543805, + -12.116702593083605 + ], + [ + -76.73745663537305, + -12.11975232598511 + ], + [ + -76.73694701156064, + -12.124941740983902 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.73314397543805, + -12.116702593083605 + ] + ] + ], + "type": "Polygon" + }, + "id": "1936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69795752071816, + -11.965934110550322, + -76.68831876321083, + -11.955553942088395 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69364809882825, + -11.955553942088395 + ], + [ + -76.69795752071816, + -11.958603183234901 + ], + [ + -76.69744760174811, + -11.963793322399562 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.68882880756448, + -11.957694753512014 + ], + [ + -76.69364809882825, + -11.955553942088395 + ] + ] + ], + "type": "Polygon" + }, + "id": "1937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71547384090438, + -11.928368923227625, + -76.70583572214224, + -11.91798775931101 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.71116443592797, + -11.91798775931101 + ] + ] + ], + "type": "Polygon" + }, + "id": "1938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88518690692173, + -12.03168594465527, + -76.87554114344881, + -12.021302029256162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.88467949258819, + -12.029541951705689 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.88087147913551, + -12.021302029256162 + ] + ] + ], + "type": "Polygon" + }, + "id": "1939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85852839011805, + -12.257035379555711, + -76.84887660750526, + -12.246655696042287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.85802024953759, + -12.254894843947957 + ], + [ + -76.8531942713953, + -12.257035379555711 + ], + [ + -76.84887660750526, + -12.253986042991206 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.85421067882058, + -12.246655696042287 + ] + ] + ], + "type": "Polygon" + }, + "id": "1940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10462153075329, + -12.053306999954364, + -77.09496946467995, + -12.042918009549826 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10029991410207, + -12.042918009549826 + ], + [ + -77.10462153075329, + -12.045964006656925 + ], + [ + -77.10411715599147, + -12.051158553965506 + ], + [ + -77.09929103749539, + -12.053306999954364 + ], + [ + -77.09496946467995, + -12.050260918316189 + ], + [ + -77.09547396651546, + -12.04506647523016 + ], + [ + -77.10029991410207, + -12.042918009549826 + ] + ] + ], + "type": "Polygon" + }, + "id": "1941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94612607470387, + -12.069163000425887, + -76.93647759452945, + -12.058778139690922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.9407951270274, + -12.069163000425887 + ], + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.94180849610238, + -12.058778139690922 + ] + ] + ], + "type": "Polygon" + }, + "id": "1942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88823706158946, + -12.09489079114459, + -76.87858933240094, + -12.084507766874683 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88392070755272, + -12.084507766874683 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.87858933240094, + -12.09184250702525 + ], + [ + -76.87909692954547, + -12.086651048436398 + ], + [ + -76.88392070755272, + -12.084507766874683 + ] + ] + ], + "type": "Polygon" + }, + "id": "1943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03741626626496, + -11.794982542176529, + -77.02777360131971, + -11.784591471904239 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03309988958003, + -11.784591471904239 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.02827864276782, + -11.786741660038333 + ], + [ + -77.03309988958003, + -11.784591471904239 + ] + ] + ], + "type": "Polygon" + }, + "id": "1944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14566860953208, + -11.915723927283263, + -77.13601961774228, + -11.905331912954642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.14566860953208, + -11.908376863444213 + ], + [ + -77.14516502571455, + -11.913572922553284 + ], + [ + -77.14034044464519, + -11.915723927283263 + ], + [ + -77.13601961774228, + -11.912678891461265 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.1413477394171, + -11.905331912954642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73137991689924, + -12.09503480755527, + -76.72173639466965, + -12.08465574022232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72706785185191, + -12.08465574022232 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.72224617812658, + -12.086795618540236 + ], + [ + -76.72706785185191, + -12.08465574022232 + ] + ] + ], + "type": "Polygon" + }, + "id": "1946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04963573232749, + -11.859118029353628, + -77.03999084599043, + -11.848727544413215 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04531817382107, + -11.848727544413215 + ], + [ + -77.04963573232749, + -11.851773083884977 + ], + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.04049581628392, + -11.850877213990001 + ], + [ + -77.04531817382107, + -11.848727544413215 + ] + ] + ], + "type": "Polygon" + }, + "id": "1947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8608138279498, + -12.280843579209243, + -76.85116127342422, + -12.270464233745981 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.85166954580858, + -12.272604534409664 + ], + [ + -76.85649573624386, + -12.270464233745981 + ] + ] + ], + "type": "Polygon" + }, + "id": "1948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03223385995831, + -12.085518043425155, + -77.02258266883783, + -12.075131311949765 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0279137462788, + -12.075131311949765 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.0279137462788, + -12.075131311949765 + ] + ] + ], + "type": "Polygon" + }, + "id": "1949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73969374269626, + -12.245197526936796, + -76.73004551177351, + -12.23482065168327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73004551177351, + -12.242147144937514 + ], + [ + -76.73055541652121, + -12.236958761726294 + ], + [ + -76.73537944455431, + -12.23482065168327 + ] + ] + ], + "type": "Polygon" + }, + "id": "1950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91415205329035, + -12.207528302648306, + -76.90450028009249, + -12.197146418153704 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90983349206942, + -12.197146418153704 + ], + [ + -76.91415205329035, + -12.200194919843542 + ], + [ + -76.91364476783659, + -12.20538591535309 + ], + [ + -76.90881879471397, + -12.207528302648306 + ], + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90983349206942, + -12.197146418153704 + ] + ] + ], + "type": "Polygon" + }, + "id": "1951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00394002002373, + -11.854634626240372, + -76.99429643687822, + -11.844245197447302 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -77.0034345432824, + -11.85248589239293 + ], + [ + -76.99861266583586, + -11.854634626240372 + ], + [ + -76.99429643687822, + -11.851588612375714 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.99962374584764, + -11.844245197447302 + ] + ] + ], + "type": "Polygon" + }, + "id": "1952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96893780810379, + -11.929851922102861, + -76.9592928882646, + -11.919464423322191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96462147268464, + -11.919464423322191 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.9592928882646, + -11.926805203000521 + ], + [ + -76.95979909884946, + -11.921611506752752 + ], + [ + -76.96462147268464, + -11.919464423322191 + ] + ] + ], + "type": "Polygon" + }, + "id": "1953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9263394417964, + -12.177287548759995, + -76.91668825196875, + -12.166904873734813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92202095446902, + -12.166904873734813 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.91668825196875, + -12.174239218827926 + ], + [ + -76.9171954459906, + -12.169047934531672 + ], + [ + -76.92202095446902, + -12.166904873734813 + ] + ] + ], + "type": "Polygon" + }, + "id": "1954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01377248977498, + -11.706122337238815, + -77.004133074679, + -11.69573066358782 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.00844758907091, + -11.706122337238815 + ], + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.00945793034619, + -11.69573066358782 + ] + ] + ], + "type": "Polygon" + }, + "id": "1955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93090236434297, + -12.130564010294709, + -76.92125244970138, + -12.120180480471722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92658437755017, + -12.120180480471722 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.92175950661635, + -12.122324233772526 + ], + [ + -76.92658437755017, + -12.120180480471722 + ] + ] + ], + "type": "Polygon" + }, + "id": "1956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70536788260824, + -12.359635772911219, + -76.69571717156612, + -12.349261701557072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.69622773477306, + -12.351397548629524 + ], + [ + -76.70105300262858, + -12.349261701557072 + ] + ] + ], + "type": "Polygon" + }, + "id": "1957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76642092249297, + -12.019910911781839, + -76.75677868763113, + -12.009529805598554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.76109066604269, + -12.019910911781839 + ], + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.76210889543249, + -12.009529805598554 + ] + ] + ], + "type": "Polygon" + }, + "id": "1958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01853757967733, + -12.131354479580665, + -77.00888537158838, + -12.120968797475665 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01421722106836, + -12.120968797475665 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.01421722106836, + -12.120968797475665 + ] + ] + ], + "type": "Polygon" + }, + "id": "1959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73357538604371, + -12.307454610834558, + -76.72392546228973, + -12.297078929754402 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.7292604248978, + -12.297078929754402 + ] + ] + ], + "type": "Polygon" + }, + "id": "1960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12514859624895, + -11.984521926091722, + -77.11549806632237, + -11.974131407838202 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11600217265638, + -11.976281157425577 + ], + [ + -77.1208273523121, + -11.974131407838202 + ] + ] + ], + "type": "Polygon" + }, + "id": "1961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64372876998478, + -12.282744261739586, + -76.63408205948845, + -12.272370468254369 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63941662494427, + -12.272370468254369 + ], + [ + -76.64372876998478, + -12.27542182869652 + ], + [ + -76.64321759724989, + -12.280608780456793 + ], + [ + -76.63839415405435, + -12.282744261739586 + ], + [ + -76.63408205948845, + -12.279692816705266 + ], + [ + -76.6345933576339, + -12.274505974990051 + ], + [ + -76.63941662494427, + -12.272370468254369 + ] + ] + ], + "type": "Polygon" + }, + "id": "1962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07772257770677, + -11.712377124584526, + -77.06808134675323, + -11.701983972455906 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0734062248031, + -11.701983972455906 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.0734062248031, + -11.701983972455906 + ] + ] + ], + "type": "Polygon" + }, + "id": "1963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04420540418822, + -11.677627100365457, + -77.03456605826747, + -11.667234314437321 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.04420540418822, + -11.670278932379485 + ], + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03989040909502, + -11.667234314437321 + ] + ] + ], + "type": "Polygon" + }, + "id": "1964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15703743297742, + -11.846020806447772, + -77.14739023486224, + -11.835627535445948 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.15703743297742, + -11.838672033052822 + ], + [ + -77.15653411730851, + -11.843868720479959 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.15271719163663, + -11.835627535445948 + ] + ] + ], + "type": "Polygon" + }, + "id": "1965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94453890631709, + -11.801599853324007, + -76.93489844072886, + -11.791211156428604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.9440326814956, + -11.799451733016603 + ], + [ + -76.93921236255058, + -11.801599853324007 + ], + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.94022493844547, + -11.791211156428604 + ] + ] + ], + "type": "Polygon" + }, + "id": "1966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94918925629624, + -12.132372249205444, + -76.93953881039543, + -12.121988294111642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94918925629624, + -12.125036113648834 + ], + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.9448707510396, + -12.121988294111642 + ] + ] + ], + "type": "Polygon" + }, + "id": "1967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09987829565746, + -11.816831662805583, + -77.09023339645344, + -11.806439370156498 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09555996062505, + -11.806439370156498 + ], + [ + -77.09987829565746, + -11.80948423695346 + ], + [ + -77.09937422260758, + -11.814680435617618 + ], + [ + -77.09455168764642, + -11.816831662805583 + ], + [ + -77.09023339645344, + -11.813786709823203 + ], + [ + -77.09073759637283, + -11.808590615848185 + ], + [ + -77.09555996062505, + -11.806439370156498 + ] + ] + ], + "type": "Polygon" + }, + "id": "1968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1463833038336, + -11.860717404217006, + -77.13673593303619, + -11.85032459451924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.14587981559016, + -11.858565720475708 + ], + [ + -77.14105604504964, + -11.860717404217006 + ], + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.14206314863297, + -11.85032459451924 + ] + ] + ], + "type": "Polygon" + }, + "id": "1969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67420190091539, + -12.254367153784218, + -76.66455519334323, + -12.243992104267427 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66988928934161, + -12.243992104267427 + ] + ] + ], + "type": "Polygon" + }, + "id": "1970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8273024586975, + -12.15174200751443, + -76.81765465232374, + -12.141361402606936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.8273024586975, + -12.14441043998889 + ], + [ + -76.82679404785692, + -12.149600796340655 + ], + [ + -76.82197005773068, + -12.15174200751443 + ], + [ + -76.81765465232374, + -12.148692885280488 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.82298700546897, + -12.141361402606936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96369316931947, + -12.220295780965388, + -76.95403972142164, + -12.209912873773892 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.96318655709723, + -12.218152477459395 + ], + [ + -76.95835974687273, + -12.220295780965388 + ], + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95937309797256, + -12.209912873773892 + ] + ] + ], + "type": "Polygon" + }, + "id": "1973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0785096094829, + -11.751796692090153, + -77.06886718558641, + -11.741404040099932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.06886718558641, + -11.748751888933759 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.07419271043769, + -11.741404040099932 + ] + ] + ], + "type": "Polygon" + }, + "id": "1974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06718892307079, + -11.915907278429174, + -77.05754189880123, + -11.905517169457916 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.06186063936075, + -11.915907278429174 + ], + [ + -77.05754189880123, + -11.912861522565587 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.06287013817823, + -11.905517169457916 + ] + ] + ], + "type": "Polygon" + }, + "id": "1975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90957371318846, + -12.159902878653693, + -76.89992348203741, + -12.149520343370506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.90906643845423, + -12.157759982875342 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.90043088315463, + -12.151663261328533 + ], + [ + -76.90525591221788, + -12.149520343370506 + ] + ] + ], + "type": "Polygon" + }, + "id": "1976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89662922413432, + -12.245097757497671, + -76.88697678986307, + -12.23471692346846 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.88697678986307, + -12.242048832719828 + ], + [ + -76.88748450570205, + -12.236858469062517 + ], + [ + -76.89231063621325, + -12.23471692346846 + ] + ] + ], + "type": "Polygon" + }, + "id": "1977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14320140065341, + -11.703027290508388, + -77.1335588035116, + -11.692632432767507 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1388834318982, + -11.692632432767507 + ], + [ + -77.14320140065341, + -11.695676311304767 + ], + [ + -77.1426981127226, + -11.700873792315088 + ], + [ + -77.13787672907628, + -11.703027290508388 + ], + [ + -77.1335588035116, + -11.699983325157742 + ], + [ + -77.1340622183934, + -11.694785948437103 + ], + [ + -77.1388834318982, + -11.692632432767507 + ] + ] + ], + "type": "Polygon" + }, + "id": "1978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04671086853156, + -12.07907818516991, + -77.03705949996525, + -12.068691000042474 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.04239045317473, + -12.068691000042474 + ] + ] + ], + "type": "Polygon" + }, + "id": "1979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71223460438462, + -12.336751283847011, + -76.70258438891307, + -12.326376644703211 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70791984052225, + -12.326376644703211 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.70258438891307, + -12.33370021166125 + ], + [ + -76.70309482040456, + -12.328512946607473 + ], + [ + -76.70791984052225, + -12.326376644703211 + ] + ] + ], + "type": "Polygon" + }, + "id": "1980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75046397795286, + -11.94756908955772, + -76.7408243323937, + -11.937187315322003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.7408243323937, + -11.94452032415464 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.7461533535852, + -11.937187315322003 + ] + ] + ], + "type": "Polygon" + }, + "id": "1981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11895318286302, + -11.858036855878023, + -77.10930657733776, + -11.847644671209213 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1146337911992, + -11.847644671209213 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.10981057370954, + -11.849795824328963 + ], + [ + -77.1146337911992, + -11.847644671209213 + ] + ] + ], + "type": "Polygon" + }, + "id": "1982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9545464602898, + -12.219390715716438, + -76.9448932771668, + -12.209008020334286 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95022664789248, + -12.209008020334286 + ], + [ + -76.9545464602898, + -12.21205619923516 + ], + [ + -76.95403972142164, + -12.217247599904958 + ], + [ + -76.94921304353792, + -12.219390715716438 + ], + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.95022664789248, + -12.209008020334286 + ] + ] + ], + "type": "Polygon" + }, + "id": "1983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8547226496444, + -12.15446470181447, + -76.84507403071969, + -12.144083451196972 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.85040641202453, + -12.144083451196972 + ] + ] + ], + "type": "Polygon" + }, + "id": "1984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0002065416375, + -12.035176072166175, + -76.99055767399783, + -12.024789358980142 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.99588795955985, + -12.024789358980142 + ] + ] + ], + "type": "Polygon" + }, + "id": "1985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70022755508687, + -11.989743344962426, + -76.69058802559904, + -11.979363470932661 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.70022755508687, + -11.982412820413897 + ], + [ + -76.69971763011887, + -11.98760281232637 + ], + [ + -76.69489777787422, + -11.989743344962426 + ], + [ + -76.69058802559904, + -11.9866939090506 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.69591775323094, + -11.979363470932661 + ] + ] + ], + "type": "Polygon" + }, + "id": "1986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95670968392169, + -11.771330688782038, + -76.9470698025128, + -11.760941281252316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95239579081533, + -11.760941281252316 + ], + [ + -76.95670968392169, + -11.763987184004337 + ], + [ + -76.95620367652793, + -11.769181941119646 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.95239579081533, + -11.760941281252316 + ] + ] + ], + "type": "Polygon" + }, + "id": "1987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7945107599424, + -12.344973972460128, + -76.78485806270552, + -12.334597380938328 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.7945107599424, + -12.337647639508043 + ], + [ + -76.79400158743239, + -12.34283598921608 + ], + [ + -76.7891751516025, + -12.344973972460128 + ], + [ + -76.78485806270552, + -12.341923630263008 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.79019362269887, + -12.334597380938328 + ] + ] + ], + "type": "Polygon" + }, + "id": "1988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1067166447168, + -11.793895391270073, + -77.09707225638981, + -11.783502620267278 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.10621270332547, + -11.791743743848073 + ], + [ + -77.10139042385023, + -11.793895391270073 + ], + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.10239843352072, + -11.783502620267278 + ] + ] + ], + "type": "Polygon" + }, + "id": "1989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73738059967619, + -12.315693115505505, + -76.72773032596008, + -12.305317476672865 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73306542361188, + -12.305317476672865 + ], + [ + -76.73738059967619, + -12.3083681322623 + ], + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.73306542361188, + -12.305317476672865 + ] + ] + ], + "type": "Polygon" + }, + "id": "1990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79453212290632, + -12.250666798445577, + -76.78488224273407, + -12.24028862182775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79021624524314, + -12.24028862182775 + ], + [ + -76.79453212290632, + -12.243338439413659 + ], + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.78488224273407, + -12.247616896577632 + ], + [ + -76.78539139230794, + -12.242427862309915 + ], + [ + -76.79021624524314, + -12.24028862182775 + ] + ] + ], + "type": "Polygon" + }, + "id": "1991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15464683062493, + -11.72775132808663, + -77.14500321291112, + -11.717356517560019 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15032822931775, + -11.717356517560019 + ], + [ + -77.15464683062493, + -11.720400425050473 + ], + [ + -77.15414366507065, + -11.725597882355164 + ], + [ + -77.14932177118453, + -11.72775132808663 + ], + [ + -77.14500321291112, + -11.72470733399623 + ], + [ + -77.14550650548077, + -11.71950998078424 + ], + [ + -77.15032822931775, + -11.717356517560019 + ] + ] + ], + "type": "Polygon" + }, + "id": "1992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91260393973, + -12.034396927164883, + -76.90295737339135, + -12.024012369490132 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.91260393973, + -12.027060044918947 + ], + [ + -76.912096904176, + -12.032252377180452 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.9082877319821, + -12.024012369490132 + ] + ] + ], + "type": "Polygon" + }, + "id": "1993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70017870957113, + -12.084064795450454, + -76.69053636907988, + -12.073686353874715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.6910465689856, + -12.07582569582654 + ], + [ + -76.69586765168869, + -12.073686353874715 + ] + ] + ], + "type": "Polygon" + }, + "id": "1994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06791672170428, + -11.860909562373658, + -77.05827131743287, + -11.850518656733415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.0587760342812, + -11.852668692645588 + ], + [ + -77.06359865087886, + -11.850518656733415 + ] + ] + ], + "type": "Polygon" + }, + "id": "1995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80674410869173, + -12.126115848345169, + -76.7970976181632, + -12.115735356702936 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.80141211917208, + -12.126115848345169 + ], + [ + -76.7970976181632, + -12.123066664519781 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.80242955957601, + -12.115735356702936 + ] + ] + ], + "type": "Polygon" + }, + "id": "1996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9750722525931, + -12.056292019585516, + -76.9654234042806, + -12.045906246202899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97075406494896, + -12.045906246202899 + ], + [ + -76.9750722525931, + -12.04895345817932 + ], + [ + -76.97456605652364, + -12.054146397852861 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.97075406494896, + -12.045906246202899 + ] + ] + ], + "type": "Polygon" + }, + "id": "1997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70254610451366, + -11.919221950826001, + -76.69290861276764, + -11.908840984256729 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.70254610451366, + -11.91188993028486 + ], + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.69290861276764, + -11.91617291788502 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.69823717815557, + -11.908840984256729 + ] + ] + ], + "type": "Polygon" + }, + "id": "1998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7238174037542, + -11.98422962293679, + -76.71417739208908, + -11.973849065500017 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71950702443624, + -11.973849065500017 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.71468710597182, + -11.975990201323372 + ], + [ + -76.71950702443624, + -11.973849065500017 + ] + ] + ], + "type": "Polygon" + }, + "id": "1999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71617197511682, + -12.062078009180988, + -76.70652985167258, + -12.051698820740274 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71084100854172, + -12.062078009180988 + ], + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.71186076887139, + -12.051698820740274 + ] + ] + ], + "type": "Polygon" + }, + "id": "2000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83340219907126, + -12.08945554138538, + -76.82375608815606, + -12.07907380660819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.8280708289179, + -12.08945554138538 + ], + [ + -76.82375608815606, + -12.086406783395411 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.82908741059315, + -12.07907380660819 + ] + ] + ], + "type": "Polygon" + }, + "id": "2001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71237062612721, + -12.053838793456706, + -76.70272885252847, + -12.043459575876733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.71237062612721, + -12.046509157190783 + ], + [ + -76.71186076887139, + -12.051698820740274 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.70805963462942, + -12.043459575876733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08613553936313, + -11.76827884847577, + -77.07649243214549, + -11.757886231269463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.08613553936313, + -11.760930967150617 + ], + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.08181821743392, + -11.757886231269463 + ] + ] + ], + "type": "Polygon" + }, + "id": "2003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72137479175107, + -12.337665998523285, + -76.7117242986224, + -12.32729114145114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71705976337704, + -12.32729114145114 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.71223460438462, + -12.329427632913374 + ], + [ + -76.71705976337704, + -12.32729114145114 + ] + ] + ], + "type": "Polygon" + }, + "id": "2004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07324397138612, + -11.853564040173392, + -77.06359865087886, + -11.843172902253029 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.06791672170428, + -11.853564040173392 + ], + [ + -77.06359865087886, + -11.850518656733415 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.06892585633113, + -11.843172902253029 + ] + ] + ], + "type": "Polygon" + }, + "id": "2005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8379495229541, + -12.325727287241012, + -76.8282962360775, + -12.315349271531877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83363145480128, + -12.315349271531877 + ], + [ + -76.8379495229541, + -12.31839903412347 + ], + [ + -76.83744098692583, + -12.323588095649688 + ], + [ + -76.83261425650907, + -12.325727287241012 + ], + [ + -76.8282962360775, + -12.322677441042922 + ], + [ + -76.82880489833192, + -12.317488486869843 + ], + [ + -76.83363145480128, + -12.315349271531877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90343326787209, + -11.750360024622273, + -76.89379540376757, + -11.739971655974902 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.90292654903243, + -11.748212149342345 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.89430224864626, + -11.742119551359691 + ], + [ + -76.89912109437353, + -11.739971655974902 + ] + ] + ], + "type": "Polygon" + }, + "id": "2007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0921846407355, + -11.705920708087497, + -77.08254323657121, + -11.695527120849833 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08786798850889, + -11.695527120849833 + ], + [ + -77.0921846407355, + -11.698571469222685 + ], + [ + -77.09168063230123, + -11.703768315326293 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.08304737175783, + -11.697679531608777 + ], + [ + -77.08786798850889, + -11.695527120849833 + ] + ] + ], + "type": "Polygon" + }, + "id": "2008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07717999092091, + -12.0506127374567, + -77.06752869761267, + -12.040224373518972 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.0728591415118, + -12.040224373518972 + ] + ] + ], + "type": "Polygon" + }, + "id": "2009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.776975227323, + -12.382514232949742, + -76.76732188124168, + -12.372138732198726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77265806923968, + -12.372138732198726 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.77265806923968, + -12.372138732198726 + ] + ] + ], + "type": "Polygon" + }, + "id": "2010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79524275752351, + -12.47862987380144, + -76.7855860438105, + -12.468255605526942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79092381269754, + -12.468255605526942 + ], + [ + -76.79524275752351, + -12.47130645334645 + ], + [ + -76.79473338439676, + -12.476493641305064 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78609554311144, + -12.470391862978591 + ], + [ + -76.79092381269754, + -12.468255605526942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1432817504144, + -11.797466017234878, + -77.13363634051687, + -11.787072411168785 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.13896252088585, + -11.787072411168785 + ] + ] + ], + "type": "Polygon" + }, + "id": "2012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08528407862993, + -11.634424620211089, + -77.07564497523056, + -11.624030286674133 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.08528407862993, + -11.627074304592584 + ], + [ + -77.08478008461495, + -11.632271523952147 + ], + [ + -77.07996044757692, + -11.634424620211089 + ], + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.08096856228545, + -11.624030286674133 + ] + ] + ], + "type": "Polygon" + }, + "id": "2013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76477364051937, + -12.41272508089645, + -76.75511972153912, + -12.402350416735072 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76045641366248, + -12.402350416735072 + ], + [ + -76.76477364051937, + -12.405401262714587 + ], + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.75943689960508, + -12.41272508089645 + ], + [ + -76.75511972153912, + -12.409674151654519 + ], + [ + -76.75562954156315, + -12.404486873669834 + ], + [ + -76.76045641366248, + -12.402350416735072 + ] + ] + ], + "type": "Polygon" + }, + "id": "2014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97578421501157, + -11.906929387036632, + -76.96613980078041, + -11.896541389944202 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.97146800082307, + -11.896541389944202 + ] + ] + ], + "type": "Polygon" + }, + "id": "2015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67652777176492, + -12.183875185706057, + -76.66688310461413, + -12.173498925487635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6722160366623, + -12.173498925487635 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.6711947897393, + -12.183875185706057 + ], + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.667393790804, + -12.17563645409478 + ], + [ + -76.6722160366623, + -12.173498925487635 + ] + ] + ], + "type": "Polygon" + }, + "id": "2016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8265218102501, + -12.301010826700585, + -76.81686956732959, + -12.290632681253156 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.81686956732959, + -12.297960986746332 + ], + [ + -76.817378350125, + -12.292771967803247 + ], + [ + -76.82220438457104, + -12.290632681253156 + ] + ] + ], + "type": "Polygon" + }, + "id": "2017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68333818352095, + -12.255281574945226, + -76.67369119644752, + -12.244906306180193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.67369119644752, + -12.252230626631595 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.6790253067309, + -12.244906306180193 + ] + ] + ], + "type": "Polygon" + }, + "id": "2018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12658490194578, + -11.874518905220496, + -77.11693761432262, + -11.864126766938405 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.12608111408974, + -11.87236780770754 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.11744152919867, + -11.866277882992234 + ], + [ + -77.12226508776807, + -11.864126766938405 + ] + ] + ], + "type": "Polygon" + }, + "id": "2019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89890863408424, + -12.17457030903269, + -76.88925824567524, + -12.164188273671265 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.88976581886428, + -12.166330772821986 + ], + [ + -76.89459092649388, + -12.164188273671265 + ] + ] + ], + "type": "Polygon" + }, + "id": "2020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80063921484494, + -12.18839480210706, + -76.79099102968249, + -12.178015455634787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.80013037448607, + -12.186254644239868 + ], + [ + -76.79530619480927, + -12.18839480210706 + ], + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.79632400150581, + -12.178015455634787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13175823544927, + -11.678303272683145, + -77.12211665943357, + -11.667908371837186 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.13125482524035, + -11.676149722077502 + ], + [ + -77.12643395211093, + -11.678303272683145 + ], + [ + -77.12211665943357, + -11.675259338077305 + ], + [ + -77.1226201965291, + -11.670061939902558 + ], + [ + -77.1274408994247, + -11.667908371837186 + ] + ] + ], + "type": "Polygon" + }, + "id": "2022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83949151380065, + -12.121506808509253, + -76.82984428408815, + -12.111125420064722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83517613141315, + -12.111125420064722 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8303526034081, + -12.113267306312986 + ], + [ + -76.83517613141315, + -12.111125420064722 + ] + ] + ], + "type": "Polygon" + }, + "id": "2023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11355421158052, + -11.770957745223729, + -77.10391033435151, + -11.7605644994044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.1130504018353, + -11.768805678703973 + ], + [ + -77.10822837795646, + -11.770957745223729 + ], + [ + -77.10391033435151, + -11.76791315466624 + ], + [ + -77.10441427098421, + -11.762716584051569 + ], + [ + -77.10923612434371, + -11.7605644994044 + ] + ] + ], + "type": "Polygon" + }, + "id": "2024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93469408402927, + -12.044442959549192, + -76.9250466394958, + -12.034058005227394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93037714431281, + -12.034058005227394 + ], + [ + -76.93469408402927, + -12.037105529175706 + ], + [ + -76.93418734155037, + -12.04229805960251 + ], + [ + -76.92936353295272, + -12.044442959549192 + ], + [ + -76.9250466394958, + -12.041395350390388 + ], + [ + -76.92555350836757, + -12.036202926505245 + ], + [ + -76.93037714431281, + -12.034058005227394 + ] + ] + ], + "type": "Polygon" + }, + "id": "2025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73298738527004, + -11.89079819755161, + -76.72334990697279, + -11.880416048305703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72867799806112, + -11.880416048305703 + ], + [ + -76.73298738527004, + -11.883464571570551 + ], + [ + -76.73247807152565, + -11.888655700956116 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.72334990697279, + -11.887749587284773 + ], + [ + -76.72385934618346, + -11.882558567434158 + ], + [ + -76.72867799806112, + -11.880416048305703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11981926673543, + -11.9918666451774, + -77.11016865132575, + -11.981476364516615 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11549806632237, + -11.981476364516615 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.11067284395654, + -11.983625910436993 + ], + [ + -77.11549806632237, + -11.981476364516615 + ] + ] + ], + "type": "Polygon" + }, + "id": "2027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08232244838541, + -11.760037769903041, + -77.0726796827977, + -11.74964513507659 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07800533788834, + -11.74964513507659 + ], + [ + -77.08232244838541, + -11.752689861349566 + ], + [ + -77.08181821743392, + -11.757886231269463 + ], + [ + -77.07699674922024, + -11.760037769903041 + ], + [ + -77.0726796827977, + -11.756992956986812 + ], + [ + -77.07318404050496, + -11.751796692090153 + ], + [ + -77.07800533788834, + -11.74964513507659 + ] + ] + ], + "type": "Polygon" + }, + "id": "2028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77169505607692, + -12.201232955317105, + -76.76204726872261, + -12.19085454868197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.76204726872261, + -12.198183080885817 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.76738046499172, + -12.19085454868197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74506339148213, + -12.143559533788267, + -76.7354180484786, + -12.133180879503868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74075030226989, + -12.133180879503868 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.7354180484786, + -12.140509701499033 + ], + [ + -76.73592771811401, + -12.135320428826583 + ], + [ + -76.74075030226989, + -12.133180879503868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9887337984191, + -11.916068865029592, + -76.97908877708578, + -11.905680679865709 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.98340541620236, + -11.916068865029592 + ], + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.98441711385003, + -11.905680679865709 + ] + ] + ], + "type": "Polygon" + }, + "id": "2031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9765589887391, + -11.94633273787645, + -76.96691338030887, + -11.93594528999085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.9765589887391, + -11.938991938634567 + ], + [ + -76.97605298546904, + -11.944185715644288 + ], + [ + -76.97123009519055, + -11.94633273787645 + ], + [ + -76.96691338030887, + -11.943286003493679 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.9722422282228, + -11.93594528999085 + ] + ] + ], + "type": "Polygon" + }, + "id": "2032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7488324707052, + -12.24610974346088, + -76.73918396371717, + -12.235732650689465 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.74832281753221, + -12.243971469203096 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.74451790880816, + -12.235732650689465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12413071696939, + -11.661820611120923, + -77.11448982201193, + -11.651425683821069 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.12413071696939, + -11.654469509647523 + ], + [ + -77.1236272252964, + -11.659667025601372 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11981380286436, + -11.651425683821069 + ] + ] + ], + "type": "Polygon" + }, + "id": "2034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04430835992888, + -11.866462655780884, + -77.0346633905752, + -11.856072403804937 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03999084599043, + -11.856072403804937 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.03898085986765, + -11.866462655780884 + ], + [ + -77.0346633905752, + -11.863416944186655 + ], + [ + -77.03516844697633, + -11.85822187088391 + ], + [ + -77.03999084599043, + -11.856072403804937 + ] + ] + ], + "type": "Polygon" + }, + "id": "2035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90875887999411, + -11.74301791128916, + -76.89912109437353, + -11.732629312702102 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90444665995308, + -11.732629312702102 + ], + [ + -76.90875887999411, + -11.735675480620808 + ], + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.90343326787209, + -11.74301791128916 + ], + [ + -76.89912109437353, + -11.739971655974902 + ], + [ + -76.89962785343658, + -11.734777410390771 + ], + [ + -76.90444665995308, + -11.732629312702102 + ] + ] + ], + "type": "Polygon" + }, + "id": "2036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80518160558479, + -12.330320962808399, + -76.7955290591208, + -12.319943851550253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80086437188305, + -12.319943851550253 + ], + [ + -76.80518160558479, + -12.322993942769445 + ], + [ + -76.80467260501345, + -12.328182552286924 + ], + [ + -76.79984624463256, + -12.330320962808399 + ], + [ + -76.7955290591208, + -12.327270787897998 + ], + [ + -76.79603818579042, + -12.322082286167143 + ], + [ + -76.80086437188305, + -12.319943851550253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04519513946482, + -12.094658616266889, + -77.03554334469659, + -12.084271708500731 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.04519513946482, + -12.08731845583376 + ], + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.04087455659196, + -12.084271708500731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98107926859852, + -11.805190559396411, + -76.97143774740725, + -11.794801009911012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97676426791922, + -11.794801009911012 + ], + [ + -76.98107926859852, + -11.797846879807409 + ], + [ + -76.9805735491169, + -11.803041707706576 + ], + [ + -76.97575270255615, + -11.805190559396411 + ], + [ + -76.97143774740725, + -11.80214460279888 + ], + [ + -76.9719435932793, + -11.796949881222499 + ], + [ + -76.97676426791922, + -11.794801009911012 + ] + ] + ], + "type": "Polygon" + }, + "id": "2039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17603567697114, + -11.792791161422647, + -77.16638959291652, + -11.782396704150687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17171564307341, + -11.782396704150687 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.16689268598944, + -11.784549845216997 + ], + [ + -77.17171564307341, + -11.782396704150687 + ] + ] + ], + "type": "Polygon" + }, + "id": "2040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02754437872112, + -11.849084691190962, + -77.01790035517654, + -11.838694606305902 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.02754437872112, + -11.841740292757484 + ], + [ + -77.02703924121163, + -11.846935388003912 + ], + [ + -77.02221714369004, + -11.849084691190962 + ], + [ + -77.01790035517654, + -11.846038918512132 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.0232275453273, + -11.838694606305902 + ] + ] + ], + "type": "Polygon" + }, + "id": "2041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03736679455459, + -11.70056350076988, + -77.02772694080409, + -11.690171177813822 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.03305167699722, + -11.690171177813822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85320273908147, + -12.075695034994906, + -76.84355651085302, + -12.065312590752976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84888759423603, + -12.065312590752976 + ], + [ + -76.85320273908147, + -12.068361014280516 + ], + [ + -76.85269480914835, + -12.073552290191326 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.84888759423603, + -12.065312590752976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74357092999152, + -12.064806168473384, + -76.73392797703208, + -12.054426324377282 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.74357092999152, + -12.057475683409942 + ], + [ + -76.74306148941663, + -12.062665659997489 + ], + [ + -76.73823992561644, + -12.064806168473384 + ], + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73925893241967, + -12.054426324377282 + ] + ] + ], + "type": "Polygon" + }, + "id": "2044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0611881417392, + -12.072637150489777, + -77.05153659695456, + -12.062249512643058 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05686742524637, + -12.062249512643058 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.05204173853885, + -12.064396805645382 + ], + [ + -77.05686742524637, + -12.062249512643058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04054622524643, + -11.952624649171876, + -77.03089878461425, + -11.942235721424252 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.03140402821164, + -11.944384054445932 + ], + [ + -77.0362276628, + -11.942235721424252 + ] + ] + ], + "type": "Polygon" + }, + "id": "2046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919625335248, + -12.242374178795956, + -76.85954462550643, + -12.231993986121134 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.86868828482946, + -12.240233220433915 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.86487844747478, + -12.231993986121134 + ] + ] + ], + "type": "Polygon" + }, + "id": "2047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07633151972178, + -11.916803623579298, + -77.06668423707573, + -11.906413304802093 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.06668423707573, + -11.91375794666577 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.07201247886967, + -11.906413304802093 + ] + ] + ], + "type": "Polygon" + }, + "id": "2048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01844958042588, + -11.94258773464197, + -77.00880300422558, + -11.932199202123018 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01413174398819, + -11.932199202123018 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.00930854172435, + -11.934347186498934 + ], + [ + -77.01413174398819, + -11.932199202123018 + ] + ] + ], + "type": "Polygon" + }, + "id": "2049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74971743299099, + -11.90818356912167, + -76.74007898116517, + -11.897801243697574 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7454073538769, + -11.897801243697574 + ], + [ + -76.74971743299099, + -11.900849715650113 + ], + [ + -76.74920832454404, + -11.906040932996763 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.7454073538769, + -11.897801243697574 + ] + ] + ], + "type": "Polygon" + }, + "id": "2050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78085919655084, + -12.107820384435067, + -76.77121394923651, + -12.097440260295357 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77654560073745, + -12.097440260295357 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.77654560073745, + -12.097440260295357 + ] + ] + ], + "type": "Polygon" + }, + "id": "2051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853642072857, + -11.974006499767766, + -76.84889308279504, + -11.963622389744344 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.85853642072857, + -11.966670245777973 + ], + [ + -76.85802872487083, + -11.971862354631908 + ], + [ + -76.85320696922011, + -11.974006499767766 + ], + [ + -76.84889308279504, + -11.970958557760294 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.85422248697913, + -11.963622389744344 + ] + ] + ], + "type": "Polygon" + }, + "id": "2052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03511962010491, + -11.77115496495781, + -77.02547772311316, + -11.760763629057953 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.0308036224007, + -11.760763629057953 + ] + ] + ], + "type": "Polygon" + }, + "id": "2053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89051716456821, + -12.024349940394169, + -76.88087147913551, + -12.013965781350931 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8862016898985, + -12.013965781350931 + ], + [ + -76.89051716456821, + -12.017013606979658 + ], + [ + -76.89000983618507, + -12.022205740083558 + ], + [ + -76.88518690692173, + -12.024349940394169 + ], + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.8862016898985, + -12.013965781350931 + ] + ] + ], + "type": "Polygon" + }, + "id": "2054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93388569300757, + -11.816283940378137, + -76.92424506828765, + -11.805895708114273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92957181731371, + -11.805895708114273 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.9285588977757, + -11.816283940378137 + ], + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92957181731371, + -11.805895708114273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93165340083411, + -12.075596721274083, + -76.92200510656765, + -12.065212318259693 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.9225120667846, + -12.067356782201143 + ], + [ + -76.92733612756409, + -12.065212318259693 + ] + ] + ], + "type": "Polygon" + }, + "id": "2056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94608033797724, + -11.880409373396438, + -76.9364374853705, + -11.87002173287223 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94176527831635, + -11.87002173287223 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9364374853705, + -11.87736270548093 + ], + [ + -76.93694393818852, + -11.872168938558596 + ], + [ + -76.94176527831635, + -11.87002173287223 + ] + ] + ], + "type": "Polygon" + }, + "id": "2057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95063659253269, + -11.833663644543547, + -76.94099501343929, + -11.823275237434228 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.95063659253269, + -11.826321530481389 + ], + [ + -76.95013040282066, + -11.831515787374899 + ], + [ + -76.9453095271373, + -11.833663644543547 + ], + [ + -76.94099501343929, + -11.830617264881855 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.94632203286248, + -11.823275237434228 + ] + ] + ], + "type": "Polygon" + }, + "id": "2058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95068498162537, + -12.022429682991643, + -76.94103777645225, + -12.0120439998765 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.94103777645225, + -12.019382329559145 + ], + [ + -76.94154438724001, + -12.014189541188138 + ], + [ + -76.94636790359904, + -12.0120439998765 + ] + ] + ], + "type": "Polygon" + }, + "id": "2059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10592598995814, + -11.754475422987184, + -77.09628279492941, + -11.744082141595856 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10160832517377, + -11.744082141595856 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.1006004159775, + -11.754475422987184 + ], + [ + -77.09628279492941, + -11.751430850816579 + ], + [ + -77.09678681294513, + -11.746234262481586 + ], + [ + -77.10160832517377, + -11.744082141595856 + ] + ] + ], + "type": "Polygon" + }, + "id": "2060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12960731076538, + -11.843341980583597, + -77.1199608761755, + -11.832949333889479 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.1199608761755, + -11.840297160875043 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.12528783217923, + -11.832949333889479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9499132573693, + -11.983031863570691, + -76.9402672469083, + -11.97264561218331 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94559672580678, + -11.97264561218331 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.94458373244584, + -11.983031863570691 + ], + [ + -76.9402672469083, + -11.979984700965849 + ], + [ + -76.94077380678681, + -11.974791628497956 + ], + [ + -76.94559672580678, + -11.97264561218331 + ] + ] + ], + "type": "Polygon" + }, + "id": "2062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98802775727938, + -12.065433760867942, + -76.97837830125209, + -12.055047807516775 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98370909879881, + -12.055047807516775 + ], + [ + -76.98802775727938, + -12.058094944735732 + ], + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.97837830125209, + -12.06238653877709 + ], + [ + -76.97888445684347, + -12.05719361499794 + ], + [ + -76.98370909879881, + -12.055047807516775 + ] + ] + ], + "type": "Polygon" + }, + "id": "2063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80371060932298, + -12.062923105955853, + -76.79406608546336, + -12.05254171028011 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7993969863731, + -12.05254171028011 + ], + [ + -76.80371060932298, + -12.055590518038148 + ], + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.7993969863731, + -12.05254171028011 + ] + ] + ], + "type": "Polygon" + }, + "id": "2064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0754837525115, + -11.782973667037458, + -77.06584047719991, + -11.77258150624852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.06584047719991, + -11.779928671533746 + ], + [ + -77.06634496650707, + -11.774732643683112 + ], + [ + -77.071166518705, + -11.77258150624852 + ] + ] + ], + "type": "Polygon" + }, + "id": "2065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00627508881625, + -11.97285308546082, + -76.99662792320025, + -11.962465294054011 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00195717538377, + -11.962465294054011 + ], + [ + -77.00627508881625, + -11.965511806491982 + ], + [ + -77.00576946014705, + -11.97070575503808 + ], + [ + -77.00094579141457, + -11.97285308546082 + ], + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -77.00195717538377, + -11.962465294054011 + ] + ] + ], + "type": "Polygon" + }, + "id": "2066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14026092211571, + -11.828645838558725, + -77.13061465912298, + -11.818252731619484 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.13493418105325, + -11.828645838558725 + ], + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.13594135691939, + -11.818252731619484 + ] + ] + ], + "type": "Polygon" + }, + "id": "2067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92398359734653, + -11.775979959238388, + -76.9143444314336, + -11.765591423896536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.92347712538351, + -11.773831961671553 + ], + [ + -76.91865745618432, + -11.775979959238388 + ], + [ + -76.9143444314336, + -11.77293365559126 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.91967052626057, + -11.765591423896536 + ] + ] + ], + "type": "Polygon" + }, + "id": "2068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69568784228935, + -11.942124397903203, + -76.68604985666914, + -11.931743938567216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6913788003128, + -11.931743938567216 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.68655989499128, + -11.933885004829797 + ], + [ + -76.6913788003128, + -11.931743938567216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1015268044402, + -11.990073771271211, + -77.09187670193714, + -11.979683907599147 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09720611444726, + -11.979683907599147 + ], + [ + -77.1015268044402, + -11.982729629841577 + ], + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.09720611444726, + -11.979683907599147 + ] + ] + ], + "type": "Polygon" + }, + "id": "2070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72596572343112, + -12.290977549265108, + -76.71631649978092, + -12.280601785054243 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.72165119217881, + -12.280601785054243 + ] + ] + ], + "type": "Polygon" + }, + "id": "2071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12140540285469, + -12.070685609507493, + -77.11175239701106, + -12.060296477083316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11708310775192, + -12.060296477083316 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.1160746485133, + -12.070685609507493 + ], + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.11708310775192, + -12.060296477083316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82504561215794, + -11.939238724468861, + -76.81540420327563, + -11.928854945582867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82073305510804, + -11.928854945582867 + ], + [ + -76.82504561215794, + -11.931902918468214 + ], + [ + -76.82453750381255, + -11.937094862009971 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81591243749412, + -11.93099882991339 + ], + [ + -76.82073305510804, + -11.928854945582867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65899596255221, + -12.221413084920405, + -76.64935065980842, + -12.211037883985856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.65468421242055, + -12.211037883985856 + ] + ] + ], + "type": "Polygon" + }, + "id": "2074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75419946617264, + -12.144469762039709, + -76.74455384755785, + -12.134090890020632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74988611348978, + -12.134090890020632 + ], + [ + -76.75419946617264, + -12.137140558703846 + ], + [ + -76.75369004799695, + -12.142330049110976 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.74506339148213, + -12.1362306265912 + ], + [ + -76.74988611348978, + -12.134090890020632 + ] + ] + ], + "type": "Polygon" + }, + "id": "2075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79764728080399, + -11.93652479608205, + -76.7880066880396, + -11.926141667565172 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79333550907015, + -11.926141667565172 + ], + [ + -76.79764728080399, + -11.929189869463437 + ], + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.78851529965377, + -11.92828499776857 + ], + [ + -76.79333550907015, + -11.926141667565172 + ] + ] + ], + "type": "Polygon" + }, + "id": "2076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09685362993858, + -11.848007534773114, + -77.08720787850177, + -11.837615745803214 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09253495974225, + -11.837615745803214 + ], + [ + -77.09685362993858, + -11.84066080083311 + ], + [ + -77.09634946591663, + -11.845856747651977 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.08771216940572, + -11.839766551621409 + ], + [ + -77.09253495974225, + -11.837615745803214 + ] + ] + ], + "type": "Polygon" + }, + "id": "2077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82732602412098, + -11.963053915683593, + -76.81768384453495, + -11.952670427364854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82301308735768, + -11.952670427364854 + ], + [ + -76.82732602412098, + -11.955718505689148 + ], + [ + -76.82681791016364, + -11.960910303911259 + ], + [ + -76.82199673353281, + -11.963053915683593 + ], + [ + -76.81768384453495, + -11.960005751197215 + ], + [ + -76.81819208439303, + -11.954814061110373 + ], + [ + -76.82301308735768, + -11.952670427364854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70550991999711, + -12.076736201760758, + -76.69586765168869, + -12.06635751078863 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70119881258229, + -12.06635751078863 + ], + [ + -76.70550991999711, + -12.069407272867826 + ], + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.69586765168869, + -12.073686353874715 + ], + [ + -76.6963777659395, + -12.06849706318398 + ], + [ + -76.70119881258229, + -12.06635751078863 + ] + ] + ], + "type": "Polygon" + }, + "id": "2080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77777879628673, + -12.233278092849368, + -76.76812988753444, + -12.222900054272996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77346361030006, + -12.222900054272996 + ], + [ + -76.77777879628673, + -12.225949943424924 + ], + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.76812988753444, + -12.230228119235086 + ], + [ + -76.76863924315116, + -12.225039154116509 + ], + [ + -76.77346361030006, + -12.222900054272996 + ] + ] + ], + "type": "Polygon" + }, + "id": "2081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0054965405924, + -11.933448658946405, + -76.99585056942536, + -11.923060311971037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -77.0054965405924, + -11.926106632442584 + ], + [ + -77.00499096257522, + -11.931300858812001 + ], + [ + -77.00016789108413, + -11.933448658946405 + ], + [ + -76.99585056942536, + -11.930402252751769 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -77.00117917371534, + -11.923060311971037 + ] + ] + ], + "type": "Polygon" + }, + "id": "2082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84710657374988, + -12.137985779158656, + -76.83745864931058, + -12.127604458716986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8427907637078, + -12.127604458716986 + ], + [ + -76.84710657374988, + -12.130653246956475 + ], + [ + -76.84659846086751, + -12.135843960953725 + ], + [ + -76.84177441181735, + -12.137985779158656 + ], + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.8427907637078, + -12.127604458716986 + ] + ] + ], + "type": "Polygon" + }, + "id": "2083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70926504274422, + -12.179287027813983, + -76.69961961159278, + -12.16890985584137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.70495246358335, + -12.16890985584137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7260484105469, + -12.10236391512719, + -76.7164048153039, + -12.091985097601869 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72173639466965, + -12.091985097601869 + ], + [ + -76.7260484105469, + -12.09503480755527 + ], + [ + -76.72553866698462, + -12.10022427094249 + ], + [ + -76.72071678193298, + -12.10236391512719 + ], + [ + -76.7164048153039, + -12.099314119618022 + ], + [ + -76.71691468446878, + -12.09412476548967 + ], + [ + -76.72173639466965, + -12.091985097601869 + ] + ] + ], + "type": "Polygon" + }, + "id": "2085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13047779658993, + -11.977176884481477, + -77.1208273523121, + -11.966786129079383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.13047779658993, + -11.969831520759572 + ], + [ + -77.12997390367332, + -11.975026950456446 + ], + [ + -77.12514859624895, + -11.977176884481477 + ], + [ + -77.1208273523121, + -11.974131407838202 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.12615650920743, + -11.966786129079383 + ] + ] + ], + "type": "Polygon" + }, + "id": "2086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10678636803816, + -11.888317721899698, + -77.09713916589438, + -11.877926257544795 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10246689591958, + -11.877926257544795 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.10145859425279, + -11.888317721899698 + ], + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.10246689591958, + -11.877926257544795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13413990105238, + -11.796573751260658, + -77.12449474583032, + -11.786180353582699 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.13363634051687, + -11.794421556835012 + ], + [ + -77.12881367773441, + -11.796573751260658 + ], + [ + -77.12449474583032, + -11.793529212771443 + ], + [ + -77.12499843335446, + -11.788332566065934 + ], + [ + -77.1298209258034, + -11.786180353582699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90500769198474, + -12.206621916429906, + -76.89535618613743, + -12.19624024512919 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.90500769198474, + -12.199288827829646 + ], + [ + -76.90450028009249, + -12.204479716804844 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.90068939079384, + -12.19624024512919 + ] + ] + ], + "type": "Polygon" + }, + "id": "2089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82423908021528, + -12.277204611350644, + -76.81458760961887, + -12.266826124885823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81992203504551, + -12.266826124885823 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81992203504551, + -12.266826124885823 + ] + ] + ], + "type": "Polygon" + }, + "id": "2090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78546340129596, + -11.966767301408295, + -76.77582223566232, + -11.95638492249739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.77582223566232, + -11.96371874398464 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.78115156025832, + -11.95638492249739 + ] + ] + ], + "type": "Polygon" + }, + "id": "2091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73294810348646, + -11.985137631787044, + -76.72330781537336, + -11.974756855482342 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.73243864064494, + -11.982996333531698 + ], + [ + -76.72761840925679, + -11.985137631787044 + ], + [ + -76.72330781537336, + -11.98208851022476 + ], + [ + -76.7238174037542, + -11.976898176763065 + ], + [ + -76.72863746048867, + -11.974756855482342 + ] + ] + ], + "type": "Polygon" + }, + "id": "2092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79145549565014, + -12.376102523000396, + -76.78180195027288, + -12.365726544175596 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.79145549565014, + -12.368776973363655 + ], + [ + -76.79094623144299, + -12.37396501671575 + ], + [ + -76.78611937151042, + -12.376102523000396 + ], + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.7823113405589, + -12.367864074927276 + ], + [ + -76.78713802601314, + -12.365726544175596 + ] + ] + ], + "type": "Polygon" + }, + "id": "2093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1280202403297, + -11.764501163507955, + -77.11837619284421, + -11.754107481594868 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.1280202403297, + -11.757151821773265 + ], + [ + -77.12751664370813, + -11.762348714921844 + ], + [ + -77.1226945347792, + -11.764501163507955 + ], + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.12370185497106, + -11.754107481594868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9666170323931, + -11.811636343628427, + -76.95697569386753, + -11.801247238648827 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96230233527415, + -11.801247238648827 + ], + [ + -76.9666170323931, + -11.804293271663148 + ], + [ + -76.96611110055383, + -11.809487877402098 + ], + [ + -76.96129034524819, + -11.811636343628427 + ], + [ + -76.95697569386753, + -11.808590223904963 + ], + [ + -76.95748175204484, + -11.80339572467415 + ], + [ + -76.96230233527415, + -11.801247238648827 + ] + ] + ], + "type": "Polygon" + }, + "id": "2095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90347496986477, + -12.127849649267462, + -76.89382585569295, + -12.117466759229576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.89814301654934, + -12.127849649267462 + ], + [ + -76.89382585569295, + -12.124801344148993 + ], + [ + -76.89433329172017, + -12.119609952544312 + ], + [ + -76.89915776227966, + -12.117466759229576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7769487288701, + -12.476799821106498, + -76.76729256370251, + -12.466425983941225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77263031046003, + -12.466425983941225 + ], + [ + -76.7769487288701, + -12.469476998283303 + ], + [ + -76.77643910343242, + -12.474663970812053 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.7678023152394, + -12.468561859363053 + ], + [ + -76.77263031046003, + -12.466425983941225 + ] + ] + ], + "type": "Polygon" + }, + "id": "2097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74588098836894, + -11.994284864068955, + -76.73624007518924, + -11.98390389510876 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7415698674666, + -11.98390389510876 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.73624007518924, + -11.991235808780093 + ], + [ + -76.73674949813784, + -11.986045378895406 + ], + [ + -76.7415698674666, + -11.98390389510876 + ] + ] + ], + "type": "Polygon" + }, + "id": "2098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03829796535928, + -12.023194900059835, + -77.02864847822599, + -12.012807071592936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.03779270682283, + -12.02104750601875 + ], + [ + -77.03296787747006, + -12.023194900059835 + ], + [ + -77.02864847822599, + -12.02014834746796 + ], + [ + -77.02915386355019, + -12.01495448582667 + ], + [ + -77.03397852134009, + -12.012807071592936 + ] + ] + ], + "type": "Polygon" + }, + "id": "2099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78386389776249, + -12.265322495054058, + -76.77421386756954, + -12.254944831010546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77954811681349, + -12.254944831010546 + ], + [ + -76.78386389776249, + -12.257994817128615 + ], + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77954811681349, + -12.254944831010546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00401952508732, + -12.043416327891327, + -76.9943703135415, + -12.033029645588027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99970073056193, + -12.033029645588027 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.99487621075322, + -12.035176072166175 + ], + [ + -76.99970073056193, + -12.033029645588027 + ] + ] + ], + "type": "Polygon" + }, + "id": "2101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83491722552952, + -12.168220711886999, + -76.82526872379941, + -12.15784017783366 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.8306013443738, + -12.15784017783366 + ] + ] + ], + "type": "Polygon" + }, + "id": "2102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87909360722435, + -11.999630108083457, + -76.86944896057105, + -11.989245863868291 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.86944896057105, + -11.996582219225546 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.87477877258512, + -11.989245863868291 + ] + ] + ], + "type": "Polygon" + }, + "id": "2103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88060833724626, + -11.795306151575394, + -76.87096973729254, + -11.784918956367749 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.88060833724626, + -11.787965660247313 + ], + [ + -76.88010122950516, + -11.793159311697226 + ], + [ + -76.87528184305299, + -11.795306151575394 + ], + [ + -76.87096973729254, + -11.792259360561125 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.87629618452769, + -11.784918956367749 + ] + ] + ], + "type": "Polygon" + }, + "id": "2104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04890488579356, + -11.914113799708202, + -77.03925837971092, + -11.903724111103005 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.04890488579356, + -11.906769938831534 + ], + [ + -77.04839994619928, + -11.911964835737777 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.04458661342656, + -11.903724111103005 + ] + ] + ], + "type": "Polygon" + }, + "id": "2105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91413850021601, + -12.11317997727787, + -76.90448954354729, + -12.102796591911595 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90982119940789, + -12.102796591911595 + ], + [ + -76.91413850021601, + -12.105844642701232 + ], + [ + -76.91363136259062, + -12.111036388729516 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.90982119940789, + -12.102796591911595 + ] + ] + ], + "type": "Polygon" + }, + "id": "2106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02612132364588, + -12.053457320895593, + -77.01647124531827, + -12.043070248279182 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.02612132364588, + -12.046116975443027 + ], + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.01647124531827, + -12.050410508915258 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.02180180190177, + -12.043070248279182 + ] + ] + ], + "type": "Polygon" + }, + "id": "2107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89887225105542, + -11.797105644892012, + -76.88923311568439, + -11.786718019377508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.89836539539176, + -11.794958439111216 + ], + [ + -76.89354574132352, + -11.797105644892012 + ], + [ + -76.88923311568439, + -11.794059004580301 + ], + [ + -76.88974009740531, + -11.78886524555367 + ], + [ + -76.89455957871755, + -11.786718019377508 + ] + ] + ], + "type": "Polygon" + }, + "id": "2108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91942480250418, + -11.822726310216474, + -76.90978436442991, + -11.812338525068014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.9189181937383, + -11.820578982464573 + ], + [ + -76.91409788841014, + -11.822726310216474 + ], + [ + -76.90978436442991, + -11.819679712150144 + ], + [ + -76.91029109935485, + -11.814485873145482 + ], + [ + -76.91511123211038, + -11.812338525068014 + ] + ] + ], + "type": "Polygon" + }, + "id": "2109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68407723269871, + -12.294644582013857, + -76.6744290494864, + -12.284269950837695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.67493980594223, + -12.286406188787671 + ], + [ + -76.67976380980957, + -12.284269950837695 + ] + ] + ], + "type": "Polygon" + }, + "id": "2110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00787366321075, + -12.146030512429801, + -76.99822129095537, + -12.1356453236886 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.00736778620349, + -12.143885308646023 + ], + [ + -77.00254151406749, + -12.146030512429801 + ], + [ + -76.99822129095537, + -12.142983090283563 + ], + [ + -76.99872729472598, + -12.137790548604945 + ], + [ + -77.00355339485478, + -12.1356453236886 + ] + ] + ], + "type": "Polygon" + }, + "id": "2111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74431706867408, + -12.104183797707675, + -76.73467292083905, + -12.093804543645854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.73898541517394, + -12.104183797707675 + ], + [ + -76.73467292083905, + -12.101134157679185 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.74000452535034, + -12.093804543645854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69484737735192, + -12.091393053527673, + -76.68520496484403, + -12.081014861789624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69053636907988, + -12.081014861789624 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69433721726476, + -12.089253946163975 + ], + [ + -76.68951592342763, + -12.091393053527673 + ], + [ + -76.68520496484403, + -12.088343034124126 + ], + [ + -76.68571525039958, + -12.08315399310933 + ], + [ + -76.69053636907988, + -12.081014861789624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.986371109652, + -11.703437854852027, + -76.97673247993028, + -11.693046818604067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.98586562302299, + -11.701287658540037 + ], + [ + -76.9810462222782, + -11.703437854852027 + ], + [ + -76.97673247993028, + -11.700392498858923 + ], + [ + -76.97723809289131, + -11.695197033950969 + ], + [ + -76.98205732187763, + -11.693046818604067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06858569473538, + -11.71148435626483, + -77.05894472175923, + -11.70109141459292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06426959743733, + -11.70109141459292 + ], + [ + -77.06858569473538, + -11.704136002453959 + ], + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.06426959743733, + -11.70109141459292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843440104282, + -12.297321611963472, + -76.85878115198032, + -12.286942351128726 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86411588159798, + -12.286942351128726 + ], + [ + -76.86843440104282, + -12.289991697270631 + ], + [ + -76.8679263354852, + -12.2951813811794 + ], + [ + -76.86309962414722, + -12.297321611963472 + ], + [ + -76.85878115198032, + -12.2942721821268 + ], + [ + -76.85928934386396, + -12.289082605210671 + ], + [ + -76.86411588159798, + -12.286942351128726 + ] + ] + ], + "type": "Polygon" + }, + "id": "2116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89510641006535, + -12.26066863998283, + -76.88545355084122, + -12.250288100886253 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.88545355084122, + -12.257619628937562 + ], + [ + -76.88596131243325, + -12.252429412743059 + ], + [ + -76.89078765540475, + -12.250288100886253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.000829280424, + -11.696986883750656, + -76.99119046981865, + -11.686595408677272 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99651519001146, + -11.686595408677272 + ], + [ + -77.000829280424, + -11.689640514713018 + ], + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.99169587050562, + -11.688746005922312 + ], + [ + -76.99651519001146, + -11.686595408677272 + ] + ] + ], + "type": "Polygon" + }, + "id": "2118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16831420172963, + -11.681862957191065, + -77.15867161012272, + -11.671467222468243 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.16831420172963, + -11.674510763598882 + ], + [ + -77.16781129943348, + -11.67970868294663 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.1639958503303, + -11.671467222468243 + ] + ] + ], + "type": "Polygon" + }, + "id": "2119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16156659236434, + -11.799249767562564, + -77.15192067455077, + -11.78885574547587 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1572468548841, + -11.78885574547587 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.15624036907705, + -11.799249767562564 + ], + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.1572468548841, + -11.78885574547587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89204615814474, + -12.103130523032327, + -76.88239808261953, + -12.092747531637187 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.8829056395012, + -12.09489079114459 + ], + [ + -76.88772959069193, + -12.092747531637187 + ] + ] + ], + "type": "Polygon" + }, + "id": "2121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13104150196574, + -11.733319629722375, + -77.12139830696616, + -11.72292546114287 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12672345198874, + -11.72292546114287 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.12571631357098, + -11.733319629722375 + ], + [ + -77.12139830696616, + -11.73027539452941 + ], + [ + -77.12190193963382, + -11.72507836244706 + ], + [ + -77.12672345198874, + -11.72292546114287 + ] + ] + ], + "type": "Polygon" + }, + "id": "2122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75881530624531, + -12.003431896253494, + -76.74917376890224, + -11.993050735605452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.7545037077983, + -11.993050735605452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0281850559783, + -11.605242937396886, + -77.0185482717063, + -11.59484962992145 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0238714531498, + -11.59484962992145 + ], + [ + -77.0281850559783, + -11.597893982987957 + ], + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.02286182973117, + -11.605242937396886 + ], + [ + -77.0185482717063, + -11.602198496415708 + ], + [ + -77.01905314662142, + -11.597001895691578 + ], + [ + -77.0238714531498, + -11.59484962992145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84558218935301, + -12.153557403914888, + -76.835933840802, + -12.14317636828401 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8412662129959, + -12.14317636828401 + ], + [ + -76.84558218935301, + -12.146225246710973 + ], + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.8364421255576, + -12.145317976681314 + ], + [ + -76.8412662129959, + -12.14317636828401 + ] + ] + ], + "type": "Polygon" + }, + "id": "2125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94682826292892, + -11.825423114675878, + -76.93718702839372, + -11.815034687879795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.94632203286248, + -11.823275237434228 + ], + [ + -76.94150132944306, + -11.825423114675878 + ], + [ + -76.93718702839372, + -11.822376745205636 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.94251391585551, + -11.815034687879795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73827767542208, + -11.977805890698429, + -76.72863746048867, + -11.967424870267756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.73776829825366, + -11.975664383972358 + ], + [ + -76.73294810348646, + -11.977805890698429 + ], + [ + -76.72863746048867, + -11.974756855482342 + ], + [ + -76.72914696321216, + -11.969566399928096 + ], + [ + -76.73396698338789, + -11.967424870267756 + ] + ] + ], + "type": "Polygon" + }, + "id": "2127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01238364742039, + -12.00491521119258, + -77.0027353689695, + -11.994527744560664 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -77.00806514215577, + -11.994527744560664 + ] + ] + ], + "type": "Polygon" + }, + "id": "2128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79382249262459, + -12.02263217851665, + -76.78417943633144, + -12.012250420302822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.7933138181115, + -12.0204900431592 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78950967777232, + -12.012250420302822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92094453758783, + -11.807144569482688, + -76.91130452359106, + -11.796756532720215 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.92094453758783, + -11.799802946136609 + ], + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.91130452359106, + -11.804098069159947 + ], + [ + -76.91181121290352, + -11.798904104351218 + ], + [ + -76.91663113363639, + -11.796756532720215 + ] + ] + ], + "type": "Polygon" + }, + "id": "2130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386238413314, + -12.249704948597161, + -76.85421067882058, + -12.23932501028249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954462550643, + -12.23932501028249 + ], + [ + -76.86386238413314, + -12.242374178795956 + ], + [ + -76.86335432957894, + -12.247564201517882 + ], + [ + -76.85852839011805, + -12.249704948597161 + ], + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.85954462550643, + -12.23932501028249 + ] + ] + ], + "type": "Polygon" + }, + "id": "2131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8295956785579, + -12.08121596992819, + -76.81994991515239, + -12.070834203522192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82528110394153, + -12.070834203522192 + ], + [ + -76.8295956785579, + -12.073882869460697 + ], + [ + -76.82908741059315, + -12.07907380660819 + ], + [ + -76.82426444200071, + -12.08121596992819 + ], + [ + -76.81994991515239, + -12.078167218656258 + ], + [ + -76.82045830911899, + -12.072976389407557 + ], + [ + -76.82528110394153, + -12.070834203522192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9316161054058, + -11.886850153184348, + -76.92197343849354, + -11.876462962061842 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92730135072186, + -11.876462962061842 + ], + [ + -76.9316161054058, + -11.879509707013062 + ], + [ + -76.93110956663796, + -11.884703355996777 + ], + [ + -76.92628814691918, + -11.886850153184348 + ], + [ + -76.92197343849354, + -11.883803321918451 + ], + [ + -76.92248010351895, + -11.878609779789487 + ], + [ + -76.92730135072186, + -11.876462962061842 + ] + ] + ], + "type": "Polygon" + }, + "id": "2133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7351051815953, + -12.29189101389378, + -76.72545568108411, + -12.28151503195933 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.72545568108411, + -12.288840365731488 + ], + [ + -76.72596572343112, + -12.283652429168876 + ], + [ + -76.73079038620969, + -12.28151503195933 + ] + ] + ], + "type": "Polygon" + }, + "id": "2134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71687068901275, + -12.195764728973527, + -76.70722455755994, + -12.1853876284513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.71255767999322, + -12.1853876284513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89891774311847, + -12.26890784868489, + -76.88926453734341, + -12.25852735097024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8945987748773, + -12.25852735097024 + ], + [ + -76.89891774311847, + -12.261576280353019 + ], + [ + -76.89841014827238, + -12.266766582521228 + ], + [ + -76.89358345874996, + -12.26890784868489 + ], + [ + -76.88926453734341, + -12.265858835519412 + ], + [ + -76.88977225861518, + -12.26066863998283 + ], + [ + -76.8945987748773, + -12.25852735097024 + ] + ] + ], + "type": "Polygon" + }, + "id": "2136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90804007159929, + -12.081125167786269, + -76.89839223145091, + -12.070741436975059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.90753289900002, + -12.078981305479441 + ], + [ + -76.9027088924384, + -12.081125167786269 + ], + [ + -76.89839223145091, + -12.078077133049593 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.90372336396166, + -12.070741436975059 + ] + ] + ], + "type": "Polygon" + }, + "id": "2137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99857450076519, + -11.767573142966775, + -76.98893364784483, + -11.757182654247396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99425953085358, + -11.757182654247396 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.99425953085358, + -11.757182654247396 + ] + ] + ], + "type": "Polygon" + }, + "id": "2138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08481285424915, + -12.067093608107935, + -77.07516087630223, + -12.056705309413923 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.08481285424915, + -12.059751556675645 + ], + [ + -77.08430817981784, + -12.064945758251548 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.08049158115347, + -12.056705309413923 + ] + ] + ], + "type": "Polygon" + }, + "id": "2139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85473022301075, + -11.965766556600618, + -76.84508723182428, + -11.955382420595976 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.850416502772, + -11.955382420595976 + ], + [ + -76.85473022301075, + -11.95843026786693 + ], + [ + -76.85422248697913, + -11.963622389744344 + ], + [ + -76.84940090468687, + -11.965766556600618 + ], + [ + -76.84508723182428, + -11.962718623284918 + ], + [ + -76.84559509386835, + -11.9575266091675 + ], + [ + -76.850416502772, + -11.955382420595976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73596615030273, + -12.048327537696743, + -76.72632389598853, + -12.037947634988246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.72632389598853, + -12.045278110190841 + ], + [ + -76.72683354200616, + -12.040088213451593 + ], + [ + -76.73165458182243, + -12.037947634988246 + ] + ] + ], + "type": "Polygon" + }, + "id": "2141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03062239282308, + -11.91231927041771, + -77.02097640683856, + -11.9019300031838 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.02097640683856, + -11.90927319987577 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.0263046337898, + -11.9019300031838 + ] + ] + ], + "type": "Polygon" + }, + "id": "2142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02837233877555, + -11.982891684302642, + -77.01872430703853, + -11.97250349864281 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.01872430703853, + -11.979845238584236 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.02405369855968, + -11.97250349864281 + ] + ] + ], + "type": "Polygon" + }, + "id": "2143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87833397773716, + -12.054596782924476, + -76.8686877121677, + -12.044213386414873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.87300321234736, + -12.054596782924476 + ], + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.8740184304916, + -12.044213386414873 + ] + ] + ], + "type": "Polygon" + }, + "id": "2144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84102378700604, + -12.011588029701823, + -76.83137979488403, + -12.001204917343182 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.84102378700604, + -12.004253125338101 + ], + [ + -76.84051578783647, + -12.009444735445454 + ], + [ + -76.83569370498167, + -12.011588029701823 + ], + [ + -76.83137979488403, + -12.00853973593102 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.83670982932364, + -12.001204917343182 + ] + ] + ], + "type": "Polygon" + }, + "id": "2145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14185136406425, + -11.907482936251654, + -77.13220271298448, + -11.897090896219575 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.14185136406425, + -11.900135840960903 + ], + [ + -77.1413477394171, + -11.905331912954642 + ], + [ + -77.13652332868733, + -11.907482936251654 + ], + [ + -77.13220271298448, + -11.904437906106825 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.13753070509698, + -11.897090896219575 + ] + ] + ], + "type": "Polygon" + }, + "id": "2146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05967305215628, + -12.088218261608645, + -77.05002108102497, + -12.077830900368845 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05967305215628, + -12.080877482190992 + ], + [ + -77.0591679919064, + -12.086071215192105 + ], + [ + -77.0543419206305, + -12.088218261608645 + ], + [ + -77.05002108102497, + -12.085171595332916 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.05535216806301, + -12.077830900368845 + ] + ] + ], + "type": "Polygon" + }, + "id": "2147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97349188142626, + -11.883106806513515, + -76.96384823625911, + -11.872718527099877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96917604658323, + -11.872718527099877 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96917604658323, + -11.872718527099877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78767069777903, + -12.273561326709368, + -76.77802031874347, + -12.2631837032406 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78335470236354, + -12.2631837032406 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.78335470236354, + -12.2631837032406 + ] + ] + ], + "type": "Polygon" + }, + "id": "2149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11657675187364, + -11.73977751820017, + -77.1069337268433, + -11.729383784194958 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11225899985065, + -11.729383784194958 + ], + [ + -77.11657675187364, + -11.732428096487205 + ], + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.1069337268433, + -11.736733119250562 + ], + [ + -77.10743757255847, + -11.73153630454843 + ], + [ + -77.11225899985065, + -11.729383784194958 + ] + ] + ], + "type": "Polygon" + }, + "id": "2150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8021273729819, + -12.361451078659353, + -76.79247397821192, + -12.351074577047546 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79780980678092, + -12.351074577047546 + ], + [ + -76.8021273729819, + -12.354124839295505 + ], + [ + -76.80161828073636, + -12.359313143982424 + ], + [ + -76.79679149617004, + -12.361451078659353 + ], + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.79780980678092, + -12.351074577047546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0474949171835, + -12.11847879625927, + -77.0378423530206, + -12.108092202518687 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.04698963881593, + -12.116332389986155 + ], + [ + -77.04216327094528, + -12.11847879625927 + ], + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.03834775828707, + -12.110238629388466 + ], + [ + -77.04317395458872, + -12.108092202518687 + ] + ] + ], + "type": "Polygon" + }, + "id": "2152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03888100876529, + -11.684974956587428, + -77.02924158009313, + -11.674582395069063 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03456605826747, + -11.674582395069063 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.02924158009313, + -11.681930163968163 + ], + [ + -77.02974642952611, + -11.676733936083627 + ], + [ + -77.03456605826747, + -11.674582395069063 + ] + ] + ], + "type": "Polygon" + }, + "id": "2153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88671460318778, + -12.110464977367622, + -76.87706644953575, + -12.100082233329008 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88239808261953, + -12.100082233329008 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.87757409239667, + -12.102225284262298 + ], + [ + -76.88239808261953, + -12.100082233329008 + ] + ] + ], + "type": "Polygon" + }, + "id": "2154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94766917821406, + -12.147947827685208, + -76.93801830706451, + -12.137564156005995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.94716245506731, + -12.145803952951942 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.94335050600151, + -12.137564156005995 + ] + ] + ], + "type": "Polygon" + }, + "id": "2155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79457481144608, + -12.06201586232042, + -76.78493056047319, + -12.05163468333046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.79457481144608, + -12.054683568951948 + ], + [ + -76.79406608546336, + -12.059874212644718 + ], + [ + -76.7892438729184, + -12.06201586232042 + ], + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.7902614507399, + -12.05163468333046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64832863576689, + -12.236060623577194, + -76.63868319165398, + -12.22568593721308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.64401698619012, + -12.22568593721308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14018144596308, + -11.734210904156347, + -77.13053799622496, + -11.723816526892982 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1358631417367, + -11.723816526892982 + ], + [ + -77.14018144596308, + -11.726860598266184 + ], + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.13053799622496, + -11.73116674617441 + ], + [ + -77.13104150196574, + -11.725969609687166 + ], + [ + -77.1358631417367, + -11.723816526892982 + ] + ] + ], + "type": "Polygon" + }, + "id": "2158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97274827193596, + -11.938092332627663, + -76.96310300777083, + -11.927704859066576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9722422282228, + -11.93594528999085 + ], + [ + -76.96741951006165, + -11.938092332627663 + ], + [ + -76.96310300777083, + -11.935045605773727 + ], + [ + -76.96360917794512, + -11.929851922102861 + ], + [ + -76.9684317239585, + -11.927704859066576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04362792556755, + -12.015853539203038, + -77.03397852134009, + -12.005465470206941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.03829796535928, + -12.015853539203038 + ], + [ + -77.03397852134009, + -12.012807071592936 + ], + [ + -77.03448382048302, + -12.007613089657212 + ], + [ + -77.0393084368514, + -12.005465470206941 + ] + ] + ], + "type": "Polygon" + }, + "id": "2160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03991414526953, + -12.196372231107183, + -77.03025944929288, + -12.185987058997313 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03559234479997, + -12.185987058997313 + ], + [ + -77.03991414526953, + -12.189034328520433 + ], + [ + -77.03940863882048, + -12.194226966996494 + ], + [ + -77.03458120496245, + -12.196372231107183 + ], + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.03559234479997, + -12.185987058997313 + ] + ] + ], + "type": "Polygon" + }, + "id": "2161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80825264358509, + -12.204873091827011, + -76.79860376181625, + -12.194493819441949 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80393700180075, + -12.194493819441949 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.8029193554918, + -12.204873091827011 + ], + [ + -76.79860376181625, + -12.201823536099242 + ], + [ + -76.79911264797234, + -12.196633953896104 + ], + [ + -76.80393700180075, + -12.194493819441949 + ] + ] + ], + "type": "Polygon" + }, + "id": "2162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03375009148206, + -12.069937876962484, + -77.02409932639446, + -12.059550868918453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.02841922779602, + -12.069937876962484 + ], + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02943014522748, + -12.059550868918453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80293825689076, + -12.117876472767813, + -76.7932921144965, + -12.107495947878913 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79862392189563, + -12.107495947878913 + ], + [ + -76.80293825689076, + -12.110545040166192 + ], + [ + -76.80242955957601, + -12.115735356702936 + ], + [ + -76.79760640133307, + -12.117876472767813 + ], + [ + -76.7932921144965, + -12.11482729530635 + ], + [ + -76.79380093773483, + -12.109637086963989 + ], + [ + -76.79862392189563, + -12.107495947878913 + ] + ] + ], + "type": "Polygon" + }, + "id": "2164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03076508267193, + -12.195469954693953, + -77.0211106474317, + -12.185084992413952 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.03025944929288, + -12.193324877807427 + ], + [ + -77.0254321457563, + -12.195469954693953 + ], + [ + -77.0211106474317, + -12.192422519108282 + ], + [ + -77.02161640770376, + -12.187230090462082 + ], + [ + -77.0264435394168, + -12.185084992413952 + ] + ] + ], + "type": "Polygon" + }, + "id": "2165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88975295063244, + -11.984956897941842, + -76.88010845980713, + -11.974572169710632 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88543802214924, + -11.974572169710632 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.88061586325699, + -11.976716870075398 + ], + [ + -76.88543802214924, + -11.974572169710632 + ] + ] + ], + "type": "Polygon" + }, + "id": "2166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70087080733136, + -12.217743197807279, + -76.69122445858574, + -12.207366863109334 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.70036053150132, + -12.215605604024095 + ], + [ + -76.6955372695075, + -12.217743197807279 + ], + [ + -76.69122445858574, + -12.214692594090314 + ], + [ + -76.69173486000662, + -12.209504481442778 + ], + [ + -76.69655794676795, + -12.207366863109334 + ] + ] + ], + "type": "Polygon" + }, + "id": "2167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83795820816584, + -12.23140904420509, + -76.8283077387022, + -12.221029455780002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.8374498206958, + -12.229268627169423 + ], + [ + -76.83262449903634, + -12.23140904420509 + ], + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.83364140013845, + -12.221029455780002 + ] + ] + ], + "type": "Polygon" + }, + "id": "2168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87148027085969, + -12.07750614042949, + -76.86183350341788, + -12.06712326632997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.86183350341788, + -12.074457789189802 + ], + [ + -76.86234130722171, + -12.069266405814592 + ], + [ + -76.86716460427898, + -12.06712326632997 + ] + ] + ], + "type": "Polygon" + }, + "id": "2169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386462719678, + -12.061026661948508, + -76.8542185532228, + -12.05064372555137 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.86335686911056, + -12.058883500338526 + ], + [ + -76.85853374542026, + -12.061026661948508 + ], + [ + -76.8542185532228, + -12.05797832373986 + ], + [ + -76.85472643743225, + -12.052786909281695 + ], + [ + -76.85954938772538, + -12.05064372555137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16680544944579, + -11.697456262934514, + -77.15716243133036, + -11.687060765370623 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.15716243133036, + -11.694412538307965 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.16248693017911, + -11.687060765370623 + ] + ] + ], + "type": "Polygon" + }, + "id": "2171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76324451256355, + -12.428286686660119, + -76.75359016968532, + -12.417912334966942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75892711963289, + -12.417912334966942 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.75790751379853, + -12.428286686660119 + ], + [ + -76.75359016968532, + -12.425235673318957 + ], + [ + -76.75410003560083, + -12.420048551564555 + ], + [ + -76.75892711963289, + -12.417912334966942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10534338633266, + -11.998314447994805, + -77.09569294211099, + -11.987924613859123 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10102248476078, + -11.987924613859123 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10001379987231, + -11.998314447994805 + ], + [ + -77.09569294211099, + -11.995268636180567 + ], + [ + -77.09619734806722, + -11.990073771271211 + ], + [ + -77.10102248476078, + -11.987924613859123 + ] + ] + ], + "type": "Polygon" + }, + "id": "2173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10764746054599, + -12.022139483323777, + -77.09799624795995, + -12.011749948878467 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.10231748514029, + -12.022139483323777 + ], + [ + -77.09799624795995, + -12.019093578259378 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.10332617958156, + -12.011749948878467 + ] + ] + ], + "type": "Polygon" + }, + "id": "2174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72910655120084, + -12.071226901188368, + -76.71946380117492, + -12.060847523672193 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.72859689926975, + -12.069086789112852 + ], + [ + -76.72377543685907, + -12.071226901188368 + ], + [ + -76.71946380117492, + -12.06817729337582 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.72479486632153, + -12.060847523672193 + ] + ] + ], + "type": "Polygon" + }, + "id": "2175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8440576676978, + -12.169128599525175, + -76.83440889501145, + -12.158747850248881 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.84354946330804, + -12.166987246874832 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.8397415250193, + -12.158747850248881 + ] + ] + ], + "type": "Polygon" + }, + "id": "2176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66297626055415, + -11.946728647580292, + -76.65333904036466, + -11.936349092601361 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65866806248707, + -11.936349092601361 + ], + [ + -76.66297626055415, + -11.939398535955059 + ], + [ + -76.66246588609687, + -11.944588368630823 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.65333904036466, + -11.943679117364523 + ], + [ + -76.65384954004968, + -11.938489395071057 + ], + [ + -76.65866806248707, + -11.936349092601361 + ] + ] + ], + "type": "Polygon" + }, + "id": "2177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71149193904543, + -12.297388293842522, + -76.70184292009395, + -12.28701300690067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.70717772156361, + -12.28701300690067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73051538206535, + -12.338580442786016, + -76.72086461175567, + -12.328205368034782 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.72517985518422, + -12.338580442786016 + ], + [ + -76.72086461175567, + -12.335529532025923 + ], + [ + -76.72137479175107, + -12.330342049043805 + ], + [ + -76.72620008938016, + -12.328205368034782 + ] + ] + ], + "type": "Polygon" + }, + "id": "2179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538848632095, + -11.95109365200476, + -76.8557456493812, + -11.9407090343391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.861074671564, + -11.9407090343391 + ], + [ + -76.86538848632095, + -11.943756709425324 + ], + [ + -76.86488092202451, + -11.948949072073836 + ], + [ + -76.86005941691805, + -11.95109365200476 + ], + [ + -76.8557456493812, + -11.948045890810304 + ], + [ + -76.85625333972128, + -11.942853635802962 + ], + [ + -76.861074671564, + -11.9407090343391 + ] + ] + ], + "type": "Polygon" + }, + "id": "2180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82960679339173, + -11.986868625171644, + -76.81996384300936, + -11.97648543098113 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.81996384300936, + -11.983820356625532 + ], + [ + -76.82047208850095, + -11.978628813566736 + ], + [ + -76.82529347686265, + -11.97648543098113 + ] + ] + ], + "type": "Polygon" + }, + "id": "2181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68196900040518, + -11.9879249055821, + -76.6723300277152, + -11.977545471270679 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67765972756622, + -11.977545471270679 + ], + [ + -76.68196900040518, + -11.980594972133792 + ], + [ + -76.68145882465225, + -11.985784744311774 + ], + [ + -76.67663925071459, + -11.9879249055821 + ], + [ + -76.6723300277152, + -11.98487531821092 + ], + [ + -76.67284032880437, + -11.979685656087193 + ], + [ + -76.67765972756622, + -11.977545471270679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71603927760988, + -12.344989602599389, + -76.70638871167681, + -12.33461500699363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7117242986224, + -12.33461500699363 + ], + [ + -76.71603927760988, + -12.337665998523285 + ], + [ + -76.7155290117787, + -12.342853350801493 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.70689910325899, + -12.336751283847011 + ], + [ + -76.7117242986224, + -12.33461500699363 + ] + ] + ], + "type": "Polygon" + }, + "id": "2183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745280066188, + -12.14070590542753, + -76.86487927280609, + -12.130323940735577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.86487927280609, + -12.137657271134916 + ], + [ + -76.8653871333442, + -12.132466342387561 + ], + [ + -76.87021141356865, + -12.130323940735577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04801597402043, + -11.68586815104978, + -77.03837628585781, + -11.675475378178257 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04370076729843, + -11.675475378178257 + ], + [ + -77.04801597402043, + -11.678520007955486 + ], + [ + -77.04751137767525, + -11.683716447193174 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.03888100876529, + -11.677627100365457 + ], + [ + -77.04370076729843, + -11.675475378178257 + ] + ] + ], + "type": "Polygon" + }, + "id": "2185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91489229370974, + -12.058213352854228, + -76.90524495702014, + -12.047829100055045 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91438525280623, + -12.056069053318232 + ], + [ + -76.90956149802145, + -12.058213352854228 + ], + [ + -76.90524495702014, + -12.055165494192114 + ], + [ + -76.90575212424837, + -12.049973421190323 + ], + [ + -76.91057570616259, + -12.047829100055045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82044452169522, + -12.17464341178082, + -76.81079621534896, + -12.16426334476952 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.81993597916681, + -12.172502644503721 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.81612895011119, + -12.16426334476952 + ] + ] + ], + "type": "Polygon" + }, + "id": "2187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02759100674803, + -11.94348602614313, + -77.0179441695731, + -11.93309728258581 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.02708572257816, + -11.941337877422388 + ], + [ + -77.02226221819163, + -11.94348602614313 + ], + [ + -77.0179441695731, + -11.940439770235475 + ], + [ + -77.01844958042588, + -11.935245451189951 + ], + [ + -77.02327291322365, + -11.93309728258581 + ] + ] + ], + "type": "Polygon" + }, + "id": "2188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97504093332331, + -11.961913578726906, + -76.96539489982587, + -11.951526395709662 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97072400587025, + -11.951526395709662 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.97072400587025, + -11.951526395709662 + ] + ] + ], + "type": "Polygon" + }, + "id": "2189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95302619798724, + -12.234964393985123, + -76.94337258932624, + -12.224581990532373 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94870621851022, + -12.224581990532373 + ], + [ + -76.95302619798724, + -12.227630255447954 + ], + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.94337258932624, + -12.231916045245997 + ], + [ + -76.94387950050866, + -12.226724896504786 + ], + [ + -76.94870621851022, + -12.224581990532373 + ] + ] + ], + "type": "Polygon" + }, + "id": "2190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97271764191919, + -11.843700865821859, + -76.96307519047902, + -11.833312052869534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684023531763, + -11.833312052869534 + ], + [ + -76.97271764191919, + -11.836358202470539 + ], + [ + -76.97221174531012, + -11.84155266212726 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.96358121347538, + -11.835460276470506 + ], + [ + -76.9684023531763, + -11.833312052869534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00238426682263, + -11.775813935274185, + -76.99274307053071, + -11.765423463774587 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -77.00187889131944, + -11.773664275338119 + ], + [ + -76.9970582073335, + -11.775813935274185 + ], + [ + -76.99274307053071, + -11.772768325670073 + ], + [ + -76.99324857248585, + -11.767573142966775 + ], + [ + -76.99806908480123, + -11.765423463774587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77700171030706, + -12.288215569302208, + -76.76735118166643, + -12.27783846081577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.7764923831701, + -12.286077227278469 + ], + [ + -76.7716670315794, + -12.288215569302208 + ], + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.77268581181502, + -12.27783846081577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10757745706005, + -11.927731934546904, + -77.09792906063004, + -11.917341013818191 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10325743807408, + -11.917341013818191 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.09843332522756, + -11.919491081004846 + ], + [ + -77.10325743807408, + -11.917341013818191 + ] + ] + ], + "type": "Polygon" + }, + "id": "2194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84178197650112, + -12.05097597759009, + -76.83213678967712, + -12.040593441375075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83746747277472, + -12.040593441375075 + ], + [ + -76.84178197650112, + -12.043641843898325 + ], + [ + -76.84127392604101, + -12.048833165894434 + ], + [ + -76.83645124581795, + -12.05097597759009 + ], + [ + -76.83213678967712, + -12.04792748956714 + ], + [ + -76.83264496616431, + -12.042736275358036 + ], + [ + -76.83746747277472, + -12.040593441375075 + ] + ] + ], + "type": "Polygon" + }, + "id": "2195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7344375432509, + -12.063897045723376, + -76.72479486632153, + -12.05351741992955 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73392797703208, + -12.061756723686171 + ], + [ + -76.72910655120084, + -12.063897045723376 + ], + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.73012580925446, + -12.05351741992955 + ] + ] + ], + "type": "Polygon" + }, + "id": "2196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02446760468924, + -11.785846275612808, + -77.0148255428419, + -11.775455398221482 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.02396252271542, + -11.78369626995161 + ], + [ + -77.01914140606011, + -11.785846275612808 + ], + [ + -77.0148255428419, + -11.782800808779834 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.0201516965644, + -11.775455398221482 + ] + ] + ], + "type": "Polygon" + }, + "id": "2197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04425686704886, + -11.772049773315908, + -77.03461471023155, + -11.761658226249132 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.04425686704886, + -11.764703356330509 + ], + [ + -77.0437520837903, + -11.76989918261927 + ], + [ + -77.03893091975922, + -11.772049773315908 + ], + [ + -77.03461471023155, + -11.7690045565347 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.03994061290051, + -11.761658226249132 + ] + ] + ], + "type": "Polygon" + }, + "id": "2198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9659583953593, + -12.1497556339436, + -76.95630699465099, + -12.139371538022703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.96163920537246, + -12.139371538022703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0099630782277, + -11.697881423475149, + -77.00032400612132, + -11.687489736054188 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00564873072685, + -11.687489736054188 + ], + [ + -77.0099630782277, + -11.690534766826774 + ], + [ + -77.00945793034619, + -11.69573066358782 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -77.000829280424, + -11.689640514713018 + ], + [ + -77.00564873072685, + -11.687489736054188 + ] + ] + ], + "type": "Polygon" + }, + "id": "2200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76861032410251, + -12.32667152308992, + -76.75895887354777, + -12.31629527612191 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76429414218882, + -12.31629527612191 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.75895887354777, + -12.323621022915919 + ], + [ + -76.75946850423605, + -12.318432953579729 + ], + [ + -76.76429414218882, + -12.31629527612191 + ] + ] + ], + "type": "Polygon" + }, + "id": "2201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.819744684087, + -11.757842252924963, + -76.81010881870328, + -11.747456074918473 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81543468786136, + -11.747456074918473 + ], + [ + -76.819744684087, + -11.750503100782211 + ], + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81010881870328, + -11.754795139446493 + ], + [ + -76.81061684192653, + -11.749602104743088 + ], + [ + -76.81543468786136, + -11.747456074918473 + ] + ] + ], + "type": "Polygon" + }, + "id": "2202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94006673186296, + -12.225819267950595, + -76.93041373411165, + -12.215437036513707 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.93955978024196, + -12.223676549783528 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.93574722477372, + -12.215437036513707 + ] + ] + ], + "type": "Polygon" + }, + "id": "2203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97969267714785, + -12.198290345947262, + -76.97003947164114, + -12.18790668646148 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.9791863234797, + -12.196146414355544 + ], + [ + -76.97435963454492, + -12.198290345947262 + ], + [ + -76.97003947164114, + -12.195242416641795 + ], + [ + -76.97054595200163, + -12.190050639735956 + ], + [ + -76.97537246858299, + -12.18790668646148 + ] + ] + ], + "type": "Polygon" + }, + "id": "2204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73820215378392, + -12.166455348944075, + -76.72855631438362, + -12.156077233492308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73388894791663, + -12.156077233492308 + ], + [ + -76.73820215378392, + -12.15912715756892 + ], + [ + -76.7376924782591, + -12.164316269780736 + ], + [ + -76.73286947115615, + -12.166455348944075 + ], + [ + -76.72855631438362, + -12.163405339800315 + ], + [ + -76.72906611560978, + -12.158216336570128 + ], + [ + -76.73388894791663, + -12.156077233492308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74968302632684, + -12.002524345768986, + -76.74004176411363, + -11.992143403226878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.74055114715833, + -11.994284864068955 + ], + [ + -76.74537169101878, + -11.992143403226878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94302018626541, + -11.8171825851891, + -76.93337929634906, + -11.806794139162196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93870605180817, + -11.806794139162196 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.93769338473034, + -11.8171825851891 + ], + [ + -76.93337929634906, + -11.814136226132918 + ], + [ + -76.93388569300757, + -11.808942056533795 + ], + [ + -76.93870605180817, + -11.806794139162196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03057488501967, + -11.817913930100227, + -77.02093171216825, + -11.807523340157617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.02524816643812, + -11.817913930100227 + ], + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.02625838592137, + -11.807523340157617 + ] + ] + ], + "type": "Polygon" + }, + "id": "2208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94235872125175, + -12.249631661583113, + -76.93270495249244, + -12.239249763635776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93803883395766, + -12.239249763635776 + ], + [ + -76.94235872125175, + -12.24229819616683 + ], + [ + -76.94185176435842, + -12.247489198174955 + ], + [ + -76.93702479357765, + -12.249631661583113 + ], + [ + -76.93270495249244, + -12.246583145291746 + ], + [ + -76.93321203596969, + -12.241392249362413 + ], + [ + -76.93803883395766, + -12.239249763635776 + ] + ] + ], + "type": "Polygon" + }, + "id": "2209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90880679778297, + -12.120514979603445, + -76.89915776227966, + -12.11013184168028 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.90880679778297, + -12.11317997727787 + ], + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.89915776227966, + -12.117466759229576 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.90448954354729, + -12.11013184168028 + ] + ] + ], + "type": "Polygon" + }, + "id": "2210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71450843421813, + -12.360551113338362, + -76.70485744512067, + -12.350176823953854 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.70485744512067, + -12.357499951075457 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.7101932895376, + -12.350176823953854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77860761608815, + -11.9896737478953, + -76.76896595285734, + -11.979291880995676 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.77860761608815, + -11.982340534285681 + ], + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.76896595285734, + -11.986625008453576 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.77429565769137, + -11.979291880995676 + ] + ] + ], + "type": "Polygon" + }, + "id": "2212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11679464586881, + -12.02303641279374, + -77.10714317686062, + -12.012646670004308 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11247310967897, + -12.012646670004308 + ], + [ + -77.11679464586881, + -12.01569240955975 + ], + [ + -77.11629048928141, + -12.020887333004076 + ], + [ + -77.11146466939687, + -12.02303641279374 + ], + [ + -77.10714317686062, + -12.019990588542333 + ], + [ + -77.10764746054599, + -12.014795769207172 + ], + [ + -77.11247310967897, + -12.012646670004308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07021672034729, + -11.884736432563297, + -77.06057054800715, + -11.87434580601751 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06589827038675, + -11.87434580601751 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.06107526975543, + -11.876495601339812 + ], + [ + -77.06589827038675, + -11.87434580601751 + ] + ] + ], + "type": "Polygon" + }, + "id": "2214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68714069663562, + -12.263520088650578, + -76.67749335868811, + -12.253144859008623 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.68663015755986, + -12.261383397636797 + ], + [ + -76.68180640087027, + -12.263520088650578 + ], + [ + -76.67749335868811, + -12.260469135013377 + ], + [ + -76.67800402333489, + -12.255281574945226 + ], + [ + -76.68282760460235, + -12.253144859008623 + ] + ] + ], + "type": "Polygon" + }, + "id": "2215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96592972691283, + -12.05539015859817, + -76.95628114251029, + -12.045004597289626 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96161179770283, + -12.045004597289626 + ], + [ + -76.96592972691283, + -12.048051888927668 + ], + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.96161179770283, + -12.045004597289626 + ] + ] + ], + "type": "Polygon" + }, + "id": "2216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10053252401718, + -11.667389558595428, + -77.09089205576919, + -11.65699527274038 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.10053252401718, + -11.660039337764017 + ], + [ + -77.10002869258531, + -11.665236533151518 + ], + [ + -77.09520837318426, + -11.667389558595428 + ], + [ + -77.09089205576919, + -11.664345406354057 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.09621616281244, + -11.65699527274038 + ] + ] + ], + "type": "Polygon" + }, + "id": "2217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97116973543633, + -11.764884061241343, + -76.96152967057434, + -11.75449421054445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96685553848423, + -11.75449421054445 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.96152967057434, + -11.761838234260257 + ], + [ + -76.96203559203848, + -11.756643362179412 + ], + [ + -76.96685553848423, + -11.75449421054445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9606261387944, + -12.157091650722055, + -76.95097465758434, + -12.146707803064285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95630699465099, + -12.146707803064285 + ], + [ + -76.9606261387944, + -12.1497556339436 + ], + [ + -76.96011958266877, + -12.154947610764754 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.95148134029418, + -12.148851864680172 + ], + [ + -76.95630699465099, + -12.146707803064285 + ] + ] + ], + "type": "Polygon" + }, + "id": "2219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83185655118956, + -12.293682437388698, + -76.82220438457104, + -12.283304034495115 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8275390777118, + -12.283304034495115 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.8265218102501, + -12.293682437388698 + ], + [ + -76.82220438457104, + -12.290632681253156 + ], + [ + -76.82271308138547, + -12.285443533557569 + ], + [ + -76.8275390777118, + -12.283304034495115 + ] + ] + ], + "type": "Polygon" + }, + "id": "2220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7488671513803, + -12.151798628464446, + -76.73922145900409, + -12.141420008193382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74455384755785, + -12.141420008193382 + ], + [ + -76.7488671513803, + -12.144469762039709 + ], + [ + -76.74835764741655, + -12.149659126602288 + ], + [ + -76.74353471388801, + -12.151798628464446 + ], + [ + -76.73922145900409, + -12.148748789486985 + ], + [ + -76.73973108870068, + -12.143559533788267 + ], + [ + -76.74455384755785, + -12.141420008193382 + ] + ] + ], + "type": "Polygon" + }, + "id": "2221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74428106581054, + -12.198500044316127, + -76.7346341042661, + -12.188122289614752 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73996726485633, + -12.188122289614752 + ], + [ + -76.74428106581054, + -12.191172317062863 + ], + [ + -76.74377142436369, + -12.196361248830057 + ], + [ + -76.73894785620234, + -12.198500044316127 + ], + [ + -76.7346341042661, + -12.195449932045117 + ], + [ + -76.73514387146372, + -12.190261109120701 + ], + [ + -76.73996726485633, + -12.188122289614752 + ] + ] + ], + "type": "Polygon" + }, + "id": "2222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13342330360237, + -11.851583067546285, + -77.12377652818405, + -11.841190443167735 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.1242803113395, + -11.843341980583597 + ], + [ + -77.12910361385393, + -11.841190443167735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8935759064582, + -12.181903521836418, + -76.88392543966945, + -12.171521737098573 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88925824567524, + -12.171521737098573 + ], + [ + -76.8935759064582, + -12.17457030903269 + ], + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.88443309888707, + -12.173664026561832 + ], + [ + -76.88925824567524, + -12.171521737098573 + ] + ] + ], + "type": "Polygon" + }, + "id": "2224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88672015106931, + -12.20480833789744, + -76.87706918135568, + -12.194427093735452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.88672015106931, + -12.197475838118352 + ], + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.88240237054319, + -12.194427093735452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68566215745008, + -12.184788259890938, + -76.67601721104135, + -12.174411780234585 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.68032916134541, + -12.184788259890938 + ], + [ + -76.67601721104135, + -12.181737681715827 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.68135015729821, + -12.174411780234585 + ] + ] + ], + "type": "Polygon" + }, + "id": "2226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03228189154099, + -12.179892439315593, + -77.02262788260698, + -12.169507189631384 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.03228189154099, + -12.172554455729308 + ], + [ + -77.03177630379538, + -12.177747133058633 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.02796051581542, + -12.169507189631384 + ] + ] + ], + "type": "Polygon" + }, + "id": "2227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98792251751009, + -11.782262146567032, + -76.97828150205932, + -11.771872117315686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98360763821756, + -11.771872117315686 + ], + [ + -76.98792251751009, + -11.774917803178406 + ], + [ + -76.9874169295685, + -11.78011287093347 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.97878721640056, + -11.774021412382755 + ], + [ + -76.98360763821756, + -11.771872117315686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07542318148143, + -11.68854619246984, + -77.06578271770844, + -11.678152787047706 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07110720729678, + -11.678152787047706 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.07110720729678, + -11.678152787047706 + ] + ] + ], + "type": "Polygon" + }, + "id": "2229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05120368798327, + -11.937938667104248, + -77.04155641339915, + -11.927549265534882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04688503632414, + -11.927549265534882 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.04206148469707, + -11.929698006363857 + ], + [ + -77.04688503632414, + -11.927549265534882 + ] + ] + ], + "type": "Polygon" + }, + "id": "2230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97584729509968, + -12.095688256807643, + -76.96619725148645, + -12.085303069677245 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.97534104822586, + -12.093543112506309 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.96670362495698, + -12.087448235167688 + ], + [ + -76.97152856062648, + -12.085303069677245 + ] + ] + ], + "type": "Polygon" + }, + "id": "2231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69785848445808, + -12.1545703929778, + -76.68821410420628, + -12.144193117241377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69354655022664, + -12.144193117241377 + ], + [ + -76.69785848445808, + -12.147243347496211 + ], + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.68821410420628, + -12.151520077430236 + ], + [ + -76.68872444769332, + -12.146331494340012 + ], + [ + -76.69354655022664, + -12.144193117241377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14121562032312, + -12.056895617241048, + -77.13156253060284, + -12.046505795068605 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13689298352031, + -12.046505795068605 + ], + [ + -77.14121562032312, + -12.049551466874641 + ], + [ + -77.14071175422416, + -12.05474642981557 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.13206652392267, + -12.048655001841324 + ], + [ + -77.13689298352031, + -12.046505795068605 + ] + ] + ], + "type": "Polygon" + }, + "id": "2233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71381034820762, + -12.226894862568093, + -76.70416337116535, + -12.216518346717036 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70949700809119, + -12.216518346717036 + ], + [ + -76.71381034820762, + -12.219568792434387 + ], + [ + -76.7133002379026, + -12.224757104956316 + ], + [ + -76.70847666182146, + -12.226894862568093 + ], + [ + -76.70416337116535, + -12.223844332117249 + ], + [ + -76.7046736071205, + -12.218656128797884 + ], + [ + -76.70949700809119, + -12.216518346717036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7230319231428, + -12.03917918720268, + -76.71339029482377, + -12.028799474567464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71872083302344, + -12.028799474567464 + ], + [ + -76.7230319231428, + -12.031848883902006 + ], + [ + -76.72252223724222, + -12.037038794920125 + ], + [ + -76.71770133567135, + -12.03917918720268 + ], + [ + -76.71339029482377, + -12.036129691862374 + ], + [ + -76.71390010626574, + -12.030939890255016 + ], + [ + -76.71872083302344, + -12.028799474567464 + ] + ] + ], + "type": "Polygon" + }, + "id": "2235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12182784158261, + -11.637986818614033, + -77.11218771312444, + -11.627591645554533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11751130599826, + -11.627591645554533 + ], + [ + -77.12182784158261, + -11.630635361394946 + ], + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.11218771312444, + -11.63494301543099 + ], + [ + -77.11269132691153, + -11.629745481250453 + ], + [ + -77.11751130599826, + -11.627591645554533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90044043616221, + -12.253337028078025, + -76.89078765540475, + -12.242956234652333 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89612163469324, + -12.242956234652333 + ], + [ + -76.90044043616221, + -12.24600507795889 + ], + [ + -76.89993288706279, + -12.25119552798614 + ], + [ + -76.89510641006535, + -12.253337028078025 + ], + [ + -76.89078765540475, + -12.250288100886253 + ], + [ + -76.89129533092375, + -12.245097757497671 + ], + [ + -76.89612163469324, + -12.242956234652333 + ] + ] + ], + "type": "Polygon" + }, + "id": "2237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71612776842203, + -12.156393896490284, + -76.70648283245654, + -12.1460161830675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71181530532915, + -12.1460161830675 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.70699292484686, + -12.148154935133649 + ], + [ + -76.71181530532915, + -12.1460161830675 + ] + ] + ], + "type": "Polygon" + }, + "id": "2238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74051405753309, + -12.095944585157838, + -76.73087025906067, + -12.085565299549781 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.73518253876125, + -12.095944585157838 + ], + [ + -76.73087025906067, + -12.0928949528495 + ], + [ + -76.73137991689924, + -12.087705364587936 + ], + [ + -76.73620172879208, + -12.085565299549781 + ] + ] + ], + "type": "Polygon" + }, + "id": "2239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99868906279676, + -12.050755800273024, + -76.9890397695912, + -12.040369360510699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9943703135415, + -12.040369360510699 + ], + [ + -76.99868906279676, + -12.043416327891327 + ], + [ + -76.99818320610595, + -12.048609600599512 + ], + [ + -76.99335847349819, + -12.050755800273024 + ], + [ + -76.9890397695912, + -12.047708747957476 + ], + [ + -76.98954575293429, + -12.042515580913221 + ], + [ + -76.9943703135415, + -12.040369360510699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83643299997316, + -12.246978059362654, + -76.82678210625619, + -12.236598765007308 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83211602559267, + -12.236598765007308 + ], + [ + -76.83643299997316, + -12.23964817623878 + ], + [ + -76.83592456671937, + -12.244837877168568 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.83211602559267, + -12.236598765007308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76555306636861, + -12.357799046307305, + -76.75590076835888, + -12.347423408867066 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.7612365524292, + -12.347423408867066 + ] + ] + ], + "type": "Polygon" + }, + "id": "2242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01225712202827, + -11.721709546744504, + -77.00261728207884, + -11.711318113956354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00794239567594, + -11.711318113956354 + ], + [ + -77.01225712202827, + -11.714363255553323 + ], + [ + -77.01175196910359, + -11.719559024962434 + ], + [ + -77.00693196336836, + -11.721709546744504 + ], + [ + -77.00261728207884, + -11.718664317981617 + ], + [ + -77.0031225614524, + -11.713468654612436 + ], + [ + -77.00794239567594, + -11.711318113956354 + ] + ] + ], + "type": "Polygon" + }, + "id": "2243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75868814051387, + -12.380686428588334, + -76.74903534456271, + -12.370311360626745 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.75335192686669, + -12.380686428588334 + ], + [ + -76.74903534456271, + -12.377635586976158 + ], + [ + -76.7495451987709, + -12.372448107161299 + ], + [ + -76.75437150934191, + -12.370311360626745 + ] + ] + ], + "type": "Polygon" + }, + "id": "2244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97277891982652, + -12.032473113499318, + -76.96313084129498, + -12.022087035464107 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.96744860352926, + -12.032473113499318 + ], + [ + -76.96313084129498, + -12.029425912528817 + ], + [ + -76.96363715873285, + -12.024232926539455 + ], + [ + -76.96846111187938, + -12.022087035464107 + ] + ] + ], + "type": "Polygon" + }, + "id": "2245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538781002992, + -12.045452188356483, + -76.85574216013168, + -12.035068976403391 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.85574216013168, + -12.042403942418952 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.86107273689433, + -12.035068976403391 + ] + ] + ], + "type": "Polygon" + }, + "id": "2246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11592973908499, + -11.889212388281651, + -77.10628228068582, + -11.878820715103412 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11060196420826, + -11.889212388281651 + ], + [ + -77.10628228068582, + -11.886167211793227 + ], + [ + -77.10678636803816, + -11.880971427383447 + ], + [ + -77.11161001193271, + -11.878820715103412 + ] + ] + ], + "type": "Polygon" + }, + "id": "2247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74118606818215, + -12.323931602167109, + -76.73153544456383, + -12.313556006036755 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73687067721839, + -12.313556006036755 + ], + [ + -76.74118606818215, + -12.316606665005658 + ], + [ + -76.7406761857094, + -12.321794517395944 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.73204545287253, + -12.315693115505505 + ], + [ + -76.73687067721839, + -12.313556006036755 + ] + ] + ], + "type": "Polygon" + }, + "id": "2248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11578499865091, + -11.700354571386391, + -77.10614316653567, + -11.689960340517066 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.11146779290176, + -11.689960340517066 + ] + ] + ], + "type": "Polygon" + }, + "id": "2249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78849220292379, + -12.029964916078036, + -76.77884907166536, + -12.019583403136162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78417943633144, + -12.019583403136162 + ], + [ + -76.78849220292379, + -12.02263217851665 + ], + [ + -76.7879834426213, + -12.027822989254476 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.77935795776507, + -12.021725352666833 + ], + [ + -76.78417943633144, + -12.019583403136162 + ] + ] + ], + "type": "Polygon" + }, + "id": "2250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04132919752959, + -11.992030874072867, + -77.03168056224546, + -11.98164250639567 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.04132919752959, + -11.984688793163983 + ], + [ + -77.0408240301468, + -11.98988302959106 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.0370100883011, + -11.98164250639567 + ] + ] + ], + "type": "Polygon" + }, + "id": "2251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99169587050562, + -11.696092087209871, + -76.98205732187763, + -11.68570082473526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9873820373827, + -11.68570082473526 + ], + [ + -76.99169587050562, + -11.688746005922312 + ], + [ + -76.99119046981865, + -11.69394169033578 + ], + [ + -76.986371109652, + -11.696092087209871 + ], + [ + -76.98205732187763, + -11.693046818604067 + ], + [ + -76.982562848912, + -11.687851240552765 + ], + [ + -76.9873820373827, + -11.68570082473526 + ] + ] + ], + "type": "Polygon" + }, + "id": "2252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78999572838549, + -12.10872886835329, + -76.78035020739046, + -12.098348527318377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78568186995076, + -12.098348527318377 + ], + [ + -76.78999572838549, + -12.101397691383978 + ], + [ + -76.78948686508964, + -12.106587916089122 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.78085919655084, + -12.100489502683782 + ], + [ + -76.78568186995076, + -12.098348527318377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75036133853578, + -12.230544030520392, + -76.7407132548037, + -12.22016664304371 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74604694243342, + -12.22016664304371 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.74122298793326, + -12.222305178200932 + ], + [ + -76.74604694243342, + -12.22016664304371 + ] + ] + ], + "type": "Polygon" + }, + "id": "2254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78000616027552, + -12.445677675553496, + -76.77035084344742, + -12.435303205698299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7756880742814, + -12.435303205698299 + ], + [ + -76.78000616027552, + -12.43835405438097 + ], + [ + -76.77949662661212, + -12.443541343262394 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.7756880742814, + -12.435303205698299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97810910958461, + -12.025134151278982, + -76.96846111187938, + -12.014747831112652 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97379125600268, + -12.014747831112652 + ], + [ + -76.97810910958461, + -12.017794861740347 + ], + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.96846111187938, + -12.022087035464107 + ], + [ + -76.96896734323799, + -12.016893928379424 + ], + [ + -76.97379125600268, + -12.014747831112652 + ] + ] + ], + "type": "Polygon" + }, + "id": "2256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01455152454933, + -11.74553726552728, + -77.0049109166655, + -11.735146090942242 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01404636658768, + -11.743386982429449 + ], + [ + -77.00922597688442, + -11.74553726552728 + ], + [ + -77.0049109166655, + -11.74249192731969 + ], + [ + -77.00541620110367, + -11.737296393016502 + ], + [ + -77.01023641929363, + -11.735146090942242 + ] + ] + ], + "type": "Polygon" + }, + "id": "2257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86919538432309, + -12.053691978409363, + -76.85954938772538, + -12.043308796598057 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.8686877121677, + -12.051548608680257 + ], + [ + -76.86386462719678, + -12.053691978409363 + ], + [ + -76.85954938772538, + -12.05064372555137 + ], + [ + -76.86005718601959, + -12.045452188356483 + ], + [ + -76.86488009765586, + -12.043308796598057 + ] + ] + ], + "type": "Polygon" + }, + "id": "2258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72832174077452, + -12.126170881656599, + -76.71867737315155, + -12.115792378958268 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72400934465152, + -12.115792378958268 + ], + [ + -76.72832174077452, + -12.1188421898472 + ], + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.72400934465152, + -12.115792378958268 + ] + ] + ], + "type": "Polygon" + }, + "id": "2259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96816402544164, + -11.890448414333168, + -76.95852029966572, + -11.88006037037884 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.96283604310972, + -11.890448414333168 + ], + [ + -76.95852029966572, + -11.887401892041472 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.96384823625911, + -11.88006037037884 + ] + ] + ], + "type": "Polygon" + }, + "id": "2260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84787160826832, + -12.083028723681272, + -76.83822530316174, + -12.072646526180238 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.84787160826832, + -12.075695034994906 + ], + [ + -76.84736359241913, + -12.080886187564875 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.84355651085302, + -12.072646526180238 + ] + ] + ], + "type": "Polygon" + }, + "id": "2261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76858138816529, + -12.42096326514832, + -76.75892711963289, + -12.410588648881484 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7642639464955, + -12.410588648881484 + ], + [ + -76.76858138816529, + -12.41363949587109 + ], + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.75892711963289, + -12.417912334966942 + ], + [ + -76.75943689960508, + -12.41272508089645 + ], + [ + -76.7642639464955, + -12.410588648881484 + ] + ] + ], + "type": "Polygon" + }, + "id": "2262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79074776939343, + -12.148108015134563, + -76.78110105309086, + -12.137728274673067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.78643336483256, + -12.137728274673067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02607510866953, + -11.959068811384752, + -77.01642784586336, + -11.948680331988953 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02175684788978, + -11.948680331988953 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.01642784586336, + -11.956022463388656 + ], + [ + -77.01693330229243, + -11.950828276420859 + ], + [ + -77.02175684788978, + -11.948680331988953 + ] + ] + ], + "type": "Polygon" + }, + "id": "2264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6445280609105, + -12.22782216227807, + -76.63488296840235, + -12.217447438550456 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64021662684411, + -12.217447438550456 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.63919435202266, + -12.22782216227807 + ], + [ + -76.63488296840235, + -12.224770995569543 + ], + [ + -76.63539416849386, + -12.219583688777156 + ], + [ + -76.64021662684411, + -12.217447438550456 + ] + ] + ], + "type": "Polygon" + }, + "id": "2266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76783148351102, + -12.381600466724572, + -76.75817841225637, + -12.371225182243537 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.76783148351102, + -12.374275858630936 + ], + [ + -76.76732188124168, + -12.37946355496523 + ], + [ + -76.76249525824655, + -12.381600466724572 + ], + [ + -76.75817841225637, + -12.378549706869489 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.76351458878291, + -12.371225182243537 + ] + ] + ], + "type": "Polygon" + }, + "id": "2267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05188048463243, + -11.78853165079767, + -77.04223764299552, + -11.778140139939461 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.05137578252155, + -11.786381097758847 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.04274247176421, + -11.780290711809894 + ], + [ + -77.04756380700019, + -11.778140139939461 + ] + ] + ], + "type": "Polygon" + }, + "id": "2268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94762252999632, + -11.959212143769555, + -76.93797728920273, + -11.94882559870642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.93797728920273, + -11.956165081458742 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.94330637800003, + -11.94882559870642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76714047977974, + -12.15361887937787, + -76.75749423702597, + -12.143239824150506 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.75800361521941, + -12.14537972440134 + ], + [ + -76.7628266493577, + -12.143239824150506 + ] + ] + ], + "type": "Polygon" + }, + "id": "2270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15934469968751, + -11.869851523508766, + -77.1496967344261, + -11.859458529463343 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15502407940164, + -11.859458529463343 + ], + [ + -77.15934469968751, + -11.86250312602307 + ], + [ + -77.15884137941777, + -11.867699674936244 + ], + [ + -77.15401731170752, + -11.869851523508766 + ], + [ + -77.1496967344261, + -11.866806841349657 + ], + [ + -77.15020018184114, + -11.861610396227354 + ], + [ + -77.15502407940164, + -11.859458529463343 + ] + ] + ], + "type": "Polygon" + }, + "id": "2271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83949974377911, + -12.02716235781513, + -76.8298553279456, + -12.016779517882085 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83518561995024, + -12.016779517882085 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.83036349883396, + -12.01892260437619 + ], + [ + -76.83518561995024, + -12.016779517882085 + ] + ] + ], + "type": "Polygon" + }, + "id": "2272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1167219721556, + -11.928627252198467, + -77.1070733194493, + -11.918236122801598 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1124016980915, + -11.918236122801598 + ], + [ + -77.1167219721556, + -11.921281403282615 + ], + [ + -77.11621796156845, + -11.926477020111669 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.10757745706005, + -11.920386373809967 + ], + [ + -77.1124016980915, + -11.918236122801598 + ] + ] + ], + "type": "Polygon" + }, + "id": "2273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08679596979961, + -11.618833061892166, + -77.07715729183873, + -11.608438496732772 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.08629202122165, + -11.616679749887037 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.0776613670797, + -11.610591826330477 + ], + [ + -77.08248062074712, + -11.608438496732772 + ] + ] + ], + "type": "Polygon" + }, + "id": "2275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74420899701688, + -12.387095783618442, + -76.73455640312537, + -12.376721195387494 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73989267859994, + -12.376721195387494 + ], + [ + -76.74420899701688, + -12.379772118643285 + ], + [ + -76.74369905690335, + -12.384959467006523 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73989267859994, + -12.376721195387494 + ] + ] + ], + "type": "Polygon" + }, + "id": "2276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84253300876786, + -12.184699363674142, + -76.83288381192257, + -12.174318902295974 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.83821669976166, + -12.174318902295974 + ] + ] + ], + "type": "Polygon" + }, + "id": "2277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72460262009393, + -11.92927617338298, + -76.7149642245443, + -11.918894790178685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72409312919625, + -11.927134344211519 + ], + [ + -76.7192738440775, + -11.92927617338298 + ], + [ + -76.7149642245443, + -11.926227278973803 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.72029295134476, + -11.918894790178685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78698941907854, + -11.951193666201778, + -76.77734867638615, + -11.940811020359686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.7826777437823, + -11.940811020359686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8418046440954, + -11.767884279362917, + -76.83216789041596, + -11.757497682812891 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.83647857470116, + -11.767884279362917 + ], + [ + -76.83216789041596, + -11.764837301140325 + ], + [ + -76.83267562211819, + -11.759644057007288 + ], + [ + -76.8374939123082, + -11.757497682812891 + ] + ] + ], + "type": "Polygon" + }, + "id": "2280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78471244170701, + -11.927379865227344, + -76.77507247002917, + -11.91699693062923 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78040114615784, + -11.91699693062923 + ], + [ + -76.78471244170701, + -11.920045198077144 + ], + [ + -76.78420379009265, + -11.925236719757814 + ], + [ + -76.77938371721733, + -11.927379865227344 + ], + [ + -76.77507247002917, + -11.924331511216701 + ], + [ + -76.77558124734584, + -11.919140098309013 + ], + [ + -76.78040114615784, + -11.91699693062923 + ] + ] + ], + "type": "Polygon" + }, + "id": "2281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73212460213598, + -12.134409965511335, + -76.72247988483625, + -12.124031495784568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72781199129439, + -12.124031495784568 + ], + [ + -76.73212460213598, + -12.12708131402952 + ], + [ + -76.73161489257272, + -12.13227060344819 + ], + [ + -76.72679244650637, + -12.134409965511335 + ], + [ + -76.72247988483625, + -12.131360061954938 + ], + [ + -76.72298972005147, + -12.126170881656599 + ], + [ + -76.72781199129439, + -12.124031495784568 + ] + ] + ], + "type": "Polygon" + }, + "id": "2282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7663913754581, + -12.114241886685738, + -76.7567463279987, + -12.103862229350304 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.75725565455768, + -12.10600262108009 + ], + [ + -76.76207809106621, + -12.103862229350304 + ] + ] + ], + "type": "Polygon" + }, + "id": "2283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01246812080684, + -12.193664593398912, + -77.00281420847591, + -12.183280051531607 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.0119622336788, + -12.19151989099901 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -77.00814709258785, + -12.183280051531607 + ] + ] + ], + "type": "Polygon" + }, + "id": "2284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76180801876903, + -12.16094800097688, + -76.75216170183803, + -12.150569197703003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75749423702597, + -12.150569197703003 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.75267116583025, + -12.152708886984989 + ], + [ + -76.75749423702597, + -12.150569197703003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03218585640361, + -11.991132161756106, + -77.02253748145219, + -11.980744004578208 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.02253748145219, + -11.98808571023042 + ], + [ + -77.02304290234876, + -11.982891684302642 + ], + [ + -77.02786700403321, + -11.980744004578208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10988121380956, + -11.95155879386182, + -77.10023204937157, + -11.941168162267692 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.10455240384769, + -11.95155879386182 + ], + [ + -77.10023204937157, + -11.948513251952038 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.10556081560036, + -11.941168162267692 + ] + ] + ], + "type": "Polygon" + }, + "id": "2287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8745260167113, + -12.046356964073654, + -76.86488009765586, + -12.035973537290586 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.86919538432309, + -12.046356964073654 + ], + [ + -76.86488009765586, + -12.043308796598057 + ], + [ + -76.86538781002992, + -12.038117136887646 + ], + [ + -76.8702106829263, + -12.035973537290586 + ] + ] + ], + "type": "Polygon" + }, + "id": "2288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9613176393864, + -11.913371087028025, + -76.95167340838161, + -11.902983539175906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.96081147440974, + -11.911223983208405 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.95217969975467, + -11.905130663379374 + ], + [ + -76.95700172914226, + -11.902983539175906 + ] + ] + ], + "type": "Polygon" + }, + "id": "2289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74435305053997, + -12.009855978222042, + -76.73471171477347, + -11.999475280777443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74004176411363, + -11.999475280777443 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.73902295224009, + -12.009855978222042 + ], + [ + -76.73471171477347, + -12.006806827096778 + ], + [ + -76.73522118350766, + -12.001616532966603 + ], + [ + -76.74004176411363, + -11.999475280777443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76024860509764, + -12.270826034249822, + -76.75059904973693, + -12.260449060649698 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.76024860509764, + -12.263499291637828 + ], + [ + -76.75973907194198, + -12.268687832682303 + ], + [ + -76.75491420691495, + -12.270826034249822 + ], + [ + -76.75059904973693, + -12.267775718997893 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.75593339910711, + -12.260449060649698 + ] + ] + ], + "type": "Polygon" + }, + "id": "2291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09764338019949, + -11.887422793038516, + -77.08799643478945, + -11.87703153775857 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.09764338019949, + -11.880076786460727 + ], + [ + -77.09713916589438, + -11.885272466395929 + ], + [ + -77.09231560778144, + -11.887422793038516 + ], + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.093324163317, + -11.87703153775857 + ] + ] + ], + "type": "Polygon" + }, + "id": "2292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08777635693696, + -11.941525935595154, + -77.07812804822125, + -11.931135694873761 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0834566810895, + -11.931135694873761 + ], + [ + -77.08777635693696, + -11.93418130509115 + ], + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.07812804822125, + -11.938480240011247 + ], + [ + -77.07863261220974, + -11.933285171976797 + ], + [ + -77.0834566810895, + -11.931135694873761 + ] + ] + ], + "type": "Polygon" + }, + "id": "2293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00168479223994, + -11.925208132155689, + -76.99203916471495, + -11.914819759890397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -77.00168479223994, + -11.917866072923761 + ], + [ + -77.00117917371534, + -11.923060311971037 + ], + [ + -76.99635627403, + -11.925208132155689 + ], + [ + -76.99203916471495, + -11.922161733328243 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.99736763765453, + -11.914819759890397 + ] + ] + ], + "type": "Polygon" + }, + "id": "2294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99643137019336, + -12.12131057634371, + -76.98678003025627, + -12.110925280524311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -76.99592537152029, + -12.119165309176896 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.9872861556279, + -12.113070568809002 + ], + [ + -76.99211173955172, + -12.110925280524311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82727886575333, + -12.34038276568269, + -76.81762542602088, + -12.330005268124177 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.82727886575333, + -12.333055197896924 + ], + [ + -76.82677015768238, + -12.338244000406647 + ], + [ + -76.8219433507751, + -12.34038276568269 + ], + [ + -76.81762542602088, + -12.33733275236713 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.8229608931213, + -12.330005268124177 + ] + ] + ], + "type": "Polygon" + }, + "id": "2296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95825401052709, + -11.850144703619122, + -76.94861174249945, + -11.839756337251197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95393902572158, + -11.839756337251197 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.95292668143662, + -11.850144703619122 + ], + [ + -76.94861174249945, + -11.84709830424244 + ], + [ + -76.94911797780465, + -11.8419041743415 + ], + [ + -76.95393902572158, + -11.839756337251197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76711113047062, + -12.247933371287019, + -76.75746207278014, + -12.237555844228279 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76279604166508, + -12.237555844228279 + ], + [ + -76.76711113047062, + -12.240605902272973 + ], + [ + -76.76660172902231, + -12.245794720020985 + ], + [ + -76.76177711287785, + -12.247933371287019 + ], + [ + -76.75746207278014, + -12.244883228843866 + ], + [ + -76.75797160010954, + -12.23969451954292 + ], + [ + -76.76279604166508, + -12.237555844228279 + ] + ] + ], + "type": "Polygon" + }, + "id": "2298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81509638676043, + -12.276294194634984, + -76.80544518833904, + -12.265915923544517 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.81509638676043, + -12.268965671218295 + ], + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.81077960372771, + -12.265915923544517 + ] + ] + ], + "type": "Polygon" + }, + "id": "2299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04216327094528, + -12.125818222214791, + -77.0325106237009, + -12.115431873811264 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0378423530206, + -12.115431873811264 + ], + [ + -77.04216327094528, + -12.11847879625927 + ], + [ + -77.04165790632007, + -12.123672022928384 + ], + [ + -77.03683149687726, + -12.125818222214791 + ], + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.03301611520963, + -12.117578093785301 + ], + [ + -77.0378423530206, + -12.115431873811264 + ] + ] + ], + "type": "Polygon" + }, + "id": "2300", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8341596188367, + -12.128839085971732, + -76.82451231266047, + -12.118457946683113 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82984428408815, + -12.118457946683113 + ], + [ + -76.8341596188367, + -12.121506808509253 + ], + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.82451231266047, + -12.125790139159133 + ], + [ + -76.8250207178825, + -12.120599623396519 + ], + [ + -76.82984428408815, + -12.118457946683113 + ] + ] + ], + "type": "Polygon" + }, + "id": "2301", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77241721594459, + -12.334910073486167, + -76.76276541610247, + -12.324533870071624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.76276541610247, + -12.33185957068241 + ], + [ + -76.76327500675121, + -12.32667152308992 + ], + [ + -76.76810081936269, + -12.324533870071624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2302", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04728524807598, + -11.740874641164686, + -77.03764394192034, + -11.730482604526058 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04296932827424, + -11.730482604526058 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.03814876077739, + -11.732633652918185 + ], + [ + -77.04296932827424, + -11.730482604526058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2303", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03291966787403, + -11.93614345292047, + -77.02327291322365, + -11.925754472435123 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02860152952188, + -11.925754472435123 + ], + [ + -77.03291966787403, + -11.928800557165367 + ], + [ + -77.03241446984092, + -11.933995100101411 + ], + [ + -77.02759100674803, + -11.93614345292047 + ], + [ + -77.02327291322365, + -11.93309728258581 + ], + [ + -77.02377823795503, + -11.927902845046393 + ], + [ + -77.02860152952188, + -11.925754472435123 + ] + ] + ], + "type": "Polygon" + }, + "id": "2304", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0564221211169, + -11.74176855770142, + -77.04678055582134, + -11.731376310124988 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0521059451894, + -11.731376310124988 + ], + [ + -77.0564221211169, + -11.734421169561823 + ], + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.04678055582134, + -11.738723611399607 + ], + [ + -77.04728524807598, + -11.733527540319352 + ], + [ + -77.0521059451894, + -11.731376310124988 + ] + ] + ], + "type": "Polygon" + }, + "id": "2305", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97814133062029, + -12.119505645640912, + -76.9684905169539, + -12.109120772611677 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97382221630671, + -12.109120772611677 + ], + [ + -76.97814133062029, + -12.112168261990607 + ], + [ + -76.97763507858714, + -12.117360751411761 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.96899689561153, + -12.111265688130784 + ], + [ + -76.97382221630671, + -12.109120772611677 + ] + ] + ], + "type": "Polygon" + }, + "id": "2306", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90954928998019, + -11.971184753702772, + -76.89990468844591, + -11.960799329084379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.9090423108042, + -11.969039477018557 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.90523400821306, + -11.960799329084379 + ] + ] + ], + "type": "Polygon" + }, + "id": "2307", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79231841159363, + -11.943859395131769, + -76.7826777437823, + -11.933476507730944 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7880066880396, + -11.933476507730944 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7880066880396, + -11.933476507730944 + ] + ] + ], + "type": "Polygon" + }, + "id": "2308", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80523631810999, + -12.047350943274267, + -76.79559221765021, + -12.03696927135577 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80092286111608, + -12.03696927135577 + ], + [ + -76.80523631810999, + -12.040017985697537 + ], + [ + -76.80472776376529, + -12.045208875795424 + ], + [ + -76.79990562653929, + -12.047350943274267 + ], + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.80092286111608, + -12.03696927135577 + ] + ] + ], + "type": "Polygon" + }, + "id": "2309", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04503986599737, + -11.811464306082415, + -77.03539651585352, + -11.801073274230767 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04072306565945, + -11.801073274230767 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.04072306565945, + -11.801073274230767 + ] + ] + ], + "type": "Polygon" + }, + "id": "2310", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95753413226797, + -11.999512312589241, + -76.9478874322068, + -11.98912611716273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95321717516609, + -11.98912611716273 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.95321717516609, + -11.98912611716273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2311", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96664587974449, + -11.906030156083869, + -76.95700172914226, + -11.895642371560216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9623299237358, + -11.895642371560216 + ], + [ + -76.96664587974449, + -11.898688902413674 + ], + [ + -76.96613980078041, + -11.903882847844129 + ], + [ + -76.9613176393864, + -11.906030156083869 + ], + [ + -76.95700172914226, + -11.902983539175906 + ], + [ + -76.95750793451818, + -11.897789700092563 + ], + [ + -76.9623299237358, + -11.895642371560216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2312", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08238504594077, + -11.854459126369987, + -77.07273946747392, + -11.844067778596798 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.07705779415576, + -11.854459126369987 + ], + [ + -77.07273946747392, + -11.851413821113992 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.07806667515956, + -11.844067778596798 + ] + ] + ], + "type": "Polygon" + }, + "id": "2313", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98259633592536, + -11.789606172719443, + -76.97295523945762, + -11.779216373869183 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97828150205932, + -11.779216373869183 + ], + [ + -76.98259633592536, + -11.782262146567032 + ], + [ + -76.98209066200216, + -11.787457099151512 + ], + [ + -76.97727002781926, + -11.789606172719443 + ], + [ + -76.97295523945762, + -11.78656031321794 + ], + [ + -76.97346103976508, + -11.781365466962002 + ], + [ + -76.97828150205932, + -11.779216373869183 + ] + ] + ], + "type": "Polygon" + }, + "id": "2314", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13946599519028, + -11.78922480587248, + -77.1298209258034, + -11.7788311801599 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.13413990105238, + -11.78922480587248 + ], + [ + -77.1298209258034, + -11.786180353582699 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.13514697667443, + -11.7788311801599 + ] + ] + ], + "type": "Polygon" + }, + "id": "2315", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82350835269435, + -12.049163988652937, + -76.81386370810054, + -12.038781884086125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.82350835269435, + -12.041830442744155 + ], + [ + -76.82300005021736, + -12.047021549041206 + ], + [ + -76.81817764101683, + -12.049163988652937 + ], + [ + -76.81386370810054, + -12.04611534441712 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.8191943719328, + -12.038781884086125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2316", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69321506409345, + -12.295559421778545, + -76.68356660182577, + -12.28518457176467 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.69321506409345, + -12.28823554003676 + ], + [ + -76.69270455884096, + -12.293423019717112 + ], + [ + -76.68788024000483, + -12.295559421778545 + ], + [ + -76.68356660182577, + -12.292508369177517 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.68890137613982, + -12.28518457176467 + ] + ] + ], + "type": "Polygon" + }, + "id": "2317", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00479815341191, + -12.082815424157651, + -76.99514774660766, + -12.072429324706542 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00047881196632, + -12.072429324706542 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -76.9994670427832, + -12.082815424157651 + ], + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -77.00047881196632, + -12.072429324706542 + ] + ] + ], + "type": "Polygon" + }, + "id": "2318", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73506646913626, + -12.386180903301442, + -76.72541415179316, + -12.37580653220581 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73075041480712, + -12.37580653220581 + ], + [ + -76.73506646913626, + -12.37885753699171 + ], + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.72541415179316, + -12.383129814963885 + ], + [ + -76.72592434366388, + -12.377942683735956 + ], + [ + -76.73075041480712, + -12.37580653220581 + ] + ] + ], + "type": "Polygon" + }, + "id": "2319", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05720656541983, + -11.781185289640032, + -77.04756380700019, + -11.77079354966519 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05288984334906, + -11.77079354966519 + ], + [ + -77.05720656541983, + -11.773838612776718 + ], + [ + -77.05670194940275, + -11.77903453542383 + ], + [ + -77.05188048463243, + -11.781185289640032 + ], + [ + -77.04756380700019, + -11.778140139939461 + ], + [ + -77.04806854969038, + -11.772944322621605 + ], + [ + -77.05288984334906, + -11.77079354966519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2320", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94308611856361, + -12.100316472036074, + -76.9334367882691, + -12.089932167285513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93876820621303, + -12.089932167285513 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.93394362737394, + -12.092076566642206 + ], + [ + -76.93876820621303, + -12.089932167285513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2321", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86386798688876, + -11.777925416935378, + -76.8542303476123, + -11.767538403822764 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85955652064347, + -11.767538403822764 + ], + [ + -76.86386798688876, + -11.7705851581965 + ], + [ + -76.86336067285633, + -11.775778718727066 + ], + [ + -76.8585417666664, + -11.777925416935378 + ], + [ + -76.8542303476123, + -11.774878575245708 + ], + [ + -76.85473778754749, + -11.76968512267344 + ], + [ + -76.85955652064347, + -11.767538403822764 + ] + ] + ], + "type": "Polygon" + }, + "id": "2322", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72675132702288, + -12.236046306251065, + -76.71710372258805, + -12.225669610214766 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72243750771351, + -12.225669610214766 + ], + [ + -76.72675132702288, + -12.22871998213563 + ], + [ + -76.72624138233483, + -12.233908384654882 + ], + [ + -76.7214174926185, + -12.236046306251065 + ], + [ + -76.71710372258805, + -12.232995849706088 + ], + [ + -76.71761379298549, + -12.227807556198803 + ], + [ + -76.72243750771351, + -12.225669610214766 + ] + ] + ], + "type": "Polygon" + }, + "id": "2323", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99106361171948, + -12.03427535107064, + -76.98141500663817, + -12.02388884935064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9867452874835, + -12.02388884935064 + ], + [ + -76.99106361171948, + -12.0269358061912 + ], + [ + -76.99055767399783, + -12.032129109944137 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.9867452874835, + -12.02388884935064 + ] + ] + ], + "type": "Polygon" + }, + "id": "2324", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0929077976325, + -11.650907078298745, + -77.08326801168624, + -11.64051276768978 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.08326801168624, + -11.647862949022391 + ], + [ + -77.0837720511437, + -11.642665846253342 + ], + [ + -77.08859185881846, + -11.64051276768978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2325", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9688787894931, + -11.741058500298614, + -76.95923949306376, + -11.730668388541009 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96456497156137, + -11.730668388541009 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.96355326530934, + -11.741058500298614 + ], + [ + -76.95923949306376, + -11.73801278326959 + ], + [ + -76.95974540933105, + -11.732817780694003 + ], + [ + -76.96456497156137, + -11.730668388541009 + ] + ] + ], + "type": "Polygon" + }, + "id": "2326", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7107036411995, + -12.35231286086453, + -76.70105300262858, + -12.341938527164796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70638871167681, + -12.341938527164796 + ], + [ + -76.7107036411995, + -12.344989602599389 + ], + [ + -76.7101932895376, + -12.350176823953854 + ], + [ + -76.70536788260824, + -12.35231286086453 + ], + [ + -76.70105300262858, + -12.349261701557072 + ], + [ + -76.7015634800257, + -12.344074589221568 + ], + [ + -76.70638871167681, + -12.341938527164796 + ] + ] + ], + "type": "Polygon" + }, + "id": "2327", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66886775488464, + -12.261690917494603, + -76.65922097604651, + -12.251316126334437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66455519334323, + -12.251316126334437 + ], + [ + -76.66886775488464, + -12.254367153784218 + ], + [ + -76.66835696470443, + -12.259554604231916 + ], + [ + -76.66353348747742, + -12.261690917494603 + ], + [ + -76.65922097604651, + -12.258639805394635 + ], + [ + -76.65973189172254, + -12.253452464691916 + ], + [ + -76.66455519334323, + -12.251316126334437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2328", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87224109731923, + -12.02254188356778, + -76.86259594893134, + -12.012158153722808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.86259594893134, + -12.019493815853467 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.86792614336973, + -12.012158153722808 + ] + ] + ], + "type": "Polygon" + }, + "id": "2329", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95300129706628, + -12.140612064024397, + -76.94335050600151, + -12.130228144287004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94868257882793, + -12.130228144287004 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.94766917821406, + -12.140612064024397 + ], + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.94868257882793, + -12.130228144287004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2330", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04885204441719, + -11.819705186948406, + -77.03920835176574, + -11.809314174991414 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.0445350322822, + -11.809314174991414 + ] + ] + ], + "type": "Polygon" + }, + "id": "2331", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94381284661107, + -11.95097186218899, + -76.93416795070505, + -11.940585291064934 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93949690740047, + -11.940585291064934 + ], + [ + -76.94381284661107, + -11.943632259859532 + ], + [ + -76.94330637800003, + -11.94882559870642 + ], + [ + -76.93848384381282, + -11.95097186218899 + ], + [ + -76.93416795070505, + -11.947924807568674 + ], + [ + -76.93467454567222, + -11.94273157530135 + ], + [ + -76.93949690740047, + -11.940585291064934 + ] + ] + ], + "type": "Polygon" + }, + "id": "2332", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9964689511613, + -12.215673669067037, + -76.98681479331508, + -12.205289877100451 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.98681479331508, + -12.212625817752029 + ], + [ + -76.98732106592331, + -12.207433974477016 + ], + [ + -76.99214805875167, + -12.205289877100451 + ] + ] + ], + "type": "Polygon" + }, + "id": "2333", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72443555051403, + -12.30654081963893, + -76.71478590372767, + -12.296165356267613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.72443555051403, + -12.299216088604393 + ], + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.72012085356069, + -12.296165356267613 + ] + ] + ], + "type": "Polygon" + }, + "id": "2334", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74193250731007, + -12.36329550867162, + -76.7322806869038, + -12.352920566691365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.74193250731007, + -12.355971401930844 + ], + [ + -76.74142257307574, + -12.361158927205572 + ], + [ + -76.73659657538226, + -12.36329550867162 + ], + [ + -76.7322806869038, + -12.360244589745774 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.73761656973008, + -12.352920566691365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2335", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15615623645894, + -11.712159052125154, + -77.14651304519876, + -11.7017640013437 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15183780297451, + -11.7017640013437 + ], + [ + -77.15615623645894, + -11.704807812703644 + ], + [ + -77.15565311631846, + -11.710005390138434 + ], + [ + -77.15083143567514, + -11.712159052125154 + ], + [ + -77.14651304519876, + -11.709115154062955 + ], + [ + -77.14701629234833, + -11.703917680726216 + ], + [ + -77.15183780297451, + -11.7017640013437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2336", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0740909898858, + -11.987382473299185, + -77.06444166033259, + -11.97699323699654 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.07358628928134, + -11.985233869919584 + ], + [ + -77.06876153892235, + -11.987382473299185 + ], + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.06977106704197, + -11.97699323699654 + ] + ] + ], + "type": "Polygon" + }, + "id": "2337", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15091401621498, + -11.813948433114312, + -77.14126792548107, + -11.803554867710691 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.15091401621498, + -11.806599257644791 + ], + [ + -77.15041066432617, + -11.811796092341432 + ], + [ + -77.14558753386541, + -11.813948433114312 + ], + [ + -77.14126792548107, + -11.81090395716292 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.14659436472064, + -11.803554867710691 + ] + ] + ], + "type": "Polygon" + }, + "id": "2338", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97801255919079, + -11.741954769040571, + -76.96837299951777, + -11.731564444215294 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97369848339169, + -11.731564444215294 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.96837299951777, + -11.738909127551887 + ], + [ + -76.9688787894931, + -11.733714018379708 + ], + [ + -76.97369848339169, + -11.731564444215294 + ] + ] + ], + "type": "Polygon" + }, + "id": "2339", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17292862199277, + -11.72953201106205, + -77.16328449777383, + -11.719136784668647 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16860951345932, + -11.719136784668647 + ], + [ + -77.17292862199277, + -11.722180537338396 + ], + [ + -77.1724257105791, + -11.727378202450469 + ], + [ + -77.16760356353409, + -11.72953201106205 + ], + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.1637875362761, + -11.72129061060097 + ], + [ + -77.16860951345932, + -11.719136784668647 + ] + ] + ], + "type": "Polygon" + }, + "id": "2340", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95070919735396, + -12.11679624599008, + -76.94105917667805, + -12.106412009026894 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.94639085904679, + -12.106412009026894 + ] + ] + ], + "type": "Polygon" + }, + "id": "2341", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90118707091497, + -12.10403549576239, + -76.89153872753171, + -12.093652290459513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.89687024331093, + -12.093652290459513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2342", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70082211501135, + -12.3120362184671, + -76.69117295128297, + -12.301661451437212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.70031168952197, + -12.309899866474955 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.69168350243632, + -12.303797828466333 + ], + [ + -76.69650799663762, + -12.301661451437212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2343", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96438250347724, + -11.976593486520674, + -76.95473630875114, + -11.96620678230787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.95524265619325, + -11.96835318904372 + ], + [ + -76.96006566742359, + -11.96620678230787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2344", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02065681905299, + -11.777605422972254, + -77.01101510014396, + -11.767214527642455 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.015330751363, + -11.777605422972254 + ], + [ + -77.01101510014396, + -11.77455996622139 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.01634112287529, + -11.767214527642455 + ] + ] + ], + "type": "Polygon" + }, + "id": "2345", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9293455491586, + -11.957409872368263, + -76.91970083921899, + -11.947023753861675 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92502991514066, + -11.947023753861675 + ], + [ + -76.9293455491586, + -11.950070886433833 + ], + [ + -76.92883886820782, + -11.95526399906445 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.91970083921899, + -11.954362653962642 + ], + [ + -76.92020764647336, + -11.949169648096508 + ], + [ + -76.92502991514066, + -11.947023753861675 + ] + ] + ], + "type": "Polygon" + }, + "id": "2346", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83493635099308, + -11.979533613538727, + -76.82529347686265, + -11.969150176849167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83062298680203, + -11.969150176849167 + ], + [ + -76.83493635099308, + -11.972198273386454 + ], + [ + -76.83442831726467, + -11.97739004572825 + ], + [ + -76.82960679339173, + -11.979533613538727 + ], + [ + -76.82529347686265, + -11.97648543098113 + ], + [ + -76.82580163653509, + -11.971293766643154 + ], + [ + -76.83062298680203, + -11.969150176849167 + ] + ] + ], + "type": "Polygon" + }, + "id": "2347", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95683960598319, + -12.243203872984429, + -76.9471856520181, + -12.23282151014961 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95251941341978, + -12.23282151014961 + ], + [ + -76.95683960598319, + -12.235869776930913 + ], + [ + -76.95633286188698, + -12.241061011290558 + ], + [ + -76.95150579858131, + -12.243203872984429 + ], + [ + -76.9471856520181, + -12.240155522450415 + ], + [ + -76.94769252275093, + -12.234964393985123 + ], + [ + -76.95251941341978, + -12.23282151014961 + ] + ] + ], + "type": "Polygon" + }, + "id": "2348", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76339680567504, + -11.956715254987866, + -76.75375653646535, + -11.9463332866877 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.76339680567504, + -11.949381900195183 + ], + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.75908570403777, + -11.9463332866877 + ] + ] + ], + "type": "Polygon" + }, + "id": "2349", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02313359723938, + -12.178990208504153, + -77.01347984941584, + -12.168605168914173 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.02262788260698, + -12.176845089299228 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.01881247887209, + -12.168605168914173 + ] + ] + ], + "type": "Polygon" + }, + "id": "2350", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83341220409454, + -11.995108432029355, + -76.82376890640543, + -11.984725264660659 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82909867382855, + -11.984725264660659 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.82427711179842, + -11.986868625171644 + ], + [ + -76.82909867382855, + -11.984725264660659 + ] + ] + ], + "type": "Polygon" + }, + "id": "2351", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03590147621738, + -11.810568835900702, + -77.02625838592137, + -11.800178015061976 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.03590147621738, + -11.803223424341503 + ], + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.02625838592137, + -11.807523340157617 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.03158493236862, + -11.800178015061976 + ] + ] + ], + "type": "Polygon" + }, + "id": "2352", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06622918888083, + -11.593218595826958, + -77.05659179292005, + -11.582824212958137 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.06622918888083, + -11.585868166986149 + ], + [ + -77.06572499188286, + -11.591065411175384 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.06191472905478, + -11.582824212958137 + ] + ] + ], + "type": "Polygon" + }, + "id": "2353", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87681129409442, + -12.07017153236074, + -76.86716460427898, + -12.059788412199508 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249558042159, + -12.059788412199508 + ], + [ + -76.87681129409442, + -12.062836592989617 + ], + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.86716460427898, + -12.06712326632997 + ], + [ + -76.86767232214623, + -12.061931759894273 + ], + [ + -76.87249558042159, + -12.059788412199508 + ] + ] + ], + "type": "Polygon" + }, + "id": "2354", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00852968966213, + -11.902283094576111, + -76.99888456913847, + -11.891894225533342 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -77.00852968966213, + -11.89494035908116 + ], + [ + -77.00802420279429, + -11.900134846490301 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -77.00421265697723, + -11.891894225533342 + ] + ] + ], + "type": "Polygon" + }, + "id": "2355", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77627774462297, + -12.154528605541767, + -76.76663122739403, + -12.144149333210699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.77196365120182, + -12.144149333210699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2356", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07233799616604, + -11.625292240940206, + -77.06269949177575, + -11.614898107264915 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.06269949177575, + -11.622248072652367 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.0680229464722, + -11.614898107264915 + ] + ] + ], + "type": "Polygon" + }, + "id": "2357", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94158749531321, + -12.210245847903835, + -76.93193492292998, + -12.199863325330073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93726815521224, + -12.199863325330073 + ], + [ + -76.94158749531321, + -12.202911583310625 + ], + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.93726815521224, + -12.199863325330073 + ] + ] + ], + "type": "Polygon" + }, + "id": "2358", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88366927495886, + -12.141612080662552, + -76.87402027230871, + -12.131229901720895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.8793524213084, + -12.131229901720895 + ] + ] + ], + "type": "Polygon" + }, + "id": "2359", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00709449842572, + -12.10663431021068, + -76.99744332190157, + -12.096248522969942 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00277477721802, + -12.096248522969942 + ], + [ + -77.00709449842572, + -12.09929568192872 + ], + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -77.00277477721802, + -12.096248522969942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2360", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12564110115295, + -11.646228161563384, + -77.11600063213741, + -11.635833000264007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1213243546115, + -11.635833000264007 + ], + [ + -77.12564110115295, + -11.638876727608634 + ], + [ + -77.12513765489705, + -11.644074360564849 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.11650420523074, + -11.637986818614033 + ], + [ + -77.1213243546115, + -11.635833000264007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2361", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0900785727454, + -11.965351682043874, + -77.08042949576729, + -11.954961732499763 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.0900785727454, + -11.958007439415958 + ], + [ + -77.08957413086209, + -11.963202466468397 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.08575851760808, + -11.954961732499763 + ] + ] + ], + "type": "Polygon" + }, + "id": "2362", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85471885964529, + -12.24879625483841, + -76.84506742438742, + -12.238416530926834 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8504013622327, + -12.238416530926834 + ], + [ + -76.85471885964529, + -12.241465780459382 + ], + [ + -76.85421067882058, + -12.246655696042287 + ], + [ + -76.84938487434061, + -12.24879625483841 + ], + [ + -76.84506742438742, + -12.245746921225454 + ], + [ + -76.84557573144532, + -12.240557112906606 + ], + [ + -76.8504013622327, + -12.238416530926834 + ] + ] + ], + "type": "Polygon" + }, + "id": "2363", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88900756172255, + -12.228619163223128, + -76.87935582060571, + -12.21823824935279 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88468940095534, + -12.21823824935279 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.87986361705164, + -12.220379840430045 + ], + [ + -76.88468940095534, + -12.21823824935279 + ] + ] + ], + "type": "Polygon" + }, + "id": "2364", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.073303937237, + -11.947973533694965, + -77.06365580235644, + -11.937583738714354 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0689845613097, + -11.937583738714354 + ], + [ + -77.073303937237, + -11.940629513703938 + ], + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.06365580235644, + -11.944927673330502 + ], + [ + -77.06416057942566, + -11.939732828259231 + ], + [ + -77.0689845613097, + -11.937583738714354 + ] + ] + ], + "type": "Polygon" + }, + "id": "2365", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80751584621575, + -12.071162635232271, + -76.797870974356, + -12.060781270011335 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80320200922415, + -12.060781270011335 + ], + [ + -76.80751584621575, + -12.063830085307226 + ], + [ + -76.80700728619527, + -12.0690208220201 + ], + [ + -76.80218476326813, + -12.071162635232271 + ], + [ + -76.797870974356, + -12.068113734454123 + ], + [ + -76.79837966028205, + -12.062923105955853 + ], + [ + -76.80320200922415, + -12.060781270011335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2366", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01849356721253, + -12.036976718479357, + -77.00884417588966, + -12.026589583114207 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.00934986028216, + -12.028736401017454 + ], + [ + -77.0141744700574, + -12.026589583114207 + ] + ] + ], + "type": "Polygon" + }, + "id": "2367", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17141984234634, + -11.745124548473411, + -77.16177529144235, + -11.734729563909278 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16710056586732, + -11.734729563909278 + ], + [ + -77.17141984234634, + -11.737773411929851 + ], + [ + -77.17091688552604, + -11.7429709561246 + ], + [ + -77.1660945251225, + -11.745124548473411 + ], + [ + -77.16177529144235, + -11.742080614035192 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.16710056586732, + -11.734729563909278 + ] + ] + ], + "type": "Polygon" + }, + "id": "2368", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74267913078529, + -12.402657278419317, + -76.7330261132975, + -12.392283000310297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.74267913078529, + -12.395334008839233 + ], + [ + -76.74216914477954, + -12.400521202137712 + ], + [ + -76.73734254852776, + -12.402657278419317 + ], + [ + -76.7330261132975, + -12.399606186480021 + ], + [ + -76.73353622520659, + -12.394419101679267 + ], + [ + -76.73836264645216, + -12.392283000310297 + ] + ] + ], + "type": "Polygon" + }, + "id": "2369", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10303967242653, + -11.97448890900854, + -77.0933899964781, + -11.964098778748443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09871915019534, + -11.964098778748443 + ], + [ + -77.10303967242653, + -11.967144411022721 + ], + [ + -77.10253539827248, + -11.972339528337319 + ], + [ + -77.09771047487227, + -11.97448890900854 + ], + [ + -77.0933899964781, + -11.971443191651879 + ], + [ + -77.09389439763773, + -11.966248178716308 + ], + [ + -77.09871915019534, + -11.964098778748443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2370", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00939120295997, + -12.13045265852866, + -76.99973925662417, + -12.120067187059483 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00507110193806, + -12.120067187059483 + ], + [ + -77.00939120295997, + -12.123114437528963 + ], + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -76.99973925662417, + -12.127405323715271 + ], + [ + -77.00024521475295, + -12.122212640675958 + ], + [ + -77.00507110193806, + -12.120067187059483 + ] + ] + ], + "type": "Polygon" + }, + "id": "2371", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82503316865082, + -12.033590763014374, + -76.81538894764515, + -12.023208383723386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.82071935395685, + -12.023208383723386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2372", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07857109290872, + -11.846218199664118, + -77.06892585633113, + -11.835826829908335 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07425293370218, + -11.835826829908335 + ], + [ + -77.07857109290872, + -11.838872041259208 + ], + [ + -77.07806667515956, + -11.844067778596798 + ], + [ + -77.07324397138612, + -11.846218199664118 + ], + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.07425293370218, + -11.835826829908335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2373", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73134014142458, + -12.18934963426735, + -76.72169380585368, + -12.178972061160026 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72702681902715, + -12.178972061160026 + ], + [ + -76.73134014142458, + -12.182022161592267 + ], + [ + -76.7308303342874, + -12.187211002657756 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.7222037386824, + -12.181110716870657 + ], + [ + -76.72702681902715, + -12.178972061160026 + ] + ] + ], + "type": "Polygon" + }, + "id": "2374", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97497834956805, + -11.773124762985754, + -76.96533794077668, + -11.762734929115 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.9744725948197, + -11.770975650373458 + ], + [ + -76.96965230444458, + -11.773124762985754 + ], + [ + -76.96533794077668, + -11.770078924941918 + ], + [ + -76.9658438218662, + -11.764884061241343 + ], + [ + -76.97066394029184, + -11.762734929115 + ] + ] + ], + "type": "Polygon" + }, + "id": "2375", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8120922001379, + -12.024445040527775, + -76.80244859860132, + -12.01406284887627 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.80676188964557, + -12.024445040527775 + ], + [ + -76.80244859860132, + -12.021396419998446 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.80777886109321, + -12.01406284887627 + ] + ] + ], + "type": "Polygon" + }, + "id": "2376", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95374866846167, + -12.085642974624413, + -76.94409949816392, + -12.075258178559078 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94943066403395, + -12.075258178559078 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.94841745659215, + -12.085642974624413 + ], + [ + -76.94409949816392, + -12.082595338052522 + ], + [ + -76.94460616513058, + -12.077402993130866 + ], + [ + -76.94943066403395, + -12.075258178559078 + ] + ] + ], + "type": "Polygon" + }, + "id": "2377", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85396260060155, + -12.115080821519621, + -76.8443151771714, + -12.104698969215393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.85345461940292, + -12.112938561762512 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.84482328449579, + -12.106841251471737 + ], + [ + -76.84964690943727, + -12.104698969215393 + ] + ] + ], + "type": "Polygon" + }, + "id": "2378", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07614909591477, + -11.633533430490932, + -77.06651024997272, + -11.6231393074639 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.07564497523056, + -11.631380514790372 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.06701449728943, + -11.625292240940206 + ], + [ + -77.07183383488484, + -11.6231393074639 + ] + ] + ], + "type": "Polygon" + }, + "id": "2379", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67970049799605, + -11.96411639967244, + -76.67006229744104, + -11.953736671217735 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.67919032829626, + -11.961975982348084 + ], + [ + -76.67437114042745, + -11.96411639967244 + ], + [ + -76.67006229744104, + -11.961066921146077 + ], + [ + -76.67057259244947, + -11.955877111986814 + ], + [ + -76.67539160514521, + -11.953736671217735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2380", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99713367849087, + -11.971953633287212, + -76.98748677501405, + -11.96156605339647 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99281602266578, + -11.96156605339647 + ], + [ + -76.99713367849087, + -11.964612644724845 + ], + [ + -76.99662792320025, + -11.969806487575674 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.98799265688908, + -11.963713219442123 + ], + [ + -76.99281602266578, + -11.96156605339647 + ] + ] + ], + "type": "Polygon" + }, + "id": "2381", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72216127446684, + -12.282738993266815, + -76.71251240095832, + -12.272363188172767 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71784695818974, + -12.272363188172767 + ], + [ + -76.72216127446684, + -12.275413828017038 + ], + [ + -76.72165119217881, + -12.280601785054243 + ], + [ + -76.71682666787687, + -12.282738993266815 + ], + [ + -76.71251240095832, + -12.279688269106671 + ], + [ + -76.71302260897359, + -12.274500421059594 + ], + [ + -76.71784695818974, + -12.272363188172767 + ] + ] + ], + "type": "Polygon" + }, + "id": "2382", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0525566590049, + -11.639099431938549, + -77.04291824624588, + -11.628705952662479 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04824195359704, + -11.628705952662479 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.04342283271761, + -11.630858326602976 + ], + [ + -77.04824195359704, + -11.628705952662479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2383", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09067256997628, + -11.72151078882736, + -77.08103074008486, + -11.711117441769247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.09067256997628, + -11.714161887613525 + ], + [ + -77.09016851608438, + -11.719358613624648 + ], + [ + -77.08534751578225, + -11.72151078882736 + ], + [ + -77.08103074008486, + -11.718466256103767 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.08635575033395, + -11.711117441769247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2384", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03149959506722, + -12.140496083603848, + -77.02184678215784, + -12.130110227202893 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.03149959506722, + -12.133157318133431 + ], + [ + -77.03099405794106, + -12.138350298860766 + ], + [ + -77.0261675656029, + -12.140496083603848 + ], + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.02717876671738, + -12.130110227202893 + ] + ] + ], + "type": "Polygon" + }, + "id": "2385", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83115238135662, + -11.782562731198556, + -76.82151547510189, + -11.77217659972024 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.83115238135662, + -11.775223665376474 + ], + [ + -76.83064460399831, + -11.780416785307468 + ], + [ + -76.82582606414948, + -11.782562731198556 + ], + [ + -76.82151547510189, + -11.77951557814045 + ], + [ + -76.82202337823593, + -11.774322566602898 + ], + [ + -76.82684174465128, + -11.77217659972024 + ] + ] + ], + "type": "Polygon" + }, + "id": "2386", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97817357046891, + -12.213865473223935, + -76.96851993919714, + -12.203482103385554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97385319468727, + -12.203482103385554 + ], + [ + -76.97817357046891, + -12.206530034840162 + ], + [ + -76.97766717112506, + -12.211721772583122 + ], + [ + -76.97284026929162, + -12.213865473223935 + ], + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.97385319468727, + -12.203482103385554 + ] + ] + ], + "type": "Polygon" + }, + "id": "2387", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16298991869557, + -11.689214841519656, + -77.15334724039408, + -11.678819329193594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.16298991869557, + -11.681862957191065 + ], + [ + -77.16248693017911, + -11.687060765370623 + ], + [ + -77.15766550606251, + -11.689214841519656 + ], + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.15867161012272, + -11.678819329193594 + ] + ] + ], + "type": "Polygon" + }, + "id": "2388", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15242398099896, + -11.798358022701429, + -77.14277831690424, + -11.787964208499071 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.15242398099896, + -11.791008504578148 + ], + [ + -77.15192067455077, + -11.796205463676934 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.1481044973933, + -11.787964208499071 + ] + ] + ], + "type": "Polygon" + }, + "id": "2389", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75959473846376, + -11.948475625405079, + -76.74995481790896, + -11.938093632893088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.75959473846376, + -11.941142235898731 + ], + [ + -76.75908570403777, + -11.9463332866877 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.75528385106381, + -11.938093632893088 + ] + ] + ], + "type": "Polygon" + }, + "id": "2390", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90498592944029, + -12.01791694670848, + -76.89534005469719, + -12.00753233035904 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9006701480367, + -12.00753233035904 + ], + [ + -76.90498592944029, + -12.010579992068113 + ], + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.89534005469719, + -12.014869199497657 + ], + [ + -76.89584729712503, + -12.009676944822735 + ], + [ + -76.9006701480367, + -12.00753233035904 + ] + ] + ], + "type": "Polygon" + }, + "id": "2391", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69262813549503, + -11.973264706986589, + -76.68298930609413, + -11.96288478279956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68831876321083, + -11.96288478279956 + ], + [ + -76.69262813549503, + -11.965934110550322 + ], + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.68298930609413, + -11.970215292663621 + ], + [ + -76.68349943603135, + -11.965025385543056 + ], + [ + -76.68831876321083, + -11.96288478279956 + ] + ] + ], + "type": "Polygon" + }, + "id": "2392", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84100041849729, + -12.294592636698894, + -76.83134798055178, + -12.284214018945086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83668268322576, + -12.284214018945086 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.83566566815477, + -12.294592636698894 + ], + [ + -76.83134798055178, + -12.291542961968277 + ], + [ + -76.83185655118956, + -12.286353706780103 + ], + [ + -76.83668268322576, + -12.284214018945086 + ] + ] + ], + "type": "Polygon" + }, + "id": "2393", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94839391131562, + -11.998610904876195, + -76.93874747599017, + -11.988224922195226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94407721294668, + -11.988224922195226 + ], + [ + -76.94839391131562, + -11.991272091751343 + ], + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.93874747599017, + -11.99556364984132 + ], + [ + -76.9392540815106, + -11.990370711723484 + ], + [ + -76.94407721294668, + -11.988224922195226 + ] + ] + ], + "type": "Polygon" + }, + "id": "2394", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88367393440858, + -12.23595090445258, + -76.87402211520106, + -12.225570243941867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87935582060571, + -12.225570243941867 + ], + [ + -76.88367393440858, + -12.228619163223128 + ], + [ + -76.88316617826062, + -12.233809546921515 + ], + [ + -76.87834018196135, + -12.23595090445258 + ], + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87935582060571, + -12.225570243941867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2395", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02905970017214, + -11.83349950042975, + -77.01941610198614, + -11.823109162240787 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02474303392934, + -11.823109162240787 + ], + [ + -77.02905970017214, + -11.82615475353624 + ], + [ + -77.02855460820076, + -11.831349975437526 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.0199213205602, + -11.825258706526789 + ], + [ + -77.02474303392934, + -11.823109162240787 + ] + ] + ], + "type": "Polygon" + }, + "id": "2396", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90119684302678, + -12.198382467221018, + -76.89154568347169, + -12.188000757652544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.90119684302678, + -12.1910493369871 + ], + [ + -76.90068939079384, + -12.19624024512919 + ], + [ + -76.89586372443094, + -12.198382467221018 + ], + [ + -76.89154568347169, + -12.195333803622875 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.89687875528585, + -12.188000757652544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2397", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0677999992172, + -11.672063917485223, + -77.0581602188709, + -11.661670485619537 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.0677999992172, + -11.66471486518515 + ], + [ + -77.06729570157243, + -11.669911633796843 + ], + [ + -77.06247572595096, + -11.672063917485223 + ], + [ + -77.0581602188709, + -11.66901945061361 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.06348444787953, + -11.661670485619537 + ] + ] + ], + "type": "Polygon" + }, + "id": "2398", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08251035066293, + -12.043270613422301, + -77.0728591415118, + -12.032882008341145 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07818945710474, + -12.032882008341145 + ], + [ + -77.08251035066293, + -12.035928163563065 + ], + [ + -77.08200568106491, + -12.04112251836867 + ], + [ + -77.07717999092091, + -12.043270613422301 + ], + [ + -77.0728591415118, + -12.040224373518972 + ], + [ + -77.07336393808826, + -12.035030123253344 + ], + [ + -77.07818945710474, + -12.032882008341145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2399", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75644297227956, + -12.262587286452028, + -76.74679376631644, + -12.252210272673235 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75212798096787, + -12.252210272673235 + ], + [ + -76.75644297227956, + -12.255260499482885 + ], + [ + -76.75593339910711, + -12.260449060649698 + ], + [ + -76.75110870876391, + -12.262587286452028 + ], + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.75212798096787, + -12.252210272673235 + ] + ] + ], + "type": "Polygon" + }, + "id": "2400", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91490606449074, + -12.152568661898663, + -76.90525591221788, + -12.142185877317445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.9143988758153, + -12.150425556909662 + ], + [ + -76.90957371318846, + -12.152568661898663 + ], + [ + -76.90525591221788, + -12.149520343370506 + ], + [ + -76.90576322729184, + -12.14432900439522 + ], + [ + -76.91058821694732, + -12.142185877317445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2401", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11808781750433, + -11.724186856643417, + -77.10844521853701, + -11.713792880873703 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.11808781750433, + -11.71683709666527 + ], + [ + -77.11758414410848, + -11.722034136843403 + ], + [ + -77.11276275940851, + -11.724186856643417 + ], + [ + -77.10844521853701, + -11.721142554092136 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.11377023307827, + -11.713792880873703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2402", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17062123169366, + -11.70569768634335, + -77.16097787382597, + -11.695302203998283 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.17011832483557, + -11.703543644625428 + ], + [ + -77.16529656096674, + -11.70569768634335 + ], + [ + -77.16097787382597, + -11.702653952146237 + ], + [ + -77.16148090774492, + -11.697456262934514 + ], + [ + -77.16630250175305, + -11.695302203998283 + ] + ] + ], + "type": "Polygon" + }, + "id": "2403", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76102844323117, + -12.215889172224054, + -76.75138050735526, + -12.205511274286625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75671394948105, + -12.205511274286625 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.75138050735526, + -12.212839128475519 + ], + [ + -76.75189006884658, + -12.207650233804772 + ], + [ + -76.75671394948105, + -12.205511274286625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2404", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83338217150141, + -12.278114758267332, + -76.82373042920699, + -12.267736056677998 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82906486439575, + -12.267736056677998 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.82804768854034, + -12.278114758267332 + ], + [ + -76.82373042920699, + -12.275065088650837 + ], + [ + -76.82423908021528, + -12.269875791610975 + ], + [ + -76.82906486439575, + -12.267736056677998 + ] + ] + ], + "type": "Polygon" + }, + "id": "2405", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15854728909241, + -11.830430836858959, + -77.1489005177688, + -11.820037313943816 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.15804401886875, + -11.82827853206668 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.15422721571187, + -11.820037313943816 + ] + ] + ], + "type": "Polygon" + }, + "id": "2406", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76408473641091, + -12.184754895311084, + -76.75443764714285, + -12.174376415643803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75977057433731, + -12.174376415643803 + ], + [ + -76.76408473641091, + -12.177426194299738 + ], + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75977057433731, + -12.174376415643803 + ] + ] + ], + "type": "Polygon" + }, + "id": "2407", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85244306501498, + -12.036307379347647, + -76.84279803169557, + -12.025924352920129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.84711258292944, + -12.036307379347647 + ], + [ + -76.84279803169557, + -12.033259062355883 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.84812846635171, + -12.025924352920129 + ] + ] + ], + "type": "Polygon" + }, + "id": "2408", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98117852328419, + -12.088350465998314, + -76.97152856062648, + -12.077965033788368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.98117852328419, + -12.081012345371532 + ], + [ + -76.98067236254373, + -12.086205114389575 + ], + [ + -76.97584729509968, + -12.088350465998314 + ], + [ + -76.97152856062648, + -12.085303069677245 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.97685974320218, + -12.077965033788368 + ] + ] + ], + "type": "Polygon" + }, + "id": "2409", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00009065758466, + -11.751987348403626, + -76.99045022948505, + -11.741596614178734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -77.00009065758466, + -11.744642028374537 + ], + [ + -76.99958528715631, + -11.749837448559255 + ], + [ + -76.99476498726736, + -11.751987348403626 + ], + [ + -76.99045022948505, + -11.748941847207261 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.99577585455776, + -11.741596614178734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2410", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94537746893351, + -12.124132420674018, + -76.93572736825753, + -12.113748430679404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.94537746893351, + -12.11679624599008 + ], + [ + -76.9448707510396, + -12.121988294111642 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.94105917667805, + -12.113748430679404 + ] + ] + ], + "type": "Polygon" + }, + "id": "2411", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96435431003577, + -11.8822079232458, + -76.95471092857873, + -11.871819856544441 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.96435431003577, + -11.87486628382365 + ], + [ + -76.96384823625911, + -11.88006037037884 + ], + [ + -76.95902645943858, + -11.8822079232458 + ], + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.96003873338543, + -11.871819856544441 + ] + ] + ], + "type": "Polygon" + }, + "id": "2412", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06113168928094, + -11.978244256209337, + -77.05148296086307, + -11.967855200979718 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05681223444505, + -11.967855200979718 + ], + [ + -77.06113168928094, + -11.970901237716319 + ], + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.05681223444505, + -11.967855200979718 + ] + ] + ], + "type": "Polygon" + }, + "id": "2413", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14471117361454, + -11.687434944311903, + -77.13506900273448, + -11.677039848661805 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14039337258488, + -11.677039848661805 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.13938676059932, + -11.687434944311903 + ], + [ + -77.13506900273448, + -11.684391075871291 + ], + [ + -77.13557237219497, + -11.679193580198696 + ], + [ + -77.14039337258488, + -11.677039848661805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2414", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98337167937521, + -11.829015219469927, + -76.97372938956097, + -11.818625940655528 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97905629954545, + -11.818625940655528 + ], + [ + -76.98337167937521, + -11.821671917232836 + ], + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.97372938956097, + -11.825969156365021 + ], + [ + -76.97423524059491, + -11.820774570088416 + ], + [ + -76.97905629954545, + -11.818625940655528 + ] + ] + ], + "type": "Polygon" + }, + "id": "2415", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93546405333853, + -12.08383664957132, + -76.92581541366863, + -12.073452278855903 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93114656702225, + -12.073452278855903 + ], + [ + -76.93546405333853, + -12.076499990097224 + ], + [ + -76.93495725990805, + -12.081692228681398 + ], + [ + -76.93013285372511, + -12.08383664957132 + ], + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.93114656702225, + -12.073452278855903 + ] + ] + ], + "type": "Polygon" + }, + "id": "2416", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09823156031571, + -11.643556809606137, + -77.08859185881846, + -11.633162277177753 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09391557768565, + -11.633162277177753 + ], + [ + -77.09823156031571, + -11.636206231702854 + ], + [ + -77.0977277336575, + -11.641403550412432 + ], + [ + -77.0929077976325, + -11.643556809606137 + ], + [ + -77.08859185881846, + -11.64051276768978 + ], + [ + -77.08909581220408, + -11.635315553980867 + ], + [ + -77.09391557768565, + -11.633162277177753 + ] + ] + ], + "type": "Polygon" + }, + "id": "2417", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05344865906726, + -11.867358841571964, + -77.0438034302166, + -11.856968379000563 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04913088873815, + -11.856968379000563 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.04812115602986, + -11.867358841571964 + ], + [ + -77.0438034302166, + -11.864313208016936 + ], + [ + -77.04430835992888, + -11.859118029353628 + ], + [ + -77.04913088873815, + -11.856968379000563 + ] + ] + ], + "type": "Polygon" + }, + "id": "2418", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94988928380513, + -11.888649806112932, + -76.9402460865078, + -11.8782621880729 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.94075249898101, + -11.880409373396438 + ], + [ + -76.9455740114693, + -11.8782621880729 + ] + ] + ], + "type": "Polygon" + }, + "id": "2419", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0191855743928, + -11.887597302321032, + -77.0095406178301, + -11.877207963110989 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01486845160942, + -11.877207963110989 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.01385769560324, + -11.887597302321032 + ], + [ + -77.0095406178301, + -11.884551254732683 + ], + [ + -77.01004605913143, + -11.87935663796549 + ], + [ + -77.01486845160942, + -11.877207963110989 + ] + ] + ], + "type": "Polygon" + }, + "id": "2420", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72063098172633, + -12.29830232593731, + -76.7109816851466, + -12.287926820905296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71631649978092, + -12.287926820905296 + ], + [ + -76.72063098172633, + -12.290977549265108 + ], + [ + -76.72012085356069, + -12.296165356267613 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.71149193904543, + -12.290063815344626 + ], + [ + -76.71631649978092, + -12.287926820905296 + ] + ] + ], + "type": "Polygon" + }, + "id": "2421", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1342176290366, + -11.891000933214714, + -77.12456965956187, + -11.880608843144872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12989739242438, + -11.880608843144872 + ], + [ + -77.1342176290366, + -11.883653775720793 + ], + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12989739242438, + -11.880608843144872 + ] + ] + ], + "type": "Polygon" + }, + "id": "2422", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93923321594727, + -11.903330893112042, + -76.92958985909279, + -11.892943747799828 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.93872675785875, + -11.901184137020397 + ], + [ + -76.93390499319918, + -11.903330893112042 + ], + [ + -76.92958985909279, + -11.900284043731586 + ], + [ + -76.93009644348204, + -11.895090524442061 + ], + [ + -76.93491803568638, + -11.892943747799828 + ] + ] + ], + "type": "Polygon" + }, + "id": "2423", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14709775742561, + -11.805707226465866, + -77.13745200707908, + -11.795313640502759 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14277831690424, + -11.795313640502759 + ], + [ + -77.14709775742561, + -11.798358022701429 + ], + [ + -77.14659436472064, + -11.803554867710691 + ], + [ + -77.14177140443816, + -11.805707226465866 + ], + [ + -77.13745200707908, + -11.802662758178792 + ], + [ + -77.13795552683085, + -11.797466017234878 + ], + [ + -77.14277831690424, + -11.795313640502759 + ] + ] + ], + "type": "Polygon" + }, + "id": "2424", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76936019857966, + -12.366037462933384, + -76.75970755115263, + -12.355661870601452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76504346990656, + -12.355661870601452 + ], + [ + -76.76936019857966, + -12.358712461598577 + ], + [ + -76.7688506421794, + -12.363900311862078 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.76504346990656, + -12.355661870601452 + ] + ] + ], + "type": "Polygon" + }, + "id": "2425", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90421992361614, + -11.97852246960449, + -76.89457524346224, + -11.968137285767796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89990468844591, + -11.968137285767796 + ], + [ + -76.90421992361614, + -11.971184753702772 + ], + [ + -76.90371285848664, + -11.976377399150355 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.89508243481171, + -11.970282377512397 + ], + [ + -76.89990468844591, + -11.968137285767796 + ] + ] + ], + "type": "Polygon" + }, + "id": "2426", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98111233419505, + -11.899587843121653, + -76.97146800082307, + -11.889199609920956 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.97146800082307, + -11.896541389944202 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.97679607445004, + -11.889199609920956 + ] + ] + ], + "type": "Polygon" + }, + "id": "2427", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6498616488754, + -12.220498520287574, + -76.64021662684411, + -12.21012353937759 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64555016444103, + -12.21012353937759 + ], + [ + -76.6498616488754, + -12.213174536111113 + ], + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64021662684411, + -12.217447438550456 + ], + [ + -76.64072774129811, + -12.212260003137592 + ], + [ + -76.64555016444103, + -12.21012353937759 + ] + ] + ], + "type": "Polygon" + }, + "id": "2428", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13588512409214, + -12.064239442484924, + -77.12623194833915, + -12.053849861062881 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13156253060284, + -12.053849861062881 + ], + [ + -77.13588512409214, + -12.056895617241048 + ], + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.12673602802033, + -12.055998863149425 + ], + [ + -77.13156253060284, + -12.053849861062881 + ] + ] + ], + "type": "Polygon" + }, + "id": "2429", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78233626573633, + -12.28088861891925, + -76.77268581181502, + -12.270511252721423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.78233626573633, + -12.273561326709368 + ], + [ + -76.78182702450687, + -12.278750063894888 + ], + [ + -76.77700171030706, + -12.28088861891925 + ], + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.77802031874347, + -12.270511252721423 + ] + ] + ], + "type": "Polygon" + }, + "id": "2430", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00467823479754, + -11.79964009923208, + -76.99503627022182, + -11.789249894026725 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00036267372973, + -11.789249894026725 + ], + [ + -77.00467823479754, + -11.792295524178872 + ], + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -76.99503627022182, + -11.796594382426452 + ], + [ + -76.99554177727329, + -11.791399332834608 + ], + [ + -77.00036267372973, + -11.789249894026725 + ] + ] + ], + "type": "Polygon" + }, + "id": "2431", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05944919640496, + -11.710591330205395, + -77.04980848188333, + -11.700198599241734 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05513335491436, + -11.700198599241734 + ], + [ + -77.05944919640496, + -11.703243263188346 + ], + [ + -77.05894472175923, + -11.708439681373738 + ], + [ + -77.05412427898675, + -11.710591330205395 + ], + [ + -77.04980848188333, + -11.70754657918895 + ], + [ + -77.05031308315584, + -11.70235026642056 + ], + [ + -77.05513335491436, + -11.700198599241734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2432", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75416634199284, + -12.238782868473983, + -76.74451790880816, + -12.228405519488254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.75365677465794, + -12.2366443815717 + ], + [ + -76.7488324707052, + -12.238782868473983 + ], + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.74985173120636, + -12.228405519488254 + ] + ] + ], + "type": "Polygon" + }, + "id": "2433", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.988663238752, + -11.727264912671703, + -76.97902384093962, + -11.716874131867616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98434907207402, + -11.716874131867616 + ], + [ + -76.988663238752, + -11.719919511809548 + ], + [ + -76.98815774700806, + -11.725114955382237 + ], + [ + -76.98333796221709, + -11.727264912671703 + ], + [ + -76.97902384093962, + -11.72421944551605 + ], + [ + -76.97952945904323, + -11.719024108294489 + ], + [ + -76.98434907207402, + -11.716874131867616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2434", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84863638520405, + -12.028067602981267, + -76.83899169889014, + -12.01768454745457 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.84330603643112, + -12.028067602981267 + ], + [ + -76.83899169889014, + -12.025019293507167 + ], + [ + -76.83949974377911, + -12.019827819615863 + ], + [ + -76.84432200018188, + -12.01768454745457 + ] + ] + ], + "type": "Polygon" + }, + "id": "2435", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81970271452019, + -12.04092434615715, + -76.81005841755197, + -12.030542212106731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81538894764515, + -12.030542212106731 + ], + [ + -76.81970271452019, + -12.033590763014374 + ], + [ + -76.8191943719328, + -12.038781884086125 + ], + [ + -76.81437213653003, + -12.04092434615715 + ], + [ + -76.81005841755197, + -12.03787570960087 + ], + [ + -76.81056688607022, + -12.032684696631991 + ], + [ + -76.81538894764515, + -12.030542212106731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2436", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68502973422127, + -11.956786063062346, + -76.67539160514521, + -11.946406090538497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68451965009433, + -11.954645436960062 + ], + [ + -76.67970049799605, + -11.956786063062346 + ], + [ + -76.67539160514521, + -11.953736671217735 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.68072079158392, + -11.946406090538497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2437", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72765924509655, + -11.898131496442486, + -76.71802169382686, + -11.887749587284773 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72334990697279, + -11.887749587284773 + ], + [ + -76.72765924509655, + -11.89079819755161 + ], + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.71853121863998, + -11.889891899428738 + ], + [ + -76.72334990697279, + -11.887749587284773 + ] + ] + ], + "type": "Polygon" + }, + "id": "2438", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64299479083611, + -12.243383878840506, + -76.63334927628834, + -12.233009450421653 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63868319165398, + -12.233009450421653 + ], + [ + -76.64299479083611, + -12.236060623577194 + ], + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.63334927628834, + -12.24033262081642 + ], + [ + -76.63386052230021, + -12.235145461674747 + ], + [ + -76.63868319165398, + -12.233009450421653 + ] + ] + ], + "type": "Polygon" + }, + "id": "2439", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93852515673676, + -12.147043523058928, + -76.92887455108327, + -12.136660063876496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.92938152724385, + -12.138803773540394 + ], + [ + -76.93420674371403, + -12.136660063876496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2440", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78926675330418, + -11.975006990958223, + -76.77962523950438, + -11.964624637432534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78495469820841, + -11.964624637432534 + ], + [ + -76.78926675330418, + -11.96767311832343 + ], + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.77962523950438, + -11.97195842385183 + ], + [ + -76.78013402833781, + -11.966767301408295 + ], + [ + -76.78495469820841, + -11.964624637432534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2441", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94540014264375, + -12.218485380994126, + -76.93574722477372, + -12.2081028976719 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94108058939798, + -12.2081028976719 + ], + [ + -76.94540014264375, + -12.211151158187093 + ], + [ + -76.9448932771668, + -12.216342452889569 + ], + [ + -76.94006673186296, + -12.218485380994126 + ], + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.94108058939798, + -12.2081028976719 + ] + ] + ], + "type": "Polygon" + }, + "id": "2442", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67953592548136, + -12.247043047034873, + -76.66988928934161, + -12.236667739601481 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67522326395337, + -12.236667739601481 + ], + [ + -76.67953592548136, + -12.239718597654473 + ], + [ + -76.6790253067309, + -12.244906306180193 + ], + [ + -76.67420190091539, + -12.247043047034873 + ], + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.67522326395337, + -12.236667739601481 + ] + ] + ], + "type": "Polygon" + }, + "id": "2443", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75728786517169, + -12.019003296948076, + -76.74764590507083, + -12.008622408607847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.75728786517169, + -12.011671406313242 + ], + [ + -76.75677868763113, + -12.016861904970455 + ], + [ + -76.75195762035494, + -12.019003296948076 + ], + [ + -76.74764590507083, + -12.015954213218656 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.75297610110901, + -12.008622408607847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2444", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14399658234754, + -11.742452199450653, + -77.1343527922292, + -11.732057839032386 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13967806718584, + -11.732057839032386 + ], + [ + -77.14399658234754, + -11.73510191969156 + ], + [ + -77.14349324435236, + -11.74029915200237 + ], + [ + -77.1386712642012, + -11.742452199450653 + ], + [ + -77.1343527922292, + -11.739408032253882 + ], + [ + -77.13485625720936, + -11.734210904156347 + ], + [ + -77.13967806718584, + -11.732057839032386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2445", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89967444059863, + -12.213954668802106, + -76.89002285616192, + -12.203573249536685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89535618613743, + -12.203573249536685 + ], + [ + -76.89967444059863, + -12.206621916429906 + ], + [ + -76.89916694263513, + -12.21181267941702 + ], + [ + -76.89434106381523, + -12.213954668802106 + ], + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.89535618613743, + -12.203573249536685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2446", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08014621311857, + -11.925044401154505, + -77.0704985883879, + -11.914654107939699 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.07964169465781, + -11.922894904780591 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.07100323372507, + -11.916803623579298 + ], + [ + -77.0758269605816, + -11.914654107939699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2447", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14940391510368, + -11.82953846838939, + -77.13975739770625, + -11.819145153336256 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14508409571395, + -11.819145153336256 + ], + [ + -77.14940391510368, + -11.822189636729064 + ], + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.13975739770625, + -11.826493899081589 + ], + [ + -77.14026092211571, + -11.821297293556981 + ], + [ + -77.14508409571395, + -11.819145153336256 + ] + ] + ], + "type": "Polygon" + }, + "id": "2448", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96134494945021, + -12.007752525633697, + -76.95169790468015, + -11.997366358871316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.96083863721292, + -12.005606592791555 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.9570277796078, + -11.997366358871316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2449", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0778451060958, + -11.901218080412367, + -77.06819824953077, + -11.89082750206117 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.07352623277134, + -11.89082750206117 + ] + ] + ], + "type": "Polygon" + }, + "id": "2450", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02671710544692, + -11.715257599104808, + -77.01707708676983, + -11.704865727845892 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.01707708676983, + -11.712212533225555 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.02240207736583, + -11.704865727845892 + ] + ] + ], + "type": "Polygon" + }, + "id": "2451", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06017782503511, + -11.655581662772597, + -77.05053872836017, + -11.645188206288946 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05586269662307, + -11.645188206288946 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.05104323375512, + -11.647340544145349 + ], + [ + -77.05586269662307, + -11.645188206288946 + ] + ] + ], + "type": "Polygon" + }, + "id": "2452", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78995036082384, + -12.297366140825602, + -76.78029920914764, + -12.286988857787922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78563398485164, + -12.286988857787922 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.78461553672257, + -12.297366140825602 + ], + [ + -76.78029920914764, + -12.294315976228578 + ], + [ + -76.78080849621311, + -12.28912738874011 + ], + [ + -76.78563398485164, + -12.286988857787922 + ] + ] + ], + "type": "Polygon" + }, + "id": "2453", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0122992725627, + -11.816121632912113, + -77.00265662142002, + -11.805731465988979 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -77.00798328730798, + -11.805731465988979 + ] + ] + ], + "type": "Polygon" + }, + "id": "2454", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70703979459844, + -12.061168095590917, + -76.69739794860904, + -12.050789126200943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70272885252847, + -12.050789126200943 + ], + [ + -76.70703979459844, + -12.053838793456706 + ], + [ + -76.70652985167258, + -12.059028332940686 + ], + [ + -76.70170884117316, + -12.061168095590917 + ], + [ + -76.69739794860904, + -12.058118342425482 + ], + [ + -76.69790801702896, + -12.052928912529223 + ], + [ + -76.70272885252847, + -12.050789126200943 + ] + ] + ], + "type": "Polygon" + }, + "id": "2455", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04269144803644, + -11.693215982125958, + -77.03305167699722, + -11.682823433989423 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03837628585781, + -11.682823433989423 + ], + [ + -77.04269144803644, + -11.68586815104978 + ], + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.03837628585781, + -11.682823433989423 + ] + ] + ], + "type": "Polygon" + }, + "id": "2456", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.681013217924, + -12.325767267660405, + -76.67136418935405, + -12.31539324110948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67669946415437, + -12.31539324110948 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.67567789316612, + -12.325767267660405 + ], + [ + -76.67136418935405, + -12.322715958114923 + ], + [ + -76.67187503764075, + -12.317528999577434 + ], + [ + -76.67669946415437, + -12.31539324110948 + ] + ] + ], + "type": "Polygon" + }, + "id": "2457", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7236493891642, + -12.361466182842415, + -76.71399812248752, + -12.35109167567673 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71933397998325, + -12.35109167567673 + ], + [ + -76.7236493891642, + -12.354142673177169 + ], + [ + -76.72313920322813, + -12.35932998116926 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.71450843421813, + -12.353227902414547 + ], + [ + -76.71933397998325, + -12.35109167567673 + ] + ] + ], + "type": "Polygon" + }, + "id": "2458", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95066078002239, + -11.928051979089487, + -76.94101638870964, + -11.917664905911625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.95015444303503, + -11.925905284681008 + ], + [ + -76.94533216119186, + -11.928051979089487 + ], + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.9463449615415, + -11.917664905911625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2459", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78543941230247, + -12.061108354501663, + -76.77579543469196, + -12.050727392447344 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.78493056047319, + -12.058966891106873 + ], + [ + -76.78010848456321, + -12.061108354501663 + ], + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.78112631404049, + -12.050727392447344 + ] + ] + ], + "type": "Polygon" + }, + "id": "2460", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77552749658001, + -12.115150931322255, + -76.7658821746732, + -12.10477105672382 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.77121394923651, + -12.10477105672382 + ] + ] + ], + "type": "Polygon" + }, + "id": "2461", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78158496704107, + -12.241517016562504, + -76.77193570939087, + -12.231139016872925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77726956658252, + -12.231139016872925 + ], + [ + -76.78158496704107, + -12.234188910486276 + ], + [ + -76.78107577739654, + -12.239377964457887 + ], + [ + -76.77625106134973, + -12.241517016562504 + ], + [ + -76.77193570939087, + -12.238467038557543 + ], + [ + -76.77244502496964, + -12.233278092849368 + ], + [ + -76.77726956658252, + -12.231139016872925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2462", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92930961302464, + -11.768637640432127, + -76.91967052626057, + -11.758248874295708 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.92880322694008, + -11.766489440294974 + ], + [ + -76.92398359734653, + -11.768637640432127 + ], + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.92499649568133, + -11.758248874295708 + ] + ] + ], + "type": "Polygon" + }, + "id": "2463", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93540479179286, + -11.800701529160518, + -76.92576459129612, + -11.790313046039815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.93489844072886, + -11.798553591732015 + ], + [ + -76.93007825428319, + -11.800701529160518 + ], + [ + -76.92576459129612, + -11.79765519160025 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.93109108262607, + -11.790313046039815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2464", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92861216958666, + -12.106748816709427, + -76.918963025492, + -12.096364971185894 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.918963025492, + -12.103700845783184 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.92429456273729, + -12.096364971185894 + ] + ] + ], + "type": "Polygon" + }, + "id": "2465", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14479196006081, + -11.781875546219037, + -77.13514697667443, + -11.771481692917247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14047289835608, + -11.771481692917247 + ], + [ + -77.14479196006081, + -11.77452597271455 + ], + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.14047289835608, + -11.771481692917247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2466", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08698770683749, + -11.902113848289353, + -77.07734059247828, + -11.891723060371827 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08266857781405, + -11.891723060371827 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.07734059247828, + -11.899068342566421 + ], + [ + -77.0778451060958, + -11.893873000972755 + ], + [ + -77.08266857781405, + -11.891723060371827 + ] + ] + ], + "type": "Polygon" + }, + "id": "2467", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76105956371282, + -12.121571802630635, + -76.75141444211806, + -12.111192395395964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7567463279987, + -12.111192395395964 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.75192385445368, + -12.113332576807045 + ], + [ + -76.7567463279987, + -12.111192395395964 + ] + ] + ], + "type": "Polygon" + }, + "id": "2468", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90194300400815, + -12.049069703974325, + -76.89229628034053, + -12.038685634203315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.90143579647474, + -12.046925568689364 + ], + [ + -76.89661234813936, + -12.049069703974325 + ], + [ + -76.89229628034053, + -12.046021772560698 + ], + [ + -76.89280361413988, + -12.040829791168543 + ], + [ + -76.89762688948153, + -12.038685634203315 + ] + ] + ], + "type": "Polygon" + }, + "id": "2469", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71014507777329, + -11.93570087530253, + -76.70050688657798, + -11.9253199535682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.71014507777329, + -11.928368923227625 + ], + [ + -76.70963537580441, + -11.933559438972623 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.70583572214224, + -11.9253199535682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2470", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86614821338505, + -12.273513575544968, + -76.85649573624386, + -12.263133974193392 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183007437552, + -12.263133974193392 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.85649573624386, + -12.270464233745981 + ], + [ + -76.8570039226011, + -12.265274486608051 + ], + [ + -76.86183007437552, + -12.263133974193392 + ] + ] + ], + "type": "Polygon" + }, + "id": "2471", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75117672745623, + -12.08128477263114, + -76.74153307609073, + -12.070904988968007 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74686430086852, + -12.070904988968007 + ], + [ + -76.75117672745623, + -12.073954364533424 + ], + [ + -76.75066736676742, + -12.0791443108387 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.74686430086852, + -12.070904988968007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2472", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1196722105779, + -11.803029568847572, + -77.11002722513068, + -11.792636608409847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11535353328607, + -11.792636608409847 + ], + [ + -77.1196722105779, + -11.795681224876558 + ], + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11002722513068, + -11.79998486617277 + ], + [ + -77.11053112580272, + -11.794788438180403 + ], + [ + -77.11535353328607, + -11.792636608409847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2473", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85929670958939, + -12.01339760982311, + -76.84965217719414, + -12.003014066501368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85498222983902, + -12.003014066501368 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.85016005033313, + -12.005157753800917 + ], + [ + -76.85498222983902, + -12.003014066501368 + ] + ] + ], + "type": "Polygon" + }, + "id": "2474", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82346964138387, + -12.332144057328167, + -76.81381654982685, + -12.321766515422997 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81915188299438, + -12.321766515422997 + ], + [ + -76.82346964138387, + -12.324816443408068 + ], + [ + -76.8229608931213, + -12.330005268124177 + ], + [ + -76.81813426028664, + -12.332144057328167 + ], + [ + -76.81381654982685, + -12.329094045729562 + ], + [ + -76.81432542426252, + -12.323905328550325 + ], + [ + -76.81915188299438, + -12.321766515422997 + ] + ] + ], + "type": "Polygon" + }, + "id": "2475", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95138364975115, + -11.77867387609945, + -76.941743688322, + -11.768284699005276 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.95138364975115, + -11.771330688782038 + ], + [ + -76.9508775564326, + -11.776525330709509 + ], + [ + -76.94605748961445, + -11.77867387609945 + ], + [ + -76.941743688322, + -11.775627799329481 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.9470698025128, + -11.768284699005276 + ] + ] + ], + "type": "Polygon" + }, + "id": "2476", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.838724990102, + -12.176460044578947, + -76.82907614078414, + -12.166079546635567 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83440889501145, + -12.166079546635567 + ], + [ + -76.838724990102, + -12.169128599525175 + ], + [ + -76.83821669976166, + -12.174318902295974 + ], + [ + -76.83339218820858, + -12.176460044578947 + ], + [ + -76.82907614078414, + -12.17341090704977 + ], + [ + -76.82958455723717, + -12.168220711886999 + ], + [ + -76.83440889501145, + -12.166079546635567 + ] + ] + ], + "type": "Polygon" + }, + "id": "2477", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73741862861813, + -12.221393317237695, + -76.72777117054201, + -12.211016109389181 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.73690885552678, + -12.219254970332356 + ], + [ + -76.73208503905217, + -12.221393317237695 + ], + [ + -76.72777117054201, + -12.218343029972967 + ], + [ + -76.72828106937432, + -12.21315448050082 + ], + [ + -76.73310471098536, + -12.211016109389181 + ] + ] + ], + "type": "Polygon" + }, + "id": "2478", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80828732394602, + -12.016205378294803, + -76.79864407021543, + -12.005823158525823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.80295714726417, + -12.016205378294803 + ], + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.80397419884517, + -12.005823158525823 + ] + ] + ], + "type": "Polygon" + }, + "id": "2479", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82576494163749, + -12.261636807261418, + -76.81611389523556, + -12.251258023656899 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82043072622257, + -12.261636807261418 + ], + [ + -76.81611389523556, + -12.258587143650441 + ], + [ + -76.81662262657036, + -12.253397805669033 + ], + [ + -76.82144806277444, + -12.251258023656899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2480", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11204273688539, + -11.786547306034299, + -77.10239843352072, + -11.77615430663592 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10772448203168, + -11.77615430663592 + ], + [ + -77.11204273688539, + -11.779198906052642 + ], + [ + -77.11153888167948, + -11.784395458034137 + ], + [ + -77.1067166447168, + -11.786547306034299 + ], + [ + -77.10239843352072, + -11.783502620267278 + ], + [ + -77.10290241562036, + -11.778306172860304 + ], + [ + -77.10772448203168, + -11.77615430663592 + ] + ] + ], + "type": "Polygon" + }, + "id": "2481", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08935424079239, + -12.02034482697868, + -77.07970354248725, + -12.009955709976168 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08503347088663, + -12.009955709976168 + ], + [ + -77.08935424079239, + -12.013001691514535 + ], + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.07970354248725, + -12.017298760625222 + ], + [ + -77.08020820724565, + -12.012104254372147 + ], + [ + -77.08503347088663, + -12.009955709976168 + ] + ] + ], + "type": "Polygon" + }, + "id": "2482", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78308774993354, + -12.320258160905382, + -76.77343609944778, + -12.309881437930155 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.77394551827366, + -12.312019518253294 + ], + [ + -76.77877125626948, + -12.309881437930155 + ] + ] + ], + "type": "Polygon" + }, + "id": "2483", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08159728090348, + -11.815043585384727, + -77.07195289614228, + -11.80465171199541 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.08109295415133, + -11.812892723507275 + ], + [ + -77.07627067631817, + -11.815043585384727 + ], + [ + -77.07195289614228, + -11.811998476767947 + ], + [ + -77.07245734969038, + -11.8068025925486 + ], + [ + -77.07727945662775, + -11.80465171199541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2484", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92023829017586, + -12.145234111313584, + -76.91058821694732, + -12.134851077876341 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.91973118756407, + -12.14309079730326 + ], + [ + -76.91490606449074, + -12.145234111313584 + ], + [ + -76.91058821694732, + -12.142185877317445 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.9159203961378, + -12.134851077876341 + ] + ] + ], + "type": "Polygon" + }, + "id": "2485", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06258934395068, + -11.868254765851631, + -77.05294385608065, + -11.857864092936135 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05827131743287, + -11.857864092936135 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.05726183821282, + -11.868254765851631 + ], + [ + -77.05294385608065, + -11.865209210447912 + ], + [ + -77.05344865906726, + -11.86001392654971 + ], + [ + -77.05827131743287, + -11.857864092936135 + ] + ] + ], + "type": "Polygon" + }, + "id": "2486", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98947469042007, + -11.861080054817467, + -76.97983128807309, + -11.850691071690242 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.98947469042007, + -11.853737162881668 + ], + [ + -76.9889690011282, + -11.858931707497396 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.98515871906359, + -11.850691071690242 + ] + ] + ], + "type": "Polygon" + }, + "id": "2487", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89053048051113, + -12.213047719352295, + -76.88087916419406, + -12.202666513649335 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88621248641175, + -12.202666513649335 + ], + [ + -76.89053048051113, + -12.205715261479368 + ], + [ + -76.89002285616192, + -12.210905917747821 + ], + [ + -76.88519711135537, + -12.213047719352295 + ], + [ + -76.88087916419406, + -12.209998887322097 + ], + [ + -76.88138691489176, + -12.20480833789744 + ], + [ + -76.88621248641175, + -12.202666513649335 + ] + ] + ], + "type": "Polygon" + }, + "id": "2488", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71227997142634, + -12.24245926814221, + -76.7026325715544, + -12.23208304693875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70796646575216, + -12.23208304693875 + ], + [ + -76.71227997142634, + -12.235133582844018 + ], + [ + -76.71176981525389, + -12.240321748038541 + ], + [ + -76.7069460277417, + -12.24245926814221 + ], + [ + -76.7026325715544, + -12.239408647606211 + ], + [ + -76.7031428533829, + -12.234220591607027 + ], + [ + -76.70796646575216, + -12.23208304693875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2489", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9598528510425, + -12.117699646219904, + -76.95020256555866, + -12.10731519698399 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95553425386471, + -12.10731519698399 + ], + [ + -76.9598528510425, + -12.110362847329455 + ], + [ + -76.95934634579748, + -12.115555124979327 + ], + [ + -76.95452111681495, + -12.117699646219904 + ], + [ + -76.95020256555866, + -12.114651911262783 + ], + [ + -76.95070919735396, + -12.109459739686608 + ], + [ + -76.95553425386471, + -12.10731519698399 + ] + ] + ], + "type": "Polygon" + }, + "id": "2490", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07645331308817, + -12.105598393925527, + -77.0668003977631, + -12.09521089227843 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0721317486738, + -12.09521089227843 + ], + [ + -77.07645331308817, + -12.09825739901075 + ], + [ + -77.07594846122005, + -12.103451202086667 + ], + [ + -77.07112191792477, + -12.105598393925527 + ], + [ + -77.0668003977631, + -12.102551802921132 + ], + [ + -77.06730537663464, + -12.09735810435988 + ], + [ + -77.0721317486738, + -12.09521089227843 + ] + ] + ], + "type": "Polygon" + }, + "id": "2491", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95145689628009, + -12.061825680968328, + -76.94180849610238, + -12.051440575887609 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.94180849610238, + -12.058778139690922 + ], + [ + -76.94231515780893, + -12.053585640297774 + ], + [ + -76.9471392716532, + -12.051440575887609 + ] + ] + ], + "type": "Polygon" + }, + "id": "2492", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01684628586769, + -11.769364571477391, + -77.00720490995799, + -11.75897365866531 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0125308016567, + -11.75897365866531 + ], + [ + -77.01684628586769, + -11.762019018292557 + ], + [ + -77.01634112287529, + -11.767214527642455 + ], + [ + -77.0115203491583, + -11.769364571477391 + ], + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.0125308016567, + -11.75897365866531 + ] + ] + ], + "type": "Polygon" + }, + "id": "2493", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81438768912389, + -11.953909354772032, + -76.80474612857006, + -11.943526057848928 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81007522773368, + -11.943526057848928 + ], + [ + -76.81438768912389, + -11.9465742033738 + ], + [ + -76.81387940918944, + -11.951765905993467 + ], + [ + -76.80905854201345, + -11.953909354772032 + ], + [ + -76.80474612857006, + -11.950861122975127 + ], + [ + -76.80525453434636, + -11.945669528681462 + ], + [ + -76.81007522773368, + -11.943526057848928 + ] + ] + ], + "type": "Polygon" + }, + "id": "2494", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02924813689707, + -12.2110470370346, + -77.01959327532651, + -12.200662363703918 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0249264261058, + -12.200662363703918 + ], + [ + -77.02924813689707, + -12.203709800748854 + ], + [ + -77.0287424578791, + -12.208902189894724 + ], + [ + -77.02391494116124, + -12.2110470370346 + ], + [ + -77.01959327532651, + -12.207999516275937 + ], + [ + -77.0200990812437, + -12.202807232101039 + ], + [ + -77.0249264261058, + -12.200662363703918 + ] + ] + ], + "type": "Polygon" + }, + "id": "2495", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08002233331582, + -11.736207653178795, + -77.0703803350907, + -11.725814757915552 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07570560164132, + -11.725814757915552 + ], + [ + -77.08002233331582, + -11.728859377487188 + ], + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.07088468793854, + -11.727966551710935 + ], + [ + -77.07570560164132, + -11.725814757915552 + ] + ] + ], + "type": "Polygon" + }, + "id": "2496", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84863082090479, + -12.122413727572232, + -76.83898332055361, + -12.112032123863811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8443151771714, + -12.112032123863811 + ], + [ + -76.84863082090479, + -12.115080821519621 + ], + [ + -76.84812275376791, + -12.120271677153633 + ], + [ + -76.84329891677801, + -12.122413727572232 + ], + [ + -76.83898332055361, + -12.119364944937178 + ], + [ + -76.83949151380065, + -12.114174196872586 + ], + [ + -76.8443151771714, + -12.112032123863811 + ] + ] + ], + "type": "Polygon" + }, + "id": "2497", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11362592542335, + -11.865383817467025, + -77.10397923467862, + -11.854991864478253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10930657733776, + -11.854991864478253 + ], + [ + -77.11362592542335, + -11.858036855878023 + ], + [ + -77.11312196979395, + -11.863232884577629 + ], + [ + -77.10829853910789, + -11.865383817467025 + ], + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.10930657733776, + -11.854991864478253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2498", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97807690734543, + -11.930751500110484, + -76.9684317239585, + -11.920363788904702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97376031375939, + -11.920363788904702 + ], + [ + -76.97807690734543, + -11.923410344107053 + ], + [ + -76.9775709496767, + -11.928604252779929 + ], + [ + -76.97274827193596, + -11.930751500110484 + ], + [ + -76.9684317239585, + -11.927704859066576 + ], + [ + -76.96893780810379, + -11.922511056543527 + ], + [ + -76.97376031375939, + -11.920363788904702 + ] + ] + ], + "type": "Polygon" + }, + "id": "2499", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93015107478789, + -12.185527147662025, + -76.92049953923015, + -12.175144510066486 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.9296440476238, + -12.183384131076695 + ], + [ + -76.92481819341526, + -12.185527147662025 + ], + [ + -76.92049953923015, + -12.182478814374438 + ], + [ + -76.92100669287933, + -12.177287548759995 + ], + [ + -76.92583237423798, + -12.175144510066486 + ] + ] + ], + "type": "Polygon" + }, + "id": "2500", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10283384724023, + -11.691221918886635, + -77.09319261215063, + -11.68082788317818 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09851710740912, + -11.68082788317818 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.09319261215063, + -11.688177657526756 + ], + [ + -77.09369657513271, + -11.682980692106957 + ], + [ + -77.09851710740912, + -11.68082788317818 + ] + ] + ], + "type": "Polygon" + }, + "id": "2501", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69469599923663, + -12.37428055671971, + -76.68504514375188, + -12.363907011375117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68555587856332, + -12.366042427915994 + ], + [ + -76.69038121857774, + -12.363907011375117 + ] + ] + ], + "type": "Polygon" + }, + "id": "2502", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66813068189128, + -12.222327382573454, + -76.65848509890988, + -12.211951961863349 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.66813068189128, + -12.215002801730154 + ], + [ + -76.6676199437112, + -12.220190566993102 + ], + [ + -76.66279706443021, + -12.222327382573454 + ], + [ + -76.65848509890988, + -12.219276457780111 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.66381866626216, + -12.211951961863349 + ] + ] + ], + "type": "Polygon" + }, + "id": "2503", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95521712873953, + -11.881308778840403, + -76.9455740114693, + -11.870920925102201 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.95471092857873, + -11.879161409738579 + ], + [ + -76.94988928380513, + -11.881308778840403 + ], + [ + -76.9455740114693, + -11.8782621880729 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.95090181048324, + -11.870920925102201 + ] + ] + ], + "type": "Polygon" + }, + "id": "2504", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68186063233784, + -12.176549496720854, + -76.6722160366623, + -12.16617298196197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67754884733587, + -12.16617298196197 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.67652777176492, + -12.176549496720854 + ], + [ + -76.6722160366623, + -12.173498925487635 + ], + [ + -76.67272663718407, + -12.168310722974326 + ], + [ + -76.67754884733587, + -12.16617298196197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2505", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81128842101631, + -12.268055281264756, + -76.80163757088185, + -12.257676969203349 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80697185223735, + -12.257676969203349 + ], + [ + -76.81128842101631, + -12.26072671361088 + ], + [ + -76.81077960372771, + -12.265915923544517 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.80697185223735, + -12.257676969203349 + ] + ] + ], + "type": "Polygon" + }, + "id": "2506", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68941192125737, + -12.287320998853744, + -76.67976380980957, + -12.276946108029904 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68941192125737, + -12.279997071646342 + ], + [ + -76.68890137613982, + -12.28518457176467 + ], + [ + -76.68407723269871, + -12.287320998853744 + ], + [ + -76.67976380980957, + -12.284269950837695 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.68509844854208, + -12.276946108029904 + ] + ] + ], + "type": "Polygon" + }, + "id": "2507", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84711858860419, + -11.949286657918806, + -76.8374762910927, + -11.93890247131841 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84280529544442, + -11.93890247131841 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.8466107722577, + -11.947142447637205 + ], + [ + -76.8417895367728, + -11.949286657918806 + ], + [ + -76.8374762910927, + -11.94623874265449 + ], + [ + -76.83798423340838, + -11.941046703304911 + ], + [ + -76.84280529544442, + -11.93890247131841 + ] + ] + ], + "type": "Polygon" + }, + "id": "2508", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09297346189592, + -11.745341638905781, + -77.08333086481282, + -11.73494855009316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.0924694032051, + -11.743189699838595 + ], + [ + -77.08764801930644, + -11.745341638905781 + ], + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.08865626348371, + -11.73494855009316 + ] + ] + ], + "type": "Polygon" + }, + "id": "2509", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7557929254253, + -11.94023599418019, + -76.7461533535852, + -11.929853977911694 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.75528385106381, + -11.938093632893088 + ], + [ + -76.75046397795286, + -11.94023599418019 + ], + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.75148225228158, + -11.929853977911694 + ] + ] + ], + "type": "Polygon" + }, + "id": "2510", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07009864773967, + -11.695894883805085, + -77.06045810021853, + -11.685501702756858 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.07009864773967, + -11.68854619246984 + ], + [ + -77.069594345228, + -11.69374283563734 + ], + [ + -77.0647739860184, + -11.695894883805085 + ], + [ + -77.06045810021853, + -11.692850306959631 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.06578271770844, + -11.685501702756858 + ] + ] + ], + "type": "Polygon" + }, + "id": "2511", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69479694742206, + -12.185701067775051, + -76.6851517222304, + -12.175324368929942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.6894639375134, + -12.185701067775051 + ], + [ + -76.6851517222304, + -12.182650567935616 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.69048468242087, + -12.175324368929942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2512", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08468619647677, + -11.87828671798953, + -77.0750398501093, + -11.867895648359985 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07554435887731, + -11.870045829482718 + ], + [ + -77.08036744660036, + -11.867895648359985 + ] + ] + ], + "type": "Polygon" + }, + "id": "2513", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72080248209102, + -11.921036642167245, + -76.71116443592797, + -11.910655236510722 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71649302784715, + -11.910655236510722 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.71547384090438, + -11.921036642167245 + ], + [ + -76.71116443592797, + -11.91798775931101 + ], + [ + -76.71167409211496, + -11.912797111311136 + ], + [ + -76.71649302784715, + -11.910655236510722 + ] + ] + ], + "type": "Polygon" + }, + "id": "2514", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9841811812242, + -11.96281353074305, + -76.97453488444644, + -11.952426135576154 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97986399568869, + -11.952426135576154 + ], + [ + -76.9841811812242, + -11.95547279875114 + ], + [ + -76.98367525887319, + -11.960666549335702 + ], + [ + -76.9788520244514, + -11.96281353074305 + ], + [ + -76.97453488444644, + -11.959766781970954 + ], + [ + -76.97504093332331, + -11.954573137398487 + ], + [ + -76.97986399568869, + -11.952426135576154 + ] + ] + ], + "type": "Polygon" + }, + "id": "2515", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08692375721377, + -11.807696734347202, + -77.07727945662775, + -11.797304631106712 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.0864195166177, + -11.805545671217839 + ], + [ + -77.08159728090348, + -11.807696734347202 + ], + [ + -77.07727945662775, + -11.80465171199541 + ], + [ + -77.07778382403505, + -11.799455712820448 + ], + [ + -77.08260588891619, + -11.797304631106712 + ] + ] + ], + "type": "Polygon" + }, + "id": "2516", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94233693317307, + -12.155283258399642, + -76.93268598210483, + -12.14489983522082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93801830706451, + -12.14489983522082 + ], + [ + -76.94233693317307, + -12.147947827685208 + ], + [ + -76.94183012391612, + -12.153139592392204 + ], + [ + -76.93700456203119, + -12.155283258399642 + ], + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.93801830706451, + -12.14489983522082 + ] + ] + ], + "type": "Polygon" + }, + "id": "2517", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16760356353409, + -11.736883173675748, + -77.1579593524485, + -11.726488171872365 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16328449777383, + -11.726488171872365 + ], + [ + -77.16760356353409, + -11.72953201106205 + ], + [ + -77.16710056586732, + -11.734729563909278 + ], + [ + -77.16227837535757, + -11.736883173675748 + ], + [ + -77.1579593524485, + -11.733839247997269 + ], + [ + -77.15846247718872, + -11.72864179905105 + ], + [ + -77.16328449777383, + -11.726488171872365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2518", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03355648591766, + -11.692322500631239, + -77.0239169746594, + -11.681930163968163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02924158009313, + -11.681930163968163 + ], + [ + -77.03355648591766, + -11.684974956587428 + ], + [ + -77.03305167699722, + -11.690171177813822 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.02442191009001, + -11.684081505293648 + ], + [ + -77.02924158009313, + -11.681930163968163 + ] + ] + ], + "type": "Polygon" + }, + "id": "2519", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8151117390069, + -12.181973929759723, + -76.80546335677788, + -12.17159411475886 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81079621534896, + -12.17159411475886 + ], + [ + -76.8151117390069, + -12.17464341178082 + ], + [ + -76.81460311056414, + -12.17983337323485 + ], + [ + -76.80977883243156, + -12.181973929759723 + ], + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.81079621534896, + -12.17159411475886 + ] + ] + ], + "type": "Polygon" + }, + "id": "2520", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71459782222045, + -12.17196010710293, + -76.70495246358335, + -12.161582681383052 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.71459782222045, + -12.164632847532044 + ], + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.70495246358335, + -12.16890985584137 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.71028519362727, + -12.161582681383052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2521", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9468513389069, + -11.919811620886378, + -76.93720729235284, + -11.909424523207873 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9425357331466, + -11.909424523207873 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.93771379606214, + -11.911571258743686 + ], + [ + -76.9425357331466, + -11.909424523207873 + ] + ] + ], + "type": "Polygon" + }, + "id": "2522", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79915265893415, + -12.015299109814986, + -76.78950967777232, + -12.0049171067714 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.79915265893415, + -12.007965710383365 + ], + [ + -76.79864407021543, + -12.013156766112859 + ], + [ + -76.79382249262459, + -12.015299109814986 + ], + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.79483979590002, + -12.0049171067714 + ] + ] + ], + "type": "Polygon" + }, + "id": "2523", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77550059766953, + -12.209471965390097, + -76.76585246136207, + -12.199093595953594 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.77499137373707, + -12.207332629793287 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.76636181117934, + -12.201232955317105 + ], + [ + -76.77118579210703, + -12.199093595953594 + ] + ] + ], + "type": "Polygon" + }, + "id": "2524", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0208354085721, + -12.15517262155512, + -77.0111824306617, + -12.144787258927527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.0208354085721, + -12.147834518214799 + ], + [ + -77.02032969896408, + -12.15302725211492 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.01168826709171, + -12.146932649419114 + ], + [ + -77.01651467011001, + -12.144787258927527 + ] + ] + ], + "type": "Polygon" + }, + "id": "2525", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99709593190684, + -11.877561280097584, + -76.98745184210634, + -11.867172341236039 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99277953596042, + -11.867172341236039 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -76.99176819273032, + -11.877561280097584 + ], + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.99277953596042, + -11.867172341236039 + ] + ] + ], + "type": "Polygon" + }, + "id": "2526", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80290044305765, + -12.306516478298336, + -76.79324866925309, + -12.296139021678234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.80239144817827, + -12.304377806415557 + ], + [ + -76.79756547412828, + -12.306516478298336 + ], + [ + -76.79324866925309, + -12.303466391931623 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.79858358996705, + -12.296139021678234 + ] + ] + ], + "type": "Polygon" + }, + "id": "2527", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87985652427346, + -12.039021619352042, + -76.8702106829263, + -12.028637948039682 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.87985652427346, + -12.03168594465527 + ], + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.8702106829263, + -12.035973537290586 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.87554114344881, + -12.028637948039682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2528", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80145078060715, + -11.944764592567378, + -76.79180983999065, + -11.934381488008178 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7971387949511, + -11.934381488008178 + ], + [ + -76.80145078060715, + -11.937429700095176 + ], + [ + -76.8009423347871, + -11.94262130662824 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.79231841159363, + -11.93652479608205 + ], + [ + -76.7971387949511, + -11.934381488008178 + ] + ] + ], + "type": "Polygon" + }, + "id": "2529", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84252566017912, + -12.279024635283584, + -76.83287364666376, + -12.26864571881965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83820809133876, + -12.26864571881965 + ], + [ + -76.84252566017912, + -12.271695223308024 + ], + [ + -76.84201726154947, + -12.276884735222488 + ], + [ + -76.83719116786196, + -12.279024635283584 + ], + [ + -76.83287364666376, + -12.27597504688099 + ], + [ + -76.83338217150141, + -12.270785642341346 + ], + [ + -76.83820809133876, + -12.26864571881965 + ] + ] + ], + "type": "Polygon" + }, + "id": "2530", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0253861106535, + -12.108437004404042, + -77.01573441093748, + -12.09805079585253 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02106587444743, + -12.09805079585253 + ], + [ + -77.0253861106535, + -12.101097793101392 + ], + [ + -77.02488053791635, + -12.106290949973285 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.01624011047801, + -12.100196871047126 + ], + [ + -77.02106587444743, + -12.09805079585253 + ] + ] + ], + "type": "Polygon" + }, + "id": "2531", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05282643550423, + -12.111139040678285, + -77.04317395458872, + -12.100752202043566 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.05282643550423, + -12.103798955883342 + ], + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.04317395458872, + -12.108092202518687 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.04850542831755, + -12.100752202043566 + ] + ] + ], + "type": "Polygon" + }, + "id": "2532", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70615708806082, + -12.304712428352607, + -76.69650799663762, + -12.294337401146807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70184292009395, + -12.294337401146807 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.70082211501135, + -12.304712428352607 + ], + [ + -76.69650799663762, + -12.301661451437212 + ], + [ + -76.69701846201406, + -12.296473992422191 + ], + [ + -76.70184292009395, + -12.294337401146807 + ] + ] + ], + "type": "Polygon" + }, + "id": "2533", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83416940416343, + -12.034496565661406, + -76.82452491191047, + -12.02411397040813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8298553279456, + -12.02411397040813 + ], + [ + -76.83416940416343, + -12.02716235781513 + ], + [ + -76.83366127340686, + -12.03235370939618 + ], + [ + -76.8288389404392, + -12.034496565661406 + ], + [ + -76.82452491191047, + -12.031448092612989 + ], + [ + -76.82503316865082, + -12.026256848950563 + ], + [ + -76.8298553279456, + -12.02411397040813 + ] + ] + ], + "type": "Polygon" + }, + "id": "2534", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12363661303777, + -12.000107369338487, + -77.11398565628419, + -11.98971711847784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.11830702458228, + -12.000107369338487 + ], + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11931520119006, + -11.98971711847784 + ] + ] + ], + "type": "Polygon" + }, + "id": "2535", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8097957316582, + -12.094973808722736, + -76.80015008830567, + -12.084592753757244 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80548151461645, + -12.084592753757244 + ], + [ + -76.8097957316582, + -12.087641668801487 + ], + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80015008830567, + -12.091924808369752 + ], + [ + -76.80065877992911, + -12.086734334962934 + ], + [ + -76.80548151461645, + -12.084592753757244 + ] + ] + ], + "type": "Polygon" + }, + "id": "2536", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82349545645432, + -12.143502636734567, + -76.81384799784915, + -12.133121997082878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.82349545645432, + -12.13617102885011 + ], + [ + -76.82298700546897, + -12.141361402606936 + ], + [ + -76.81816318921196, + -12.143502636734567 + ], + [ + -76.81384799784915, + -12.140453520044531 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81918021721812, + -12.133121997082878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2537", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09461786684223, + -11.918595524965697, + -77.08497006887757, + -11.908204787330973 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.09461786684223, + -11.911250220507718 + ], + [ + -77.09411356152222, + -11.916445641614432 + ], + [ + -77.08928957709989, + -11.918595524965697 + ], + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.09029831467775, + -11.908204787330973 + ] + ] + ], + "type": "Polygon" + }, + "id": "2538", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1257915698647, + -11.835100889653022, + -77.1161454761648, + -11.824708221099758 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.12528783217923, + -11.832949333889479 + ], + [ + -77.1204647000944, + -11.835100889653022 + ], + [ + -77.1161454761648, + -11.832056077324378 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.12147230246066, + -11.824708221099758 + ] + ] + ], + "type": "Polygon" + }, + "id": "2539", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70931125349294, + -12.084975333870208, + -76.69966863514962, + -12.074596673139482 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70499993124628, + -12.074596673139482 + ], + [ + -76.70931125349294, + -12.077646443909943 + ], + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.70017870957113, + -12.076736201760758 + ], + [ + -76.70499993124628, + -12.074596673139482 + ] + ] + ], + "type": "Polygon" + }, + "id": "2540", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94081645971372, + -12.170858036118636, + -76.93116508341356, + -12.160474898665019 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9364976666689, + -12.160474898665019 + ], + [ + -76.94081645971372, + -12.163522979111862 + ], + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.93167206487634, + -12.16261835575719 + ], + [ + -76.9364976666689, + -12.160474898665019 + ] + ] + ], + "type": "Polygon" + }, + "id": "2541", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0077101994546, + -11.768468986551676, + -76.99806908480123, + -11.758078285660355 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00339497229258, + -11.758078285660355 + ], + [ + -77.0077101994546, + -11.76112372157899 + ], + [ + -77.00720490995799, + -11.76631912503131 + ], + [ + -77.00238426682263, + -11.768468986551676 + ], + [ + -76.99806908480123, + -11.765423463774587 + ], + [ + -76.99857450076519, + -11.760228166345442 + ], + [ + -77.00339497229258, + -11.758078285660355 + ] + ] + ], + "type": "Polygon" + }, + "id": "2542", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78318644113091, + -11.942953936474904, + -76.77354604659992, + -11.932571266482388 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7788749798792, + -11.932571266482388 + ], + [ + -76.78318644113091, + -11.935619630984991 + ], + [ + -76.7826777437823, + -11.940811020359686 + ], + [ + -76.77785745946422, + -11.942953936474904 + ], + [ + -76.77354604659992, + -11.939905485512327 + ], + [ + -76.77405486965681, + -11.93471420490426 + ], + [ + -76.7788749798792, + -11.932571266482388 + ] + ] + ], + "type": "Polygon" + }, + "id": "2543", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79154444446061, + -11.998819831171312, + -76.78190215946057, + -11.988437773521884 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78723200951285, + -11.988437773521884 + ], + [ + -76.79154444446061, + -11.99148635932617 + ], + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.78723200951285, + -11.988437773521884 + ] + ] + ], + "type": "Polygon" + }, + "id": "2544", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14415781260227, + -11.931311623337159, + -77.13450839393896, + -11.92091986944589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13983677451922, + -11.92091986944589 + ], + [ + -77.14415781260227, + -11.923964910722063 + ], + [ + -77.14365418330634, + -11.929160839609521 + ], + [ + -77.13882938878419, + -11.931311623337159 + ], + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.13501215036871, + -11.923070671836985 + ], + [ + -77.13983677451922, + -11.92091986944589 + ] + ] + ], + "type": "Polygon" + }, + "id": "2545", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10606499872007, + -11.943317988322512, + -77.09641617580816, + -11.932927329533861 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.10556081560036, + -11.941168162267692 + ], + [ + -77.10073631875052, + -11.943317988322512 + ], + [ + -77.09641617580816, + -11.940272451886518 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.10174481199236, + -11.932927329533861 + ] + ] + ], + "type": "Polygon" + }, + "id": "2546", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14630203339372, + -11.766284704737668, + -77.13665747649421, + -11.755890605752299 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14198313950614, + -11.755890605752299 + ], + [ + -77.14630203339372, + -11.758934790710255 + ], + [ + -77.14579869076101, + -11.764131892269043 + ], + [ + -77.14097632721865, + -11.766284704737668 + ], + [ + -77.13665747649421, + -11.76324043341556 + ], + [ + -77.13716094613967, + -11.758043435998903 + ], + [ + -77.14198313950614, + -11.755890605752299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2547", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82734956207187, + -11.774322566602898, + -76.81771300271413, + -11.763936419159522 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.82734956207187, + -11.766983471773964 + ], + [ + -76.82684174465128, + -11.77217659972024 + ], + [ + -76.82202337823593, + -11.774322566602898 + ], + [ + -76.81771300271413, + -11.771275426515622 + ], + [ + -76.81822094588884, + -11.766082407028293 + ], + [ + -76.82303913884068, + -11.763936419159522 + ] + ] + ], + "type": "Polygon" + }, + "id": "2548", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76786063475559, + -12.287303480198926, + -76.75821038077967, + -12.276926588320855 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.76735118166643, + -12.285165327115134 + ], + [ + -76.76252596736181, + -12.287303480198926 + ], + [ + -76.75821038077967, + -12.284253157399705 + ], + [ + -76.75871995978359, + -12.279064765648851 + ], + [ + -76.76354499946441, + -12.276926588320855 + ] + ] + ], + "type": "Polygon" + }, + "id": "2549", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03986388287308, + -12.101998447991884, + -77.03021200510881, + -12.091611784472136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03554334469659, + -12.091611784472136 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.03453249851073, + -12.101998447991884 + ], + [ + -77.03021200510881, + -12.098951531766836 + ], + [ + -77.03071749162493, + -12.09375825252047 + ], + [ + -77.03554334469659, + -12.091611784472136 + ] + ] + ], + "type": "Polygon" + }, + "id": "2550", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79079265105217, + -11.959433393634688, + -76.78115156025832, + -11.949050772398415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7902840337155, + -11.957290522148375 + ], + [ + -76.78546340129596, + -11.959433393634688 + ], + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.7864807617304, + -11.949050772398415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2551", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64526219633794, + -12.26718349661327, + -76.63561590799253, + -12.25680940396179 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.63992783742441, + -12.26718349661327 + ], + [ + -76.63561590799253, + -12.264132141809126 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.64095021645811, + -12.25680940396179 + ] + ] + ], + "type": "Polygon" + }, + "id": "2552", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12650940501767, + -11.780091379408407, + -77.11686493125283, + -11.769697943156887 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12219085195818, + -11.769697943156887 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.12118344086292, + -11.780091379408407 + ], + [ + -77.11686493125283, + -11.777046857665711 + ], + [ + -77.11736870026866, + -11.771850191739151 + ], + [ + -77.12219085195818, + -11.769697943156887 + ] + ] + ], + "type": "Polygon" + }, + "id": "2553", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75338530399935, + -12.2937171348675, + -76.7437352511945, + -12.283340718234006 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.75338530399935, + -12.286391121532061 + ], + [ + -76.75287563912444, + -12.291579384118938 + ], + [ + -76.74805052532787, + -12.2937171348675 + ], + [ + -76.7437352511945, + -12.290666647440316 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.74906998094876, + -12.283340718234006 + ] + ] + ], + "type": "Polygon" + }, + "id": "2554", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00463830853329, + -11.705227766797593, + -76.99499915475235, + -11.69483630536308 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00032400612132, + -11.69483630536308 + ], + [ + -77.00463830853329, + -11.697881423475149 + ], + [ + -77.004133074679, + -11.703077207273001 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99550451501246, + -11.696986883750656 + ], + [ + -77.00032400612132, + -11.69483630536308 + ] + ] + ], + "type": "Polygon" + }, + "id": "2555", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01987694516781, + -11.73819134215746, + -77.01023641929363, + -11.72779993984052 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.01937187321646, + -11.736040858139875 + ], + [ + -77.01455152454933, + -11.73819134215746 + ], + [ + -77.01023641929363, + -11.735146090942242 + ], + [ + -77.01074161773687, + -11.729950442743089 + ], + [ + -77.01556179495327, + -11.72779993984052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2556", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07481779677431, + -11.932388775448214, + -77.06517008802307, + -11.921998717794605 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0704985883879, + -11.921998717794605 + ], + [ + -77.07481779677431, + -11.925044401154505 + ], + [ + -77.074313192106, + -11.930239482393434 + ], + [ + -77.06948925218083, + -11.932388775448214 + ], + [ + -77.06517008802307, + -11.929343006611061 + ], + [ + -77.06567481955248, + -11.924148030206293 + ], + [ + -77.0704985883879, + -11.921998717794605 + ] + ] + ], + "type": "Polygon" + }, + "id": "2557", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81967469397878, + -12.229590417967712, + -76.81002476775188, + -12.219211260126942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81002476775188, + -12.226540849343111 + ], + [ + -76.8105335335674, + -12.221351324313146 + ], + [ + -76.81535840967001, + -12.219211260126942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2558", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99931341199758, + -11.712573796380301, + -76.98967417670744, + -11.702182561377462 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99499915475235, + -11.702182561377462 + ], + [ + -76.99931341199758, + -11.705227766797593 + ], + [ + -76.99880809217528, + -11.710423437409633 + ], + [ + -76.99398838870798, + -11.712573796380301 + ], + [ + -76.98967417670744, + -11.709528503683542 + ], + [ + -76.99017962292017, + -11.7043329393026 + ], + [ + -76.99499915475235, + -11.702182561377462 + ] + ] + ], + "type": "Polygon" + }, + "id": "2559", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98182118358315, + -11.75019552330152, + -76.97218128017009, + -11.739805214196464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.98131556034313, + -11.748045987783186 + ], + [ + -76.9764955227045, + -11.75019552330152 + ], + [ + -76.97218128017009, + -11.747149870385428 + ], + [ + -76.97268702976056, + -11.741954769040571 + ], + [ + -76.97750689554435, + -11.739805214196464 + ] + ] + ], + "type": "Polygon" + }, + "id": "2560", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88215062021254, + -12.25152152765057, + -76.87249837622252, + -12.24114116128003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87783233976172, + -12.24114116128003 + ], + [ + -76.88215062021254, + -12.244190167416125 + ], + [ + -76.8816428183112, + -12.24938040404092 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.87300630446893, + -12.243282307815218 + ], + [ + -76.87783233976172, + -12.24114116128003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2561", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04509159362469, + -11.90587309459198, + -77.03544543024839, + -11.895483381275465 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04077353317787, + -11.895483381275465 + ], + [ + -77.04509159362469, + -11.898529201808202 + ], + [ + -77.04458661342656, + -11.903724111103005 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03595053716927, + -11.897632384277767 + ], + [ + -77.04077353317787, + -11.895483381275465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2562", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.756475434824, + -12.168276785159708, + -76.74682904388204, + -12.157898234280443 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75216170183803, + -12.157898234280443 + ], + [ + -76.756475434824, + -12.16094800097688 + ], + [ + -76.75596601081428, + -12.166137330777675 + ], + [ + -76.7511427280328, + -12.168276785159708 + ], + [ + -76.74682904388204, + -12.165226933473672 + ], + [ + -76.74733859366803, + -12.16003771240498 + ], + [ + -76.75216170183803, + -12.157898234280443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2563", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.878337078944, + -12.14894545581545, + -76.86868799841501, + -12.138563526203534 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87402027230871, + -12.138563526203534 + ], + [ + -76.878337078944, + -12.141612080662552 + ], + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.86868799841501, + -12.145896816667843 + ], + [ + -76.86919581871099, + -12.14070590542753 + ], + [ + -76.87402027230871, + -12.138563526203534 + ] + ] + ], + "type": "Polygon" + }, + "id": "2564", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12443008035315, + -12.039517663671987, + -77.114777928462, + -12.029127984060972 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1201081211839, + -12.029127984060972 + ], + [ + -77.12443008035315, + -12.032173730934714 + ], + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.11528213057862, + -12.03127704443239 + ], + [ + -77.1201081211839, + -12.029127984060972 + ] + ] + ], + "type": "Polygon" + }, + "id": "2565", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66427009234125, + -12.30837500787664, + -76.65462204621276, + -12.298001116636096 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65995703486303, + -12.298001116636096 + ], + [ + -76.66427009234125, + -12.30105241306261 + ], + [ + -76.66375916442156, + -12.306239413539364 + ], + [ + -76.65893505350057, + -12.30837500787664 + ], + [ + -76.65462204621276, + -12.305323627108384 + ], + [ + -76.65513309964597, + -12.300136736354332 + ], + [ + -76.65995703486303, + -12.298001116636096 + ] + ] + ], + "type": "Polygon" + }, + "id": "2566", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87528626194765, + -11.991390150808773, + -76.86564196167504, + -11.981005879114145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097164069043, + -11.981005879114145 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.86995653584135, + -11.991390150808773 + ], + [ + -76.86564196167504, + -11.988342269822946 + ], + [ + -76.86614957715211, + -11.98315018769933 + ], + [ + -76.87097164069043, + -11.981005879114145 + ] + ] + ], + "type": "Polygon" + }, + "id": "2567", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0246048485087, + -12.069037586166512, + -77.01495434427693, + -12.058650788559007 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02409932639446, + -12.066891056387474 + ], + [ + -77.0192739883975, + -12.069037586166512 + ], + [ + -77.01495434427693, + -12.065990685063273 + ], + [ + -77.01545999316056, + -12.060797338904989 + ], + [ + -77.02028515940474, + -12.058650788559007 + ] + ] + ], + "type": "Polygon" + }, + "id": "2568", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74591650222621, + -11.89994390228007, + -76.73627839922963, + -11.889561555244875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74160663739252, + -11.889561555244875 + ], + [ + -76.74591650222621, + -11.892610015512581 + ], + [ + -76.7454073538769, + -11.897801243697574 + ], + [ + -76.74058821515908, + -11.89994390228007 + ], + [ + -76.73627839922963, + -11.896895355120149 + ], + [ + -76.73678767310427, + -11.891704236279686 + ], + [ + -76.74160663739252, + -11.889561555244875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2569", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91104485593085, + -11.766840984654783, + -76.90140630130954, + -11.75645264736785 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.90571885395597, + -11.766840984654783 + ], + [ + -76.90140630130954, + -11.763794617507145 + ], + [ + -76.90191306575177, + -11.758600502537446 + ], + [ + -76.90673225676763, + -11.75645264736785 + ] + ] + ], + "type": "Polygon" + }, + "id": "2570", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91337112531903, + -12.073789386659469, + -76.90372336396166, + -12.063405410260996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90905437110939, + -12.063405410260996 + ], + [ + -76.91337112531903, + -12.06645327486148 + ], + [ + -76.91286403873411, + -12.071645316445418 + ], + [ + -76.90804007159929, + -12.073789386659469 + ], + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.90905437110939, + -12.063405410260996 + ] + ] + ], + "type": "Polygon" + }, + "id": "2571", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74438901142655, + -11.915517095153886, + -76.73475048608917, + -11.905135010347776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74007898116517, + -11.905135010347776 + ], + [ + -76.74438901142655, + -11.90818356912167 + ], + [ + -76.7438798173243, + -11.913374666188956 + ], + [ + -76.7390604674199, + -11.915517095153886 + ], + [ + -76.73475048608917, + -11.912468449590586 + ], + [ + -76.73525980572269, + -11.9072774618615 + ], + [ + -76.74007898116517, + -11.905135010347776 + ] + ] + ], + "type": "Polygon" + }, + "id": "2572", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06852714833944, + -11.617051058511349, + -77.0588889855621, + -11.606656914644237 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.0680229464722, + -11.614898107264915 + ], + [ + -77.06320377966797, + -11.617051058511349 + ], + [ + -77.0588889855621, + -11.614006902859346 + ], + [ + -77.05939331401892, + -11.60880988365517 + ], + [ + -77.06421231000137, + -11.606656914644237 + ] + ] + ], + "type": "Polygon" + }, + "id": "2573", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07469702266435, + -11.74355561548804, + -77.06505494052037, + -11.733162946790415 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0703803350907, + -11.733162946790415 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.06937158391524, + -11.74355561548804 + ], + [ + -77.06505494052037, + -11.740510822314217 + ], + [ + -77.06555937945983, + -11.73531454054762 + ], + [ + -77.0703803350907, + -11.733162946790415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2574", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67874242247125, + -12.301967820718982, + -76.66909416766096, + -12.291593449630309 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6744290494864, + -12.291593449630309 + ], + [ + -76.67874242247125, + -12.294644582013857 + ], + [ + -76.67823170584796, + -12.299831822323162 + ], + [ + -76.67340749066328, + -12.301967820718982 + ], + [ + -76.66909416766096, + -12.298916604000064 + ], + [ + -76.66960500985125, + -12.293729473230442 + ], + [ + -76.6744290494864, + -12.291593449630309 + ] + ] + ], + "type": "Polygon" + }, + "id": "2575", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95822761496986, + -11.75574651582232, + -76.94858815792256, + -11.745356862062732 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9539138884883, + -11.745356862062732 + ], + [ + -76.95822761496986, + -11.748402666250568 + ], + [ + -76.95772165314204, + -11.753597546483656 + ], + [ + -76.95290183856216, + -11.75574651582232 + ], + [ + -76.94858815792256, + -11.752700624507186 + ], + [ + -76.94909424601151, + -11.74750585099052 + ], + [ + -76.9539138884883, + -11.745356862062732 + ] + ] + ], + "type": "Polygon" + }, + "id": "2576", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89281093792457, + -12.14251798896921, + -76.88316166691402, + -12.132135596028125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8884938238751, + -12.132135596028125 + ], + [ + -76.89281093792457, + -12.135183985859491 + ], + [ + -76.89230345618219, + -12.140375235793684 + ], + [ + -76.88747873407841, + -12.14251798896921 + ], + [ + -76.88316166691402, + -12.13946951445665 + ], + [ + -76.88366927495886, + -12.134278371459596 + ], + [ + -76.8884938238751, + -12.132135596028125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2577", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82198339952254, + -12.064736800273844, + -76.81233833131705, + -12.054354971976311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81766925268708, + -12.054354971976311 + ], + [ + -76.82198339952254, + -12.057403623669021 + ], + [ + -76.82147505130347, + -12.06259459182812 + ], + [ + -76.81665243028093, + -12.064736800273844 + ], + [ + -76.81233833131705, + -12.061688063106024 + ], + [ + -76.81284680549464, + -12.056497202977384 + ], + [ + -76.81766925268708, + -12.054354971976311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2578", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77855562056806, + -12.178336275479674, + -76.76890833116397, + -12.167957325813315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.77322275635491, + -12.178336275479674 + ], + [ + -76.76890833116397, + -12.175286575987258 + ], + [ + -76.7694175893448, + -12.17009715536725 + ], + [ + -76.77424114685324, + -12.167957325813315 + ] + ] + ], + "type": "Polygon" + }, + "id": "2579", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83721786863538, + -12.003348233689533, + -76.82757422369971, + -11.99296509359813 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.83670982932364, + -12.001204917343182 + ], + [ + -76.83188792004697, + -12.003348233689533 + ], + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.8329041246516, + -11.99296509359813 + ] + ] + ], + "type": "Polygon" + }, + "id": "2580", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71918724826193, + -12.12526018407223, + -76.70954315756991, + -12.11488189987095 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7148751161511, + -12.11488189987095 + ], + [ + -76.71918724826193, + -12.117931788634255 + ], + [ + -76.71867737315155, + -12.123120985385466 + ], + [ + -76.71385524032803, + -12.12526018407223 + ], + [ + -76.70954315756991, + -12.122210209887974 + ], + [ + -76.71005315827308, + -12.117021122447646 + ], + [ + -76.7148751161511, + -12.11488189987095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2581", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7000320019245, + -12.366958338332049, + -76.69038121857774, + -12.356584529762978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69571717156612, + -12.356584529762978 + ], + [ + -76.7000320019245, + -12.359635772911219 + ], + [ + -76.6995214786163, + -12.364822731758851 + ], + [ + -76.69469599923663, + -12.366958338332049 + ], + [ + -76.69038121857774, + -12.363907011375117 + ], + [ + -76.69089186758949, + -12.358720161663447 + ], + [ + -76.69571717156612, + -12.356584529762978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2582", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86081583960599, + -12.186514981531358, + -76.85116610206688, + -12.176134090485021 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.86030784183497, + -12.184373487091857 + ], + [ + -76.85548288627913, + -12.186514981531358 + ], + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.85649900803959, + -12.176134090485021 + ] + ] + ], + "type": "Polygon" + }, + "id": "2583", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73976841292115, + -12.056566856187368, + -76.73012580925446, + -12.046186982557497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.73925893241967, + -12.054426324377282 + ], + [ + -76.7344375432509, + -12.056566856187368 + ], + [ + -76.73012580925446, + -12.05351741992955 + ], + [ + -76.73063541537817, + -12.048327537696743 + ], + [ + -76.73545662988562, + -12.046186982557497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2584", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96819333120271, + -11.98483377712092, + -76.95854679195745, + -11.974447100468128 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96387628249312, + -11.974447100468128 + ], + [ + -76.96819333120271, + -11.977494020339872 + ], + [ + -76.96768715065176, + -11.982687411756814 + ], + [ + -76.96286379490223, + -11.98483377712092 + ], + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.96387628249312, + -11.974447100468128 + ] + ] + ], + "type": "Polygon" + }, + "id": "2585", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1122566902025, + -12.069788009656753, + -77.10260394061443, + -12.059399085287875 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10793465029742, + -12.059399085287875 + ], + [ + -77.1122566902025, + -12.062445088841091 + ], + [ + -77.11175239701106, + -12.067639603065828 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.10310836092265, + -12.061547511580265 + ], + [ + -77.10793465029742, + -12.059399085287875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2586", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6536623597017, + -12.228737025467884, + -76.64401698619012, + -12.21836208159851 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64935065980842, + -12.21836208159851 + ], + [ + -76.6536623597017, + -12.221413084920405 + ], + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.64401698619012, + -12.22568593721308 + ], + [ + -76.6445280609105, + -12.220498520287574 + ], + [ + -76.64935065980842, + -12.21836208159851 + ] + ] + ], + "type": "Polygon" + }, + "id": "2587", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78153466950663, + -12.430115892154502, + -76.77187977681302, + -12.419741108261883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77721674971104, + -12.419741108261883 + ], + [ + -76.78153466950663, + -12.422791873520652 + ], + [ + -76.78102518172216, + -12.427979319424619 + ], + [ + -76.77619764805142, + -12.430115892154502 + ], + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.77721674971104, + -12.419741108261883 + ] + ] + ], + "type": "Polygon" + }, + "id": "2588", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04895775800723, + -12.008511852803842, + -77.0393084368514, + -11.998123543722096 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04463822467225, + -11.998123543722096 + ], + [ + -77.04895775800723, + -12.00116984127439 + ], + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.0393084368514, + -12.005465470206941 + ], + [ + -77.0398136498083, + -12.000271368198543 + ], + [ + -77.04463822467225, + -11.998123543722096 + ] + ] + ], + "type": "Polygon" + }, + "id": "2589", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79833919135189, + -12.25890571844298, + -76.78868896258706, + -12.24852758175397 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7940230993258, + -12.24852758175397 + ], + [ + -76.79833919135189, + -12.251577403203775 + ], + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.78868896258706, + -12.255855812781892 + ], + [ + -76.78919807207927, + -12.250666798445577 + ], + [ + -76.7940230993258, + -12.24852758175397 + ] + ] + ], + "type": "Polygon" + }, + "id": "2590", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81591243749412, + -11.938334342924167, + -76.80627130017578, + -11.927950780577836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81160014201583, + -11.927950780577836 + ], + [ + -76.81591243749412, + -11.93099882991339 + ], + [ + -76.81540420327563, + -11.936190665247844 + ], + [ + -76.81058354773354, + -11.938334342924167 + ], + [ + -76.80627130017578, + -11.935286207213867 + ], + [ + -76.8067796602301, + -11.930094480211764 + ], + [ + -76.81160014201583, + -11.927950780577836 + ] + ] + ], + "type": "Polygon" + }, + "id": "2591", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03208993328009, + -11.802327982527837, + -77.02244718573922, + -11.791937142382043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02777360131971, + -11.791937142382043 + ], + [ + -77.03208993328009, + -11.794982542176529 + ], + [ + -77.03158493236862, + -11.800178015061976 + ], + [ + -77.02676347289709, + -11.802327982527837 + ], + [ + -77.02244718573922, + -11.799282496198739 + ], + [ + -77.02295231324102, + -11.794087128948268 + ], + [ + -77.02777360131971, + -11.791937142382043 + ] + ] + ], + "type": "Polygon" + }, + "id": "2592", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06023394304408, + -11.750009577179698, + -77.0505920356229, + -11.73961734604812 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05591755550145, + -11.73961734604812 + ], + [ + -77.06023394304408, + -11.742662215841872 + ], + [ + -77.05972941801775, + -11.747858384072922 + ], + [ + -77.05490837877872, + -11.750009577179698 + ], + [ + -77.0505920356229, + -11.746964620592063 + ], + [ + -77.05109668730994, + -11.74176855770142 + ], + [ + -77.05591755550145, + -11.73961734604812 + ] + ] + ], + "type": "Polygon" + }, + "id": "2593", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78166030334661, + -11.958527608881342, + -76.77201948593907, + -11.94814520504059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77734867638615, + -11.94814520504059 + ], + [ + -76.78166030334661, + -11.951193666201778 + ], + [ + -76.78115156025832, + -11.95638492249739 + ], + [ + -76.7763310644858, + -11.958527608881342 + ], + [ + -76.77201948593907, + -11.955479061362935 + ], + [ + -76.77252835474165, + -11.950287913827557 + ], + [ + -76.77734867638615, + -11.94814520504059 + ] + ] + ], + "type": "Polygon" + }, + "id": "2594", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70161196201983, + -12.2571096130646, + -76.69196441736997, + -12.246733906550471 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69729855539758, + -12.246733906550471 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.69627777434903, + -12.2571096130646 + ], + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.69729855539758, + -12.246733906550471 + ] + ] + ], + "type": "Polygon" + }, + "id": "2595", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03961301035282, + -11.62996611405633, + -77.02997519900748, + -11.619572835584753 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.03910838335909, + -11.627813920730711 + ], + [ + -77.03428939211517, + -11.62996611405633 + ], + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.03529877259744, + -11.619572835584753 + ] + ] + ], + "type": "Polygon" + }, + "id": "2596", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08474950688489, + -11.972695602175502, + -77.07510034554939, + -11.962305889934541 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.08474950688489, + -11.965351682043874 + ], + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.08042949576729, + -11.962305889934541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2597", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00926724726547, + -11.847291125036968, + -76.99962374584764, + -11.83690146312503 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00495092794894, + -11.83690146312503 + ], + [ + -77.00926724726547, + -11.839947304408245 + ], + [ + -77.0087618565751, + -11.845142188293716 + ], + [ + -77.00394002002373, + -11.847291125036968 + ], + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -77.00495092794894, + -11.83690146312503 + ] + ] + ], + "type": "Polygon" + }, + "id": "2598", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76716981196826, + -12.059292546717401, + -76.75752638250923, + -12.048912019283762 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76285723919598, + -12.048912019283762 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.75803561165401, + -12.051053133151838 + ], + [ + -76.76285723919598, + -12.048912019283762 + ] + ] + ], + "type": "Polygon" + }, + "id": "2599", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94462861091085, + -12.17909770116829, + -76.9349768891922, + -12.168714600952889 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94030960476705, + -12.168714600952889 + ], + [ + -76.94462861091085, + -12.171762684744904 + ], + [ + -76.9441217963908, + -12.176954287933816 + ], + [ + -76.93929584917973, + -12.17909770116829 + ], + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.94030960476705, + -12.168714600952889 + ] + ] + ], + "type": "Polygon" + }, + "id": "2600", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77933218328295, + -12.123390217760877, + -76.76968651268719, + -12.113010376013925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.77400022586724, + -12.123390217760877 + ], + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.77501842160657, + -12.113010376013925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2601", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67743235132811, + -11.940307416789029, + -76.66779492281462, + -11.92992739774878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67312383841268, + -11.92992739774878 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.66779492281462, + -11.937258048312156 + ], + [ + -76.66830521173635, + -11.93206809389619 + ], + [ + -76.67312383841268, + -11.92992739774878 + ] + ] + ], + "type": "Polygon" + }, + "id": "2602", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68191483217358, + -12.082242926948247, + -76.67227304881062, + -12.071864924430459 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67760430361913, + -12.071864924430459 + ], + [ + -76.68191483217358, + -12.074914926208635 + ], + [ + -76.68140450682118, + -12.08010398240723 + ], + [ + -76.67658352749564, + -12.082242926948247 + ], + [ + -76.67227304881062, + -12.079192839317905 + ], + [ + -76.67278349957219, + -12.074003893008433 + ], + [ + -76.67760430361913, + -12.071864924430459 + ] + ] + ], + "type": "Polygon" + }, + "id": "2603", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95601502865357, + -12.015091268003694, + -76.94636790359904, + -12.004705342843383 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.95601502865357, + -12.007752525633697 + ], + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.94636790359904, + -12.0120439998765 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.95169790468015, + -12.004705342843383 + ] + ] + ], + "type": "Polygon" + }, + "id": "2604", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07844816190091, + -11.65736550227012, + -77.06880854904558, + -11.646971624294927 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07413252228173, + -11.646971624294927 + ], + [ + -77.07844816190091, + -11.65001582915465 + ], + [ + -77.0779440363763, + -11.655212820760852 + ], + [ + -77.07312414456297, + -11.65736550227012 + ], + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.07413252228173, + -11.646971624294927 + ] + ] + ], + "type": "Polygon" + }, + "id": "2605", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13278380059317, + -12.001003431934528, + -77.12313258829204, + -11.990612973088822 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.13278380059317, + -11.993658458368763 + ], + [ + -77.13227990299116, + -11.99885373975145 + ], + [ + -77.12745421155451, + -12.001003431934528 + ], + [ + -77.12313258829204, + -11.997957861864831 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.12846213391161, + -11.990612973088822 + ] + ] + ], + "type": "Polygon" + }, + "id": "2606", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96974154623786, + -12.063630252344392, + -76.96009261718011, + -12.053244722626875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9654234042806, + -12.053244722626875 + ], + [ + -76.96974154623786, + -12.056292019585516 + ], + [ + -76.96923526406209, + -12.06148483745625 + ], + [ + -76.96441071337233, + -12.063630252344392 + ], + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.9654234042806, + -12.053244722626875 + ] + ] + ], + "type": "Polygon" + }, + "id": "2607", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00320155665705, + -11.909625508393267, + -76.9935563544014, + -11.899236875100273 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99888456913847, + -11.899236875100273 + ], + [ + -77.00320155665705, + -11.902283094576111 + ], + [ + -77.0026959837102, + -11.907477464140252 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.99888456913847, + -11.899236875100273 + ] + ] + ], + "type": "Polygon" + }, + "id": "2608", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74282497536657, + -12.025426683170696, + -76.73318321698999, + -12.015046258786509 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73851352341003, + -12.015046258786509 + ], + [ + -76.74282497536657, + -12.018095419321138 + ], + [ + -76.74231558645164, + -12.023285686092299 + ], + [ + -76.73749461996034, + -12.025426683170696 + ], + [ + -76.73318321698999, + -12.022377436605137 + ], + [ + -76.73369273151522, + -12.017187279001856 + ], + [ + -76.73851352341003, + -12.015046258786509 + ] + ] + ], + "type": "Polygon" + }, + "id": "2609", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85777342266982, + -12.028972584348631, + -76.84812846635171, + -12.018589313478445 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.85777342266982, + -12.02163745931192 + ], + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.84812846635171, + -12.025924352920129 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.85345877665523, + -12.018589313478445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2610", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77247281776803, + -12.14628942077186, + -76.7628266493577, + -12.135910114032212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76815893874515, + -12.135910114032212 + ], + [ + -76.77247281776803, + -12.138959625568104 + ], + [ + -76.77196365120182, + -12.144149333210699 + ], + [ + -76.76714047977974, + -12.14628942077186 + ], + [ + -76.7628266493577, + -12.143239824150506 + ], + [ + -76.76333594174737, + -12.13805022506323 + ], + [ + -76.76815893874515, + -12.135910114032212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2611", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82122765080733, + -12.025351076487961, + -76.81158377736259, + -12.014968668492562 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.82122765080733, + -12.018017125675863 + ], + [ + -76.82071935395685, + -12.023208383723386 + ], + [ + -76.81589733033199, + -12.025351076487961 + ], + [ + -76.81158377736259, + -12.022302533553338 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.81691404996725, + -12.014968668492562 + ] + ] + ], + "type": "Polygon" + }, + "id": "2612", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94156593498658, + -12.115892578880805, + -76.93191617959626, + -12.105508554440995 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.94105917667805, + -12.113748430679404 + ], + [ + -76.93623421264917, + -12.115892578880805 + ], + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.93724785575174, + -12.105508554440995 + ] + ] + ], + "type": "Polygon" + }, + "id": "2613", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99565369454534, + -12.081914017958928, + -76.9860035501361, + -12.071528129684555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.99565369454534, + -12.074575276268217 + ], + [ + -76.99514774660766, + -12.079768273226012 + ], + [ + -76.99032258836586, + -12.081914017958928 + ], + [ + -76.9860035501361, + -12.078866786645234 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.99133461091523, + -12.071528129684555 + ] + ] + ], + "type": "Polygon" + }, + "id": "2614", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98121164681059, + -12.182714784585603, + -76.971558867045, + -12.172330836996954 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97689160545603, + -12.172330836996954 + ], + [ + -76.98121164681059, + -12.175378595794076 + ], + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.971558867045, + -12.179666941704594 + ], + [ + -76.9720653017291, + -12.174475020750693 + ], + [ + -76.97689160545603, + -12.172330836996954 + ] + ] + ], + "type": "Polygon" + }, + "id": "2615", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07711887471226, + -11.956214231460258, + -77.06747039761865, + -11.945824463603369 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07279928703511, + -11.945824463603369 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.06747039761865, + -11.953168365237303 + ], + [ + -77.06797513402921, + -11.947973533694965 + ], + [ + -77.07279928703511, + -11.945824463603369 + ] + ] + ], + "type": "Polygon" + }, + "id": "2616", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91637073265534, + -11.759498927293548, + -76.90673225676763, + -11.749110359417246 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.90673225676763, + -11.75645264736785 + ], + [ + -76.90723893537296, + -11.751258417073567 + ], + [ + -76.91205808705324, + -11.749110359417246 + ] + ] + ], + "type": "Polygon" + }, + "id": "2617", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74349847664658, + -12.253436277317007, + -76.73384989602157, + -12.243059441200389 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73918396371717, + -12.243059441200389 + ], + [ + -76.74349847664658, + -12.24610974346088 + ], + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.73384989602157, + -12.250385890612547 + ], + [ + -76.73435976081797, + -12.245197526936796 + ], + [ + -76.73918396371717, + -12.243059441200389 + ] + ] + ], + "type": "Polygon" + }, + "id": "2618", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07796777753981, + -12.090017071802565, + -77.06831528879454, + -12.079629291975941 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.07263664125811, + -12.090017071802565 + ], + [ + -77.06831528879454, + -12.086970567978922 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.07364638084945, + -12.079629291975941 + ] + ] + ], + "type": "Polygon" + }, + "id": "2619", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04655427611124, + -11.795877695836008, + -77.03691135142249, + -11.785486414539408 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04223764299552, + -11.785486414539408 + ], + [ + -77.04655427611124, + -11.78853165079767 + ], + [ + -77.04604948791129, + -11.793727344165687 + ], + [ + -77.04122793994374, + -11.795877695836008 + ], + [ + -77.03691135142249, + -11.792832373051422 + ], + [ + -77.03741626626496, + -11.787636785132722 + ], + [ + -77.04223764299552, + -11.785486414539408 + ] + ] + ], + "type": "Polygon" + }, + "id": "2620", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87529289996469, + -12.274422346612695, + -76.86564015332607, + -12.264042531254415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097449995463, + -12.264042531254415 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.86614821338505, + -12.2661832321243 + ], + [ + -76.87097449995463, + -12.264042531254415 + ] + ] + ], + "type": "Polygon" + }, + "id": "2621", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89737758792424, + -12.095795736383323, + -76.88772959069193, + -12.085412498073861 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89306097366503, + -12.085412498073861 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.89204615814474, + -12.095795736383323 + ], + [ + -76.88772959069193, + -12.092747531637187 + ], + [ + -76.88823706158946, + -12.087555965965969 + ], + [ + -76.89306097366503, + -12.085412498073861 + ] + ] + ], + "type": "Polygon" + }, + "id": "2622", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13111831057034, + -11.827752947464843, + -77.12147230246066, + -11.81736004889133 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.13061465912298, + -11.825601190666328 + ], + [ + -77.1257915698647, + -11.827752947464843 + ], + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.12679899976992, + -11.81736004889133 + ] + ] + ], + "type": "Polygon" + }, + "id": "2623", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72067389434669, + -12.204003561583786, + -76.71102741283275, + -12.193626497469104 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.71636067042614, + -12.193626497469104 + ] + ] + ], + "type": "Polygon" + }, + "id": "2624", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09080266070926, + -11.910354689770672, + -77.0811552045166, + -11.899963926766429 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.09029831467775, + -11.908204787330973 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.08165967745511, + -11.902113848289353 + ], + [ + -77.08648332010542, + -11.899963926766429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2625", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02005460216034, + -12.11577588601701, + -77.01040282007175, + -12.105389922716842 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01573441093748, + -12.105389922716842 + ], + [ + -77.02005460216034, + -12.108437004404042 + ], + [ + -77.01954894320693, + -12.113630038680023 + ], + [ + -77.01472296623325, + -12.11577588601701 + ], + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.01573441093748, + -12.105389922716842 + ] + ] + ], + "type": "Polygon" + }, + "id": "2626", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00471818435179, + -11.894042493476519, + -76.99507340734154, + -11.883653600704784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00040136389352, + -11.883653600704784 + ], + [ + -77.00471818435179, + -11.886699726226835 + ], + [ + -77.00421265697723, + -11.891894225533342 + ], + [ + -76.99939018258144, + -11.894042493476519 + ], + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -77.00040136389352, + -11.883653600704784 + ] + ] + ], + "type": "Polygon" + }, + "id": "2627", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7922303815193, + -12.321170358845187, + -76.78257845710934, + -12.31079341979004 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.7922303815193, + -12.313843589989396 + ], + [ + -76.79172121473422, + -12.319032113500844 + ], + [ + -76.78689516531898, + -12.321170358845187 + ], + [ + -76.78257845710934, + -12.318120104845093 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.78791362493777, + -12.31079341979004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2628", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71529611770693, + -12.305626758777546, + -76.70564674836419, + -12.29525151336437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7109816851466, + -12.29525151336437 + ], + [ + -76.71529611770693, + -12.29830232593731 + ], + [ + -76.71478590372767, + -12.303490003159709 + ], + [ + -76.7099611314612, + -12.305626758777546 + ], + [ + -76.70564674836419, + -12.302575862023534 + ], + [ + -76.70615708806082, + -12.297388293842522 + ], + [ + -76.7109816851466, + -12.29525151336437 + ] + ] + ], + "type": "Polygon" + }, + "id": "2629", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13119516399426, + -11.922176169324402, + -77.12154634113276, + -11.911784596993519 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12687459163392, + -11.911784596993519 + ], + [ + -77.13119516399426, + -11.91482971251063 + ], + [ + -77.13069136675598, + -11.92002555071378 + ], + [ + -77.12586687007247, + -11.922176169324402 + ], + [ + -77.12154634113276, + -11.919130968466247 + ], + [ + -77.1220502654466, + -11.91393523434845 + ], + [ + -77.12687459163392, + -11.911784596993519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2630", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11441781250561, + -11.904799575567925, + -77.10476992763311, + -11.894408160460682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1100979175991, + -11.894408160460682 + ], + [ + -77.11441781250561, + -11.897453343375958 + ], + [ + -77.11391380665061, + -11.902649103096072 + ], + [ + -77.10908977888397, + -11.904799575567925 + ], + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.1100979175991, + -11.894408160460682 + ] + ] + ], + "type": "Polygon" + }, + "id": "2631", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91720989427992, + -12.270722908724403, + -76.90755615343708, + -12.260341984983807 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91289040570933, + -12.260341984983807 + ], + [ + -76.91720989427992, + -12.263390750702465 + ], + [ + -76.91670255239688, + -12.268581265758495 + ], + [ + -76.91187559543366, + -12.270722908724403 + ], + [ + -76.90755615343708, + -12.267674059301243 + ], + [ + -76.90806362182026, + -12.262483650626544 + ], + [ + -76.91289040570933, + -12.260341984983807 + ] + ] + ], + "type": "Polygon" + }, + "id": "2632", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79077021676834, + -12.053776355819462, + -76.78112631404049, + -12.043395146961604 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.7902614507399, + -12.05163468333046 + ], + [ + -76.78543941230247, + -12.053776355819462 + ], + [ + -76.78112631404049, + -12.050727392447344 + ], + [ + -76.7816352058938, + -12.045536842258883 + ], + [ + -76.7864570701937, + -12.043395146961604 + ] + ] + ], + "type": "Polygon" + }, + "id": "2633", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99631875879625, + -11.838153274049422, + -76.98667586272519, + -11.827763803201297 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99200290904106, + -11.827763803201297 + ], + [ + -76.99631875879625, + -11.830809712450646 + ], + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.99200290904106, + -11.827763803201297 + ] + ] + ], + "type": "Polygon" + }, + "id": "2634", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96747771397919, + -12.134179419094641, + -76.95782673872998, + -12.123795039732535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.96697128966088, + -12.13203494079288 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.95833328964184, + -12.125939539506163 + ], + [ + -76.96315869106571, + -12.123795039732535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2635", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8829012060922, + -12.007870059072909, + -76.87325621311865, + -11.997485842792795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.88239379719744, + -12.005725815437172 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.87376374817123, + -11.999630108083457 + ], + [ + -76.87858615809022, + -11.997485842792795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2636", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82881625232476, + -12.230499865423669, + -76.81916605424107, + -12.22012049216578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.82881625232476, + -12.223169896075838 + ], + [ + -76.8283077387022, + -12.228359636522914 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.82449970605613, + -12.22012049216578 + ] + ] + ], + "type": "Polygon" + }, + "id": "2637", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83186701357839, + -12.199361160795101, + -76.82221766371865, + -12.18898120405359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.82221766371865, + -12.196311849570971 + ], + [ + -76.82272621188112, + -12.191121925035182 + ], + [ + -76.82755079987889, + -12.18898120405359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2638", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07929683527432, + -11.791214690233554, + -77.06965321814329, + -11.780822548171095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07497938995108, + -11.780822548171095 + ], + [ + -77.07929683527432, + -11.78386746640849 + ], + [ + -77.07879251335773, + -11.789063589940808 + ], + [ + -77.07397061934034, + -11.791214690233554 + ], + [ + -77.06965321814329, + -11.788169685557698 + ], + [ + -77.0701576668281, + -11.782973667037458 + ], + [ + -77.07497938995108, + -11.780822548171095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2639", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03130857280996, + -11.762914056387839, + -77.02166701850607, + -11.752522703199372 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.02598275956447, + -11.762914056387839 + ], + [ + -77.02166701850607, + -11.759868773163932 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.0269927869488, + -11.752522703199372 + ] + ] + ], + "type": "Polygon" + }, + "id": "2640", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69015180307113, + -12.326682763878594, + -76.680502495232, + -12.316308518519815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.681013217924, + -12.318444466493036 + ], + [ + -76.68583778411832, + -12.316308518519815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2641", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89126095132787, + -11.780624849266962, + -76.88162250710167, + -11.77023718953167 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.89075401522645, + -11.778477602700848 + ], + [ + -76.88593470670045, + -11.780624849266962 + ], + [ + -76.88162250710167, + -11.777578232553777 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.8869487049268, + -11.77023718953167 + ] + ] + ], + "type": "Polygon" + }, + "id": "2642", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86691062349054, + -12.124226767146027, + -76.8572625832918, + -12.113844733660192 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86259445766846, + -12.113844733660192 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.86157870186486, + -12.124226767146027 + ], + [ + -76.8572625832918, + -12.121178143231779 + ], + [ + -76.85777052428122, + -12.115987180153407 + ], + [ + -76.86259445766846, + -12.113844733660192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2643", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06191729502154, + -12.017650850431865, + -77.05226737172774, + -12.007262361479247 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05759729322253, + -12.007262361479247 + ], + [ + -77.06191729502154, + -12.010308583989762 + ], + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.05759729322253, + -12.007262361479247 + ] + ] + ], + "type": "Polygon" + }, + "id": "2644", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98943919023921, + -11.766677040821099, + -76.9797985995285, + -11.756286764524805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98512447777946, + -11.756286764524805 + ], + [ + -76.98943919023921, + -11.759332352690283 + ], + [ + -76.98893364784483, + -11.764527543970662 + ], + [ + -76.98411326658778, + -11.766677040821099 + ], + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.98512447777946, + -11.756286764524805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2645", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.130247959402, + -11.69389532766403, + -77.12060595729218, + -11.683500663934804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12593045574236, + -11.683500663934804 + ], + [ + -77.130247959402, + -11.686544609011673 + ], + [ + -77.12974450377133, + -11.69174199311196 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.12110953981572, + -11.68565401604365 + ], + [ + -77.12593045574236, + -11.683500663934804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2646", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81968870833727, + -12.135263254159465, + -76.81004159756091, + -12.124882580218838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.81968870833727, + -12.127931606148628 + ], + [ + -76.81918021721812, + -12.133121997082878 + ], + [ + -76.81435657486047, + -12.135263254159465 + ], + [ + -76.81004159756091, + -12.13221414323606 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.81537368311254, + -12.124882580218838 + ] + ] + ], + "type": "Polygon" + }, + "id": "2647", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00697256158621, + -11.823465831933872, + -76.99732982863519, + -11.813075896591227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00265662142002, + -11.813075896591227 + ], + [ + -77.00697256158621, + -11.816121632912113 + ], + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -77.00265662142002, + -11.813075896591227 + ] + ] + ], + "type": "Polygon" + }, + "id": "2648", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10750749440943, + -11.833313749730586, + -77.09786191249252, + -11.822921498904496 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10318873666509, + -11.822921498904496 + ], + [ + -77.10750749440943, + -11.825966381879182 + ], + [ + -77.10700350278876, + -11.83116255956609 + ], + [ + -77.10218062650186, + -11.833313749730586 + ], + [ + -77.09786191249252, + -11.830268780712654 + ], + [ + -77.0983660310257, + -11.82507270758339 + ], + [ + -77.10318873666509, + -11.822921498904496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2649", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12817215310874, + -11.953349839815935, + -77.11852247676327, + -11.942958791424445 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.12817215310874, + -11.946004088297343 + ], + [ + -77.12766826488384, + -11.951199664524877 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.12385124497351, + -11.942958791424445 + ] + ] + ], + "type": "Polygon" + }, + "id": "2650", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11880669266537, + -11.669171403196295, + -77.10916571242707, + -11.658776698125347 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11448982201193, + -11.658776698125347 + ], + [ + -77.11880669266537, + -11.661820611120923 + ], + [ + -77.1183031148538, + -11.667018015990484 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.10966941706714, + -11.66093010287132 + ], + [ + -77.11448982201193, + -11.658776698125347 + ] + ] + ], + "type": "Polygon" + }, + "id": "2651", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04587502049098, + -11.945281819451404, + -77.0362276628, + -11.934892654570909 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04155641339915, + -11.934892654570909 + ], + [ + -77.04587502049098, + -11.937938667104248 + ], + [ + -77.04536998979769, + -11.943133302142135 + ], + [ + -77.04054622524643, + -11.945281819451404 + ], + [ + -77.0362276628, + -11.942235721424252 + ], + [ + -77.03673282025002, + -11.93704119159154 + ], + [ + -77.04155641339915, + -11.934892654570909 + ] + ] + ], + "type": "Polygon" + }, + "id": "2652", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78541540931056, + -12.155438065375412, + -76.77576861808238, + -12.145058576190332 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78110105309086, + -12.145058576190332 + ], + [ + -76.78541540931056, + -12.148108015134563 + ], + [ + -76.78490640865252, + -12.1532978139045 + ], + [ + -76.78008292588275, + -12.155438065375412 + ], + [ + -76.77576861808238, + -12.152388541455363 + ], + [ + -76.77627774462297, + -12.147198851050005 + ], + [ + -76.78110105309086, + -12.145058576190332 + ] + ] + ], + "type": "Polygon" + }, + "id": "2653", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05585726898558, + -12.07997796710415, + -77.04620564070719, + -12.06959057217443 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05153659695456, + -12.06959057217443 + ], + [ + -77.05585726898558, + -12.072637150489777 + ], + [ + -77.05535216806301, + -12.077830900368845 + ], + [ + -77.05052626819823, + -12.07997796710415 + ], + [ + -77.04620564070719, + -12.076931304264257 + ], + [ + -77.04671086853156, + -12.071737659223524 + ], + [ + -77.05153659695456, + -12.06959057217443 + ] + ] + ], + "type": "Polygon" + }, + "id": "2654", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13723954836676, + -11.859824150089977, + -77.12759243218163, + -11.849431548483409 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13291964747589, + -11.849431548483409 + ], + [ + -77.13723954836676, + -11.852476296532783 + ], + [ + -77.13673593303619, + -11.857672649385373 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.13291964747589, + -11.849431548483409 + ] + ] + ], + "type": "Polygon" + }, + "id": "2655", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95140805102105, + -11.873068314480866, + -76.94176527831635, + -11.86268043858299 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.94608033797724, + -11.873068314480866 + ], + [ + -76.94176527831635, + -11.87002173287223 + ], + [ + -76.9422716451797, + -11.864827848233212 + ], + [ + -76.94709294538778, + -11.86268043858299 + ] + ] + ], + "type": "Polygon" + }, + "id": "2656", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78771739176544, + -12.0849188726965, + -76.77807264250916, + -12.074538219373327 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78340391344337, + -12.074538219373327 + ], + [ + -76.78771739176544, + -12.077587283695028 + ], + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.77807264250916, + -12.081869722917356 + ], + [ + -76.77858162591163, + -12.076679450489543 + ], + [ + -76.78340391344337, + -12.074538219373327 + ] + ] + ], + "type": "Polygon" + }, + "id": "2657", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13708238974347, + -11.670952219416202, + -77.1274408994247, + -11.660557096136646 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13276501044962, + -11.660557096136646 + ], + [ + -77.13708238974347, + -11.66360085665765 + ], + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.13175823544927, + -11.670952219416202 + ], + [ + -77.1274408994247, + -11.667908371837186 + ], + [ + -77.12794435037111, + -11.66271086241547 + ], + [ + -77.13276501044962, + -11.660557096136646 + ] + ] + ], + "type": "Polygon" + }, + "id": "2658", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03751529628965, + -11.98379037087774, + -77.02786700403321, + -11.973401974586853 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.0370100883011, + -11.98164250639567 + ], + [ + -77.03218585640361, + -11.98379037087774 + ], + [ + -77.02786700403321, + -11.980744004578208 + ], + [ + -77.02837233877555, + -11.975549859064076 + ], + [ + -77.03319639914388, + -11.973401974586853 + ] + ] + ], + "type": "Polygon" + }, + "id": "2659", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85244751616521, + -11.941950300396181, + -76.84280529544442, + -11.931565873392067 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84813417560379, + -11.931565873392067 + ], + [ + -76.85244751616521, + -11.934613616251529 + ], + [ + -76.85193978566254, + -11.9398058836647 + ], + [ + -76.84711858860419, + -11.941950300396181 + ], + [ + -76.84280529544442, + -11.93890247131841 + ], + [ + -76.8433131519319, + -11.933710311737268 + ], + [ + -76.84813417560379, + -11.931565873392067 + ] + ] + ], + "type": "Polygon" + }, + "id": "2660", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94986532421952, + -11.794257331161495, + -76.94022493844547, + -11.783868402616811 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94555131037592, + -11.783868402616811 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.94453890631709, + -11.794257331161495 + ], + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.94555131037592, + -11.783868402616811 + ] + ] + ], + "type": "Polygon" + }, + "id": "2661", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92096006281638, + -11.901530077028793, + -76.91131723751008, + -11.891143359111318 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91664540072703, + -11.891143359111318 + ], + [ + -76.92096006281638, + -11.894190276660288 + ], + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.91563185318509, + -11.901530077028793 + ], + [ + -76.91131723751008, + -11.898483073228364 + ], + [ + -76.91182407438964, + -11.893289767761551 + ], + [ + -76.91664540072703, + -11.891143359111318 + ] + ] + ], + "type": "Polygon" + }, + "id": "2662", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99025106394566, + -11.900486522117411, + -76.98060646771265, + -11.890098076718328 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.98111233419505, + -11.892245977051848 + ], + [ + -76.98593454635241, + -11.890098076718328 + ] + ] + ], + "type": "Polygon" + }, + "id": "2663", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72824037423209, + -12.314779295999397, + -76.71859037729891, + -12.304403874743535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72392546228973, + -12.304403874743535 + ], + [ + -76.72824037423209, + -12.307454610834558 + ], + [ + -76.72773032596008, + -12.312642375882966 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.7191005513476, + -12.30654081963893 + ], + [ + -76.72392546228973, + -12.304403874743535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2664", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09159180734096, + -11.949766691558555, + -77.08194315672488, + -11.93937647776818 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08727191986792, + -11.93937647776818 + ], + [ + -77.09159180734096, + -11.94242209383422 + ], + [ + -77.09108741098423, + -11.947617253012801 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.0824476800226, + -11.941525935595154 + ], + [ + -77.08727191986792, + -11.93937647776818 + ] + ] + ], + "type": "Polygon" + }, + "id": "2665", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0616908705372, + -11.639991419457758, + -77.0520521990769, + -11.629597729048045 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05737590928155, + -11.629597729048045 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.05636711599666, + -11.639991419457758 + ], + [ + -77.0520521990769, + -11.636947076037295 + ], + [ + -77.0525566590049, + -11.631750283589346 + ], + [ + -77.05737590928155, + -11.629597729048045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2666", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72290523995949, + -12.32210363682827, + -76.71325517001362, + -12.311728475836613 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71859037729891, + -12.311728475836613 + ], + [ + -76.72290523995949, + -12.314779295999397 + ], + [ + -76.72239510585237, + -12.319966930945002 + ], + [ + -76.71756998331423, + -12.32210363682827 + ], + [ + -76.71325517001362, + -12.319052732625766 + ], + [ + -76.71376542988165, + -12.313865206589488 + ], + [ + -76.71859037729891, + -12.311728475836613 + ] + ] + ], + "type": "Polygon" + }, + "id": "2667", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06785834344353, + -11.766491620621432, + -77.05821575195468, + -11.75609942374852 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0635415327296, + -11.75609942374852 + ], + [ + -77.06785834344353, + -11.759144313587951 + ], + [ + -77.06735389962827, + -11.76434046462402 + ], + [ + -77.062532518386, + -11.766491620621432 + ], + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.0635415327296, + -11.75609942374852 + ] + ] + ], + "type": "Polygon" + }, + "id": "2668", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88137893371969, + -12.023446043961911, + -76.87173351657117, + -12.01306209939263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.88137893371969, + -12.016110003326643 + ], + [ + -76.88087147913551, + -12.021302029256162 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.87706371930956, + -12.01306209939263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2669", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16991092647456, + -11.760716721199788, + -77.16026594886114, + -11.750321980017777 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16559148204323, + -11.750321980017777 + ], + [ + -77.16991092647456, + -11.753365922992868 + ], + [ + -77.16940792424217, + -11.758563345493853 + ], + [ + -77.16458535046792, + -11.760716721199788 + ], + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.16559148204323, + -11.750321980017777 + ] + ] + ], + "type": "Polygon" + }, + "id": "2670", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08093406459781, + -11.964454921104108, + -77.07128524535256, + -11.954065180827103 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.08042949576729, + -11.962305889934541 + ], + [ + -77.07560500060974, + -11.964454921104108 + ], + [ + -77.07128524535256, + -11.961409049245594 + ], + [ + -77.0717899410935, + -11.956214231460258 + ], + [ + -77.07661426519057, + -11.954065180827103 + ] + ] + ], + "type": "Polygon" + }, + "id": "2671", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86995850616275, + -12.281752645915988, + -76.86030568184812, + -12.271373086328103 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86564015332607, + -12.271373086328103 + ], + [ + -76.86995850616275, + -12.274422346612695 + ], + [ + -76.869450486381, + -12.279612179901612 + ], + [ + -76.86462398743313, + -12.281752645915988 + ], + [ + -76.86030568184812, + -12.278703301834094 + ], + [ + -76.8608138279498, + -12.273513575544968 + ], + [ + -76.86564015332607, + -12.271373086328103 + ] + ] + ], + "type": "Polygon" + }, + "id": "2672", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89052382059688, + -12.118704658969282, + -76.88087532054355, + -12.108321948584575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.89001634427386, + -12.116561652341417 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.88620708657994, + -12.108321948584575 + ] + ] + ], + "type": "Polygon" + }, + "id": "2673", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84939022090794, + -12.161796818467113, + -76.8397415250193, + -12.15141581829942 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84507403071969, + -12.15141581829942 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.8440576676978, + -12.161796818467113 + ], + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.84507403071969, + -12.15141581829942 + ] + ] + ], + "type": "Polygon" + }, + "id": "2674", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16999908652078, + -11.855154411827664, + -77.16035129477551, + -11.844760956069045 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16567838046029, + -11.844760956069045 + ], + [ + -77.16999908652078, + -11.847805381336494 + ], + [ + -77.16949593887698, + -11.85300216104613 + ], + [ + -77.16467195798772, + -11.855154411827664 + ], + [ + -77.16035129477551, + -11.852109900898498 + ], + [ + -77.16085456959497, + -11.84691322485946 + ], + [ + -77.16567838046029, + -11.844760956069045 + ] + ] + ], + "type": "Polygon" + }, + "id": "2675", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77622436249709, + -12.343148604318252, + -76.76657221342768, + -12.332772444912012 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77190775126604, + -12.332772444912012 + ], + [ + -76.77622436249709, + -12.33582286641779 + ], + [ + -76.77571493789083, + -12.341011000192847 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.76708176402589, + -12.334910073486167 + ], + [ + -76.77190775126604, + -12.332772444912012 + ] + ] + ], + "type": "Polygon" + }, + "id": "2676", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93319291787175, + -12.154378660534627, + -76.92354223259106, + -12.143995449971161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92887455108327, + -12.143995449971161 + ], + [ + -76.93319291787175, + -12.147043523058928 + ], + [ + -76.93268598210483, + -12.152235181520883 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.92404929483082, + -12.146138950901612 + ], + [ + -76.92887455108327, + -12.143995449971161 + ] + ] + ], + "type": "Polygon" + }, + "id": "2677", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79001839231958, + -12.014392578276324, + -76.78037568420207, + -12.004010792208051 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.78950967777232, + -12.012250420302822 + ], + [ + -76.78468823665742, + -12.014392578276324 + ], + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.78570579155266, + -12.004010792208051 + ] + ] + ], + "type": "Polygon" + }, + "id": "2678", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85853106855055, + -12.162704144018704, + -76.8488821024737, + -12.152322928996288 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85421461717061, + -12.152322928996288 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.8488821024737, + -12.15965525563835 + ], + [ + -76.84939022090794, + -12.15446470181447 + ], + [ + -76.85421461717061, + -12.152322928996288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2679", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86234599915501, + -11.793505625194593, + -76.85270793652045, + -11.783118861295806 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85803436685828, + -11.783118861295806 + ], + [ + -76.86234599915501, + -11.78616571535048 + ], + [ + -76.86183863948489, + -11.791359151271195 + ], + [ + -76.8570195215998, + -11.793505625194593 + ], + [ + -76.85270793652045, + -11.790458683926664 + ], + [ + -76.85321542209938, + -11.785265355958382 + ], + [ + -76.85803436685828, + -11.783118861295806 + ] + ] + ], + "type": "Polygon" + }, + "id": "2680", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03683149687726, + -12.133157318133431, + -77.02717876671738, + -12.122771215509802 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0325106237009, + -12.122771215509802 + ], + [ + -77.03683149687726, + -12.125818222214791 + ], + [ + -77.03632604599919, + -12.131011326023714 + ], + [ + -77.03149959506722, + -12.133157318133431 + ], + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.0325106237009, + -12.122771215509802 + ] + ] + ], + "type": "Polygon" + }, + "id": "2681", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12435517399678, + -11.945108985652572, + -77.11470583880276, + -11.934717909802991 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12385124497351, + -11.942958791424445 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.11520989489264, + -11.936868122963043 + ], + [ + -77.12003447719874, + -11.934717909802991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2682", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77619764805142, + -12.437439562927047, + -76.76654268059508, + -12.427065043813306 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.77619764805142, + -12.430115892154502 + ], + [ + -76.7756880742814, + -12.435303205698299 + ], + [ + -76.770860503198, + -12.437439562927047 + ], + [ + -76.76654268059508, + -12.434388631535374 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.77187977681302, + -12.427065043813306 + ] + ] + ], + "type": "Polygon" + }, + "id": "2683", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04974191636096, + -12.047916078330987, + -77.04009140012614, + -12.037528343122277 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04542183601639, + -12.037528343122277 + ], + [ + -77.04974191636096, + -12.040574824810399 + ], + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.04542183601639, + -12.037528343122277 + ] + ] + ], + "type": "Polygon" + }, + "id": "2684", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80597211124301, + -12.181064916958185, + -76.79632400150581, + -12.170685317916249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8016568497697, + -12.170685317916249 + ], + [ + -76.80597211124301, + -12.173734694515082 + ], + [ + -76.80546335677788, + -12.178924548052112 + ], + [ + -76.80063921484494, + -12.181064916958185 + ], + [ + -76.79632400150581, + -12.178015455634787 + ], + [ + -76.79683288195595, + -12.17282571013968 + ], + [ + -76.8016568497697, + -12.170685317916249 + ] + ] + ], + "type": "Polygon" + }, + "id": "2685", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9080518432731, + -12.175476323623071, + -76.89840118724706, + -12.16509407479 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.9080518432731, + -12.168142481771834 + ], + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.89840118724706, + -12.172427832243416 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.90373387556885, + -12.16509407479 + ] + ] + ], + "type": "Polygon" + }, + "id": "2686", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07935855591272, + -11.885632148271899, + -77.06971212540458, + -11.87524131189656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0750398501093, + -11.87524131189656 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.07021672034729, + -11.877391290637775 + ], + [ + -77.0750398501093, + -11.87524131189656 + ] + ] + ], + "type": "Polygon" + }, + "id": "2687", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90269868256249, + -11.994099909662816, + -76.89305357807018, + -11.983714994469434 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.90269868256249, + -11.986762555892573 + ], + [ + -76.90219157176664, + -11.99195506701533 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.89838328087936, + -11.983714994469434 + ] + ] + ], + "type": "Polygon" + }, + "id": "2688", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69632778472932, + -12.170135947096162, + -76.68668298201919, + -12.159758959034429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.68719337136983, + -12.1618970999482 + ], + [ + -76.69201568511609, + -12.159758959034429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2689", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70764130169931, + -12.383434632320606, + -76.69798981685983, + -12.373060914126418 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70332604083745, + -12.373060914126418 + ], + [ + -76.70764130169931, + -12.376112162821524 + ], + [ + -76.70713085822165, + -12.38129907641563 + ], + [ + -76.7023050281255, + -12.383434632320606 + ], + [ + -76.69798981685983, + -12.38038329995809 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.70332604083745, + -12.373060914126418 + ] + ] + ], + "type": "Polygon" + }, + "id": "2690", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00865302030483, + -12.18542477526524, + -76.99899945202547, + -12.175040194779422 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.00332022242291, + -12.18542477526524 + ], + [ + -76.99899945202547, + -12.182377177432565 + ], + [ + -76.99950550653982, + -12.17718493984197 + ], + [ + -77.00433220466367, + -12.175040194779422 + ] + ] + ], + "type": "Polygon" + }, + "id": "2691", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68123091547322, + -11.948546739994375, + -76.67159313664872, + -11.938166743984771 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67692218768745, + -11.938166743984771 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.6759018145966, + -11.948546739994375 + ], + [ + -76.67159313664872, + -11.945497359722467 + ], + [ + -76.67210338584077, + -11.940307416789029 + ], + [ + -76.67692218768745, + -11.938166743984771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2692", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95215507049207, + -11.818080970664509, + -76.94251391585551, + -11.807692311125386 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94784067747251, + -11.807692311125386 + ], + [ + -76.95215507049207, + -11.810738507193019 + ], + [ + -76.95164892636778, + -11.81593289030436 + ], + [ + -76.94682826292892, + -11.818080970664509 + ], + [ + -76.94251391585551, + -11.815034687879795 + ], + [ + -76.94302018626541, + -11.809840411461849 + ], + [ + -76.94784067747251, + -11.807692311125386 + ] + ] + ], + "type": "Polygon" + }, + "id": "2693", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8813829231413, + -12.117799098978793, + -76.87173469152853, + -12.107416602738832 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87706644953575, + -12.107416602738832 + ], + [ + -76.8813829231413, + -12.110464977367622 + ], + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.87224242036379, + -12.109559444908664 + ], + [ + -76.87706644953575, + -12.107416602738832 + ] + ] + ], + "type": "Polygon" + }, + "id": "2694", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06494648783838, + -11.986484844473702, + -77.05529741689203, + -11.976095817797036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0606268211157, + -11.976095817797036 + ], + [ + -77.06494648783838, + -11.979141860027168 + ], + [ + -77.06444166033259, + -11.98433642579846 + ], + [ + -77.05961703923029, + -11.986484844473702 + ], + [ + -77.05529741689203, + -11.983438717104802 + ], + [ + -77.0558023712623, + -11.978244256209337 + ], + [ + -77.0606268211157, + -11.976095817797036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2695", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69326597251994, + -12.201265752701888, + -76.68362032482354, + -12.190889344615082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68895354212465, + -12.190889344615082 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.68793270547408, + -12.201265752701888 + ], + [ + -76.68362032482354, + -12.198215161310682 + ], + [ + -76.68413080591773, + -12.19302701203461 + ], + [ + -76.68895354212465, + -12.190889344615082 + ] + ] + ], + "type": "Polygon" + }, + "id": "2696", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07385038912113, + -11.609700982611853, + -77.06421231000137, + -11.599306618106413 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06953550662871, + -11.599306618106413 + ], + [ + -77.07385038912113, + -11.602350598358361 + ], + [ + -77.07334627328358, + -11.60754783330043 + ], + [ + -77.06852714833944, + -11.609700982611853 + ], + [ + -77.06421231000137, + -11.606656914644237 + ], + [ + -77.06471655244374, + -11.601459785090736 + ], + [ + -77.06953550662871, + -11.599306618106413 + ] + ] + ], + "type": "Polygon" + }, + "id": "2697", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16307603955399, + -11.783658672510283, + -77.15343054845894, + -11.773264403165786 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15875647001384, + -11.773264403165786 + ], + [ + -77.16307603955399, + -11.77630852691217 + ], + [ + -77.16257290563331, + -11.7815057135218 + ], + [ + -77.15775007507085, + -11.783658672510283 + ], + [ + -77.15343054845894, + -11.780614462581973 + ], + [ + -77.15393380947195, + -11.775417379857046 + ], + [ + -77.15875647001384, + -11.773264403165786 + ] + ] + ], + "type": "Polygon" + }, + "id": "2698", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6924748707017, + -12.256195728072743, + -76.68282760460235, + -12.24582024030858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68816172889548, + -12.24582024030858 + ], + [ + -76.6924748707017, + -12.248871024767507 + ], + [ + -76.69196441736997, + -12.254058823363355 + ], + [ + -76.68714069663562, + -12.256195728072743 + ], + [ + -76.68282760460235, + -12.253144859008623 + ], + [ + -76.68333818352095, + -12.247957169850057 + ], + [ + -76.68816172889548, + -12.24582024030858 + ] + ] + ], + "type": "Polygon" + }, + "id": "2699", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93773421930318, + -12.013287550087032, + -76.92808762440744, + -12.002902050643218 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.93773421930318, + -12.005949391125256 + ], + [ + -76.9372275681354, + -12.011142194119476 + ], + [ + -76.93240418438886, + -12.013287550087032 + ], + [ + -76.92808762440744, + -12.010240124189432 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.9334176131145, + -12.002902050643218 + ] + ] + ], + "type": "Polygon" + }, + "id": "2700", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79371459226118, + -12.494190877966208, + -76.78405745413016, + -12.483816928374733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.79371459226118, + -12.486867858047788 + ], + [ + -76.79320517325112, + -12.49205488666101 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78939548109929, + -12.483816928374733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2701", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79681219510289, + -12.27447255221277, + -76.78716154246202, + -12.264094712620379 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.79147775232491, + -12.27447255221277 + ], + [ + -76.78716154246202, + -12.27142255887267 + ], + [ + -76.78767069777903, + -12.266233693081073 + ], + [ + -76.79249593694738, + -12.264094712620379 + ] + ] + ], + "type": "Polygon" + }, + "id": "2702", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93159747400067, + -11.792461003519838, + -76.92195761830463, + -11.782072502536154 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.92627106856558, + -11.792461003519838 + ], + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.92728397750814, + -11.782072502536154 + ] + ] + ], + "type": "Polygon" + }, + "id": "2703", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71074945703738, + -12.25802322981869, + -76.70110163431254, + -12.247647304803804 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7064357857993, + -12.247647304803804 + ], + [ + -76.71074945703738, + -12.25069793050087 + ], + [ + -76.71023925499208, + -12.255885947597468 + ], + [ + -76.70541525603718, + -12.25802322981869 + ], + [ + -76.70110163431254, + -12.25497251959366 + ], + [ + -76.70161196201983, + -12.24978461168513 + ], + [ + -76.7064357857993, + -12.247647304803804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2704", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90196299197692, + -12.237765764290284, + -76.89231063621325, + -12.227384676696394 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.89662922413432, + -12.237765764290284 + ], + [ + -76.89231063621325, + -12.23471692346846 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.89764435727372, + -12.227384676696394 + ] + ] + ], + "type": "Polygon" + }, + "id": "2705", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538645626344, + -12.234134967490016, + -76.85573517552187, + -12.223754735063281 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86106886416681, + -12.223754735063281 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.8600527203156, + -12.234134967490016 + ], + [ + -76.85573517552187, + -12.231085802069662 + ], + [ + -76.85624331057497, + -12.225895739434248 + ], + [ + -76.86106886416681, + -12.223754735063281 + ] + ] + ], + "type": "Polygon" + }, + "id": "2706", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00705382909415, + -12.012255735840393, + -76.99740546873689, + -12.001868509771459 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -77.00705382909415, + -12.00491521119258 + ], + [ + -77.00654814976349, + -12.010108877030595 + ], + [ + -77.00172388364344, + -12.012255735840393 + ], + [ + -76.99740546873689, + -12.009208949247967 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -77.0027353689695, + -12.001868509771459 + ] + ] + ], + "type": "Polygon" + }, + "id": "2707", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12824817600671, + -12.047758270061387, + -77.1185956827666, + -12.03736862272385 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12392600537757, + -12.03736862272385 + ], + [ + -77.12824817600671, + -12.040414372922148 + ], + [ + -77.12774414185353, + -12.045609248541545 + ], + [ + -77.12291780989925, + -12.047758270061387 + ], + [ + -77.1185956827666, + -12.044712435380177 + ], + [ + -77.11909984408238, + -12.039517663671987 + ], + [ + -77.12392600537757, + -12.03736862272385 + ] + ] + ], + "type": "Polygon" + }, + "id": "2708", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9201770385014, + -11.767739441498646, + -76.9105382175708, + -11.757350889661607 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9158641801477, + -11.757350889661607 + ], + [ + -76.9201770385014, + -11.760397094376735 + ], + [ + -76.91967052626057, + -11.765591423896536 + ], + [ + -76.91485102953742, + -11.767739441498646 + ], + [ + -76.9105382175708, + -11.764693149600971 + ], + [ + -76.91104485593085, + -11.759498927293548 + ], + [ + -76.9158641801477, + -11.757350889661607 + ] + ] + ], + "type": "Polygon" + }, + "id": "2709", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.934635503131, + -11.761295003688174, + -76.92499649568133, + -11.750906007201658 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93032233960825, + -11.750906007201658 + ], + [ + -76.934635503131, + -11.753952049419425 + ], + [ + -76.93412920292975, + -11.759146601171354 + ], + [ + -76.92930961302464, + -11.761295003688174 + ], + [ + -76.92499649568133, + -11.758248874295708 + ], + [ + -76.92550292205429, + -11.753054429570941 + ], + [ + -76.93032233960825, + -11.750906007201658 + ] + ] + ], + "type": "Polygon" + }, + "id": "2710", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74275209563255, + -12.214066311965755, + -76.73310471098536, + -12.203688848871991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73843812895531, + -12.203688848871991 + ], + [ + -76.74275209563255, + -12.206738966728407 + ], + [ + -76.74224240834708, + -12.211927752688236 + ], + [ + -76.73741862861813, + -12.214066311965755 + ], + [ + -76.73310471098536, + -12.211016109389181 + ], + [ + -76.73361452402754, + -12.205827432265012 + ], + [ + -76.73843812895531, + -12.203688848871991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2711", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05872032247366, + -11.765597617981511, + -77.04907798956528, + -11.755205631652576 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05440376767025, + -11.755205631652576 + ], + [ + -77.05872032247366, + -11.75825059830333 + ], + [ + -77.05821575195468, + -11.763446644130282 + ], + [ + -77.05339449995601, + -11.765597617981511 + ], + [ + -77.04907798956528, + -11.762552564639291 + ], + [ + -77.04958268675118, + -11.757356624147194 + ], + [ + -77.05440376767025, + -11.755205631652576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2712", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07403078705694, + -11.892977259071145, + -77.06438427257368, + -11.882586656394539 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06971212540458, + -11.882586656394539 + ], + [ + -77.07403078705694, + -11.885632148271899 + ], + [ + -77.07352623277134, + -11.89082750206117 + ], + [ + -77.06870288999693, + -11.892977259071145 + ], + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06971212540458, + -11.882586656394539 + ] + ] + ], + "type": "Polygon" + }, + "id": "2713", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87681395107384, + -12.164517993302484, + -76.86716444605122, + -12.154136349321027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.87630621129509, + -12.162375868643965 + ], + [ + -76.87148137209137, + -12.164517993302484 + ], + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.87249697791411, + -12.154136349321027 + ] + ] + ], + "type": "Polygon" + }, + "id": "2714", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86158048947608, + -12.037212390186093, + -76.85193518633771, + -12.026829148546705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85726562989137, + -12.026829148546705 + ], + [ + -76.86158048947608, + -12.029877301816914 + ], + [ + -76.86107273689433, + -12.035068976403391 + ], + [ + -76.8562499986229, + -12.037212390186093 + ], + [ + -76.85193518633771, + -12.03416415139173 + ], + [ + -76.85244306501498, + -12.028972584348631 + ], + [ + -76.85726562989137, + -12.026829148546705 + ] + ] + ], + "type": "Polygon" + }, + "id": "2715", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1865944650517, + -11.683641252918497, + -77.17695136851692, + -11.673245102769489 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18227560717929, + -11.673245102769489 + ], + [ + -77.1865944650517, + -11.676288490006417 + ], + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.17695136851692, + -11.680597778894864 + ], + [ + -77.17745414374338, + -11.675399755690567 + ], + [ + -77.18227560717929, + -11.673245102769489 + ] + ] + ], + "type": "Polygon" + }, + "id": "2716", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04901066108525, + -12.10289883561904, + -77.03935852321271, + -12.09251196219065 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04468986604563, + -12.09251196219065 + ], + [ + -77.04901066108525, + -12.095558712888565 + ], + [ + -77.04850542831755, + -12.100752202043566 + ], + [ + -77.04367927360819, + -12.10289883561904 + ], + [ + -77.03935852321271, + -12.09985200053036 + ], + [ + -77.03986388287308, + -12.094658616266889 + ], + [ + -77.04468986604563, + -12.09251196219065 + ] + ] + ], + "type": "Polygon" + }, + "id": "2717", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8158822143545, + -12.127023860239479, + -76.80623545146716, + -12.116643152465176 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.81537368311254, + -12.124882580218838 + ], + [ + -76.81055021468434, + -12.127023860239479 + ], + [ + -76.80623545146716, + -12.123974755305422 + ], + [ + -76.80674410869173, + -12.118784455424947 + ], + [ + -76.81156740316037, + -12.116643152465176 + ] + ] + ], + "type": "Polygon" + }, + "id": "2718", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0900137086616, + -11.870940968637248, + -77.08036744660036, + -11.860549666198105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08569491479025, + -11.860549666198105 + ], + [ + -77.0900137086616, + -11.863594900628346 + ], + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08036744660036, + -11.867895648359985 + ], + [ + -77.08087186918891, + -11.862700049511359 + ], + [ + -77.08569491479025, + -11.860549666198105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2719", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02846614419282, + -12.171652516954262, + -77.01881247887209, + -12.16126722916651 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02414498086875, + -12.16126722916651 + ], + [ + -77.02846614419282, + -12.16431449321725 + ], + [ + -77.02796051581542, + -12.169507189631384 + ], + [ + -77.02313359723938, + -12.171652516954262 + ], + [ + -77.01881247887209, + -12.168605168914173 + ], + [ + -77.01931823411468, + -12.163412577550469 + ], + [ + -77.02414498086875, + -12.16126722916651 + ] + ] + ], + "type": "Polygon" + }, + "id": "2720", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67499604371501, + -12.199439212728647, + -76.6653509542731, + -12.189063243239888 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6706841433369, + -12.189063243239888 + ], + [ + -76.67499604371501, + -12.19211390650862 + ], + [ + -76.67448543711103, + -12.197301946135177 + ], + [ + -76.66966280464716, + -12.199439212728647 + ], + [ + -76.6653509542731, + -12.196388464398414 + ], + [ + -76.66586168634927, + -12.191200534545944 + ], + [ + -76.6706841433369, + -12.189063243239888 + ] + ] + ], + "type": "Polygon" + }, + "id": "2721", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05125723515641, + -12.032334407230577, + -77.04160714505116, + -12.02194639930236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04693732230807, + -12.02194639930236 + ], + [ + -77.05125723515641, + -12.024992791649526 + ], + [ + -77.05075214408366, + -12.030186848100126 + ], + [ + -77.04592701330695, + -12.032334407230577 + ], + [ + -77.04160714505116, + -12.029287930012176 + ], + [ + -77.04211236297014, + -12.024093978544471 + ], + [ + -77.04693732230807, + -12.02194639930236 + ] + ] + ], + "type": "Polygon" + }, + "id": "2722", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76794798647603, + -12.004339184319374, + -76.75830617447816, + -11.993957805815105 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.76794798647603, + -11.99700663137664 + ], + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.75830617447816, + -12.001290272669946 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.7636361250903, + -11.993957805815105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2723", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78466401748506, + -12.11605971061547, + -76.77501842160657, + -12.10567961900377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78035020739046, + -12.10567961900377 + ], + [ + -76.78466401748506, + -12.10872886835329 + ], + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.77501842160657, + -12.113010376013925 + ], + [ + -76.77552749658001, + -12.107820384435067 + ], + [ + -76.78035020739046, + -12.10567961900377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2724", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74360712497561, + -11.970473819105669, + -76.73396698338789, + -11.960092554991206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.74360712497561, + -11.96314141741898 + ], + [ + -76.74309783348528, + -11.968332104097978 + ], + [ + -76.73827767542208, + -11.970473819105669 + ], + [ + -76.73396698338789, + -11.967424870267756 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73929638398302, + -11.960092554991206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2725", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05025986455804, + -11.61526803361837, + -77.04062221887102, + -11.604874312049906 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04594553774085, + -11.604874312049906 + ], + [ + -77.05025986455804, + -11.607918529557839 + ], + [ + -77.04975540954844, + -11.613115443187354 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.04112680039668, + -11.607026920417335 + ], + [ + -77.04594553774085, + -11.604874312049906 + ] + ] + ], + "type": "Polygon" + }, + "id": "2726", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68877664284565, + -12.059347478279136, + -76.67913535319005, + -12.048968947738771 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68446622972623, + -12.048968947738771 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.67913535319005, + -12.056297571602366 + ], + [ + -76.6796456724856, + -12.051108361255578 + ], + [ + -76.68446622972623, + -12.048968947738771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2727", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04498816853, + -11.717045513647218, + -77.03534762997818, + -11.706653219474097 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04067262756573, + -11.706653219474097 + ], + [ + -77.04498816853, + -11.709698046504084 + ], + [ + -77.04448348121284, + -11.71489424638714 + ], + [ + -77.03966312634736, + -11.717045513647218 + ], + [ + -77.03534762997818, + -11.714000599538993 + ], + [ + -77.03585244387004, + -11.708804505258797 + ], + [ + -77.04067262756573, + -11.706653219474097 + ] + ] + ], + "type": "Polygon" + }, + "id": "2728", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82354699631263, + -11.766082407028293, + -76.81391078391188, + -11.755696244075533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.82303913884068, + -11.763936419159522 + ], + [ + -76.81822094588884, + -11.766082407028293 + ], + [ + -76.81391078391188, + -11.763035280134243 + ], + [ + -76.81441876711634, + -11.757842252924963 + ], + [ + -76.81923678657466, + -11.755696244075533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2729", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94385726957421, + -12.139708052479017, + -76.93420674371403, + -12.12932434511978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.94385726957421, + -12.132372249205444 + ], + [ + -76.94335050600151, + -12.137564156005995 + ], + [ + -76.93852515673676, + -12.139708052479017 + ], + [ + -76.93420674371403, + -12.136660063876496 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.93953881039543, + -12.12932434511978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2730", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93236645743326, + -11.831865973373631, + -76.92272540846642, + -11.821477993516087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92805241520594, + -11.821477993516087 + ], + [ + -76.93236645743326, + -11.824524439297228 + ], + [ + -76.93186001517479, + -11.829718482690254 + ], + [ + -76.92703940446187, + -11.831865973373631 + ], + [ + -76.92272540846642, + -11.828819440899109 + ], + [ + -76.92323197694259, + -11.823625504444419 + ], + [ + -76.92805241520594, + -11.821477993516087 + ] + ] + ], + "type": "Polygon" + }, + "id": "2731", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02373272337455, + -11.840843928883379, + -77.01408904283888, + -11.830453822804593 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01941610198614, + -11.830453822804593 + ], + [ + -77.02373272337455, + -11.83349950042975 + ], + [ + -77.0232275453273, + -11.838694606305902 + ], + [ + -77.01840561929491, + -11.840843928883379 + ], + [ + -77.01408904283888, + -11.837798164959931 + ], + [ + -77.01459434747348, + -11.832603164767171 + ], + [ + -77.01941610198614, + -11.830453822804593 + ] + ] + ], + "type": "Polygon" + }, + "id": "2732", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75199136656761, + -11.9319963617633, + -76.742352143502, + -11.921614322193616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74768090769909, + -11.921614322193616 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.74286138336264, + -11.923756728604506 + ], + [ + -76.74768090769909, + -11.921614322193616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2733", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92939953204119, + -12.24048603267182, + -76.91974637502598, + -12.230104306330496 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.92889240814665, + -12.23834373494726 + ], + [ + -76.92406574317613, + -12.24048603267182 + ], + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.92508011749975, + -12.230104306330496 + ] + ] + ], + "type": "Polygon" + }, + "id": "2734", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89739491282927, + -12.284478223796942, + -76.88774128201285, + -12.274098023335924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89307577780946, + -12.274098023335924 + ], + [ + -76.89739491282927, + -12.277147038398684 + ], + [ + -76.89688727223104, + -12.282337191936538 + ], + [ + -76.89206037017178, + -12.284478223796942 + ], + [ + -76.88774128201285, + -12.28142912505398 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.89307577780946, + -12.274098023335924 + ] + ] + ], + "type": "Polygon" + }, + "id": "2735", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8661486682394, + -12.179182987927605, + -76.85649900803959, + -12.168801845461305 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.8661486682394, + -12.171850658381377 + ], + [ + -76.86564075646089, + -12.17704128322607 + ], + [ + -76.86081583960599, + -12.179182987927605 + ], + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.86183178939704, + -12.168801845461305 + ] + ] + ], + "type": "Polygon" + }, + "id": "2736", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7754736830557, + -12.303780856951366, + -76.76582273070468, + -12.29340404861493 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77115761853997, + -12.29340404861493 + ], + [ + -76.7754736830557, + -12.296454294089457 + ], + [ + -76.77496431007701, + -12.301642752370022 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.77115761853997, + -12.29340404861493 + ] + ] + ], + "type": "Polygon" + }, + "id": "2737", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70856953173575, + -12.045599572180205, + -76.69892810804217, + -12.035220325916058 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70425875500446, + -12.035220325916058 + ], + [ + -76.70856953173575, + -12.038269897952285 + ], + [ + -76.70805963462942, + -12.043459575876733 + ], + [ + -76.70323883529413, + -12.045599572180205 + ], + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.69943813063664, + -12.03736034580151 + ], + [ + -76.70425875500446, + -12.035220325916058 + ] + ] + ], + "type": "Polygon" + }, + "id": "2738", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84100821254681, + -12.200269694046797, + -76.831358591519, + -12.189889522110036 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.83669173720654, + -12.189889522110036 + ] + ] + ], + "type": "Polygon" + }, + "id": "2739", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74204256246684, + -12.08037558663458, + -76.73239918676256, + -12.069996021010617 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7377303993135, + -12.069996021010617 + ], + [ + -76.74204256246684, + -12.073045474104678 + ], + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.73239918676256, + -12.077326047888745 + ], + [ + -76.73290879878853, + -12.07213631962263 + ], + [ + -76.7377303993135, + -12.069996021010617 + ] + ] + ], + "type": "Polygon" + }, + "id": "2740", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15385035592851, + -11.688325021846994, + -77.14420793109879, + -11.67792971773292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.15334724039408, + -11.686171126686487 + ], + [ + -77.14852594296659, + -11.688325021846994 + ], + [ + -77.14420793109879, + -11.685281230154288 + ], + [ + -77.14471117361454, + -11.68008363018671 + ], + [ + -77.14953230102608, + -11.67792971773292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2741", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65439763890724, + -12.268099051235822, + -76.64475106952821, + -12.257724738603821 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65008539315193, + -12.257724738603821 + ], + [ + -76.65439763890724, + -12.260775929765071 + ], + [ + -76.65388663753981, + -12.265963141040219 + ], + [ + -76.6490632649652, + -12.268099051235822 + ], + [ + -76.64475106952821, + -12.265047775418033 + ], + [ + -76.64526219633794, + -12.259860674070916 + ], + [ + -76.65008539315193, + -12.257724738603821 + ] + ] + ], + "type": "Polygon" + }, + "id": "2742", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03599962675075, + -11.999372630357932, + -77.0263509086461, + -11.988984502117962 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03168056224546, + -11.988984502117962 + ], + [ + -77.03599962675075, + -11.992030874072867 + ], + [ + -77.03549437318775, + -11.99722499081118 + ], + [ + -77.03066992835006, + -11.999372630357932 + ], + [ + -77.0263509086461, + -11.996326173247864 + ], + [ + -77.02685628896909, + -11.991132161756106 + ], + [ + -77.03168056224546, + -11.988984502117962 + ] + ] + ], + "type": "Polygon" + }, + "id": "2743", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78762394924537, + -12.462153826029496, + -76.77796793385436, + -12.45177945605536 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78330543379711, + -12.45177945605536 + ], + [ + -76.78762394924537, + -12.454830304752283 + ], + [ + -76.78711449582828, + -12.460017543626956 + ], + [ + -76.7822864008227, + -12.462153826029496 + ], + [ + -76.77796793385436, + -12.459102894494023 + ], + [ + -76.77847751340215, + -12.453915763404387 + ], + [ + -76.78330543379711, + -12.45177945605536 + ] + ] + ], + "type": "Polygon" + }, + "id": "2744", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85014468286874, + -12.295502565632368, + -76.84049197407354, + -12.285123733268255 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.8496363646964, + -12.293362712506509 + ], + [ + -76.84480992339918, + -12.295502565632368 + ], + [ + -76.84049197407354, + -12.292452972419875 + ], + [ + -76.84100041849729, + -12.287263609864066 + ], + [ + -76.84582668600476, + -12.285123733268255 + ] + ] + ], + "type": "Polygon" + }, + "id": "2745", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00176299786533, + -12.11397260848608, + -76.99211173955172, + -12.10358706673466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -76.99643137019336, + -12.11397260848608 + ], + [ + -76.99211173955172, + -12.110925280524311 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.99744332190157, + -12.10358706673466 + ] + ] + ], + "type": "Polygon" + }, + "id": "2746", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76564245595492, + -12.074862990807812, + -76.75599860349702, + -12.064482741108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.76564245595492, + -12.067531953425794 + ], + [ + -76.76513330676103, + -12.072722132657477 + ], + [ + -76.76031129331884, + -12.074862990807812 + ], + [ + -76.75599860349702, + -12.071813692883966 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.76132971745655, + -12.064482741108 + ] + ] + ], + "type": "Polygon" + }, + "id": "2747", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03731735167855, + -11.606135056331164, + -77.02768030748416, + -11.595741536946761 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03300349251437, + -11.595741536946761 + ], + [ + -77.03731735167855, + -11.598785815673589 + ], + [ + -77.03681272964218, + -11.603982628306678 + ], + [ + -77.0319941219745, + -11.606135056331164 + ], + [ + -77.02768030748416, + -11.603090689729418 + ], + [ + -77.0281850559783, + -11.597893982987957 + ], + [ + -77.03300349251437, + -11.595741536946761 + ] + ] + ], + "type": "Polygon" + }, + "id": "2748", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75878354263307, + -12.097763346568996, + -76.74913919310085, + -12.087383625159422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75447068710533, + -12.087383625159422 + ], + [ + -76.75878354263307, + -12.090433016367323 + ], + [ + -76.75827426187425, + -12.095622931480012 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.75447068710533, + -12.087383625159422 + ] + ] + ], + "type": "Polygon" + }, + "id": "2749", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7412967628324, + -12.040996976597993, + -76.73165458182243, + -12.030616826818795 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73698514533947, + -12.030616826818795 + ], + [ + -76.7412967628324, + -12.033666082500403 + ], + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.73165458182243, + -12.037947634988246 + ], + [ + -76.73216414214417, + -12.032757614684131 + ], + [ + -76.73698514533947, + -12.030616826818795 + ] + ] + ], + "type": "Polygon" + }, + "id": "2750", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0703349307986, + -12.073536375047397, + -77.06068312707207, + -12.063148527768899 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06068312707207, + -12.070489877710221 + ], + [ + -77.0611881417392, + -12.065296006402466 + ], + [ + -77.06601395796446, + -12.063148527768899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2751", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77852960004415, + -12.272649831813267, + -76.76887949509045, + -12.262272424717786 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.77852960004415, + -12.265322495054058 + ], + [ + -76.77802031874347, + -12.270511252721423 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.77421386756954, + -12.262272424717786 + ] + ] + ], + "type": "Polygon" + }, + "id": "2752", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16715470121093, + -12.075169599316615, + -77.15750042128047, + -12.064779430390404 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1628311331636, + -12.064779430390404 + ], + [ + -77.16715470121093, + -12.067824943493186 + ], + [ + -77.16665117149279, + -12.073020079619077 + ], + [ + -77.1618239463805, + -12.075169599316615 + ], + [ + -77.15750042128047, + -12.072124002063363 + ], + [ + -77.15800407833609, + -12.066928969273015 + ], + [ + -77.1628311331636, + -12.064779430390404 + ] + ] + ], + "type": "Polygon" + }, + "id": "2753", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12039099618812, + -11.748018732878029, + -77.11074763027791, + -11.737625015780377 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11607303303344, + -11.737625015780377 + ], + [ + -77.12039099618812, + -11.740669337590807 + ], + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.11125143528596, + -11.73977751820017 + ], + [ + -77.11607303303344, + -11.737625015780377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2754", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09698738092632, + -12.036825937858756, + -77.08733599861402, + -12.026436883243004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.09698738092632, + -12.02948287301179 + ], + [ + -77.09648292463804, + -12.034677452491959 + ], + [ + -77.0916571479917, + -12.036825937858756 + ], + [ + -77.08733599861402, + -12.033779863416893 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.09266618760824, + -12.026436883243004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2755", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7701672183478, + -12.216800200814152, + -76.76051900757152, + -12.206422085829214 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76585246136207, + -12.206422085829214 + ], + [ + -76.7701672183478, + -12.209471965390097 + ], + [ + -76.76965790855722, + -12.21466107710835 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.76102844323117, + -12.208561233392514 + ], + [ + -76.76585246136207, + -12.206422085829214 + ] + ] + ], + "type": "Polygon" + }, + "id": "2756", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91487853096186, + -11.963846711209866, + -76.90523400821306, + -11.953461046252908 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91056320267586, + -11.953461046252908 + ], + [ + -76.91487853096186, + -11.956508342537257 + ], + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.90954928998019, + -11.963846711209866 + ], + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.90574102768167, + -11.955606550085479 + ], + [ + -76.91056320267586, + -11.953461046252908 + ] + ] + ], + "type": "Polygon" + }, + "id": "2757", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89736893305216, + -12.001436935766025, + -76.88772375014693, + -11.991052262564429 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89305357807018, + -11.991052262564429 + ], + [ + -76.89736893305216, + -11.994099909662816 + ], + [ + -76.8968617363019, + -11.999292299819398 + ], + [ + -76.8920390583497, + -12.001436935766025 + ], + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.89305357807018, + -11.991052262564429 + ] + ] + ], + "type": "Polygon" + }, + "id": "2758", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19583084108194, + -11.778980406577917, + -77.18618467963327, + -11.76858528851828 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.19151046884912, + -11.76858528851828 + ], + [ + -77.19583084108194, + -11.771629091257022 + ], + [ + -77.1953281749742, + -11.776826702005023 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.18618467963327, + -11.775936517746173 + ], + [ + -77.18668747295835, + -11.770739010444487 + ], + [ + -77.19151046884912, + -11.76858528851828 + ] + ] + ], + "type": "Polygon" + }, + "id": "2759", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78837651688941, + -12.501513547699618, + -76.77871930357774, + -12.491139865698424 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78405745413016, + -12.491139865698424 + ], + [ + -76.78837651688941, + -12.494190877966208 + ], + [ + -76.78786701183934, + -12.499377772813531 + ], + [ + -76.78303831785598, + -12.501513547699618 + ], + [ + -76.77871930357774, + -12.498462452869036 + ], + [ + -76.77922893479231, + -12.493275665724992 + ], + [ + -76.78405745413016, + -12.491139865698424 + ] + ] + ], + "type": "Polygon" + }, + "id": "2760", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95143246652654, + -11.967452419592403, + -76.94178688090612, + -11.957065901046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.95092607868384, + -11.965306197633021 + ], + [ + -76.9461031996698, + -11.967452419592403 + ], + [ + -76.94178688090612, + -11.964405349813838 + ], + [ + -76.94229339514817, + -11.959212143769555 + ], + [ + -76.94711610176398, + -11.957065901046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2761", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08547450112606, + -11.917699705791007, + -77.0758269605816, + -11.907309177459288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0811552045166, + -11.907309177459288 + ], + [ + -77.08547450112606, + -11.910354689770672 + ], + [ + -77.08497006887757, + -11.915550006288766 + ], + [ + -77.08014621311857, + -11.917699705791007 + ], + [ + -77.0758269605816, + -11.914654107939699 + ], + [ + -77.07633151972178, + -11.90945889613599 + ], + [ + -77.0811552045166, + -11.907309177459288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2762", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05177313867283, + -11.599677393650921, + -77.04213591798417, + -11.589283442054924 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04745897890821, + -11.589283442054924 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.04645003328264, + -11.599677393650921 + ], + [ + -77.04213591798417, + -11.5966331893754 + ], + [ + -77.0426404540472, + -11.59143626643514 + ], + [ + -77.04745897890821, + -11.589283442054924 + ] + ] + ], + "type": "Polygon" + }, + "id": "2763", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.707688015371, + -12.289149812234458, + -76.69803934687053, + -12.27877448421867 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.707688015371, + -12.281825288310957 + ], + [ + -76.70717772156361, + -12.28701300690067 + ], + [ + -76.70235329968838, + -12.289149812234458 + ], + [ + -76.69803934687053, + -12.286098923819736 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.70337401298657, + -12.27877448421867 + ] + ] + ], + "type": "Polygon" + }, + "id": "2764", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72447735446984, + -12.212242381614278, + -76.71483052295454, + -12.20186535436204 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7201639156672, + -12.20186535436204 + ], + [ + -76.72447735446984, + -12.204915630516242 + ], + [ + -76.72396741570846, + -12.210104198680025 + ], + [ + -76.71914391245316, + -12.212242381614278 + ], + [ + -76.71483052295454, + -12.209192020662483 + ], + [ + -76.71534058739765, + -12.204003561583786 + ], + [ + -76.7201639156672, + -12.20186535436204 + ] + ] + ], + "type": "Polygon" + }, + "id": "2765", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75185626351636, + -12.309281383820062, + -76.74220578725554, + -12.298905268070296 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74754077458697, + -12.298905268070296 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.74652122724122, + -12.309281383820062 + ], + [ + -76.74220578725554, + -12.306230808845596 + ], + [ + -76.74271562385739, + -12.301042805246956 + ], + [ + -76.74754077458697, + -12.298905268070296 + ] + ] + ], + "type": "Polygon" + }, + "id": "2766", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87604868396787, + -12.030781755285863, + -76.86640318907013, + -12.020398054479426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173351657117, + -12.020398054479426 + ], + [ + -76.87604868396787, + -12.023446043961911 + ], + [ + -76.87554114344881, + -12.028637948039682 + ], + [ + -76.8707183093753, + -12.030781755285863 + ], + [ + -76.86640318907013, + -12.027733680286627 + ], + [ + -76.86691085573749, + -12.02254188356778 + ], + [ + -76.87173351657117, + -12.020398054479426 + ] + ] + ], + "type": "Polygon" + }, + "id": "2767", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0298409501669, + -11.872910226656103, + -77.02019615822763, + -11.86252041905564 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02552373759718, + -11.86252041905564 + ], + [ + -77.0298409501669, + -11.865566208576949 + ], + [ + -77.02933580766292, + -11.870761165145282 + ], + [ + -77.0245133259432, + -11.872910226656103 + ], + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.02552373759718, + -11.86252041905564 + ] + ] + ], + "type": "Polygon" + }, + "id": "2768", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71153751717222, + -12.203091225569377, + -76.7018913131221, + -12.192714379881359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70722455755994, + -12.192714379881359 + ], + [ + -76.71153751717222, + -12.195764728973527 + ], + [ + -76.71102741283275, + -12.20095320645049 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.70722455755994, + -12.192714379881359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2769", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99180438549077, + -11.979294297096718, + -76.9821574006092, + -11.968906956472166 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98748677501405, + -11.968906956472166 + ], + [ + -76.99180438549077, + -11.971953633287212 + ], + [ + -76.99129854410266, + -11.977147356534768 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.98748677501405, + -11.968906956472166 + ] + ] + ], + "type": "Polygon" + }, + "id": "2770", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02308823655964, + -12.08461743699039, + -77.01343730639964, + -12.07423091593872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01876838008928, + -12.07423091593872 + ], + [ + -77.02308823655964, + -12.077277821156867 + ], + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.01876838008928, + -12.07423091593872 + ] + ] + ], + "type": "Polygon" + }, + "id": "2771", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87680333244998, + -11.78706581681319, + -76.86716507840877, + -11.77667860452948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249139283219, + -11.77667860452948 + ], + [ + -76.87680333244998, + -11.779725296347022 + ], + [ + -76.87629618452769, + -11.784918956367749 + ], + [ + -76.8714769710167, + -11.78706581681319 + ], + [ + -76.86716507840877, + -11.784019037789967 + ], + [ + -76.86767235229254, + -11.778825485536775 + ], + [ + -76.87249139283219, + -11.77667860452948 + ] + ] + ], + "type": "Polygon" + }, + "id": "2772", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95220434338768, + -12.006851090453157, + -76.9425575631673, + -11.99646513630463 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9478874322068, + -11.99646513630463 + ], + [ + -76.95220434338768, + -11.999512312589241 + ], + [ + -76.95169790468015, + -12.004705342843383 + ], + [ + -76.9468744283491, + -12.006851090453157 + ], + [ + -76.9425575631673, + -12.003803828760722 + ], + [ + -76.94306412830802, + -11.998610904876195 + ], + [ + -76.9478874322068, + -11.99646513630463 + ] + ] + ], + "type": "Polygon" + }, + "id": "2773", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75806758942969, + -11.964048280664633, + -76.74842724625185, + -11.953666555045263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.74842724625185, + -11.960999494318834 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.75375653646535, + -11.953666555045263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2774", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96667474392754, + -12.000413456293177, + -76.9570277796078, + -11.990027048371896 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96235752829425, + -11.990027048371896 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.96134494945021, + -12.000413456293177 + ], + [ + -76.9570277796078, + -11.997366358871316 + ], + [ + -76.95753413226797, + -11.992173208007953 + ], + [ + -76.96235752829425, + -11.990027048371896 + ] + ] + ], + "type": "Polygon" + }, + "id": "2775", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95676160726923, + -11.960112885140752, + -76.94711610176398, + -11.94972612717544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95244519658586, + -11.94972612717544 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.95143246652654, + -11.960112885140752 + ], + [ + -76.94711610176398, + -11.957065901046 + ], + [ + -76.94762252999632, + -11.951872575262465 + ], + [ + -76.95244519658586, + -11.94972612717544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2776", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08850077601055, + -11.886527601796452, + -77.0788540878124, + -11.876136555843043 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.08799643478945, + -11.884377458631468 + ], + [ + -77.08317300523571, + -11.886527601796452 + ], + [ + -77.0788540878124, + -11.883482188598201 + ], + [ + -77.07935855591272, + -11.87828671798953 + ], + [ + -77.08418181456646, + -11.876136555843043 + ] + ] + ], + "type": "Polygon" + }, + "id": "2777", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74509916012352, + -12.049236332989967, + -76.73545662988562, + -12.038856211965733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74078732812693, + -12.038856211965733 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.73976841292115, + -12.049236332989967 + ], + [ + -76.73545662988562, + -12.046186982557497 + ], + [ + -76.73596615030273, + -12.040996976597993 + ], + [ + -76.74078732812693, + -12.038856211965733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2778", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94073120359914, + -11.793359296701553, + -76.93109108262607, + -11.78297058181196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.94073120359914, + -11.786016745543593 + ], + [ + -76.94022493844547, + -11.791211156428604 + ], + [ + -76.93540479179286, + -11.793359296701553 + ], + [ + -76.93109108262607, + -11.790313046039815 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.93641744833056, + -11.78297058181196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2779", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0809962963108, + -12.05885317922994, + -77.07134466065249, + -12.048464847686049 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07667523504853, + -12.048464847686049 + ], + [ + -77.0809962963108, + -12.051511091380085 + ], + [ + -77.08049158115347, + -12.056705309413923 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.07184950279452, + -12.0506127374567 + ], + [ + -77.07667523504853, + -12.048464847686049 + ] + ] + ], + "type": "Polygon" + }, + "id": "2780", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85167422604685, + -12.185607306478653, + -76.84202475861622, + -12.175226630141367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.85116610206688, + -12.183465999598042 + ], + [ + -76.84634128151889, + -12.185607306478653 + ], + [ + -76.84202475861622, + -12.182558244364474 + ], + [ + -76.84253300876786, + -12.177367959909263 + ], + [ + -76.84735765565996, + -12.175226630141367 + ] + ] + ], + "type": "Polygon" + }, + "id": "2781", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88366461822775, + -12.047261475315832, + -76.8740184304916, + -12.036877833953087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87934902399441, + -12.036877833953087 + ], + [ + -76.88366461822775, + -12.039925837479066 + ], + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.8740184304916, + -12.044213386414873 + ], + [ + -76.8745260167113, + -12.039021619352042 + ], + [ + -76.87934902399441, + -12.036877833953087 + ] + ] + ], + "type": "Polygon" + }, + "id": "2782", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82121409016625, + -12.119692172334807, + -76.81156740316037, + -12.109311215168173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8168992310733, + -12.109311215168173 + ], + [ + -76.82121409016625, + -12.11236014994153 + ], + [ + -76.82070564481073, + -12.117550682492183 + ], + [ + -76.8158822143545, + -12.119692172334807 + ], + [ + -76.81156740316037, + -12.116643152465176 + ], + [ + -76.81207597451416, + -12.111452727858993 + ], + [ + -76.8168992310733, + -12.109311215168173 + ] + ] + ], + "type": "Polygon" + }, + "id": "2783", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75501287951268, + -11.99519238205274, + -76.74537169101878, + -11.984811194855206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7507014954009, + -11.984811194855206 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.74968302632684, + -11.99519238205274 + ], + [ + -76.74537169101878, + -11.992143403226878 + ], + [ + -76.74588098836894, + -11.986952864161111 + ], + [ + -76.7507014954009, + -11.984811194855206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2784", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79225240830569, + -12.226860464565705, + -76.78260330050904, + -12.216481954475286 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78793691108227, + -12.216481954475286 + ], + [ + -76.79225240830569, + -12.219531679209652 + ], + [ + -76.79174339044668, + -12.224720988322822 + ], + [ + -76.78691874938912, + -12.226860464565705 + ], + [ + -76.78260330050904, + -12.223810655375887 + ], + [ + -76.78311244433367, + -12.218621454408437 + ], + [ + -76.78793691108227, + -12.216481954475286 + ] + ] + ], + "type": "Polygon" + }, + "id": "2785", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8592942557803, + -12.107747581860176, + -76.84964690943727, + -12.09736548140206 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85497851726329, + -12.09736548140206 + ], + [ + -76.8592942557803, + -12.100414009004043 + ], + [ + -76.85878636052486, + -12.105605112953732 + ], + [ + -76.85396260060155, + -12.107747581860176 + ], + [ + -76.84964690943727, + -12.104698969215393 + ], + [ + -76.85015493083411, + -12.099507972716786 + ], + [ + -76.85497851726329, + -12.09736548140206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2786", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75426565658444, + -11.95580868604865, + -76.74462566218604, + -11.945426935893458 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74995481790896, + -11.945426935893458 + ], + [ + -76.75426565658444, + -11.948475625405079 + ], + [ + -76.75375653646535, + -11.953666555045263 + ], + [ + -76.74893645205906, + -11.95580868604865 + ], + [ + -76.74462566218604, + -11.952759910062984 + ], + [ + -76.74513490790736, + -11.94756908955772 + ], + [ + -76.74995481790896, + -11.945426935893458 + ] + ] + ], + "type": "Polygon" + }, + "id": "2787", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89127469113346, + -11.96937973852488, + -76.88163062447667, + -11.95899474244277 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88695992907185, + -11.95899474244277 + ], + [ + -76.89127469113346, + -11.962042280066823 + ], + [ + -76.89076745952363, + -11.967234831732622 + ], + [ + -76.88594533968153, + -11.96937973852488 + ], + [ + -76.88163062447667, + -11.966332115012834 + ], + [ + -76.88213798224771, + -11.961139670606338 + ], + [ + -76.88695992907185, + -11.95899474244277 + ] + ] + ], + "type": "Polygon" + }, + "id": "2788", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69850038608459, + -12.382518665658719, + -76.68884917969878, + -12.372145165596686 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69418539011288, + -12.372145165596686 + ], + [ + -76.69850038608459, + -12.375196495367776 + ], + [ + -76.69798981685983, + -12.38038329995809 + ], + [ + -76.69316412594436, + -12.382518665658719 + ], + [ + -76.68884917969878, + -12.37946725218167 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.69418539011288, + -12.372145165596686 + ] + ] + ], + "type": "Polygon" + }, + "id": "2789", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11074376508378, + -12.085371051439017, + -77.10109058858718, + -12.074982402972966 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.11074376508378, + -12.07802849373271 + ], + [ + -77.11023942634672, + -12.083222870002887 + ], + [ + -77.10541275265375, + -12.085371051439017 + ], + [ + -77.10109058858718, + -12.08232487639249 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.10642155726029, + -12.074982402972966 + ] + ] + ], + "type": "Polygon" + }, + "id": "2790", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78694231969774, + -12.139868760117272, + -76.77729595190407, + -12.129488985438794 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78262812941264, + -12.129488985438794 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.78161009379623, + -12.139868760117272 + ], + [ + -76.77729595190407, + -12.136819327324567 + ], + [ + -76.77780503264579, + -12.131629494175959 + ], + [ + -76.78262812941264, + -12.129488985438794 + ] + ] + ], + "type": "Polygon" + }, + "id": "2791", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06573259012981, + -12.025891339275825, + -77.05608232424032, + -12.015502880892862 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06141237639868, + -12.015502880892862 + ], + [ + -77.06573259012981, + -12.018549108086056 + ], + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.05608232424032, + -12.022845027219608 + ], + [ + -77.05658732909049, + -12.017650850431865 + ], + [ + -77.06141237639868, + -12.015502880892862 + ] + ] + ], + "type": "Polygon" + }, + "id": "2792", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75950009042127, + -12.23145565276482, + -76.74985173120636, + -12.221078048005348 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.7589906089295, + -12.229316953406329 + ], + [ + -76.75416634199284, + -12.23145565276482 + ], + [ + -76.74985173120636, + -12.228405519488254 + ], + [ + -76.75036133853578, + -12.223216771402916 + ], + [ + -76.75518543082354, + -12.221078048005348 + ] + ] + ], + "type": "Polygon" + }, + "id": "2793", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8288502745724, + -11.947478616544215, + -76.8192085183923, + -11.937094862009971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82453750381255, + -11.937094862009971 + ], + [ + -76.8288502745724, + -11.940142844629131 + ], + [ + -76.82834220632475, + -11.945334775962168 + ], + [ + -76.82352124141302, + -11.947478616544215 + ], + [ + -76.8192085183923, + -11.94443054766028 + ], + [ + -76.81971671253469, + -11.939238724468861 + ], + [ + -76.82453750381255, + -11.937094862009971 + ] + ] + ], + "type": "Polygon" + }, + "id": "2794", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96214571582613, + -12.141515808076319, + -76.95249466003455, + -12.131131676211412 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95782673872998, + -12.131131676211412 + ], + [ + -76.96214571582613, + -12.134179419094641 + ], + [ + -76.96163920537246, + -12.139371538022703 + ], + [ + -76.95681359123516, + -12.141515808076319 + ], + [ + -76.95249466003455, + -12.138467980754791 + ], + [ + -76.95300129706628, + -12.13327596782782 + ], + [ + -76.95782673872998, + -12.131131676211412 + ] + ] + ], + "type": "Polygon" + }, + "id": "2795", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12125738502664, + -11.881865805966518, + -77.11161001193271, + -11.871473900013967 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11693761432262, + -11.871473900013967 + ], + [ + -77.12125738502664, + -11.874518905220496 + ], + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.11161001193271, + -11.878820715103412 + ], + [ + -77.11211401304925, + -11.873624814276466 + ], + [ + -77.11693761432262, + -11.871473900013967 + ] + ] + ], + "type": "Polygon" + }, + "id": "2796", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.952976410676, + -12.046247954513246, + -76.9433284355632, + -12.035862574526071 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.9433284355632, + -12.043200503889656 + ], + [ + -76.94383505161213, + -12.038007867046497 + ], + [ + -76.94865895294006, + -12.035862574526071 + ] + ] + ], + "type": "Polygon" + }, + "id": "2797", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02455907387524, + -11.974651198448424, + -77.01491138541378, + -11.96426298476267 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02405369855968, + -11.97250349864281 + ], + [ + -77.01922976849772, + -11.974651198448424 + ], + [ + -77.01491138541378, + -11.971604758760181 + ], + [ + -77.01541688742464, + -11.966410704644337 + ], + [ + -77.02024064583352, + -11.96426298476267 + ] + ] + ], + "type": "Polygon" + }, + "id": "2798", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88365066432226, + -11.764144067650099, + -76.87401291148238, + -11.753756375517359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87933884393499, + -11.753756375517359 + ], + [ + -76.88365066432226, + -11.756802880402084 + ], + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.87401291148238, + -11.761097475425379 + ], + [ + -76.8745200539487, + -11.75590368322072 + ], + [ + -76.87933884393499, + -11.753756375517359 + ] + ] + ], + "type": "Polygon" + }, + "id": "2799", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78990494026031, + -12.485952944729998, + -76.78024815132517, + -12.47557894328465 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7855860438105, + -12.47557894328465 + ], + [ + -76.78990494026031, + -12.47862987380144 + ], + [ + -76.78939548109929, + -12.483816928374733 + ], + [ + -76.78456699932045, + -12.485952944729998 + ], + [ + -76.78024815132517, + -12.482901931547856 + ], + [ + -76.78075773664466, + -12.47771498468562 + ], + [ + -76.7855860438105, + -12.47557894328465 + ] + ] + ], + "type": "Polygon" + }, + "id": "2800", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02134728090971, + -11.628180922672833, + -77.01170998972178, + -11.617788067987778 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.01602366972362, + -11.628180922672833 + ], + [ + -77.01170998972178, + -11.6251362926345 + ], + [ + -77.01221499606146, + -11.619939918333053 + ], + [ + -77.01703355600051, + -11.617788067987778 + ] + ] + ], + "type": "Polygon" + }, + "id": "2801", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99184059937454, + -12.073673895338537, + -76.98219079912576, + -12.063287974297868 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98752172830943, + -12.063287974297868 + ], + [ + -76.99184059937454, + -12.066335116310636 + ], + [ + -76.99133461091523, + -12.071528129684555 + ], + [ + -76.9865096247384, + -12.073673895338537 + ], + [ + -76.98219079912576, + -12.07062666852481 + ], + [ + -76.98269691422809, + -12.065433760867942 + ], + [ + -76.98752172830943, + -12.063287974297868 + ] + ] + ], + "type": "Polygon" + }, + "id": "2802", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77555437980087, + -12.020818263721667, + -76.76591187065324, + -12.010436939945064 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.77504545369933, + -12.018676500029919 + ], + [ + -76.77022411199204, + -12.020818263721667 + ], + [ + -76.76591187065324, + -12.01776933394112 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.77124208994279, + -12.010436939945064 + ] + ] + ], + "type": "Polygon" + }, + "id": "2803", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0261675656029, + -12.147834518214799, + -77.01651467011001, + -12.137448908479216 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.0261675656029, + -12.140496083603848 + ], + [ + -77.02566194223343, + -12.145688941028235 + ], + [ + -77.0208354085721, + -12.147834518214799 + ], + [ + -77.01651467011001, + -12.144787258927527 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.02184678215784, + -12.137448908479216 + ] + ] + ], + "type": "Polygon" + }, + "id": "2804", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9247682271547, + -11.909770383692557, + -76.91512505659685, + -11.899383689101125 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9204533521634, + -11.899383689101125 + ], + [ + -76.9247682271547, + -11.902430615747742 + ], + [ + -76.92426155681466, + -11.9076240164927 + ], + [ + -76.91943988522571, + -11.909770383692557 + ], + [ + -76.91512505659685, + -11.906723370865437 + ], + [ + -76.91563185318509, + -11.901530077028793 + ], + [ + -76.9204533521634, + -11.899383689101125 + ] + ] + ], + "type": "Polygon" + }, + "id": "2805", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95899983542255, + -11.795155106800816, + -76.94935918532377, + -11.784765964851912 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95468556320508, + -11.784765964851912 + ], + [ + -76.95899983542255, + -11.787811976692664 + ], + [ + -76.95849382282175, + -11.79300660098189 + ], + [ + -76.95367341169913, + -11.795155106800816 + ], + [ + -76.94935918532377, + -11.792109008108893 + ], + [ + -76.94986532421952, + -11.78691449045905 + ], + [ + -76.95468556320508, + -11.784765964851912 + ] + ] + ], + "type": "Polygon" + }, + "id": "2806", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76630263082971, + -12.397163006815164, + -76.756649135724, + -12.386788031724407 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76198557004037, + -12.386788031724407 + ], + [ + -76.76630263082971, + -12.38983879310594 + ], + [ + -76.76579298268587, + -12.395026334741312 + ], + [ + -76.76096614774893, + -12.397163006815164 + ], + [ + -76.756649135724, + -12.394112162068588 + ], + [ + -76.75715890986203, + -12.388924728623014 + ], + [ + -76.76198557004037, + -12.386788031724407 + ] + ] + ], + "type": "Polygon" + }, + "id": "2807", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9591064247413, + -12.17266706512587, + -76.94945451808886, + -12.162283503220197 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.95377378333824, + -12.17266706512587 + ], + [ + -76.94945451808886, + -12.169619062413384 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.95478711354414, + -12.162283503220197 + ] + ] + ], + "type": "Polygon" + }, + "id": "2808", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16449879344974, + -11.673621513828452, + -77.15485654159284, + -11.663225765125478 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16018065271184, + -11.663225765125478 + ], + [ + -77.16449879344974, + -11.66626929609761 + ], + [ + -77.1639958503303, + -11.671467222468243 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15535961172395, + -11.665380073595909 + ], + [ + -77.16018065271184, + -11.663225765125478 + ] + ] + ], + "type": "Polygon" + }, + "id": "2809", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97730198137448, + -11.891347326429747, + -76.96765799207448, + -11.880959069894597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.97679607445004, + -11.889199609920956 + ], + [ + -76.97197399376972, + -11.891347326429747 + ], + [ + -76.96765799207448, + -11.888300881662323 + ], + [ + -76.96816402544164, + -11.883106806513515 + ], + [ + -76.97298593407072, + -11.880959069894597 + ] + ] + ], + "type": "Polygon" + }, + "id": "2810", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05485381241049, + -11.662930453043758, + -77.04521463248837, + -11.652537219632908 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05053872836017, + -11.652537219632908 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.04952967209907, + -11.662930453043758 + ], + [ + -77.04521463248837, + -11.659885922487163 + ], + [ + -77.04571922389995, + -11.65468935856612 + ], + [ + -77.05053872836017, + -11.652537219632908 + ] + ] + ], + "type": "Polygon" + }, + "id": "2811", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02823183573271, + -11.699669732082812, + -77.01859224205367, + -11.68927762072047 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.02823183573271, + -11.692322500631239 + ], + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.0239169746594, + -11.68927762072047 + ] + ] + ], + "type": "Polygon" + }, + "id": "2812", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78083385377934, + -12.202143390878682, + -76.77118579210703, + -12.191764767431497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.77550059766953, + -12.202143390878682 + ], + [ + -76.77118579210703, + -12.199093595953594 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.77651899971826, + -12.191764767431497 + ] + ] + ], + "type": "Polygon" + }, + "id": "2813", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74957968582997, + -12.285478493403485, + -76.73992998261254, + -12.275102035490733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74526457754266, + -12.275102035490733 + ], + [ + -76.74957968582997, + -12.278152434974485 + ], + [ + -76.74906998094876, + -12.283340718234006 + ], + [ + -76.74424504193092, + -12.285478493403485 + ], + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.74526457754266, + -12.275102035490733 + ] + ] + ], + "type": "Polygon" + }, + "id": "2814", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0541786417966, + -11.812359516219987, + -77.0445350322822, + -11.801968273606771 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.0445350322822, + -11.809314174991414 + ], + [ + -77.04503986599737, + -11.804118606348718 + ], + [ + -77.04986158517134, + -11.801968273606771 + ] + ] + ], + "type": "Polygon" + }, + "id": "2815", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04284460853955, + -11.976448255628808, + -77.03319639914388, + -11.966059620668656 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03852566669653, + -11.966059620668656 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.03751529628965, + -11.976448255628808 + ], + [ + -77.03319639914388, + -11.973401974586853 + ], + [ + -77.0337016477272, + -11.968207709708224 + ], + [ + -77.03852566669653, + -11.966059620668656 + ] + ] + ], + "type": "Polygon" + }, + "id": "2816", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08994888240726, + -11.776519927357402, + -77.080305433621, + -11.766127328227606 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08563134906564, + -11.766127328227606 + ], + [ + -77.08994888240726, + -11.76917207349417 + ], + [ + -77.08944473277471, + -11.774368425500061 + ], + [ + -77.08462292299244, + -11.776519927357402 + ], + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.08563134906564, + -11.766127328227606 + ] + ] + ], + "type": "Polygon" + }, + "id": "2817", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77702817783576, + -12.193904338406702, + -76.76738046499172, + -12.183525678084052 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77271353820024, + -12.183525678084052 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.77169505607692, + -12.193904338406702 + ], + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.77271353820024, + -12.183525678084052 + ] + ] + ], + "type": "Polygon" + }, + "id": "2818", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98033710383233, + -11.860182041208862, + -76.97069396432299, + -11.849793270435311 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97069396432299, + -11.85713578648026 + ], + [ + -76.97119990651262, + -11.851941454218206 + ], + [ + -76.97602139027856, + -11.849793270435311 + ] + ] + ], + "type": "Polygon" + }, + "id": "2819", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15322054814399, + -11.837779639503378, + -77.14357369035685, + -11.827386346247653 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1489005177688, + -11.827386346247653 + ], + [ + -77.15322054814399, + -11.830430836858959 + ], + [ + -77.15271719163663, + -11.835627535445948 + ], + [ + -77.14789367764867, + -11.837779639503378 + ], + [ + -77.14357369035685, + -11.834735063048187 + ], + [ + -77.14407717396027, + -11.82953846838939 + ], + [ + -77.1489005177688, + -11.827386346247653 + ] + ] + ], + "type": "Polygon" + }, + "id": "2820", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12492341757887, + -11.70124573574104, + -77.1152813299771, + -11.690851295662679 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12060595729218, + -11.690851295662679 + ], + [ + -77.12492341757887, + -11.69389532766403 + ], + [ + -77.12441987578273, + -11.699092599969042 + ], + [ + -77.11959874681291, + -11.70124573574104 + ], + [ + -77.1152813299771, + -11.698201616846399 + ], + [ + -77.11578499865091, + -11.693004449082958 + ], + [ + -77.12060595729218, + -11.690851295662679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2821", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85547931774833, + -12.288173242708043, + -76.84582668600476, + -12.277794153573959 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85116127342422, + -12.277794153573959 + ], + [ + -76.85547931774833, + -12.280843579209243 + ], + [ + -76.85497108560884, + -12.286033177363246 + ], + [ + -76.85014468286874, + -12.288173242708043 + ], + [ + -76.84582668600476, + -12.285123733268255 + ], + [ + -76.84633504441126, + -12.279934242298006 + ], + [ + -76.85116127342422, + -12.277794153573959 + ] + ] + ], + "type": "Polygon" + }, + "id": "2822", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93548383025, + -12.17819275910546, + -76.92583237423798, + -12.16780987135991 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93116508341356, + -12.16780987135991 + ], + [ + -76.93548383025, + -12.170858036118636 + ], + [ + -76.9349768891922, + -12.176049533135258 + ], + [ + -76.93015107478789, + -12.17819275910546 + ], + [ + -76.92583237423798, + -12.175144510066486 + ], + [ + -76.9263394417964, + -12.169953119347422 + ], + [ + -76.93116508341356, + -12.16780987135991 + ] + ] + ], + "type": "Polygon" + }, + "id": "2823", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72530455814682, + -12.06298765925887, + -76.71566215772253, + -12.052608252016853 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72099308792586, + -12.052608252016853 + ], + [ + -76.72530455814682, + -12.055657765386918 + ], + [ + -76.72479486632153, + -12.060847523672193 + ], + [ + -76.71997357869677, + -12.06298765925887 + ], + [ + -76.71566215772253, + -12.059938060056648 + ], + [ + -76.71617197511682, + -12.054748411109657 + ], + [ + -76.72099308792586, + -12.052608252016853 + ] + ] + ], + "type": "Polygon" + }, + "id": "2824", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70393214124326, + -12.186613609256527, + -76.6942866377438, + -12.176236691471898 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.69859911780576, + -12.186613609256527 + ], + [ + -76.6942866377438, + -12.183563187865994 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.69961961159278, + -12.176236691471898 + ] + ] + ], + "type": "Polygon" + }, + "id": "2825", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80519985373853, + -12.23600974044167, + -76.7955501242525, + -12.225631053012362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.800883879674, + -12.225631053012362 + ], + [ + -76.80519985373853, + -12.2286807019385 + ], + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.7955501242525, + -12.2329600071697 + ], + [ + -76.79605910201941, + -12.227770717437373 + ], + [ + -76.800883879674, + -12.225631053012362 + ] + ] + ], + "type": "Polygon" + }, + "id": "2826", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02520223865238, + -11.730845104031951, + -77.01556179495327, + -11.720453474428222 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.01987694516781, + -11.730845104031951 + ], + [ + -77.01556179495327, + -11.72779993984052 + ], + [ + -77.01606690739678, + -11.722604177967943 + ], + [ + -77.02088704355695, + -11.720453474428222 + ] + ] + ], + "type": "Polygon" + }, + "id": "2827", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8189046068862, + -12.28453309029793, + -76.80925306023815, + -12.274154860633438 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81458760961887, + -12.274154860633438 + ], + [ + -76.8189046068862, + -12.277204611350644 + ], + [ + -76.8183958699027, + -12.282393780019772 + ], + [ + -76.8135700095248, + -12.28453309029793 + ], + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.81458760961887, + -12.274154860633438 + ] + ] + ], + "type": "Polygon" + }, + "id": "2828", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75654030311811, + -11.97962053365323, + -76.7468995372939, + -11.96923907647209 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.75603117717198, + -11.97747865607264 + ], + [ + -76.75121070705156, + -11.97962053365323 + ], + [ + -76.7468995372939, + -11.976571650869348 + ], + [ + -76.74740878886988, + -11.97138097681504 + ], + [ + -76.75222908458315, + -11.96923907647209 + ] + ] + ], + "type": "Polygon" + }, + "id": "2829", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84254769308563, + -11.996013293336558, + -76.8329041246516, + -11.985629910098146 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8382339015434, + -11.985629910098146 + ], + [ + -76.84254769308563, + -11.988678023958032 + ], + [ + -76.84203973963001, + -11.993869769508501 + ], + [ + -76.83721786863538, + -11.996013293336558 + ], + [ + -76.8329041246516, + -11.99296509359813 + ], + [ + -76.83341220409454, + -11.987773455919982 + ], + [ + -76.8382339015434, + -11.985629910098146 + ] + ] + ], + "type": "Polygon" + }, + "id": "2830", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9795946891586, + -11.91516986775133, + -76.96994993079112, + -11.90478189477377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.97908877708578, + -11.913022395700315 + ], + [ + -76.97426631187085, + -11.91516986775133 + ], + [ + -76.96994993079112, + -11.912123320442527 + ], + [ + -76.97045596933437, + -11.906929387036632 + ], + [ + -76.97527826249633, + -11.90478189477377 + ] + ] + ], + "type": "Polygon" + }, + "id": "2831", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9583068478496, + -12.038909940017799, + -76.94865895294006, + -12.028524316894453 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.9583068478496, + -12.03157159722274 + ], + [ + -76.95780044433731, + -12.036764461895245 + ], + [ + -76.952976410676, + -12.038909940017799 + ], + [ + -76.94865895294006, + -12.035862574526071 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.95398934419251, + -12.028524316894453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2832", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00623467534055, + -11.878459089728938, + -76.99659032355171, + -11.868069939027649 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00191802193604, + -11.868069939027649 + ], + [ + -77.00623467534055, + -11.871115970199662 + ], + [ + -77.00572919353283, + -11.876310598473925 + ], + [ + -77.00090693176384, + -11.878459089728938 + ], + [ + -76.99659032355171, + -11.875412972455424 + ], + [ + -76.99709593190684, + -11.87021845003826 + ], + [ + -77.00191802193604, + -11.868069939027649 + ] + ] + ], + "type": "Polygon" + }, + "id": "2833", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87528847332885, + -12.08574586534273, + -76.86564135924378, + -12.07536302307523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.87478083593244, + -12.083602770123823 + ], + [ + -76.86995719223191, + -12.08574586534273 + ], + [ + -76.86564135924378, + -12.082697507921624 + ], + [ + -76.86614912282836, + -12.07750614042949 + ], + [ + -76.87097259322236, + -12.07536302307523 + ] + ] + ], + "type": "Polygon" + }, + "id": "2834", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1219760809092, + -11.826859795205676, + -77.11233032816088, + -11.816467105249679 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.12147230246066, + -11.824708221099758 + ], + [ + -77.11664934083625, + -11.826859795205676 + ], + [ + -77.11233032816088, + -11.823814990479821 + ], + [ + -77.1128342335739, + -11.818618697692635 + ], + [ + -77.11765702470714, + -11.816467105249679 + ] + ] + ], + "type": "Polygon" + }, + "id": "2835", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71621615603424, + -11.967750777571155, + -76.7065768434714, + -11.95737017009965 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71190620590386, + -11.95737017009965 + ], + [ + -76.71621615603424, + -11.960419260096923 + ], + [ + -76.71570648794378, + -11.965609618641642 + ], + [ + -76.7108867442549, + -11.967750777571155 + ], + [ + -76.7065768434714, + -11.964701601047205 + ], + [ + -76.70708663702035, + -11.959511352130145 + ], + [ + -76.71190620590386, + -11.95737017009965 + ] + ] + ], + "type": "Polygon" + }, + "id": "2836", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03047995248666, + -11.629073646047052, + -77.02084240098186, + -11.618680579343044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.03047995248666, + -11.621725047029958 + ], + [ + -77.02997519900748, + -11.62692163335035 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.02616597105369, + -11.618680579343044 + ] + ] + ], + "type": "Polygon" + }, + "id": "2837", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90419863572681, + -11.78976457263315, + -76.89455957871755, + -11.779376714871624 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.90369186591155, + -11.787617163611273 + ], + [ + -76.89887225105542, + -11.78976457263315 + ], + [ + -76.89455957871755, + -11.786718019377508 + ], + [ + -76.89506647460556, + -11.7815241441975 + ], + [ + -76.8998859167681, + -11.779376714871624 + ] + ] + ], + "type": "Polygon" + }, + "id": "2838", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85396660961945, + -12.020732771294536, + -76.84432200018188, + -12.010349471649048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84965217719414, + -12.010349471649048 + ], + [ + -76.85396660961945, + -12.01339760982311 + ], + [ + -76.85345877665523, + -12.018589313478445 + ], + [ + -76.84863638520405, + -12.020732771294536 + ], + [ + -76.84432200018188, + -12.01768454745457 + ], + [ + -76.84482995919832, + -12.012492951474222 + ], + [ + -76.84965217719414, + -12.010349471649048 + ] + ] + ], + "type": "Polygon" + }, + "id": "2839", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12348732532377, + -11.811270697584753, + -77.11384199892753, + -11.800877757312 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11916843684257, + -11.800877757312 + ], + [ + -77.12348732532377, + -11.80392238196944 + ], + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.11384199892753, + -11.80822598679032 + ], + [ + -77.11434585886936, + -11.803029568847572 + ], + [ + -77.11916843684257, + -11.800877757312 + ] + ] + ], + "type": "Polygon" + }, + "id": "2840", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08856520156469, + -11.980936274223408, + -77.07891569820038, + -11.970546590474655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08424497875649, + -11.970546590474655 + ], + [ + -77.08856520156469, + -11.973592387844674 + ], + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.08424497875649, + -11.970546590474655 + ] + ] + ], + "type": "Polygon" + }, + "id": "2841", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05355707212351, + -12.056156448108796, + -77.0439062129774, + -12.045768744898105 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0492367797098, + -12.045768744898105 + ], + [ + -77.05355707212351, + -12.048815230832972 + ], + [ + -77.05305197612272, + -12.05400913488869 + ], + [ + -77.04822646082482, + -12.056156448108796 + ], + [ + -77.0439062129774, + -12.053109877476047 + ], + [ + -77.04441143585223, + -12.047916078330987 + ], + [ + -77.0492367797098, + -12.045768744898105 + ] + ] + ], + "type": "Polygon" + }, + "id": "2842", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92022296385439, + -12.050876873530683, + -76.91057570616259, + -12.04049237635317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91590632983953, + -12.04049237635317 + ], + [ + -76.92022296385439, + -12.043540064610674 + ], + [ + -76.91971600896433, + -12.048732366557696 + ], + [ + -76.91489229370974, + -12.050876873530683 + ], + [ + -76.91057570616259, + -12.047829100055045 + ], + [ + -76.9110827873929, + -12.042636904834396 + ], + [ + -76.91590632983953, + -12.04049237635317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2843", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83034170162257, + -12.214930732301427, + -76.82069192766265, + -12.204551066530378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.82983323378433, + -12.212790268750183 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.82602532164168, + -12.204551066530378 + ] + ] + ], + "type": "Polygon" + }, + "id": "2844", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01316322798309, + -12.044316809371983, + -77.00351375454326, + -12.033929915985453 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00884417588966, + -12.033929915985453 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.00783276149684, + -12.044316809371983 + ], + [ + -77.00351375454326, + -12.041269921951132 + ], + [ + -77.00401952508732, + -12.036076528002244 + ], + [ + -77.00884417588966, + -12.033929915985453 + ] + ] + ], + "type": "Polygon" + }, + "id": "2845", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73145939827893, + -11.906371094731636, + -76.72182149781182, + -11.895989206922703 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72714984573396, + -11.895989206922703 + ], + [ + -76.73145939827893, + -11.899037829177402 + ], + [ + -76.7309500387754, + -11.904228827841312 + ], + [ + -76.7261310012452, + -11.906371094731636 + ], + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.72714984573396, + -11.895989206922703 + ] + ] + ], + "type": "Polygon" + }, + "id": "2846", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66126454693313, + -12.245213998119956, + -76.65161847063933, + -12.23483912969583 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.65593055118065, + -12.245213998119956 + ], + [ + -76.65161847063933, + -12.242162897497423 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.65695241617829, + -12.23483912969583 + ] + ] + ], + "type": "Polygon" + }, + "id": "2847", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06090620848765, + -11.600568716822458, + -77.05126872911963, + -11.590174553941004 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05659179292005, + -11.590174553941004 + ], + [ + -77.06090620848765, + -11.593218595826958 + ], + [ + -77.06040192548107, + -11.598415730052668 + ], + [ + -77.05558310035096, + -11.600568716822458 + ], + [ + -77.05126872911963, + -11.59752458710986 + ], + [ + -77.05177313867283, + -11.592327558463985 + ], + [ + -77.05659179292005, + -11.590174553941004 + ] + ] + ], + "type": "Polygon" + }, + "id": "2848", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08607186467701, + -11.673847875600714, + -77.07643156889615, + -11.663454022767885 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08175580241924, + -11.663454022767885 + ], + [ + -77.08607186467701, + -11.66649825089569 + ], + [ + -77.08556782040179, + -11.671695229865149 + ], + [ + -77.08074758715631, + -11.673847875600714 + ], + [ + -77.07643156889615, + -11.670803560246565 + ], + [ + -77.07693573987451, + -11.665606686393081 + ], + [ + -77.08175580241924, + -11.663454022767885 + ] + ] + ], + "type": "Polygon" + }, + "id": "2849", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06241896661656, + -11.584977415271286, + -77.05278191232696, + -11.574583023905442 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05810471815317, + -11.574583023905442 + ], + [ + -77.06241896661656, + -11.577626964487658 + ], + [ + -77.06191472905478, + -11.582824212958137 + ], + [ + -77.05709611647988, + -11.584977415271286 + ], + [ + -77.05278191232696, + -11.581933386759996 + ], + [ + -77.05328627642915, + -11.5767362438745 + ], + [ + -77.05810471815317, + -11.574583023905442 + ] + ] + ], + "type": "Polygon" + }, + "id": "2850", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11528213057862, + -12.038620688012132, + -77.10563023473473, + -12.028231216481325 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1109604264904, + -12.028231216481325 + ], + [ + -77.11528213057862, + -12.03127704443239 + ], + [ + -77.114777928462, + -12.03647183224432 + ], + [ + -77.10995189514357, + -12.038620688012132 + ], + [ + -77.10563023473473, + -12.035574775467405 + ], + [ + -77.1061345639556, + -12.030380091758468 + ], + [ + -77.1109604264904, + -12.028231216481325 + ] + ] + ], + "type": "Polygon" + }, + "id": "2851", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85093406180648, + -11.768784829695836, + -76.84129703820004, + -11.758398016722614 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.85042658175516, + -11.766638293571209 + ], + [ + -76.84560798333898, + -11.768784829695836 + ], + [ + -76.84129703820004, + -11.765737925977316 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.84662306929509, + -11.758398016722614 + ] + ] + ], + "type": "Polygon" + }, + "id": "2852", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69035884901506, + -11.949455395669283, + -76.68072079158392, + -11.93907517951831 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68604985666914, + -11.93907517951831 + ], + [ + -76.69035884901506, + -11.942124397903203 + ], + [ + -76.68984885046599, + -11.947314560978002 + ], + [ + -76.68502973422127, + -11.949455395669283 + ], + [ + -76.68072079158392, + -11.946406090538497 + ], + [ + -76.68123091547322, + -11.941216037472039 + ], + [ + -76.68604985666914, + -11.93907517951831 + ] + ] + ], + "type": "Polygon" + }, + "id": "2853", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8798600696277, + -12.133372490268764, + -76.87021141356865, + -12.122990276570592 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.8793524213084, + -12.131229901720895 + ], + [ + -76.8745280066188, + -12.133372490268764 + ], + [ + -76.87021141356865, + -12.130323940735577 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.87554342951047, + -12.122990276570592 + ] + ] + ], + "type": "Polygon" + }, + "id": "2854", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77172306422408, + -12.106911635310317, + -76.76207809106621, + -12.096531728315572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76740973123252, + -12.096531728315572 + ], + [ + -76.77172306422408, + -12.09958104891388 + ], + [ + -76.77121394923651, + -12.10477105672382 + ], + [ + -76.7663913754581, + -12.106911635310317 + ], + [ + -76.76207809106621, + -12.103862229350304 + ], + [ + -76.76258733184356, + -12.098672330175273 + ], + [ + -76.76740973123252, + -12.096531728315572 + ] + ] + ], + "type": "Polygon" + }, + "id": "2855", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07942031256917, + -11.980039199398147, + -77.06977106704197, + -11.969649724904366 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07510034554939, + -11.969649724904366 + ], + [ + -77.07942031256917, + -11.972695602175502 + ], + [ + -77.07891569820038, + -11.977890391762607 + ], + [ + -77.0740909898858, + -11.980039199398147 + ], + [ + -77.06977106704197, + -11.97699323699654 + ], + [ + -77.07027580832741, + -11.971798552099782 + ], + [ + -77.07510034554939, + -11.969649724904366 + ] + ] + ], + "type": "Polygon" + }, + "id": "2856", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06337486482022, + -11.907666520567822, + -77.0537281828835, + -11.89727638662201 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05905629170415, + -11.89727638662201 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.05804671161432, + -11.907666520567822 + ], + [ + -77.0537281828835, + -11.904620771525344 + ], + [ + -77.05423303632197, + -11.899425757073208 + ], + [ + -77.05905629170415, + -11.89727638662201 + ] + ] + ], + "type": "Polygon" + }, + "id": "2857", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95828042148251, + -11.94453268187437, + -76.9486353408346, + -11.934145659065363 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95396417761869, + -11.934145659065363 + ], + [ + -76.95828042148251, + -11.937192464017167 + ], + [ + -76.95777416528405, + -11.942386028614033 + ], + [ + -76.95295153880369, + -11.94453268187437 + ], + [ + -76.9486353408346, + -11.941485791104661 + ], + [ + -76.94914172344173, + -11.936292332902369 + ], + [ + -76.95396417761869, + -11.934145659065363 + ] + ] + ], + "type": "Polygon" + }, + "id": "2858", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98795757697194, + -11.876663209170307, + -76.97831374963684, + -11.866274482399557 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.98795757697194, + -11.8693206687198 + ], + [ + -76.98745184210634, + -11.87451508515432 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.9836414386852, + -11.866274482399557 + ] + ] + ], + "type": "Polygon" + }, + "id": "2859", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9605990259032, + -12.062728099463023, + -76.95095036104674, + -12.052342781938533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.9605990259032, + -12.05539015859817 + ], + [ + -76.96009261718011, + -12.06058287043508 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.95628114251029, + -12.052342781938533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2860", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01320568510995, + -12.138692661593334, + -77.00355339485478, + -12.128307225948928 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00888537158838, + -12.128307225948928 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.00787366321075, + -12.138692661593334 + ], + [ + -77.00355339485478, + -12.1356453236886 + ], + [ + -77.00405931242828, + -12.13045265852866 + ], + [ + -77.00888537158838, + -12.128307225948928 + ] + ] + ], + "type": "Polygon" + }, + "id": "2861", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89815190097329, + -12.229526432999272, + -76.88849989163118, + -12.219145305580358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89383347978536, + -12.219145305580358 + ], + [ + -76.89815190097329, + -12.222194059636005 + ], + [ + -76.89764435727372, + -12.227384676696394 + ], + [ + -76.89281826598497, + -12.229526432999272 + ], + [ + -76.88849989163118, + -12.22647759488509 + ], + [ + -76.88900756172255, + -12.221287084536423 + ], + [ + -76.89383347978536, + -12.219145305580358 + ] + ] + ], + "type": "Polygon" + }, + "id": "2862", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95673563802478, + -11.865726933853187, + -76.94709294538778, + -11.855338823025587 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95242048649713, + -11.855338823025587 + ], + [ + -76.95673563802478, + -11.85838523192579 + ], + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.94709294538778, + -11.86268043858299 + ], + [ + -76.94759922629162, + -11.857486436449246 + ], + [ + -76.95242048649713, + -11.855338823025587 + ] + ] + ], + "type": "Polygon" + }, + "id": "2863", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8471305894516, + -11.7605445735701, + -76.8374939123082, + -11.750157745150208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84281981024029, + -11.750157745150208 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.8418046440954, + -11.7605445735701 + ], + [ + -76.8374939123082, + -11.757497682812891 + ], + [ + -76.83800155828715, + -11.752304322715093 + ], + [ + -76.84281981024029, + -11.750157745150208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2864", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82729066566851, + -12.246068557848114, + -76.81764004343749, + -12.235689478645815 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.82729066566851, + -12.238738970557103 + ], + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.81764004343749, + -12.243018981739553 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.82297395310584, + -12.235689478645815 + ] + ] + ], + "type": "Polygon" + }, + "id": "2865", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98192107096894, + -12.033374364815163, + -76.9722727289237, + -12.02298807481212 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97760300477647, + -12.02298807481212 + ], + [ + -76.98192107096894, + -12.026035111196082 + ], + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.9722727289237, + -12.030327243314964 + ], + [ + -76.97277891982652, + -12.025134151278982 + ], + [ + -76.97760300477647, + -12.02298807481212 + ] + ] + ], + "type": "Polygon" + }, + "id": "2866", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88824305356682, + -12.189236399169623, + -76.87859250856454, + -12.17885486549705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88392543966945, + -12.17885486549705 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.87910025380584, + -12.180996945083717 + ], + [ + -76.88392543966945, + -12.17885486549705 + ] + ] + ], + "type": "Polygon" + }, + "id": "2867", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99109961549759, + -12.128648213372443, + -76.98144819410301, + -12.118263163927699 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98678003025627, + -12.118263163927699 + ], + [ + -76.99109961549759, + -12.12131057634371 + ], + [ + -76.99059353064865, + -12.12650315387691 + ], + [ + -76.98576773386583, + -12.128648213372443 + ], + [ + -76.98144819410301, + -12.125600716533716 + ], + [ + -76.9819544056351, + -12.120408244632063 + ], + [ + -76.98678003025627, + -12.118263163927699 + ] + ] + ], + "type": "Polygon" + }, + "id": "2868", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91491984331192, + -12.246912128698881, + -76.90526687381184, + -12.2365308683513 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91441250677835, + -12.244770229591833 + ], + [ + -76.90958593548747, + -12.246912128698881 + ], + [ + -76.90526687381184, + -12.243863366976626 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.91060073503643, + -12.2365308683513 + ] + ] + ], + "type": "Polygon" + }, + "id": "2869", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18447098120822, + -11.848697275781083, + -77.17482302387546, + -11.838303382738747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18014997893674, + -11.838303382738747 + ], + [ + -77.18447098120822, + -11.841347643129371 + ], + [ + -77.18396804711183, + -11.846544641387766 + ], + [ + -77.17914398350719, + -11.848697275781083 + ], + [ + -77.17482302387546, + -11.84565292973757 + ], + [ + -77.17532608519932, + -11.840456034963589 + ], + [ + -77.18014997893674, + -11.838303382738747 + ] + ] + ], + "type": "Polygon" + }, + "id": "2870", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81742238691689, + -12.017111383615253, + -76.80777886109321, + -12.006728947370847 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.81742238691689, + -12.009777396287648 + ], + [ + -76.81691404996725, + -12.014968668492562 + ], + [ + -76.8120922001379, + -12.017111383615253 + ], + [ + -76.80777886109321, + -12.01406284887627 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.81310899994982, + -12.006728947370847 + ] + ] + ], + "type": "Polygon" + }, + "id": "2871", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79307035936323, + -11.983246677080922, + -76.78342849745725, + -11.97286434939582 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78875809022833, + -11.97286434939582 + ], + [ + -76.79307035936323, + -11.975912839817791 + ], + [ + -76.79256173631005, + -11.981104057937031 + ], + [ + -76.78774071833327, + -11.983246677080922 + ], + [ + -76.78342849745725, + -11.980198100514313 + ], + [ + -76.78393724628965, + -11.975006990958223 + ], + [ + -76.78875809022833, + -11.97286434939582 + ] + ] + ], + "type": "Polygon" + }, + "id": "2872", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7961008978728, + -12.046444024670835, + -76.7864570701937, + -12.03606256945141 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79178770306358, + -12.03606256945141 + ], + [ + -76.7961008978728, + -12.039111361465876 + ], + [ + -76.79559221765021, + -12.044302143276708 + ], + [ + -76.79077021676834, + -12.046444024670835 + ], + [ + -76.7864570701937, + -12.043395146961604 + ], + [ + -76.78696587625686, + -12.038204473562784 + ], + [ + -76.79178770306358, + -12.03606256945141 + ] + ] + ], + "type": "Polygon" + }, + "id": "2873", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88824904904286, + -12.283569968311022, + -76.87859568658268, + -12.273189981224208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.88824904904286, + -12.276239078140676 + ], + [ + -76.88774128201285, + -12.28142912505398 + ], + [ + -76.8829145140852, + -12.283569968311022 + ], + [ + -76.87859568658268, + -12.280520787675298 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.88393017454919, + -12.273189981224208 + ] + ] + ], + "type": "Polygon" + }, + "id": "2874", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01550312406256, + -12.162510393213736, + -77.00585006390072, + -12.15212527813668 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0111824306617, + -12.15212527813668 + ], + [ + -77.01550312406256, + -12.15517262155512 + ], + [ + -77.01499732822077, + -12.160365231709688 + ], + [ + -77.01017071216214, + -12.162510393213736 + ], + [ + -77.00585006390072, + -12.159462965695603 + ], + [ + -77.00635598654908, + -12.15427046078302 + ], + [ + -77.0111824306617, + -12.15212527813668 + ] + ] + ], + "type": "Polygon" + }, + "id": "2875", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02667076502246, + -11.620832610245287, + -77.01703355600051, + -11.610439533547932 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02235699528376, + -11.610439533547932 + ], + [ + -77.02667076502246, + -11.613483987993243 + ], + [ + -77.02616597105369, + -11.618680579343044 + ], + [ + -77.02134728090971, + -11.620832610245287 + ], + [ + -77.01703355600051, + -11.617788067987778 + ], + [ + -77.01753847639644, + -11.61259158265008 + ], + [ + -77.02235699528376, + -11.610439533547932 + ] + ] + ], + "type": "Polygon" + }, + "id": "2876", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0923811486284, + -11.989176936796792, + -77.08273130329674, + -11.978787281996398 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08806071414938, + -11.978787281996398 + ], + [ + -77.0923811486284, + -11.981833084404142 + ], + [ + -77.09187670193714, + -11.98702796404873 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.08323587696303, + -11.980936274223408 + ], + [ + -77.08806071414938, + -11.978787281996398 + ] + ] + ], + "type": "Polygon" + }, + "id": "2877", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10383050403486, + -12.013898863159165, + -77.0941796331701, + -12.003509297940846 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09950943466207, + -12.003509297940846 + ], + [ + -77.10383050403486, + -12.006555114123822 + ], + [ + -77.10332617958156, + -12.011749948878467 + ], + [ + -77.09850065870648, + -12.013898863159165 + ], + [ + -77.0941796331701, + -12.01085296216948 + ], + [ + -77.09468408466303, + -12.00565823171574 + ], + [ + -77.09950943466207, + -12.003509297940846 + ] + ] + ], + "type": "Polygon" + }, + "id": "2878", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17070958406869, + -11.800141251720607, + -77.16106341301479, + -11.789747022001535 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16638959291652, + -11.789747022001535 + ], + [ + -77.17070958406869, + -11.792791161422647 + ], + [ + -77.17020653185443, + -11.797988328153808 + ], + [ + -77.16538336134342, + -11.800141251720607 + ], + [ + -77.16106341301479, + -11.797097026259834 + ], + [ + -77.16156659236434, + -11.791899963281866 + ], + [ + -77.16638959291652, + -11.789747022001535 + ] + ] + ], + "type": "Polygon" + }, + "id": "2879", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99794927493791, + -12.105732562409871, + -76.98829836072704, + -12.095346986200973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.99794927493791, + -12.098394225845828 + ], + [ + -76.99744332190157, + -12.10358706673466 + ], + [ + -76.9926177787581, + -12.105732562409871 + ], + [ + -76.98829836072704, + -12.102685238208352 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.99362981153259, + -12.095346986200973 + ] + ] + ], + "type": "Polygon" + }, + "id": "2880", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10527406048391, + -11.903904595965573, + -77.09562643197086, + -11.893513389669979 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10095442066937, + -11.893513389669979 + ], + [ + -77.10527406048391, + -11.896558651752457 + ], + [ + -77.10476992763311, + -11.901754307129655 + ], + [ + -77.09994602799941, + -11.903904595965573 + ], + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.10095442066937, + -11.893513389669979 + ] + ] + ], + "type": "Polygon" + }, + "id": "2881", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76186977648064, + -11.972287872955556, + -76.75222908458315, + -11.961906172327307 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.76136073624404, + -11.970145787289468 + ], + [ + -76.75654030311811, + -11.972287872955556 + ], + [ + -76.75222908458315, + -11.96923907647209 + ], + [ + -76.7527382504653, + -11.964048280664633 + ], + [ + -76.75755850924637, + -11.961906172327307 + ] + ] + ], + "type": "Polygon" + }, + "id": "2882", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78241095404331, + -11.997913362515432, + -76.77276894245699, + -11.987531522104266 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77809878150413, + -11.987531522104266 + ], + [ + -76.78241095404331, + -11.990580184783628 + ], + [ + -76.78190215946057, + -11.995771159325127 + ], + [ + -76.77708106658129, + -11.997913362515432 + ], + [ + -76.77276894245699, + -11.994864613755205 + ], + [ + -76.77327786278762, + -11.9896737478953 + ], + [ + -76.77809878150413, + -11.987531522104266 + ] + ] + ], + "type": "Polygon" + }, + "id": "2883", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03204201366228, + -11.707910706567485, + -77.02240207736583, + -11.697518609237328 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02772694080409, + -11.697518609237328 + ], + [ + -77.03204201366228, + -11.70056350076988 + ], + [ + -77.03153715924657, + -11.705759602327092 + ], + [ + -77.02671710544692, + -11.707910706567485 + ], + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.02772694080409, + -11.697518609237328 + ] + ] + ], + "type": "Polygon" + }, + "id": "2884", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01090860581317, + -12.114874380922014, + -77.00125708537293, + -12.104488628270735 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00658867211877, + -12.104488628270735 + ], + [ + -77.01090860581317, + -12.107535790908647 + ], + [ + -77.01040282007175, + -12.11272871992293 + ], + [ + -77.00557697387555, + -12.114874380922014 + ], + [ + -77.00125708537293, + -12.111827133837776 + ], + [ + -77.00176299786533, + -12.10663431021068 + ], + [ + -77.00658867211877, + -12.104488628270735 + ] + ] + ], + "type": "Polygon" + }, + "id": "2885", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75345199984753, + -12.105093341845496, + -76.7438075764294, + -12.094713869889743 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.75345199984753, + -12.097763346568996 + ], + [ + -76.7529426333178, + -12.102953136984276 + ], + [ + -76.74812033431694, + -12.105093341845496 + ], + [ + -76.7438075764294, + -12.102043779726849 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.74913919310085, + -12.094713869889743 + ] + ] + ], + "type": "Polygon" + }, + "id": "2886", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97051594027269, + -12.103025717388379, + -76.96086581586991, + -12.092640775780218 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96619725148645, + -12.092640775780218 + ], + [ + -76.97051594027269, + -12.095688256807643 + ], + [ + -76.97000960727031, + -12.100880780584237 + ], + [ + -76.96518445889102, + -12.103025717388379 + ], + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.96619725148645, + -12.092640775780218 + ] + ] + ], + "type": "Polygon" + }, + "id": "2887", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99942860147027, + -11.99577503333129, + -76.98978092872882, + -11.985387749072721 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99511056613049, + -11.985387749072721 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.98978092872882, + -11.992728258454262 + ], + [ + -76.99028681572231, + -11.987534669204283 + ], + [ + -76.99511056613049, + -11.985387749072721 + ] + ] + ], + "type": "Polygon" + }, + "id": "2888", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04039508651846, + -11.669386054949562, + -77.03075608290067, + -11.658993256421143 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03608030307365, + -11.658993256421143 + ], + [ + -77.04039508651846, + -11.662037862305638 + ], + [ + -77.03989040909502, + -11.667234314437321 + ], + [ + -77.03507082169807, + -11.669386054949562 + ], + [ + -77.03075608290067, + -11.666341361639741 + ], + [ + -77.03126088684344, + -11.661145015252867 + ], + [ + -77.03608030307365, + -11.658993256421143 + ] + ] + ], + "type": "Polygon" + }, + "id": "2889", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98030426831642, + -11.76578068021312, + -76.97066394029184, + -11.755390616591002 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97598981350984, + -11.755390616591002 + ], + [ + -76.98030426831642, + -11.758436280711917 + ], + [ + -76.9797985995285, + -11.763631365717979 + ], + [ + -76.97497834956805, + -11.76578068021312 + ], + [ + -76.97066394029184, + -11.762734929115 + ], + [ + -76.97116973543633, + -11.75753995050879 + ], + [ + -76.97598981350984, + -11.755390616591002 + ] + ] + ], + "type": "Polygon" + }, + "id": "2890", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92480152827497, + -12.098508976284133, + -76.91515272977358, + -12.088125097358478 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92048413455646, + -12.088125097358478 + ], + [ + -76.92480152827497, + -12.091172978437239 + ], + [ + -76.92429456273729, + -12.096364971185894 + ], + [ + -76.91947007707597, + -12.098508976284133 + ], + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.92048413455646, + -12.088125097358478 + ] + ] + ], + "type": "Polygon" + }, + "id": "2891", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09382841833282, + -11.879181883296642, + -77.08418181456646, + -11.868790604208954 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08950941294603, + -11.868790604208954 + ], + [ + -77.09382841833282, + -11.87183584588659 + ], + [ + -77.093324163317, + -11.87703153775857 + ], + [ + -77.08850077601055, + -11.879181883296642 + ], + [ + -77.08418181456646, + -11.876136555843043 + ], + [ + -77.08468619647677, + -11.870940968637248 + ], + [ + -77.08950941294603, + -11.868790604208954 + ] + ] + ], + "type": "Polygon" + }, + "id": "2892", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00553674549941, + -12.027836236164813, + -76.99588795955985, + -12.017449281205034 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00121811817766, + -12.017449281205034 + ], + [ + -77.00553674549941, + -12.020496073320848 + ], + [ + -77.00503102056477, + -12.02568960360114 + ], + [ + -77.0002065416375, + -12.027836236164813 + ], + [ + -76.99588795955985, + -12.024789358980142 + ], + [ + -76.99639381115598, + -12.019595934310539 + ], + [ + -77.00121811817766, + -12.017449281205034 + ] + ] + ], + "type": "Polygon" + }, + "id": "2893", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77019567346868, + -12.12248114293576, + -76.76055027713556, + -12.112101518320108 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7658821746732, + -12.112101518320108 + ], + [ + -76.77019567346868, + -12.115150931322255 + ], + [ + -76.76968651268719, + -12.120340797939228 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.76105956371282, + -12.114241886685738 + ], + [ + -76.7658821746732, + -12.112101518320108 + ] + ] + ], + "type": "Polygon" + }, + "id": "2894", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15171043317198, + -11.853369263640472, + -77.14206314863297, + -11.842976223068128 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14739023486224, + -11.842976223068128 + ], + [ + -77.15171043317198, + -11.846020806447772 + ], + [ + -77.15120703121349, + -11.85121737869024 + ], + [ + -77.1463833038336, + -11.853369263640472 + ], + [ + -77.14206314863297, + -11.85032459451924 + ], + [ + -77.14256667769381, + -11.845128126199295 + ], + [ + -77.14739023486224, + -11.842976223068128 + ] + ] + ], + "type": "Polygon" + }, + "id": "2895", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04493650119623, + -11.622617228589391, + -77.03529877259744, + -11.61222372834642 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04062221887102, + -11.61222372834642 + ], + [ + -77.04493650119623, + -11.61526803361837 + ], + [ + -77.04443196019218, + -11.62046483661527 + ], + [ + -77.03961301035282, + -11.622617228589391 + ], + [ + -77.03529877259744, + -11.619572835584753 + ], + [ + -77.03580344010224, + -11.614376138348545 + ], + [ + -77.04062221887102, + -11.61222372834642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2896", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80976192333924, + -12.283622377102695, + -76.80011064915769, + -12.273244362930267 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80976192333924, + -12.276294194634984 + ], + [ + -76.80925306023815, + -12.281483255620529 + ], + [ + -76.80442733604714, + -12.283622377102695 + ], + [ + -76.80011064915769, + -12.280572461398913 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.80544518833904, + -12.273244362930267 + ] + ] + ], + "type": "Polygon" + }, + "id": "2897", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8851920076497, + -12.126038741312613, + -76.87554342951047, + -12.115656279050162 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88087532054355, + -12.115656279050162 + ], + [ + -76.8851920076497, + -12.118704658969282 + ], + [ + -76.8846844453261, + -12.123895943630103 + ], + [ + -76.8798600696277, + -12.126038741312613 + ], + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.88087532054355, + -12.115656279050162 + ] + ] + ], + "type": "Polygon" + }, + "id": "2898", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70481619278573, + -11.943032497981681, + -76.69517792932324, + -11.932651818871925 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70050688657798, + -11.932651818871925 + ], + [ + -76.70481619278573, + -11.93570087530253 + ], + [ + -76.70430640521309, + -11.940891269764808 + ], + [ + -76.69948718602971, + -11.943032497981681 + ], + [ + -76.69517792932324, + -11.939983354811924 + ], + [ + -76.69568784228935, + -11.934793070174168 + ], + [ + -76.70050688657798, + -11.932651818871925 + ] + ] + ], + "type": "Polygon" + }, + "id": "2899", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85700704604267, + -12.178275607725787, + -76.84735765565996, + -12.167894679850365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.85649900803959, + -12.176134090485021 + ], + [ + -76.85167422604685, + -12.178275607725787 + ], + [ + -76.84735765565996, + -12.175226630141367 + ], + [ + -76.84786581985033, + -12.170036219887555 + ], + [ + -76.85269042824976, + -12.167894679850365 + ] + ] + ], + "type": "Polygon" + }, + "id": "2900", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86538983772034, + -11.762344835242715, + -76.8557526217784, + -11.751957574465523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.86107853752013, + -11.751957574465523 + ], + [ + -76.86538983772034, + -11.755004228762255 + ], + [ + -76.86488256932016, + -11.760197913128017 + ], + [ + -76.8600638748136, + -11.762344835242715 + ], + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.86107853752013, + -11.751957574465523 + ] + ] + ], + "type": "Polygon" + }, + "id": "2901", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03609789190278, + -12.188132344183543, + -77.0264435394168, + -12.177747133058633 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03177630379538, + -12.177747133058633 + ], + [ + -77.03609789190278, + -12.180794400980682 + ], + [ + -77.03559234479997, + -12.185987058997313 + ], + [ + -77.03076508267193, + -12.188132344183543 + ], + [ + -77.0264435394168, + -12.185084992413952 + ], + [ + -77.02694921342803, + -12.179892439315593 + ], + [ + -77.03177630379538, + -12.177747133058633 + ] + ] + ], + "type": "Polygon" + }, + "id": "2902", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77319517901245, + -12.279976826997707, + -76.76354499946441, + -12.269599677290731 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76887949509045, + -12.269599677290731 + ], + [ + -76.77319517901245, + -12.272649831813267 + ], + [ + -76.77268581181502, + -12.27783846081577 + ], + [ + -76.76786063475559, + -12.279976826997707 + ], + [ + -76.76354499946441, + -12.276926588320855 + ], + [ + -76.76405449259234, + -12.271738067626174 + ], + [ + -76.76887949509045, + -12.269599677290731 + ] + ] + ], + "type": "Polygon" + }, + "id": "2903", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98114541908464, + -11.993974648809205, + -76.971498271891, + -11.98358778804748 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.98063940551599, + -11.991828119117121 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.97200441199782, + -11.985734338347099 + ], + [ + -76.97682789953895, + -11.98358778804748 + ] + ] + ], + "type": "Polygon" + }, + "id": "2904", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98718154690037, + -11.83725586836311, + -76.97753891327145, + -11.826866609760774 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98286595475939, + -11.826866609760774 + ], + [ + -76.98718154690037, + -11.829912595993962 + ], + [ + -76.98667586272519, + -11.835107278383033 + ], + [ + -76.98185445995996, + -11.83725586836311 + ], + [ + -76.97753891327145, + -11.83420979567334 + ], + [ + -76.97804472388628, + -11.829015219469927 + ], + [ + -76.98286595475939, + -11.826866609760774 + ] + ] + ], + "type": "Polygon" + }, + "id": "2905", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00324108883096, + -12.004015389026932, + -76.99359307225109, + -11.993628133635225 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -77.0027353689695, + -12.001868509771459 + ], + [ + -76.99791127472288, + -12.004015389026932 + ], + [ + -76.99359307225109, + -12.000968608180774 + ], + [ + -76.9940989187463, + -11.99577503333129 + ], + [ + -76.99892284108897, + -11.993628133635225 + ] + ] + ], + "type": "Polygon" + }, + "id": "2906", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.874529997688, + -12.235043070561414, + -76.86487844747478, + -12.224662623967616 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87021214463753, + -12.224662623967616 + ], + [ + -76.874529997688, + -12.227711624302946 + ], + [ + -76.87402211520106, + -12.232901901105423 + ], + [ + -76.86919625335248, + -12.235043070561414 + ], + [ + -76.86487844747478, + -12.231993986121134 + ], + [ + -76.86538645626344, + -12.226803816339656 + ], + [ + -76.87021214463753, + -12.224662623967616 + ] + ] + ], + "type": "Polygon" + }, + "id": "2907", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89810753064576, + -11.757701820207314, + -76.8884695882228, + -11.747313681944075 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89379540376757, + -11.747313681944075 + ], + [ + -76.89810753064576, + -11.750360024622273 + ], + [ + -76.89760072597983, + -11.755554147513287 + ], + [ + -76.89278166840273, + -11.757701820207314 + ], + [ + -76.8884695882228, + -11.75465539019681 + ], + [ + -76.88897651891227, + -11.749461374834386 + ], + [ + -76.89379540376757, + -11.747313681944075 + ] + ] + ], + "type": "Polygon" + }, + "id": "2908", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03433795669531, + -11.73173950745636, + -77.02469725271611, + -11.721347666280854 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.03433795669531, + -11.724392667435954 + ], + [ + -77.0338330973031, + -11.729588640880303 + ], + [ + -77.0290126596613, + -11.73173950745636 + ], + [ + -77.02469725271611, + -11.728694419285759 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.03002250499917, + -11.721347666280854 + ] + ] + ], + "type": "Polygon" + }, + "id": "2909", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09152650480704, + -11.855353951137026, + -77.0818806688585, + -11.844962393762533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08720787850177, + -11.844962393762533 + ], + [ + -77.09152650480704, + -11.848007534773114 + ], + [ + -77.09102225459151, + -11.853203365824285 + ], + [ + -77.08619925119464, + -11.855353951137026 + ], + [ + -77.0818806688585, + -11.852308724177052 + ], + [ + -77.08238504594077, + -11.847112997863642 + ], + [ + -77.08720787850177, + -11.844962393762533 + ] + ] + ], + "type": "Polygon" + }, + "id": "2910", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11506554990449, + -11.7553678151697, + -77.10542209878692, + -11.744974324481353 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11074763027791, + -11.744974324481353 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.10542209878692, + -11.752323320218022 + ], + [ + -77.10592598995814, + -11.74712662717159 + ], + [ + -77.11074763027791, + -11.744974324481353 + ] + ] + ], + "type": "Polygon" + }, + "id": "2911", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95678759166827, + -12.054488032135657, + -76.9471392716532, + -12.04410268315196 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95246992109412, + -12.04410268315196 + ], + [ + -76.95678759166827, + -12.047150054339063 + ], + [ + -76.95628114251029, + -12.052342781938533 + ], + [ + -76.95145689628009, + -12.054488032135657 + ], + [ + -76.9471392716532, + -12.051440575887609 + ], + [ + -76.94764584729984, + -12.046247954513246 + ], + [ + -76.95246992109412, + -12.04410268315196 + ] + ] + ], + "type": "Polygon" + }, + "id": "2912", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02749777788304, + -11.754673149430602, + -77.01785656632802, + -11.744281779409745 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02318220388452, + -11.744281779409745 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.02217209547176, + -11.754673149430602 + ], + [ + -77.01785656632802, + -11.751627876653597 + ], + [ + -77.01836168379718, + -11.746432244536884 + ], + [ + -77.02318220388452, + -11.744281779409745 + ] + ] + ], + "type": "Polygon" + }, + "id": "2913", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79909262497233, + -12.298277717556493, + -76.78944119976975, + -12.287900218541779 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79477598627187, + -12.287900218541779 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.79375779020299, + -12.298277717556493 + ], + [ + -76.78944119976975, + -12.295227633950262 + ], + [ + -76.78995036082384, + -12.290038938410856 + ], + [ + -76.79477598627187, + -12.287900218541779 + ] + ] + ], + "type": "Polygon" + }, + "id": "2914", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0693128012304, + -11.656473710706475, + -77.05967344622684, + -11.646080043351263 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06499741711394, + -11.646080043351263 + ], + [ + -77.0693128012304, + -11.649124323682695 + ], + [ + -77.06880854904558, + -11.654321210041806 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.06017782503511, + -11.648232561980405 + ], + [ + -77.06499741711394, + -11.646080043351263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2915", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77238939067867, + -12.42920142597525, + -76.76273477265421, + -12.418826858057631 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76807173421503, + -12.418826858057631 + ], + [ + -76.77238939067867, + -12.42187770583447 + ], + [ + -76.77187977681302, + -12.427065043813306 + ], + [ + -76.76705238043054, + -12.42920142597525 + ], + [ + -76.76273477265421, + -12.426150495077291 + ], + [ + -76.76324451256355, + -12.42096326514832 + ], + [ + -76.76807173421503, + -12.418826858057631 + ] + ] + ], + "type": "Polygon" + }, + "id": "2916", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99787329667564, + -11.916967600120094, + -76.98822801285365, + -11.906579203020879 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.99787329667564, + -11.909625508393267 + ], + [ + -76.99736763765453, + -11.914819759890397 + ], + [ + -76.99254490980547, + -11.916967600120094 + ], + [ + -76.98822801285365, + -11.91392120888263 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.9935563544014, + -11.906579203020879 + ] + ] + ], + "type": "Polygon" + }, + "id": "2917", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9856644488074, + -11.852839438841334, + -76.97602139027856, + -11.842450434265317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98134868977516, + -11.842450434265317 + ], + [ + -76.9856644488074, + -11.845496516317265 + ], + [ + -76.98515871906359, + -11.850691071690242 + ], + [ + -76.98033710383233, + -11.852839438841334 + ], + [ + -76.97602139027856, + -11.849793270435311 + ], + [ + -76.97652724646818, + -11.844598821242121 + ], + [ + -76.98134868977516, + -11.842450434265317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2918", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07415122785767, + -12.081776730331105, + -77.06449908159104, + -12.071388916550546 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.07364638084945, + -12.079629291975941 + ], + [ + -77.0688202220841, + -12.081776730331105 + ], + [ + -77.06449908159104, + -12.078730229639179 + ], + [ + -77.06500405557487, + -12.073536375047397 + ], + [ + -77.06983004308555, + -12.071388916550546 + ] + ] + ], + "type": "Polygon" + }, + "id": "2919", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11427394719136, + -11.715945618510464, + -77.10463168910135, + -11.705551627071333 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.11427394719136, + -11.70859583282804 + ], + [ + -77.11377023307827, + -11.713792880873703 + ], + [ + -77.10894901880158, + -11.715945618510464 + ], + [ + -77.10463168910135, + -11.712901325922918 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10995657388438, + -11.705551627071333 + ] + ] + ], + "type": "Polygon" + }, + "id": "2920", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6909950319408, + -12.177462273283966, + -76.68135015729821, + -12.167085539204603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68668298201919, + -12.167085539204603 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.68566215745008, + -12.177462273283966 + ], + [ + -76.68135015729821, + -12.174411780234585 + ], + [ + -76.68186063233784, + -12.169223467998743 + ], + [ + -76.68668298201919, + -12.167085539204603 + ] + ] + ], + "type": "Polygon" + }, + "id": "2921", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88823107310769, + -12.000533653649024, + -76.87858615809022, + -11.99014919481544 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.88823107310769, + -11.993196919988886 + ], + [ + -76.88772375014693, + -11.99838920302407 + ], + [ + -76.8829012060922, + -12.000533653649024 + ], + [ + -76.87858615809022, + -11.997485842792795 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.88391597819655, + -11.99014919481544 + ] + ] + ], + "type": "Polygon" + }, + "id": "2922", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09829877606653, + -11.737993102985769, + -77.08865626348371, + -11.727599787848192 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09398153381368, + -11.727599787848192 + ], + [ + -77.09829877606653, + -11.7306442540037 + ], + [ + -77.09779480351308, + -11.73584096398892 + ], + [ + -77.09297346189592, + -11.737993102985769 + ], + [ + -77.08865626348371, + -11.73494855009316 + ], + [ + -77.08916036283871, + -11.729751944950703 + ], + [ + -77.09398153381368, + -11.727599787848192 + ] + ] + ], + "type": "Polygon" + }, + "id": "2923", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89585550838127, + -12.111370243649082, + -76.88620708657994, + -12.100987285584203 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89153872753171, + -12.100987285584203 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89052382059688, + -12.111370243649082 + ], + [ + -76.88620708657994, + -12.108321948584575 + ], + [ + -76.88671460318778, + -12.103130523032327 + ], + [ + -76.89153872753171, + -12.100987285584203 + ] + ] + ], + "type": "Polygon" + }, + "id": "2924", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12284334142629, + -11.960695270142654, + -77.11319357951801, + -11.950304457806595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.12284334142629, + -11.953349839815935 + ], + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.11319357951801, + -11.957649803028135 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.11852247676327, + -11.950304457806595 + ] + ] + ], + "type": "Polygon" + }, + "id": "2925", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19573516521294, + -11.684530013810534, + -77.18609181693151, + -11.674133656326658 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1914160544078, + -11.674133656326658 + ], + [ + -77.19573516521294, + -11.677176966449386 + ], + [ + -77.19523264423557, + -11.682375196988547 + ], + [ + -77.19041088530095, + -11.684530013810534 + ], + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.1865944650517, + -11.676288490006417 + ], + [ + -77.1914160544078, + -11.674133656326658 + ] + ] + ], + "type": "Polygon" + }, + "id": "2926", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77088877605205, + -12.35047399775074, + -76.7612365524292, + -12.340098099107548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76657221342768, + -12.340098099107548 + ], + [ + -76.77088877605205, + -12.343148604318252 + ], + [ + -76.77037926551537, + -12.34833660774112 + ], + [ + -76.76555306636861, + -12.35047399775074 + ], + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.76657221342768, + -12.340098099107548 + ] + ] + ], + "type": "Polygon" + }, + "id": "2927", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10448331726977, + -11.864489489979656, + -77.09483688286359, + -11.854097745957427 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1001642242317, + -11.854097745957427 + ], + [ + -77.10448331726977, + -11.857142815989276 + ], + [ + -77.10397923467862, + -11.86233874026852 + ], + [ + -77.09915593211505, + -11.864489489979656 + ], + [ + -77.09483688286359, + -11.86144433410927 + ], + [ + -77.09534109237974, + -11.856248514376208 + ], + [ + -77.1001642242317, + -11.854097745957427 + ] + ] + ], + "type": "Polygon" + }, + "id": "2928", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73887267246599, + -12.394419101679267, + -76.72922000502057, + -12.384044776849622 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73455640312537, + -12.384044776849622 + ], + [ + -76.73887267246599, + -12.387095783618442 + ], + [ + -76.73836264645216, + -12.392283000310297 + ], + [ + -76.73353622520659, + -12.394419101679267 + ], + [ + -76.72922000502057, + -12.391368011429442 + ], + [ + -76.72973015691596, + -12.386180903301442 + ], + [ + -76.73455640312537, + -12.384044776849622 + ] + ] + ], + "type": "Polygon" + }, + "id": "2929", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79608000604331, + -12.140777628609582, + -76.78643336483256, + -12.130397637313038 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79176555321936, + -12.130397637313038 + ], + [ + -76.79608000604331, + -12.13344690620993 + ], + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.78643336483256, + -12.137728274673067 + ], + [ + -76.78694231969774, + -12.132538333152983 + ], + [ + -76.79176555321936, + -12.130397637313038 + ] + ] + ], + "type": "Polygon" + }, + "id": "2930", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06398878611152, + -11.663822787369494, + -77.05434934757032, + -11.653429342966625 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05967344622684, + -11.653429342966625 + ], + [ + -77.06398878611152, + -11.656473710706475 + ], + [ + -77.06348444787953, + -11.661670485619537 + ], + [ + -77.05866464314533, + -11.663822787369494 + ], + [ + -77.05434934757032, + -11.660778332252532 + ], + [ + -77.05485381241049, + -11.655581662772597 + ], + [ + -77.05967344622684, + -11.653429342966625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2931", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99406205390801, + -11.90872706329041, + -76.98441711385003, + -11.898338641813263 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98974532396451, + -11.898338641813263 + ], + [ + -76.99406205390801, + -11.901384939301893 + ], + [ + -76.9935563544014, + -11.906579203020879 + ], + [ + -76.9887337984191, + -11.90872706329041 + ], + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98974532396451, + -11.898338641813263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2932", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.084496486666, + -11.594999906165715, + -77.07485857535681, + -11.58460510172206 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08018151609845, + -11.58460510172206 + ], + [ + -77.084496486666, + -11.587648906448848 + ], + [ + -77.08399254290197, + -11.592846361299678 + ], + [ + -77.07917350192574, + -11.594999906165715 + ], + [ + -77.07485857535681, + -11.591956013660715 + ], + [ + -77.07536264575617, + -11.586758664077767 + ], + [ + -77.08018151609845, + -11.58460510172206 + ] + ] + ], + "type": "Polygon" + }, + "id": "2933", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92557039015591, + -12.137899227308791, + -76.9159203961378, + -12.1275159454576 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92125244970138, + -12.1275159454576 + ], + [ + -76.92557039015591, + -12.130564010294709 + ], + [ + -76.92506337361264, + -12.135755704466517 + ], + [ + -76.92023829017586, + -12.137899227308791 + ], + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.92125244970138, + -12.1275159454576 + ] + ] + ], + "type": "Polygon" + }, + "id": "2934", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79298319656776, + -12.360538477876643, + -76.78333007527245, + -12.350162191933352 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78866589313066, + -12.350162191933352 + ], + [ + -76.79298319656776, + -12.35321253601032 + ], + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.78333007527245, + -12.35748805027489 + ], + [ + -76.78383941970115, + -12.352299961256486 + ], + [ + -76.78866589313066, + -12.350162191933352 + ] + ] + ], + "type": "Polygon" + }, + "id": "2935", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78616698658911, + -12.194814477688851, + -76.77651899971826, + -12.184435600671943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.77651899971826, + -12.191764767431497 + ], + [ + -76.77702817783576, + -12.186575383070288 + ], + [ + -76.78185208410761, + -12.184435600671943 + ] + ] + ], + "type": "Polygon" + }, + "id": "2936", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70634546392732, + -11.927461412892319, + -76.6967076224269, + -11.917080468512916 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70203632292333, + -11.917080468512916 + ], + [ + -76.70634546392732, + -11.92012942646787 + ], + [ + -76.70583572214224, + -11.9253199535682 + ], + [ + -76.70101671395611, + -11.927461412892319 + ], + [ + -76.6967076224269, + -11.92441236809535 + ], + [ + -76.69721748959954, + -11.919221950826001 + ], + [ + -76.70203632292333, + -11.917080468512916 + ] + ] + ], + "type": "Polygon" + }, + "id": "2937", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05664246271303, + -12.119379230993648, + -77.04698963881593, + -12.108992427608499 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.052321243399, + -12.108992427608499 + ], + [ + -77.05664246271303, + -12.112039184367118 + ], + [ + -77.05613731128129, + -12.117232638434473 + ], + [ + -77.05131081359032, + -12.119379230993648 + ], + [ + -77.04698963881593, + -12.116332389986155 + ], + [ + -77.0474949171835, + -12.111139040678285 + ], + [ + -77.052321243399, + -12.108992427608499 + ] + ] + ], + "type": "Polygon" + }, + "id": "2938", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7640242311143, + -12.373362118732553, + -76.75437150934191, + -12.362986788365935 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.7640242311143, + -12.366037462933384 + ], + [ + -76.76351458878291, + -12.371225182243537 + ], + [ + -76.75868814051387, + -12.373362118732553 + ], + [ + -76.75437150934191, + -12.370311360626745 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75970755115263, + -12.362986788365935 + ] + ] + ], + "type": "Polygon" + }, + "id": "2939", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11348253955099, + -11.67652188545884, + -77.10384147419705, + -11.666127403062804 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10916571242707, + -11.666127403062804 + ], + [ + -77.11348253955099, + -11.669171403196295 + ], + [ + -77.1129788756055, + -11.67436869675856 + ], + [ + -77.10815825771351, + -11.67652188545884 + ], + [ + -77.10384147419705, + -11.673477798218656 + ], + [ + -77.10434526495581, + -11.668280609394783 + ], + [ + -77.10916571242707, + -11.666127403062804 + ] + ] + ], + "type": "Polygon" + }, + "id": "2940", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90879480785162, + -12.026156940972717, + -76.89914858728045, + -12.015772353732805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90447881326621, + -12.015772353732805 + ], + [ + -76.90879480785162, + -12.018820022413124 + ], + [ + -76.9082877319821, + -12.024012369490132 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.89965578942535, + -12.01791694670848 + ], + [ + -76.90447881326621, + -12.015772353732805 + ] + ] + ], + "type": "Polygon" + }, + "id": "2941", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.904241236357, + -12.167236761168425, + -76.89459092649388, + -12.15685447562519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89992348203741, + -12.15685447562519 + ], + [ + -76.904241236357, + -12.159902878653693 + ], + [ + -76.90373387556885, + -12.16509407479 + ], + [ + -76.89890863408424, + -12.167236761168425 + ], + [ + -76.89459092649388, + -12.164188273671265 + ], + [ + -76.89509841364945, + -12.158997184274185 + ], + [ + -76.89992348203741, + -12.15685447562519 + ] + ] + ], + "type": "Polygon" + }, + "id": "2942", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00028391045024, + -12.223913345218808, + -76.99062940823661, + -12.213529593296746 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99596280532573, + -12.213529593296746 + ], + [ + -77.00028391045024, + -12.216577362433199 + ], + [ + -76.99977780518272, + -12.221769291059559 + ], + [ + -76.994950467987, + -12.223913345218808 + ], + [ + -76.99062940823661, + -12.220865492352837 + ], + [ + -76.99113564029842, + -12.215673669067037 + ], + [ + -76.99596280532573, + -12.213529593296746 + ] + ] + ], + "type": "Polygon" + }, + "id": "2943", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.799885844121, + -12.149016912924381, + -76.7902388545863, + -12.138636955976603 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79557117709206, + -12.138636955976603 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.79455347340391, + -12.149016912924381 + ], + [ + -76.7902388545863, + -12.145967552988232 + ], + [ + -76.79074776939343, + -12.140777628609582 + ], + [ + -76.79557117709206, + -12.138636955976603 + ] + ] + ], + "type": "Polygon" + }, + "id": "2944", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03976344604949, + -11.913216666334765, + -77.03011719977707, + -11.902827188289585 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03544543024839, + -11.902827188289585 + ], + [ + -77.03976344604949, + -11.90587309459198 + ], + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.03062239282308, + -11.904975987947877 + ], + [ + -77.03544543024839, + -11.902827188289585 + ] + ] + ], + "type": "Polygon" + }, + "id": "2945", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76719912705114, + -11.964954882478425, + -76.75755850924637, + -11.95457293884541 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76288781119553, + -11.95457293884541 + ], + [ + -76.76719912705114, + -11.957621562632255 + ], + [ + -76.76669017252905, + -11.96281258891608 + ], + [ + -76.76186977648064, + -11.964954882478425 + ], + [ + -76.75755850924637, + -11.961906172327307 + ], + [ + -76.75806758942969, + -11.956715254987866 + ], + [ + -76.76288781119553, + -11.95457293884541 + ] + ] + ], + "type": "Polygon" + }, + "id": "2946", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08711571808142, + -12.090916076022943, + -77.07746297124744, + -12.080528087279882 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08279406539633, + -12.080528087279882 + ], + [ + -77.08711571808142, + -12.083574425373987 + ], + [ + -77.08661103882311, + -12.088768471938241 + ], + [ + -77.08178457983627, + -12.090916076022943 + ], + [ + -77.07746297124744, + -12.087869653594057 + ], + [ + -77.07796777753981, + -12.08267571142518 + ], + [ + -77.08279406539633, + -12.080528087279882 + ] + ] + ], + "type": "Polygon" + }, + "id": "2947", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01390033580607, + -11.989333943938732, + -77.00425248295385, + -11.97894620851288 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.009581997758, + -11.97894620851288 + ], + [ + -77.01390033580607, + -11.981992733537805 + ], + [ + -77.013394788208, + -11.987186654027571 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -77.00475815721644, + -11.981093518682389 + ], + [ + -77.009581997758, + -11.97894620851288 + ] + ] + ], + "type": "Polygon" + }, + "id": "2948", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70388434669154, + -12.280911314403417, + -76.6942360287018, + -12.270535945768426 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69957055942338, + -12.270535945768426 + ], + [ + -76.70388434669154, + -12.273586745286362 + ], + [ + -76.70337401298657, + -12.27877448421867 + ], + [ + -76.69854976635179, + -12.280911314403417 + ], + [ + -76.6942360287018, + -12.277860430492359 + ], + [ + -76.69474648805888, + -12.272672800799432 + ], + [ + -76.69957055942338, + -12.270535945768426 + ] + ] + ], + "type": "Polygon" + }, + "id": "2949", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97280958560653, + -12.126842698145897, + -76.96315869106571, + -12.116458071728983 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9684905169539, + -12.116458071728983 + ], + [ + -76.97280958560653, + -12.119505645640912 + ], + [ + -76.97230324742839, + -12.124698011785604 + ], + [ + -76.96747771397919, + -12.126842698145897 + ], + [ + -76.96315869106571, + -12.123795039732535 + ], + [ + -76.96366515585287, + -12.118602779470196 + ], + [ + -76.9684905169539, + -12.116458071728983 + ] + ] + ], + "type": "Polygon" + }, + "id": "2950", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13565049176219, + -11.780983592829793, + -77.12600576294753, + -11.770589947927219 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1313316842789, + -11.770589947927219 + ], + [ + -77.13565049176219, + -11.773634305582286 + ], + [ + -77.13514697667443, + -11.7788311801599 + ], + [ + -77.1303245271117, + -11.780983592829793 + ], + [ + -77.12600576294753, + -11.777939148872962 + ], + [ + -77.12650940501767, + -11.772742378557922 + ], + [ + -77.1313316842789, + -11.770589947927219 + ] + ] + ], + "type": "Polygon" + }, + "id": "2951", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98414721400309, + -11.86842262634313, + -76.97450373055044, + -11.858033877342978 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97983128807309, + -11.858033877342978 + ], + [ + -76.98414721400309, + -11.861080054817467 + ], + [ + -76.9836414386852, + -11.866274482399557 + ], + [ + -76.97881961097595, + -11.86842262634313 + ], + [ + -76.97450373055044, + -11.865376362617072 + ], + [ + -76.9750096323203, + -11.860182041208862 + ], + [ + -76.97983128807309, + -11.858033877342978 + ] + ] + ], + "type": "Polygon" + }, + "id": "2952", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81739303762322, + -12.205782456559838, + -76.80774388344172, + -12.195402968361739 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81307713366614, + -12.195402968361739 + ], + [ + -76.81739303762322, + -12.19845235961865 + ], + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.80774388344172, + -12.202732980790707 + ], + [ + -76.80825264358509, + -12.197543290618587 + ], + [ + -76.81307713366614, + -12.195402968361739 + ] + ] + ], + "type": "Polygon" + }, + "id": "2953", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72058804404999, + -12.392588471527416, + -76.71093593076104, + -12.382214581451734 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71627230334566, + -12.382214581451734 + ], + [ + -76.72058804404999, + -12.385265751244495 + ], + [ + -76.72007776631057, + -12.390452750683998 + ], + [ + -76.71525162205079, + -12.392588471527416 + ], + [ + -76.71093593076104, + -12.389537218176446 + ], + [ + -76.71144633430693, + -12.384350327550045 + ], + [ + -76.71627230334566, + -12.382214581451734 + ] + ] + ], + "type": "Polygon" + }, + "id": "2954", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91565982170695, + -12.097604829053372, + -76.90601128981811, + -12.08722116341599 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91134268760679, + -12.08722116341599 + ], + [ + -76.91565982170695, + -12.090269124166962 + ], + [ + -76.91515272977358, + -12.095461010334109 + ], + [ + -76.91032837737204, + -12.097604829053372 + ], + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.91134268760679, + -12.08722116341599 + ] + ] + ], + "type": "Polygon" + }, + "id": "2955", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88747296582241, + -12.055501322726737, + -76.87782643175777, + -12.045117711769151 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88315715819965, + -12.045117711769151 + ], + [ + -76.88747296582241, + -12.048165721982786 + ], + [ + -76.88696554605623, + -12.053357581037364 + ], + [ + -76.88214219244463, + -12.055501322726737 + ], + [ + -76.87782643175777, + -12.052453227209007 + ], + [ + -76.87833397773716, + -12.047261475315832 + ], + [ + -76.88315715819965, + -12.045117711769151 + ] + ] + ], + "type": "Polygon" + }, + "id": "2956", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04435988285456, + -11.960865236647413, + -77.03471209932327, + -11.950476335952747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04004110839043, + -11.950476335952747 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.03903082911609, + -11.960865236647413 + ], + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.04004110839043, + -11.950476335952747 + ] + ] + ], + "type": "Polygon" + }, + "id": "2957", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71840065306932, + -12.180199005577345, + -76.70875494437634, + -12.169821615032046 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71408780958897, + -12.169821615032046 + ], + [ + -76.71840065306932, + -12.172871787808859 + ], + [ + -76.71789068033374, + -12.178060537688632 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.70926504274422, + -12.17196010710293 + ], + [ + -76.71408780958897, + -12.169821615032046 + ] + ] + ], + "type": "Polygon" + }, + "id": "2958", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96822265406712, + -12.079208201429772, + -76.95857329971044, + -12.06882294819088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96390434509509, + -12.06882294819088 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.95907975408434, + -12.070968156044636 + ], + [ + -76.96390434509509, + -12.06882294819088 + ] + ] + ], + "type": "Polygon" + }, + "id": "2959", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90499680753733, + -12.112275243652626, + -76.89534811806374, + -12.101892071811843 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9006797666078, + -12.101892071811843 + ], + [ + -76.90499680753733, + -12.104940202352134 + ], + [ + -76.90448954354729, + -12.11013184168028 + ], + [ + -76.89966511229073, + -12.112275243652626 + ], + [ + -76.89534811806374, + -12.109227028265185 + ], + [ + -76.89585550838127, + -12.10403549576239 + ], + [ + -76.9006797666078, + -12.101892071811843 + ] + ] + ], + "type": "Polygon" + }, + "id": "2960", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14860784465722, + -11.790116785409126, + -77.13896252088585, + -11.779722951428797 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14428857199209, + -11.779722951428797 + ], + [ + -77.14860784465722, + -11.782767239478423 + ], + [ + -77.1481044973933, + -11.787964208499071 + ], + [ + -77.1432817504144, + -11.790116785409126 + ], + [ + -77.13896252088585, + -11.787072411168785 + ], + [ + -77.13946599519028, + -11.781875546219037 + ], + [ + -77.14428857199209, + -11.779722951428797 + ] + ] + ], + "type": "Polygon" + }, + "id": "2961", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04352531933243, + -11.827050540223, + -77.03388154370941, + -11.816659759367003 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.04352531933243, + -11.819705186948406 + ], + [ + -77.0430204400966, + -11.82490063009041 + ], + [ + -77.03819846662982, + -11.827050540223 + ], + [ + -77.03388154370941, + -11.824005026320147 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03920835176574, + -11.816659759367003 + ] + ] + ], + "type": "Polygon" + }, + "id": "2962", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07639239863475, + -12.011206551830906, + -77.06674230047113, + -12.000817613549655 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07207209637002, + -12.000817613549655 + ], + [ + -77.07639239863475, + -12.0038636709227 + ], + [ + -77.07588769317304, + -12.009058192397406 + ], + [ + -77.07106255850813, + -12.011206551830906 + ], + [ + -77.06674230047113, + -12.00816040953211 + ], + [ + -77.06724713286194, + -12.002965992735483 + ], + [ + -77.07207209637002, + -12.000817613549655 + ] + ] + ], + "type": "Polygon" + }, + "id": "2963", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07948210527523, + -12.074435332797092, + -77.06983004308555, + -12.064047276338124 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.07948210527523, + -12.067093608107935 + ], + [ + -77.0789773445531, + -12.072287688596155 + ], + [ + -77.07415122785767, + -12.074435332797092 + ], + [ + -77.06983004308555, + -12.071388916550546 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.07516087630223, + -12.064047276338124 + ] + ] + ], + "type": "Polygon" + }, + "id": "2964", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86843376433583, + -12.014302004648258, + -76.85878896251823, + -12.003918246220303 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8641190238528, + -12.003918246220303 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.86310365580609, + -12.014302004648258 + ], + [ + -76.85878896251823, + -12.011253944441567 + ], + [ + -76.85929670958939, + -12.006062118977763 + ], + [ + -76.8641190238528, + -12.003918246220303 + ] + ] + ], + "type": "Polygon" + }, + "id": "2965", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12968372679008, + -11.937763201434915, + -77.12003447719874, + -11.927371890298792 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12536298654565, + -11.927371890298792 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.12435517399678, + -11.937763201434915 + ], + [ + -77.12003447719874, + -11.934717909802991 + ], + [ + -77.12053844700944, + -11.929522306279624 + ], + [ + -77.12536298654565, + -11.927371890298792 + ] + ] + ], + "type": "Polygon" + }, + "id": "2966", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69642771800511, + -11.981504026943025, + -76.68678853853099, + -11.971124127607073 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69211813092564, + -11.971124127607073 + ], + [ + -76.69642771800511, + -11.974173466334266 + ], + [ + -76.69591775323094, + -11.979363470932661 + ], + [ + -76.69109807597825, + -11.981504026943025 + ], + [ + -76.68678853853099, + -11.97845460171443 + ], + [ + -76.68729862869469, + -11.973264706986589 + ], + [ + -76.69211813092564, + -11.971124127607073 + ] + ] + ], + "type": "Polygon" + }, + "id": "2967", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04195981715317, + -11.74822142773373, + -77.03231842811606, + -11.737829618466685 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03764394192034, + -11.737829618466685 + ], + [ + -77.04195981715317, + -11.740874641164686 + ], + [ + -77.04145503884223, + -11.746070598589192 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.03282333301406, + -11.739980466329715 + ], + [ + -77.03764394192034, + -11.737829618466685 + ] + ] + ], + "type": "Polygon" + }, + "id": "2968", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92401642692609, + -11.964748532692935, + -76.91437163774424, + -11.954362653962642 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91970083921899, + -11.954362653962642 + ], + [ + -76.92401642692609, + -11.957409872368263 + ], + [ + -76.92350965999657, + -11.9626028651405 + ], + [ + -76.91868717906243, + -11.964748532692935 + ], + [ + -76.91437163774424, + -11.961701228485474 + ], + [ + -76.91487853096186, + -11.956508342537257 + ], + [ + -76.91970083921899, + -11.954362653962642 + ] + ] + ], + "type": "Polygon" + }, + "id": "2969", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.18517904757397, + -11.793682098902908, + -77.17553271104865, + -11.783287434371095 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.18517904757397, + -11.786331409264742 + ], + [ + -77.18467620883854, + -11.791528793309128 + ], + [ + -77.17985295567013, + -11.793682098902908 + ], + [ + -77.17553271104865, + -11.79063803797847 + ], + [ + -77.17603567697114, + -11.785440757500995 + ], + [ + -77.18085876033736, + -11.783287434371095 + ] + ] + ], + "type": "Polygon" + }, + "id": "2970", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74502760196494, + -12.23787094916786, + -76.73537944455431, + -12.2274938175825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7407132548037, + -12.2274938175825 + ], + [ + -76.74502760196494, + -12.230544030520392 + ], + [ + -76.74451790880816, + -12.235732650689465 + ], + [ + -76.73969374269626, + -12.23787094916786 + ], + [ + -76.73537944455431, + -12.23482065168327 + ], + [ + -76.73588926349547, + -12.22963214027675 + ], + [ + -76.7407132548037, + -12.2274938175825 + ] + ] + ], + "type": "Polygon" + }, + "id": "2971", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68935987463298, + -12.38160242766698, + -76.67970894717689, + -12.371229145986188 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68504514375188, + -12.371229145986188 + ], + [ + -76.68935987463298, + -12.37428055671971 + ], + [ + -76.68884917969878, + -12.37946725218167 + ], + [ + -76.68402362820201, + -12.38160242766698 + ], + [ + -76.67970894717689, + -12.378550933188981 + ], + [ + -76.68021976778297, + -12.373364346979912 + ], + [ + -76.68504514375188, + -12.371229145986188 + ] + ] + ], + "type": "Polygon" + }, + "id": "2972", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01078332823437, + -11.831706568741268, + -77.00114025196609, + -11.82131665354869 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00646717595201, + -11.82131665354869 + ], + [ + -77.01078332823437, + -11.82436239929315 + ], + [ + -77.01027798309451, + -11.829557409821852 + ], + [ + -77.00545635913397, + -11.831706568741268 + ], + [ + -77.00114025196609, + -11.82866073658788 + ], + [ + -77.00164572363487, + -11.823465831933872 + ], + [ + -77.00646717595201, + -11.82131665354869 + ] + ] + ], + "type": "Polygon" + }, + "id": "2973", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09613069178067, + -11.903009353506578, + -77.08648332010542, + -11.892618356274236 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09181130726051, + -11.892618356274236 + ], + [ + -77.09613069178067, + -11.895663697411841 + ], + [ + -77.09562643197086, + -11.900859248320314 + ], + [ + -77.09080266070926, + -11.903009353506578 + ], + [ + -77.08648332010542, + -11.899963926766429 + ], + [ + -77.08698770683749, + -11.894768480452477 + ], + [ + -77.09181130726051, + -11.892618356274236 + ] + ] + ], + "type": "Polygon" + }, + "id": "2974", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76633222964158, + -12.30286844295378, + -76.75668155206168, + -12.292491851211109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76201642838589, + -12.292491851211109 + ], + [ + -76.76633222964158, + -12.295542177449837 + ], + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.75719117691932, + -12.294629791008557 + ], + [ + -76.76201642838589, + -12.292491851211109 + ] + ] + ], + "type": "Polygon" + }, + "id": "2975", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9552937558061, + -12.164427334459338, + -76.94564219426039, + -12.154043735506914 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95097465758434, + -12.154043735506914 + ], + [ + -76.9552937558061, + -12.157091650722055 + ], + [ + -76.95478711354414, + -12.162283503220197 + ], + [ + -76.94996124648227, + -12.164427334459338 + ], + [ + -76.94564219426039, + -12.161379334939959 + ], + [ + -76.94614896309108, + -12.156187588495547 + ], + [ + -76.95097465758434, + -12.154043735506914 + ] + ] + ], + "type": "Polygon" + }, + "id": "2976", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.14622081034146, + -11.671842241639904, + -77.13657906569885, + -11.661446909633899 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14190317703064, + -11.661446909633899 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.14571761323529, + -11.669688311898362 + ], + [ + -77.14089665587053, + -11.671842241639904 + ], + [ + -77.13657906569885, + -11.668798470505571 + ], + [ + -77.13708238974347, + -11.66360085665765 + ], + [ + -77.14190317703064, + -11.661446909633899 + ] + ] + ], + "type": "Polygon" + }, + "id": "2977", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02988825185095, + -11.967309339082785, + -77.02024064583352, + -11.956920886932602 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.02938296268381, + -11.965161434615531 + ], + [ + -77.02455907387524, + -11.967309339082785 + ], + [ + -77.02024064583352, + -11.96426298476267 + ], + [ + -77.02074606171132, + -11.959068811384752 + ], + [ + -77.02556977892957, + -11.956920886932602 + ] + ] + ], + "type": "Polygon" + }, + "id": "2978", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80823528821921, + -12.299189024180397, + -76.79858358996705, + -12.288811309438346 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80391838699147, + -12.288811309438346 + ], + [ + -76.80823528821921, + -12.29186122804407 + ], + [ + -76.80772637930016, + -12.297050139310805 + ], + [ + -76.80290044305765, + -12.299189024180397 + ], + [ + -76.79858358996705, + -12.296139021678234 + ], + [ + -76.79909262497233, + -12.290950218212732 + ], + [ + -76.80391838699147, + -12.288811309438346 + ] + ] + ], + "type": "Polygon" + }, + "id": "2979", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02152659407375, + -12.005814768752364, + -77.01187805422964, + -11.995427091131292 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01720783148843, + -11.995427091131292 + ], + [ + -77.02152659407375, + -11.998473627851695 + ], + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.01187805422964, + -12.002768146868696 + ], + [ + -77.01238364742039, + -11.997574360779007 + ], + [ + -77.01720783148843, + -11.995427091131292 + ] + ] + ], + "type": "Polygon" + }, + "id": "2980", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02680986739658, + -11.90407861899798, + -77.01716422449157, + -11.893689327315945 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02249232042702, + -11.893689327315945 + ], + [ + -77.02680986739658, + -11.896735304580607 + ], + [ + -77.0263046337898, + -11.9019300031838 + ], + [ + -77.0214817265551, + -11.90407861899798 + ], + [ + -77.01716422449157, + -11.901032555884436 + ], + [ + -77.01766958474732, + -11.895837962815476 + ], + [ + -77.02249232042702, + -11.893689327315945 + ] + ] + ], + "type": "Polygon" + }, + "id": "2981", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91789029899569, + -11.7439160140206, + -76.90825224698558, + -11.733527200740909 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91357781975168, + -11.733527200740909 + ], + [ + -76.91789029899569, + -11.736573293791425 + ], + [ + -76.91738379207874, + -11.741767754068185 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.90825224698558, + -11.740869833613928 + ], + [ + -76.90875887999411, + -11.735675480620808 + ], + [ + -76.91357781975168, + -11.733527200740909 + ] + ] + ], + "type": "Polygon" + }, + "id": "2982", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.19041088530095, + -11.691882752390784, + -77.18076744945257, + -11.68148661694119 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18609181693151, + -11.68148661694119 + ], + [ + -77.19041088530095, + -11.684530013810534 + ], + [ + -77.18990827805789, + -11.689728133362769 + ], + [ + -77.18508647530837, + -11.691882752390784 + ], + [ + -77.18076744945257, + -11.68883926880591 + ], + [ + -77.18127018382336, + -11.683641252918497 + ], + [ + -77.18609181693151, + -11.68148661694119 + ] + ] + ], + "type": "Polygon" + }, + "id": "2983", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81361737698765, + -12.008871684846566, + -76.80397419884517, + -11.998489220808548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80930420391269, + -11.998489220808548 + ], + [ + -76.81361737698765, + -12.001537661236243 + ], + [ + -76.81310899994982, + -12.006728947370847 + ], + [ + -76.80828732394602, + -12.008871684846566 + ], + [ + -76.80397419884517, + -12.005823158525823 + ], + [ + -76.80448270176451, + -12.00063198063219 + ], + [ + -76.80930420391269, + -11.998489220808548 + ] + ] + ], + "type": "Polygon" + }, + "id": "2984", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82348255268637, + -12.237829495962817, + -76.81383227842726, + -12.227450377213728 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81916605424107, + -12.227450377213728 + ], + [ + -76.82348255268637, + -12.230499865423669 + ], + [ + -76.82297395310584, + -12.235689478645815 + ], + [ + -76.81814872897102, + -12.237829495962817 + ], + [ + -76.81383227842726, + -12.234779923484842 + ], + [ + -76.81434100410729, + -12.229590417967712 + ], + [ + -76.81916605424107, + -12.227450377213728 + ] + ] + ], + "type": "Polygon" + }, + "id": "2985", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0229070582979, + -11.707016650528143, + -77.01326738236338, + -11.696624764911917 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01859224205367, + -11.696624764911917 + ], + [ + -77.0229070582979, + -11.699669732082812 + ], + [ + -77.02240207736583, + -11.704865727845892 + ], + [ + -77.0175821537006, + -11.707016650528143 + ], + [ + -77.01326738236338, + -11.703971596128511 + ], + [ + -77.01377248977498, + -11.698775706285224 + ], + [ + -77.01859224205367, + -11.696624764911917 + ] + ] + ], + "type": "Polygon" + }, + "id": "2986", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65746332572351, + -12.236975518228645, + -76.64781760079111, + -12.226600611854552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65315141039008, + -12.226600611854552 + ], + [ + -76.65746332572351, + -12.229651621542276 + ], + [ + -76.65695241617829, + -12.23483912969583 + ], + [ + -76.65212946585952, + -12.236975518228645 + ], + [ + -76.64781760079111, + -12.233924423678694 + ], + [ + -76.64832863576689, + -12.228737025467884 + ], + [ + -76.65315141039008, + -12.226600611854552 + ] + ] + ], + "type": "Polygon" + }, + "id": "2987", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78769405158468, + -12.179246089716925, + -76.77804648826006, + -12.168866923342287 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.78769405158468, + -12.171916458755764 + ], + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.77804648826006, + -12.17619646950111 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.783379315083, + -12.168866923342287 + ] + ] + ], + "type": "Polygon" + }, + "id": "2988", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0756656777398, + -12.066194940589728, + -77.06601395796446, + -12.05580685095683 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07134466065249, + -12.05580685095683 + ], + [ + -77.0756656777398, + -12.05885317922994 + ], + [ + -77.07516087630223, + -12.064047276338124 + ], + [ + -77.0703349307986, + -12.066194940589728 + ], + [ + -77.06601395796446, + -12.063148527768899 + ], + [ + -77.0665188863714, + -12.057954535254112 + ], + [ + -77.07134466065249, + -12.05580685095683 + ] + ] + ], + "type": "Polygon" + }, + "id": "2989", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76112175023667, + -11.932902570193043, + -76.75148225228158, + -11.92252031233428 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75681102839488, + -11.92252031233428 + ], + [ + -76.76112175023667, + -11.925568818006866 + ], + [ + -76.7606127615626, + -11.930760001472422 + ], + [ + -76.7557929254253, + -11.932902570193043 + ], + [ + -76.75148225228158, + -11.929853977911694 + ], + [ + -76.75199136656761, + -11.924662903528235 + ], + [ + -76.75681102839488, + -11.92252031233428 + ] + ] + ], + "type": "Polygon" + }, + "id": "2990", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68560903351371, + -12.27908256014193, + -76.6759612729454, + -12.268707628962808 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68129577605558, + -12.268707628962808 + ], + [ + -76.68560903351371, + -12.271758587700948 + ], + [ + -76.68509844854208, + -12.276946108029904 + ], + [ + -76.68027448052584, + -12.27908256014193 + ], + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.68129577605558, + -12.268707628962808 + ] + ] + ], + "type": "Polygon" + }, + "id": "2991", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13811326031235, + -11.993658458368763, + -77.12846213391161, + -11.983267761725736 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13379155028986, + -11.983267761725736 + ], + [ + -77.13811326031235, + -11.986313162184677 + ], + [ + -77.13760944904814, + -11.991508562436074 + ], + [ + -77.13278380059317, + -11.993658458368763 + ], + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.13379155028986, + -11.983267761725736 + ] + ] + ], + "type": "Polygon" + }, + "id": "2992", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15917463945196, + -11.680973422549913, + -77.14953230102608, + -11.670577895918317 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15485654159284, + -11.670577895918317 + ], + [ + -77.15917463945196, + -11.673621513828452 + ], + [ + -77.15867161012272, + -11.678819329193594 + ], + [ + -77.15385035592851, + -11.680973422549913 + ], + [ + -77.14953230102608, + -11.67792971773292 + ], + [ + -77.15003545735185, + -11.672732006476396 + ], + [ + -77.15485654159284, + -11.670577895918317 + ] + ] + ], + "type": "Polygon" + }, + "id": "2993", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64679548492651, + -12.251622283122515, + -76.63714961870892, + -12.241247892844651 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64248367020126, + -12.241247892844651 + ], + [ + -76.64679548492651, + -12.244299072224658 + ], + [ + -76.64628440403649, + -12.24948632238867 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.63766082499771, + -12.243383878840506 + ], + [ + -76.64248367020126, + -12.241247892844651 + ] + ] + ], + "type": "Polygon" + }, + "id": "2994", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13803437056278, + -11.89924193807842, + -77.12838606025471, + -11.888849872799263 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13371392276309, + -11.888849872799263 + ], + [ + -77.13803437056278, + -11.891894811569372 + ], + [ + -77.13753070509698, + -11.897090896219575 + ], + [ + -77.13270646473765, + -11.89924193807842 + ], + [ + -77.12838606025471, + -11.896196913833732 + ], + [ + -77.12888985280502, + -11.891000933214714 + ], + [ + -77.13371392276309, + -11.888849872799263 + ] + ] + ], + "type": "Polygon" + }, + "id": "2995", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75423257103087, + -12.050144864841986, + -76.74458976534436, + -12.039764525751625 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74992047571813, + -12.039764525751625 + ], + [ + -76.75423257103087, + -12.04281371317928 + ], + [ + -76.75372330192708, + -12.048003937204909 + ], + [ + -76.74890181182569, + -12.050144864841986 + ], + [ + -76.74458976534436, + -12.047095591595847 + ], + [ + -76.74509916012352, + -12.041905476540872 + ], + [ + -76.74992047571813, + -12.039764525751625 + ] + ] + ], + "type": "Polygon" + }, + "id": "2996", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88745568123066, + -11.772384456482307, + -76.87781758266746, + -11.761996780320374 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88314364782687, + -11.761996780320374 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.8821295692172, + -11.772384456482307 + ], + [ + -76.87781758266746, + -11.769337851902117 + ], + [ + -76.87832468496384, + -11.764144067650099 + ], + [ + -76.88314364782687, + -11.761996780320374 + ] + ] + ], + "type": "Polygon" + }, + "id": "2997", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04650213950285, + -11.701457012248442, + -77.03686202615765, + -11.691064477950054 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.042186765663, + -11.691064477950054 + ], + [ + -77.04650213950285, + -11.694109206551751 + ], + [ + -77.0459974976744, + -11.699305526500163 + ], + [ + -77.04117735542826, + -11.701457012248442 + ], + [ + -77.03686202615765, + -11.698412196466059 + ], + [ + -77.03736679455459, + -11.693215982125958 + ], + [ + -77.042186765663, + -11.691064477950054 + ] + ] + ], + "type": "Polygon" + }, + "id": "2998", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72600707905173, + -12.196676767734079, + -76.71636067042614, + -12.186299448902727 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72169380585368, + -12.186299448902727 + ], + [ + -76.72600707905173, + -12.18934963426735 + ], + [ + -76.72549718614088, + -12.194538348224253 + ], + [ + -76.72067389434669, + -12.196676767734079 + ], + [ + -76.71636067042614, + -12.193626497469104 + ], + [ + -76.71687068901275, + -12.188437892604417 + ], + [ + -76.72169380585368, + -12.186299448902727 + ] + ] + ], + "type": "Polygon" + }, + "id": "2999", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05350284978053, + -11.961763053668554, + -77.04385480660355, + -11.951373942701307 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.05299790032934, + -11.959614575797488 + ], + [ + -77.04817379306573, + -11.961763053668554 + ], + [ + -77.04385480660355, + -11.958716943235986 + ], + [ + -77.04435988285456, + -11.953522440294051 + ], + [ + -77.04918381877731, + -11.951373942701307 + ] + ] + ], + "type": "Polygon" + }, + "id": "3000", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90651850811004, + -12.096700415719685, + -76.89687024331093, + -12.086316963621048 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90220163382968, + -12.086316963621048 + ], + [ + -76.90651850811004, + -12.089365003931517 + ], + [ + -76.90601128981811, + -12.09455678339191 + ], + [ + -76.90118707091497, + -12.096700415719685 + ], + [ + -76.89687024331093, + -12.093652290459513 + ], + [ + -76.89737758792424, + -12.088460617831105 + ], + [ + -76.90220163382968, + -12.086316963621048 + ] + ] + ], + "type": "Polygon" + }, + "id": "3001", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95449578812837, + -12.03066981608509, + -76.94484823805664, + -12.020284162737973 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95398934419251, + -12.028524316894453 + ], + [ + -76.94916548293489, + -12.03066981608509 + ], + [ + -76.94484823805664, + -12.027622456511569 + ], + [ + -76.9453548084534, + -12.022429682991643 + ], + [ + -76.95017849727692, + -12.020284162737973 + ] + ] + ], + "type": "Polygon" + }, + "id": "3002", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7953484246636, + -12.00705947299851, + -76.78570579155266, + -11.996677442424325 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79103577566313, + -11.996677442424325 + ], + [ + -76.7953484246636, + -11.99972603724373 + ], + [ + -76.79483979590002, + -12.0049171067714 + ], + [ + -76.79001839231958, + -12.00705947299851 + ], + [ + -76.78570579155266, + -12.004010792208051 + ], + [ + -76.78621454612315, + -11.998819831171312 + ], + [ + -76.79103577566313, + -11.996677442424325 + ] + ] + ], + "type": "Polygon" + }, + "id": "3003", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73965637488881, + -12.339494616532917, + -76.73000532787434, + -12.32911932435189 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.73432083554341, + -12.339494616532917 + ], + [ + -76.73000532787434, + -12.336443786655844 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.73534081809304, + -12.32911932435189 + ] + ] + ], + "type": "Polygon" + }, + "id": "3004", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75572762907632, + -12.12890138273557, + -76.74608243351243, + -12.118522226043044 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75141444211806, + -12.118522226043044 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75039557163672, + -12.12890138273557 + ], + [ + -76.74608243351243, + -12.125851720882125 + ], + [ + -76.74659193161966, + -12.12066219694668 + ], + [ + -76.75141444211806, + -12.118522226043044 + ] + ] + ], + "type": "Polygon" + }, + "id": "3005", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81279875512843, + -12.346798255680214, + -76.8031455116319, + -12.336421233041401 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80848109267662, + -12.336421233041401 + ], + [ + -76.81279875512843, + -12.339471328221672 + ], + [ + -76.81228983486444, + -12.344659893363367 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.8031455116319, + -12.343748076950156 + ], + [ + -76.8036545580376, + -12.338559619462862 + ], + [ + -76.80848109267662, + -12.336421233041401 + ] + ] + ], + "type": "Polygon" + }, + "id": "3006", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68481646435707, + -12.334005518360474, + -76.67516708471241, + -12.32363153449672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.680502495232, + -12.32363153449672 + ], + [ + -76.68481646435707, + -12.326682763878594 + ], + [ + -76.68430578151983, + -12.331869810505681 + ], + [ + -76.6794810039315, + -12.334005518360474 + ], + [ + -76.67516708471241, + -12.330954204887318 + ], + [ + -76.67567789316612, + -12.325767267660405 + ], + [ + -76.680502495232, + -12.32363153449672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3007", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68276119552978, + -11.932976679370196, + -76.67312383841268, + -11.922596417350697 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67845263280297, + -11.922596417350697 + ], + [ + -76.68276119552978, + -11.925645612084582 + ], + [ + -76.68225111744553, + -11.93083579815924 + ], + [ + -76.67743235132811, + -11.932976679370196 + ], + [ + -76.67312383841268, + -11.92992739774878 + ], + [ + -76.67363404179376, + -11.924737321813645 + ], + [ + -76.67845263280297, + -11.922596417350697 + ] + ] + ], + "type": "Polygon" + }, + "id": "3008", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13191228975495, + -11.867171686457112, + -77.12226508776807, + -11.856779316290327 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.13191228975495, + -11.859824150089977 + ], + [ + -77.13140858815932, + -11.865020387252722 + ], + [ + -77.12658490194578, + -11.867171686457112 + ], + [ + -77.12226508776807, + -11.864126766938405 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.12759243218163, + -11.856779316290327 + ] + ] + ], + "type": "Polygon" + }, + "id": "3009", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77175105603517, + -12.012578726424811, + -76.76210889543249, + -12.002197375056733 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76743898040377, + -12.002197375056733 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.76642092249297, + -12.012578726424811 + ], + [ + -76.76210889543249, + -12.009529805598554 + ], + [ + -76.7626179872414, + -12.004339184319374 + ], + [ + -76.76743898040377, + -12.002197375056733 + ] + ] + ], + "type": "Polygon" + }, + "id": "3010", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90727353456765, + -12.041733480320342, + -76.89762688948153, + -12.031349166376126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.90727353456765, + -12.034396927164883 + ], + [ + -76.9067664130215, + -12.039589137590818 + ], + [ + -76.90194300400815, + -12.041733480320342 + ], + [ + -76.89762688948153, + -12.038685634203315 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.90295737339135, + -12.031349166376126 + ] + ] + ], + "type": "Polygon" + }, + "id": "3011", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8356750192187, + -12.207600382043008, + -76.82602532164168, + -12.197220462968497 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.831358591519, + -12.197220462968497 + ], + [ + -76.8356750192187, + -12.200269694046797 + ], + [ + -76.8351666373376, + -12.205459707376207 + ], + [ + -76.83034170162257, + -12.207600382043008 + ], + [ + -76.82602532164168, + -12.204551066530378 + ], + [ + -76.82653382964753, + -12.199361160795101 + ], + [ + -76.831358591519, + -12.197220462968497 + ] + ] + ], + "type": "Polygon" + }, + "id": "3012", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95222900140365, + -12.101219820356986, + -76.94257940592875, + -12.090835303069875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94791083003945, + -12.090835303069875 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.94308611856361, + -12.092979888681755 + ], + [ + -76.94791083003945, + -12.090835303069875 + ] + ] + ], + "type": "Polygon" + }, + "id": "3013", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74964859959034, + -12.09685409819614, + -76.74000452535034, + -12.086474594562526 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74964859959034, + -12.089524063602626 + ], + [ + -76.74913919310085, + -12.094713869889743 + ], + [ + -76.74431706867408, + -12.09685409819614 + ], + [ + -76.74000452535034, + -12.093804543645854 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.74533600735583, + -12.086474594562526 + ] + ] + ], + "type": "Polygon" + }, + "id": "3014", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.85014980834686, + -12.201177959272648, + -76.84049991662782, + -12.190797572390645 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.84583307156693, + -12.190797572390645 + ], + [ + -76.85014980834686, + -12.193846638782915 + ], + [ + -76.84964163860559, + -12.199036885924063 + ], + [ + -76.84481660589722, + -12.201177959272648 + ], + [ + -76.84049991662782, + -12.198128808453212 + ], + [ + -76.84100821254681, + -12.192938668722185 + ], + [ + -76.84583307156693, + -12.190797572390645 + ] + ] + ], + "type": "Polygon" + }, + "id": "3015", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69242372278944, + -12.350481965811984, + -76.68277364117436, + -12.340108068686378 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68810932301002, + -12.340108068686378 + ], + [ + -76.69242372278944, + -12.343159305396847 + ], + [ + -76.69191311969472, + -12.348346308588814 + ], + [ + -76.68708799115103, + -12.350481965811984 + ], + [ + -76.68277364117436, + -12.347430645151533 + ], + [ + -76.68328436992908, + -12.34224375122766 + ], + [ + -76.68810932301002, + -12.340108068686378 + ] + ] + ], + "type": "Polygon" + }, + "id": "3016", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94004561438308, + -12.131468263327672, + -76.9303954338731, + -12.121084520743986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93572736825753, + -12.121084520743986 + ], + [ + -76.94004561438308, + -12.124132420674018 + ], + [ + -76.93953881039543, + -12.12932434511978 + ], + [ + -76.93471363379058, + -12.131468263327672 + ], + [ + -76.9303954338731, + -12.128420278809905 + ], + [ + -76.93090236434297, + -12.12322846068185 + ], + [ + -76.93572736825753, + -12.121084520743986 + ] + ] + ], + "type": "Polygon" + }, + "id": "3017", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06034627729157, + -11.93883587935975, + -77.05069874345742, + -11.928446267625306 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05602736928206, + -11.928446267625306 + ], + [ + -77.06034627729157, + -11.931492115604053 + ], + [ + -77.05984145957466, + -11.93668697397618 + ], + [ + -77.05501760702991, + -11.93883587935975 + ], + [ + -77.05069874345742, + -11.935789945895436 + ], + [ + -77.05120368798327, + -11.93059519254302 + ], + [ + -77.05602736928206, + -11.928446267625306 + ] + ] + ], + "type": "Polygon" + }, + "id": "3018", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13882938878419, + -11.938658016000018, + -77.12917988406123, + -11.928266496830847 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13450839393896, + -11.928266496830847 + ], + [ + -77.13882938878419, + -11.931311623337159 + ], + [ + -77.13832567317392, + -11.936507434893564 + ], + [ + -77.13350083559052, + -11.938658016000018 + ], + [ + -77.12917988406123, + -11.935612804294793 + ], + [ + -77.12968372679008, + -11.930417096691974 + ], + [ + -77.13450839393896, + -11.928266496830847 + ] + ] + ], + "type": "Polygon" + }, + "id": "3019", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02515633763731, + -11.636421934985396, + -77.01551870384147, + -11.626029090619044 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02084240098186, + -11.626029090619044 + ], + [ + -77.02515633763731, + -11.629073646047052 + ], + [ + -77.02465149818848, + -11.634270121228719 + ], + [ + -77.01983259564152, + -11.636421934985396 + ], + [ + -77.01551870384147, + -11.633377291847662 + ], + [ + -77.01602366972362, + -11.628180922672833 + ], + [ + -77.02084240098186, + -11.626029090619044 + ] + ] + ], + "type": "Polygon" + }, + "id": "3020", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00012926307309, + -11.846393950948473, + -76.9904860234343, + -11.836004500899838 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99581320109768, + -11.836004500899838 + ], + [ + -77.00012926307309, + -11.839050419430704 + ], + [ + -76.99962374584764, + -11.844245197447302 + ], + [ + -76.99480204013926, + -11.846393950948473 + ], + [ + -76.9904860234343, + -11.843347946071592 + ], + [ + -76.9909916671579, + -11.838153274049422 + ], + [ + -76.99581320109768, + -11.836004500899838 + ] + ] + ], + "type": "Polygon" + }, + "id": "3021", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73980571537675, + -11.962234292842043, + -76.73016592287726, + -11.951853003999117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73549518879504, + -11.951853003999117 + ], + [ + -76.73980571537675, + -11.954901855915145 + ], + [ + -76.73929638398302, + -11.960092554991206 + ], + [ + -76.73447640044901, + -11.962234292842043 + ], + [ + -76.73016592287726, + -11.959185354445033 + ], + [ + -76.73067537982008, + -11.95399476468791 + ], + [ + -76.73549518879504, + -11.951853003999117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3022", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69933993396889, + -12.233307332642033, + -76.68969316256532, + -12.222931291799437 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69502690793975, + -12.222931291799437 + ], + [ + -76.69933993396889, + -12.225981901345373 + ], + [ + -76.69882961226526, + -12.231169976454744 + ], + [ + -76.69400613892623, + -12.233307332642033 + ], + [ + -76.68969316256532, + -12.230256638356028 + ], + [ + -76.6902036098657, + -12.225068672632556 + ], + [ + -76.69502690793975, + -12.222931291799437 + ] + ] + ], + "type": "Polygon" + }, + "id": "3023", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71311284165279, + -12.093214459062315, + -76.70346987333419, + -12.082835829028014 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70880130459312, + -12.082835829028014 + ], + [ + -76.71311284165279, + -12.08588560826724 + ], + [ + -76.71260293261496, + -12.091074978004208 + ], + [ + -76.70778136096452, + -12.093214459062315 + ], + [ + -76.70346987333419, + -12.090164594157798 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.70880130459312, + -12.082835829028014 + ] + ] + ], + "type": "Polygon" + }, + "id": "3024", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88291007549812, + -12.196568940622397, + -76.8732594524485, + -12.18618765845672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87859250856454, + -12.18618765845672 + ], + [ + -76.88291007549812, + -12.189236399169623 + ], + [ + -76.88240237054319, + -12.194427093735452 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.87376728370857, + -12.188329527977697 + ], + [ + -76.87859250856454, + -12.18618765845672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3025", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11197150228149, + -11.692113312791326, + -77.10233001104098, + -11.681719067490823 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1076545076388, + -11.681719067490823 + ], + [ + -77.11197150228149, + -11.684763165505226 + ], + [ + -77.11146779290176, + -11.689960340517066 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.10283384724023, + -11.683872057493835 + ], + [ + -77.1076545076388, + -11.681719067490823 + ] + ] + ], + "type": "Polygon" + }, + "id": "3026", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93619423930924, + -11.934491283557275, + -76.92655003336047, + -11.92410466167883 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.93568768997372, + -11.932344978572196 + ], + [ + -76.93086550073481, + -11.934491283557275 + ], + [ + -76.92655003336047, + -11.931444244986135 + ], + [ + -76.92705670900897, + -11.926250987407382 + ], + [ + -76.93187872572823, + -11.92410466167883 + ] + ] + ], + "type": "Polygon" + }, + "id": "3027", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78388836153935, + -12.171006940464537, + -76.77424114685324, + -12.160627738315975 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7795738393788, + -12.160627738315975 + ], + [ + -76.78388836153935, + -12.163677268094085 + ], + [ + -76.783379315083, + -12.168866923342287 + ], + [ + -76.77855562056806, + -12.171006940464537 + ], + [ + -76.77424114685324, + -12.167957325813315 + ], + [ + -76.77475031919812, + -12.16276777892274 + ], + [ + -76.7795738393788, + -12.160627738315975 + ] + ] + ], + "type": "Polygon" + }, + "id": "3028", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99557906126968, + -11.893144366100435, + -76.98593454635241, + -11.882755685156535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99126249832798, + -11.882755685156535 + ], + [ + -76.99557906126968, + -11.885801888500083 + ], + [ + -76.99507340734154, + -11.890996281955445 + ], + [ + -76.99025106394566, + -11.893144366100435 + ], + [ + -76.98593454635241, + -11.890098076718328 + ], + [ + -76.98644032679718, + -11.884903789239655 + ], + [ + -76.99126249832798, + -11.882755685156535 + ] + ] + ], + "type": "Polygon" + }, + "id": "3029", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99783534077675, + -11.822569004547555, + -76.98819286968634, + -11.812179281211234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99351965796477, + -11.812179281211234 + ], + [ + -76.99783534077675, + -11.815225094436832 + ], + [ + -76.99732982863519, + -11.820420009133029 + ], + [ + -76.99250850720182, + -11.822569004547555 + ], + [ + -76.98819286968634, + -11.819523104802423 + ], + [ + -76.98869850829836, + -11.814328296172167 + ], + [ + -76.99351965796477, + -11.812179281211234 + ] + ] + ], + "type": "Polygon" + }, + "id": "3030", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65611576254518, + -11.969627059597494, + -76.64647805010608, + -11.959248016894422 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.65611576254518, + -11.9622976457451 + ], + [ + -76.65560525672947, + -11.967487222309158 + ], + [ + -76.65078631279576, + -11.969627059597494 + ], + [ + -76.64647805010608, + -11.96657734401977 + ], + [ + -76.64698868113959, + -11.96138787789045 + ], + [ + -76.6518074496545, + -11.959248016894422 + ] + ] + ], + "type": "Polygon" + }, + "id": "3031", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93163474768043, + -11.98122889588691, + -76.92198926791185, + -11.970843070767911 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9273187340709, + -11.970843070767911 + ], + [ + -76.93163474768043, + -11.973890304493475 + ], + [ + -76.93112806143354, + -11.97908327039427 + ], + [ + -76.92630523523636, + -11.98122889588691 + ], + [ + -76.92198926791185, + -11.978181576501381 + ], + [ + -76.92249608049006, + -11.972988717293017 + ], + [ + -76.9273187340709, + -11.970843070767911 + ] + ] + ], + "type": "Polygon" + }, + "id": "3032", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1069259367884, + -12.07713060420656, + -77.09727310208261, + -12.066741921714463 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10260394061443, + -12.066741921714463 + ], + [ + -77.1069259367884, + -12.069788009656753 + ], + [ + -77.10642155726029, + -12.074982402972966 + ], + [ + -77.1015950544473, + -12.07713060420656 + ], + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.10260394061443, + -12.066741921714463 + ] + ] + ], + "type": "Polygon" + }, + "id": "3033", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77402755573054, + -12.03638990714496, + -76.76438462358944, + -12.026008857247474 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76971510013246, + -12.026008857247474 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.76869703064185, + -12.03638990714496 + ], + [ + -76.76438462358944, + -12.03334088278919 + ], + [ + -76.76489372120209, + -12.028150412209138 + ], + [ + -76.76971510013246, + -12.026008857247474 + ] + ] + ], + "type": "Polygon" + }, + "id": "3034", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09757632465963, + -11.793002084243499, + -77.0879321929202, + -11.782609522635857 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09325836855238, + -11.782609522635857 + ], + [ + -77.09757632465963, + -11.785654286004894 + ], + [ + -77.09707225638981, + -11.790850619184004 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.0884363880318, + -11.784761006096971 + ], + [ + -77.09325836855238, + -11.782609522635857 + ] + ] + ], + "type": "Polygon" + }, + "id": "3035", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11902649207626, + -11.95245444893179, + -77.1093770714452, + -11.94206360881316 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11470583880276, + -11.94206360881316 + ], + [ + -77.11902649207626, + -11.945108985652572 + ], + [ + -77.11852247676327, + -11.950304457806595 + ], + [ + -77.11369768111607, + -11.95245444893179 + ], + [ + -77.1093770714452, + -11.949408986916149 + ], + [ + -77.10988121380956, + -11.944213618961474 + ], + [ + -77.11470583880276, + -11.94206360881316 + ] + ] + ], + "type": "Polygon" + }, + "id": "3036", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17150843857391, + -11.839564164905493, + -77.16186107378789, + -11.829170456440872 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.17100533636862, + -11.837411695389006 + ], + [ + -77.16618156897498, + -11.839564164905493 + ], + [ + -77.16186107378789, + -11.836519746258821 + ], + [ + -77.16236430316253, + -11.831322943869608 + ], + [ + -77.16718790056424, + -11.829170456440872 + ] + ] + ], + "type": "Polygon" + }, + "id": "3037", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02768434446362, + -12.132256032815508, + -77.01803187509994, + -12.121870140325676 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0233637284698, + -12.121870140325676 + ], + [ + -77.02768434446362, + -12.1249172283981 + ], + [ + -77.02717876671738, + -12.130110227202893 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.01853757967733, + -12.124015966802927 + ], + [ + -77.0233637284698, + -12.121870140325676 + ] + ] + ], + "type": "Polygon" + }, + "id": "3038", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88442334140736, + -11.99229366700422, + -76.87477877258512, + -11.981909180559601 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88010845980713, + -11.981909180559601 + ], + [ + -76.88442334140736, + -11.984956897941842 + ], + [ + -76.88391597819655, + -11.99014919481544 + ], + [ + -76.87909360722435, + -11.99229366700422 + ], + [ + -76.87477877258512, + -11.989245863868291 + ], + [ + -76.87528626194765, + -11.984053674307091 + ], + [ + -76.88010845980713, + -11.981909180559601 + ] + ] + ], + "type": "Polygon" + }, + "id": "3039", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13970397650614, + -12.072480007616711, + -77.1300504595893, + -12.062090459836682 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13538117161659, + -12.062090459836682 + ], + [ + -77.13970397650614, + -12.065136218670139 + ], + [ + -77.13920006488587, + -12.070331044411743 + ], + [ + -77.13437322113955, + -12.072480007616711 + ], + [ + -77.1300504595893, + -12.069434164513389 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.13538117161659, + -12.062090459836682 + ] + ] + ], + "type": "Polygon" + }, + "id": "3040", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06803358044819, + -12.049714117241278, + -77.05838254568584, + -12.039325962628594 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06371298719152, + -12.039325962628594 + ], + [ + -77.06803358044819, + -12.042372283239253 + ], + [ + -77.06752869761267, + -12.047566412903313 + ], + [ + -77.06270309458482, + -12.049714117241278 + ], + [ + -77.05838254568584, + -12.046667711940943 + ], + [ + -77.05888755544764, + -12.041473687002236 + ], + [ + -77.06371298719152, + -12.039325962628594 + ] + ] + ], + "type": "Polygon" + }, + "id": "3041", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96054484756067, + -11.873967429602251, + -76.95090181048324, + -11.863579340609805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95622948346195, + -11.863579340609805 + ], + [ + -76.96054484756067, + -11.86662575881085 + ], + [ + -76.96003873338543, + -11.871819856544441 + ], + [ + -76.95521712873953, + -11.873967429602251 + ], + [ + -76.95090181048324, + -11.870920925102201 + ], + [ + -76.95140805102105, + -11.865726933853187 + ], + [ + -76.95622948346195, + -11.863579340609805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3042", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12730269199088, + -11.819511823940875, + -77.11765702470714, + -11.80911890428952 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12298359234015, + -11.80911890428952 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.1219760809092, + -11.819511823940875 + ], + [ + -77.11765702470714, + -11.816467105249679 + ], + [ + -77.1181608439078, + -11.811270697584753 + ], + [ + -77.12298359234015, + -11.80911890428952 + ] + ] + ], + "type": "Polygon" + }, + "id": "3043", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70397990791542, + -12.092303888374525, + -76.69433721726476, + -12.081925477363672 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69966863514962, + -12.081925477363672 + ], + [ + -76.70397990791542, + -12.084975333870208 + ], + [ + -76.70346987333419, + -12.090164594157798 + ], + [ + -76.69864844047169, + -12.092303888374525 + ], + [ + -76.69433721726476, + -12.089253946163975 + ], + [ + -76.69484737735192, + -12.084064795450454 + ], + [ + -76.69966863514962, + -12.081925477363672 + ] + ] + ], + "type": "Polygon" + }, + "id": "3044", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7915222267188, + -12.09315828647806, + -76.78187712908792, + -12.082777664580602 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78720853419986, + -12.082777664580602 + ], + [ + -76.7915222267188, + -12.085826736227661 + ], + [ + -76.79101340919945, + -12.091017101367468 + ], + [ + -76.78619077329313, + -12.09315828647806 + ], + [ + -76.78187712908792, + -12.09010912944437 + ], + [ + -76.78238607246581, + -12.0849188726965 + ], + [ + -76.78720853419986, + -12.082777664580602 + ] + ] + ], + "type": "Polygon" + }, + "id": "3045", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76183890663135, + -12.06662362242561, + -76.75219540303738, + -12.056243342473756 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75752638250923, + -12.056243342473756 + ], + [ + -76.76183890663135, + -12.059292546717401 + ], + [ + -76.76132971745655, + -12.064482741108 + ], + [ + -76.75650787843132, + -12.06662362242561 + ], + [ + -76.75219540303738, + -12.0635743325051 + ], + [ + -76.75270471793095, + -12.058384246953612 + ], + [ + -76.75752638250923, + -12.056243342473756 + ] + ] + ], + "type": "Polygon" + }, + "id": "3046", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01398569089802, + -12.178087708646293, + -77.00433220466367, + -12.167702879401508 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00966483009137, + -12.167702879401508 + ], + [ + -77.01398569089802, + -12.170750309271076 + ], + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.00433220466367, + -12.175040194779422 + ], + [ + -77.00483817295861, + -12.169847832779652 + ], + [ + -77.00966483009137, + -12.167702879401508 + ] + ] + ], + "type": "Polygon" + }, + "id": "3047", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84406456687816, + -12.07478908469, + -76.83441860897108, + -12.064406855752136 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83974968320184, + -12.064406855752136 + ], + [ + -76.84406456687816, + -12.067455357858927 + ], + [ + -76.84355651085302, + -12.072646526180238 + ], + [ + -76.83873344508733, + -12.07478908469 + ], + [ + -76.83441860897108, + -12.071740497257018 + ], + [ + -76.83492679105099, + -12.066549436650268 + ], + [ + -76.83974968320184, + -12.064406855752136 + ] + ] + ], + "type": "Polygon" + }, + "id": "3048", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1250734928984, + -11.890106792086076, + -77.1154257787222, + -11.87971491033617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12075351091488, + -11.87971491033617 + ], + [ + -77.1250734928984, + -11.882759922111694 + ], + [ + -77.12456965956187, + -11.887955915093135 + ], + [ + -77.11974571720623, + -11.890106792086076 + ], + [ + -77.1154257787222, + -11.88706169472505 + ], + [ + -77.11592973908499, + -11.881865805966518 + ], + [ + -77.12075351091488, + -11.87971491033617 + ] + ] + ], + "type": "Polygon" + }, + "id": "3049", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03521730233723, + -11.959967155853152, + -77.02556977892957, + -11.949578465682322 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03089878461425, + -11.949578465682322 + ], + [ + -77.03521730233723, + -11.952624649171876 + ], + [ + -77.03471209932327, + -11.957819046914711 + ], + [ + -77.02988825185095, + -11.959967155853152 + ], + [ + -77.02556977892957, + -11.956920886932602 + ], + [ + -77.02607510866953, + -11.951726594514492 + ], + [ + -77.03089878461425, + -11.949578465682322 + ] + ] + ], + "type": "Polygon" + }, + "id": "3050", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65764718833523, + -11.954058428362018, + -76.64800989737155, + -11.943679117364523 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65333904036466, + -11.943679117364523 + ], + [ + -76.65764718833523, + -11.946728647580292 + ], + [ + -76.65713672834745, + -11.951918358294858 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.64800989737155, + -11.951008811316285 + ], + [ + -76.64852048257123, + -11.945819211043046 + ], + [ + -76.65333904036466, + -11.943679117364523 + ] + ] + ], + "type": "Polygon" + }, + "id": "3051", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02993558114295, + -12.061697604948156, + -77.02028515940474, + -12.051310564389983 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02561584713379, + -12.051310564389983 + ], + [ + -77.02993558114295, + -12.054357296033595 + ], + [ + -77.02943014522748, + -12.059550868918453 + ], + [ + -77.0246048485087, + -12.061697604948156 + ], + [ + -77.02028515940474, + -12.058650788559007 + ], + [ + -77.020790722105, + -12.053457320895593 + ], + [ + -77.02561584713379, + -12.051310564389983 + ] + ] + ], + "type": "Polygon" + }, + "id": "3052", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07173041413823, + -11.86915042852137, + -77.0620846677266, + -11.858759545513188 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06741213163377, + -11.858759545513188 + ], + [ + -77.07173041413823, + -11.861804936727008 + ], + [ + -77.0712258647135, + -11.86700043071789 + ], + [ + -77.06640290597562, + -11.86915042852137 + ], + [ + -77.0620846677266, + -11.866104951381056 + ], + [ + -77.06258934395068, + -11.860909562373658 + ], + [ + -77.06741213163377, + -11.858759545513188 + ] + ] + ], + "type": "Polygon" + }, + "id": "3053", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0967200349065, + -11.659148315896408, + -77.08707990777869, + -11.648754017436161 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09240388488723, + -11.648754017436161 + ], + [ + -77.0967200349065, + -11.65179807101749 + ], + [ + -77.09621616281244, + -11.65699527274038 + ], + [ + -77.09139601395617, + -11.659148315896408 + ], + [ + -77.08707990777869, + -11.656104175026211 + ], + [ + -77.08758390660638, + -11.650907078298745 + ], + [ + -77.09240388488723, + -11.648754017436161 + ] + ] + ], + "type": "Polygon" + }, + "id": "3054", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17594577267494, + -11.698345851502019, + -77.16630250175305, + -11.68795014610949 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17162700001244, + -11.68795014610949 + ], + [ + -77.17594577267494, + -11.69099370688873 + ], + [ + -77.17544295205819, + -11.696191611505677 + ], + [ + -77.17062123169366, + -11.698345851502019 + ], + [ + -77.16630250175305, + -11.695302203998283 + ], + [ + -77.16680544944579, + -11.690104403232636 + ], + [ + -77.17162700001244, + -11.68795014610949 + ] + ] + ], + "type": "Polygon" + }, + "id": "3055", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83490765442382, + -12.262546631487757, + -76.82525633642992, + -12.252167632744417 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.83490765442382, + -12.255217131389927 + ], + [ + -76.83439917538082, + -12.260406684510155 + ], + [ + -76.82957342942386, + -12.262546631487757 + ], + [ + -76.82525633642992, + -12.259497048786505 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.83059051368392, + -12.252167632744417 + ] + ] + ], + "type": "Polygon" + }, + "id": "3056", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11448980813688, + -11.99921104132568, + -77.1048391074098, + -11.988820998701723 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11016865132575, + -11.988820998701723 + ], + [ + -77.11448980813688, + -11.9918666451774 + ], + [ + -77.11398565628419, + -11.997061718575031 + ], + [ + -77.10916022054083, + -11.99921104132568 + ], + [ + -77.1048391074098, + -11.996165309980713 + ], + [ + -77.10534338633266, + -11.990970340764324 + ], + [ + -77.11016865132575, + -11.988820998701723 + ] + ] + ], + "type": "Polygon" + }, + "id": "3057", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69548701998535, + -12.319359663778298, + -76.68583778411832, + -12.308985157364114 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69117295128297, + -12.308985157364114 + ], + [ + -76.69548701998535, + -12.3120362184671 + ], + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.68583778411832, + -12.316308518519815 + ], + [ + -76.68634842104352, + -12.311121319959163 + ], + [ + -76.69117295128297, + -12.308985157364114 + ] + ] + ], + "type": "Polygon" + }, + "id": "3058", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89738624784847, + -12.190143002206334, + -76.88773543464625, + -12.17976125482548 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89306837357687, + -12.17976125482548 + ], + [ + -76.89738624784847, + -12.182809830571253 + ], + [ + -76.89687875528585, + -12.188000757652544 + ], + [ + -76.89205326208422, + -12.190143002206334 + ], + [ + -76.88773543464625, + -12.187094342126143 + ], + [ + -76.88824305356682, + -12.181903521836418 + ], + [ + -76.89306837357687, + -12.17976125482548 + ] + ] + ], + "type": "Polygon" + }, + "id": "3059", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86767231208574, + -12.163611202330763, + -76.85802307629753, + -12.153229772703735 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8633555997153, + -12.153229772703735 + ], + [ + -76.86767231208574, + -12.156278496508195 + ], + [ + -76.86716444605122, + -12.161469264936672 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.85853106855055, + -12.155371732712497 + ], + [ + -76.8633555997153, + -12.153229772703735 + ] + ] + ], + "type": "Polygon" + }, + "id": "3060", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7717790315245, + -11.918234738032323, + -76.76213968183714, + -11.907851998320856 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76746821252041, + -11.907851998320856 + ], + [ + -76.7717790315245, + -11.910900330680175 + ], + [ + -76.77127021424023, + -11.91609175501281 + ], + [ + -76.76645045229905, + -11.918234738032323 + ], + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.76264862476475, + -11.909995003631336 + ], + [ + -76.76746821252041, + -11.907851998320856 + ] + ] + ], + "type": "Polygon" + }, + "id": "3061", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98492293987944, + -11.907828356138513, + -76.97527826249633, + -11.897440146728236 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98060646771265, + -11.897440146728236 + ], + [ + -76.98492293987944, + -11.900486522117411 + ], + [ + -76.98441711385003, + -11.905680679865709 + ], + [ + -76.9795946891586, + -11.907828356138513 + ], + [ + -76.97527826249633, + -11.90478189477377 + ], + [ + -76.97578421501157, + -11.899587843121653 + ], + [ + -76.98060646771265, + -11.897440146728236 + ] + ] + ], + "type": "Polygon" + }, + "id": "3062", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93473319496611, + -12.233152818646477, + -76.92508011749975, + -12.222770839536578 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93041373411165, + -12.222770839536578 + ], + [ + -76.93473319496611, + -12.225819267950595 + ], + [ + -76.93422615720593, + -12.231010310606091 + ], + [ + -76.92939953204119, + -12.233152818646477 + ], + [ + -76.92508011749975, + -12.230104306330496 + ], + [ + -76.92558728180057, + -12.224913369885968 + ], + [ + -76.93041373411165, + -12.222770839536578 + ] + ] + ], + "type": "Polygon" + }, + "id": "3063", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76099730458184, + -12.310194365405804, + -76.75134655278202, + -12.299818032695367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75668155206168, + -12.299818032695367 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.75566225648843, + -12.310194365405804 + ], + [ + -76.75134655278202, + -12.307143871159672 + ], + [ + -76.75185626351636, + -12.301955759018332 + ], + [ + -76.75668155206168, + -12.299818032695367 + ] + ] + ], + "type": "Polygon" + }, + "id": "3064", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78316178991976, + -12.037297322088909, + -76.77351858386209, + -12.026916054861104 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77884907166536, + -12.026916054861104 + ], + [ + -76.78316178991976, + -12.029964916078036 + ], + [ + -76.78265294383284, + -12.035155603988407 + ], + [ + -76.77783125370048, + -12.037297322088909 + ], + [ + -76.77351858386209, + -12.034248375067428 + ], + [ + -76.77402755573054, + -12.029057795759767 + ], + [ + -76.77884907166536, + -12.026916054861104 + ] + ] + ], + "type": "Polygon" + }, + "id": "3065", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05193420457822, + -11.88294421498797, + -77.04228855000765, + -11.872554008855552 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04761626690973, + -11.872554008855552 + ], + [ + -77.05193420457822, + -11.875599650194111 + ], + [ + -77.05142935606118, + -11.880794805869888 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.04279352525657, + -11.8747034372992 + ], + [ + -77.04761626690973, + -11.872554008855552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3066", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90952489525003, + -11.782423181039563, + -76.8998859167681, + -11.772035091475226 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9052121297484, + -11.772035091475226 + ], + [ + -76.90952489525003, + -11.77508147052384 + ], + [ + -76.90901821128806, + -11.780275568967074 + ], + [ + -76.90419863572681, + -11.782423181039563 + ], + [ + -76.8998859167681, + -11.779376714871624 + ], + [ + -76.90039272681831, + -11.774182723760333 + ], + [ + -76.9052121297484, + -11.772035091475226 + ] + ] + ], + "type": "Polygon" + }, + "id": "3067", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00857077588793, + -11.996674829239115, + -76.99892284108897, + -11.986287333608592 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00425248295385, + -11.986287333608592 + ], + [ + -77.00857077588793, + -11.989333943938732 + ], + [ + -77.00806514215577, + -11.994527744560664 + ], + [ + -77.00324108883096, + -11.996674829239115 + ], + [ + -76.99892284108897, + -11.993628133635225 + ], + [ + -76.99942860147027, + -11.988434438636515 + ], + [ + -77.00425248295385, + -11.986287333608592 + ] + ] + ], + "type": "Polygon" + }, + "id": "3068", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78997305122411, + -12.203053558885113, + -76.78032471570998, + -12.192674718875555 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78565793438784, + -12.192674718875555 + ], + [ + -76.78997305122411, + -12.19572434955243 + ], + [ + -76.78946403909268, + -12.200913823661686 + ], + [ + -76.78463978417757, + -12.203053558885113 + ], + [ + -76.78032471570998, + -12.200003843579355 + ], + [ + -76.78083385377934, + -12.194814477688851 + ], + [ + -76.78565793438784, + -12.192674718875555 + ] + ] + ], + "type": "Polygon" + }, + "id": "3069", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92786055306712, + -12.161713464495664, + -76.91820978832531, + -12.151330502993254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92354223259106, + -12.151330502993254 + ], + [ + -76.92786055306712, + -12.154378660534627 + ], + [ + -76.92735353121036, + -12.15957019449569 + ], + [ + -76.92252806241076, + -12.161713464495664 + ], + [ + -76.91820978832531, + -12.15866522253233 + ], + [ + -76.91871693663941, + -12.15347379500084 + ], + [ + -76.92354223259106, + -12.151330502993254 + ] + ] + ], + "type": "Polygon" + }, + "id": "3070", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03052740491562, + -11.723498551564466, + -77.02088704355695, + -11.713106695119125 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02621216501718, + -11.713106695119125 + ], + [ + -77.03052740491562, + -11.716151685168791 + ], + [ + -77.03002250499917, + -11.721347666280854 + ], + [ + -77.02520223865238, + -11.723498551564466 + ], + [ + -77.02088704355695, + -11.720453474428222 + ], + [ + -77.02139206999594, + -11.715257599104808 + ], + [ + -77.02621216501718, + -11.713106695119125 + ] + ] + ], + "type": "Polygon" + }, + "id": "3071", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87605111809326, + -12.125132887455518, + -76.86640280868582, + -12.114750639456254 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173469152853, + -12.114750639456254 + ], + [ + -76.87605111809326, + -12.117799098978793 + ], + [ + -76.87554342951047, + -12.122990276570592 + ], + [ + -76.87071918813156, + -12.125132887455518 + ], + [ + -76.86640280868582, + -12.122084343070966 + ], + [ + -76.86691062349054, + -12.116893272673325 + ], + [ + -76.87173469152853, + -12.114750639456254 + ] + ] + ], + "type": "Polygon" + }, + "id": "3072", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03971327157105, + -11.818809688616037, + -77.03006983858099, + -11.808418887540576 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03539651585352, + -11.808418887540576 + ], + [ + -77.03971327157105, + -11.811464306082415 + ], + [ + -77.03920835176574, + -11.816659759367003 + ], + [ + -77.03438654960014, + -11.818809688616037 + ], + [ + -77.03006983858099, + -11.815764183681697 + ], + [ + -77.03057488501967, + -11.810568835900702 + ], + [ + -77.03539651585352, + -11.808418887540576 + ] + ] + ], + "type": "Polygon" + }, + "id": "3073", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72526301474586, + -12.157305249510078, + -76.71561780163637, + -12.146927317618145 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72095028752243, + -12.146927317618145 + ], + [ + -76.72526301474586, + -12.149977313445877 + ], + [ + -76.72475317360235, + -12.155166333973076 + ], + [ + -76.71993047958371, + -12.157305249510078 + ], + [ + -76.71561780163637, + -12.154255168505697 + ], + [ + -76.71612776842203, + -12.14906625715072 + ], + [ + -76.72095028752243, + -12.146927317618145 + ] + ] + ], + "type": "Polygon" + }, + "id": "3074", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98502559296037, + -12.190954531785492, + -76.97537246858299, + -12.180570622418943 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9807053388127, + -12.180570622418943 + ], + [ + -76.98502559296037, + -12.183618383729945 + ], + [ + -76.98451932548656, + -12.188810391210726 + ], + [ + -76.97969267714785, + -12.190954531785492 + ], + [ + -76.97537246858299, + -12.18790668646148 + ], + [ + -76.9758788627646, + -12.182714784585603 + ], + [ + -76.9807053388127, + -12.180570622418943 + ] + ] + ], + "type": "Polygon" + }, + "id": "3075", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757121413343, + -12.015206135849482, + -76.86792614336973, + -12.004822162565597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87325621311865, + -12.004822162565597 + ], + [ + -76.87757121413343, + -12.007870059072909 + ], + [ + -76.87706371930956, + -12.01306209939263 + ], + [ + -76.87224109731923, + -12.015206135849482 + ], + [ + -76.86792614336973, + -12.012158153722808 + ], + [ + -76.86843376433583, + -12.006966220768469 + ], + [ + -76.87325621311865, + -12.004822162565597 + ] + ] + ], + "type": "Polygon" + }, + "id": "3076", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90346453524235, + -12.03349353069487, + -76.89381823604886, + -12.023109186861552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89914858728045, + -12.023109186861552 + ], + [ + -76.90346453524235, + -12.026156940972717 + ], + [ + -76.90295737339135, + -12.031349166376126 + ], + [ + -76.89813413730914, + -12.03349353069487 + ], + [ + -76.89381823604886, + -12.03044569118453 + ], + [ + -76.89432552415971, + -12.025253572764456 + ], + [ + -76.89914858728045, + -12.023109186861552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3077", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99413580510189, + -12.097492502898165, + -76.98448523505486, + -12.087106892687554 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98981655427457, + -12.087106892687554 + ], + [ + -76.99413580510189, + -12.090154128278298 + ], + [ + -76.99362981153259, + -12.095346986200973 + ], + [ + -76.98880444045578, + -12.097492502898165 + ], + [ + -76.98448523505486, + -12.094445182679834 + ], + [ + -76.98499135529495, + -12.089252430401785 + ], + [ + -76.98981655427457, + -12.087106892687554 + ] + ] + ], + "type": "Polygon" + }, + "id": "3078", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80900719032022, + -12.244248747772232, + -76.79935711249163, + -12.23387009962568 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80469100199637, + -12.23387009962568 + ], + [ + -76.80900719032022, + -12.23691975255723 + ], + [ + -76.80849837870285, + -12.242109130570025 + ], + [ + -76.8036732527057, + -12.244248747772232 + ], + [ + -76.79935711249163, + -12.241199010565618 + ], + [ + -76.79986605015544, + -12.23600974044167 + ], + [ + -76.80469100199637, + -12.23387009962568 + ] + ] + ], + "type": "Polygon" + }, + "id": "3079", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9789169081687, + -12.158898971165968, + -76.96926489872855, + -12.148514700031924 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.9789169081687, + -12.15156236887516 + ], + [ + -76.97841060532278, + -12.156754557309089 + ], + [ + -76.9735845144383, + -12.158898971165968 + ], + [ + -76.96926489872855, + -12.155851218065534 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.97459724679794, + -12.148514700031924 + ] + ] + ], + "type": "Polygon" + }, + "id": "3080", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75348531859707, + -12.010763823545396, + -76.74384370741014, + -12.000382907876611 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74917376890224, + -12.000382907876611 + ], + [ + -76.75348531859707, + -12.003431896253494 + ], + [ + -76.75297610110901, + -12.008622408607847 + ], + [ + -76.74815520827484, + -12.010763823545396 + ], + [ + -76.74384370741014, + -12.007714749073665 + ], + [ + -76.74435305053997, + -12.002524345768986 + ], + [ + -76.74917376890224, + -12.000382907876611 + ] + ] + ], + "type": "Polygon" + }, + "id": "3081", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79679149617004, + -12.368776973363655, + -76.78713802601314, + -12.358400732925393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79247397821192, + -12.358400732925393 + ], + [ + -76.79679149617004, + -12.361451078659353 + ], + [ + -76.7962823179412, + -12.366639252788849 + ], + [ + -76.79145549565014, + -12.368776973363655 + ], + [ + -76.78713802601314, + -12.365726544175596 + ], + [ + -76.78764733033658, + -12.360538477876643 + ], + [ + -76.79247397821192, + -12.358400732925393 + ] + ] + ], + "type": "Polygon" + }, + "id": "3082", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80595409157647, + -12.275383508221843, + -76.79630316580696, + -12.265005452755535 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.80595409157647, + -12.268055281264756 + ], + [ + -76.80544518833904, + -12.273244362930267 + ], + [ + -76.80061963833899, + -12.275383508221843 + ], + [ + -76.79630316580696, + -12.272333595642825 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.80163757088185, + -12.265005452755535 + ] + ] + ], + "type": "Polygon" + }, + "id": "3083", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04357660748437, + -11.921457339290393, + -77.03393001838016, + -11.911067886281037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03925837971092, + -11.911067886281037 + ], + [ + -77.04357660748437, + -11.914113799708202 + ], + [ + -77.04307158173907, + -11.91930857884644 + ], + [ + -77.03824820148199, + -11.921457339290393 + ], + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03925837971092, + -11.911067886281037 + ] + ] + ], + "type": "Polygon" + }, + "id": "3084", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09225010516163, + -11.80034956716221, + -77.08260588891619, + -11.789957234515589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0879321929202, + -11.789957234515589 + ], + [ + -77.09225010516163, + -11.793002084243499 + ], + [ + -77.09174595072632, + -11.798198302972152 + ], + [ + -77.08692375721377, + -11.80034956716221 + ], + [ + -77.08260588891619, + -11.797304631106712 + ], + [ + -77.08311017017799, + -11.79210851719865 + ], + [ + -77.0879321929202, + -11.789957234515589 + ] + ] + ], + "type": "Polygon" + }, + "id": "3085", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9826298424711, + -11.88400542854447, + -76.97298593407072, + -11.873616936669498 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97831374963684, + -11.873616936669498 + ], + [ + -76.9826298424711, + -11.876663209170307 + ], + [ + -76.98212402157367, + -11.881857508186826 + ], + [ + -76.97730198137448, + -11.88400542854447 + ], + [ + -76.97298593407072, + -11.880959069894597 + ], + [ + -76.97349188142626, + -11.875764877046004 + ], + [ + -76.97831374963684, + -11.873616936669498 + ] + ] + ], + "type": "Polygon" + }, + "id": "3086", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82120052161001, + -12.214021607974669, + -76.81155101940085, + -12.203642157634825 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81688440352994, + -12.203642157634825 + ], + [ + -76.82120052161001, + -12.20669155333224 + ], + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.81155101940085, + -12.210972127835815 + ], + [ + -76.81205973941998, + -12.205782456559838 + ], + [ + -76.81688440352994, + -12.203642157634825 + ] + ] + ], + "type": "Polygon" + }, + "id": "3087", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9826633685663, + -11.978394290565022, + -76.97301664659255, + -11.968007161826819 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97834601602895, + -11.968007161826819 + ], + [ + -76.9826633685663, + -11.97105391745938 + ], + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.97301664659255, + -11.975347449437836 + ], + [ + -76.97352274108167, + -11.970153938076619 + ], + [ + -76.97834601602895, + -11.968007161826819 + ] + ] + ], + "type": "Polygon" + }, + "id": "3088", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08455968639959, + -11.689438358628282, + -77.07491896504385, + -11.679044742859059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08024345679756, + -11.679044742859059 + ], + [ + -77.08455968639959, + -11.682089069442124 + ], + [ + -77.0840555966714, + -11.687285929877115 + ], + [ + -77.07923515062248, + -11.689438358628282 + ], + [ + -77.07491896504385, + -11.686393944921264 + ], + [ + -77.07542318148143, + -11.681197189596919 + ], + [ + -77.08024345679756, + -11.679044742859059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3089", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71306773847597, + -12.187525884233573, + -76.70342195714399, + -12.177148747758702 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70875494437634, + -12.177148747758702 + ], + [ + -76.71306773847597, + -12.180199005577345 + ], + [ + -76.71255767999322, + -12.1853876284513 + ], + [ + -76.70773470178479, + -12.187525884233573 + ], + [ + -76.70342195714399, + -12.184475541405146 + ], + [ + -76.70393214124326, + -12.179287027813983 + ], + [ + -76.70875494437634, + -12.177148747758702 + ] + ] + ], + "type": "Polygon" + }, + "id": "3090", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98573328542167, + -12.0416145685372, + -76.9760845990974, + -12.031228309153269 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98141500663817, + -12.031228309153269 + ], + [ + -76.98573328542167, + -12.03427535107064 + ], + [ + -76.98522726157927, + -12.039468533685318 + ], + [ + -76.9804028323503, + -12.0416145685372 + ], + [ + -76.9760845990974, + -12.03856744157454 + ], + [ + -76.97659074953349, + -12.033374364815163 + ], + [ + -76.98141500663817, + -12.031228309153269 + ] + ] + ], + "type": "Polygon" + }, + "id": "3091", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95526819854442, + -12.070065711110976, + -76.94561945339996, + -12.059680637813365 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95095036104674, + -12.059680637813365 + ], + [ + -76.95526819854442, + -12.062728099463023 + ], + [ + -76.9547617037353, + -12.067920689216223 + ], + [ + -76.94993724492427, + -12.070065711110976 + ], + [ + -76.94561945339996, + -12.067018164502873 + ], + [ + -76.94612607470387, + -12.061825680968328 + ], + [ + -76.95095036104674, + -12.059680637813365 + ] + ] + ], + "type": "Polygon" + }, + "id": "3092", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98714671798476, + -11.742850780032825, + -76.97750689554435, + -11.732460242390918 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98283238451953, + -11.732460242390918 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.98182118358315, + -11.742850780032825 + ], + [ + -76.97750689554435, + -11.739805214196464 + ], + [ + -76.97801255919079, + -11.734609998553202 + ], + [ + -76.98283238451953, + -11.732460242390918 + ] + ] + ], + "type": "Polygon" + }, + "id": "3093", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78088452454057, + -12.013485783779394, + -76.77124208994279, + -12.003104214936306 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77657218624124, + -12.003104214936306 + ], + [ + -76.78088452454057, + -12.006152972792512 + ], + [ + -76.78037568420207, + -12.011343811546695 + ], + [ + -76.77555437980087, + -12.013485783779394 + ], + [ + -76.77124208994279, + -12.010436939945064 + ], + [ + -76.77175105603517, + -12.005246209865932 + ], + [ + -76.77657218624124, + -12.003104214936306 + ] + ] + ], + "type": "Polygon" + }, + "id": "3094", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96673252284758, + -12.189146478764245, + -76.95707992616447, + -12.178762992318791 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96241278575809, + -12.178762992318791 + ], + [ + -76.96673252284758, + -12.18181091665702 + ], + [ + -76.96622600199524, + -12.187002712802617 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.95758657365043, + -12.180906780044413 + ], + [ + -76.96241278575809, + -12.178762992318791 + ] + ] + ], + "type": "Polygon" + }, + "id": "3095", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76174618894206, + -12.34956060920289, + -76.75209424040968, + -12.33918492710912 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75742988975537, + -12.33918492710912 + ], + [ + -76.76174618894206, + -12.342235513656536 + ], + [ + -76.7612365524292, + -12.347423408867066 + ], + [ + -76.7564104907814, + -12.34956060920289 + ], + [ + -76.75209424040968, + -12.34650993894379 + ], + [ + -76.75260400286125, + -12.34132215207034 + ], + [ + -76.75742988975537, + -12.33918492710912 + ] + ] + ], + "type": "Polygon" + }, + "id": "3096", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12420549234311, + -11.75625994813097, + -77.1145617856145, + -11.745866248397357 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11988731807654, + -11.745866248397357 + ], + [ + -77.12420549234311, + -11.748910579503178 + ], + [ + -77.12370185497106, + -11.754107481594868 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.11506554990449, + -11.748018732878029 + ], + [ + -77.11988731807654, + -11.745866248397357 + ] + ] + ], + "type": "Polygon" + }, + "id": "3097", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76486372730494, + -12.129811018866093, + -76.75521825671171, + -12.11943164467464 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76055027713556, + -12.11943164467464 + ], + [ + -76.76486372730494, + -12.12248114293576 + ], + [ + -76.76435448072039, + -12.127670884370122 + ], + [ + -76.75953165817688, + -12.129811018866093 + ], + [ + -76.75521825671171, + -12.126761435377949 + ], + [ + -76.75572762907632, + -12.121571802630635 + ], + [ + -76.76055027713556, + -12.11943164467464 + ] + ] + ], + "type": "Polygon" + }, + "id": "3098", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71848772216316, + -11.991560738039208, + -76.70884763777485, + -11.981180425288715 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71417739208908, + -11.981180425288715 + ], + [ + -76.71848772216316, + -11.98422962293679 + ], + [ + -76.71797804813, + -11.989419834084895 + ], + [ + -76.7131579185271, + -11.991560738039208 + ], + [ + -76.70884763777485, + -11.988511454038113 + ], + [ + -76.70935743729416, + -11.983321352445454 + ], + [ + -76.71417739208908, + -11.981180425288715 + ] + ] + ], + "type": "Polygon" + }, + "id": "3099", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95905309898798, + -11.98393295216228, + -76.94940682389627, + -11.973546488016803 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95473630875114, + -11.973546488016803 + ], + [ + -76.95905309898798, + -11.976593486520674 + ], + [ + -76.95854679195745, + -11.981786771746663 + ], + [ + -76.95372356823819, + -11.98393295216228 + ], + [ + -76.94940682389627, + -11.980885868116502 + ], + [ + -76.9499132573693, + -11.975692689206868 + ], + [ + -76.95473630875114, + -11.973546488016803 + ] + ] + ], + "type": "Polygon" + }, + "id": "3100", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12031733525298, + -11.653579286789245, + -77.11067678091685, + -11.643184346947283 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.11600063213741, + -11.643184346947283 + ], + [ + -77.12031733525298, + -11.646228161563384 + ], + [ + -77.11981380286436, + -11.651425683821069 + ], + [ + -77.11499344052862, + -11.653579286789245 + ], + [ + -77.11067678091685, + -11.650535384932878 + ], + [ + -77.1111804401277, + -11.645337967358513 + ], + [ + -77.11600063213741, + -11.643184346947283 + ] + ] + ], + "type": "Polygon" + }, + "id": "3101", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90574102768167, + -11.962944626967921, + -76.89609677184247, + -11.952559176034875 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90142595901793, + -11.952559176034875 + ], + [ + -76.90574102768167, + -11.955606550085479 + ], + [ + -76.90523400821306, + -11.960799329084379 + ], + [ + -76.9004117938574, + -11.962944626967921 + ], + [ + -76.89609677184247, + -11.959897167036901 + ], + [ + -76.89660391752497, + -11.954704495112583 + ], + [ + -76.90142595901793, + -11.952559176034875 + ] + ] + ], + "type": "Polygon" + }, + "id": "3102", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8379668883092, + -12.137078537216793, + -76.82831923461438, + -12.126697432025452 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83365133967195, + -12.126697432025452 + ], + [ + -76.8379668883092, + -12.129746299607943 + ], + [ + -76.83745864931058, + -12.134936906042551 + ], + [ + -76.83263473558634, + -12.137078537216793 + ], + [ + -76.82831923461438, + -12.134029584718661 + ], + [ + -76.82882759969192, + -12.128839085971732 + ], + [ + -76.83365133967195, + -12.126697432025452 + ] + ] + ], + "type": "Polygon" + }, + "id": "3103", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.880619629556, + -12.07841129535828, + -76.87097259322236, + -12.06802820670533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87630370240925, + -12.06802820670533 + ], + [ + -76.880619629556, + -12.07107639381859 + ], + [ + -76.88011207812238, + -12.076267991747223 + ], + [ + -76.87528847332885, + -12.07841129535828 + ], + [ + -76.87097259322236, + -12.07536302307523 + ], + [ + -76.87148027085969, + -12.07017153236074 + ], + [ + -76.87630370240925, + -12.06802820670533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3104", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87680863866487, + -11.975813676008118, + -76.86716476241443, + -11.965429135708256 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249418374424, + -11.965429135708256 + ], + [ + -76.87680863866487, + -11.968476836840049 + ], + [ + -76.87630119498692, + -11.973669160707045 + ], + [ + -76.87147917027039, + -11.975813676008118 + ], + [ + -76.86716476241443, + -11.972765888980822 + ], + [ + -76.86767233220088, + -11.96757367255777 + ], + [ + -76.87249418374424, + -11.965429135708256 + ] + ] + ], + "type": "Polygon" + }, + "id": "3105", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94757593617382, + -11.770433264172603, + -76.93793631917049, + -11.760044070189796 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9432623014541, + -11.760044070189796 + ], + [ + -76.94757593617382, + -11.763090048600695 + ], + [ + -76.9470698025128, + -11.768284699005276 + ], + [ + -76.94224990789239, + -11.770433264172603 + ], + [ + -76.93793631917049, + -11.767387198697477 + ], + [ + -76.93844257906177, + -11.762192655129075 + ], + [ + -76.9432623014541, + -11.760044070189796 + ] + ] + ], + "type": "Polygon" + }, + "id": "3106", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81660771166254, + -12.355036871010135, + -76.8069541197402, + -12.344659893363367 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81228983486444, + -12.344659893363367 + ], + [ + -76.81660771166254, + -12.347709990189877 + ], + [ + -76.81609883156874, + -12.352898532802486 + ], + [ + -76.81127194850389, + -12.355036871010135 + ], + [ + -76.8069541197402, + -12.351986690704548 + ], + [ + -76.80746312599743, + -12.346798255680214 + ], + [ + -76.81228983486444, + -12.344659893363367 + ] + ] + ], + "type": "Polygon" + }, + "id": "3107", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05950511138319, + -11.80501352845115, + -77.04986158517134, + -11.794622055626554 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05518801034563, + -11.794622055626554 + ], + [ + -77.05950511138319, + -11.797667224055386 + ], + [ + -77.05900049046377, + -11.802863013091702 + ], + [ + -77.0541786417966, + -11.80501352845115 + ], + [ + -77.04986158517134, + -11.801968273606771 + ], + [ + -77.0503663327916, + -11.79677258982838 + ], + [ + -77.05518801034563, + -11.794622055626554 + ] + ] + ], + "type": "Polygon" + }, + "id": "3108", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84254035306877, + -12.0903620799293, + -76.83289397125013, + -12.07998012961126 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83822530316174, + -12.07998012961126 + ], + [ + -76.84254035306877, + -12.083028723681272 + ], + [ + -76.84203225130845, + -12.08821975268934 + ], + [ + -76.83720897357082, + -12.0903620799293 + ], + [ + -76.83289397125013, + -12.087313400635734 + ], + [ + -76.83340219907126, + -12.082122479335572 + ], + [ + -76.83822530316174, + -12.07998012961126 + ] + ] + ], + "type": "Polygon" + }, + "id": "3109", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97581574585405, + -12.001314335888416, + -76.96616851775306, + -11.990927715723188 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.971498271891, + -11.990927715723188 + ], + [ + -76.97581574585405, + -11.993974648809205 + ], + [ + -76.97530964620232, + -11.999168011916517 + ], + [ + -76.97048594605538, + -12.001314335888416 + ], + [ + -76.96616851775306, + -11.998267317441792 + ], + [ + -76.96667474392754, + -11.993074060393743 + ], + [ + -76.971498271891, + -11.990927715723188 + ] + ] + ], + "type": "Polygon" + }, + "id": "3110", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77013874661488, + -12.311107076917528, + -76.76048771975248, + -12.300730527495906 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76582273070468, + -12.300730527495906 + ], + [ + -76.77013874661488, + -12.303780856951366 + ], + [ + -76.769629287728, + -12.308969185803885 + ], + [ + -76.76480368697891, + -12.311107076917528 + ], + [ + -76.76048771975248, + -12.308056663513085 + ], + [ + -76.76099730458184, + -12.30286844295378 + ], + [ + -76.76582273070468, + -12.300730527495906 + ] + ] + ], + "type": "Polygon" + }, + "id": "3111", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08705169378247, + -11.99652046577383, + -77.07740176400776, + -11.986131049369284 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08273130329674, + -11.986131049369284 + ], + [ + -77.08705169378247, + -11.989176936796792 + ], + [ + -77.08654716082968, + -11.994371697273364 + ], + [ + -77.08172211042206, + -11.99652046577383 + ], + [ + -77.07740176400776, + -11.993474493357887 + ], + [ + -77.07790642392028, + -11.988279837439839 + ], + [ + -77.08273130329674, + -11.986131049369284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3112", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96137227545354, + -12.102122902174429, + -76.95172241527587, + -12.091738172601433 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95705384527743, + -12.091738172601433 + ], + [ + -76.96137227545354, + -12.094785733864455 + ], + [ + -76.96086581586991, + -12.09997815168615 + ], + [ + -76.9560407995566, + -12.102122902174429 + ], + [ + -76.95172241527587, + -12.09907525619727 + ], + [ + -76.95222900140365, + -12.093882944455837 + ], + [ + -76.95705384527743, + -12.091738172601433 + ] + ] + ], + "type": "Polygon" + }, + "id": "3113", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00713519150338, + -12.201001285922167, + -76.9974811971679, + -12.190616993579617 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00281420847591, + -12.190616993579617 + ], + [ + -77.00713519150338, + -12.193664593398912 + ], + [ + -77.0066292181347, + -12.19885679220924 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -76.99798729734012, + -12.192761508717131 + ], + [ + -77.00281420847591, + -12.190616993579617 + ] + ] + ], + "type": "Polygon" + }, + "id": "3114", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02230731899952, + -12.045217025255699, + -77.01265758414371, + -12.03482992103696 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0179880095401, + -12.03482992103696 + ], + [ + -77.02230731899952, + -12.037876643498095 + ], + [ + -77.02180180190177, + -12.043070248279182 + ], + [ + -77.01697684859359, + -12.045217025255699 + ], + [ + -77.01265758414371, + -12.042170217907112 + ], + [ + -77.01316322798309, + -12.036976718479357 + ], + [ + -77.0179880095401, + -12.03482992103696 + ] + ] + ], + "type": "Polygon" + }, + "id": "3115", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05277241722753, + -12.01675232743782, + -77.04312275322773, + -12.006364048337836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0484526718688, + -12.006364048337836 + ], + [ + -77.05277241722753, + -12.009410350947725 + ], + [ + -77.05226737172774, + -12.014604542987334 + ], + [ + -77.04744245401982, + -12.01675232743782 + ], + [ + -77.04312275322773, + -12.013705939854315 + ], + [ + -77.04362792556755, + -12.008511852803842 + ], + [ + -77.0484526718688, + -12.006364048337836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3116", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76264862476475, + -11.91732911734735, + -76.75300954938604, + -11.906946595687897 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7583380684749, + -11.906946595687897 + ], + [ + -76.76264862476475, + -11.909995003631336 + ], + [ + -76.76213968183714, + -11.915186319000423 + ], + [ + -76.7573200570042, + -11.91732911734735 + ], + [ + -76.75300954938604, + -11.914280622692358 + ], + [ + -76.75351861791964, + -11.909089416411733 + ], + [ + -76.7583380684749, + -11.906946595687897 + ] + ] + ], + "type": "Polygon" + }, + "id": "3117", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69929079264405, + -12.327597990228426, + -76.68964120601144, + -12.317223526310878 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69497650870828, + -12.317223526310878 + ], + [ + -76.69929079264405, + -12.32027459133082 + ], + [ + -76.69878032125428, + -12.325461877893268 + ], + [ + -76.69395544024927, + -12.327597990228426 + ], + [ + -76.68964120601144, + -12.324546841123642 + ], + [ + -76.69015180307113, + -12.319359663778298 + ], + [ + -76.69497650870828, + -12.317223526310878 + ] + ] + ], + "type": "Polygon" + }, + "id": "3118", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02442191009001, + -11.69142876216552, + -77.01478265908936, + -11.681036637227265 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0201072608211, + -11.681036637227265 + ], + [ + -77.02442191009001, + -11.684081505293648 + ], + [ + -77.0239169746594, + -11.68927762072047 + ], + [ + -77.01909726347716, + -11.69142876216552 + ], + [ + -77.01478265908936, + -11.688383806767929 + ], + [ + -77.01528772099334, + -11.683187797266354 + ], + [ + -77.0201072608211, + -11.681036637227265 + ] + ] + ], + "type": "Polygon" + }, + "id": "3119", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07082546687457, + -11.640883151081658, + -77.06118653718967, + -11.630489249789845 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06651024997272, + -11.630489249789845 + ], + [ + -77.07082546687457, + -11.633533430490932 + ], + [ + -77.0703212601443, + -11.638730433820978 + ], + [ + -77.06550170988558, + -11.640883151081658 + ], + [ + -77.06118653718967, + -11.637838882869739 + ], + [ + -77.0616908705372, + -11.632641984917848 + ], + [ + -77.06651024997272, + -11.630489249789845 + ] + ] + ], + "type": "Polygon" + }, + "id": "3120", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9377546544639, + -12.107652724276495, + -76.92810524442002, + -12.097268665847087 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9334367882691, + -12.097268665847087 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.92861216958666, + -12.09941285731175 + ], + [ + -76.9334367882691, + -12.097268665847087 + ] + ] + ], + "type": "Polygon" + }, + "id": "3121", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74043981333354, + -12.284565595915108, + -76.73079038620969, + -12.274189355359205 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73612496884911, + -12.274189355359205 + ], + [ + -76.74043981333354, + -12.27723983507645 + ], + [ + -76.73992998261254, + -12.282428009719903 + ], + [ + -76.7351051815953, + -12.284565595915108 + ], + [ + -76.73079038620969, + -12.28151503195933 + ], + [ + -76.73130034273298, + -12.276326966056654 + ], + [ + -76.73612496884911, + -12.274189355359205 + ] + ] + ], + "type": "Polygon" + }, + "id": "3122", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12896607233478, + -11.992762684411755, + -77.11931520119006, + -11.982372195634015 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12464461701562, + -11.982372195634015 + ], + [ + -77.12896607233478, + -11.98541767670714 + ], + [ + -77.12846213391161, + -11.990612973088822 + ], + [ + -77.12363661303777, + -11.992762684411755 + ], + [ + -77.11931520119006, + -11.98971711847784 + ], + [ + -77.11981926673543, + -11.984521926091722 + ], + [ + -77.12464461701562, + -11.982372195634015 + ] + ] + ], + "type": "Polygon" + }, + "id": "3123", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78842283182732, + -12.3129316893112, + -76.77877125626948, + -12.302554707215858 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78410628973955, + -12.302554707215858 + ], + [ + -76.78842283182732, + -12.305604874725459 + ], + [ + -76.78791362493777, + -12.31079341979004 + ], + [ + -76.78308774993354, + -12.3129316893112 + ], + [ + -76.77877125626948, + -12.309881437930155 + ], + [ + -76.77928058917642, + -12.304693000909205 + ], + [ + -76.78410628973955, + -12.302554707215858 + ] + ] + ], + "type": "Polygon" + }, + "id": "3124", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9324419553952, + -12.209340268485903, + -76.92278964892928, + -12.19895795835473 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92812287471918, + -12.19895795835473 + ], + [ + -76.9324419553952, + -12.202006297684605 + ], + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.92278964892928, + -12.206291845080754 + ], + [ + -76.92329680790736, + -12.201100743162062 + ], + [ + -76.92812287471918, + -12.19895795835473 + ] + ] + ], + "type": "Polygon" + }, + "id": "3125", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70240154308402, + -12.202178622574799, + -76.6927556169731, + -12.191801995562754 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69808884798017, + -12.191801995562754 + ], + [ + -76.70240154308402, + -12.194852423368907 + ], + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.6927556169731, + -12.19912810982299 + ], + [ + -76.69326597251994, + -12.193939851021995 + ], + [ + -76.69808884798017, + -12.191801995562754 + ] + ] + ], + "type": "Polygon" + }, + "id": "3126", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84329179296893, + -12.224078779201234, + -76.83364140013845, + -12.213698936826315 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83897493732648, + -12.213698936826315 + ], + [ + -76.84329179296893, + -12.216748175954791 + ], + [ + -76.84278349147743, + -12.221938150868409 + ], + [ + -76.83795820816584, + -12.224078779201234 + ], + [ + -76.83364140013845, + -12.221029455780002 + ], + [ + -76.83414982779807, + -12.21583958832852 + ], + [ + -76.83897493732648, + -12.213698936826315 + ] + ] + ], + "type": "Polygon" + }, + "id": "3127", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11139354988427, + -11.935972780682807, + -77.10174481199236, + -11.92558188636785 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1070733194493, + -11.92558188636785 + ], + [ + -77.11139354988427, + -11.928627252198467 + ], + [ + -77.11088945302849, + -11.933822751516542 + ], + [ + -77.10606499872007, + -11.935972780682807 + ], + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.1070733194493, + -11.92558188636785 + ] + ] + ], + "type": "Polygon" + }, + "id": "3128", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.667393790804, + -12.182961845322298, + -76.6577494033861, + -12.172585804790948 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66308232095055, + -12.172585804790948 + ], + [ + -76.667393790804, + -12.17563645409478 + ], + [ + -76.66688310461413, + -12.180824529308499 + ], + [ + -76.66206082313253, + -12.182961845322298 + ], + [ + -76.6577494033861, + -12.179911110815544 + ], + [ + -76.65826021500469, + -12.174723145507635 + ], + [ + -76.66308232095055, + -12.172585804790948 + ] + ] + ], + "type": "Polygon" + }, + "id": "3129", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.64146138301287, + -12.258945150514501, + -76.63181544640238, + -12.248571018944634 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.63714961870892, + -12.248571018944634 + ], + [ + -76.64146138301287, + -12.251622283122515 + ], + [ + -76.64095021645811, + -12.25680940396179 + ], + [ + -76.63612716020693, + -12.258945150514501 + ], + [ + -76.63181544640238, + -12.255893801570931 + ], + [ + -76.63232673834004, + -12.250706790850067 + ], + [ + -76.63714961870892, + -12.248571018944634 + ] + ] + ], + "type": "Polygon" + }, + "id": "3130", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.6925770770284, + -12.067586589952777, + -76.6829354370347, + -12.057208088612283 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68826644896916, + -12.057208088612283 + ], + [ + -76.6925770770284, + -12.060257918589876 + ], + [ + -76.69206692295926, + -12.065447224140922 + ], + [ + -76.68724601538057, + -12.067586589952777 + ], + [ + -76.6829354370347, + -12.064536674058852 + ], + [ + -76.68344571654463, + -12.059347478279136 + ], + [ + -76.68826644896916, + -12.057208088612283 + ] + ] + ], + "type": "Polygon" + }, + "id": "3131", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75494711697431, + -12.183844250914017, + -76.74530030286988, + -12.173465988572117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75063321821858, + -12.173465988572117 + ], + [ + -76.75494711697431, + -12.17651584627847 + ], + [ + -76.75443764714285, + -12.181705031807075 + ], + [ + -76.74961415276393, + -12.183844250914017 + ], + [ + -76.74530030286988, + -12.180794308320793 + ], + [ + -76.74580989848357, + -12.175605231517274 + ], + [ + -76.75063321821858, + -12.173465988572117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3132", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02070142736825, + -11.872013229105196, + -77.01105689617188, + -11.861623632722516 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01638447172307, + -11.861623632722516 + ], + [ + -77.02070142736825, + -11.864669500058774 + ], + [ + -77.02019615822763, + -11.86986435108102 + ], + [ + -77.01537380683278, + -11.872013229105196 + ], + [ + -77.01105689617188, + -11.868967275675567 + ], + [ + -77.0115622919122, + -11.863772530325008 + ], + [ + -77.01638447172307, + -11.861623632722516 + ] + ] + ], + "type": "Polygon" + }, + "id": "3133", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05799120311752, + -11.820600424998936, + -77.04834725128208, + -11.810209202411784 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05367393476696, + -11.810209202411784 + ], + [ + -77.05799120311752, + -11.813254466215083 + ], + [ + -77.0574865366895, + -11.818450130129829 + ], + [ + -77.05266447519448, + -11.820600424998936 + ], + [ + -77.04834725128208, + -11.817555074882506 + ], + [ + -77.04885204441719, + -11.812359516219987 + ], + [ + -77.05367393476696, + -11.810209202411784 + ] + ] + ], + "type": "Polygon" + }, + "id": "3134", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67040003361959, + -12.24612865642411, + -76.66075367716525, + -12.235753568370823 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66608763737818, + -12.235753568370823 + ], + [ + -76.67040003361959, + -12.238804505369492 + ], + [ + -76.66988928934161, + -12.243992104267427 + ], + [ + -76.66506602332277, + -12.24612865642411 + ], + [ + -76.66075367716525, + -12.243077634672435 + ], + [ + -76.66126454693313, + -12.23789014552682 + ], + [ + -76.66608763737818, + -12.235753568370823 + ] + ] + ], + "type": "Polygon" + }, + "id": "3135", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.98647496565945, + -11.986634635741359, + -76.97682789953895, + -11.976247534826502 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9821574006092, + -11.976247534826502 + ], + [ + -76.98647496565945, + -11.979294297096718 + ], + [ + -76.98596903817867, + -11.984487900519243 + ], + [ + -76.98114541908464, + -11.986634635741359 + ], + [ + -76.97682789953895, + -11.98358778804748 + ], + [ + -76.97733395357331, + -11.978394290565022 + ], + [ + -76.9821574006092, + -11.976247534826502 + ] + ] + ], + "type": "Polygon" + }, + "id": "3136", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91642753911063, + -12.136994413884521, + -76.90677781172982, + -12.126611345163129 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.91642753911063, + -12.129659490206809 + ], + [ + -76.9159203961378, + -12.134851077876341 + ], + [ + -76.91109544597316, + -12.136994413884521 + ], + [ + -76.90677781172982, + -12.133946184206293 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.91210985832066, + -12.126611345163129 + ] + ] + ], + "type": "Polygon" + }, + "id": "3137", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83720007331453, + -12.192030430772592, + -76.82755079987889, + -12.181650221492088 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83288381192257, + -12.181650221492088 + ], + [ + -76.83720007331453, + -12.184699363674142 + ], + [ + -76.83669173720654, + -12.189889522110036 + ], + [ + -76.83186701357839, + -12.192030430772592 + ], + [ + -76.82755079987889, + -12.18898120405359 + ], + [ + -76.8280592621056, + -12.183791153218793 + ], + [ + -76.83288381192257, + -12.181650221492088 + ] + ] + ], + "type": "Polygon" + }, + "id": "3138", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71831348230702, + -12.368789346193013, + -76.70866214274281, + -12.35841510157836 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71399812248752, + -12.35841510157836 + ], + [ + -76.71831348230702, + -12.361466182842415 + ], + [ + -76.71780321051871, + -12.366653359588256 + ], + [ + -76.71297745312262, + -12.368789346193013 + ], + [ + -76.70866214274281, + -12.365738181197397 + ], + [ + -76.70917254030985, + -12.360551113338362 + ], + [ + -76.71399812248752, + -12.35841510157836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3139", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79149999601069, + -12.187485226229645, + -76.78185208410761, + -12.17710609608404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78718504518692, + -12.17710609608404 + ], + [ + -76.79149999601069, + -12.180155636910182 + ], + [ + -76.79099102968249, + -12.185345256090976 + ], + [ + -76.78616698658911, + -12.187485226229645 + ], + [ + -76.78185208410761, + -12.184435600671943 + ], + [ + -76.78236117636773, + -12.179246089716925 + ], + [ + -76.78718504518692, + -12.17710609608404 + ] + ] + ], + "type": "Polygon" + }, + "id": "3140", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93242306438087, + -12.114988644992215, + -76.92277357475366, + -12.104604833326377 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92810524442002, + -12.104604833326377 + ], + [ + -76.93242306438087, + -12.107652724276495 + ], + [ + -76.93191617959626, + -12.112844683329298 + ], + [ + -76.9270913484024, + -12.114988644992215 + ], + [ + -76.92277357475366, + -12.111940669312599 + ], + [ + -76.92328058597725, + -12.106748816709427 + ], + [ + -76.92810524442002, + -12.104604833326377 + ] + ] + ], + "type": "Polygon" + }, + "id": "3141", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.68106768994974, + -12.231480011935984, + -76.67142147627753, + -12.221104409135362 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67675519377498, + -12.221104409135362 + ], + [ + -76.68106768994974, + -12.224155176531616 + ], + [ + -76.68055711709016, + -12.229343032744591 + ], + [ + -76.67573392252467, + -12.231480011935984 + ], + [ + -76.67142147627753, + -12.228429159722467 + ], + [ + -76.67193217465872, + -12.22324141314456 + ], + [ + -76.67675519377498, + -12.221104409135362 + ] + ] + ], + "type": "Polygon" + }, + "id": "3142", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92025362544561, + -12.23957954619576, + -76.91060073503643, + -12.229198032519871 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91593447064854, + -12.229198032519871 + ], + [ + -76.92025362544561, + -12.232246626454858 + ], + [ + -76.91974637502598, + -12.237437436485532 + ], + [ + -76.91491984331192, + -12.23957954619576 + ], + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.91593447064854, + -12.229198032519871 + ] + ] + ], + "type": "Polygon" + }, + "id": "3143", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96139961741038, + -12.196481706661904, + -76.9517469401813, + -12.18609847033439 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95707992616447, + -12.18609847033439 + ], + [ + -76.96139961741038, + -12.189146478764245 + ], + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.9517469401813, + -12.193433614172005 + ], + [ + -76.95225367381518, + -12.18824204897064 + ], + [ + -76.95707992616447, + -12.18609847033439 + ] + ] + ], + "type": "Polygon" + }, + "id": "3144", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.75576028677233, + -12.034574287249884, + -76.74611790389032, + -12.024193672762298 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75144835708774, + -12.024193672762298 + ], + [ + -76.75576028677233, + -12.027242765526884 + ], + [ + -76.75525106345289, + -12.03243312725446 + ], + [ + -76.75042978476993, + -12.034574287249884 + ], + [ + -76.74611790389032, + -12.031525108564042 + ], + [ + -76.74662725287918, + -12.026334855813793 + ], + [ + -76.75144835708774, + -12.024193672762298 + ] + ] + ], + "type": "Polygon" + }, + "id": "3145", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83109903291705, + -12.254307603173215, + -76.82144806277444, + -12.24392856397284 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82678210625619, + -12.24392856397284 + ], + [ + -76.83109903291705, + -12.246978059362654 + ], + [ + -76.83059051368392, + -12.252167632744417 + ], + [ + -76.82576494163749, + -12.254307603173215 + ], + [ + -76.82144806277444, + -12.251258023656899 + ], + [ + -76.8219567081505, + -12.246068557848114 + ], + [ + -76.82678210625619, + -12.24392856397284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3146", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02832547710747, + -11.888494616683836, + -77.01868025969733, + -11.87810506626783 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0240080973411, + -11.87810506626783 + ], + [ + -77.02832547710747, + -11.88115094985895 + ], + [ + -77.02782028905482, + -11.8863457778321 + ], + [ + -77.02299759458361, + -11.888494616683836 + ], + [ + -77.01868025969733, + -11.885448647141391 + ], + [ + -77.0191855743928, + -11.880253924708416 + ], + [ + -77.0240080973411, + -11.87810506626783 + ] + ] + ], + "type": "Polygon" + }, + "id": "3147", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04723290718795, + -11.646448270275156, + -77.03759441143208, + -11.636055013421227 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04291824624588, + -11.636055013421227 + ], + [ + -77.04723290718795, + -11.639099431938549 + ], + [ + -77.04672836124912, + -11.644296113205549 + ], + [ + -77.04190902783047, + -11.646448270275156 + ], + [ + -77.03759441143208, + -11.643403764198709 + ], + [ + -77.03809908389933, + -11.638207188621642 + ], + [ + -77.04291824624588, + -11.636055013421227 + ] + ] + ], + "type": "Polygon" + }, + "id": "3148", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77161093347594, + -12.484122294091966, + -76.76195469367019, + -12.473748723989763 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76729256370251, + -12.473748723989763 + ], + [ + -76.77161093347594, + -12.476799821106498 + ], + [ + -76.77110122203548, + -12.481986660132941 + ], + [ + -76.76627301472861, + -12.484122294091966 + ], + [ + -76.76195469367019, + -12.481071114232543 + ], + [ + -76.7624645311941, + -12.4758843831666 + ], + [ + -76.76729256370251, + -12.473748723989763 + ] + ] + ], + "type": "Polygon" + }, + "id": "3149", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96825199404987, + -12.17357117716122, + -76.95859982293824, + -12.163187403405466 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96393242407937, + -12.163187403405466 + ], + [ + -76.96825199404987, + -12.166235240731543 + ], + [ + -76.96774551887428, + -12.171427180535668 + ], + [ + -76.9629193470913, + -12.17357117716122 + ], + [ + -76.95859982293824, + -12.170523255641069 + ], + [ + -76.9591064247413, + -12.165331421699312 + ], + [ + -76.96393242407937, + -12.163187403405466 + ] + ] + ], + "type": "Polygon" + }, + "id": "3150", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03443517085444, + -11.920559916623798, + -77.02478884185155, + -11.910170674294108 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03011719977707, + -11.910170674294108 + ], + [ + -77.03443517085444, + -11.913216666334765 + ], + [ + -77.03393001838016, + -11.91841134019599 + ], + [ + -77.0291067681271, + -11.920559916623798 + ], + [ + -77.02478884185155, + -11.917513838876287 + ], + [ + -77.0252941210179, + -11.91231927041771 + ], + [ + -77.03011719977707, + -11.910170674294108 + ] + ] + ], + "type": "Polygon" + }, + "id": "3151", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97510359014564, + -12.150659135375303, + -76.96545192537482, + -12.140274827709597 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.97078414157447, + -12.140274827709597 + ], + [ + -76.97510359014564, + -12.143322493299152 + ], + [ + -76.97459724679794, + -12.148514700031924 + ], + [ + -76.96977132823288, + -12.150659135375303 + ], + [ + -76.96545192537482, + -12.147611385457662 + ], + [ + -76.9659583953593, + -12.142419284534611 + ], + [ + -76.97078414157447, + -12.140274827709597 + ] + ] + ], + "type": "Polygon" + }, + "id": "3152", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9659010751916, + -11.961013363493011, + -76.95625530545168, + -11.950626392876314 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9615844060226, + -11.950626392876314 + ], + [ + -76.9659010751916, + -11.953673212966606 + ], + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.95625530545168, + -11.957966457726739 + ], + [ + -76.95676160726923, + -11.952773025554812 + ], + [ + -76.9615844060226, + -11.950626392876314 + ] + ] + ], + "type": "Polygon" + }, + "id": "3153", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10664696205048, + -11.699463149181089, + -77.09700538589935, + -11.689069127772589 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10233001104098, + -11.689069127772589 + ], + [ + -77.10664696205048, + -11.692113312791326 + ], + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.09700538589935, + -11.696418877189256 + ], + [ + -77.09750930821846, + -11.691221918886635 + ], + [ + -77.10233001104098, + -11.689069127772589 + ] + ] + ], + "type": "Polygon" + }, + "id": "3154", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05198795587121, + -11.977346388043562, + -77.04233948672538, + -11.966957542823037 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04766875743067, + -11.966957542823037 + ], + [ + -77.05198795587121, + -11.970003659123964 + ], + [ + -77.05148296086307, + -11.975198134262962 + ], + [ + -77.04665864059896, + -11.977346388043562 + ], + [ + -77.04233948672538, + -11.97430018649324 + ], + [ + -77.04284460853955, + -11.969105816421617 + ], + [ + -77.04766875743067, + -11.966957542823037 + ] + ] + ], + "type": "Polygon" + }, + "id": "3155", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96521291460957, + -12.20472134747113, + -76.95555989233107, + -12.194338149880512 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96089301039463, + -12.194338149880512 + ], + [ + -76.96521291460957, + -12.197386160834613 + ], + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.95555989233107, + -12.201673252527847 + ], + [ + -76.9560665855054, + -12.196481706661904 + ], + [ + -76.96089301039463, + -12.194338149880512 + ] + ] + ], + "type": "Polygon" + }, + "id": "3156", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8950904218996, + -12.071980990087832, + -76.8854431953595, + -12.061597441307203 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89077418755585, + -12.061597441307203 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.88975938287112, + -12.071980990087832 + ], + [ + -76.8854431953595, + -12.068932882004805 + ], + [ + -76.88595066082539, + -12.063741161134244 + ], + [ + -76.89077418755585, + -12.061597441307203 + ] + ] + ], + "type": "Polygon" + }, + "id": "3157", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80214651424464, + -12.267144621851836, + -76.79249593694738, + -12.25676652554667 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79783020787474, + -12.25676652554667 + ], + [ + -76.80214651424464, + -12.25981635063758 + ], + [ + -76.80163757088185, + -12.265005452755535 + ], + [ + -76.79681219510289, + -12.267144621851836 + ], + [ + -76.79249593694738, + -12.264094712620379 + ], + [ + -76.79300500634695, + -12.25890571844298 + ], + [ + -76.79783020787474, + -12.25676652554667 + ] + ] + ], + "type": "Polygon" + }, + "id": "3158", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8562600160753, + -11.761444833014984, + -76.84662306929509, + -11.751057788291249 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85194897626933, + -11.751057788291249 + ], + [ + -76.8562600160753, + -11.75410451712574 + ], + [ + -76.8557526217784, + -11.759298093527384 + ], + [ + -76.85093406180648, + -11.761444833014984 + ], + [ + -76.84662306929509, + -11.758398016722614 + ], + [ + -76.8471305894516, + -11.753204548410302 + ], + [ + -76.85194897626933, + -11.751057788291249 + ] + ] + ], + "type": "Polygon" + }, + "id": "3159", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16387390040656, + -11.823081718680065, + -77.15422721571187, + -11.81268796655077 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15955378409872, + -11.81268796655077 + ], + [ + -77.16387390040656, + -11.815732285380792 + ], + [ + -77.16337071647126, + -11.820929213344385 + ], + [ + -77.15854728909241, + -11.823081718680065 + ], + [ + -77.15422721571187, + -11.820037313943816 + ], + [ + -77.15473052677356, + -11.814840489788061 + ], + [ + -77.15955378409872, + -11.81268796655077 + ] + ] + ], + "type": "Polygon" + }, + "id": "3160", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80902431754012, + -12.149925544318332, + -76.79937705524948, + -12.139545371134092 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80470938824386, + -12.139545371134092 + ], + [ + -76.80902431754012, + -12.142594567019259 + ], + [ + -76.80851565464158, + -12.147784707634363 + ], + [ + -76.8036919364643, + -12.149925544318332 + ], + [ + -76.79937705524948, + -12.146876263503268 + ], + [ + -76.799885844121, + -12.14168623094393 + ], + [ + -76.80470938824386, + -12.139545371134092 + ] + ] + ], + "type": "Polygon" + }, + "id": "3161", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.17683517830443, + -11.832214789323551, + -77.16718790056424, + -11.821820851440226 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.17251459755022, + -11.821820851440226 + ], + [ + -77.17683517830443, + -11.82486509852777 + ], + [ + -77.17633216241319, + -11.830062119272482 + ], + [ + -77.17150843857391, + -11.832214789323551 + ], + [ + -77.16718790056424, + -11.829170456440872 + ], + [ + -77.16769104363999, + -11.823973539312208 + ], + [ + -77.17251459755022, + -11.821820851440226 + ] + ] + ], + "type": "Polygon" + }, + "id": "3162", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77630441233045, + -12.060200582600379, + -76.76666070855794, + -12.049819837731519 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77199157671312, + -12.049819837731519 + ], + [ + -76.77630441233045, + -12.052868878741426 + ], + [ + -76.77579543469196, + -12.058059305498556 + ], + [ + -76.7709734956548, + -12.060200582600379 + ], + [ + -76.76666070855794, + -12.057151455920566 + ], + [ + -76.76716981196826, + -12.05196113781861 + ], + [ + -76.77199157671312, + -12.049819837731519 + ] + ] + ], + "type": "Polygon" + }, + "id": "3163", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87757697234007, + -12.20390114578493, + -76.86792627140933, + -12.193520115567695 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8732594524485, + -12.193520115567695 + ], + [ + -76.87757697234007, + -12.196568940622397 + ], + [ + -76.87706918135568, + -12.201759509243557 + ], + [ + -76.8722437441807, + -12.20390114578493 + ], + [ + -76.86792627140933, + -12.200852236420172 + ], + [ + -76.86843418868328, + -12.19566177483394 + ], + [ + -76.8732594524485, + -12.193520115567695 + ] + ] + ], + "type": "Polygon" + }, + "id": "3164", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71079524614366, + -12.163721197631244, + -76.70115023762217, + -12.153343737191705 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70648283245654, + -12.153343737191705 + ], + [ + -76.71079524614366, + -12.156393896490284 + ], + [ + -76.71028519362727, + -12.161582681383052 + ], + [ + -76.7054626018254, + -12.163721197631244 + ], + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.70648283245654, + -12.153343737191705 + ] + ] + ], + "type": "Polygon" + }, + "id": "3165", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93692375380549, + -11.78511874204506, + -76.92728397750814, + -11.774730009617235 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93261021115929, + -11.774730009617235 + ], + [ + -76.93692375380549, + -11.777776162125035 + ], + [ + -76.93641744833056, + -11.78297058181196 + ], + [ + -76.93159747400067, + -11.78511874204506 + ], + [ + -76.92728397750814, + -11.782072502536154 + ], + [ + -76.92779040918244, + -11.776878189805075 + ], + [ + -76.93261021115929, + -11.774730009617235 + ] + ] + ], + "type": "Polygon" + }, + "id": "3166", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08080971005232, + -11.775626415242685, + -77.071166518705, + -11.76523402602246 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07649243214549, + -11.76523402602246 + ], + [ + -77.08080971005232, + -11.76827884847577 + ], + [ + -77.080305433621, + -11.773475095589776 + ], + [ + -77.0754837525115, + -11.775626415242685 + ], + [ + -77.071166518705, + -11.77258150624852 + ], + [ + -77.07167092189833, + -11.767385364152195 + ], + [ + -77.07649243214549, + -11.76523402602246 + ] + ] + ], + "type": "Polygon" + }, + "id": "3167", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08147259691889, + -11.626183400622859, + -77.07183383488484, + -11.615789056306612 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07715729183873, + -11.615789056306612 + ], + [ + -77.08147259691889, + -11.618833061892166 + ], + [ + -77.08096856228545, + -11.624030286674133 + ], + [ + -77.07614909591477, + -11.626183400622859 + ], + [ + -77.07183383488484, + -11.6231393074639 + ], + [ + -77.07233799616604, + -11.617942187939502 + ], + [ + -77.07715729183873, + -11.615789056306612 + ] + ] + ], + "type": "Polygon" + }, + "id": "3168", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8623397414183, + -12.170943572873238, + -76.85269042824976, + -12.160562393901216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85802307629753, + -12.160562393901216 + ], + [ + -76.8623397414183, + -12.163611202330763 + ], + [ + -76.86183178939704, + -12.168801845461305 + ], + [ + -76.85700704604267, + -12.170943572873238 + ], + [ + -76.85269042824976, + -12.167894679850365 + ], + [ + -76.8531985064739, + -12.162704144018704 + ], + [ + -76.85802307629753, + -12.160562393901216 + ] + ] + ], + "type": "Polygon" + }, + "id": "3169", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96739043356149, + -11.85104320911116, + -76.95774790155676, + -11.840654629756262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96307519047902, + -11.840654629756262 + ], + [ + -76.96739043356149, + -11.843700865821859 + ], + [ + -76.96688445096302, + -11.848895208709763 + ], + [ + -76.96206309890081, + -11.85104320911116 + ], + [ + -76.95774790155676, + -11.847996886612492 + ], + [ + -76.95825401052709, + -11.842802650155347 + ], + [ + -76.96307519047902, + -11.840654629756262 + ] + ] + ], + "type": "Polygon" + }, + "id": "3170", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11887991640518, + -11.76360900350923, + -77.10923612434371, + -11.753215530510031 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1145617856145, + -11.753215530510031 + ], + [ + -77.11887991640518, + -11.75625994813097 + ], + [ + -77.11837619284421, + -11.761456736885556 + ], + [ + -77.11355421158052, + -11.76360900350923 + ], + [ + -77.10923612434371, + -11.7605644994044 + ], + [ + -77.1097399748074, + -11.7553678151697 + ], + [ + -77.1145617856145, + -11.753215530510031 + ] + ] + ], + "type": "Polygon" + }, + "id": "3171", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95369848265493, + -11.896890236257457, + -76.9440549407277, + -11.886502641157495 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94938299766359, + -11.886502641157495 + ], + [ + -76.95369848265493, + -11.889549240861186 + ], + [ + -76.95319223689073, + -11.89474309167538 + ], + [ + -76.94837037977253, + -11.896890236257457 + ], + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.94938299766359, + -11.886502641157495 + ] + ] + ], + "type": "Polygon" + }, + "id": "3172", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.16076907819475, + -11.759825885809729, + -77.15112435380192, + -11.74943135241352 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.15644988739145, + -11.74943135241352 + ], + [ + -77.16076907819475, + -11.752475373238246 + ], + [ + -77.16026594886114, + -11.757672691909333 + ], + [ + -77.15544350165034, + -11.759825885809729 + ], + [ + -77.15112435380192, + -11.756781778629646 + ], + [ + -77.15162761020011, + -11.75158456391446 + ], + [ + -77.15644988739145, + -11.74943135241352 + ] + ] + ], + "type": "Polygon" + }, + "id": "3173", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.11046032870381, + -11.707704382539358, + -77.10081841155252, + -11.6973103758873 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.10614316653567, + -11.6973103758873 + ], + [ + -77.11046032870381, + -11.700354571386391 + ], + [ + -77.10995657388438, + -11.705551627071333 + ], + [ + -77.10513553006172, + -11.707704382539358 + ], + [ + -77.10081841155252, + -11.704660100138298 + ], + [ + -77.10132229319773, + -11.699463149181089 + ], + [ + -77.10614316653567, + -11.6973103758873 + ] + ] + ], + "type": "Polygon" + }, + "id": "3174", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76414517113147, + -11.99609963785553, + -76.7545037077983, + -11.985718232670358 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75983352401036, + -11.985718232670358 + ], + [ + -76.76414517113147, + -11.988767048761703 + ], + [ + -76.7636361250903, + -11.993957805815105 + ], + [ + -76.75881530624531, + -11.99609963785553 + ], + [ + -76.7545037077983, + -11.993050735605452 + ], + [ + -76.75501287951268, + -11.987860087483437 + ], + [ + -76.75983352401036, + -11.985718232670358 + ] + ] + ], + "type": "Polygon" + }, + "id": "3175", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01394300089707, + -12.083716563868022, + -77.00429233217586, + -12.073330253491129 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00962340183804, + -12.073330253491129 + ], + [ + -77.01394300089707, + -12.076377239276992 + ], + [ + -77.01343730639964, + -12.08157044716056 + ], + [ + -77.00861188609517, + -12.083716563868022 + ], + [ + -77.00429233217586, + -12.080669493431007 + ], + [ + -77.00479815341191, + -12.07547639094758 + ], + [ + -77.00962340183804, + -12.073330253491129 + ] + ] + ], + "type": "Polygon" + }, + "id": "3176", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.90953708905846, + -11.876809143218821, + -76.8998952998702, + -11.86642235805805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90522306579099, + -11.86642235805805 + ], + [ + -76.90953708905846, + -11.86946924697822 + ], + [ + -76.90903025753246, + -11.87466269313924 + ], + [ + -76.90420927656776, + -11.876809143218821 + ], + [ + -76.8998952998702, + -11.873762167834311 + ], + [ + -76.90040225755801, + -11.868568828844387 + ], + [ + -76.90522306579099, + -11.86642235805805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3177", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74584545379412, + -12.088614846309119, + -76.73620172879208, + -12.078235311452776 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74153307609073, + -12.078235311452776 + ], + [ + -76.74584545379412, + -12.08128477263114 + ], + [ + -76.74533600735583, + -12.086474594562526 + ], + [ + -76.74051405753309, + -12.088614846309119 + ], + [ + -76.73620172879208, + -12.085565299549781 + ], + [ + -76.73671130090193, + -12.08037558663458 + ], + [ + -76.74153307609073, + -12.078235311452776 + ] + ] + ], + "type": "Polygon" + }, + "id": "3178", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94456131284515, + -11.895990511007543, + -76.93491803568638, + -11.885603129109533 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9402460865078, + -11.885603129109533 + ], + [ + -76.94456131284515, + -11.888649806112932 + ], + [ + -76.9440549407277, + -11.893843550388853 + ], + [ + -76.93923321594727, + -11.895990511007543 + ], + [ + -76.93491803568638, + -11.892943747799828 + ], + [ + -76.93542453412006, + -11.887750110187577 + ], + [ + -76.9402460865078, + -11.885603129109533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3179", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06343195976642, + -12.002068049486386, + -77.05378246265839, + -11.991679290897595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.05911212550886, + -11.991679290897595 + ], + [ + -77.06343195976642, + -11.994725423466083 + ], + [ + -77.0629270867048, + -11.999919855190361 + ], + [ + -77.0581022525056, + -12.002068049486386 + ], + [ + -77.05378246265839, + -11.999021831881507 + ], + [ + -77.0542874625907, + -11.993827505026907 + ], + [ + -77.05911212550886, + -11.991679290897595 + ] + ] + ], + "type": "Polygon" + }, + "id": "3180", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96971178161826, + -11.969253695238269, + -76.96006566742359, + -11.95886675140152 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96539489982587, + -11.95886675140152 + ], + [ + -76.96971178161826, + -11.961913578726906 + ], + [ + -76.96920564668535, + -11.967107103738934 + ], + [ + -76.96438250347724, + -11.969253695238269 + ], + [ + -76.96006566742359, + -11.96620678230787 + ], + [ + -76.96057192882992, + -11.961013363493011 + ], + [ + -76.96539489982587, + -11.95886675140152 + ] + ] + ], + "type": "Polygon" + }, + "id": "3181", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82500825984658, + -12.222260744412734, + -76.81535840967001, + -12.211881332386293 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82069192766265, + -12.211881332386293 + ], + [ + -76.82500825984658, + -12.214930732301427 + ], + [ + -76.82449970605613, + -12.22012049216578 + ], + [ + -76.81967469397878, + -12.222260744412734 + ], + [ + -76.81535840967001, + -12.219211260126942 + ], + [ + -76.81586708955393, + -12.214021607974669 + ], + [ + -76.82069192766265, + -12.211881332386293 + ] + ] + ], + "type": "Polygon" + }, + "id": "3182", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.65231799516768, + -11.96138787789045, + -76.64268063359582, + -11.951008811316285 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.64800989737155, + -11.951008811316285 + ], + [ + -76.65231799516768, + -11.954058428362018 + ], + [ + -76.6518074496545, + -11.959248016894422 + ], + [ + -76.64698868113959, + -11.96138787789045 + ], + [ + -76.64268063359582, + -11.958338174046881 + ], + [ + -76.64319130430508, + -11.953148696014809 + ], + [ + -76.64800989737155, + -11.951008811316285 + ] + ] + ], + "type": "Polygon" + }, + "id": "3183", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15418446242556, + -12.066032727632422, + -77.14453077714165, + -12.055642731597036 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.1498613598166, + -12.055642731597036 + ], + [ + -77.15418446242556, + -12.058688324371253 + ], + [ + -77.1536807644716, + -12.063883374147709 + ], + [ + -77.14885383662018, + -12.066032727632422 + ], + [ + -77.14453077714165, + -12.062987050596886 + ], + [ + -77.14503460237478, + -12.057792104347916 + ], + [ + -77.1498613598166, + -12.055642731597036 + ] + ] + ], + "type": "Polygon" + }, + "id": "3184", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.03663425870202, + -11.755567899612688, + -77.0269927869488, + -11.745176318162383 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03231842811606, + -11.745176318162383 + ], + [ + -77.03663425870202, + -11.74822142773373 + ], + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.0269927869488, + -11.752522703199372 + ], + [ + -77.02749777788304, + -11.747326965305097 + ], + [ + -77.03231842811606, + -11.745176318162383 + ] + ] + ], + "type": "Polygon" + }, + "id": "3185", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.86005495381914, + -12.147132249977055, + -76.85040641202453, + -12.136750749351423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.85573866884583, + -12.136750749351423 + ], + [ + -76.86005495381914, + -12.13979946336476 + ], + [ + -76.85954700731075, + -12.144990267358493 + ], + [ + -76.8547226496444, + -12.147132249977055 + ], + [ + -76.85040641202453, + -12.144083451196972 + ], + [ + -76.8509144847081, + -12.138892754574899 + ], + [ + -76.85573866884583, + -12.136750749351423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3186", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99187683440017, + -12.168042073771995, + -76.98222421714043, + -12.157657628395317 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98755670201037, + -12.157657628395317 + ], + [ + -76.99187683440017, + -12.160705218930046 + ], + [ + -76.99137069878411, + -12.165897494389574 + ], + [ + -76.98654430405175, + -12.168042073771995 + ], + [ + -76.98222421714043, + -12.164994399090295 + ], + [ + -76.98273047947357, + -12.15980222918304 + ], + [ + -76.98755670201037, + -12.157657628395317 + ] + ] + ], + "type": "Polygon" + }, + "id": "3187", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02143688520344, + -11.817017911499425, + -77.01179397296787, + -11.806627532940936 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01712064292612, + -11.806627532940936 + ], + [ + -77.02143688520344, + -11.809673105773241 + ], + [ + -77.02093171216825, + -11.814868347924985 + ], + [ + -77.01611017028671, + -11.817017911499425 + ], + [ + -77.01179397296787, + -11.81397225219533 + ], + [ + -77.0122992725627, + -11.808777115798456 + ], + [ + -77.01712064292612, + -11.806627532940936 + ] + ] + ], + "type": "Polygon" + }, + "id": "3188", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91261704164354, + -12.128754703164278, + -76.90296766017113, + -12.118371599614237 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90829957412102, + -12.118371599614237 + ], + [ + -76.91261704164354, + -12.121419740046296 + ], + [ + -76.91210985832066, + -12.126611345163129 + ], + [ + -76.90728508109505, + -12.128754703164278 + ], + [ + -76.90296766017113, + -12.125706478026805 + ], + [ + -76.90347496986477, + -12.120514979603445 + ], + [ + -76.90829957412102, + -12.118371599614237 + ] + ] + ], + "type": "Polygon" + }, + "id": "3189", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09317068464331, + -12.028585388291237, + -77.08351964430383, + -12.018196302254049 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0888497030215, + -12.018196302254049 + ], + [ + -77.09317068464331, + -12.021242288019133 + ], + [ + -77.09266618760824, + -12.026436883243004 + ], + [ + -77.08784058193292, + -12.028585388291237 + ], + [ + -77.08351964430383, + -12.02553931778207 + ], + [ + -77.08402426834797, + -12.02034482697868 + ], + [ + -77.0888497030215, + -12.018196302254049 + ] + ] + ], + "type": "Polygon" + }, + "id": "3190", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76483371590233, + -12.224128096741978, + -76.75518543082354, + -12.213750236649414 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76051900757152, + -12.213750236649414 + ], + [ + -76.76483371590233, + -12.216800200814152 + ], + [ + -76.76432432025864, + -12.221989185115637 + ], + [ + -76.75950009042127, + -12.224128096741978 + ], + [ + -76.75518543082354, + -12.221078048005348 + ], + [ + -76.7556949523206, + -12.215889172224054 + ], + [ + -76.76051900757152, + -12.213750236649414 + ] + ] + ], + "type": "Polygon" + }, + "id": "3191", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7016604157274, + -12.162809281736067, + -76.69201568511609, + -12.152432040132673 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69734826650064, + -12.152432040132673 + ], + [ + -76.7016604157274, + -12.15548227761232 + ], + [ + -76.70115023762217, + -12.160670953149346 + ], + [ + -76.69632778472932, + -12.162809281736067 + ], + [ + -76.69201568511609, + -12.159758959034429 + ], + [ + -76.69252598877264, + -12.1545703929778 + ], + [ + -76.69734826650064, + -12.152432040132673 + ] + ] + ], + "type": "Polygon" + }, + "id": "3192", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.80133466078651, + -12.510666662213167, + -76.7916768244446, + -12.500292817693234 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79701512025787, + -12.500292817693234 + ], + [ + -76.80133466078651, + -12.50334374500997 + ], + [ + -76.80082532211141, + -12.508530721021144 + ], + [ + -76.79599631667442, + -12.510666662213167 + ], + [ + -76.7916768244446, + -12.507615652442935 + ], + [ + -76.79218628934343, + -12.50242878394401 + ], + [ + -76.79701512025787, + -12.500292817693234 + ] + ] + ], + "type": "Polygon" + }, + "id": "3193", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82887292301973, + -11.758743283425808, + -76.81923678657466, + -11.748356888364588 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82456266559863, + -11.748356888364588 + ], + [ + -76.82887292301973, + -11.751403840139307 + ], + [ + -76.8283651512555, + -11.75659709189744 + ], + [ + -76.82354699631263, + -11.758743283425808 + ], + [ + -76.81923678657466, + -11.755696244075533 + ], + [ + -76.819744684087, + -11.750503100782211 + ], + [ + -76.82456266559863, + -11.748356888364588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3194", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9042305768774, + -12.0728853210682, + -76.89458308269019, + -12.06250155835343 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89991408250005, + -12.06250155835343 + ], + [ + -76.9042305768774, + -12.06554950217036 + ], + [ + -76.90372336396166, + -12.070741436975059 + ], + [ + -76.89889953036547, + -12.0728853210682 + ], + [ + -76.89458308269019, + -12.06983729212813 + ], + [ + -76.8950904218996, + -12.064645464227896 + ], + [ + -76.89991408250005, + -12.06250155835343 + ] + ] + ], + "type": "Polygon" + }, + "id": "3195", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7807831238392, + -12.390752585439577, + -76.77112942852094, + -12.38037713116117 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.7807831238392, + -12.383427727161648 + ], + [ + -76.78027368769038, + -12.388615508299184 + ], + [ + -76.77544675272475, + -12.390752585439577 + ], + [ + -76.77112942852094, + -12.3877019060808 + ], + [ + -76.77163899071718, + -12.382514232949742 + ], + [ + -76.77646575107936, + -12.38037713116117 + ] + ] + ], + "type": "Polygon" + }, + "id": "3196", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74879776978267, + -12.340408519661754, + -76.73914644653972, + -12.330033010300284 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74448194907694, + -12.330033010300284 + ], + [ + -76.74879776978267, + -12.333083675359834 + ], + [ + -76.74828796731303, + -12.338271484299616 + ], + [ + -76.74346221824871, + -12.340408519661754 + ], + [ + -76.73914644653972, + -12.337357770781143 + ], + [ + -76.73965637488881, + -12.332170070369239 + ], + [ + -76.74448194907694, + -12.330033010300284 + ] + ] + ], + "type": "Polygon" + }, + "id": "3197", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70620422324902, + -12.210417381983438, + -76.69655794676795, + -12.200040791570208 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7018913131221, + -12.200040791570208 + ], + [ + -76.70620422324902, + -12.203091225569377 + ], + [ + -76.70569403316173, + -12.208279575438318 + ], + [ + -76.70087080733136, + -12.210417381983438 + ], + [ + -76.69655794676795, + -12.207366863109334 + ], + [ + -76.69706826246187, + -12.202178622574799 + ], + [ + -76.7018913131221, + -12.200040791570208 + ] + ] + ], + "type": "Polygon" + }, + "id": "3198", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91186270389457, + -12.183715871187538, + -76.90221170176629, + -12.173333659520065 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.90754452282498, + -12.173333659520065 + ], + [ + -76.91186270389457, + -12.176382070232359 + ], + [ + -76.91135542379749, + -12.181573229364783 + ], + [ + -76.90652983621065, + -12.183715871187538 + ], + [ + -76.90221170176629, + -12.180667376148268 + ], + [ + -76.9027191082741, + -12.175476323623071 + ], + [ + -76.90754452282498, + -12.173333659520065 + ] + ] + ], + "type": "Polygon" + }, + "id": "3199", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.10224903585646, + -11.935077174692672, + -77.09260055453214, + -11.924686489165747 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09792906063004, + -11.924686489165747 + ], + [ + -77.10224903585646, + -11.927731934546904 + ], + [ + -77.10174481199236, + -11.932927329533861 + ], + [ + -77.09692048592095, + -11.935077174692672 + ], + [ + -77.09260055453214, + -11.932031643953428 + ], + [ + -77.09310490536778, + -11.926836353423381 + ], + [ + -77.09792906063004, + -11.924686489165747 + ] + ] + ], + "type": "Polygon" + }, + "id": "3200", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.71320296912188, + -11.904557581264637, + -76.70356562191074, + -11.894176132069385 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.70889394394516, + -11.894176132069385 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.70787459771711, + -11.904557581264637 + ], + [ + -76.70356562191074, + -11.901508722181376 + ], + [ + -76.70407535771871, + -11.896318052477712 + ], + [ + -76.70889394394516, + -11.894176132069385 + ] + ] + ], + "type": "Polygon" + }, + "id": "3201", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0694304008887, + -11.845323140272829, + -77.05978542245751, + -11.834931980501382 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0651124974803, + -11.834931980501382 + ], + [ + -77.0694304008887, + -11.837977269844735 + ], + [ + -77.06892585633113, + -11.843172902253029 + ], + [ + -77.06410328158418, + -11.845323140272829 + ], + [ + -77.05978542245751, + -11.842277764829527 + ], + [ + -77.06029009378669, + -11.837082237476274 + ], + [ + -77.0651124974803, + -11.834931980501382 + ] + ] + ], + "type": "Polygon" + }, + "id": "3202", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08626300020408, + -11.957110967452786, + -77.07661426519057, + -11.946720990197033 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08194315672488, + -11.946720990197033 + ], + [ + -77.08626300020408, + -11.949766691558555 + ], + [ + -77.08575851760808, + -11.954961732499763 + ], + [ + -77.08093406459781, + -11.957110967452786 + ], + [ + -77.07661426519057, + -11.954065180827103 + ], + [ + -77.07711887471226, + -11.948870244522471 + ], + [ + -77.08194315672488, + -11.946720990197033 + ] + ] + ], + "type": "Polygon" + }, + "id": "3203", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02382377909746, + -12.029636300649699, + -77.0141744700574, + -12.019248923749213 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.02382377909746, + -12.02229555629483 + ], + [ + -77.02331830759675, + -12.027489297419951 + ], + [ + -77.01849356721253, + -12.029636300649699 + ], + [ + -77.0141744700574, + -12.026589583114207 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.01950463695877, + -12.019248923749213 + ] + ] + ], + "type": "Polygon" + }, + "id": "3204", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88214640509887, + -12.157184993100822, + -76.87249697791411, + -12.146803099024329 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87782938489771, + -12.146803099024329 + ], + [ + -76.88214640509887, + -12.149851658186375 + ], + [ + -76.88163875132733, + -12.155042658747453 + ], + [ + -76.87681395107384, + -12.157184993100822 + ], + [ + -76.87249697791411, + -12.154136349321027 + ], + [ + -76.87300475795698, + -12.14894545581545 + ], + [ + -76.87782938489771, + -12.146803099024329 + ] + ] + ], + "type": "Polygon" + }, + "id": "3205", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01780092274811, + -12.18632756745599, + -77.00814709258785, + -12.175942776506181 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01347984941584, + -12.175942776506181 + ], + [ + -77.01780092274811, + -12.178990208504153 + ], + [ + -77.01729512186552, + -12.184182656558736 + ], + [ + -77.01246812080684, + -12.18632756745599 + ], + [ + -77.00814709258785, + -12.183280051531607 + ], + [ + -77.00865302030483, + -12.178087708646293 + ], + [ + -77.01347984941584, + -12.175942776506181 + ] + ] + ], + "type": "Polygon" + }, + "id": "3206", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13644492212396, + -11.820404689261627, + -77.12679899976992, + -11.810011561113008 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13212556800518, + -11.810011561113008 + ], + [ + -77.13644492212396, + -11.813056115457298 + ], + [ + -77.13594135691939, + -11.818252731619484 + ], + [ + -77.13111831057034, + -11.820404689261627 + ], + [ + -77.12679899976992, + -11.81736004889133 + ], + [ + -77.12730269199088, + -11.812163536914829 + ], + [ + -77.13212556800518, + -11.810011561113008 + ] + ] + ], + "type": "Polygon" + }, + "id": "3207", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81360159704596, + -12.103213273171525, + -76.80395560574883, + -12.092832250350368 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.80928716596802, + -12.092832250350368 + ], + [ + -76.81360159704596, + -12.09588117219367 + ], + [ + -76.81309307145635, + -12.101071737637454 + ], + [ + -76.8082699888244, + -12.103213273171525 + ], + [ + -76.80395560574883, + -12.100164266090314 + ], + [ + -76.80446425729335, + -12.094973808722736 + ], + [ + -76.80928716596802, + -12.092832250350368 + ] + ] + ], + "type": "Polygon" + }, + "id": "3208", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13875030343071, + -11.84423518421192, + -77.12910361385393, + -11.833842329163398 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13443057039045, + -11.833842329163398 + ], + [ + -77.13875030343071, + -11.836886984354994 + ], + [ + -77.13824673356342, + -11.842083463931415 + ], + [ + -77.13342330360237, + -11.84423518421192 + ], + [ + -77.12910361385393, + -11.841190443167735 + ], + [ + -77.12960731076538, + -11.835994067705563 + ], + [ + -77.13443057039045, + -11.833842329163398 + ] + ] + ], + "type": "Polygon" + }, + "id": "3209", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.94689753126737, + -12.108556365302261, + -76.93724785575174, + -12.098172094217572 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.94257940592875, + -12.098172094217572 + ], + [ + -76.94689753126737, + -12.101219820356986 + ], + [ + -76.94639085904679, + -12.106412009026894 + ], + [ + -76.94156593498658, + -12.108556365302261 + ], + [ + -76.93724785575174, + -12.105508554440995 + ], + [ + -76.9377546544639, + -12.100316472036074 + ], + [ + -76.94257940592875, + -12.098172094217572 + ] + ] + ], + "type": "Polygon" + }, + "id": "3210", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99258133365137, + -12.018695530417219, + -76.98293315400711, + -12.008308756833316 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.98826317652791, + -12.008308756833316 + ], + [ + -76.99258133365137, + -12.01135562289025 + ], + [ + -76.99207544154567, + -12.016549062578301 + ], + [ + -76.98725126570415, + -12.018695530417219 + ], + [ + -76.98293315400711, + -12.015648579181013 + ], + [ + -76.98343917271575, + -12.010455245295036 + ], + [ + -76.98826317652791, + -12.008308756833316 + ] + ] + ], + "type": "Polygon" + }, + "id": "3211", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91713773707431, + -11.798904104351218, + -76.90749806818866, + -11.788516049532232 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.91663113363639, + -11.796756532720215 + ], + [ + -76.91181121290352, + -11.798904104351218 + ], + [ + -76.90749806818866, + -11.795857615190872 + ], + [ + -76.908004797758, + -11.79066364138668 + ], + [ + -76.91282454592017, + -11.788516049532232 + ] + ] + ], + "type": "Polygon" + }, + "id": "3212", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.84024976959749, + -12.160889225776812, + -76.8306013443738, + -12.15050844071393 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.835933840802, + -12.15050844071393 + ], + [ + -76.84024976959749, + -12.153557403914888 + ], + [ + -76.8397415250193, + -12.158747850248881 + ], + [ + -76.83491722552952, + -12.160889225776812 + ], + [ + -76.8306013443738, + -12.15784017783366 + ], + [ + -76.83110971505863, + -12.152649839114584 + ], + [ + -76.835933840802, + -12.15050844071393 + ] + ] + ], + "type": "Polygon" + }, + "id": "3213", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07239765552977, + -11.719725452589318, + -77.06275634074274, + -11.709332525930588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06808134675323, + -11.709332525930588 + ], + [ + -77.07239765552977, + -11.712377124584526 + ], + [ + -77.07189334815747, + -11.717573640521765 + ], + [ + -77.06707260531421, + -11.719725452589318 + ], + [ + -77.06275634074274, + -11.71668076697643 + ], + [ + -77.06326077480011, + -11.71148435626483 + ], + [ + -77.06808134675323, + -11.709332525930588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3214", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02979367606666, + -11.778500778377737, + -77.0201516965644, + -11.768109671509684 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02547772311316, + -11.768109671509684 + ], + [ + -77.02979367606666, + -11.77115496495781 + ], + [ + -77.0292886801407, + -11.776350571240057 + ], + [ + -77.02446760468924, + -11.778500778377737 + ], + [ + -77.0201516965644, + -11.775455398221482 + ], + [ + -77.02065681905299, + -11.770259897645547 + ], + [ + -77.02547772311316, + -11.768109671509684 + ] + ] + ], + "type": "Polygon" + }, + "id": "3215", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08383505028993, + -11.74444875654198, + -77.07419271043769, + -11.734055877661056 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.07951810719602, + -11.734055877661056 + ], + [ + -77.08383505028993, + -11.737100507357457 + ], + [ + -77.08333086481282, + -11.742296999307346 + ], + [ + -77.0785096094829, + -11.74444875654198 + ], + [ + -77.07419271043769, + -11.741404040099932 + ], + [ + -77.07469702266435, + -11.736207653178795 + ], + [ + -77.07951810719602, + -11.734055877661056 + ] + ] + ], + "type": "Polygon" + }, + "id": "3216", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9362142201482, + -12.028865459625527, + -76.9265672004455, + -12.018480231969423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93189744719885, + -12.018480231969423 + ], + [ + -76.9362142201482, + -12.021527664382724 + ], + [ + -76.93570752332758, + -12.026720331479892 + ], + [ + -76.93088392716145, + -12.028865459625527 + ], + [ + -76.9265672004455, + -12.025817941899199 + ], + [ + -76.92707402365286, + -12.020625381350117 + ], + [ + -76.93189744719885, + -12.018480231969423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3217", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76788976898804, + -12.192993931807365, + -76.75824233064685, + -12.182615488428635 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76357539239913, + -12.182615488428635 + ], + [ + -76.76788976898804, + -12.185665272730313 + ], + [ + -76.76738046499172, + -12.19085454868197 + ], + [ + -76.76255665855558, + -12.192993931807365 + ], + [ + -76.75824233064685, + -12.189944062728372 + ], + [ + -76.75875176048457, + -12.184754895311084 + ], + [ + -76.76357539239913, + -12.182615488428635 + ] + ] + ], + "type": "Polygon" + }, + "id": "3218", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.88443798189977, + -12.275330847511649, + -76.87478496624126, + -12.264950818396787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.88011932109069, + -12.264950818396787 + ], + [ + -76.88443798189977, + -12.267999913263832 + ], + [ + -76.88393017454919, + -12.273189981224208 + ], + [ + -76.8791035800072, + -12.275330847511649 + ], + [ + -76.87478496624126, + -12.272281668854568 + ], + [ + -76.87529289996469, + -12.26709170770994 + ], + [ + -76.88011932109069, + -12.264950818396787 + ] + ] + ], + "type": "Polygon" + }, + "id": "3219", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04289572163927, + -12.070837901347968, + -77.03324469617421, + -12.060450683118527 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0385755184363, + -12.060450683118527 + ], + [ + -77.04289572163927, + -12.063497338417747 + ], + [ + -77.04239045317473, + -12.068691000042474 + ], + [ + -77.03756485465453, + -12.070837901347968 + ], + [ + -77.03324469617421, + -12.06779116141369 + ], + [ + -77.03375009148206, + -12.062597604818881 + ], + [ + -77.0385755184363, + -12.060450683118527 + ] + ] + ], + "type": "Polygon" + }, + "id": "3220", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78611937151042, + -12.383427727161648, + -76.77646575107936, + -12.373052010390161 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78180195027288, + -12.373052010390161 + ], + [ + -76.78611937151042, + -12.376102523000396 + ], + [ + -76.78561002132994, + -12.381290435355155 + ], + [ + -76.7807831238392, + -12.383427727161648 + ], + [ + -76.77646575107936, + -12.38037713116117 + ], + [ + -76.776975227323, + -12.37518932675426 + ], + [ + -76.78180195027288, + -12.373052010390161 + ] + ] + ], + "type": "Polygon" + }, + "id": "3221", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.78846909271726, + -12.12429902700486, + -76.77882314833462, + -12.113918968376353 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.78415506836049, + -12.113918968376353 + ], + [ + -76.78846909271726, + -12.116968224464333 + ], + [ + -76.78796018363948, + -12.122158307962861 + ], + [ + -76.78313712432488, + -12.12429902700486 + ], + [ + -76.77882314833462, + -12.121249685735664 + ], + [ + -76.77933218328295, + -12.11605971061547 + ], + [ + -76.78415506836049, + -12.113918968376353 + ] + ] + ], + "type": "Polygon" + }, + "id": "3222", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92169648404185, + -11.752156552089398, + -76.91205808705324, + -11.741767754068185 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91738379207874, + -11.741767754068185 + ], + [ + -76.92169648404185, + -11.744813859455196 + ], + [ + -76.92119001739142, + -11.75000831206995 + ], + [ + -76.91637073265534, + -11.752156552089398 + ], + [ + -76.91205808705324, + -11.749110359417246 + ], + [ + -76.91256467981681, + -11.7439160140206 + ], + [ + -76.91738379207874, + -11.741767754068185 + ] + ] + ], + "type": "Polygon" + }, + "id": "3223", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83947503942774, + -12.310160188122044, + -76.8298221770285, + -12.299781870619922 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.83515713771874, + -12.299781870619922 + ], + [ + -76.83947503942774, + -12.302831547573303 + ], + [ + -76.83896654920447, + -12.308020759999653 + ], + [ + -76.83414003104261, + -12.310160188122044 + ], + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.83515713771874, + -12.299781870619922 + ] + ] + ], + "type": "Polygon" + }, + "id": "3224", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95982596710479, + -12.023331437077122, + -76.95017849727692, + -12.012945541360805 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95550863035828, + -12.012945541360805 + ], + [ + -76.95982596710479, + -12.015992730434009 + ], + [ + -76.95931960923272, + -12.021185731406186 + ], + [ + -76.95449578812837, + -12.023331437077122 + ], + [ + -76.95017849727692, + -12.020284162737973 + ], + [ + -76.95068498162537, + -12.015091268003694 + ], + [ + -76.95550863035828, + -12.012945541360805 + ] + ] + ], + "type": "Polygon" + }, + "id": "3225", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93625421682233, + -12.217579776898969, + -76.9266015646833, + -12.207197505887216 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93193492292998, + -12.207197505887216 + ], + [ + -76.93625421682233, + -12.210245847903835 + ], + [ + -76.93574722477372, + -12.215437036513707 + ], + [ + -76.9309208122888, + -12.217579776898969 + ], + [ + -76.9266015646833, + -12.214531350877913 + ], + [ + -76.92710868326641, + -12.209340268485903 + ], + [ + -76.93193492292998, + -12.207197505887216 + ] + ] + ], + "type": "Polygon" + }, + "id": "3226", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.15154483552048, + -11.664490593750198, + -77.14190317703064, + -11.654095039877438 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.14722715914847, + -11.654095039877438 + ], + [ + -77.15154483552048, + -11.657138636944554 + ], + [ + -77.15104172459844, + -11.662336465995901 + ], + [ + -77.14622081034146, + -11.664490593750198 + ], + [ + -77.14190317703064, + -11.661446909633899 + ], + [ + -77.1424064149063, + -11.656249184822407 + ], + [ + -77.14722715914847, + -11.654095039877438 + ] + ] + ], + "type": "Polygon" + }, + "id": "3227", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.97736594443205, + -12.08011040649522, + -76.96771632624672, + -12.069724941327003 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9730473770388, + -12.069724941327003 + ], + [ + -76.97736594443205, + -12.072772248258216 + ], + [ + -76.97685974320218, + -12.077965033788368 + ], + [ + -76.97203484797909, + -12.08011040649522 + ], + [ + -76.96771632624672, + -12.07706301475518 + ], + [ + -76.96822265406712, + -12.071870335126993 + ], + [ + -76.9730473770388, + -12.069724941327003 + ] + ] + ], + "type": "Polygon" + }, + "id": "3228", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0016066778083, + -11.736401185969948, + -76.99196667450548, + -11.726010207790551 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99729204165953, + -11.726010207790551 + ], + [ + -77.0016066778083, + -11.729055523687938 + ], + [ + -77.00110135291007, + -11.734251065852702 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.99247212582183, + -11.72816034696472 + ], + [ + -76.99729204165953, + -11.726010207790551 + ] + ] + ], + "type": "Polygon" + }, + "id": "3229", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.96289156289136, + -12.086545738009757, + -76.95324212799595, + -12.07616072964547 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95857329971044, + -12.07616072964547 + ], + [ + -76.96289156289136, + -12.079208201429772 + ], + [ + -76.96238514896365, + -12.08440075865038 + ], + [ + -76.9575603453076, + -12.086545738009757 + ], + [ + -76.95324212799595, + -12.083498181408835 + ], + [ + -76.95374866846167, + -12.078305730275021 + ], + [ + -76.95857329971044, + -12.07616072964547 + ] + ] + ], + "type": "Polygon" + }, + "id": "3230", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12809617456266, + -11.858930633944297, + -77.11844931346826, + -11.848538240680726 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12377652818405, + -11.848538240680726 + ], + [ + -77.12809617456266, + -11.851583067546285 + ], + [ + -77.12759243218163, + -11.856779316290327 + ], + [ + -77.12276891639894, + -11.858930633944297 + ], + [ + -77.11844931346826, + -11.855885721288594 + ], + [ + -77.11895318286302, + -11.850689576778995 + ], + [ + -77.12377652818405, + -11.848538240680726 + ] + ] + ], + "type": "Polygon" + }, + "id": "3231", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.81663753277397, + -12.166404135187108, + -76.80698957438604, + -12.156024032329618 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.81232217526674, + -12.156024032329618 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.81130488391538, + -12.166404135187108 + ], + [ + -76.80698957438604, + -12.163354843344715 + ], + [ + -76.80749828306516, + -12.158164845882833 + ], + [ + -76.81232217526674, + -12.156024032329618 + ] + ] + ], + "type": "Polygon" + }, + "id": "3232", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02235244613676, + -12.139594506626242, + -77.01269989431522, + -12.129208860478059 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01803187509994, + -12.129208860478059 + ], + [ + -77.02235244613676, + -12.132256032815508 + ], + [ + -77.02184678215784, + -12.137448908479216 + ], + [ + -77.01702042031687, + -12.139594506626242 + ], + [ + -77.01269989431522, + -12.136547250055235 + ], + [ + -77.01320568510995, + -12.131354479580665 + ], + [ + -77.01803187509994, + -12.129208860478059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3233", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72687461354325, + -11.953087412467578, + -76.71723544642707, + -11.94270631824542 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72256456495305, + -11.94270631824542 + ], + [ + -76.72687461354325, + -11.945755235093332 + ], + [ + -76.72636511672968, + -11.95094583695424 + ], + [ + -76.72154544582635, + -11.953087412467578 + ], + [ + -76.71723544642707, + -11.950038409028991 + ], + [ + -76.7177450687307, + -11.94484791667747 + ], + [ + -76.72256456495305, + -11.94270631824542 + ] + ] + ], + "type": "Polygon" + }, + "id": "3234", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93698434229107, + -12.068260024089286, + -76.92733612756409, + -12.057875376167628 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93266702278738, + -12.057875376167628 + ], + [ + -76.93698434229107, + -12.060922996960164 + ], + [ + -76.93647759452945, + -12.066115374150723 + ], + [ + -76.93165340083411, + -12.068260024089286 + ], + [ + -76.92733612756409, + -12.065212318259693 + ], + [ + -76.92784300174633, + -12.060020047538446 + ], + [ + -76.93266702278738, + -12.057875376167628 + ] + ] + ], + "type": "Polygon" + }, + "id": "3235", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8257771804085, + -12.167312557073979, + -76.81612895011119, + -12.15693223849359 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82146156097654, + -12.15693223849359 + ], + [ + -76.8257771804085, + -12.1599813660487 + ], + [ + -76.82526872379941, + -12.165171579233474 + ], + [ + -76.82044452169522, + -12.167312557073979 + ], + [ + -76.81612895011119, + -12.16426334476952 + ], + [ + -76.81663753277397, + -12.159073239383714 + ], + [ + -76.82146156097654, + -12.15693223849359 + ] + ] + ], + "type": "Polygon" + }, + "id": "3236", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74666255354293, + -11.939329491641933, + -76.73702325688276, + -11.928947693780986 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.742352143502, + -11.928947693780986 + ], + [ + -76.74666255354293, + -11.9319963617633 + ], + [ + -76.7461533535852, + -11.937187315322003 + ], + [ + -76.74133361801815, + -11.939329491641933 + ], + [ + -76.73702325688276, + -11.936280737043877 + ], + [ + -76.7375325823994, + -11.931089892751375 + ], + [ + -76.742352143502, + -11.928947693780986 + ] + ] + ], + "type": "Polygon" + }, + "id": "3237", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.13055449843675, + -12.071582942193793, + -77.12090123681685, + -12.06119360196588 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12623194833915, + -12.06119360196588 + ], + [ + -77.13055449843675, + -12.064239442484924 + ], + [ + -77.1300504595893, + -12.069434164513389 + ], + [ + -77.12522374344452, + -12.071582942193793 + ], + [ + -77.12090123681685, + -12.06853701736512 + ], + [ + -77.12140540285469, + -12.06334239917562 + ], + [ + -77.12623194833915, + -12.06119360196588 + ] + ] + ], + "type": "Polygon" + }, + "id": "3238", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76933147805705, + -12.460323871930406, + -76.75967601195319, + -12.449949933595354 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.76882177241605, + -12.458187971385591 + ], + [ + -76.76399395196134, + -12.460323871930406 + ], + [ + -76.75967601195319, + -12.457272774404128 + ], + [ + -76.76018584364985, + -12.452085859258752 + ], + [ + -76.76501348930854, + -12.449949933595354 + ] + ] + ], + "type": "Polygon" + }, + "id": "3239", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92475159115774, + -11.815385036330593, + -76.91511123211038, + -11.804997018080531 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92043797442834, + -11.804997018080531 + ], + [ + -76.92475159115774, + -11.808043442507751 + ], + [ + -76.92424506828765, + -11.813237505162663 + ], + [ + -76.91942480250418, + -11.815385036330593 + ], + [ + -76.91511123211038, + -11.812338525068014 + ], + [ + -76.91561788115503, + -11.807144569482688 + ], + [ + -76.92043797442834, + -11.804997018080531 + ] + ] + ], + "type": "Polygon" + }, + "id": "3240", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8988904319575, + -11.985859858503634, + -76.88924567334985, + -11.975474915891684 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.89457524346224, + -11.975474915891684 + ], + [ + -76.8988904319575, + -11.97852246960449 + ], + [ + -76.89838328087936, + -11.983714994469434 + ], + [ + -76.89356081509209, + -11.985859858503634 + ], + [ + -76.88924567334985, + -11.982812219044666 + ], + [ + -76.88975295063244, + -11.977619801307481 + ], + [ + -76.89457524346224, + -11.975474915891684 + ] + ] + ], + "type": "Polygon" + }, + "id": "3241", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.76021723353509, + -12.36512374958008, + -76.75056486130504, + -12.35474837378262 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.75590076835888, + -12.35474837378262 + ], + [ + -76.76021723353509, + -12.357799046307305 + ], + [ + -76.75970755115263, + -12.362986788365935 + ], + [ + -76.75488127763974, + -12.36512374958008 + ], + [ + -76.75056486130504, + -12.36207299344637 + ], + [ + -76.75107466963217, + -12.35688535971734 + ], + [ + -76.75590076835888, + -12.35474837378262 + ] + ] + ], + "type": "Polygon" + }, + "id": "3242", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9690264652395, + -12.212960970947579, + -76.95937309797256, + -12.202577812549404 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.96470634807503, + -12.202577812549404 + ], + [ + -76.9690264652395, + -12.205625825804765 + ], + [ + -76.96851993919714, + -12.210817457890297 + ], + [ + -76.96369316931947, + -12.212960970947579 + ], + [ + -76.95937309797256, + -12.209912873773892 + ], + [ + -76.95987975067632, + -12.20472134747113 + ], + [ + -76.96470634807503, + -12.202577812549404 + ] + ] + ], + "type": "Polygon" + }, + "id": "3243", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06628706081865, + -11.687653769088783, + -77.0566468551055, + -11.67726057426533 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06197134225317, + -11.67726057426533 + ], + [ + -77.06628706081865, + -11.680305052668956 + ], + [ + -77.06578271770844, + -11.685501702756858 + ], + [ + -77.06096252938757, + -11.687653769088783 + ], + [ + -77.0566468551055, + -11.68460920348158 + ], + [ + -77.05715132485159, + -11.679412658755904 + ], + [ + -77.06197134225317, + -11.67726057426533 + ] + ] + ], + "type": "Polygon" + }, + "id": "3244", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0199657218413, + -11.927004870105819, + -77.01031957114364, + -11.916616074986187 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01564805259396, + -11.916616074986187 + ], + [ + -77.0199657218413, + -11.919662231274566 + ], + [ + -77.01946035655936, + -11.924856681623455 + ], + [ + -77.01463719538091, + -11.927004870105819 + ], + [ + -77.01031957114364, + -11.92395862810244 + ], + [ + -77.0108250630654, + -11.918764283341579 + ], + [ + -77.01564805259396, + -11.916616074986187 + ] + ] + ], + "type": "Polygon" + }, + "id": "3245", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73812654396097, + -12.355057173050033, + -76.728475073527, + -12.344682186358082 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73381082132695, + -12.344682186358082 + ], + [ + -76.73812654396097, + -12.347733019027745 + ], + [ + -76.73761656973008, + -12.352920566691365 + ], + [ + -76.73279074700777, + -12.355057173050033 + ], + [ + -76.728475073527, + -12.35200625662334 + ], + [ + -76.72898517360576, + -12.346818817604797 + ], + [ + -76.73381082132695, + -12.344682186358082 + ] + ] + ], + "type": "Polygon" + }, + "id": "3246", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72993127400498, + -11.921943597823516, + -76.72029295134476, + -11.911561972997685 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.72562155611779, + -11.911561972997685 + ], + [ + -76.72993127400498, + -11.914610693846182 + ], + [ + -76.72942186873688, + -11.919801561015355 + ], + [ + -76.72460262009393, + -11.921943597823516 + ], + [ + -76.72029295134476, + -11.918894790178685 + ], + [ + -76.72080248209102, + -11.913704032531761 + ], + [ + -76.72562155611779, + -11.911561972997685 + ] + ] + ], + "type": "Polygon" + }, + "id": "3247", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06954813782163, + -12.034131817028623, + -77.05989752939782, + -12.02374338967136 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06522771217811, + -12.02374338967136 + ], + [ + -77.06954813782163, + -12.02678962132425 + ], + [ + -77.06904330055207, + -12.031983887363731 + ], + [ + -77.06421791070956, + -12.034131817028623 + ], + [ + -77.05989752939782, + -12.031085500583696 + ], + [ + -77.06040249358742, + -12.025891339275825 + ], + [ + -77.06522771217811, + -12.02374338967136 + ] + ] + ], + "type": "Polygon" + }, + "id": "3248", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69410744757238, + -12.052018768428429, + -76.68446622972623, + -12.041639989462272 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.68979698476608, + -12.041639989462272 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.69359733933436, + -12.049879168500034 + ], + [ + -76.68877664284565, + -12.052018768428429 + ], + [ + -76.68446622972623, + -12.048968947738771 + ], + [ + -76.6849764633991, + -12.043779613149617 + ], + [ + -76.68979698476608, + -12.041639989462272 + ] + ] + ], + "type": "Polygon" + }, + "id": "3249", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.00848862739677, + -11.807880866074834, + -76.99884631950708, + -11.797490679782522 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00417285422573, + -11.797490679782522 + ], + [ + -77.00848862739677, + -11.800536319874682 + ], + [ + -77.00798328730798, + -11.805731465988979 + ], + [ + -77.00316204753757, + -11.807880866074834 + ], + [ + -76.99884631950708, + -11.80483513940023 + ], + [ + -76.99935178609708, + -11.79964009923208 + ], + [ + -77.00417285422573, + -11.797490679782522 + ] + ] + ], + "type": "Polygon" + }, + "id": "3250", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04044543671651, + -11.763808835766563, + -77.0308036224007, + -11.753417271279897 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03612939433954, + -11.753417271279897 + ], + [ + -77.04044543671651, + -11.756462391217607 + ], + [ + -77.03994061290051, + -11.761658226249132 + ], + [ + -77.03511962010491, + -11.763808835766563 + ], + [ + -77.0308036224007, + -11.760763629057953 + ], + [ + -77.03130857280996, + -11.755567899612688 + ], + [ + -77.03612939433954, + -11.753417271279897 + ] + ] + ], + "type": "Polygon" + }, + "id": "3251", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.74730346533845, + -12.261675012416793, + -76.73765453507109, + -12.251298215891971 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.74298873764053, + -12.251298215891971 + ], + [ + -76.74730346533845, + -12.25434852270566 + ], + [ + -76.74679376631644, + -12.259536975307856 + ], + [ + -76.74196921377491, + -12.261675012416793 + ], + [ + -76.73765453507109, + -12.25862462122985 + ], + [ + -76.73816435990518, + -12.253436277317007 + ], + [ + -76.74298873764053, + -12.251298215891971 + ] + ] + ], + "type": "Polygon" + }, + "id": "3252", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7389102753061, + -12.300129581741631, + -76.7292604248978, + -12.289753641277173 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73459526503483, + -12.289753641277173 + ], + [ + -76.7389102753061, + -12.292804209128585 + ], + [ + -76.73840039871943, + -12.297992233722644 + ], + [ + -76.73357538604371, + -12.300129581741631 + ], + [ + -76.7292604248978, + -12.297078929754402 + ], + [ + -76.72977042729272, + -12.29189101389378 + ], + [ + -76.73459526503483, + -12.289753641277173 + ] + ] + ], + "type": "Polygon" + }, + "id": "3253", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.01312079562724, + -11.949929694990004, + -77.00347413735922, + -11.939541399962481 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.00880300422558, + -11.939541399962481 + ], + [ + -77.01312079562724, + -11.94258773464197 + ], + [ + -77.01261529865783, + -11.947781934971644 + ], + [ + -77.00779188364677, + -11.949929694990004 + ], + [ + -77.00347413735922, + -11.946883274729418 + ], + [ + -77.00397976095924, + -11.94168918004145 + ], + [ + -77.00880300422558, + -11.939541399962481 + ] + ] + ], + "type": "Polygon" + }, + "id": "3254", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0466064431344, + -11.890288459820171, + -77.03696070546192, + -11.87989848774595 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.04228855000765, + -11.87989848774595 + ], + [ + -77.0466064431344, + -11.88294421498797 + ], + [ + -77.046101508478, + -11.888139253664596 + ], + [ + -77.04127855396891, + -11.890288459820171 + ], + [ + -77.03696070546192, + -11.88724264670607 + ], + [ + -77.0374657668349, + -11.882047713318363 + ], + [ + -77.04228855000765, + -11.87989848774595 + ] + ] + ], + "type": "Polygon" + }, + "id": "3255", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.82808238898315, + -12.002443078955475, + -76.81843901508321, + -11.992060154852396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82376890640543, + -11.992060154852396 + ], + [ + -76.82808238898315, + -11.995108432029355 + ], + [ + -76.82757422369971, + -12.00029994810434 + ], + [ + -76.82275244989464, + -12.002443078955475 + ], + [ + -76.81843901508321, + -11.999394715892688 + ], + [ + -76.8189473063011, + -11.99420330787439 + ], + [ + -76.82376890640543, + -11.992060154852396 + ] + ] + ], + "type": "Polygon" + }, + "id": "3256", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.7748045322657, + -11.981434129382302, + -76.76516321745036, + -11.971052236449552 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77049278803034, + -11.971052236449552 + ], + [ + -76.7748045322657, + -11.974100880127681 + ], + [ + -76.77429565769137, + -11.979291880995676 + ], + [ + -76.7694749131676, + -11.981434129382302 + ], + [ + -76.76516321745036, + -11.97838539948161 + ], + [ + -76.76567221772927, + -11.973194507426621 + ], + [ + -76.77049278803034, + -11.971052236449552 + ] + ] + ], + "type": "Polygon" + }, + "id": "3257", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05883177859637, + -11.954419967782082, + -77.04918381877731, + -11.944030619477163 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0545127031302, + -11.944030619477163 + ], + [ + -77.05883177859637, + -11.94707655917476 + ], + [ + -77.0583269153338, + -11.952271285829106 + ], + [ + -77.05350284978053, + -11.954419967782082 + ], + [ + -77.04918381877731, + -11.951373942701307 + ], + [ + -77.04968880885504, + -11.946179321060637 + ], + [ + -77.0545127031302, + -11.944030619477163 + ] + ] + ], + "type": "Polygon" + }, + "id": "3258", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.93392430465134, + -12.005047427749684, + -76.92427805496173, + -11.994661899581027 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.929607911398, + -11.994661899581027 + ], + [ + -76.93392430465134, + -11.997709233253659 + ], + [ + -76.9334176131145, + -12.002902050643218 + ], + [ + -76.92859440195586, + -12.005047427749684 + ], + [ + -76.92427805496173, + -12.002000008590564 + ], + [ + -76.9247848728576, + -11.996807297821308 + ], + [ + -76.929607911398, + -11.994661899581027 + ] + ] + ], + "type": "Polygon" + }, + "id": "3259", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02001014903378, + -12.021395947348735, + -77.01036118346232, + -12.011008540081836 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.01950463695877, + -12.019248923749213 + ], + [ + -77.01468006829356, + -12.021395947348735 + ], + [ + -77.01036118346232, + -12.018349234961796 + ], + [ + -77.01086682225122, + -12.01315558404607 + ], + [ + -77.01569121916685, + -12.011008540081836 + ] + ] + ], + "type": "Polygon" + }, + "id": "3260", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69943813063664, + -12.044689724132752, + -76.68979698476608, + -12.034310697182269 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69512761822153, + -12.034310697182269 + ], + [ + -76.69943813063664, + -12.03736034580151 + ], + [ + -76.69892810804217, + -12.042549914131474 + ], + [ + -76.69410744757238, + -12.044689724132752 + ], + [ + -76.68979698476608, + -12.041639989462272 + ], + [ + -76.69030713281123, + -12.036450530851486 + ], + [ + -76.69512761822153, + -12.034310697182269 + ] + ] + ], + "type": "Polygon" + }, + "id": "3261", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79612177751856, + -11.952099157217475, + -76.7864807617304, + -11.941716294098415 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.79180983999065, + -11.941716294098415 + ], + [ + -76.79612177751856, + -11.944764592567378 + ], + [ + -76.7956132459377, + -11.949956078410022 + ], + [ + -76.79079265105217, + -11.952099157217475 + ], + [ + -76.7864807617304, + -11.949050772398415 + ], + [ + -76.78698941907854, + -11.943859395131769 + ], + [ + -76.79180983999065, + -11.941716294098415 + ] + ] + ], + "type": "Polygon" + }, + "id": "3262", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87833087833924, + -11.96023679868628, + -76.86868742608735, + -11.949851991327895 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87401658974882, + -11.949851991327895 + ], + [ + -76.87833087833924, + -11.952899598002343 + ], + [ + -76.87782348034044, + -11.95809205540176 + ], + [ + -76.87300166763931, + -11.96023679868628 + ], + [ + -76.86868742608735, + -11.9571891060137 + ], + [ + -76.86919495018859, + -11.95199675606455 + ], + [ + -76.87401658974882, + -11.949851991327895 + ] + ] + ], + "type": "Polygon" + }, + "id": "3263", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.83033079347186, + -12.309249666539573, + -76.82067820250562, + -12.298871563883221 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.82601315361569, + -12.298871563883221 + ], + [ + -76.83033079347186, + -12.301921322393653 + ], + [ + -76.8298221770285, + -12.30711042745959 + ], + [ + -76.82499579453673, + -12.309249666539573 + ], + [ + -76.82067820250562, + -12.30619982428117 + ], + [ + -76.8211869451317, + -12.301010826700585 + ], + [ + -76.82601315361569, + -12.298871563883221 + ] + ] + ], + "type": "Polygon" + }, + "id": "3264", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.99628126543557, + -11.74374653317694, + -76.98664118070417, + -11.733355782969499 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.99196667450548, + -11.733355782969499 + ], + [ + -76.99628126543557, + -11.736401185969948 + ], + [ + -76.99577585455776, + -11.741596614178734 + ], + [ + -76.9909557263377, + -11.74374653317694 + ], + [ + -76.98664118070417, + -11.740701043104877 + ], + [ + -76.98714671798476, + -11.735505721116072 + ], + [ + -76.99196667450548, + -11.733355782969499 + ] + ] + ], + "type": "Polygon" + }, + "id": "3265", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.12666044293381, + -11.968936082142928, + -77.11701033980994, + -11.958545298045717 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.12233936690113, + -11.958545298045717 + ], + [ + -77.12666044293381, + -11.961590685001985 + ], + [ + -77.12615650920743, + -11.966786129079383 + ], + [ + -77.12133137234464, + -11.968936082142928 + ], + [ + -77.11701033980994, + -11.96589061015253 + ], + [ + -77.11751440063071, + -11.960695270142654 + ], + [ + -77.12233936690113, + -11.958545298045717 + ] + ] + ], + "type": "Polygon" + }, + "id": "3266", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.95598927278314, + -11.920711694833944, + -76.9463449615415, + -11.910324384097109 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.95167340838161, + -11.910324384097109 + ], + [ + -76.95598927278314, + -11.913371087028025 + ], + [ + -76.95548302179871, + -11.918564795624754 + ], + [ + -76.95066078002239, + -11.920711694833944 + ], + [ + -76.9463449615415, + -11.917664905911625 + ], + [ + -76.9468513389069, + -11.912471303781366 + ], + [ + -76.95167340838161, + -11.910324384097109 + ] + ] + ], + "type": "Polygon" + }, + "id": "3267", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92632233352586, + -12.0829330881036, + -76.91667395988593, + -12.072548930439059 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.92200510656765, + -12.072548930439059 + ], + [ + -76.92632233352586, + -12.075596721274083 + ], + [ + -76.92581541366863, + -12.080788853395468 + ], + [ + -76.92099114045418, + -12.0829330881036 + ], + [ + -76.91667395988593, + -12.079885212294782 + ], + [ + -76.91718100613274, + -12.074693186761472 + ], + [ + -76.92200510656765, + -12.072548930439059 + ] + ] + ], + "type": "Polygon" + }, + "id": "3268", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.73585078642742, + -12.331256194896504, + -76.72620008938016, + -12.320880859235787 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.73153544456383, + -12.320880859235787 + ], + [ + -76.73585078642742, + -12.323931602167109 + ], + [ + -76.73534081809304, + -12.32911932435189 + ], + [ + -76.73051538206535, + -12.331256194896504 + ], + [ + -76.72620008938016, + -12.328205368034782 + ], + [ + -76.72671018353472, + -12.323017754568626 + ], + [ + -76.73153544456383, + -12.320880859235787 + ] + ] + ], + "type": "Polygon" + }, + "id": "3269", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04059666362976, + -12.047016659834572, + -77.03094640737633, + -12.036629134704702 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03627684004469, + -12.036629134704702 + ], + [ + -77.04059666362976, + -12.039675696762927 + ], + [ + -77.04009140012614, + -12.044869511874017 + ], + [ + -77.03526618621252, + -12.047016659834572 + ], + [ + -77.03094640737633, + -12.043970012967936 + ], + [ + -77.0314517976955, + -12.03877630295906 + ], + [ + -77.03627684004469, + -12.036629134704702 + ] + ] + ], + "type": "Polygon" + }, + "id": "3270", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.05647715832056, + -11.836186944252145, + -77.04683278083745, + -11.825795973453152 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.0521597226504, + -11.825795973453152 + ], + [ + -77.05647715832056, + -11.828841332234665 + ], + [ + -77.05597244637845, + -11.834036870252463 + ], + [ + -77.05115017204355, + -11.836186944252145 + ], + [ + -77.04683278083745, + -11.833141499259918 + ], + [ + -77.04733761949282, + -11.827946066488611 + ], + [ + -77.0521597226504, + -11.825795973453152 + ] + ] + ], + "type": "Polygon" + }, + "id": "3271", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77775254460988, + -12.327584289099757, + -76.76810081936269, + -12.317207825684822 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77343609944778, + -12.317207825684822 + ], + [ + -76.77775254460988, + -12.320258160905382 + ], + [ + -76.777243165856, + -12.32544644668849 + ], + [ + -76.77241721594459, + -12.327584289099757 + ], + [ + -76.76810081936269, + -12.324533870071624 + ], + [ + -76.76861032410251, + -12.319345692449595 + ], + [ + -76.77343609944778, + -12.317207825684822 + ] + ] + ], + "type": "Polygon" + }, + "id": "3272", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77094527226602, + -12.16185802318324, + -76.7612986805688, + -12.151479002687784 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.76663122739403, + -12.151479002687784 + ], + [ + -76.77094527226602, + -12.154528605541767 + ], + [ + -76.77043605989522, + -12.159718170058795 + ], + [ + -76.7656126768135, + -12.16185802318324 + ], + [ + -76.7612986805688, + -12.15880833534652 + ], + [ + -76.76180801876903, + -12.15361887937787 + ], + [ + -76.76663122739403, + -12.151479002687784 + ] + ] + ], + "type": "Polygon" + }, + "id": "3273", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77472318893042, + -12.264411027872413, + -76.76507343300442, + -12.254033580334227 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77040767099314, + -12.254033580334227 + ], + [ + -76.77472318893042, + -12.257083646796062 + ], + [ + -76.77421386756954, + -12.262272424717786 + ], + [ + -76.76938890233735, + -12.264411027872413 + ], + [ + -76.76507343300442, + -12.26136087715359 + ], + [ + -76.76558288028981, + -12.256172207546927 + ], + [ + -76.77040767099314, + -12.254033580334227 + ] + ] + ], + "type": "Polygon" + }, + "id": "3274", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.07251707867832, + -11.90856283970218, + -77.06287013817823, + -11.898172495818773 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06819824953077, + -11.898172495818773 + ], + [ + -77.07251707867832, + -11.901218080412367 + ], + [ + -77.07201247886967, + -11.906413304802093 + ], + [ + -77.06718892307079, + -11.90856283970218 + ], + [ + -77.06287013817823, + -11.905517169457916 + ], + [ + -77.06337486482022, + -11.900322049974132 + ], + [ + -77.06819824953077, + -11.898172495818773 + ] + ] + ], + "type": "Polygon" + }, + "id": "3275", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09211921446966, + -11.611482414713656, + -77.08248062074712, + -11.60108762915725 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08780382152271, + -11.60108762915725 + ], + [ + -77.09211921446966, + -11.604131459502215 + ], + [ + -77.0916153519519, + -11.609328904843927 + ], + [ + -77.08679596979961, + -11.611482414713656 + ], + [ + -77.08248062074712, + -11.608438496732772 + ], + [ + -77.08298460994313, + -11.603241156527957 + ], + [ + -77.08780382152271, + -11.60108762915725 + ] + ] + ], + "type": "Polygon" + }, + "id": "3276", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.09777760871225, + -12.076232447475839, + -77.08812503103283, + -12.065843973410024 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.09345586806927, + -12.065843973410024 + ], + [ + -77.09777760871225, + -12.068890142740551 + ], + [ + -77.09727310208261, + -12.074084431906495 + ], + [ + -77.09244672773596, + -12.076232447475839 + ], + [ + -77.08812503103283, + -12.07318619374786 + ], + [ + -77.08862966472714, + -12.067992008857921 + ], + [ + -77.09345586806927, + -12.065843973410024 + ] + ] + ], + "type": "Polygon" + }, + "id": "3277", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.08685984487867, + -11.713269635066679, + -77.07721835642496, + -11.702876272732938 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.08254323657121, + -11.702876272732938 + ], + [ + -77.08685984487867, + -11.705920708087497 + ], + [ + -77.08635575033395, + -11.711117441769247 + ], + [ + -77.08153492073534, + -11.713269635066679 + ], + [ + -77.07721835642496, + -11.710225112761684 + ], + [ + -77.07772257770677, + -11.705028484119591 + ], + [ + -77.08254323657121, + -11.702876272732938 + ] + ] + ], + "type": "Polygon" + }, + "id": "3278", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.06488895368639, + -11.892081254846136, + -77.05524269766222, + -11.881690862118935 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.06057054800715, + -11.881690862118935 + ], + [ + -77.06488895368639, + -11.884736432563297 + ], + [ + -77.06438427257368, + -11.88993168144073 + ], + [ + -77.05956105898211, + -11.892081254846136 + ], + [ + -77.05524269766222, + -11.889035598609016 + ], + [ + -77.05574750556521, + -11.883840454769146 + ], + [ + -77.06057054800715, + -11.881690862118935 + ] + ] + ], + "type": "Polygon" + }, + "id": "3279", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.72233098278755, + -11.905464467832514, + -76.71269335871132, + -11.89508279920563 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.71802169382686, + -11.89508279920563 + ], + [ + -76.72233098278755, + -11.898131496442486 + ], + [ + -76.72182149781182, + -11.903322385577773 + ], + [ + -76.71700259843104, + -11.905464467832514 + ], + [ + -76.71269335871132, + -11.90241568365763 + ], + [ + -76.71320296912188, + -11.897224904175763 + ], + [ + -76.71802169382686, + -11.89508279920563 + ] + ] + ], + "type": "Polygon" + }, + "id": "3280", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.92246413586317, + -11.791562451715238, + -76.91282454592017, + -11.781174164888233 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.91815089834766, + -11.781174164888233 + ], + [ + -76.92246413586317, + -11.784220480062288 + ], + [ + -76.92195761830463, + -11.789414677041398 + ], + [ + -76.91713773707431, + -11.791562451715238 + ], + [ + -76.91282454592017, + -11.788516049532232 + ], + [ + -76.91333118962558, + -11.78332195969415 + ], + [ + -76.91815089834766, + -11.781174164888233 + ] + ] + ], + "type": "Polygon" + }, + "id": "3281", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.190505009407, + -11.786331409264742, + -77.18085876033736, + -11.775936517746173 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.18618467963327, + -11.775936517746173 + ], + [ + -77.190505009407, + -11.778980406577917 + ], + [ + -77.19000225698309, + -11.784177904085537 + ], + [ + -77.18517904757397, + -11.786331409264742 + ], + [ + -77.18085876033736, + -11.783287434371095 + ], + [ + -77.18136163996346, + -11.7780900403701 + ], + [ + -77.18618467963327, + -11.775936517746173 + ] + ] + ], + "type": "Polygon" + }, + "id": "3282", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.89658707104086, + -11.773283719046821, + -76.8869487049268, + -11.76289582771396 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.8922747779154, + -11.76289582771396 + ], + [ + -76.89658707104086, + -11.765942269999439 + ], + [ + -76.8960802207666, + -11.771136269422373 + ], + [ + -76.89126095132787, + -11.773283719046821 + ], + [ + -76.8869487049268, + -11.77023718953167 + ], + [ + -76.88745568123066, + -11.765043297631548 + ], + [ + -76.8922747779154, + -11.76289582771396 + ] + ] + ], + "type": "Polygon" + }, + "id": "3283", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66200081390285, + -12.284575762415606, + -76.65235354160022, + -12.274201529247964 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.65768813719244, + -12.274201529247964 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.65666616809534, + -12.284575762415606 + ], + [ + -76.65235354160022, + -12.281524475848238 + ], + [ + -76.65286458888691, + -12.276337414167356 + ], + [ + -76.65768813719244, + -12.274201529247964 + ] + ] + ], + "type": "Polygon" + }, + "id": "3284", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.79070283532462, + -12.336735388459058, + -76.78105048694462, + -12.326358752664575 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.7863859125885, + -12.326358752664575 + ], + [ + -76.79070283532462, + -12.329409009060896 + ], + [ + -76.79019362269887, + -12.334597380938328 + ], + [ + -76.78536736128238, + -12.336735388459058 + ], + [ + -76.78105048694462, + -12.333685048364634 + ], + [ + -76.78155982561549, + -12.328496784457387 + ], + [ + -76.7863859125885, + -12.326358752664575 + ] + ] + ], + "type": "Polygon" + }, + "id": "3285", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.77466888085789, + -12.453000948205727, + -76.76501348930854, + -12.442626743890996 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.77035084344742, + -12.442626743890996 + ], + [ + -76.77466888085789, + -12.445677675553496 + ], + [ + -76.7741592612032, + -12.450864831693949 + ], + [ + -76.76933147805705, + -12.453000948205727 + ], + [ + -76.76501348930854, + -12.449949933595354 + ], + [ + -76.76552323503469, + -12.44476288543089 + ], + [ + -76.77035084344742, + -12.442626743890996 + ] + ] + ], + "type": "Polygon" + }, + "id": "3286", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.91110811194396, + -12.238672790034983, + -76.90145548861868, + -12.228291489274921 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.906789217093, + -12.228291489274921 + ], + [ + -76.91110811194396, + -12.231340164715952 + ], + [ + -76.91060073503643, + -12.2365308683513 + ], + [ + -76.90577433681777, + -12.238672790034983 + ], + [ + -76.90145548861868, + -12.23562403064534 + ], + [ + -76.90196299197692, + -12.23043343353049 + ], + [ + -76.906789217093, + -12.228291489274921 + ] + ] + ], + "type": "Polygon" + }, + "id": "3287", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.9415228520625, + -11.927151614282343, + -76.93187872572823, + -11.916764754282086 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.93720729235284, + -11.916764754282086 + ], + [ + -76.9415228520625, + -11.919811620886378 + ], + [ + -76.94101638870964, + -11.925005104207333 + ], + [ + -76.93619423930924, + -11.927151614282343 + ], + [ + -76.93187872572823, + -11.92410466167883 + ], + [ + -76.93238531540953, + -11.91891128500937 + ], + [ + -76.93720729235284, + -11.916764754282086 + ] + ] + ], + "type": "Polygon" + }, + "id": "3288", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.8768166096045, + -12.258852549356412, + -76.8671642877311, + -12.248472437551118 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87249837622252, + -12.248472437551118 + ], + [ + -76.8768166096045, + -12.25152152765057 + ], + [ + -76.8763087216457, + -12.25671163702225 + ], + [ + -76.87148247396598, + -12.258852549356412 + ], + [ + -76.8671642877311, + -12.25580337532535 + ], + [ + -76.86767230201937, + -12.250613372901585 + ], + [ + -76.87249837622252, + -12.248472437551118 + ] + ] + ], + "type": "Polygon" + }, + "id": "3289", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.1427271275872, + -12.041310815663822, + -77.13307446503907, + -12.03092072064727 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.13840465886439, + -12.03092072064727 + ], + [ + -77.1427271275872, + -12.033966305029514 + ], + [ + -77.14222330700403, + -12.039161404395585 + ], + [ + -77.13739689047415, + -12.041310815663822 + ], + [ + -77.13307446503907, + -12.038265146807191 + ], + [ + -77.13357841283683, + -12.033070151166669 + ], + [ + -77.13840465886439, + -12.03092072064727 + ] + ] + ], + "type": "Polygon" + }, + "id": "3290", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.69874699954018, + -11.910982489553522, + -76.68910985760803, + -11.90060150124957 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.69443828784674, + -11.90060150124957 + ], + [ + -76.69874699954018, + -11.903650435128542 + ], + [ + -76.69823717815557, + -11.908840984256729 + ], + [ + -76.69341851972383, + -11.910982489553522 + ], + [ + -76.68910985760803, + -11.907933468690867 + ], + [ + -76.68961980433684, + -11.902743029524814 + ], + [ + -76.69443828784674, + -11.90060150124957 + ] + ] + ], + "type": "Polygon" + }, + "id": "3291", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.02690273763832, + -12.09285762174882, + -77.01725146393899, + -12.082471134315066 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02258266883783, + -12.082471134315066 + ], + [ + -77.02690273763832, + -12.085518043425155 + ], + [ + -77.02639721051388, + -12.090711339741405 + ], + [ + -77.02157148778231, + -12.09285762174882 + ], + [ + -77.01725146393899, + -12.08981062809799 + ], + [ + -77.01775711786064, + -12.08461743699039 + ], + [ + -77.02258266883783, + -12.082471134315066 + ] + ] + ], + "type": "Polygon" + }, + "id": "3292", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0018021349256, + -12.208337644615073, + -76.99214805875167, + -12.197953602239455 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.9974811971679, + -12.197953602239455 + ], + [ + -77.0018021349256, + -12.201001285922167 + ], + [ + -77.00129607532106, + -12.2061933597787 + ], + [ + -76.9964689511613, + -12.208337644615073 + ], + [ + -76.99214805875167, + -12.205289877100451 + ], + [ + -76.9926542451443, + -12.200097908591262 + ], + [ + -76.9974811971679, + -12.197953602239455 + ] + ] + ], + "type": "Polygon" + }, + "id": "3293", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67647198349397, + -12.278167779992426, + -76.66682450234961, + -12.267793067914921 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.67215899124109, + -12.267793067914921 + ], + [ + -76.67647198349397, + -12.270844106093083 + ], + [ + -76.6759612729454, + -12.276031516933502 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.66733533843752, + -12.26992935607808 + ], + [ + -76.67215899124109, + -12.267793067914921 + ] + ] + ], + "type": "Polygon" + }, + "id": "3294", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.67113744459506, + -12.285491109940839, + -76.66148989210201, + -12.275116657305423 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.66682450234961, + -12.275116657305423 + ], + [ + -76.67113744459506, + -12.278167779992426 + ], + [ + -76.6706266483177, + -12.28335506114108 + ], + [ + -76.66580278426186, + -12.285491109940839 + ], + [ + -76.66148989210201, + -12.282439902777137 + ], + [ + -76.66200081390285, + -12.277252731300118 + ], + [ + -76.66682450234961, + -12.275116657305423 + ] + ] + ], + "type": "Polygon" + }, + "id": "3295", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.87605355363958, + -12.219472327417744, + -76.86640242807945, + -12.209091588240671 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.87173586717176, + -12.209091588240671 + ], + [ + -76.87605355363958, + -12.212140501133804 + ], + [ + -76.87554571690666, + -12.217330924231408 + ], + [ + -76.8707200674008, + -12.219472327417744 + ], + [ + -76.86640242807945, + -12.216423330317117 + ], + [ + -76.86691039110802, + -12.211233014247494 + ], + [ + -76.87173586717176, + -12.209091588240671 + ] + ] + ], + "type": "Polygon" + }, + "id": "3296", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.70012983555547, + -12.178374783682274, + -76.69048468242087, + -12.167997830531654 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6958175209142, + -12.167997830531654 + ], + [ + -76.70012983555547, + -12.171048160164801 + ], + [ + -76.69961961159278, + -12.176236691471898 + ], + [ + -76.69479694742206, + -12.178374783682274 + ], + [ + -76.69048468242087, + -12.175324368929942 + ], + [ + -76.6909950319408, + -12.170135947096162 + ], + [ + -76.6958175209142, + -12.167997830531654 + ] + ] + ], + "type": "Polygon" + }, + "id": "3297", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.04137987065168, + -12.08641838307278, + -77.03172841904906, + -12.07603144142476 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.03705949996525, + -12.07603144142476 + ], + [ + -77.04137987065168, + -12.07907818516991 + ], + [ + -77.04087455659196, + -12.084271708500731 + ], + [ + -77.0360487449869, + -12.08641838307278 + ], + [ + -77.03172841904906, + -12.083371554794958 + ], + [ + -77.03223385995831, + -12.078178136487667 + ], + [ + -77.03705949996525, + -12.07603144142476 + ] + ] + ], + "type": "Polygon" + }, + "id": "3298", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -77.0253401024152, + -12.01405516740793, + -77.01569121916685, + -12.003667519373186 + ], + "geometry": { + "coordinates": [ + [ + [ + -77.02102112759067, + -12.003667519373186 + ], + [ + -77.0253401024152, + -12.006714061606992 + ], + [ + -77.02483467650607, + -12.01190793830237 + ], + [ + -77.02001014903378, + -12.01405516740793 + ], + [ + -77.01569121916685, + -12.011008540081836 + ], + [ + -77.01619677180523, + -12.005814768752364 + ], + [ + -77.02102112759067, + -12.003667519373186 + ] + ] + ], + "type": "Polygon" + }, + "id": "3299", + "properties": {}, + "type": "Feature" + }, + { + "bbox": [ + -76.66432944423013, + -12.214088802342683, + -76.65468421242055, + -12.20371334478313 + ], + "geometry": { + "coordinates": [ + [ + [ + -76.6600176439382, + -12.20371334478313 + ], + [ + -76.66432944423013, + -12.206764178142732 + ], + [ + -76.66381866626216, + -12.211951961863349 + ], + [ + -76.65899596255221, + -12.214088802342683 + ], + [ + -76.65468421242055, + -12.211037883985856 + ], + [ + -76.65519511582903, + -12.205850210156648 + ], + [ + -76.6600176439382, + -12.20371334478313 + ] + ] + ], + "type": "Polygon" + }, + "id": "3300", + "properties": {}, + "type": "Feature" + } + ], + "type": "FeatureCollection" + }, + "hovertemplate": "duration_to_food_facility_bins=Más de 120
index=%{location}", + "locations": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 20, + 22, + 23, + 29, + 30, + 33, + 36, + 37, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 54, + 55, + 57, + 59, + 62, + 65, + 69, + 71, + 78, + 84, + 86, + 89, + 91, + 95, + 96, + 100, + 103, + 105, + 110, + 112, + 114, + 117, + 123, + 126, + 129, + 130, + 131, + 139, + 147, + 149, + 150, + 151, + 152, + 156, + 157, + 164, + 171, + 173, + 177, + 179, + 183, + 186, + 188, + 189, + 195, + 196, + 197, + 198, + 200, + 202, + 206, + 208, + 209, + 210, + 211, + 215, + 217, + 218, + 224, + 226, + 229, + 233, + 239, + 241, + 246, + 249, + 250, + 251, + 252, + 254, + 255, + 259, + 262, + 263, + 265, + 273, + 276, + 277, + 279, + 283, + 284, + 286, + 287, + 290, + 291, + 294, + 299, + 300, + 301, + 313, + 316, + 317, + 318, + 323, + 325, + 330, + 332, + 333, + 334, + 336, + 338, + 341, + 342, + 348, + 350, + 353, + 359, + 360, + 366, + 367, + 371, + 372, + 375, + 384, + 385, + 391, + 392, + 393, + 397, + 406, + 412, + 415, + 421, + 429, + 430, + 431, + 432, + 434, + 438, + 441, + 444, + 445, + 447, + 451, + 453, + 455, + 457, + 462, + 463, + 466, + 470, + 482, + 484, + 487, + 489, + 491, + 492, + 493, + 494, + 497, + 499, + 501, + 502, + 503, + 504, + 510, + 511, + 512, + 513, + 516, + 517, + 519, + 521, + 524, + 525, + 526, + 528, + 531, + 533, + 541, + 543, + 550, + 552, + 556, + 557, + 562, + 564, + 568, + 570, + 571, + 574, + 576, + 579, + 589, + 593, + 596, + 603, + 606, + 609, + 611, + 619, + 620, + 624, + 626, + 627, + 628, + 630, + 636, + 638, + 639, + 646, + 648, + 649, + 650, + 656, + 658, + 665, + 667, + 671, + 674, + 675, + 676, + 682, + 684, + 685, + 687, + 690, + 694, + 701, + 702, + 703, + 704, + 706, + 710, + 713, + 715, + 716, + 717, + 719, + 730, + 732, + 743, + 745, + 746, + 748, + 751, + 754, + 755, + 758, + 764, + 766, + 767, + 768, + 774, + 775, + 779, + 782, + 783, + 785, + 797, + 800, + 801, + 805, + 806, + 811, + 813, + 814, + 815, + 820, + 822, + 825, + 828, + 830, + 834, + 837, + 838, + 839, + 840, + 841, + 845, + 848, + 856, + 857, + 859, + 861, + 863, + 864, + 867, + 871, + 872, + 873, + 876, + 880, + 886, + 892, + 893, + 898, + 899, + 901, + 905, + 909, + 917, + 918, + 920, + 922, + 926, + 927, + 933, + 934, + 935, + 937, + 949, + 950, + 955, + 956, + 957, + 959, + 973, + 974, + 979, + 981, + 983, + 984, + 989, + 990, + 994, + 995, + 998, + 1001, + 1002, + 1006, + 1009, + 1012, + 1013, + 1014, + 1017, + 1018, + 1020, + 1022, + 1027, + 1029, + 1034, + 1036, + 1039, + 1041, + 1047, + 1055, + 1060, + 1063, + 1069, + 1071, + 1077, + 1079, + 1083, + 1085, + 1086, + 1087, + 1090, + 1091, + 1095, + 1102, + 1103, + 1107, + 1109, + 1113, + 1116, + 1117, + 1118, + 1122, + 1126, + 1134, + 1147, + 1149, + 1152, + 1159, + 1161, + 1168, + 1169, + 1173, + 1174, + 1176, + 1179, + 1180, + 1181, + 1183, + 1191, + 1192, + 1193, + 1195, + 1199, + 1200, + 1209, + 1210, + 1214, + 1220, + 1226, + 1227, + 1236, + 1238, + 1239, + 1247, + 1249, + 1250, + 1252, + 1253, + 1254, + 1255, + 1257, + 1260, + 1261, + 1265, + 1268, + 1274, + 1275, + 1277, + 1282, + 1286, + 1287, + 1288, + 1291, + 1294, + 1295, + 1296, + 1297, + 1306, + 1315, + 1316, + 1318, + 1319, + 1321, + 1322, + 1324, + 1325, + 1327, + 1333, + 1345, + 1349, + 1350, + 1353, + 1354, + 1356, + 1359, + 1362, + 1370, + 1375, + 1380, + 1381, + 1382, + 1383, + 1384, + 1386, + 1388, + 1391, + 1393, + 1397, + 1400, + 1401, + 1403, + 1404, + 1405, + 1406, + 1408, + 1411, + 1413, + 1416, + 1418, + 1423, + 1425, + 1427, + 1431, + 1433, + 1435, + 1445, + 1447, + 1452, + 1454, + 1458, + 1459, + 1465, + 1467, + 1471, + 1473, + 1477, + 1479, + 1485, + 1499, + 1505, + 1506, + 1508, + 1513, + 1515, + 1520, + 1521, + 1524, + 1527, + 1528, + 1530, + 1532, + 1534, + 1537, + 1539, + 1544, + 1549, + 1551, + 1552, + 1557, + 1558, + 1560, + 1564, + 1565, + 1566, + 1567, + 1570, + 1571, + 1572, + 1573, + 1574, + 1577, + 1578, + 1579, + 1583, + 1584, + 1588, + 1590, + 1594, + 1596, + 1607, + 1608, + 1610, + 1613, + 1617, + 1620, + 1622, + 1624, + 1625, + 1626, + 1632, + 1639, + 1644, + 1645, + 1646, + 1648, + 1651, + 1654, + 1656, + 1658, + 1659, + 1667, + 1672, + 1674, + 1684, + 1685, + 1689, + 1693, + 1694, + 1695, + 1699, + 1701, + 1710, + 1715, + 1716, + 1717, + 1722, + 1725, + 1727, + 1728, + 1732, + 1734, + 1735, + 1736, + 1738, + 1740, + 1743, + 1746, + 1747, + 1748, + 1751, + 1755, + 1767, + 1769, + 1773, + 1775, + 1777, + 1778, + 1781, + 1782, + 1783, + 1787, + 1789, + 1790, + 1793, + 1796, + 1798, + 1811, + 1815, + 1832, + 1833, + 1835, + 1838, + 1840, + 1843, + 1850, + 1852, + 1854, + 1856, + 1857, + 1864, + 1865, + 1866, + 1869, + 1872, + 1881, + 1882, + 1883, + 1884, + 1885, + 1886, + 1890, + 1898, + 1899, + 1900, + 1903, + 1913, + 1917, + 1919, + 1925, + 1927, + 1928, + 1929, + 1930, + 1931, + 1933, + 1936, + 1950, + 1955, + 1957, + 1960, + 1962, + 1964, + 1966, + 1970, + 1974, + 1980, + 1981, + 1986, + 1987, + 1990, + 1991, + 1994, + 1999, + 2003, + 2004, + 2007, + 2011, + 2013, + 2016, + 2018, + 2021, + 2026, + 2028, + 2029, + 2030, + 2033, + 2034, + 2036, + 2039, + 2042, + 2050, + 2053, + 2055, + 2058, + 2059, + 2064, + 2065, + 2068, + 2071, + 2073, + 2074, + 2081, + 2083, + 2084, + 2085, + 2092, + 2095, + 2098, + 2100, + 2104, + 2106, + 2108, + 2109, + 2110, + 2113, + 2114, + 2118, + 2119, + 2123, + 2124, + 2126, + 2130, + 2134, + 2135, + 2138, + 2148, + 2149, + 2153, + 2156, + 2157, + 2167, + 2170, + 2177, + 2178, + 2180, + 2181, + 2182, + 2183, + 2185, + 2192, + 2193, + 2194, + 2200, + 2201, + 2202, + 2205, + 2206, + 2207, + 2211, + 2215, + 2218, + 2222, + 2226, + 2228, + 2232, + 2234, + 2236, + 2238, + 2243, + 2250, + 2252, + 2254, + 2255, + 2257, + 2259, + 2266, + 2270, + 2273, + 2275, + 2280, + 2282, + 2285, + 2290, + 2291, + 2297, + 2298, + 2302, + 2303, + 2305, + 2311, + 2314, + 2317, + 2322, + 2323, + 2325, + 2326, + 2327, + 2328, + 2334, + 2339, + 2343, + 2345, + 2347, + 2351, + 2353, + 2356, + 2357, + 2361, + 2374, + 2375, + 2379, + 2382, + 2383, + 2386, + 2388, + 2394, + 2398, + 2400, + 2404, + 2407, + 2408, + 2410, + 2412, + 2417, + 2421, + 2428, + 2430, + 2431, + 2432, + 2433, + 2434, + 2435, + 2439, + 2443, + 2444, + 2451, + 2452, + 2456, + 2457, + 2458, + 2462, + 2463, + 2464, + 2468, + 2474, + 2476, + 2478, + 2489, + 2493, + 2497, + 2502, + 2503, + 2505, + 2506, + 2507, + 2508, + 2510, + 2512, + 2519, + 2521, + 2524, + 2533, + 2540, + 2542, + 2545, + 2548, + 2549, + 2552, + 2554, + 2555, + 2556, + 2558, + 2559, + 2560, + 2563, + 2566, + 2569, + 2570, + 2572, + 2573, + 2574, + 2575, + 2576, + 2579, + 2581, + 2582, + 2587, + 2590, + 2593, + 2595, + 2596, + 2603, + 2609, + 2610, + 2617, + 2618, + 2624, + 2629, + 2633, + 2639, + 2640, + 2641, + 2642, + 2645, + 2653, + 2656, + 2658, + 2659, + 2660, + 2661, + 2663, + 2664, + 2666, + 2667, + 2668, + 2678, + 2680, + 2683, + 2685, + 2689, + 2690, + 2693, + 2696, + 2697, + 2699, + 2700, + 2701, + 2702, + 2703, + 2704, + 2709, + 2710, + 2711, + 2712, + 2716, + 2721, + 2725, + 2726, + 2728, + 2729, + 2731, + 2741, + 2742, + 2744, + 2748, + 2750, + 2752, + 2756, + 2760, + 2763, + 2764, + 2765, + 2766, + 2769, + 2772, + 2773, + 2775, + 2779, + 2785, + 2788, + 2789, + 2793, + 2794, + 2799, + 2800, + 2801, + 2806, + 2809, + 2810, + 2811, + 2812, + 2813, + 2814, + 2817, + 2818, + 2825, + 2826, + 2827, + 2830, + 2837, + 2838, + 2839, + 2847, + 2848, + 2850, + 2852, + 2863, + 2864, + 2865, + 2876, + 2881, + 2884, + 2889, + 2890, + 2896, + 2901, + 2903, + 2908, + 2909, + 2913, + 2915, + 2921, + 2926, + 2931, + 2933, + 2936, + 2949, + 2958, + 2965, + 2968, + 2971, + 2972, + 2977, + 2982, + 2983, + 2985, + 2986, + 2987, + 2988, + 2990, + 2991, + 2993, + 2994, + 2997, + 2998, + 2999, + 3003, + 3005, + 3007, + 3016, + 3020, + 3023, + 3024, + 3028, + 3032, + 3034, + 3035, + 3042, + 3044, + 3051, + 3055, + 3058, + 3061, + 3064, + 3065, + 3067, + 3069, + 3071, + 3074, + 3079, + 3081, + 3083, + 3085, + 3090, + 3093, + 3099, + 3101, + 3106, + 3110, + 3111, + 3117, + 3118, + 3119, + 3120, + 3122, + 3126, + 3129, + 3130, + 3132, + 3135, + 3139, + 3140, + 3142, + 3145, + 3146, + 3148, + 3158, + 3159, + 3165, + 3166, + 3167, + 3168, + 3177, + 3183, + 3185, + 3189, + 3191, + 3192, + 3193, + 3194, + 3198, + 3212, + 3215, + 3216, + 3218, + 3223, + 3227, + 3229, + 3240, + 3244, + 3252, + 3253, + 3259, + 3263, + 3265, + 3272, + 3273, + 3274, + 3276, + 3281, + 3283, + 3284, + 3291, + 3294, + 3295, + 3297, + 3300 + ], + "name": "Más de 120", + "showlegend": true, + "showscale": false, + "subplot": "mapbox", + "type": "choroplethmapbox", + "z": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ] + } + ], + "layout": { + "height": 400, + "legend": { + "title": { + "text": "duration_to_food_facility_bins" + }, + "tracegroupgap": 0 + }, + "mapbox": { + "center": { + "lat": -12.013946736301312, + "lon": -76.91628411802077 + }, + "domain": { + "x": [ + 0, + 1 + ], + "y": [ + 0, + 1 + ] + }, + "style": "carto-positron", + "zoom": 8 + }, + "margin": { + "b": 0, + "l": 0, + "r": 0, + "t": 0 + }, + "template": { + "data": { + "bar": [ + { + "error_x": { + "color": "#2a3f5f" + }, + "error_y": { + "color": "#2a3f5f" + }, + "marker": { + "line": { + "color": "#E5ECF6", + "width": 0.5 + } + }, + "type": "bar" + } + ], + "barpolar": [ + { + "marker": { + "line": { + "color": "#E5ECF6", + "width": 0.5 + } + }, + "type": "barpolar" + } + ], + "carpet": [ + { + "aaxis": { + "endlinecolor": "#2a3f5f", + "gridcolor": "white", + "linecolor": "white", + "minorgridcolor": "white", + "startlinecolor": "#2a3f5f" + }, + "baxis": { + "endlinecolor": "#2a3f5f", + "gridcolor": "white", + "linecolor": "white", + "minorgridcolor": "white", + "startlinecolor": "#2a3f5f" + }, + "type": "carpet" + } + ], + "choropleth": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "type": "choropleth" + } + ], + "contour": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "contour" + } + ], + "contourcarpet": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "type": "contourcarpet" + } + ], + "heatmap": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "heatmap" + } + ], + "heatmapgl": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "heatmapgl" + } + ], + "histogram": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "histogram" + } + ], + "histogram2d": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "histogram2d" + } + ], + "histogram2dcontour": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "histogram2dcontour" + } + ], + "mesh3d": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "type": "mesh3d" + } + ], + "parcoords": [ + { + "line": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "parcoords" + } + ], + "pie": [ + { + "automargin": true, + "type": "pie" + } + ], + "scatter": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatter" + } + ], + "scatter3d": [ + { + "line": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatter3d" + } + ], + "scattercarpet": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattercarpet" + } + ], + "scattergeo": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattergeo" + } + ], + "scattergl": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattergl" + } + ], + "scattermapbox": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattermapbox" + } + ], + "scatterpolar": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatterpolar" + } + ], + "scatterpolargl": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatterpolargl" + } + ], + "scatterternary": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatterternary" + } + ], + "surface": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "surface" + } + ], + "table": [ + { + "cells": { + "fill": { + "color": "#EBF0F8" + }, + "line": { + "color": "white" + } + }, + "header": { + "fill": { + "color": "#C8D4E3" + }, + "line": { + "color": "white" + } + }, + "type": "table" + } + ] + }, + "layout": { + "annotationdefaults": { + "arrowcolor": "#2a3f5f", + "arrowhead": 0, + "arrowwidth": 1 + }, + "autotypenumbers": "strict", + "coloraxis": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "colorscale": { + "diverging": [ + [ + 0, + "#8e0152" + ], + [ + 0.1, + "#c51b7d" + ], + [ + 0.2, + "#de77ae" + ], + [ + 0.3, + "#f1b6da" + ], + [ + 0.4, + "#fde0ef" + ], + [ + 0.5, + "#f7f7f7" + ], + [ + 0.6, + "#e6f5d0" + ], + [ + 0.7, + "#b8e186" + ], + [ + 0.8, + "#7fbc41" + ], + [ + 0.9, + "#4d9221" + ], + [ + 1, + "#276419" + ] + ], + "sequential": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "sequentialminus": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ] + }, + "colorway": [ + "#636efa", + "#EF553B", + "#00cc96", + "#ab63fa", + "#FFA15A", + "#19d3f3", + "#FF6692", + "#B6E880", + "#FF97FF", + "#FECB52" + ], + "font": { + "color": "#2a3f5f" + }, + "geo": { + "bgcolor": "white", + "lakecolor": "white", + "landcolor": "#E5ECF6", + "showlakes": true, + "showland": true, + "subunitcolor": "white" + }, + "hoverlabel": { + "align": "left" + }, + "hovermode": "closest", + "mapbox": { + "style": "light" + }, + "paper_bgcolor": "white", + "plot_bgcolor": "#E5ECF6", + "polar": { + "angularaxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + }, + "bgcolor": "#E5ECF6", + "radialaxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + } + }, + "scene": { + "xaxis": { + "backgroundcolor": "#E5ECF6", + "gridcolor": "white", + "gridwidth": 2, + "linecolor": "white", + "showbackground": true, + "ticks": "", + "zerolinecolor": "white" + }, + "yaxis": { + "backgroundcolor": "#E5ECF6", + "gridcolor": "white", + "gridwidth": 2, + "linecolor": "white", + "showbackground": true, + "ticks": "", + "zerolinecolor": "white" + }, + "zaxis": { + "backgroundcolor": "#E5ECF6", + "gridcolor": "white", + "gridwidth": 2, + "linecolor": "white", + "showbackground": true, + "ticks": "", + "zerolinecolor": "white" + } + }, + "shapedefaults": { + "line": { + "color": "#2a3f5f" + } + }, + "ternary": { + "aaxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + }, + "baxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + }, + "bgcolor": "#E5ECF6", + "caxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + } + }, + "title": { + "x": 0.05 + }, + "xaxis": { + "automargin": true, + "gridcolor": "white", + "linecolor": "white", + "ticks": "", + "title": { + "standoff": 15 + }, + "zerolinecolor": "white", + "zerolinewidth": 2 + }, + "yaxis": { + "automargin": true, + "gridcolor": "white", + "linecolor": "white", + "ticks": "", + "title": { + "standoff": 15 + }, + "zerolinecolor": "white", + "zerolinewidth": 2 + } + } + }, + "title": { + "text": "Acceso a instalaciones de venta de alimento" + }, + "width": 400 + } + }, + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], "source": [ "fig = up.plotting.choropleth_map(\n", " hex_lima, 'duration_to_food_facility_bins',\n", @@ -891,9 +1159306,9 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (urbanpy-env)", + "display_name": "Python 3", "language": "python", - "name": "urbanpy-env" + "name": "python3" }, "language_info": { "codemirror_mode": { diff --git a/notebooks/Market Facility Location with Python.ipynb b/notebooks/Market Facility Location with Python.ipynb index 560a98b..d03d247 100644 --- a/notebooks/Market Facility Location with Python.ipynb +++ b/notebooks/Market Facility Location with Python.ipynb @@ -16,7 +16,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -51,7 +51,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 3, "metadata": {}, "outputs": [], "source": [ @@ -68,7 +68,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 4, "metadata": {}, "outputs": [], "source": [ @@ -91,7 +91,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 5, "metadata": {}, "outputs": [], "source": [ @@ -108,7 +108,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 6, "metadata": {}, "outputs": [], "source": [ @@ -124,7 +124,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 7, "metadata": {}, "outputs": [], "source": [ @@ -140,7 +140,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 8, "metadata": {}, "outputs": [], "source": [ @@ -156,7 +156,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 9, "metadata": {}, "outputs": [], "source": [ @@ -166,9 +166,22 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 10, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/home/claudio/Documents/urbanpy/.env/lib/python3.7/site-packages/ipykernel_launcher.py:1: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n", + "\n", + " \"\"\"Entry point for launching an IPython kernel.\n", + "/home/claudio/Documents/urbanpy/.env/lib/python3.7/site-packages/ipykernel_launcher.py:2: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n", + "\n", + " \n" + ] + } + ], "source": [ "parks_pitchs_gdf['lat'] = parks_pitchs_gdf.geometry.centroid.y\n", "parks_pitchs_gdf['lon'] = parks_pitchs_gdf.geometry.centroid.x" @@ -183,7 +196,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 11, "metadata": {}, "outputs": [], "source": [ @@ -194,7 +207,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 12, "metadata": {}, "outputs": [], "source": [ @@ -203,7 +216,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 13, "metadata": {}, "outputs": [ { @@ -257,11 +270,11 @@ " \n", " 2\n", " 67624204\n", - " -11.985367\n", - " -77.014139\n", - " 11157.418332\n", + " -11.985366\n", + " -77.014138\n", + " 11286.055353\n", " POINT (-77.01414 -11.98537)\n", - " 22314.836665\n", + " 22572.110706\n", " \n", " \n", " 3\n", @@ -289,19 +302,19 @@ " id lat lon area geometry \\\n", "0 67624202 -11.985354 -77.014213 2841.493813 POINT (-77.01421 -11.98535) \n", "1 67624203 -11.985472 -77.014529 508.268924 POINT (-77.01453 -11.98547) \n", - "2 67624204 -11.985367 -77.014139 11157.418332 POINT (-77.01414 -11.98537) \n", + "2 67624204 -11.985366 -77.014138 11286.055353 POINT (-77.01414 -11.98537) \n", "3 67626150 -11.986800 -77.010059 553.973269 POINT (-77.01006 -11.98680) \n", "4 67626151 -11.986273 -77.009586 3281.189031 POINT (-77.00959 -11.98627) \n", "\n", " aforo \n", "0 5682.987625 \n", "1 1016.537847 \n", - "2 22314.836665 \n", + "2 22572.110706 \n", "3 1107.946537 \n", "4 6562.378062 " ] }, - "execution_count": 12, + "execution_count": 13, "metadata": {}, "output_type": "execute_result" } @@ -319,7 +332,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 14, "metadata": {}, "outputs": [], "source": [ @@ -330,7 +343,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 15, "metadata": {}, "outputs": [], "source": [ @@ -342,7 +355,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 16, "metadata": {}, "outputs": [], "source": [ @@ -351,7 +364,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 17, "metadata": {}, "outputs": [], "source": [ @@ -360,7 +373,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 18, "metadata": {}, "outputs": [], "source": [ @@ -369,7 +382,7 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 19, "metadata": {}, "outputs": [], "source": [ @@ -378,7 +391,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 20, "metadata": {}, "outputs": [ { @@ -387,7 +400,7 @@ "(123, 5)" ] }, - "execution_count": 19, + "execution_count": 20, "metadata": {}, "output_type": "execute_result" } @@ -398,7 +411,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 21, "metadata": {}, "outputs": [], "source": [ @@ -407,7 +420,7 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": 22, "metadata": {}, "outputs": [ { @@ -427,7 +440,7 @@ "Length: 365, dtype: int64" ] }, - "execution_count": 21, + "execution_count": 22, "metadata": {}, "output_type": "execute_result" } @@ -438,7 +451,7 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": 23, "metadata": {}, "outputs": [], "source": [ @@ -447,7 +460,7 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": 24, "metadata": {}, "outputs": [], "source": [ @@ -456,7 +469,7 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": 25, "metadata": {}, "outputs": [ { @@ -507,9 +520,9 @@ " \n", " 2\n", " 67624204\n", - " -11.985367\n", - " -77.014139\n", - " 22314.836665\n", + " -11.985366\n", + " -77.014138\n", + " 22572.110706\n", " POINT (-77.01414 -11.98537)\n", " \n", " \n", @@ -536,12 +549,12 @@ " id lat lon aforo geometry\n", "0 67624202 -11.985354 -77.014213 5682.987625 POINT (-77.01421 -11.98535)\n", "1 67624203 -11.985472 -77.014529 1016.537847 POINT (-77.01453 -11.98547)\n", - "2 67624204 -11.985367 -77.014139 22314.836665 POINT (-77.01414 -11.98537)\n", + "2 67624204 -11.985366 -77.014138 22572.110706 POINT (-77.01414 -11.98537)\n", "3 67626150 -11.986800 -77.010059 1107.946537 POINT (-77.01006 -11.98680)\n", "4 67626151 -11.986273 -77.009586 6562.378062 POINT (-77.00959 -11.98627)" ] }, - "execution_count": 24, + "execution_count": 25, "metadata": {}, "output_type": "execute_result" } @@ -570,7 +583,7 @@ }, { "cell_type": "code", - "execution_count": 25, + "execution_count": 26, "metadata": { "scrolled": true }, @@ -581,7 +594,7 @@ }, { "cell_type": "code", - "execution_count": 26, + "execution_count": 27, "metadata": {}, "outputs": [], "source": [ @@ -590,7 +603,7 @@ }, { "cell_type": "code", - "execution_count": 27, + "execution_count": 28, "metadata": {}, "outputs": [], "source": [ @@ -599,22 +612,22 @@ }, { "cell_type": "code", - "execution_count": 28, + "execution_count": 29, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 28, + "execution_count": 29, "metadata": {}, "output_type": "execute_result" }, { "data": { - "image/png": "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\n", + "image/png": "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\n", "text/plain": [ "
" ] @@ -638,7 +651,7 @@ }, { "cell_type": "code", - "execution_count": 29, + "execution_count": 30, "metadata": {}, "outputs": [ { @@ -652,7 +665,7 @@ "dtype: int64" ] }, - "execution_count": 29, + "execution_count": 30, "metadata": {}, "output_type": "execute_result" } @@ -663,7 +676,7 @@ }, { "cell_type": "code", - "execution_count": 30, + "execution_count": 31, "metadata": {}, "outputs": [ { @@ -674,7 +687,7 @@ "dtype: int64" ] }, - "execution_count": 30, + "execution_count": 31, "metadata": {}, "output_type": "execute_result" } @@ -685,7 +698,7 @@ }, { "cell_type": "code", - "execution_count": 31, + "execution_count": 32, "metadata": {}, "outputs": [], "source": [ @@ -700,7 +713,7 @@ }, { "cell_type": "code", - "execution_count": 32, + "execution_count": 33, "metadata": {}, "outputs": [ { @@ -712,7 +725,7 @@ "dtype: int64" ] }, - "execution_count": 32, + "execution_count": 33, "metadata": {}, "output_type": "execute_result" } @@ -723,7 +736,7 @@ }, { "cell_type": "code", - "execution_count": 33, + "execution_count": 34, "metadata": {}, "outputs": [], "source": [ @@ -732,22 +745,22 @@ }, { "cell_type": "code", - "execution_count": 34, + "execution_count": 35, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 34, + "execution_count": 35, "metadata": {}, "output_type": "execute_result" }, { "data": { - "image/png": "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\n", + "image/png": "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\n", "text/plain": [ "
" ] @@ -782,7 +795,7 @@ }, { "cell_type": "code", - "execution_count": 35, + "execution_count": 72, "metadata": {}, "outputs": [ { @@ -795,7 +808,7 @@ } ], "source": [ - "up.routing.start_osrm_server('peru', 'south-america')" + "up.routing.start_osrm_server('peru', 'south-america', 'foot')" ] }, { @@ -807,9 +820,19 @@ }, { "cell_type": "code", - "execution_count": 36, + "execution_count": 73, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/home/claudio/Documents/urbanpy/.env/lib/python3.7/site-packages/ipykernel_launcher.py:2: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n", + "\n", + " \n" + ] + } + ], "source": [ "hex_sjl_centroids = hex_sjl.copy() # Copy original gdf\n", "hex_sjl_centroids.geometry = hex_sjl_centroids.geometry.centroid # Replace Polygon for Point/Polygon Centroidcandidates = candidates[candidates['aforo'] >= 500]" @@ -817,14 +840,14 @@ }, { "cell_type": "code", - "execution_count": 37, + "execution_count": 74, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "160 1435\n" + "160 1812\n" ] } ], @@ -841,3450 +864,74 @@ }, { "cell_type": "code", - "execution_count": 38, + "execution_count": null, + "metadata": { + "scrolled": true + }, + "outputs": [], + "source": [ + "try:\n", + " cost_mat = np.load('output/distance_matrix.npy')\n", + "except:\n", + " distance, duration = up.routing.compute_osrm_dist_matrix(hex_sjl_centroids, candidates)\n", + " cost_mat = duration.T\n", + " np.save('output/distance_matrix.npy', cost_mat) # save the file to avoid running this function again " + ] + }, + { + "cell_type": "code", + "execution_count": 76, "metadata": { "scrolled": true }, "outputs": [ - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "d6fc33b8267849e49f4e16e49d1269d2", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=160.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "067e2a3d9b8d479d8d1b9b8fcb67c6a7", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "9a7e0f72360a4f0097109ba8041d6374", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "a5a65412ce88487f81bf1edcc1d3d1e9", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "89cb48ffec5246a994b16a2c9e5fc565", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "c47a42ab0536405ebc26dc753ba789be", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "c389649f1b6e49e78f74330dfe22baef", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "ede94f09911d479891d384983ceb1be3", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "74eff6f0831748f09d0c845fc95a46ed", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, { "name": "stdout", "output_type": "stream", "text": [ - "\n" + "Server was stoped succesfully\n" ] - }, + } + ], + "source": [ + "up.routing.stop_osrm_server('peru', 'south-america', 'foot')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Constructing PuLP sets and variables" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Set an the number of facilities to be activated" + ] + }, + { + "cell_type": "code", + "execution_count": 77, + "metadata": {}, + "outputs": [], + "source": [ + "p = merc.shape[0]+12" + ] + }, + { + "cell_type": "code", + "execution_count": 78, + "metadata": {}, + "outputs": [ { "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "b8f8eeac27ab4db6b56cc508548ee45f", - "version_major": 2, - "version_minor": 0 - }, "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" + "135" ] }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "174273e3ca9d464daffb8c207fa6535c", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "8a7a07355b594aeba72d4225bc16a8cc", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "d306af83933f4f508261835a7d0daeca", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "beb19ae2e28942c7888a27efd263650e", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "788b5e8d62c44690abc3fccdfe1b89c8", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "88b34ae03a754a3e97409633b76c6226", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "d41d0b618cf640ef94261d19ba867d58", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "dd1f8df5625f4728ac194733e90e3a17", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "c3c64d17a9ce4036a44d2196bfc4d9e2", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "62d429a9606d478ab341e290ac91acda", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "a485270625c64b37996654f7d0673d42", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "4cc0466a1c9a4035b833d397edc190b7", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "dd2f99a0a094458baba2e92349e2b3b8", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "7d002d9c430449ef96b4101a0c57ab68", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "4b195aa5bcf744ebaea81659527fd468", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "250f8e738c634a57b4a048be125dbe1f", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "5682451af0db4423a335cde465e3839b", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "3a0cea462b004fdab556735dd6d3084e", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "951bc30bcbbd47389f1ad42e69050939", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "842c43af3ca14752b1bbe8ff72df3189", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "d2e5c6bc15a143a6a83933bf0e490cea", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "040d5227dae249a3bca54d95188aeb7d", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "5f0b5995ebf841f4957755e4f12d05b7", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "cbc013fd6cc94269b84c1ee66f6963f7", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "d74c069a32384d4ab1e06e18ea73a4a5", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "425012758f8e4293be7265fa039f6f14", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "056696d3732745e2b0cb149c3da1744b", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "9f093753a10d49fa958ea5e527fe483d", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "2898f0ded3e246f59c8c2e5a9954c224", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "c2f8623491c34443a80670056e0f1d0b", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "8fd77708a9f34e0ca13a0569ef007df0", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "243d77bc98964dbc98a62b960c9679fd", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "4c699fee81aa432eb579805407eda809", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "7bf96ce5056e44b3bb0e6f51369da4cd", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "ef69466f543c4924b2843e632393fd5c", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "74951a62dffe413fa13ff7e36cecaece", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "09e5abefdeeb453c8f5d4bf0d2a7dd9a", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "ad9c5578e9a74d4d8d0639e4d5ab362e", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "ea4284919dac4a5181d82630fafc2068", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "3e4d4fe0e56145759716c0b20f62e6d3", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "bf28731ef81b496fb7c7069897287d80", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "c73a45c666104d8a9c57633515b7c3f7", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "4b67a127fc404cb2ba617c119e365bb6", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "a2b96827172846ffaae03f869671d162", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "b8be2a94ffe14b6e919bf2648e1b7fdb", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "97ced486a18048cabce0f72059d059bb", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "6a1bc757efd94967a38b503a380d5218", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "79a607735a154154b4a34f539a386f0f", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "4fab0982b1ec46b28aa4a52f42adb02d", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "61f20238f6174cb790689339d7dca9e7", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "02a823310f09499197658447a6af2212", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "82015e777540420aa13d169ece89e4ef", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "bbe4f95a741a441886828cddb5c75e3f", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "0f4dd1b2b4954bcda62d3672dc16b394", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "7b29349473b84eaf98fcd09341393282", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "43eb676594ce400cad0aef85e17bab3d", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "1085d7e3765345059b09515fdcb0050f", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "6cdfb519b747472b89a29361f0d16884", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "83394a75d9284803825fe46aa5edefbb", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "2fe18889014541bf81005a4c79dc8f8a", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "3aa4c52a91cf408fb78c71f62ccf373a", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "1a39fae11b434f2b9eddaeb7f0a60626", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "4f36802731a047fbaab42ffd17f46c49", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "24dd9a86ac61495b9ec828f05b210d48", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "23d6e35343624711af761ccc7fac6bbe", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "9baf274d353d48cba45078c27cf56ba0", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "145420b980554cc3b03badc3e18d1039", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "0965c9eb413046a8918788ad5ced0555", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "633e1f10397144dbb26587074c5453b2", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "745fc5149f1c435cb7d41b67fc4fe7c6", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "0659f4084fe04c19bfee155d0dcf8301", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "7e0893fe77d446edbce3c03fe6e1eaf2", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "a94b7ecac2a14230bf84b19e0eedd790", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "6be8929fc5ac4888bc1c3c9ca32fd18d", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "fb5f4c887e2541aa869d80e1b29e0b60", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "3bf821ed12b044259bafd5f006b80c31", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "bbd25fdb91a34eefa4046df1b104b11e", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "ade2573ab4dc4196b0c73a705f2a82ad", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "816f218a3d79496181866f76e63510ba", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "afd7b5f686464562aade659eb8939007", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "4f6fd533a697401eb812479f01638bf3", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "8d453996d2674f60aeb8f37b9622bfa2", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "73c23913ae6e4ac8992b3d17b35efd21", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "75ac09c2143f4610b61c9d45d656fb51", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "2e1176a1cbd347df96a808191aa38f4b", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "215e17ba57c24c42a03ceb9ec09475f0", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "b73044e0b0574a7ab956aa136df47661", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "1745e9e297454bf3bcdd2e7d5d039207", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "24795cda1ea24051a4024b009a300b04", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "d333834bc5084c92ae85efff49f1ed9d", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "9c8e97372ce24201813b6557e4fd20f9", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "92e5ea85533642d6b79c22bed7b6acd8", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "d69df894e224441fac4abc3434d429b2", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "43bbc17626bd43f78b1c1d890c0c0367", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "d4035b80e15840589c8e1b8d44a96e40", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "339b46aff95042a99fb177ee9756728e", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "231226c588914db7af5295db6a9ad43a", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "903caee49722448687ace94a2dacaf32", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "fdb35ae8d79b4de69b30a732d22fc0f6", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "a7744676a00d4900bf9490c3d1176a3b", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "0553e23f56484f18b7210df0b9df8b55", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "a86c47ba9b1e4e9693d96f0341cd5eaf", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "455a395deca04cc5968aa588d049e8e2", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "c5706130bc22405d849e1ecd8620a795", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "4932ba3efce34712bc42e107d671fb21", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "ea3e6e14663b46bd9c81aa0e61b15f70", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "dd7ebec769ec4bab9e5942930573c92a", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "57efbcdc924c49008c7c123d8cb7ace5", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "0dd54f7cfb5049fc8b7f882f30ec7c8a", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "3d236649441041c391a88e216c79e8b8", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "34ce7b7ff61046618bf8f48cbeb94963", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "9aa90d14bdbb43c0baaf51a2d866c9aa", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "8bf05ab2294d4630acdeee6f2d6cab26", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "239d99649d8c49fdb2d16b7241489ac8", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "e64603f23b3240af9a82edf40e9364d5", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "034b4fefeb6842c380c0ab76001b2296", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "28c4b9b8c615455b8edf412d7347f85d", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "100733d116944726b7b4399acd250e3b", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "7414875561f5499dbbec798a91e6d154", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "7b8da3e8d2e3485991b203ef89b1087a", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "e6a38ad5268c4de8961826e10b6f24c4", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "b9f914bcf4a04f4c9d45369990af7ec3", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "4b2330a2b92b46c2bd69f53d88572887", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "9a1a9eb136394a5b81643d318b256bbc", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "324183ea56ac44fabd5303e9da970e20", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "dda6683a3a484112aab138e52c62be90", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "ae48ff57e28043a9bb10076c0c0c3435", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "a182211df5204e14b80e0bb7579d33f2", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "31ba7ab7ade1406f8fdf147f1512c2e5", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "f7f79eb6f7c74f43b032b968eaa47e89", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "38b188482e05471ca293e4c5fc343e99", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "33a3c1a820cd4133b0862ca7db83c5af", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "7b15b8a67f9b47c2b94d2cc0ec104ef9", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "1cc3c131086140a2beba44ab918e6298", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "31746b10785e479894c4e02203f1ad3b", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "7ff5531633d2483daca464ce3abd5b89", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "b67e12c577cf41098ffd02bb4a0c84de", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "f76cb57f260242a397bdc1ec75880f97", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "c638c9c16e514a4e9cead5076c844c57", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "206d4928456742fb97bfec660cb49192", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "016e03def9d14108b09eecf43b795de9", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "9e064a9c876544dba79d8339608cfa64", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "150c11437f7043c3987f71984248e249", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "33fef5daf7284b728d5b4cce66d94ba7", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "59aee6dd56a043348ea8590106dbafbc", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "29bd2e6ffa034143b9213599927091e8", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "efb18243415a42dc9a2bbf1c8d6f1195", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "3ef7b32bbd1e4777afe13438b59cdcce", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "59c4273bbf9241c78cd2d5110035519a", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "77329c15596f435ba1e0b2497d179ee8", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "f419f21508444f9d91875e83a6a993f0", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HBox(children=(FloatProgress(value=0.0, max=1435.0), HTML(value='')))" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "\n" - ] - } - ], - "source": [ - "try:\n", - " duration = np.load('output/distance_matrix.npy')\n", - "except:\n", - " distance, duration = up.routing.compute_osrm_dist_matrix(hex_sjl_centroids, candidates, 'walking')\n", - " cost_mat = duration.T\n", - " np.save('output/distance_matrix.npy', cost_mat) # save the file to avoid running this function again" - ] - }, - { - "cell_type": "code", - "execution_count": 43, - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Server was stoped succesfully\n" - ] - } - ], - "source": [ - "up.routing.stop_osrm_server('peru', 'south-america')" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Constructing PuLP sets and variables" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Set an the number of facilities to be activated" - ] - }, - { - "cell_type": "code", - "execution_count": 44, - "metadata": {}, - "outputs": [], - "source": [ - "p = merc.shape[0]+12" - ] - }, - { - "cell_type": "code", - "execution_count": 45, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "135" - ] - }, - "execution_count": 45, + "execution_count": 78, "metadata": {}, "output_type": "execute_result" } @@ -4302,7 +949,7 @@ }, { "cell_type": "code", - "execution_count": 46, + "execution_count": 79, "metadata": {}, "outputs": [], "source": [ @@ -4311,7 +958,7 @@ }, { "cell_type": "code", - "execution_count": 47, + "execution_count": 80, "metadata": {}, "outputs": [], "source": [ @@ -4328,7 +975,7 @@ }, { "cell_type": "code", - "execution_count": 48, + "execution_count": 81, "metadata": {}, "outputs": [], "source": [ @@ -4337,7 +984,7 @@ }, { "cell_type": "code", - "execution_count": 49, + "execution_count": 82, "metadata": {}, "outputs": [], "source": [ @@ -4346,7 +993,7 @@ }, { "cell_type": "code", - "execution_count": 50, + "execution_count": 83, "metadata": {}, "outputs": [], "source": [ @@ -4362,7 +1009,7 @@ }, { "cell_type": "code", - "execution_count": 51, + "execution_count": 84, "metadata": {}, "outputs": [], "source": [ @@ -4378,7 +1025,7 @@ }, { "cell_type": "code", - "execution_count": 52, + "execution_count": 85, "metadata": {}, "outputs": [], "source": [ @@ -4396,7 +1043,7 @@ }, { "cell_type": "code", - "execution_count": 53, + "execution_count": 86, "metadata": {}, "outputs": [], "source": [ @@ -4414,7 +1061,7 @@ }, { "cell_type": "code", - "execution_count": 54, + "execution_count": 87, "metadata": {}, "outputs": [], "source": [ @@ -4430,7 +1077,7 @@ }, { "cell_type": "code", - "execution_count": 55, + "execution_count": 88, "metadata": {}, "outputs": [], "source": [ @@ -4447,7 +1094,7 @@ }, { "cell_type": "code", - "execution_count": 56, + "execution_count": 89, "metadata": {}, "outputs": [], "source": [ @@ -4463,7 +1110,7 @@ }, { "cell_type": "code", - "execution_count": 57, + "execution_count": 90, "metadata": {}, "outputs": [], "source": [ @@ -4481,7 +1128,7 @@ }, { "cell_type": "code", - "execution_count": 58, + "execution_count": 91, "metadata": {}, "outputs": [ { @@ -4490,7 +1137,7 @@ "(123, 5)" ] }, - "execution_count": 58, + "execution_count": 91, "metadata": {}, "output_type": "execute_result" } @@ -4501,7 +1148,7 @@ }, { "cell_type": "code", - "execution_count": 59, + "execution_count": 92, "metadata": { "scrolled": true }, @@ -4520,7 +1167,7 @@ }, { "cell_type": "code", - "execution_count": 60, + "execution_count": 93, "metadata": {}, "outputs": [], "source": [ @@ -4537,7 +1184,7 @@ }, { "cell_type": "code", - "execution_count": 61, + "execution_count": 94, "metadata": {}, "outputs": [ { @@ -4546,7 +1193,7 @@ "-1" ] }, - "execution_count": 61, + "execution_count": 94, "metadata": {}, "output_type": "execute_result" } @@ -4564,7 +1211,7 @@ }, { "cell_type": "code", - "execution_count": 62, + "execution_count": 95, "metadata": {}, "outputs": [ { @@ -4588,7 +1235,7 @@ }, { "cell_type": "code", - "execution_count": 63, + "execution_count": 96, "metadata": {}, "outputs": [], "source": [ @@ -4602,7 +1249,7 @@ }, { "cell_type": "code", - "execution_count": 64, + "execution_count": 97, "metadata": {}, "outputs": [], "source": [ @@ -4618,7 +1265,7 @@ }, { "cell_type": "code", - "execution_count": 65, + "execution_count": 98, "metadata": {}, "outputs": [], "source": [ @@ -4634,7 +1281,7 @@ }, { "cell_type": "code", - "execution_count": 66, + "execution_count": 99, "metadata": {}, "outputs": [], "source": [ @@ -4643,7 +1290,7 @@ }, { "cell_type": "code", - "execution_count": 67, + "execution_count": 100, "metadata": {}, "outputs": [], "source": [ @@ -4652,7 +1299,7 @@ }, { "cell_type": "code", - "execution_count": 69, + "execution_count": 101, "metadata": {}, "outputs": [], "source": [ @@ -4661,7 +1308,7 @@ }, { "cell_type": "code", - "execution_count": 70, + "execution_count": 102, "metadata": { "scrolled": true }, @@ -4672,7 +1319,7 @@ "(0, 7)" ] }, - "execution_count": 70, + "execution_count": 102, "metadata": {}, "output_type": "execute_result" } @@ -4683,7 +1330,7 @@ }, { "cell_type": "code", - "execution_count": 68, + "execution_count": 103, "metadata": {}, "outputs": [], "source": [ @@ -4699,7 +1346,7 @@ }, { "cell_type": "code", - "execution_count": 71, + "execution_count": 104, "metadata": {}, "outputs": [], "source": [ @@ -4710,12 +1357,12 @@ }, { "cell_type": "code", - "execution_count": 72, + "execution_count": 106, "metadata": {}, "outputs": [], "source": [ "# For viz\n", - "candidates.to_file('facilities')" + "candidates.to_file('output/facilities')" ] }, { @@ -4728,7 +1375,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (urbanpy)", + "display_name": "Python 3 (urbanpy-env)", "language": "python", "name": "urbanpy-env" }, @@ -4742,7 +1389,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.7" + "version": "3.7.5" }, "nbdime-conflicts": { "local_diff": [ diff --git a/notebooks/UrbanServiceLeves.ipynb b/notebooks/UrbanServiceLevels.ipynb similarity index 100% rename from notebooks/UrbanServiceLeves.ipynb rename to notebooks/UrbanServiceLevels.ipynb diff --git a/notebooks/output/distance_matrix.npy b/notebooks/output/distance_matrix.npy index aadf857..6fb6da2 100644 Binary files a/notebooks/output/distance_matrix.npy and b/notebooks/output/distance_matrix.npy differ diff --git a/tests/routing_tests.py b/tests/routing_tests.py index e42e334..cf3cd7a 100644 --- a/tests/routing_tests.py +++ b/tests/routing_tests.py @@ -34,10 +34,10 @@ def test_osrm_matrix(self): #Start OSRM - up.routing.start_osrm_server('peru', 'south-america') + up.routing.start_osrm_server('peru', 'south-america', 'foot') #Test 3x3 matrix - dur, dist = up.routing.compute_osrm_dist_matrix(gdf, gdf_1, 'walking') + dur, dist = up.routing.compute_osrm_dist_matrix(gdf, gdf_1) self.assertEqual(dist.all(), np.array([[ 0. , 1973. , 3572.6], [1973. , 0. , 1768.3], @@ -48,7 +48,7 @@ def test_osrm_matrix(self): [2574.1, 1273.2, 0. ]]).all()) #Testing with missing values - dur, dist = up.routing.compute_osrm_dist_matrix(gdf, gdf_2, 'walking') + dur, dist = up.routing.compute_osrm_dist_matrix(gdf, gdf_2) self.assertEqual(dur.all(), np.array([ [np.nan, 18800.5, 18800.5], @@ -61,7 +61,7 @@ def test_osrm_matrix(self): [np.nan, 23908.8, 23908.8]]).all()) #Close OSRM routing Server - up.routing.stop_osrm_server('peru', 'south-america') + up.routing.stop_osrm_server('peru', 'south-america', 'foot') def test_nx_route(self): ''' diff --git a/urbanpy/routing/routing.py b/urbanpy/routing/routing.py index 8015d83..40457f8 100644 --- a/urbanpy/routing/routing.py +++ b/urbanpy/routing/routing.py @@ -48,52 +48,58 @@ def check_container_is_running(container_name): return container_running -def start_osrm_server(country, continent): +def start_osrm_server(country, continent, profile): ''' - Download data for OSRM, process it and start local osrm server + Download data for OSRM, process it and start a local osrm server Parameters ---------- country: str Which country to download data from. Expected in lower case & dashes replace spaces. + continent: str Which continent of the given country. Expected in lower case & dashes replace spaces. + + profile: str. One of {'foot', 'car', 'bicycle'} + Travel mode to use when routing and estimating travel time. Examples -------- - >>> urbanpy.routing.start_osrm_server('peru', 'south-america') + >>> urbanpy.routing.start_osrm_server('peru', 'south-america', 'foot') Starting server ... Server was started succesfully. ''' + container_name = CONTAINER_NAME + f"_{continent}_{country}_{profile}" + # Download, process and run server command sequence dwn_str = f''' docker pull osrm/osrm-backend; mkdir -p ~/data/osrm/; cd ~/data/osrm/; wget https://download.geofabrik.de/{continent}/{country}-latest.osm.pbf; - docker run -t --name osrm_extract -v $(pwd):/data osrm/osrm-backend osrm-extract -p /opt/foot.lua /data/{country}-latest.osm.pbf; + docker run -t --name osrm_extract -v $(pwd):/data osrm/osrm-backend osrm-extract -p /opt/{profile}.lua /data/{country}-latest.osm.pbf; docker run -t --name osrm_partition -v $(pwd):/data osrm/osrm-backend osrm-partition /data/{country}-latest.osm.pbf; docker run -t --name osrm_customize -v $(pwd):/data osrm/osrm-backend osrm-customize /data/{country}-latest.osm.pbf; docker container rm osrm_extract osrm_partition osrm_customize; - docker run -t --name {CONTAINER_NAME}_{continent}_{country} -p 5000:5000 -v $(pwd):/data osrm/osrm-backend osrm-routed --algorithm mld /data/{country}-latest.osm.pbf; + docker run -t --name {CONTAINER_NAME}_{continent}_{country}_{profile} -p 5000:5000 -v $(pwd):/data osrm/osrm-backend osrm-routed --algorithm mld /data/{country}-latest.osm.pbf; ''' - container_running = check_container_is_running(CONTAINER_NAME + f"_{continent}_{country}") + container_running = check_container_is_running(CONTAINER_NAME + f"_{continent}_{country}_{profile}") # Check platform if sys.platform in ['darwin', 'linux']: # Check if container exists: - if subprocess.run(['docker', 'inspect', CONTAINER_NAME + f"_{continent}_{country}"]).returncode == 0: + if subprocess.run(['docker', 'inspect', CONTAINER_NAME + f"_{continent}_{country}_{profile}"]).returncode == 0: if container_running: print('Server is already running.') else: try: print('Starting server ...') - subprocess.run(['docker', 'start', CONTAINER_NAME + f"_{continent}_{country}"], check=True) + subprocess.run(['docker', 'start', container_name], check=True) time.sleep(5) # Wait server to be prepared to receive requests print('Server was started succesfully') except subprocess.CalledProcessError as error: @@ -106,7 +112,7 @@ def start_osrm_server(country, continent): # Verify container is running while container_running == False: - container_running = check_container_is_running(CONTAINER_NAME + f"_{continent}_{country}") + container_running = check_container_is_running(container_name) print('Server was started succesfully') time.sleep(5) # Wait server to be prepared to receive requests @@ -121,7 +127,7 @@ def start_osrm_server(country, continent): else: print('Platform not supported') -def stop_osrm_server(country, continent): +def stop_osrm_server(country, continent, profile): ''' Run docker stop on the server's container. @@ -129,25 +135,31 @@ def stop_osrm_server(country, continent): ---------- country: str - Which country osrm to stop. Expected in lower case & dashes replace spaces. + Which country the osrm to stop is routing. Expected in lower case & dashes replace spaces. + continent: str - Continent of the given country. Expected in lower case & dashes replace spaces. + Continent of the given country. Expected in lower case & dashes replace spaces. + + profile: str. One of {'foot', 'car', 'bicycle'} + Travel mode to use when routing and estimating travel time. Examples -------- - >>> urbanpy.routing.stop_osrm_server('peru', 'south-america') + >>> urbanpy.routing.stop_osrm_server('peru', 'south-america', 'foot') Server stopped succesfully ''' + container_name = CONTAINER_NAME + f"_{continent}_{country}_{profile}" + # Check platform if sys.platform in ['darwin', 'linux']: # Check if container exists: - if subprocess.run(['docker', 'top', CONTAINER_NAME + f"_{continent}_{country}"]).returncode == 0: - if check_container_is_running(CONTAINER_NAME + f"_{continent}_{country}") == True: + if subprocess.run(['docker', 'top', container_name]).returncode == 0: + if check_container_is_running(container_name) == True: try: - subprocess.run(['docker', 'stop', CONTAINER_NAME + f"_{continent}_{country}"], check=True) + subprocess.run(['docker', 'stop', container_name], check=True) #subprocess.run(['docker', 'container', 'rm', 'osrm_routing_server']) print('Server was stoped succesfully') except subprocess.CalledProcessError as error: @@ -165,11 +177,14 @@ def stop_osrm_server(country, continent): else: print('Platform not supported') -def osrm_route(origin, destination, profile): +def osrm_route(origin, destination): ''' Query an OSRM routing server for routes between an origin and a destination using a specified profile. + Travel mode ("foot", "bicycle", or "car") is determined by the profile + selected when starting the OSRM server + Parameters ---------- @@ -179,8 +194,6 @@ def osrm_route(origin, destination, profile): destination: DataFrame with columns x and y or Point geometry Input destination in lat lon pairs (y,x) to pass to the routing engine - profile: str. One of {'foot', 'car', 'bicycle'} - Behavior to use when routing and estimating travel time. Returns ------- @@ -193,7 +206,8 @@ def osrm_route(origin, destination, profile): ''' orig = f'{origin.x},{origin.y}' dest = f'{destination.x},{destination.y}' - url = f'http://localhost:5000/route/v1/{profile}/{orig};{dest}' # Local osrm server + # If "profile" is passed in the url the default profile is used by the local osrm server + url = f'http://localhost:5000/route/v1/profile/{orig};{dest}' response = requests.get(url, params={'overview': 'false'}) try: @@ -341,7 +355,7 @@ def ors_api(locations, origin, destination, profile, metrics, api_key): else: return -1, -1 -def compute_osrm_dist_matrix(origins, destinations, profile): +def compute_osrm_dist_matrix(origins, destinations): ''' Compute distance and travel time origin-destination matrices @@ -394,7 +408,7 @@ def compute_osrm_dist_matrix(origins, destinations, profile): for ix, row in tqdm(origins.iterrows(), total=origins.shape[0]): for i, r in tqdm(destinations.iterrows(), total=destinations.shape[0]): - dist, dur = osrm_route(row.geometry, r.geometry, profile) + dist, dur = osrm_route(row.geometry, r.geometry) dist_matrix[ix, i] = dist dur_matrix[ix, i] = dur